:root {
  --paper: #f3eddf;
  --paper-deep: #e7ddca;
  --forest: #173a33;
  --forest-dark: #0d2924;
  --ink: #252621;
  --bronze: #a67936;
  --gold: #d5b36d;
  --gold-wash: #c8ad79;
  --line: rgba(37, 38, 33, 0.2);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.16;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
p { orphans: 3; widows: 3; text-wrap: pretty; hyphens: none; }
h1, h2, h3, blockquote { text-wrap: balance; }
section[id] { scroll-margin-top: 24px; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: white;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  min-height: 106px;
  display: grid;
  grid-template-columns: minmax(215px, 1fr) auto auto;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
}

.wordmark { width: fit-content; display: inline-flex; flex-direction: column; gap: 2px; font-family: var(--serif); }
.wordmark strong { font-size: clamp(1.35rem, 2.2vw, 1.85rem); font-weight: 500; letter-spacing: -0.035em; }
.wordmark span { font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.08em; text-transform: uppercase; }

nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--bronze); transform: scaleX(0); transform-origin: right; transition: transform 250ms ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 18px; border: 1px solid var(--ink); transition: 200ms ease; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.header-socials { display: flex; align-items: center; gap: 7px; }
.header-socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(37, 38, 33, 0.26); border-radius: 50%; transition: color 200ms ease, background 200ms ease, border-color 200ms ease, transform 200ms ease; }
.header-socials a:hover, .header-socials a:focus-visible { color: var(--paper); border-color: var(--forest); background: var(--forest); transform: translateY(-2px); }
.header-socials svg { width: 15px; height: 15px; fill: currentColor; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 140px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.74fr);
  gap: 7vw;
  align-items: center;
  overflow: hidden;
  padding: clamp(70px, 9vw, 130px) 8vw clamp(90px, 10vw, 150px) 11vw;
}

