:root {
  --ink: #171b1c;
  --ink-2: #202526;
  --ink-3: #2b3031;
  --paper: #f5f1e8;
  --paper-2: #ece5d8;
  --cream: #fffaf0;
  --gold: #c99a5a;
  --gold-light: #e6c38d;
  --gold-dark: #906437;
  --text: #202324;
  --muted: #696a66;
  --line: rgba(23, 27, 28, .14);
  --white-line: rgba(255, 255, 255, .14);
  --white: #fff;
  --container: 1240px;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --display: "Manrope", "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(10, 13, 14, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(23,27,28,.96); box-shadow: 0 8px 30px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.site-header.is-scrolled .utility-bar { display: none; }
.utility-bar { border-bottom: 1px solid var(--white-line); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { display: flex; align-items: center; gap: .55rem; margin: 0; color: rgba(255,255,255,.74); }
.utility-inner a { color: var(--gold-light); text-decoration: none; font-weight: 700; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #81b37d; box-shadow: 0 0 0 4px rgba(129,179,125,.15); }
.nav { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.brand { flex: 0 0 auto; width: 226px; text-decoration: none; overflow: hidden; }
.brand img { aspect-ratio: 3400/1500; object-fit: cover; mix-blend-mode: screen; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 1.65rem; margin-left: auto; }
.nav-links a { color: rgba(255,255,255,.76); text-decoration: none; font-size: .87rem; font-weight: 600; }
.nav-links a:hover { color: var(--gold-light); }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 50px; padding: .8rem 1.25rem; text-decoration: none; font-weight: 700; font-size: .84rem; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #171513; box-shadow: 0 12px 34px rgba(201,154,90,.22); }
.button-gold:hover { background: linear-gradient(135deg, #f0d3a6, #d3a263); }
.button-ghost { border: 1px solid rgba(255,255,255,.34); color: var(--white); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.58); }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline-dark { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.button-outline-dark:hover { border-color: var(--gold-dark); background: var(--cream); }
.button-large { min-height: 58px; padding: .95rem 1.5rem; }
.nav-cta { min-height: 44px; }
.nav-phone { flex: 0 0 auto; display: grid; gap: .05rem; color: var(--white); text-decoration: none; }
.nav-phone span { color: var(--gold-light); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-phone strong { font-size: .8rem; }
.nav-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid var(--white-line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--white); }
.mobile-menu { display: none; }

.hero { min-height: 880px; position: relative; display: flex; align-items: stretch; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media { left: 39%; overflow: hidden; }
.hero-media img { height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.78) contrast(1.06); transform: scale(1.01); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,15,16,.58), transparent 48%); }
.hero-image-label { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; display: grid; gap: .2rem; padding: 1rem 1.15rem; border-left: 2px solid var(--gold-light); background: rgba(17,20,21,.78); backdrop-filter: blur(10px); }
.hero-image-label span { color: var(--gold-light); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-image-label strong { font-size: .76rem; font-weight: 600; }
.hero-wash { background: linear-gradient(90deg, #171b1c 0%, #171b1c 32%, rgba(23,27,28,.91) 47%, rgba(23,27,28,.28) 75%, rgba(23,27,28,.3) 100%), linear-gradient(0deg, rgba(23,27,28,.7), transparent 48%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 4.5rem; align-items: end; padding-top: 190px; padding-bottom: 92px; }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 1.25rem; display: flex; align-items: center; gap: .75rem; color: var(--gold-dark); font-size: .74rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-light); }
h1, h2, h3 { margin: 0; font-family: var(--display); }
h1 { max-width: 9.5ch; font-size: clamp(3.5rem, 6.4vw, 6.8rem); font-weight: 600; line-height: .95; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--gold-light); font-style: normal; font-weight: 500; }
h2 { font-size: clamp(2.6rem, 5vw, 5.4rem); font-weight: 600; line-height: .98; letter-spacing: -.055em; }
h3 { font-weight: 650; letter-spacing: -.035em; }
p { line-height: 1.65; }
.hero-lead { max-width: 670px; margin: 1.7rem 0 0; color: rgba(255,255,255,.78); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0 2.7rem; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 690px; padding-top: 1.25rem; border-top: 1px solid var(--white-line); }
.hero-proof div { padding-right: 1rem; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--gold-light); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-proof span { margin-top: .25rem; color: rgba(255,255,255,.58); font-size: .78rem; }
.hero-panel { margin-bottom: 10px; padding: 1.6rem; border: 1px solid rgba(230,195,141,.3); background: rgba(17,20,21,.82); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.panel-label { margin: 0 0 .65rem; color: var(--gold-light); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.hero-panel h2 { font-size: 1.8rem; letter-spacing: -.035em; }
.quick-links { margin-top: 1.3rem; border-top: 1px solid var(--white-line); }
.quick-links button { width: 100%; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: .6rem; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--white-line); color: var(--white); background: transparent; text-align: left; cursor: pointer; }
.quick-links span { color: var(--gold); font-size: .68rem; }
.quick-links strong { font-size: .86rem; font-weight: 600; }
.quick-links i { font-style: normal; color: var(--gold-light); transition: transform .2s ease; }
.quick-links button:hover i { transform: translateX(4px); }
.panel-link { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; color: rgba(255,255,255,.66); font-size: .78rem; text-decoration: none; }
.panel-link:hover { color: var(--gold-light); }
.hero-scroll { position: absolute; z-index: 3; left: 22px; bottom: 44px; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.45); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.hero-scroll span { width: 34px; height: 1px; background: var(--gold); }

.client-ribbon { padding: 1.25rem 0; background: var(--gold); color: var(--ink); }
.client-ribbon .container { display: flex; align-items: center; gap: 2.5rem; }
.client-ribbon p { flex: 0 0 auto; margin: 0; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.client-list { display: flex; align-items: center; gap: 1rem; overflow: hidden; white-space: nowrap; font-size: .82rem; font-weight: 700; }
.client-list i { color: rgba(23,27,28,.38); font-size: .45rem; }

.credentials { border-bottom: 1px solid var(--line); background: var(--cream); }
.credentials-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)) auto; align-items: stretch; }
.credentials article { display: grid; grid-template-columns: 32px 1fr; gap: .75rem; align-items: center; min-height: 104px; padding: 1.2rem 1.35rem; border-right: 1px solid var(--line); }
.credentials article > span { color: var(--gold-dark); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.credentials strong, .credentials small { display: block; }
.credentials strong { font-family: var(--display); font-size: .88rem; }
.credentials small { margin-top: .18rem; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.credentials-grid > a { display: flex; align-items: center; justify-content: center; gap: .7rem; min-width: 190px; padding: 1.2rem; background: var(--ink); color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-align: center; text-decoration: none; text-transform: uppercase; }
.credentials-grid > a span { color: var(--gold-light); }

.section { padding: 8rem 0; }
.section-heading { margin-bottom: 3.5rem; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: end; gap: 5rem; }
.heading-aside { max-width: 460px; padding-bottom: .4rem; }
.heading-aside p { margin: 0 0 1.2rem; color: var(--muted); }
.text-link { display: inline-flex; gap: 1rem; padding-bottom: .35rem; border-bottom: 1px solid var(--gold-dark); color: var(--gold-dark); font-size: .82rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.services-section { background: var(--paper); }
.service-filter { display: flex; gap: .55rem; flex-wrap: wrap; margin-bottom: 1.3rem; }
.service-filter button { padding: .72rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: .76rem; font-weight: 700; cursor: pointer; }
.service-filter button:hover, .service-filter button.is-active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; position: relative; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.15); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; background: var(--cream); box-shadow: 0 18px 50px rgba(19,21,21,.09); transform: translateY(-3px); }
.service-card[hidden] { display: none; }
.service-card-feature { grid-column: span 2; display: grid; grid-template-columns: minmax(240px,.84fr) 1fr; gap: 2rem; padding: 0; background: var(--ink); color: var(--white); }
.service-card-feature:hover { background: var(--ink-2); }
.service-visual { position: relative; min-height: 390px; overflow: hidden; }
.service-visual img { height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .55s ease; }
.service-card-feature:hover .service-visual img { transform: scale(1.035); }
.service-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,27,28,.46), transparent 55%); }
.service-body { display: flex; flex-direction: column; padding: 2.25rem 2.25rem 2.25rem 0; }
.service-number { position: absolute; top: 1.75rem; right: 1.75rem; color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-visual .service-number { z-index: 2; color: var(--gold-light); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(144,100,55,.45); color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.card-kicker { margin: 0 0 .7rem; color: var(--gold-dark); font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-card-feature .card-kicker { color: var(--gold-light); }
.service-card h3 { max-width: 12ch; font-size: 1.7rem; line-height: 1.08; }
.service-card h3 a { color: inherit; text-decoration: none; }
.service-card h3 a:hover { color: var(--gold-dark); }
.service-card-feature h3 a:hover { color: var(--gold-light); }
.service-card p:not(.card-kicker) { margin: .9rem 0 1.5rem; color: var(--muted); font-size: .9rem; }
.service-card-feature p:not(.card-kicker) { color: rgba(255,255,255,.62); }
.service-card button { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: auto; padding: .9rem 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--text); font-size: .75rem; font-weight: 800; text-align: left; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; }
.service-card button span { color: var(--gold-dark); }
.service-card-feature button { border-color: var(--white-line); color: var(--white); }
.service-card-feature button span { color: var(--gold-light); }
.service-card-photo { min-height: 560px; padding: 0; overflow: hidden; background: var(--cream); }
.service-photo { position: relative; height: 270px; overflow: hidden; background: var(--ink-3); }
.service-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,15,16,.4), transparent 55%); }
.service-photo img { height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.03); transition: transform .55s ease, filter .55s ease; }
.service-photo-detail img { object-position: center 66%; }
.service-card-photo:hover .service-photo img { transform: scale(1.035); filter: saturate(.92); }
.service-photo .service-number { z-index: 2; color: var(--gold-light); }
.service-card-content { flex: 1; display: flex; flex-direction: column; padding: 1.75rem 2rem 2rem; }
.service-card-content h3 { max-width: 18ch; }
.service-card:not(.service-card-feature):not(.service-card-photo) { background: var(--paper-2); }
.service-card:not(.service-card-feature):not(.service-card-photo):hover { background: var(--cream); }

.showcase { background: var(--ink); color: var(--white); }
.project-story { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); gap: 6rem; align-items: center; }
.project-visuals { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(180px,.75fr); grid-template-rows: 1fr 1fr; gap: .8rem; }
.project-visuals figure { position: relative; margin: 0; overflow: hidden; }
.project-visuals img { height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); transition: transform .6s ease, filter .6s ease; }
.project-visuals figure:hover img { transform: scale(1.025); filter: saturate(.92); }
.project-main { grid-row: 1 / 3; min-height: 760px; }
.project-main img { object-position: 51% center; }
.project-detail { min-height: 0; }
.project-detail-top img { object-position: 48% center; }
.project-detail-bottom img { object-position: center 46%; }
.project-visuals figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,15,16,.72), transparent 52%); }
.project-visuals figcaption { position: absolute; z-index: 2; inset: auto 1.1rem 1rem; color: var(--white); font-family: var(--display); font-size: .8rem; font-weight: 650; }
.project-main figcaption span, .project-main figcaption strong { display: block; }
.project-main figcaption span { margin-bottom: .35rem; color: var(--gold-light); font-family: var(--sans); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-main figcaption strong { font-size: 1.05rem; }
.showcase-badge { position: absolute; z-index: 3; right: -28px; bottom: 54px; width: 170px; aspect-ratio: 1; display: grid; place-content: center; padding: 1.2rem; background: var(--gold); color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.showcase-badge strong { font-family: var(--display); font-size: 3.3rem; letter-spacing: -.07em; line-height: 1; }
.showcase-badge span { margin-top: .5rem; font-size: .72rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.showcase-copy h2 { max-width: 10.5ch; font-size: clamp(2.6rem, 4.3vw, 4.8rem); }
.showcase-lead { max-width: 560px; margin: 1.7rem 0 2.1rem; color: rgba(255,255,255,.66); font-size: 1.05rem; }
.value-list { border-top: 1px solid var(--white-line); }
.value-list article { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--white-line); }
.value-list article > span { color: var(--gold-light); font-size: .68rem; font-weight: 800; }
.value-list h3 { font-size: 1.08rem; }
.value-list p { margin: .35rem 0 0; color: rgba(255,255,255,.55); font-size: .85rem; }
.assurance-note { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; margin-top: 1.4rem; padding: 1.1rem; background: rgba(201,154,90,.1); }
.assurance-note > span { color: var(--gold-light); font-size: 1.5rem; }
.assurance-note p { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; }
.assurance-note strong { color: var(--white); }

.coverage-section { position: relative; overflow: hidden; background: var(--paper-2); }
.coverage-section::before { content: "SAS"; position: absolute; right: -1vw; top: 50%; color: rgba(23,27,28,.035); font-family: var(--display); font-size: 26vw; font-weight: 800; line-height: .7; transform: translateY(-50%); }
.coverage-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; align-items: center; }
.coverage-copy h2 { max-width: 10ch; }
.coverage-copy > p:not(.eyebrow) { max-width: 500px; margin: 1.4rem 0 2rem; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.region-board { border: 1px solid var(--line); background: rgba(245,241,232,.76); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.region-core { padding: 2.4rem; background: var(--ink); color: var(--white); }
.region-core span, .region-core strong, .region-core small { display: block; }
.region-core span { color: var(--gold-light); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.region-core strong { margin: .3rem 0; font-family: var(--display); font-size: 3.3rem; letter-spacing: -.06em; }
.region-core small { color: rgba(255,255,255,.55); }
.region-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.region-list a { padding: 1.15rem 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--text); font-size: .82rem; font-weight: 700; text-decoration: none; }
.region-list a:hover { background: var(--cream); color: var(--gold-dark); }
.region-list a:nth-child(3n) { border-right: 0; }
.region-board > p { margin: 0; padding: 1rem 1.4rem; color: var(--muted); font-size: .75rem; }

.work-section { background: var(--ink); color: var(--white); }
.work-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 4rem; }
.work-heading p:last-child { margin: 0 0 .6rem; color: rgba(255,255,255,.55); }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 300px 300px; gap: 1rem; }
.work-card { position: relative; margin: 0; overflow: hidden; }
.work-card-wide { grid-column: span 3; }
.work-card-tall { grid-row: span 2; }
.work-card img { height: 100%; object-fit: cover; filter: saturate(.68); transition: transform .55s ease, filter .55s ease; }
.work-card-wide img { object-position: center 58%; }
.work-card-tall img { object-position: 42% center; }
.work-card:hover img { transform: scale(1.035); filter: saturate(.9); }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,15,16,.85), transparent 62%); }
.work-card figcaption { position: absolute; z-index: 2; inset: auto 1.35rem 1.2rem; }
.work-card figcaption span, .work-card figcaption strong { display: block; }
.work-card figcaption span { margin-bottom: .35rem; color: var(--gold-light); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.work-card figcaption strong { font-family: var(--display); font-size: 1.1rem; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 280px; display: flex; flex-direction: column; padding: 1.75rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span { margin-bottom: auto; color: var(--gold-dark); font-size: .7rem; font-weight: 800; }
.process-grid h3 { margin-top: 3rem; font-size: 1.25rem; }
.process-grid p { margin: .7rem 0 0; color: var(--muted); font-size: .83rem; }

.faq-section { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7rem; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { max-width: 8ch; }
.faq-heading > p:last-child { max-width: 330px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; justify-content: space-between; gap: 1rem; padding: 1.55rem 0; font-family: var(--display); font-size: 1.08rem; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-dark); font-family: var(--sans); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -.25rem 0 1.6rem; color: var(--muted); font-size: .9rem; }

.quote-section { padding: 8rem 0; background: linear-gradient(135deg, #171b1c, #222829); color: var(--white); }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 6rem; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy h2 { max-width: 9ch; }
.quote-copy > p:not(.eyebrow) { max-width: 460px; color: rgba(255,255,255,.62); }
.quote-side-card { margin-top: 2rem; padding: 1.4rem; border: 1px solid rgba(230,195,141,.25); }
.quote-side-card span { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.quote-side-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.5rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.quote-side-card li { position: relative; padding-left: 1rem; color: rgba(255,255,255,.58); font-size: .78rem; }
.quote-side-card li::before { content: "·"; position: absolute; left: 0; color: var(--gold-light); }
.direct-contact { display: grid; margin-top: 1rem; border: 1px solid var(--white-line); }
.direct-contact a { display: grid; gap: .15rem; padding: .95rem 1.1rem; border-bottom: 1px solid var(--white-line); color: var(--white); text-decoration: none; }
.direct-contact a:last-child { border-bottom: 0; }
.direct-contact span { color: var(--gold-light); font-size: .6rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.direct-contact strong { overflow-wrap: anywhere; font-size: .78rem; }
.form-card { padding: 2.3rem; background: var(--paper); color: var(--text); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: var(--display); font-size: 1.2rem; font-weight: 700; }
.form-heading strong { color: var(--muted); font-size: .68rem; font-weight: 500; }
.form-card form { display: grid; gap: 1.05rem; margin-top: 1.4rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-card label { display: grid; gap: .45rem; color: #464946; font-size: .72rem; font-weight: 700; }
.form-card input, .form-card select, .form-card textarea { width: 100%; min-height: 52px; padding: .8rem .95rem; border: 1px solid rgba(23,27,28,.2); border-radius: 0; background: #fffdf8; color: var(--text); font-size: .86rem; outline: none; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(201,154,90,.12); }
.service-hint { margin: 0; color: var(--muted); font-size: .72rem; }
.privacy-note { margin: -.35rem 0 .1rem; color: var(--muted); font-size: .67rem; }
.privacy-note a { color: var(--gold-dark); font-weight: 700; }
.button-submit { min-height: 58px; width: 100%; }
.hidden-field { position: absolute; left: -9999px; }

.site-footer { padding: 4.5rem 0 1.3rem; background: #111415; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.5fr .75fr .75fr 1fr; gap: 4rem; padding-bottom: 3.5rem; }
.footer-brand img { width: 240px; mix-blend-mode: screen; }
.footer-brand p, .footer-top > div:last-child p { max-width: 360px; color: rgba(255,255,255,.48); font-size: .82rem; }
.footer-top h3 { margin-bottom: 1rem; color: var(--gold-light); font-family: var(--sans); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.footer-top a { display: block; margin: .6rem 0; color: rgba(255,255,255,.57); font-size: .8rem; text-decoration: none; }
.footer-top a[href^="mailto:"] { overflow-wrap: anywhere; }
.footer-top a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.35); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-phone { margin-left: auto; }
  .nav-cta { margin-left: 0; }
  .mobile-menu { position: fixed; inset: 122px 20px auto; z-index: 60; padding: 1rem; background: var(--ink-2); border: 1px solid var(--white-line); box-shadow: var(--shadow); }
  .site-header.is-scrolled .mobile-menu { inset-block-start: 76px; }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 1rem; border-bottom: 1px solid var(--white-line); color: rgba(255,255,255,.8); text-decoration: none; }
  .mobile-menu .mobile-menu-phone { color: var(--gold-light); font-weight: 800; }
  .mobile-menu .button { margin-top: .7rem; color: var(--ink); }
  .hero-content { grid-template-columns: 1fr 340px; gap: 2rem; }
  .hero-panel { align-self: end; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .credentials-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .credentials-grid > a { grid-column: 1 / -1; min-height: 58px; }
  .project-story { grid-template-columns: minmax(0,1fr) minmax(380px,.92fr); gap: 3.5rem; }
  .project-visuals { min-height: 650px; }
  .project-main { min-height: 650px; }
  .coverage-layout { gap: 4rem; }
  .quote-layout { gap: 3rem; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner a { display: none; }
  .nav { min-height: 72px; }
  .brand { width: 190px; }
  .nav-phone { display: none; }
  .nav-cta { display: none; }
  .mobile-menu { inset-inline: 14px; }
  .hero { min-height: auto; }
  .hero-media { left: 0; opacity: .54; }
  .hero-image-label { display: none; }
  .hero-wash { background: linear-gradient(90deg, rgba(23,27,28,.98), rgba(23,27,28,.68)), linear-gradient(0deg, #171b1c 0%, transparent 70%); }
  .hero-content { display: block; padding-top: 176px; padding-bottom: 58px; }
  h1 { font-size: clamp(3.25rem, 13.5vw, 5rem); }
  h2 { font-size: clamp(2.55rem, 10vw, 4rem); }
  .hero-copy { max-width: 680px; }
  .hero-panel { max-width: 500px; margin-top: 3rem; }
  .hero-scroll { display: none; }
  .client-ribbon .container { display: block; }
  .client-ribbon p { margin-bottom: .5rem; }
  .client-list { overflow-x: auto; padding-bottom: .2rem; }
  .credentials-grid { grid-template-columns: 1fr; }
  .credentials article { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 5.5rem 0; }
  .heading-split, .project-story, .coverage-layout, .faq-layout, .quote-layout { grid-template-columns: 1fr; gap: 3rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-feature { grid-column: auto; }
  .showcase-copy { padding-top: 1rem; }
  .project-visuals { min-height: 620px; }
  .project-main { min-height: 620px; }
  .showcase-badge { right: 18px; bottom: -20px; }
  .work-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 280px; }
  .work-card-wide { grid-column: span 2; }
  .work-card-tall { grid-row: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .faq-heading, .quote-copy { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .utility-inner { justify-content: center; }
  .nav { gap: .75rem; }
  .brand { width: 170px; }
  .hero-content { padding-top: 154px; }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; }
  .button-large { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: .8rem; }
  .hero-proof div { display: grid; grid-template-columns: 100px 1fr; align-items: center; }
  .hero-proof span { margin: 0; }
  .hero-panel { padding: 1.2rem; }
  .heading-split { gap: 2rem; }
  .service-filter { overflow-x: auto; flex-wrap: nowrap; padding-bottom: .5rem; }
  .service-filter button { flex: 0 0 auto; }
  .service-card { min-height: 350px; padding: 1.5rem; }
  .service-card-feature { display: block; padding: 0; }
  .service-visual { min-height: 260px; height: 260px; }
  .service-body { padding: 1.5rem; }
  .service-card-photo { min-height: 520px; padding: 0; }
  .service-photo { height: 245px; }
  .service-card-content { padding: 1.5rem; }
  .project-visuals { min-height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 440px 220px; }
  .project-main { min-height: 440px; grid-column: 1 / 3; grid-row: 1; }
  .project-detail { min-height: 220px; }
  .showcase-badge { width: 150px; }
  .showcase-badge strong { font-size: 2.6rem; }
  .region-list { grid-template-columns: 1fr 1fr; }
  .region-list a:nth-child(3n) { border-right: 1px solid var(--line); }
  .region-list a:nth-child(2n) { border-right: 0; }
  .region-core strong { font-size: 2.6rem; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 280px; }
  .work-card-wide { grid-column: auto; }
  .work-card-tall { grid-row: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 230px; }
  .quote-side-card ul, .field-grid { grid-template-columns: 1fr; }
  .form-card { padding: 1.25rem; }
  .form-heading { display: block; }
  .form-heading strong { display: block; margin-top: .3rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { display: block; }
  .mobile-cta { position: fixed; z-index: 90; inset: auto 0 0; height: 66px; display: grid; grid-template-columns: 1.15fr .85fr; padding: 0; box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
  .mobile-cta a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: .6rem; padding: 0 .9rem; color: var(--ink); font-size: .78rem; font-weight: 800; text-decoration: none; }
  .mobile-cta a:first-child { display: grid; align-content: center; gap: .05rem; background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
  .mobile-cta a:first-child span { font-size: .53rem; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-cta a:first-child strong { font-size: .78rem; }
  .mobile-cta a:last-child { background: var(--ink); color: var(--white); }
  .mobile-cta i { color: var(--gold-light); font-style: normal; }
}
