:root{--font-geist-sans:Inter,Arial,Helvetica,sans-serif}
@import "tailwindcss";

:root { --ink: #1a1a1a; --green: #263522; --green-deep: #0f1f14; --cream: #eae5dc; --paper: #fff; --text: #22271f; --muted: #657064; --line: rgba(34, 39, 31, .18); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: var(--font-geist-sans), Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #c9d39c; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 9px 14px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.container { width: min(1192px, calc(100% - 88px)); margin-inline: auto; }
.section { padding: 115px 0; }
.section--tint { background: var(--cream); }
.section--ink { background: var(--ink); color: #fff; }
.section-heading { margin-bottom: 55px; }
.section-heading h2, .work-preview__heading h2 { max-width: 800px; margin: 12px 0 0; font-size: clamp(38px, 4vw, 55px); line-height: 1.06; letter-spacing: -.045em; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 10px; color: #5f6b5b; font-size: 12px; line-height: 1; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.section--ink .eyebrow { color: #bfc6b8; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.arrow-link { width: fit-content; display: inline-flex; align-items: center; gap: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 15px; font-weight: 720; line-height: 1.4; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }
.button { min-height: 55px; padding: 13px 38px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 9px; font-weight: 720; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; }
.button--light { background: #f4f4ee; color: #1d281d; }
.button--glass { color: #fff; border: 2px solid rgba(255,255,255,.58); background: rgba(255,255,255,.08); backdrop-filter: blur(6px); }
.button--green { background: #30412d; color: #fff; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; padding: 0 max(44px, calc((100vw - 1192px) / 2)); display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid transparent; transition: background-color .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header--scrolled { background: rgba(20, 35, 25, .92); border-color: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.brand-link { flex: 0 0 auto; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; color: #fff; }
.brand__name { font-size: 25px; font-weight: 850; letter-spacing: .18em; }
.brand__sub { margin-top: 5px; font-size: 7px; font-weight: 750; letter-spacing: .24em; }
.site-header nav { order: 2; margin-left: auto; display: flex; align-items: center; gap: 31px; font-weight: 620; }
nav > a { transition: opacity .2s ease; }
nav > a:hover { opacity: .72; }
.header-cta { min-height: 40px; padding: 7px 21px; display: inline-flex; align-items: center; border: 2px solid rgba(255,255,255,.55); border-radius: 9px; }
.header-tools { order: 3; margin-left: 17px; display: flex; align-items: center; gap: 5px; }
.search-toggle { width: 40px; height: 40px; padding: 8px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; transition: background-color .2s ease, transform .2s ease; }
.search-toggle:hover { transform: translateY(-1px); background: rgba(255,255,255,.14); }
.search-toggle svg, .site-search__field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 10px 8px; border: 0; background: transparent; color: #fff; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.hero-wrapper { height: 500vh; background: var(--green-deep); }
.hero { position: sticky; top: 0; height: 100vh; min-height: 560px; overflow: hidden; color: #fff; background: var(--green-deep); }
.hero__video { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__mobile-poster { display: none; position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__shade { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(8,14,8,.14) 0%, rgba(8,14,8,.06) 36%, rgba(8,14,8,.68) 100%), linear-gradient(90deg, rgba(8,14,8,.32), transparent 60%); }
.hero__center-mark { position: absolute; z-index: 3; top: 42%; left: 50%; transform: translate(-50%,-50%) scale(2.6); text-align: center; filter: drop-shadow(0 2px 12px rgba(0,0,0,.35)); }
.hero__content { position: absolute; z-index: 3; left: max(44px, calc((100vw - 1192px) / 2)); bottom: 65px; width: min(585px, calc(100vw - 88px)); }
.hero__content h1 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.hero__content p { max-width: 560px; margin: 0 0 24px; font-size: 19px; line-height: 1.55; font-weight: 560; text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.hero__actions { display: flex; gap: 13px; }
.scroll-cue { position: absolute; z-index: 3; right: 31px; bottom: 17px; display: grid; justify-items: center; gap: 2px; padding: 8px; color: inherit; font-size: 11px; letter-spacing: .22em; text-decoration: none; cursor: pointer; border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.scroll-cue:hover, .scroll-cue:focus-visible { background: rgba(255,255,255,.14); transform: translateY(2px); outline: none; }
.scroll-cue i { font-size: 24px; font-style: normal; animation: drift 1.7s ease-in-out infinite; }
@keyframes drift { 50% { transform: translateY(6px); } }

.intro { min-height: 442px; }
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.intro h2 { margin: 13px 0 0; font-size: clamp(39px, 3.7vw, 47px); line-height: 1.08; letter-spacing: -.045em; }
.intro__copy { padding-top: 5px; max-width: 510px; }
.intro__copy > p { margin: 0 0 16px; color: #495047; }
.intro__copy .intro__note { margin: 22px 0 24px; color: var(--text); font-weight: 700; }

.services { min-height: 1428px; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card { min-width: 0; overflow: hidden; background: #fff; border-radius: 14px; box-shadow: 0 1px 0 rgba(0,0,0,.03); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:nth-child(2), .service-card:nth-child(5) { transition-delay: .08s; }
.service-card:nth-child(3), .service-card:nth-child(6) { transition-delay: .16s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 16px 35px rgba(44,49,39,.11); }
.service-card__media { height: 235px; overflow: hidden; background: #c7c4bd; }
.media-still { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-card__media .media-still { transition: transform .6s ease; }
.service-card:hover .media-still { transform: scale(1.035); }
.service-card__body { min-height: 300px; padding: 28px 28px 31px; display: flex; flex-direction: column; }
.card-number { color: #81887d; font-size: 12px; font-weight: 760; letter-spacing: .18em; }
.service-card h3 { margin: 8px 0 10px; font-size: 24px; line-height: 1.16; letter-spacing: -.025em; }
.service-card p { margin: 0 0 24px; color: #5c6458; font-size: 15px; line-height: 1.62; }
.service-card .arrow-link { margin-top: auto; }

.feature { min-height: 603px; }
.feature__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 55px; align-items: center; }
.feature__media { position: relative; height: 357px; overflow: hidden; border-radius: 14px; background: #111; }
.feature__media > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }
.feature__media:hover > img { transform: scale(1.025); }
.feature__caption { position: absolute; inset: auto 0 0; padding: 48px 22px 18px; display: flex; align-items: end; justify-content: space-between; gap: 16px; color: #fff; background: linear-gradient(transparent, rgba(8,12,8,.84)); }
.feature__caption span { font-size: 16px; font-weight: 740; }
.feature__caption small { color: #d0d5cc; font-size: 11px; text-align: right; }
.feature__copy { max-width: 500px; }
.feature h2 { margin: 19px 0 12px; font-size: clamp(41px, 4.2vw, 57px); line-height: .99; letter-spacing: -.05em; }
.feature__copy > p { margin: 0 0 28px; color: #b9bdb5; font-size: 17px; line-height: 1.65; }

.why { min-height: 691px; }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.reason { min-height: 262px; padding: 34px 37px 0 0; border-right: 1px solid var(--line); }
.reason:nth-child(2) { padding-left: 37px; transition-delay: .08s; }
.reason:nth-child(3) { padding-left: 37px; border-right: 0; transition-delay: .16s; }
.reason__number { color: #788274; font-size: 12px; font-weight: 760; letter-spacing: .17em; }
.reason h3 { margin: 39px 0 11px; font-size: 25px; letter-spacing: -.035em; }
.reason p { margin: 0; color: #5d665a; font-size: 15px; line-height: 1.72; }

.work-preview { min-height: 682px; }
.work-preview__heading { margin-bottom: 43px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.work-preview__heading h2 { font-size: clamp(38px, 3.8vw, 52px); }
.work-preview__note { max-width: 650px; margin: 15px 0 0; color: #687064; font-size: 14px; }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; height: 330px; }
.project-card { position: relative; min-width: 0; overflow: hidden; border-radius: 10px; background: #263522; }
.project-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.project-card:hover img { transform: scale(1.035); filter: saturate(.86); }
.project-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(8,14,8,.88) 100%); }
.project-card__content { position: absolute; inset: auto 18px 17px; display: flex; flex-direction: column; color: #fff; }
.project-card__content strong { font-size: 18px; line-height: 1.2; letter-spacing: -.025em; }
.project-card__content small { margin-top: 5px; color: #d7dbd3; font-size: 12px; }
.project-card__content em { margin-top: 11px; font-size: 10px; font-style: normal; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }

.reviews { min-height: 790px; overflow: hidden; }
.reviews__top { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.reviews h2 { max-width: 770px; margin: 17px 0 0; font-size: clamp(39px, 4.5vw, 59px); line-height: 1.04; letter-spacing: -.05em; }
.reviews__status { flex: 0 0 auto; padding-bottom: 9px; text-align: right; }
.reviews__status strong { display: block; color: #fff; font-size: 13px; letter-spacing: .16em; }
.reviews__status span { color: #adb4a9; }
.review-rail { width: max-content; margin: 58px 0 0 max(44px, calc((100vw - 1192px) / 2)); display: flex; gap: 22px; }
.review-empty { width: 475px; min-height: 260px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: #202020; }
.review-empty p { max-width: 380px; margin: 20px 0 35px; color: #eceee9; font-size: 19px; line-height: 1.55; }
.review-empty > span:last-child { color: #9ca398; font-size: 13px; }
.review-empty__mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #31412e; font-weight: 850; }
.review-empty--lines { justify-content: center; gap: 17px; }
.review-empty--lines i { width: 78%; height: 12px; border-radius: 99px; background: rgba(255,255,255,.08); }
.review-empty--lines i:nth-child(2) { width: 92%; }
.review-empty--lines i:nth-child(4) { width: 55%; margin-top: 22px; }

.faq { min-height: 779px; }
.faq__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 85px; }
.faq__heading { position: sticky; top: 118px; align-self: start; }
.faq h2 { max-width: 450px; margin: 17px 0 0; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 23px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; font-size: 18px; font-weight: 690; border: 0; background: transparent; cursor: pointer; }
.faq-item button i { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; font-style: normal; font-weight: 400; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: #5b6458; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding: 0 58px 24px 0; }

.contact-cta { min-height: 882px; }
.contact-cta__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; }
.contact-cta__copy h2 { max-width: 535px; margin: 18px 0 23px; font-size: clamp(49px, 5vw, 70px); line-height: .98; letter-spacing: -.055em; }
.contact-cta__copy > p { max-width: 490px; margin: 0; color: #b9bdb5; font-size: 17px; }
.contact-facts { margin: 38px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 19px 24px; }
.contact-facts div { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-facts dt { color: #8e968b; font-size: 10px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.contact-facts dd { margin: 4px 0 0; color: #e5e8e2; font-size: 13px; line-height: 1.5; }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: #d7dad4; font-size: 13px; font-weight: 640; letter-spacing: .02em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; background: transparent; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #fff; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #767a74; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; font-size: 12px; font-weight: 450; color: #aeb4aa; }
.consent input { width: 16px; margin-top: 3px; accent-color: #768a65; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.form-submit { width: fit-content; margin-top: 4px; }
.form-status { min-height: 26px; margin: 0; color: #d8dfd3; font-size: 14px; }

.site-footer { padding-top: 90px; background: #242e21; color: #fff; }
.footer__grid { padding-bottom: 73px; display: grid; grid-template-columns: 1.5fr .65fr 1fr 1fr; gap: 55px; }
.footer__brand p { max-width: 270px; margin: 28px 0 0; color: #b9c0b5; font-size: 18px; }
.footer__grid h2 { margin: 0 0 18px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid > div:not(:first-child) > a, .footer__grid > div:not(:first-child) > p { margin: 0 0 8px; color: #b9c0b5; font-size: 14px; }
.footer__grid a:hover { color: #fff; }
.footer__grid .arrow-link { color: #fff !important; margin-top: 8px !important; }
.footer__bottom { padding: 20px 0 23px; display: flex; justify-content: space-between; gap: 25px; color: #9da698; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer__bottom a:hover { color: #fff; }

.service-page { background: #fff; }
.service-detail-hero { position: relative; min-height: 650px; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--green-deep); }
.service-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-detail-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,14,8,.3), rgba(8,14,8,.78)), linear-gradient(90deg, rgba(8,14,8,.56), transparent 72%); }
.service-detail-hero__content { position: relative; z-index: 1; padding-bottom: 75px; }
.service-detail-hero__content .eyebrow { color: #d2d8cd; }
.service-detail-hero h1 { max-width: 840px; margin: 18px 0 16px; font-size: clamp(55px, 7vw, 92px); line-height: .93; letter-spacing: -.06em; }
.service-detail-hero__content > p { max-width: 690px; margin: 0; color: #e2e5df; font-size: 19px; line-height: 1.6; }
.service-overview__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; }
.service-overview h2 { max-width: 520px; margin: 16px 0 0; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.01; letter-spacing: -.05em; }
.service-overview__copy > p { margin: 0 0 30px; color: #4f594d; font-size: 19px; line-height: 1.68; }
.service-overview ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-overview li { padding: 15px 0 15px 31px; position: relative; border-bottom: 1px solid var(--line); font-weight: 650; }
.service-overview li::before { content: "↗"; position: absolute; left: 0; color: #73806c; }
.service-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-process__grid article { min-height: 240px; padding: 29px 26px 25px 0; border-right: 1px solid var(--line); }
.service-process__grid article:not(:first-child) { padding-left: 26px; }
.service-process__grid article:last-child { border-right: 0; }
.service-process__grid span { color: #7d8679; font-size: 11px; font-weight: 760; letter-spacing: .16em; }
.service-process__grid h3 { margin: 43px 0 10px; font-size: 23px; letter-spacing: -.03em; }
.service-process__grid p { margin: 0; color: #5e665b; font-size: 14px; line-height: 1.67; }
.service-cta__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.service-cta h2 { max-width: 650px; margin: 19px 0 0; font-size: clamp(47px, 5.6vw, 73px); line-height: .96; letter-spacing: -.055em; }
.service-cta__grid > div:last-child p { max-width: 480px; margin: 0 0 25px; color: #bbc0b8; font-size: 17px; }
.service-back { padding: 33px 0; background: #fff; }
.thanks-page { min-height: 100svh; padding: 10vh max(24px, 8vw); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: #fff; background: var(--green-deep); }
.thanks-page .brand { margin-bottom: 70px; }
.thanks-page .eyebrow { color: #cfd6ca; }
.thanks-page h1 { margin: 18px 0 12px; font-size: clamp(58px, 10vw, 118px); line-height: .9; letter-spacing: -.06em; }
.thanks-page > p:not(.eyebrow) { max-width: 520px; margin: 0 0 34px; color: #c3cabf; font-size: 18px; line-height: 1.65; }

.project-detail-hero { position: relative; min-height: 720px; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--green-deep); }
.project-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-detail-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,12,7,.18), rgba(7,12,7,.82)), linear-gradient(90deg, rgba(7,12,7,.5), transparent 70%); }
.project-detail-hero__content { position: relative; z-index: 1; padding-bottom: 67px; }
.project-detail-hero__content .eyebrow { color: #d5dacf; }
.project-detail-hero h1 { max-width: 980px; margin: 17px 0 25px; font-size: clamp(59px, 8vw, 108px); line-height: .9; letter-spacing: -.065em; }
.project-detail-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; }
.project-detail-hero__meta span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; background: rgba(255,255,255,.07); backdrop-filter: blur(6px); font-size: 12px; font-weight: 700; }
.project-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 88px; }
.project-story h2 { max-width: 640px; margin: 17px 0 0; font-size: clamp(41px, 4.4vw, 61px); line-height: 1.02; letter-spacing: -.05em; }
.project-story__copy > p { margin: 0 0 32px; color: #525b4f; font-size: 18px; line-height: 1.75; }
.project-role { padding: 22px 0; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-role span { color: #7a8376; font-size: 10px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.project-role strong { font-size: 19px; }
.project-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts__grid div { min-height: 145px; padding: 28px 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.project-facts__grid div:first-child { padding-left: 0; }
.project-facts__grid div:last-child { border-right: 0; }
.project-facts__grid span { color: #767f73; font-size: 10px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.project-facts__grid strong { font-size: clamp(24px, 2.5vw, 34px); line-height: 1.1; letter-spacing: -.035em; }
.project-gallery__heading { margin-bottom: 43px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.project-gallery__heading h2 { margin: 15px 0 0; font-size: clamp(42px, 4.4vw, 61px); line-height: 1; letter-spacing: -.05em; }
.project-gallery__heading > a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.project-gallery__grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(3, 220px); gap: 14px; }
.project-gallery__grid figure { margin: 0; overflow: hidden; border-radius: 12px; background: var(--cream); }
.project-gallery__grid figure:first-child { grid-row: 1 / 4; }
.project-gallery__grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.project-gallery__grid figure:hover img { transform: scale(1.025); }
.project-cta__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: end; }
.project-cta h2 { max-width: 660px; margin: 18px 0 0; font-size: clamp(47px, 5.7vw, 75px); line-height: .96; letter-spacing: -.055em; }
.project-cta__grid > div:last-child p { max-width: 470px; margin: 0 0 25px; color: #bcc2b8; font-size: 17px; }

.site-search { position: fixed; inset: 0; z-index: 300; color: var(--text); }
.site-search__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8,14,9,.76); backdrop-filter: blur(16px); cursor: default; }
.site-search__panel { position: relative; width: min(860px, calc(100% - 40px)); max-height: min(760px, calc(100vh - 60px)); margin: 30px auto; padding: 28px; overflow: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #f4f1ea; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.site-search__top { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; }
.site-search__top .brand { color: #243021; }
.site-search__top button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 27px; line-height: 1; cursor: pointer; }
.site-search__field { height: 72px; padding: 0 19px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid rgba(38,53,34,.24); border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(38,53,34,.07); }
.site-search__field input { min-width: 0; padding: 0; border: 0; outline: none; background: transparent; color: var(--text); font-size: clamp(18px, 2vw, 25px); letter-spacing: -.025em; }
.site-search__field input::placeholder { color: #8b9187; }
.site-search__field kbd { padding: 4px 7px; color: #768072; border: 1px solid var(--line); border-radius: 5px; font: 10px/1 var(--font-geist-sans), sans-serif; }
.site-search__label { margin: 26px 0 11px; color: #70786c; font-size: 10px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.site-search__results { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.site-search__results > a { min-width: 0; min-height: 105px; padding: 10px; display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 14px; border: 1px solid rgba(38,53,34,.11); border-radius: 11px; background: rgba(255,255,255,.58); transition: transform .2s ease, background-color .2s ease; }
.site-search__results > a:hover { transform: translateY(-2px); background: #fff; }
.site-search__results img { width: 96px; height: 83px; display: block; object-fit: cover; border-radius: 7px; }
.site-search__results span { min-width: 0; display: flex; flex-direction: column; }
.site-search__results small { color: #788073; font-size: 9px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.site-search__results strong { margin-top: 3px; overflow: hidden; font-size: 16px; line-height: 1.2; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
.site-search__results em { margin-top: 4px; overflow: hidden; color: #687064; font-size: 11px; font-style: normal; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.site-search__results i { font-size: 18px; font-style: normal; }
.site-search__empty { grid-column: 1 / -1; padding: 34px 20px; border: 1px dashed var(--line); border-radius: 11px; color: #697064; text-align: center; }

@media (max-width: 1024px) {
  .container { width: min(100% - 56px, 936px); }
  .site-header { padding-inline: 28px; }
  .site-header nav { gap: 18px; }
  nav > a:not(.header-cta) { font-size: 14px; }
  .header-tools { margin-left: 10px; }
  .hero__content { left: 28px; width: calc(100vw - 56px); }
  .section { padding: 92px 0; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service-card__media { height: 250px; }
  .feature__grid { gap: 38px; }
  .feature__media { height: 330px; }
  .why__grid { gap: 0; }
  .work-grid { height: 290px; }
  .faq__grid { gap: 55px; }
  .contact-cta__grid { gap: 54px; }
  .footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
  .service-overview__grid, .service-cta__grid { gap: 55px; }
  .service-process__grid article { padding-right: 18px; }
  .service-process__grid article:not(:first-child) { padding-left: 18px; }
  .project-story__grid, .project-cta__grid { gap: 55px; }
}

@media (max-width: 900px) {
  .site-header { padding: 0 24px; height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .header-tools { margin-left: auto; position: relative; z-index: 2; }
  .site-header nav { position: fixed; inset: 0; margin: 0; padding: 112px 28px 32px; align-items: stretch; flex-direction: column; gap: 7px; background: #192219; transform: translateX(100%); transition: transform .35s ease; }
  .site-header nav.is-open { transform: none; }
  nav > a, nav > a:not(.header-cta) { padding: 10px 0; font-size: 22px; }
  .header-cta { margin-top: 14px; justify-content: center; }
  .hero__content { left: 24px; bottom: 58px; width: calc(100vw - 48px); }
  .hero__content p { font-size: 17px; line-height: 1.48; }
  .hero__center-mark { top: 39%; transform: translate(-50%,-50%) scale(2); }
  .button { min-height: 51px; padding: 12px 20px; }
  .scroll-cue { right: 15px; bottom: 12px; }
  .intro__grid, .feature__grid, .faq__grid, .contact-cta__grid { grid-template-columns: 1fr; }
  .intro__grid { gap: 38px; }
  .intro__copy { max-width: 650px; }
  .feature__grid { gap: 45px; }
  .feature__media { height: 430px; }
  .feature__copy { max-width: 650px; }
  .why__grid { grid-template-columns: 1fr; }
  .reason, .reason:nth-child(2), .reason:nth-child(3) { min-height: 0; padding: 30px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .reason h3 { margin-top: 20px; }
  .work-grid { grid-template-columns: repeat(2, 1fr); height: 600px; }
  .faq__heading { position: static; }
  .contact-cta__grid { gap: 55px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / -1; }
  .service-detail-hero { min-height: 600px; }
  .service-overview__grid, .service-cta__grid { grid-template-columns: 1fr; }
  .service-overview__grid { gap: 45px; }
  .service-process__grid { grid-template-columns: repeat(2, 1fr); }
  .service-process__grid article:nth-child(2) { border-right: 0; }
  .service-process__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-detail-hero { min-height: 640px; }
  .project-story__grid, .project-cta__grid { grid-template-columns: 1fr; }
  .project-story__grid { gap: 44px; }
  .project-facts__grid { grid-template-columns: repeat(2, 1fr); }
  .project-facts__grid div:nth-child(2) { border-right: 0; }
  .project-facts__grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 410px 260px 260px; }
  .project-gallery__grid figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .project-gallery__grid figure:nth-child(4) { grid-column: 1 / -1; }
  .site-search__panel { width: calc(100% - 32px); margin-top: 16px; max-height: calc(100vh - 32px); }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .section { padding: 76px 0; }
  .hero__actions { align-items: stretch; flex-direction: column; width: min(310px, 100%); }
  .hero-wrapper { height: 440vh; }
  .hero__video { display: block; }
  .hero__mobile-poster { display: block; }
  .hero__center-mark { transform: translate(-50%,-50%) scale(1.8); }
  .hero__content { left: 20px; bottom: 40px; width: calc(100vw - 40px); }
  .hero__content p { margin-bottom: 18px; font-size: 16px; }
  .scroll-cue { right: 12px; bottom: 10px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; background: rgba(12,24,15,.58); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(10px); }
  .scroll-cue span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .scroll-cue i { font-size: 21px; }
  .section-heading { margin-bottom: 38px; }
  .services__grid { grid-template-columns: 1fr; gap: 20px; }
  .service-card__media { height: 230px; }
  .service-card__body { min-height: 275px; padding: 24px; }
  .feature__media { height: 270px; }
  .work-preview__heading { align-items: flex-start; flex-direction: column; }
  .work-grid { gap: 10px; height: 650px; }
  .project-card__content { inset: auto 14px 13px; }
  .project-card__content strong { font-size: 16px; }
  .reviews__top { align-items: flex-start; flex-direction: column; }
  .reviews__status { text-align: left; }
  .review-rail { margin-left: 20px; }
  .review-empty { width: calc(100vw - 55px); min-height: 250px; }
  .faq__grid { gap: 45px; }
  .faq-item button { font-size: 16px; }
  .faq-item.is-open .faq-answer p { padding-right: 12px; }
  .form-row { grid-template-columns: 1fr; gap: 20px; }
  .contact-cta__copy h2 { font-size: 46px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .service-detail-hero { min-height: 570px; }
  .service-detail-hero__content { padding-bottom: 46px; }
  .service-detail-hero h1 { font-size: 51px; }
  .service-detail-hero__content > p { font-size: 16px; }
  .service-process__grid { grid-template-columns: 1fr; }
  .service-process__grid article, .service-process__grid article:not(:first-child) { min-height: 0; padding: 24px 0 27px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-process__grid h3 { margin-top: 18px; }
  .service-cta__grid { gap: 38px; }
  .contact-facts { grid-template-columns: 1fr; }
  .project-detail-hero { min-height: 590px; }
  .project-detail-hero__content { padding-bottom: 43px; }
  .project-detail-hero h1 { margin-bottom: 19px; font-size: 51px; }
  .project-detail-hero__meta { gap: 6px; }
  .project-detail-hero__meta span { padding: 6px 9px; font-size: 10px; }
  .project-story__copy > p { font-size: 16px; }
  .project-facts__grid { grid-template-columns: 1fr 1fr; }
  .project-facts__grid div, .project-facts__grid div:first-child { min-height: 118px; padding: 19px 13px; }
  .project-gallery__heading { align-items: flex-start; flex-direction: column; }
  .project-gallery__grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); gap: 9px; }
  .project-gallery__grid figure:first-child { grid-column: auto; }
  .project-gallery__grid figure:nth-child(4) { grid-column: auto; }
  .project-cta__grid { gap: 38px; }
  .site-search__panel { width: calc(100% - 20px); margin: 10px auto; padding: 18px; max-height: calc(100vh - 20px); border-radius: 15px; }
  .site-search__top { margin-bottom: 17px; }
  .site-search__field { height: 60px; padding: 0 13px; gap: 9px; }
  .site-search__field kbd { display: none; }
  .site-search__results { grid-template-columns: 1fr; }
  .site-search__results > a { min-height: 91px; grid-template-columns: 78px 1fr auto; gap: 11px; }
  .site-search__results img { width: 78px; height: 69px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-wrapper { height: 100vh; }
  .reveal { opacity: 1; transform: none; }
  .feature__media { background: #263522; }
}
