@font-face{font-family:TAN Angleton;src:url(fonts/tan-angleton-regular.woff2) format("woff2"),url(fonts/tan-angleton-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TAN Angleton;src:url(fonts/tan-angleton-italic.woff2) format("woff2"),url(fonts/tan-angleton-italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;font-family:TAN Angleton,serif!important}:root{--white: #F4EDE3;--cream: #D4C4B0;--tan: #C49D82;--brown: #52352C;--green: #627459;--black: #18221B;--font-serif: "TAN Angleton", serif;--font-sans: "TAN Angleton", sans-serif;--container-max: 1400px;--transition-smooth: .4s ease}body{font-family:TAN Angleton,serif!important;color:var(--brown);background-color:#e8ddd0;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}.services-hub-hero{width:100%;height:70vh;min-height:500px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-hub-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;z-index:1}.hero-hub-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#52352c66;z-index:2}.hero-hub-content{position:relative;z-index:3;text-align:center;color:var(--white);max-width:800px;padding:0 40px}.hero-hub-title{font-family:var(--font-serif);font-size:80px;font-weight:300;letter-spacing:.03em;margin-bottom:30px;line-height:1.1}.hero-hub-divider{width:100px;height:2px;background-color:var(--tan);margin:0 auto 30px}.hero-hub-subtitle{font-size:22px;line-height:1.6;max-width:600px;margin:0 auto 60px;font-weight:300}.hero-hub-scroll{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:14px;text-transform:uppercase;letter-spacing:.15em}.arrow-down{font-size:20px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.services-hub-grid-section{padding:80px 0 100px}.services-hub-container{max-width:var(--container-max);margin:0 auto;padding:0 40px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.service-hub-card{position:relative;height:450px;overflow:hidden;cursor:pointer;display:block;text-decoration:none}.card-image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;transition:transform .6s ease;z-index:1}.service-hub-card:hover .card-image{transform:scale(1.05)}.card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(24,34,27,.85) 0%,transparent 60%);z-index:2;transition:background .4s ease}.service-hub-card:hover .card-overlay{background:linear-gradient(to top,#52352ce6,#52352c4d)}.card-content{position:absolute;bottom:0;left:0;right:0;padding:50px;color:var(--white);z-index:3}.card-number{font-size:14px;color:var(--tan);letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.card-title{font-family:var(--font-serif);font-size:42px;font-weight:300;color:var(--white);margin-bottom:16px;line-height:1.2}.card-line{width:60px;height:2px;background-color:var(--white);margin-bottom:20px}.card-teaser{font-size:16px;line-height:1.6;opacity:.9;max-width:90%;margin-bottom:24px}.card-cta{display:inline-block;font-size:14px;font-weight:500;letter-spacing:.05em;opacity:0;transform:translateY(10px);transition:all .4s ease}.service-hub-card:hover .card-cta{opacity:1;transform:translateY(0)}.services-hub-cta-section{padding:100px 40px;display:flex;justify-content:center}.hub-cta-box{max-width:800px;background-color:var(--cream);padding:60px;text-align:center}.hub-cta-box h2{font-family:var(--font-serif);font-size:36px;font-weight:300;color:var(--brown);margin-bottom:20px}.hub-cta-box p{font-size:18px;color:var(--brown);margin-bottom:40px}.hub-cta-buttons{display:flex;gap:20px;justify-content:center;align-items:center}.btn-hub-solid{display:inline-block;background-color:var(--tan);color:var(--white);padding:16px 48px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease}.btn-hub-solid:hover{background-color:var(--brown)}.btn-hub-outline{display:inline-block;border:2px solid var(--tan);color:var(--tan);padding:14px 46px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease}.btn-hub-outline:hover{background-color:var(--tan);color:var(--white)}@media (max-width: 1440px){.services-hub-container{max-width:1200px}.hero-hub-title{font-size:70px}.card-title{font-size:38px}}@media (max-width: 1200px){.services-hub-container{padding:0 30px}.service-hub-card{height:400px}.card-content{padding:40px}.card-title{font-size:36px}}@media (max-width: 900px){.services-hub-container{grid-template-columns:1fr;gap:30px}.service-hub-card{height:450px}.hero-hub-title{font-size:56px}.hero-hub-subtitle{font-size:20px}}@media (max-width: 768px){.services-hub-hero{height:60vh;min-height:400px}.hero-hub-title{font-size:48px}.hero-hub-subtitle{font-size:18px;margin-bottom:40px}.services-hub-grid-section{padding:60px 0 80px}.services-hub-container{padding:0 20px}.service-hub-card{height:400px}.card-content{padding:35px}.card-title{font-size:32px}.card-teaser{font-size:15px}.services-hub-cta-section{padding:80px 20px}.hub-cta-box{padding:50px 40px}.hub-cta-box h2{font-size:32px}.hub-cta-buttons{flex-direction:column;width:100%}.btn-hub-solid,.btn-hub-outline{width:100%;text-align:center}}@media (max-width: 480px){.services-hub-hero{padding-top:120px;min-height:520px}.hero-hub-title{font-size:36px}.hero-hub-subtitle{font-size:16px}.hero-hub-divider{width:80px}.services-hub-container{padding:0 15px;gap:24px}.service-hub-card{height:350px}.card-content{padding:30px}.card-title{font-size:28px}.card-teaser{font-size:14px}.hub-cta-box{padding:40px 30px}.hub-cta-box h2{font-size:28px}.hub-cta-box p{font-size:16px}.btn-hub-solid,.btn-hub-outline{padding:14px 36px;font-size:15px}}html{scroll-behavior:smooth}@media (hover: none) and (pointer: coarse){.service-hub-card:active .card-image{transform:scale(1.05)}.service-hub-card:active .card-overlay{background:linear-gradient(to top,#52352ce6,#52352c4d)}.service-hub-card:active .card-cta{opacity:1;transform:translateY(0)}}.service-hub-card:before{content:"";display:block;padding-top:56.25%}.service-hub-card{position:relative;height:auto}@media (min-width: 769px){.service-hub-card:before{display:none}.service-hub-card{height:450px}}@media (max-width: 768px) and (min-width: 481px){.service-hub-card:before{display:none}.service-hub-card{height:400px}}@media (max-width: 480px){.service-hub-card:before{display:none}.service-hub-card{height:350px}}div.service-hub-card{cursor:default}.service-hub-card:nth-child(4) .card-image{background-position:center 95%}
