:root {
  --ink: #080909;
  --ink-soft: #111312;
  --charcoal: #1a1d1b;
  --paper: #f3efe6;
  --paper-deep: #e8e0d2;
  --white: #fffdf8;
  --gold: #c9a45a;
  --gold-bright: #e8cf8d;
  --gold-dark: #76551f;
  --sage: #819080;
  --line-dark: rgba(232, 207, 141, .2);
  --line-light: rgba(8, 9, 9, .14);
  --shadow: 0 30px 80px rgba(0, 0, 0, .18);
  --sans: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Bricolage Grotesque", "Arial Narrow", Arial, sans-serif;
  --utility: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}
button:disabled { cursor: wait; opacity: .72; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--gold-bright);
  transition: top .2s;
}
.skip-link:focus { top: 1rem; }

.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1.25rem;
  color: var(--gold-dark);
  font-family: var(--utility);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 2.75rem; height: 1px; background: currentColor; }
.on-dark .eyebrow, .eyebrow.on-dark { color: var(--gold-bright); }
.display {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  font-weight: 450;
  letter-spacing: -.06em;
  line-height: .9;
}
.heading {
  max-width: 13ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.25rem, 4.5vw, 4.7rem);
  font-weight: 450;
  letter-spacing: -.055em;
  line-height: .96;
}
.heading em, .display em { color: var(--gold-dark); font-style: normal; font-weight: 250; }
.on-dark .heading em, .on-dark .display em { color: var(--gold-bright); }
.lede { max-width: 620px; margin: 1.5rem 0 0; color: #4e514e; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.on-dark .lede { color: rgba(255, 253, 248, .7); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  padding: .85rem 1.35rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-family: var(--utility);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.button::after { content: "↗"; color: var(--gold-bright); font-size: 1rem; }
.button:hover { transform: translateY(-2px); background: #242624; }
.button-gold { border-color: var(--gold-bright); background: var(--gold-bright); color: var(--ink); }
.button-gold::after { color: var(--ink); }
.button-gold:hover { border-color: var(--white); background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.35); background: transparent; }
.button-ghost:hover { border-color: var(--gold-bright); color: var(--gold-bright); background: transparent; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid currentColor;
  font-family: var(--utility);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.text-link::after { content: "→"; }

/* Header */
.availability {
  position: relative;
  z-index: 100;
  color: rgba(255,255,255,.72);
  background: #050605;
  border-bottom: 1px solid rgba(255,255,255,.09);
  font-family: var(--utility);
  font-size: .67rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.availability .wrap { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 1rem; }
.status { display: inline-flex; align-items: center; gap: .55rem; }
.status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78a97d;
  box-shadow: 0 0 0 4px rgba(120,169,125,.12);
}
.availability-links { display: flex; align-items: center; gap: 1.5rem; }
.availability a:hover { color: var(--gold-bright); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(8,9,9,.96);
  border-bottom: 1px solid rgba(232,207,141,.18);
  backdrop-filter: blur(18px);
}
.nav-shell { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 240px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.2vw, 2.4rem); }
.desktop-nav > a, .nav-dropdown > button {
  position: relative;
  padding: 2rem 0;
  border: 0;
  color: rgba(255,255,255,.72);
  background: transparent;
  font-family: var(--utility);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.desktop-nav > a::after, .nav-dropdown > button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.4rem;
  left: 0;
  height: 1px;
  background: var(--gold-bright);
  transform: scaleX(0);
  transition: transform .2s;
}
.desktop-nav > a:hover, .desktop-nav > a.active, .nav-dropdown:hover > button { color: var(--white); }
.desktop-nav > a:hover::after, .desktop-nav > a.active::after, .nav-dropdown:hover > button::after { transform: scaleX(1); }
.nav-cta { padding: .75rem 1rem !important; border: 1px solid var(--gold) !important; color: var(--gold-bright) !important; }
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--gold); color: var(--ink) !important; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { display: inline-flex; align-items: center; gap: .4rem; }
.nav-dropdown > button span { font-size: .8rem; transition: transform .2s; }
.nav-dropdown:hover > button span { transform: rotate(180deg); }
.dropdown-panel {
  position: absolute;
  top: calc(100% - 1px);
  right: -180px;
  width: 660px;
  padding: 1.6rem;
  visibility: hidden;
  opacity: 0;
  background: var(--ink-soft);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow);
  transform: translateY(10px);
  transition: opacity .2s, visibility .2s, transform .2s;
}
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.dropdown-grid a { padding: 1rem; color: rgba(255,255,255,.74); border: 1px solid rgba(255,255,255,.06); font-size: .82rem; }
.dropdown-grid a strong { display: block; margin-bottom: .15rem; color: var(--white); font-family: var(--display); font-size: 1.05rem; font-weight: 400; }
.dropdown-grid a:hover { color: var(--gold-bright); background: rgba(255,255,255,.04); border-color: var(--line-dark); }
.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  cursor: pointer;
}
.mobile-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: var(--white); transition: transform .25s, opacity .25s; }
.mobile-drawer { display: none; }