.hero::after { position: absolute; bottom: -19vw; left: 46%; width: 38vw; height: 38vw; border: 1px solid rgba(166, 121, 54, 0.25); border-radius: 50%; content: ""; }
.eyebrow { margin: 0 0 22px; color: var(--bronze); font-family: var(--mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h1 { margin-bottom: 28px; font-size: clamp(4.3rem, 6.2vw, 7.8rem); line-height: 0.82; letter-spacing: -0.07em; }
h1 em, h2 em { color: var(--bronze); font-weight: 400; }
.headline-line { display: block; white-space: nowrap; }
.headline-accent { color: var(--bronze); font-weight: 400; }
.hero-lead { max-width: 620px; margin-bottom: 38px; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.production-bridge { width: fit-content; display: flex; align-items: baseline; gap: 12px; margin-top: 32px; padding-top: 14px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.05em; }
.production-bridge span { color: rgba(37, 38, 33, 0.66); }
.production-bridge strong { color: var(--bronze); text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; transition: transform 200ms ease, background 200ms ease; }
.button:hover { transform: translateY(-3px); }
.button-solid { color: var(--paper); background: var(--forest); }
.button-solid:hover { background: var(--bronze); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-family: var(--mono); font-size: 0.74rem; }
.text-link span { margin-left: 7px; color: var(--bronze); }
.hero-visual { position: relative; align-self: stretch; min-height: 560px; }
.hero-image { position: absolute; inset: 0 0 45px 0; margin: 0; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(13, 41, 36, 0.7)); }
.hero-image img { height: 100%; object-fit: cover; object-position: 50% 28%; filter: saturate(0.82) contrast(1.03); }
.image-note { position: absolute; right: -3.5vw; bottom: 0; width: min(290px, 78%); display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 22px; color: var(--paper); background: var(--forest); }
.image-note span { color: var(--gold); font-family: var(--mono); font-size: 0.68rem; }
.image-note p { margin: 0; font-family: var(--serif); font-size: 1.08rem; line-height: 1.25; }
.vertical-note { position: absolute; top: 0; left: -34px; margin: 0; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.06em; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.hero-side-note { position: absolute; bottom: 34px; left: 4vw; margin: 0; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left; }

.statement { padding: clamp(80px, 11vw, 160px) 8vw; color: var(--paper); background: var(--forest); text-align: center; }
.statement p { max-width: 760px; margin: 0 auto 10px; color: rgba(243, 237, 223, 0.68); font-family: var(--mono); font-size: clamp(0.72rem, 1vw, 0.9rem); letter-spacing: 0.1em; text-transform: uppercase; }
.statement h2 { max-width: 1120px; margin: 0 auto; color: var(--paper); font-size: clamp(4rem, 7vw, 7.8rem); line-height: 0.88; letter-spacing: -0.065em; }

.section-shell { padding: clamp(90px, 12vw, 170px) 8vw; }
.section-heading { max-width: 1120px; margin-bottom: clamp(60px, 8vw, 110px); }
.section-heading h2, .specialty h2, .fit h2 { max-width: 1040px; margin-bottom: 30px; font-size: clamp(3.5rem, 6vw, 6.8rem); line-height: 0.9; letter-spacing: -0.06em; }
.section-heading > p:last-child { max-width: 680px; margin: 0; font-size: 1.05rem; line-height: 1.8; }
.process-list { border-top: 1px solid var(--line); }
.process-card { display: grid; grid-template-columns: 60px minmax(200px, 0.7fr) minmax(280px, 1fr); gap: 30px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line); transition: padding 250ms ease, background 250ms ease; }
.process-card:hover { padding-right: 18px; padding-left: 18px; background: rgba(255,255,255,0.26); }
.process-number, .process-label { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }
.process-number, .process-label { color: var(--bronze); }
.process-card h3 { margin: 2px 0 0; font-size: clamp(2.5rem, 4.2vw, 4.6rem); line-height: 0.9; letter-spacing: -0.055em; }
.process-card > p { margin: 0; line-height: 1.7; }
.process-footnote { max-width: 550px; margin: 42px 0 0 auto; font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.35; }

.offers { color: var(--paper); background: var(--forest); }
.offers-heading { max-width: 1120px; margin-bottom: 65px; }
.offers-heading .eyebrow { color: var(--gold); }
.offers-heading h2 { max-width: 1040px; margin: 0; color: var(--paper); font-size: clamp(3.8rem, 6vw, 6.8rem); line-height: 0.9; letter-spacing: -0.06em; }
.offers-heading > p:last-child { max-width: 650px; margin: 30px 0 0; color: rgba(243, 237, 223, 0.75); line-height: 1.8; }
.offer-list { border-top: 1px solid rgba(243, 237, 223, 0.25); }
.offer-row { display: grid; grid-template-columns: 50px minmax(0, 1fr) minmax(190px, 0.28fr); gap: clamp(24px, 5vw, 80px); padding: 52px 0; border-bottom: 1px solid rgba(243, 237, 223, 0.25); }
.offer-index { padding-top: 7px; color: var(--gold); font-family: var(--mono); font-size: 0.66rem; }
.offer-kicker { margin-bottom: 9px; color: var(--gold); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.offer-main h3 { max-width: 720px; margin-bottom: 16px; color: var(--paper); font-size: clamp(2.4rem, 4.3vw, 4.8rem); line-height: 0.92; letter-spacing: -0.055em; }
.offer-main > p:not(.offer-kicker) { max-width: 690px; margin-bottom: 25px; color: rgba(243, 237, 223, 0.74); line-height: 1.75; }
.offer-includes { display: flex; flex-wrap: wrap; gap: 8px; }
.offer-includes span { padding: 8px 11px; border: 1px solid rgba(243, 237, 223, 0.24); color: rgba(243, 237, 223, 0.82); font-family: var(--mono); font-size: 0.57rem; letter-spacing: 0.04em; }
.offer-price { align-self: center; display: flex; flex-direction: column; align-items: flex-start; }
.offer-price > span, .offer-price p span { display: block; margin-bottom: 5px; color: rgba(243, 237, 223, 0.58); font-family: var(--mono); font-size: 0.57rem; letter-spacing: 0.08em; text-transform: uppercase; }
.offer-price > strong, .offer-price p strong { color: var(--paper); font-family: var(--serif); font-size: clamp(2.3rem, 3.5vw, 4rem); font-weight: 500; letter-spacing: -0.04em; }
.offer-price > a { margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--gold); font-family: var(--mono); font-size: 0.64rem; }
.offer-price-split { gap: 15px; }
.offer-price-split p { margin: 0; }
.offer-price-split p strong { font-size: clamp(2rem, 3vw, 3.2rem); }
.offer-price-split > a { margin-top: 6px; }
.offer-note { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: 34px 0 0 50px; }
.offer-note-item { padding-top: 18px; border-top: 1px solid rgba(243, 237, 223, 0.25); }
.offer-note p { margin: 0; color: rgba(243, 237, 223, 0.66); font-size: 0.84rem; line-height: 1.7; }
.offer-note .offer-note-label { margin-bottom: 9px; color: var(--gold); font-family: var(--mono); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }

.proof { color: var(--ink); background: var(--paper-deep); }
.proof-heading { max-width: 1120px; margin-bottom: clamp(55px, 7vw, 95px); }
.proof-heading h2 { max-width: 950px; margin-bottom: 30px; font-size: clamp(4rem, 7vw, 7.6rem); line-height: 0.86; letter-spacing: -0.065em; }
.proof-heading > p:last-child { max-width: 680px; margin: 0 0 0 auto; font-size: 1.02rem; line-height: 1.8; }
.proof-feature { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr); align-items: stretch; }
.proof-video { position: relative; align-self: stretch; min-width: 0; padding: clamp(16px, 2vw, 28px); background: var(--forest-dark); }
.proof-video video { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: cover; background: var(--forest-dark); }
.proof-video > p { display: flex; justify-content: space-between; gap: 20px; margin: 16px 0 0; color: var(--paper); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.07em; text-transform: uppercase; }
.proof-video > p span { color: var(--gold); }
.proof-quote { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 75px); color: var(--paper); background: var(--forest); }
.proof-quote-label { margin-bottom: 28px; color: var(--gold); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.proof-quote blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.1vw, 3.6rem); line-height: 1.02; letter-spacing: -0.045em; }
.proof-quote > p:not(.proof-quote-label) { max-width: 520px; margin: 30px 0; color: rgba(243, 237, 223, 0.72); line-height: 1.75; }
.proof-quote .text-link { width: fit-content; }
.proof-directory { display: grid; grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr); gap: 7vw; margin-top: clamp(65px, 9vw, 120px); padding-top: 30px; border-top: 1px solid var(--line); }
.proof-directory-intro > p:last-child { max-width: 310px; line-height: 1.7; }
.proof-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.proof-item { min-height: 94px; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.proof-item:nth-child(odd) { padding-right: 28px; border-right: 1px solid var(--line); }
.proof-item:nth-child(even) { padding-left: 28px; }
.proof-item > span { color: var(--bronze); font-family: var(--mono); font-size: 0.58rem; }
.proof-item strong { font-family: var(--serif); font-size: clamp(1.15rem, 1.6vw, 1.55rem); font-weight: 500; line-height: 1.15; }
.proof-item em { color: var(--bronze); font-family: var(--mono); font-size: 0.55rem; font-style: normal; letter-spacing: 0.08em; text-transform: uppercase; }
a.proof-item { transition: padding 220ms ease, color 220ms ease, background 220ms ease; }
a.proof-item:hover, a.proof-item:focus-visible { color: var(--forest); background: rgba(213, 179, 109, 0.18); }
a.proof-item:hover:nth-child(odd), a.proof-item:focus-visible:nth-child(odd) { padding-right: 18px; padding-left: 10px; }
a.proof-item:hover:nth-child(even), a.proof-item:focus-visible:nth-child(even) { padding-right: 10px; padding-left: 38px; }

.production { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 7vw; padding: clamp(100px, 13vw, 180px) 8vw; color: var(--paper); background: var(--forest-dark); }
.production-intro { align-self: center; }
.production-intro .eyebrow { color: var(--gold); }
.production-intro h2 { margin-bottom: 32px; color: var(--paper); font-size: clamp(3.7rem, 5vw, 5.8rem); line-height: 0.9; letter-spacing: -0.06em; }
.production-intro h2 em, .production .headline-accent { color: var(--gold); }
.production-intro > p:not(.eyebrow) { max-width: 490px; margin-bottom: 35px; color: rgba(243, 237, 223, 0.72); line-height: 1.8; }
.production-links { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link.light span { color: var(--gold); }
.production-gallery { display: grid; grid-template-columns: 1.17fr 0.83fr; gap: 18px; align-content: center; }
.production-gallery figure { position: relative; margin: 0; overflow: hidden; }
.production-gallery img { height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.production-gallery figure:hover img { transform: scale(1.035); }
.gallery-main { grid-row: span 2; min-height: 640px; }
.gallery-small { min-height: 305px; }
.production-gallery figure::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(transparent, rgba(13, 41, 36, 0.87)); }
.production-gallery figcaption { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 1; }
.production-gallery figcaption span { display: block; margin-bottom: 5px; color: var(--gold); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; }
.production-gallery figcaption strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }

.specialty { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 6vw; align-items: start; background: var(--paper-deep); }
.specialty-copy { padding-top: 8vw; }
.specialty-copy > p:last-child { max-width: 510px; line-height: 1.8; }
.specialty-image { position: relative; }
.specialty-image img { aspect-ratio: 4 / 3; object-fit: cover; }
.specialty-image p { position: absolute; right: 0; bottom: 0; margin: 0; padding: 15px 20px; color: var(--forest-dark); background: var(--gold); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; }
.specialty-quote { grid-column: 1 / -1; max-width: 1030px; margin: 80px auto 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.8rem); line-height: 0.96; letter-spacing: -0.045em; text-align: center; }
.route-links { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-links a { min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; gap: 25px; padding: 25px; border-right: 1px solid var(--line); transition: color 200ms ease, background 200ms ease; }
.route-links a:last-child { border-right: 0; }
.route-links a:hover, .route-links a:focus-visible { color: var(--paper); background: var(--forest); }
.route-links span { color: var(--bronze); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.09em; text-transform: uppercase; }
.route-links a:hover span, .route-links a:focus-visible span { color: var(--gold); }
.route-links strong { max-width: 230px; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; line-height: 1.2; text-wrap: balance; }

.map-section { color: var(--paper); background: var(--forest-dark); }
.map-intro { max-width: 1080px; margin-bottom: 65px; }
.map-intro .eyebrow { color: var(--gold); }
.map-intro h2 { max-width: 940px; margin-bottom: 30px; font-size: clamp(3.8rem, 6vw, 6.8rem); line-height: 0.9; letter-spacing: -0.06em; }
.map-intro > p:last-child { max-width: 660px; margin: 0; color: rgba(243, 237, 223, 0.72); line-height: 1.8; }
.map-layout { display: grid; grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr); gap: 6vw; align-items: start; }
.route-map { position: relative; overflow: hidden; border: 1px solid rgba(213, 179, 109, 0.4); background: var(--paper-deep); box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22); }
.route-map img { height: auto; }
.map-pin { position: absolute; display: grid; place-items: center; width: 28%; height: 16%; transform: translate(-50%, -50%); }
.map-pin span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--paper); border-radius: 50%; color: var(--forest-dark); background: var(--gold); box-shadow: 0 0 0 7px rgba(13, 41, 36, 0.35); font-family: var(--mono); font-size: 0.56rem; transition: transform 200ms ease, background 200ms ease; }
.map-pin:hover span, .map-pin:focus-visible span { background: var(--paper); transform: scale(1.2); }
.map-pin-1 { top: 52%; left: 38%; }
.map-pin-2 { top: 62%; left: 70%; }
.map-pin-3 { top: 80%; left: 40%; }
.map-pin-4 { top: 85%; left: 72%; }
.event-list { border-top: 1px solid rgba(243, 237, 223, 0.25); }
.event-list a { display: grid; grid-template-columns: 34px 1fr; column-gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(243, 237, 223, 0.25); transition: padding 200ms ease, color 200ms ease; }
.event-list a:hover, .event-list a:focus-visible { padding-left: 12px; color: var(--gold); }
.event-number { grid-row: 1 / 3; padding-top: 4px; color: var(--gold); font-family: var(--mono); font-size: 0.58rem; }
.event-date { color: rgba(243, 237, 223, 0.58); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.06em; text-transform: uppercase; }
.event-list strong { margin-top: 7px; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 500; line-height: 1.12; text-wrap: balance; }

