@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;500;600;700&family=Urbanist:wght@300;400;500;600;700;800&display=swap";:root{--bg-primary: #050b08;--bg-secondary: #0a140f;--bg-surface: #102018;--bg-glass: rgba(16, 32, 24, .6);--text-primary: #ffffff;--text-secondary: #a0aeb1;--accent-gold: #006644;--accent-gold-hover: #00885a;--accent-green-light: #2e7d32;--accent-green-glow: rgba(46, 125, 50, .15);--border-color: rgba(255, 255, 255, .08);--border-gold: rgba(207, 168, 88, .3);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--navbar-height: 80px;--max-width: 1440px;--container-px: 2rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--bg-primary)}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2;color:var(--text-primary);letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:clamp(1.5rem,2.5vw,2rem)}p{color:var(--text-secondary);font-size:1.125rem}a{color:inherit;text-decoration:none;transition:color .3s ease}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-family:var(--font-body);font-weight:500;font-size:1rem;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid transparent;text-transform:uppercase;letter-spacing:.05em}.btn-primary{background-color:var(--accent-gold);color:#000}.btn-primary:hover{background-color:var(--accent-gold-hover);transform:translateY(-2px);box-shadow:0 4px 15px #cfa85833}.btn-outline{background-color:transparent;color:var(--text-primary);border-color:var(--border-color)}.btn-outline:hover{border-color:var(--accent-gold);color:var(--accent-gold);background-color:#cfa8580d}.social-links{display:flex;gap:24px;margin-bottom:25px;pointer-events:auto}.social-icon{display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease;opacity:.9}.social-icon:hover{opacity:1;transform:translateY(-2px)}.brand-card-cell:hover{background-color:#efe8e4}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--container-px)}section{padding:6rem 0;position:relative}.text-gold{color:var(--accent-gold)}.text-center{text-align:center}@media(min-width:1200px){.desktop-nav{display:flex!important}.mobile-toggle{display:none!important}}.grid-2{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr);gap:4rem}}.grid-3{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.glass-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:8px;padding:2.5rem;transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glass-card:hover{border-color:var(--border-gold);transform:translateY(-5px);box-shadow:0 10px 30px var(--accent-green-glow)}.gradient-text{background:linear-gradient(135deg,#fff,#a0aeb1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-gold{background:linear-gradient(135deg,var(--accent-gold) 0%,#00885a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.text-fill-anim{display:inline-block;background:linear-gradient(to right,rgba(255,255,255,.9) var(--fill-percentage, 0%),rgba(255,255,255,.15) var(--fill-percentage, 0%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;white-space:nowrap}.services-text-fill{background:linear-gradient(to right,#342926 var(--fill-percentage, 0%),rgba(52,41,38,.2) var(--fill-percentage, 0%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.services-section{margin-top:-15rem}.marquee-container{overflow:hidden;padding:40px 0;background:#fff;width:100%;position:relative}.marquee-content{display:flex;width:max-content;animation:scroll 30s linear infinite}.marquee-container:hover .marquee-content{animation-play-state:paused}.brand-card{display:flex;align-items:center;justify-content:center;padding:25px 40px;margin:-1px 0 0 -1px;border:1px solid #e5e5e5;border-radius:0;min-width:260px;height:100px;transition:all .3s ease;cursor:pointer;background-color:transparent;position:relative}.brand-card:hover{background-color:#97e5a8;z-index:2}.brand-logo{max-height:35px;max-width:35px;filter:grayscale(100%);opacity:.6;transition:all .3s ease}.brand-card:hover .brand-logo{filter:grayscale(0%);opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1024px){:root{--container-px: 1.5rem}#hero{padding:0!important}section{padding:4rem 0!important}.about-image-collage{height:400px!important}.about-text-content{margin-left:0!important;margin-top:0!important}.services-grid{grid-template-columns:1fr!important;gap:2rem!important}.services-sticky-image{position:relative!important;top:0!important;height:400px!important}.edge-section{flex-direction:column!important;min-height:auto!important}.edge-left-box,.edge-right-box{width:100%!important;min-height:500px!important;padding:3rem 2rem!important}.support-cards{flex-direction:column!important;gap:1.5rem!important}.support-card{height:auto!important;min-height:350px!important}.articles-grid{grid-template-columns:1fr!important;gap:2rem!important}.brand-layout{flex-direction:column!important}.brand-spacer,.brand-arrow{display:none!important}.brand-scroll-area{height:480px!important}.strategic-grid{grid-template-columns:1fr!important;gap:2rem!important}.strategic-image{height:350px!important}.cta-contact-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:2rem!important}.hero-bottom-grid{grid-template-columns:repeat(3,1fr)!important}.hero-bottom-grid>div{padding:1.5rem 0!important}.ouredge-grid{flex-direction:column!important;gap:2rem!important}.ouredge-stats{flex-direction:row!important;flex-wrap:wrap!important}.services-section{margin-top:0!important}.services-grid .services-sticky-image+div>div{text-align:center}}@media(max-width:768px){:root{--container-px: 1rem;--navbar-height: 64px}section{padding:3rem 0!important}h1{font-size:clamp(2rem,8vw,3rem)!important}h2{font-size:clamp(1.5rem,6vw,2rem)!important}p{font-size:.95rem!important}.about-image-collage{height:320px!important}.about-image-collage div:first-child{display:none}.about-image-collage div:last-child{width:95%!important;position:relative;top:0!important;left:0!important;height:100%!important}.about-text-content{margin-left:0!important;margin-top:0!important}.about-cta-btn{width:100%!important;justify-content:center!important}.services-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.services-sticky-image{position:relative!important;top:0!important;height:280px!important}.edge-section{flex-direction:column!important;min-height:auto!important;padding:0!important}.edge-left-box,.edge-right-box{width:100%!important;min-height:400px!important;padding:2rem 1.25rem!important}.edge-left-box div{height:250px!important;width:65%!important;margin-left:20%!important}.edge-right-box h2{margin-bottom:1rem!important}.support-cards{flex-direction:column!important;gap:1rem!important}.support-card{height:auto!important;min-height:300px!important}.articles-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.articles-featured-image{height:280px!important}.brand-layout{flex-direction:column!important}.brand-spacer,.brand-arrow{display:none!important}.brand-scroll-area{height:360px!important}.brand-scroll-area .brand-col{display:none}#first-brand-col{display:flex!important;width:100%!important}#first-brand-col div{width:100%!important}.footer-bottom div:first-child{flex:1 1 0px!important}.brand-card-cell{height:160px!important;gap:12px!important}.brand-card-cell span{font-size:1rem!important}.brand-card-cell svg{width:28px!important;height:28px!important}.strategic-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.strategic-image{height:280px!important;order:-1!important}.cta-contact-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.cta-buttons{flex-direction:column!important;width:100%!important}.cta-buttons>a{width:100%!important;text-align:center!important;justify-content:center!important}.footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.footer-bottom{flex-direction:column!important;gap:1rem!important;text-align:center!important}.hero-bottom-grid{grid-template-columns:1fr!important}.hero-bottom-grid>div{padding:1rem 0!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.hero-bottom-grid>div:last-child{border-bottom:none!important}.ouredge-grid{flex-direction:column!important;gap:1.5rem!important}.ouredge-stats{flex-wrap:wrap;gap:1.5rem!important}.support-card img{border-radius:5%;overflow:hidden}.ouredge-stat-item{border-right:none!important;border-bottom:1px solid #e5e5e5!important;padding-bottom:1.5rem!important;padding-right:0!important;flex:0 0 50%}.ouredge-stats div:last-child{justify-content:center;align-items:center}.services-section{margin-top:0!important}.text-fill-anim{white-space:normal!important}.edge-right-box p{max-width:100%!important}.about-image-collage{margin-bottom:1rem!important}}@media(max-width:480px){.about-image-collage{height:240px!important}.services-sticky-image{height:220px!important}.brand-scroll-area{height:280px!important}.brand-card-cell{height:120px!important}.brand-card-cell span{font-size:.85rem!important}.brand-card-cell svg{width:22px!important;height:22px!important}.edge-left-box,.edge-right-box{min-height:350px!important;padding:1.5rem 1rem!important}.support-card{min-height:280px!important}}