/* Hero */
.hero {
  position: relative;
  min-height: min(790px, calc(100svh - 119px));
  overflow: hidden;
  color: var(--white);
  background: #0b0d0f;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,5,5,.1) 20%, rgba(4,5,5,.4) 56%, rgba(4,5,5,.94) 100%),
    linear-gradient(0deg, rgba(4,5,5,.7), transparent 42%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(790px, calc(100svh - 119px));
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  align-items: center;
}
.hero-copy { grid-column: 2; padding: 5rem 0 6rem clamp(3rem, 7vw, 7rem); border-left: 1px solid rgba(255,255,255,.2); }
.hero h1 { max-width: 8.1ch; margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 6.6vw, 7.8rem); font-weight: 480; letter-spacing: -.075em; line-height: .82; }
.hero h1 span { display: block; margin-top: .08em; color: var(--gold-bright); font-style: normal; font-weight: 230; letter-spacing: -.085em; }
.hero-copy > p { max-width: 540px; margin: 1.8rem 0 2rem; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-note {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  min-width: 300px;
  padding: 1.35rem 1.65rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  background: var(--gold-bright);
}
.hero-note strong { font-family: var(--display); font-size: 1.8rem; font-weight: 400; line-height: 1; }
.hero-note span { font-size: .63rem; font-weight: 750; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.hero-index { position: absolute; bottom: 1.4rem; right: 2rem; z-index: 3; color: rgba(255,255,255,.52); font-family: var(--utility); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }

.trust-rail { color: var(--white); background: var(--ink); border-top: 1px solid var(--line-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 116px; padding: 1.5rem; border-right: 1px solid var(--line-dark); }
.trust-item:first-child { border-left: 1px solid var(--line-dark); }
.trust-item strong { display: block; margin-bottom: .45rem; font-family: var(--display); font-size: 1.2rem; font-weight: 400; }
.trust-item span { color: rgba(255,255,255,.5); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.trust-item span,
.service-card::before,
.service-list span,
.process-step .number,
.visual-caption,
.quote-source,
.breadcrumbs,
.service-summary span,
.scenario span,
.field label,
.contact-detail small,
.all-service-card .service-icon,
.footer h3,
.footer-bottom {
  font-family: var(--utility);
}

/* Sections */
.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-ink { color: var(--white); background: var(--ink-soft); }
.section-white { background: var(--white); }
.section-paper-deep { background: var(--paper-deep); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-head .lede { max-width: 480px; margin: 0; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.intro-statement { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 4.3vw, 4.7rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.03; }
.intro-copy { max-width: 640px; padding-top: .6rem; }
.intro-copy p { margin: 0 0 1.25rem; color: #4d504d; font-size: 1.08rem; }
.pull-stat { display: flex; align-items: center; gap: 1.25rem; margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--line-light); }
.pull-stat strong { font-family: var(--display); font-size: 3.6rem; font-weight: 400; line-height: 1; }
.pull-stat span { max-width: 180px; color: #626660; font-size: .69rem; font-weight: 700; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }

.service-matrix { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: auto auto; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.service-card {
  position: relative;
  display: flex;
  min-height: 330px;
  padding: clamp(1.8rem, 3vw, 3rem);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition: background .3s;
}
.service-card:first-child { grid-row: span 2; min-height: 660px; background: #101210; }
.service-card::before {
  content: attr(data-index);
  color: var(--gold);
  font-family: var(--display);
  font-size: .82rem;
}
.service-card::after {
  content: "↗";
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--gold-bright);
  font-size: 1.2rem;
  transform: translate(-8px, 8px);
  opacity: 0;
  transition: opacity .25s, transform .25s;
}
.service-card:hover { background: #1a1d1a; }
.service-card:hover::after { transform: translate(0,0); opacity: 1; }
.service-card h3 { max-width: 10ch; margin: 1rem 0; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.6rem); font-weight: 400; letter-spacing: -.04em; line-height: .96; }
.service-card:not(:first-child) h3 { font-size: clamp(1.65rem, 2.2vw, 2.5rem); }
.service-card p { max-width: 380px; margin: 0; color: rgba(255,255,255,.55); }
.service-list { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2.5rem; }
.service-list span { padding: .45rem .65rem; color: rgba(255,255,255,.64); border: 1px solid rgba(255,255,255,.12); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.process-step { position: relative; min-height: 320px; padding: 2rem; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.process-step .number { display: block; margin-bottom: 5rem; color: var(--gold-dark); font-family: var(--display); font-size: .9rem; }
.process-step h3 { margin: 0 0 .85rem; font-family: var(--display); font-size: 1.8rem; font-weight: 400; line-height: 1.1; }
.process-step p { margin: 0; color: #5d615d; font-size: .92rem; }
.process-step::after { content: ""; position: absolute; top: 2.6rem; left: 4.3rem; width: calc(100% - 5rem); height: 1px; background: var(--line-light); }

.split-feature { display: grid; grid-template-columns: .96fr 1.04fr; }
.feature-visual { position: relative; min-height: 650px; overflow: hidden; background: #1d211f; }
.feature-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.03); }
.feature-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,9,.7), transparent 55%); }
.visual-caption { position: absolute; right: 2rem; bottom: 2rem; left: 2rem; z-index: 1; display: flex; justify-content: space-between; color: rgba(255,255,255,.74); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.feature-copy { display: flex; padding: clamp(3rem, 7vw, 7rem); flex-direction: column; justify-content: center; background: var(--paper-deep); }
.standard-list { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.standard-list li { display: grid; padding: 1.15rem 0; grid-template-columns: 2.5rem 1fr; gap: .75rem; border-top: 1px solid var(--line-light); }
.standard-list li:last-child { border-bottom: 1px solid var(--line-light); }
.standard-list b { color: var(--gold-dark); font-family: var(--display); font-weight: 400; }
.standard-list strong { display: block; margin-bottom: .25rem; font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.standard-list span { color: #5d615d; font-size: .9rem; }

.sector-marquee { overflow: hidden; padding: 1.6rem 0; color: var(--gold-bright); background: var(--ink-soft); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track span { display: flex; align-items: center; gap: 2rem; padding-right: 2rem; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 2rem); white-space: nowrap; }
.marquee-track span::after { content: "◆"; font-size: .55rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .marquee-track { animation: none; } }

.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.quote-mark { color: var(--gold); font-family: var(--display); font-size: 7rem; line-height: .7; }
.quote-text { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 4.2rem); letter-spacing: -.04em; line-height: 1.08; }
.quote-source { display: flex; align-items: center; gap: 1rem; margin-top: 2.2rem; color: rgba(255,255,255,.54); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.quote-source::before { content: ""; width: 3rem; height: 1px; background: var(--gold); }

.cta-band { position: relative; overflow: hidden; color: var(--white); background: #111311; }
.cta-band::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(var(--gold) 1px, transparent 1px), linear-gradient(90deg, var(--gold) 1px, transparent 1px); background-size: 80px 80px; }
.cta-inner { position: relative; z-index: 1; display: grid; padding: clamp(4rem, 9vw, 8rem) 0; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; }
.cta-inner .heading { max-width: 11ch; }
.cta-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .75rem; }

/* Internal pages */
.page-hero { position: relative; overflow: hidden; padding: clamp(6rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 7rem); color: var(--white); background: var(--ink); }
.page-hero::before { content: ""; position: absolute; top: -20%; right: -8%; width: 50vw; height: 50vw; border: 1px solid rgba(232,207,141,.12); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(232,207,141,.025), 0 0 0 16vw rgba(232,207,141,.015); }
.page-hero .wrap { position: relative; z-index: 1; }
.breadcrumbs { display: flex; align-items: center; gap: .7rem; margin-bottom: 3rem; color: rgba(255,255,255,.45); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--gold-bright); }
.breadcrumbs span { color: var(--gold); }
.page-title-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; }
.page-title-grid .display { max-width: 9ch; }
.page-title-grid .lede { margin: 0; }
.page-number { position: absolute; right: 4vw; bottom: -2rem; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 15rem; line-height: 1; }

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.stat-card { padding: clamp(2rem, 4vw, 4rem); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.stat-card strong { display: block; margin-bottom: .8rem; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.stat-card span { color: #60635f; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.editorial-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 9rem); }
.editorial-aside { position: sticky; top: 140px; align-self: start; }
.editorial-aside .index { display: block; margin-bottom: 4rem; color: var(--gold-dark); font-family: var(--display); }
.editorial-aside h2 { margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 3.5vw, 3.7rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.editorial-content { max-width: 730px; }
.editorial-content > p:first-child { margin-top: 0; font-family: var(--display); font-size: clamp(1.55rem, 2.4vw, 2.4rem); line-height: 1.28; }
.editorial-content p { color: #515451; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 4rem; background: var(--line-light); border: 1px solid var(--line-light); }
.principle { min-height: 230px; padding: 2rem; background: var(--paper); }
.principle b { color: var(--gold-dark); font-family: var(--display); font-weight: 400; }
.principle h3 { margin: 2.5rem 0 .75rem; font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.principle p { margin: 0; font-size: .91rem; }

.all-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.all-service-card { position: relative; min-height: 350px; padding: 2.25rem; overflow: hidden; background: var(--ink-soft); }
.all-service-card::after { content: "↗"; position: absolute; top: 2rem; right: 2rem; color: var(--gold-bright); opacity: .45; transition: transform .2s, opacity .2s; }
.all-service-card:hover::after { transform: translate(4px,-4px); opacity: 1; }
.all-service-card .service-icon { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 4.5rem; color: var(--gold-bright); border: 1px solid var(--line-dark); font-family: var(--display); font-size: 1rem; }
.all-service-card h2, .all-service-card h3 { max-width: 10ch; margin: 0 0 1rem; color: var(--white); font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: 1.05; }
.all-service-card p { margin: 0; color: rgba(255,255,255,.5); font-size: .92rem; }
.all-service-card .mini-list { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.6rem; }
.all-service-card .mini-list span { padding: .35rem .5rem; color: rgba(255,255,255,.52); border: 1px solid rgba(255,255,255,.1); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }

.service-hero { padding-bottom: 0; }
.service-hero .page-title-grid { padding-bottom: 5rem; }
.service-summary { position: relative; z-index: 2; display: grid; margin-top: 1rem; grid-template-columns: repeat(3,1fr); color: var(--ink); background: var(--gold-bright); }
.service-summary div { min-height: 125px; padding: 1.6rem 2rem; border-right: 1px solid rgba(8,9,9,.2); }
.service-summary strong { display: block; margin-bottom: .4rem; font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.service-summary span { color: rgba(8,9,9,.66); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.deliverables { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.deliverables li { display: grid; padding: 1.15rem 0; grid-template-columns: 2.2rem 1fr; border-bottom: 1px solid var(--line-light); }
.deliverables li::before { content: "✓"; color: var(--gold-dark); }

.scenario-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.scenario { min-height: 300px; padding: 2rem; color: var(--white); background: var(--ink-soft); border: 1px solid var(--line-dark); }
.scenario span { color: var(--gold); font-family: var(--display); }
.scenario h3 { margin: 4.5rem 0 1rem; font-family: var(--display); font-size: 1.75rem; font-weight: 400; }
.scenario p { margin: 0; color: rgba(255,255,255,.55); font-size: .9rem; }

.faq-list { border-top: 1px solid var(--line-light); }
.faq-item { border-bottom: 1px solid var(--line-light); }
.faq-question { display: grid; width: 100%; padding: 1.5rem 0; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-question strong { font-family: var(--display); font-size: 1.3rem; font-weight: 400; }
.faq-question span { font-size: 1.3rem; transition: transform .25s; }
.faq-item.open .faq-question span { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 720px; margin: 0; padding: 0 0 1.5rem; color: #5c605c; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

/* Forms */
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-panel { padding: clamp(2rem, 4vw, 4rem); color: var(--white); background: var(--ink); }
.contact-panel h2 { margin: 0 0 2rem; font-family: var(--display); font-size: 2rem; font-weight: 400; }
.contact-detail { padding: 1.2rem 0; border-top: 1px solid var(--line-dark); }
.contact-detail small { display: block; margin-bottom: .4rem; color: var(--gold); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-detail a, .contact-detail address { color: rgba(255,255,255,.75); font-style: normal; }
.contact-detail a:hover { color: var(--gold-bright); }
.form-card { padding: clamp(2rem, 4vw, 4rem); background: var(--white); border: 1px solid var(--line-light); }
.form-card h2 { margin: 0 0 .7rem; font-family: var(--display); font-size: 2.4rem; font-weight: 400; }
.form-card > p { margin: 0 0 2rem; color: #636762; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: .5rem; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: .8rem 1rem;
  border: 1px solid #c9c3b8;
  border-radius: 0;
  outline: 0;
  background: transparent;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(140,104,43,.1); }
.form-consent { grid-column: 1/-1; color: #696c68; font-size: .78rem; }
.form-consent a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: .18em; }
.legacy-content { max-width: 960px; }
.legacy-content :where(h2, h3, h4) { margin: 2rem 0 .8rem; font-family: var(--display); line-height: 1.05; }
.legacy-content :where(p, li) { line-height: 1.8; }
.legacy-content a:not(.button) { color: var(--gold-dark); text-decoration: underline; text-underline-offset: .18em; }
.form-message { display: none; margin-top: 1rem; padding: 1rem; color: #214d2a; background: #e6f1e7; border: 1px solid #bdd5c0; }
.form-message.visible { display: block; }

.career-card { display: grid; padding: 2rem 0; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-top: 1px solid var(--line-light); }
.career-card:last-child { border-bottom: 1px solid var(--line-light); }
.career-card h3 { margin: 0 0 .4rem; font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.career-card p { margin: 0; color: #626661; }

/* Footer */
.footer { color: var(--white); background: #050605; }
.footer-top { display: grid; padding: 5rem 0; grid-template-columns: 1.1fr .7fr .7fr .8fr; gap: 3rem; }
.footer-brand img { width: 270px; }
.footer-brand p { max-width: 330px; margin: 1.5rem 0; color: rgba(255,255,255,.7); font-size: .88rem; }
.socials { display: flex; gap: .55rem; }
.socials a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line-dark); color: var(--gold-bright); font-size: .7rem; font-weight: 700; }
.socials a:hover { background: var(--gold); color: var(--ink); }
.footer h3 { margin: 0 0 1.4rem; color: var(--gold-bright); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer li { margin: 0 0 .65rem; }
.footer li a, .footer address, .footer-col > a { color: rgba(255,255,255,.72); font-size: .85rem; font-style: normal; }
.footer li a:hover, .footer-col > a:hover { color: var(--gold-bright); }
.footer address { margin-bottom: 1rem; }
.footer-bottom { display: flex; padding: 1.3rem 0; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.72); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a:hover { color: var(--gold-bright); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1020px) {
  .brand { width: 205px; }
  .desktop-nav { display: none; }
  .mobile-toggle { display: block; }
  .mobile-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .mobile-drawer {
    position: fixed;
    top: 119px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 85;
    display: block;
    padding: 2rem 24px 4rem;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    color: var(--white);
    background: var(--ink);
    transform: translateY(-10px);
    transition: opacity .2s, visibility .2s, transform .2s;
  }
  .mobile-drawer.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-drawer nav { display: flex; flex-direction: column; }
  .mobile-drawer nav > a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: var(--display); font-size: 1.65rem; }
  .mobile-service-links { display: grid; grid-template-columns: 1fr 1fr; padding: 1rem 0; gap: .7rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .mobile-service-links a { color: rgba(255,255,255,.58); font-size: .76rem; }
  .hero-grid { grid-template-columns: .7fr 1.3fr; }
  .hero-copy { padding-left: 3rem; }
  .service-matrix { grid-template-columns: 1fr 1fr; }
  .service-card:first-child { grid-row: auto; min-height: 430px; grid-column: span 2; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .all-services { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .availability .wrap { justify-content: center; }
  .availability-links { display: none; }
  .nav-shell { min-height: 72px; }
  .brand { width: 190px; }
  .mobile-drawer { top: 107px; }
  .hero, .hero-grid { min-height: 720px; }
  .hero-media img { object-position: 36% center; }
  .hero-media::after { background: linear-gradient(0deg, rgba(4,5,5,.97) 8%, rgba(4,5,5,.65) 57%, rgba(4,5,5,.12) 100%); }
  .hero-grid { display: flex; align-items: flex-end; }
  .hero-copy { width: 100%; padding: 3rem 0 7rem; border-left: 0; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.6rem); }
  .hero-copy > p { margin: 1.2rem 0 1.6rem; font-size: .98rem; }
  .hero-note { min-width: 250px; padding: 1rem 1.2rem; }
  .hero-index { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(odd) { border-left: 1px solid var(--line-dark); }
  .section-head, .intro-grid, .split-feature, .quote-layout, .cta-inner, .page-title-grid, .editorial-grid, .contact-layout { display: grid; grid-template-columns: 1fr; }
  .section-head { align-items: start; }
  .section-head .lede { margin-top: .5rem; }
  .intro-grid { gap: 2.5rem; }
  .service-matrix { display: grid; grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { grid-column: auto; min-height: 320px; }
  .process-grid, .stat-grid, .all-services, .scenario-grid, .service-summary { grid-template-columns: 1fr; }
  .feature-visual { min-height: 450px; }
  .feature-copy { padding: 4rem 1.5rem; }
  .cta-actions { justify-content: flex-start; }
  .page-title-grid { gap: 2rem; }
  .page-number { font-size: 9rem; }
  .editorial-aside { position: static; }
  .editorial-aside .index { margin-bottom: 1.5rem; }
  .principle-grid { grid-template-columns: 1fr; }
  .all-service-card { min-height: 310px; }
  .service-summary div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(8,9,9,.2); }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-consent { grid-column: auto; }
  .career-card { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 440px) {
  .brand { width: 170px; }
  .mobile-service-links { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-left: 1px solid var(--line-dark); }
  .process-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