.about { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr); gap: 9vw; align-items: center; padding: clamp(100px, 13vw, 180px) 11vw; color: var(--forest-dark); background: var(--gold-wash); }
.about-portrait { position: relative; width: min(100%, 420px); justify-self: center; }
.about-portrait img { height: auto; aspect-ratio: auto; object-fit: contain; filter: saturate(0.72); }
.about-portrait span { position: absolute; right: -60px; bottom: 8%; padding: 18px 22px; color: var(--paper); background: var(--forest); font-family: var(--mono); font-size: 0.62rem; line-height: 1.6; letter-spacing: 0.08em; text-transform: uppercase; }
.about-copy { align-self: center; }
.about-copy .eyebrow { color: var(--forest); }
.about-copy h2 { margin-bottom: 38px; font-size: clamp(3.3rem, 4.7vw, 5.6rem); line-height: 0.92; letter-spacing: -0.055em; }
.about-copy > p:not(.eyebrow) { max-width: 740px; color: rgba(13, 41, 36, 0.78); line-height: 1.8; }
.about-copy .about-lead { color: var(--forest-dark); font-family: var(--serif); font-size: 1.42rem; line-height: 1.45; }
.about-signature { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(13, 41, 36, 0.28); }
.about-signature span { font-family: var(--serif); font-size: 1.8rem; font-style: italic; }
.about-signature p { margin: 5px 0 0; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; }

