*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;overflow-x:hidden}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;background-color:#f7f5f0;color:#161613;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color .2s cubic-bezier(.16,1,.3,1)}ul,ol{list-style:none}button,input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media(min-width:1024px){.container{padding-left:40px;padding-right:40px}}.section-padding{padding-top:80px;padding-bottom:80px}@media(min-width:768px){.section-padding{padding-top:100px;padding-bottom:100px}}@media(min-width:1280px){.section-padding{padding-top:120px;padding-bottom:120px}}h1,h2,h3,h4,h5,h6,.font-display{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;letter-spacing:-.03em;font-weight:700;line-height:1.1;color:#161613}.section-title{font-size:2.25rem;font-weight:800}@media(min-width:768px){.section-title{font-size:3rem}}@media(min-width:1280px){.section-title{font-size:3.5rem}}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;background-color:#1616130f;color:#161613;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;width:fit-content}.section-eyebrow--dark{background-color:#d4f54726;color:#d4f547}.text-muted{color:#6b6b63}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:56px;padding:6px 8px 6px 24px;border-radius:9999px;font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:700;line-height:1;text-decoration:none;border:none;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1);white-space:nowrap}.btn .btn-icon-circle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;transition:transform .4s cubic-bezier(.16,1,.3,1);flex-shrink:0}.btn:hover{transform:translateY(-2px)}.btn:hover .btn-icon-circle{transform:scale(1.08) rotate(45deg)}.btn--dark{background-color:#161613;color:#fff}.btn--dark .btn-icon-circle{background-color:#d4f547;color:#161613}.btn--dark:hover{background-color:#22221e;box-shadow:0 10px 25px #16161340}.btn--yellow{background-color:#d4f547;color:#161613}.btn--yellow .btn-icon-circle{background-color:#161613;color:#fff}.btn--yellow:hover{background-color:#c4e635;box-shadow:0 10px 25px #d4f54759}.btn--outline{background-color:transparent;border:1.5px solid rgba(22,22,19,.2);color:#161613;padding-right:24px}.btn--outline:hover{border-color:#161613;background-color:#1616130a}.btn--play{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background-color:#fff;color:#161613;box-shadow:0 12px 30px #0000001f;padding:0;position:relative;transition:transform .5s cubic-bezier(.34,1.56,.64,1),background-color .2s cubic-bezier(.16,1,.3,1)}.btn--play svg{margin-left:3px}.btn--play:hover{transform:scale(1.1);background-color:#d4f547;color:#161613}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:16px 0;transition:transform .4s cubic-bezier(.16,1,.3,1),padding .3s ease,background-color .3s ease,box-shadow .3s ease;will-change:transform}.site-header.is-hidden{transform:translateY(-100%)}.site-header.is-sticky{padding:12px 0;background-color:#f7f5f0f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 30px #00000014;transform:translateY(0)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.site-header__logo{display:flex;align-items:center;gap:10px;font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.375rem;font-weight:800;color:#161613;text-decoration:none;flex-shrink:0}@media(min-width:768px){.site-header__logo{font-size:1.5rem}}.site-header__logo .logo-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background-color:#d4f547;color:#161613;flex-shrink:0}.site-header__nav{display:none}@media(min-width:1024px){.site-header__nav{display:block}}.site-header__nav .primary-menu{display:flex;align-items:center;gap:32px;list-style:none}.site-header__nav .primary-menu>li{position:relative}.site-header__nav .primary-menu>li>a{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:600;color:#161613;padding:8px 0;display:inline-flex;align-items:center;gap:6px;position:relative;text-decoration:none}.site-header__nav .primary-menu>li>a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;border-radius:2px;background-color:#d4f547;transform:scaleX(0);transform-origin:right;transition:transform .2s cubic-bezier(.16,1,.3,1)}.site-header__nav .primary-menu>li:hover>a:after,.site-header__nav .primary-menu>li.active>a:after,.site-header__nav .primary-menu>li.current-menu-item>a:after,.site-header__nav .primary-menu>li.current_page_item>a:after,.site-header__nav .primary-menu>li.current-menu-ancestor>a:after{transform:scaleX(1);transform-origin:left}.site-header__nav .primary-menu>li.menu-item-has-children>a{padding-right:2px}.site-header__nav .primary-menu>li.menu-item-has-children:hover .sub-menu,.site-header__nav .primary-menu>li.menu-item-has-children:focus-within .sub-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.site-header__nav .primary-menu>li.menu-item-has-children .sub-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);min-width:200px;background-color:#fff;border-radius:16px;padding:12px;box-shadow:0 15px 35px #0000001f;opacity:0;visibility:hidden;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1),visibility .2s cubic-bezier(.16,1,.3,1);list-style:none;z-index:100}.site-header__nav .primary-menu>li.menu-item-has-children .sub-menu:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}.site-header__nav .primary-menu>li.menu-item-has-children .sub-menu li{margin:0}.site-header__nav .primary-menu>li.menu-item-has-children .sub-menu li a{display:block;padding:10px 16px;border-radius:8px;font-size:.875rem;font-weight:600;color:#161613;white-space:nowrap;transition:background-color .2s cubic-bezier(.16,1,.3,1),color .2s cubic-bezier(.16,1,.3,1)}.site-header__nav .primary-menu>li.menu-item-has-children .sub-menu li a:after{display:none}.site-header__nav .primary-menu>li.menu-item-has-children .sub-menu li a:hover{background-color:#f7f5f0;color:#161613}.site-header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.site-header__actions .header-phone{display:none;align-items:center;gap:8px;font-size:.875rem;font-weight:700;color:#161613;text-decoration:none}@media(min-width:1280px){.site-header__actions .header-phone{display:inline-flex}}.site-header__actions .header-phone:hover{opacity:.8}.site-header__actions .btn--yellow{display:none}@media(min-width:1024px){.site-header__actions .btn--yellow{display:inline-flex}}.site-header__toggle{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(22,22,19,.1);color:#161613;cursor:pointer;width:44px;height:44px;border-radius:50%;box-shadow:0 4px 12px #0000000d;flex-shrink:0;transition:background-color .2s cubic-bezier(.16,1,.3,1)}.site-header__toggle:hover{background-color:#d4f547}@media(min-width:1024px){.site-header__toggle{display:none}}.mobile-nav-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100vh;background-color:#161613;color:#fff;z-index:2000;padding:32px 28px;display:flex;flex-direction:column;justify-content:space-between;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.mobile-nav-drawer.is-open{transform:translate(0)}.mobile-nav-drawer__header{display:flex;align-items:center;justify-content:space-between}.mobile-nav-drawer__header .mobile-logo{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:800;color:#fff}.mobile-nav-drawer__header .mobile-close{background:none;border:none;color:#fff;cursor:pointer}.mobile-nav-drawer__content{margin-top:40px}.mobile-nav-drawer__content ul{display:flex;flex-direction:column;gap:20px;list-style:none}.mobile-nav-drawer__content ul a{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.mobile-nav-drawer__content ul a:hover{color:#d4f547}.mobile-nav-drawer__footer{margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;opacity:0;visibility:hidden;transition:opacity .2s cubic-bezier(.16,1,.3,1),visibility .2s cubic-bezier(.16,1,.3,1)}.mobile-nav-overlay.is-active{opacity:1;visibility:visible}.hero-section{padding-top:110px;padding-bottom:60px;position:relative;overflow:hidden}@media(min-width:768px){.hero-section{padding-top:160px;padding-bottom:100px}}.hero-section__grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:center}@media(min-width:1024px){.hero-section__grid{grid-template-columns:1fr 1fr;gap:60px}}.hero-section__media{position:relative}.hero-section__media .hero-img-wrapper{border-radius:28px;overflow:hidden;box-shadow:0 20px 40px #00000014;aspect-ratio:4/3}@media(min-width:768px){.hero-section__media .hero-img-wrapper{aspect-ratio:16/11}}.hero-section__media .hero-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.hero-section__media .stat-badge-circle{position:absolute;bottom:12px;left:12px;width:120px;height:120px;border-radius:50%;background-color:#d4f547;color:#161613;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 15px 35px #0000001f;z-index:10;padding:10px}@media(min-width:768px){.hero-section__media .stat-badge-circle{width:160px;height:160px;bottom:-30px;left:-30px;padding:12px}}.hero-section__media .stat-badge-circle__number{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.875rem;font-weight:800;line-height:1}@media(min-width:768px){.hero-section__media .stat-badge-circle__number{font-size:2.75rem}}.hero-section__media .stat-badge-circle__label{font-size:.6875rem;font-weight:700;line-height:1.2;text-transform:lowercase}@media(min-width:768px){.hero-section__media .stat-badge-circle__label{font-size:.8125rem}}.hero-section__media .hero-play-trigger{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.hero-section__content .hero-headline{font-size:2.25rem;font-weight:800;line-height:1.1;margin-bottom:20px;color:#161613}@media(min-width:768px){.hero-section__content .hero-headline{font-size:3.5rem;line-height:1.05;margin-bottom:24px}}@media(min-width:1280px){.hero-section__content .hero-headline{font-size:4.25rem}}.hero-section__content .hero-subhead{font-size:1rem;color:#6b6b63;line-height:1.6;margin-bottom:28px;max-width:520px}@media(min-width:768px){.hero-section__content .hero-subhead{font-size:1.25rem;margin-bottom:36px}}.hero-section__content .hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.landmark-section__header{margin-bottom:48px}.landmark-section__cards{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:768px){.landmark-section__cards{grid-template-columns:repeat(3,1fr)}}.landmark-section .landmark-card{border-radius:28px;padding:36px 32px;display:flex;flex-direction:column;justify-content:space-between;min-height:380px;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.landmark-section .landmark-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.landmark-section .landmark-card .card-number{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:800;opacity:.6;margin-bottom:24px}.landmark-section .landmark-card .card-title{font-size:1.75rem;font-weight:800;margin-bottom:16px}.landmark-section .landmark-card .card-text{font-size:.9375rem;line-height:1.6;margin-bottom:28px}.landmark-section .landmark-card .card-link{display:inline-flex;align-items:center;gap:10px;font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:700;margin-top:auto}.landmark-section .landmark-card--dark{background-color:#161613;color:#fff}.landmark-section .landmark-card--dark .card-text{color:#ffffffb3}.landmark-section .landmark-card--dark .card-link{color:#d4f547}.landmark-section .landmark-card--yellow{background-color:#d4f547;color:#161613}.landmark-section .landmark-card--yellow .card-text{color:#161613cc}.landmark-section .landmark-card--yellow .card-link{color:#161613}.landmark-section .landmark-card--image{background-size:cover;background-position:center;color:#fff}.landmark-section .landmark-card--image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#16161366,#161613d9);z-index:1}.landmark-section .landmark-card--image>*{position:relative;z-index:2}.landmark-section .landmark-card--image .card-text{color:#ffffffd9}.landmark-section .landmark-card--image .card-link{color:#fff}.landmark-section .marquee-ticker{margin-top:60px;overflow:hidden;padding:12px 0;white-space:nowrap;position:relative}.landmark-section .marquee-ticker:before,.landmark-section .marquee-ticker:after{content:"";position:absolute;top:0;bottom:0;width:140px;height:100%;z-index:5;pointer-events:none}.landmark-section .marquee-ticker:before{left:0;background:linear-gradient(to right,#f7f5f0 15%,#f7f5f000)}.landmark-section .marquee-ticker:after{right:0;background:linear-gradient(to left,#f7f5f0 15%,#f7f5f000)}.landmark-section .marquee-ticker__track{display:inline-flex;align-items:center;gap:16px;animation:marqueeLoop 30s linear infinite;will-change:transform}.landmark-section .marquee-ticker__track:hover{animation-play-state:paused}.landmark-section .marquee-ticker .ticker-item{display:inline-flex;align-items:center;gap:14px;height:56px;padding:6px 28px 6px 10px;background-color:#fff;border:1px solid rgba(22,22,19,.08);border-radius:9999px;box-shadow:0 4px 15px #00000008;flex-shrink:0;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1)}.landmark-section .marquee-ticker .ticker-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.landmark-section .marquee-ticker .ticker-item img{width:38px;height:38px;min-width:38px;min-height:38px;border-radius:50%;object-fit:cover;flex-shrink:0;display:block}.landmark-section .marquee-ticker .ticker-item span{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:700;color:#161613;line-height:1;display:inline-block;white-space:nowrap}@keyframes marqueeLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-banner{background-color:#161613;color:#fff;position:relative;overflow:hidden;background-size:cover;background-position:center}.stats-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#161613e0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.stats-banner .container{position:relative;z-index:2}.stats-banner__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 24px}@media(min-width:768px){.stats-banner__grid{grid-template-columns:repeat(4,1fr)}}.stats-banner .stat-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;position:relative;width:100%}.stats-banner .stat-item .connector-line{width:2px;height:48px;background-color:#d4f547;margin:0 auto 20px;transform-origin:bottom;flex-shrink:0}.stats-banner .stat-item__number-wrap{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:2.75rem;font-weight:800;color:#fff;line-height:1;margin-bottom:12px;display:inline-flex;align-items:baseline;justify-content:center;gap:2px}@media(min-width:768px){.stats-banner .stat-item__number-wrap{font-size:3.5rem}}.stats-banner .stat-item__number-wrap .stat-suffix{color:#d4f547}.stats-banner .stat-item__label{font-size:.9375rem;color:#ffffffb3;font-weight:500}.different-section__grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:1024px){.different-section__grid{grid-template-columns:1fr 1fr;gap:64px}}.different-section__media{position:relative}.different-section__media .different-img-wrapper{border-radius:28px;overflow:hidden;box-shadow:0 20px 40px #00000014}.different-section__media .different-img-wrapper img{width:100%;height:auto;object-fit:cover}.different-section__content .feature-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:36px}@media(min-width:768px){.different-section__content .feature-grid{grid-template-columns:1fr 1fr}}.different-section__content .feature-grid .feature-item{display:flex;align-items:center;gap:14px;padding:16px;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000a;border:1px solid rgba(0,0,0,.08)}.different-section__content .feature-grid .feature-item .feature-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#d4f547;color:#161613;flex-shrink:0}.different-section__content .feature-grid .feature-item .feature-title{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:700;color:#161613}.luxury-section{background-color:#161613;color:#fff}.luxury-section .section-title{color:#fff}.luxury-section__header{display:flex;flex-direction:column;gap:20px;margin-bottom:48px}@media(min-width:768px){.luxury-section__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.luxury-section__grid{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:768px){.luxury-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.luxury-section__grid{grid-template-columns:repeat(4,1fr)}}.luxury-section .property-card{background-color:#22221e;border-radius:28px;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1)}.luxury-section .property-card:hover{transform:translateY(-8px)}.luxury-section .property-card:hover .property-card__thumb img{transform:scale(1.08)}.luxury-section .property-card__thumb{height:240px;overflow:hidden;position:relative}.luxury-section .property-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.luxury-section .property-card__thumb .property-tag{position:absolute;top:16px;left:16px;padding:6px 14px;background-color:#d4f547;color:#161613;font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:800;border-radius:9999px;text-transform:uppercase}.luxury-section .property-card__body{padding:24px}.luxury-section .property-card__body .property-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:8px}.luxury-section .property-card__body .property-meta{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#fff9;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}.luxury-section .property-card__body .property-meta .price{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:800;color:#d4f547}.leadership-section__header{text-align:center;max-width:640px;margin:0 auto 56px}.leadership-section__grid{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:768px){.leadership-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.leadership-section__grid{grid-template-columns:repeat(4,1fr)}}.leadership-section .team-card{background-color:#fff;border-radius:28px;overflow:hidden;box-shadow:0 10px 30px #0000000a;border:1px solid rgba(0,0,0,.08);text-align:center;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.leadership-section .team-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.leadership-section .team-card:hover .team-card__image img{filter:grayscale(0%);transform:scale(1.05)}.leadership-section .team-card__image{height:320px;overflow:hidden}.leadership-section .team-card__image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s ease,transform .5s ease}.leadership-section .team-card__content{padding:24px 20px}.leadership-section .team-card__content .member-name{font-size:1.25rem;font-weight:800;margin-bottom:4px}.leadership-section .team-card__content .member-title{font-size:.875rem;color:#6b6b63;margin-bottom:16px}.leadership-section .team-card__content .social-links{display:flex;align-items:center;justify-content:center;gap:12px}.leadership-section .team-card__content .social-links a{width:32px;height:32px;border-radius:50%;background-color:#f7f5f0;color:#161613;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.leadership-section .team-card__content .social-links a:hover{background-color:#d4f547}.recognitions-section{background-color:#fff;border-radius:28px;margin:0 16px;padding:40px 20px}@media(min-width:768px){.recognitions-section{margin:0 24px;padding:60px 40px}}.recognitions-section__header{text-align:center;margin-bottom:40px}.recognitions-section__pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}.recognitions-section__pills .award-pill{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;background-color:#f7f5f0;border:1px solid rgba(0,0,0,.08);border-radius:9999px;font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:700;color:#161613;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s cubic-bezier(.16,1,.3,1)}.recognitions-section__pills .award-pill .award-icon{color:#d4f547;background-color:#161613;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.recognitions-section__pills .award-pill:hover{transform:translateY(-4px);background-color:#d4f547}.testimonials-section__grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:1024px){.testimonials-section__grid{grid-template-columns:1fr 1fr;gap:64px}}.testimonials-section__cards{display:flex;flex-direction:column;gap:24px}.testimonials-section__cards .testimonial-card{background-color:#fff;padding:36px;border-radius:28px;box-shadow:0 10px 30px #0000000a;border:1px solid rgba(0,0,0,.08);position:relative}.testimonials-section__cards .testimonial-card .stars{display:flex;gap:4px;margin-bottom:16px}.testimonials-section__cards .testimonial-card .quote-text{font-size:1.125rem;line-height:1.6;color:#161613;font-weight:500;margin-bottom:24px}.testimonials-section__cards .testimonial-card .client-meta{display:flex;align-items:center;gap:14px}.testimonials-section__cards .testimonial-card .client-meta .client-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonials-section__cards .testimonial-card .client-meta .client-name{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:800}.testimonials-section__cards .testimonial-card .client-meta .client-role{font-size:.8125rem;color:#6b6b63}.testimonials-section__media{border-radius:28px;overflow:hidden;box-shadow:0 20px 40px #00000014}.testimonials-section__media img{width:100%;height:100%;object-fit:cover}.news-section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px}.news-section__grid{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:768px){.news-section__grid{grid-template-columns:repeat(3,1fr)}}.news-section .blog-card{background-color:#fff;border-radius:28px;overflow:hidden;box-shadow:0 10px 30px #0000000a;border:1px solid rgba(0,0,0,.08);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.news-section .blog-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.news-section .blog-card:hover .blog-card__thumb img{transform:scale(1.08)}.news-section .blog-card__thumb{height:220px;overflow:hidden;position:relative}.news-section .blog-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.news-section .blog-card__thumb .category-tag{position:absolute;top:16px;left:16px;padding:4px 12px;background-color:#161613;color:#fff;border-radius:9999px;font-size:.75rem;font-weight:700}.news-section .blog-card__body{padding:28px 24px}.news-section .blog-card__body .date{font-size:.8125rem;color:#6b6b63;margin-bottom:10px}.news-section .blog-card__body .title{font-size:1.25rem;font-weight:800;margin-bottom:12px;line-height:1.3}.news-section .blog-card__body .excerpt{font-size:.875rem;color:#6b6b63;line-height:1.6}.cta-banner{background-color:#161613;color:#fff;padding:100px 0;text-align:center;position:relative;overflow:hidden;background-size:cover;background-position:center}.cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#161613d9;z-index:1}.cta-banner .container{position:relative;z-index:2}.cta-banner .cta-headline{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:24px}@media(min-width:768px){.cta-banner .cta-headline{font-size:3.75rem}}.cta-banner .cta-subhead{font-size:1.125rem;color:#ffffffb3;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.site-footer{background-color:#161613;color:#fff;padding-top:80px;padding-bottom:30px;position:relative}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:60px}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:36px}}.site-footer .footer-col-brand .footer-logo{display:flex;align-items:center;gap:10px;font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:20px}.site-footer .footer-col-brand .footer-logo .logo-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background-color:#d4f547;color:#161613}.site-footer .footer-col-brand .footer-blurb{font-size:.9375rem;color:#ffffffa6;line-height:1.6;margin-bottom:24px;max-width:320px}.site-footer .footer-widget .widget-title{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:800;color:#fff;margin-bottom:20px}.site-footer .footer-widget ul{list-style:none;display:flex;flex-direction:column;gap:12px}.site-footer .footer-widget ul a{font-size:.875rem;color:#ffffffa6}.site-footer .footer-widget ul a:hover{color:#d4f547}.site-footer .footer-col-newsletter .newsletter-form{display:flex;gap:8px;margin-top:16px}.site-footer .footer-col-newsletter .newsletter-form input[type=email]{flex:1;padding:12px 18px;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background-color:#ffffff0d;color:#fff;font-size:.875rem;outline:none}.site-footer .footer-col-newsletter .newsletter-form input[type=email]:focus{border-color:#d4f547}.site-footer .footer-col-newsletter .newsletter-form input[type=email]::placeholder{color:#fff6}.site-footer__bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:16px;align-items:center}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer__bottom .copyright{font-size:.8125rem;color:#ffffff80}.site-footer__bottom .social-links{display:flex;gap:16px}.site-footer__bottom .social-links a{width:36px;height:36px;border-radius:50%;background-color:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem}.site-footer__bottom .social-links a:hover{background-color:#d4f547;color:#161613}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background-color:#d4f547;color:#161613;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0003;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1),visibility .2s cubic-bezier(.16,1,.3,1);z-index:999}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-4px) scale(1.05);background-color:#c4e635}.page-banner{background-color:#161613;color:#fff;padding:140px 0 60px;text-align:center}.page-banner .page-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:12px}.page-banner .page-breadcrumb{font-size:.875rem;color:#fff9}.page-banner .page-breadcrumb a{color:#d4f547}.single-project-page{padding-top:140px;padding-bottom:100px}.single-project-page .project-header{margin-bottom:40px}.single-project-page .project-header .project-title{font-size:3.25rem;font-weight:800;margin-bottom:16px}.single-project-page .project-header .project-meta-bar{display:flex;flex-wrap:wrap;gap:32px;padding:20px 28px;background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000a;margin-top:24px}.single-project-page .project-header .project-meta-bar .meta-item{display:flex;flex-direction:column}.single-project-page .project-header .project-meta-bar .meta-item .label{font-size:.75rem;color:#6b6b63;text-transform:uppercase;font-weight:700}.single-project-page .project-header .project-meta-bar .meta-item .value{font-family:Outfit,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:800;color:#161613}.single-project-page .project-featured-image{border-radius:28px;overflow:hidden;margin-bottom:48px;box-shadow:0 20px 40px #00000014}.single-project-page .project-featured-image img{width:100%;height:540px;object-fit:cover}.single-project-page .project-body{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:1024px){.single-project-page .project-body{grid-template-columns:2fr 1fr}}.single-project-page .project-body .content-area{font-size:1.125rem;line-height:1.8;color:#161613}.single-project-page .project-body .content-area p{margin-bottom:24px}.contact-page{padding-top:140px;padding-bottom:100px}.contact-page .contact-grid{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:1024px){.contact-page .contact-grid{grid-template-columns:1fr 1fr}}.contact-page .contact-info-card{background-color:#161613;color:#fff;padding:48px 40px;border-radius:28px}.contact-page .contact-info-card .info-title{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:24px}.contact-page .contact-info-card .info-list{display:flex;flex-direction:column;gap:24px;margin-top:36px}.contact-page .contact-info-card .info-list .info-item{display:flex;align-items:center;gap:16px}.contact-page .contact-info-card .info-list .info-item .icon{width:48px;height:48px;border-radius:50%;background-color:#d4f547;color:#161613;display:inline-flex;align-items:center;justify-content:center}.contact-page .contact-info-card .info-list .info-item .text{font-size:1rem;font-weight:600}.contact-page .contact-form-wrapper{background-color:#fff;padding:48px 40px;border-radius:28px;box-shadow:0 10px 30px #0000000a}.contact-page .contact-form-wrapper .form-group{margin-bottom:20px}.contact-page .contact-form-wrapper .form-group label{display:block;font-size:.875rem;font-weight:700;margin-bottom:8px}.contact-page .contact-form-wrapper .form-group input,.contact-page .contact-form-wrapper .form-group textarea{width:100%;padding:14px 18px;border-radius:12px;border:1px solid rgba(0,0,0,.08);outline:none;background-color:#f7f5f0}.contact-page .contact-form-wrapper .form-group input:focus,.contact-page .contact-form-wrapper .form-group textarea:focus{border-color:#161613}