.fit { display: block; }
.fit-heading { max-width: 1120px; }
.fit h2 { max-width: 940px; }
.fit-list { max-width: 920px; margin-top: 55px; border-top: 1px solid var(--line); }
.fit-list p { display: grid; grid-template-columns: 40px 1fr; gap: 18px; margin: 0; padding: 25px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.2rem, 1.7vw, 1.6rem); line-height: 1.25; }
.fit-list span { color: var(--bronze); font-family: var(--mono); font-size: 0.6rem; }

.contact { position: relative; min-height: 82vh; padding: clamp(100px, 13vw, 180px) 10vw 45px; overflow: hidden; color: var(--paper); background: var(--forest); }
.contact::before { position: absolute; top: -12vw; right: -8vw; width: 43vw; height: 43vw; border: 1px solid rgba(197, 154, 92, 0.35); border-radius: 50%; content: ""; }
.contact .eyebrow { color: var(--gold); }
.contact > h2 { position: relative; max-width: 1200px; margin-bottom: clamp(42px, 5vw, 72px); font-size: clamp(4.4rem, 8vw, 9rem); line-height: 0.82; letter-spacing: -0.07em; }
.contact > h2 em, .contact .headline-accent { color: var(--gold); }
.contact-lead { max-width: 630px; color: rgba(243, 237, 223, 0.72); font-size: 1.05rem; line-height: 1.75; }
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.58fr); gap: clamp(36px, 6vw, 90px); align-items: start; }
.contact-primary { padding-top: 8px; }
.contact-actions { display: flex; align-items: center; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.button-gold { color: var(--forest-dark); background: var(--gold); }
.button-gold:hover { background: var(--paper); }
.button-outline { color: var(--paper); border: 1px solid rgba(243, 237, 223, 0.6); }
.button-outline:hover { color: var(--forest-dark); background: var(--paper); }
.contact-detail { display: inline-block; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid rgba(243, 237, 223, 0.45); font-family: var(--mono); font-size: 0.75rem; }
.contact-card { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(30px, 4vw, 55px); border: 1px solid rgba(213, 179, 109, 0.42); text-align: center; background: rgba(243, 237, 223, 0.06); }
.contact-card-label { margin-bottom: 18px; color: var(--gold); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-card h3 { max-width: 680px; margin: 0; color: var(--paper); font-size: clamp(1.9rem, 2.7vw, 3.15rem); line-height: 1.01; letter-spacing: -0.04em; }
.contact-card-line { display: block; white-space: nowrap; }
.contact-card > p:last-child { max-width: 480px; margin: 26px auto 0; color: rgba(243, 237, 223, 0.68); line-height: 1.7; }
.inquiry-form { display: grid; gap: 24px; margin-top: 38px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.inquiry-form label { display: grid; gap: 9px; }
.inquiry-form label > span { color: var(--gold); font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.09em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid rgba(243, 237, 223, 0.28); border-radius: 0; outline: none; color: var(--paper); background: rgba(243, 237, 223, 0.055); font: inherit; transition: border-color 180ms ease, background 180ms ease; }
.inquiry-form input, .inquiry-form select { min-height: 54px; padding: 0 16px; }
.inquiry-form textarea { min-height: 150px; padding: 15px 16px; resize: vertical; line-height: 1.6; }
.inquiry-form select { color-scheme: dark; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold); background: rgba(243, 237, 223, 0.09); }
.inquiry-form textarea::placeholder { color: rgba(243, 237, 223, 0.4); }
.form-submit-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.form-submit-row p { margin: 0; color: rgba(243, 237, 223, 0.65); font-size: 0.78rem; }
.form-submit-row a, .start-here-alternative a { padding-bottom: 2px; border-bottom: 1px solid rgba(243, 237, 223, 0.4); color: var(--paper); }
.form-status { min-height: 1.5em; margin: -8px 0 0; color: var(--gold); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.04em; }
.form-status.is-error { color: #efb2a5; }
.inquiry-form button:disabled { cursor: wait; opacity: 0.65; }
.start-here-card { position: sticky; top: 120px; align-items: flex-start; justify-content: flex-start; min-height: 0; text-align: left; }
.start-here-card .contact-card-label { margin-bottom: 34px; }
.start-here-card .start-here-title { color: var(--gold); font-size: clamp(4.5rem, 6.8vw, 7.5rem); line-height: 0.8; letter-spacing: -0.075em; }
.start-here-card .start-here-description { margin: 28px 0 0; color: rgba(243, 237, 223, 0.68); font-size: 0.96rem; line-height: 1.7; }
.start-here-meta { display: flex; align-items: baseline; justify-content: space-between; width: 100%; margin: 32px 0 22px; padding-top: 18px; border-top: 1px solid rgba(243, 237, 223, 0.2); }
.start-here-meta span { color: rgba(243, 237, 223, 0.6); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; }
.start-here-meta strong { color: var(--paper); font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.start-here-card .button { width: 100%; }
.contact-card.start-here-card > .start-here-alternative { max-width: none; margin: 18px 0 0; color: rgba(243, 237, 223, 0.58); font-size: 0.75rem; line-height: 1.6; }
.contact-bottom { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; margin-top: clamp(70px, 9vw, 120px); padding-top: 28px; border-top: 1px solid rgba(243, 237, 223, 0.22); }
.contact-information { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: 24px; }
.contact-information div { min-width: 0; }
.contact-information span { display: block; margin-bottom: 9px; color: var(--gold); font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.09em; text-transform: uppercase; }
.contact-information a, .contact-information p { margin: 0; color: var(--paper); font-size: 0.82rem; line-height: 1.5; overflow-wrap: anywhere; }
.contact-information a { padding-bottom: 3px; border-bottom: 1px solid rgba(243, 237, 223, 0.35); }
.social-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin: 0; }
.social-links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(243, 237, 223, 0.25); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.06em; text-transform: uppercase; transition: color 200ms ease, background 200ms ease, border-color 200ms ease; }
.social-links a:hover, .social-links a:focus-visible { color: var(--forest-dark); border-color: var(--gold); background: var(--gold); }
.social-links svg { width: 16px; height: 16px; fill: currentColor; }
.contact-footer { min-height: 95px; display: grid; grid-template-columns: 1fr auto auto; gap: 45px; align-items: end; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(243, 237, 223, 0.22); }
.wordmark-light { color: var(--paper); }
.contact-footer p { margin: 0; color: rgba(243, 237, 223, 0.55); font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-footer p a { padding-bottom: 3px; border-bottom: 1px solid rgba(243, 237, 223, 0.3); transition: color 180ms ease, border-color 180ms ease; }
.contact-footer p a:hover, .contact-footer p a:focus-visible { color: var(--gold); border-color: var(--gold); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .headline-line { white-space: normal; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding-right: 7vw; padding-left: 7vw; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 680px; }
  .proof-feature { grid-template-columns: 1fr; }
  .proof-video video { min-height: 520px; }
  .proof-quote { min-height: 460px; }
  .proof-directory { grid-template-columns: 1fr; }
  .proof-directory-intro > p:last-child { max-width: 620px; }
    .production { grid-template-columns: 1fr; }
  .production-intro { max-width: 720px; }
  .specialty { grid-template-columns: 1fr 1fr; }
  .route-links { grid-template-columns: repeat(2, 1fr); }
  .route-links a:nth-child(2) { border-right: 0; }
  .route-links a:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .map-layout { grid-template-columns: 1fr; }
  .route-map { width: min(760px, 100%); }
  .event-list { display: grid; grid-template-columns: 1fr 1fr; }
  .event-list a:nth-child(odd) { padding-right: 24px; border-right: 1px solid rgba(243, 237, 223, 0.25); }
  .event-list a:nth-child(even) { padding-left: 24px; }
  .event-list a:hover:nth-child(odd), .event-list a:focus-visible:nth-child(odd) { padding-left: 12px; }
  .event-list a:hover:nth-child(even), .event-list a:focus-visible:nth-child(even) { padding-left: 36px; }
  .about { grid-template-columns: 0.8fr 1.2fr; gap: 7vw; padding-right: 7vw; padding-left: 7vw; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { max-width: 720px; }
  .start-here-card { position: static; }
  .contact-bottom { grid-template-columns: 1fr; }
  .social-links { justify-content: flex-start; }
}

@media (max-width: 1180px) {
  .site-header { min-height: 82px; grid-template-columns: 1fr auto auto; padding-right: 4vw; padding-left: 4vw; }
  .menu-toggle { position: relative; z-index: 41; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; padding: 0; border: 0; background: transparent; }
  .header-socials { position: relative; z-index: 41; }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; display: block; background: var(--ink); transition: transform 200ms ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  nav { position: fixed; inset: 0 0 auto; z-index: 40; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; padding: 95px 8vw 50px; color: var(--paper); background: var(--forest-dark); transform: translateY(-120%); transition: transform 300ms ease; }
  nav.is-open { transform: translateY(0); }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only) { background: var(--paper); }
  .nav-cta { border-color: var(--paper); }
}

@media (max-width: 780px) {
  .site-header { min-height: 82px; grid-template-columns: 1fr auto auto; padding-right: 4vw; padding-left: 4vw; }
  .menu-toggle { position: relative; z-index: 41; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; padding: 0; border: 0; background: transparent; }
  .header-socials { position: relative; z-index: 41; }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; display: block; background: var(--ink); transition: transform 200ms ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  nav { position: fixed; inset: 0 0 auto; z-index: 40; display: flex; flex-direction: column; align-items: flex-start; gap: 25px; padding: 95px 8vw 50px; color: var(--paper); background: var(--forest-dark); transform: translateY(-120%); transition: transform 300ms ease; }
  nav.is-open { transform: translateY(0); }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only) { background: var(--paper); }
  .nav-cta { border-color: var(--paper); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 75px 7vw 110px; }
  .hero-copy { position: relative; z-index: 2; }
  h1 { font-size: clamp(4rem, 17vw, 6.3rem); }
  .hero-visual { min-height: 600px; margin-top: 35px; }
  .hero-side-note, .vertical-note { display: none; }
  .image-note { right: -2vw; }
  .process-card { grid-template-columns: 36px 1fr; gap: 18px; }
  .process-card > p { grid-column: 2 / -1; }
  .offer-row { grid-template-columns: 36px 1fr; gap: 20px; }
  .offer-price { grid-column: 2; margin-top: 10px; }
  .offer-note { grid-template-columns: 1fr; padding-left: 56px; }
  .proof-video video { min-height: 420px; }
  .proof-quote { min-height: 0; }
  .proof-list { grid-template-columns: 1fr; }
  .proof-item:nth-child(odd), .proof-item:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }
  a.proof-item:hover:nth-child(odd), a.proof-item:focus-visible:nth-child(odd), a.proof-item:hover:nth-child(even), a.proof-item:focus-visible:nth-child(even) { padding-right: 0; padding-left: 10px; }
  .production-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-main { grid-column: 1 / -1; min-height: 470px; }
  .gallery-small { min-height: 260px; }
  .specialty { grid-template-columns: 1fr; }
  .specialty-copy { padding-top: 0; }
  .specialty-quote { margin-top: 45px; }
  .route-links { grid-template-columns: 1fr; }
  .route-links a { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-links a:nth-child(3) { border-bottom: 1px solid var(--line); }
  .route-links a:last-child { border-bottom: 0; }
  .event-list { grid-template-columns: 1fr; }
  .event-list a:nth-child(odd), .event-list a:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }
  .event-list a:hover:nth-child(odd), .event-list a:focus-visible:nth-child(odd), .event-list a:hover:nth-child(even), .event-list a:focus-visible:nth-child(even) { padding-left: 12px; }
  .about { grid-template-columns: 1fr; }
  .about-portrait { width: min(400px, 82%); justify-self: start; }
  .about-portrait span { right: -16%; }
  .fit { grid-template-columns: 1fr; }
  .contact-information { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
  .contact-footer { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 520px) {
  .site-header { gap: 9px; padding-right: 3vw; padding-left: 4vw; }
  .wordmark strong { font-size: 1rem; }
  .wordmark span { display: none; }
  .menu-toggle { width: 36px; }
  .header-socials { gap: 3px; }
  .header-socials a { width: 28px; height: 28px; }
  .header-socials svg { width: 12px; height: 12px; }
  .production-bridge { align-items: flex-start; flex-direction: column; gap: 6px; }
  .production-links { align-items: flex-start; flex-direction: column; }
  .production-links .button { width: 100%; }
  .hero { padding-right: 6vw; padding-left: 6vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 480px; }
  .image-note { width: 85%; }
  .section-shell, .production, .about { padding-right: 6vw; padding-left: 6vw; }
  .proof-heading > p:last-child { margin-left: 0; }
  .proof-video { padding: 12px; }
  .proof-video video { min-height: 310px; }
  .proof-quote { padding: 38px 24px; }
  .proof-item { grid-template-columns: 24px minmax(0, 1fr) auto; gap: 12px; }
  .process-card { grid-template-columns: 28px 1fr; }
  .offer-row { grid-template-columns: 28px 1fr; }
  .offer-note { padding-left: 48px; }
  .map-pin span { width: 27px; height: 27px; box-shadow: 0 0 0 5px rgba(13, 41, 36, 0.35); }
  .production-gallery { grid-template-columns: 1fr; }
  .gallery-main, .gallery-small { grid-column: auto; min-height: 390px; }
  .gallery-small { min-height: 330px; }
  .about-portrait span { right: -10%; }
  .about-copy .about-lead { font-size: 1.18rem; line-height: 1.52; }
  .contact { padding-right: 7vw; padding-left: 7vw; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .form-submit-row .button { width: 100%; }
  .contact > h2 { font-size: clamp(3.8rem, 18vw, 6.3rem); }
  .contact-card { min-height: 360px; padding: 34px 18px; }
  .contact-card h3 { font-size: clamp(1.65rem, 8.2vw, 2.2rem); }
  .start-here-card .start-here-title { font-size: clamp(4.2rem, 20vw, 6.2rem); }
  .contact-card-line { white-space: nowrap; }
  .contact-information { grid-template-columns: 1fr; gap: 22px; }
  .social-links { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .social-links a { justify-content: center; padding-right: 8px; padding-left: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
