:root {
  --night: #15201d;
  --forest: #21332d;
  --moss: #52665d;
  --stone: #887f72;
  --sand: #e8dfcf;
  --ivory: #f7f3eb;
  --paper: #fcfaf6;
  --white: #ffffff;
  --brass: #aa8657;
  --brass-light: #d7c09e;
  --line: rgba(24, 37, 33, 0.16);
  --line-light: rgba(247, 243, 235, 0.18);
  --muted: #666d68;
  --shadow: 0 30px 90px rgba(18, 29, 25, 0.14);
  --focus: #aa8657;
  --error: #8a3b2c;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--night);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, picture { display: block; max-width: 100%; height: auto; }
img { width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, .serif {
  font-family: "Italiana", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.03;
}
.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brass);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--brass-light); }
.lead { color: var(--muted); font-size: 18px; max-width: 62ch; }
.skip {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 999;
  padding: 12px 16px;
  background: var(--paper);
  color: var(--night);
  text-decoration: none;
  transition: top 0.2s;
}
.skip:focus { top: 18px; }
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.topline {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #0e1714;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  letter-spacing: .05em;
  text-align: center;
  white-space: nowrap;
}
.topline strong { color: var(--brass-light); font-weight: 500; }

header {
  position: absolute;
  inset: 34px 0 auto;
  z-index: 40;
  color: var(--white);
  transition: background .25s, color .25s, box-shadow .25s;
}
header.scrolled {
  position: fixed;
  inset: 0 0 auto;
  background: rgba(247,243,235,.95);
  color: var(--night);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(14px);
}
header.compact { inset: 0 0 auto; color: var(--night); }
header.compact:not(.scrolled) {
  background: transparent;
}
header.page-header {
  position: absolute;
  inset: 34px 0 auto;
  color: var(--white);
}
.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}
.brand-wordmark {
  display: block;
  width: 144px;
  height: auto;
}
.brand-wordmark--ivory { display: none; }
header:not(.scrolled):not(.compact) .brand-wordmark--charcoal { display: none; }
header:not(.scrolled):not(.compact) .brand-wordmark--ivory { display: block; }
header.scrolled .brand-wordmark--ivory,
header.compact .brand-wordmark--ivory { display: none; }
header.scrolled .brand-wordmark--charcoal,
header.compact .brand-wordmark--charcoal { display: block; }
.footer-brand .brand-wordmark {
  width: 144px;
}
.footer-brand .brand-wordmark--charcoal { display: none; }
.footer-brand .brand-wordmark--ivory { display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .04em;
  opacity: .84;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, background .2s, color .2s, border-color .2s, opacity .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}
.btn-light { background: var(--paper); color: var(--night); }
.btn-dark { background: var(--night); color: var(--paper); }
.btn-outline { border-color: rgba(255,255,255,.46); color: var(--white); background: transparent; }
header.scrolled .btn-outline,
header.compact .btn-outline { border-color: var(--line); color: var(--night); }
.mobile-menu { display: none; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }

/* Hero with cinematic video — fit first viewport */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media video,
.hero-media .hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.02);
}
.hero-media .hero-poster { display: none; }
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,14,12,.84) 0%, rgba(8,14,12,.54) 43%, rgba(8,14,12,.16) 76%, rgba(8,14,12,.34) 100%),
    linear-gradient(0deg, rgba(8,14,12,.78) 0%, transparent 52%),
    radial-gradient(circle at 72% 38%, transparent 0 18%, rgba(13,22,19,.12) 55%, rgba(13,22,19,.38) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(96px, 12vh, 132px) 0 clamp(28px, 4.5vh, 48px);
}
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(28px, 4vw, 64px); align-items: end; }
.hero h1 { max-width: 10.5ch; font-size: clamp(42px, 6.4vw, 88px); text-shadow: 0 2px 28px rgba(0,0,0,.25); }
.hero-copy { padding-bottom: 4px; }
.hero-copy p { max-width: 42ch; color: rgba(255,255,255,.75); font-size: clamp(15px, 1.35vw, 17px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
  margin-top: clamp(22px, 3.5vh, 40px);
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.24);
}
.hero-foot span { display: block; color: var(--brass-light); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hero-foot p { color: rgba(255,255,255,.72); font-size: 12px; max-width: 46ch; margin-top: 6px; line-height: 1.45; }

/* Inner page heroes */
.page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
  padding: 180px 0 72px;
}
.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8,14,12,.88) 0%, rgba(8,14,12,.55) 50%, rgba(8,14,12,.28) 100%),
    linear-gradient(0deg, rgba(8,14,12,.72) 0%, transparent 55%);
}
.page-hero-content { position: relative; z-index: 2; max-width: 760px; }
.page-hero h1 { font-size: clamp(46px, 6.5vw, 92px); max-width: 14ch; margin-top: 18px; }
.page-hero p { color: rgba(255,255,255,.74); font-size: 18px; max-width: 52ch; margin-top: 22px; }

section { padding: 130px 0; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; align-items: start; }
.intro h2 { font-size: clamp(38px, 4.2vw, 58px); max-width: 12ch; }
.intro-copy { padding-top: 14px; }
.intro-copy > p { font-family: "Italiana", Georgia, serif; font-size: clamp(28px, 3vw, 42px); line-height: 1.25; color: var(--forest); }
.intro-note { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.intro-note p { color: var(--muted); font-size: 14px; }

.understanding { background: var(--ivory); }
.understanding-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.understanding h2 { font-size: clamp(38px, 4vw, 56px); max-width: 14ch; }
.understanding-list { border-top: 1px solid var(--line); }
.understanding-item { padding: 28px 0; border-bottom: 1px solid var(--line); }
.understanding-item h3 { font-size: 28px; }
.understanding-item p { color: var(--muted); margin-top: 10px; font-size: 15px; max-width: 62ch; }

.clients { background: var(--night); color: var(--paper); overflow: hidden; }
.clients-head { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.clients h2 { color: var(--paper); font-size: clamp(38px, 4.2vw, 58px); max-width: 12ch; }
.clients-head p { color: rgba(247,243,235,.65); max-width: 50ch; }
.client-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 76px; border-top: 1px solid var(--line-light); }
.client-panel {
  position: relative;
  min-height: 630px;
  padding: 54px 50px 48px;
  overflow: hidden;
  border-right: 1px solid var(--line-light);
  display: block;
  text-decoration: none;
  color: inherit;
}
.client-panel:last-child { border-right: 0; }
.client-panel-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.client-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,17,15,.9), rgba(10,17,15,.2) 67%, rgba(10,17,15,.4));
  z-index: 1;
}
.client-panel-content { position: relative; z-index: 2; min-height: 528px; display: flex; flex-direction: column; justify-content: end; }
.client-index { font-size: 11px; color: var(--brass-light); letter-spacing: .18em; text-transform: uppercase; }
.client-panel h3 { color: var(--paper); font-size: clamp(28px, 3vw, 42px); max-width: 10ch; margin-top: 18px; }
.client-panel p { color: rgba(255,255,255,.76); max-width: 48ch; margin-top: 19px; }
.client-panel ul { margin: 27px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; color: rgba(255,255,255,.7); font-size: 13px; }
.client-panel li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.client-panel li::before { content: "—"; color: var(--brass-light); }
.client-panel .panel-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--brass-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}

.intelligence { background: var(--sand); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: end; }
.section-head h2 { font-size: clamp(38px, 4.2vw, 58px); max-width: 11ch; }
.section-head .lead { padding-bottom: 8px; }
.intelligence-list { margin-top: 84px; border-top: 1px solid var(--line); }
.intel-row {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 40px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}
.intel-row .number { color: var(--brass); font-size: 11px; letter-spacing: .14em; }
.intel-row h3 { font-size: clamp(26px, 2.8vw, 40px); }
.intel-row p { color: var(--muted); max-width: 58ch; }

.dossier { background: var(--paper); overflow: hidden; }
.dossier-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.dossier h2 { font-size: clamp(38px, 4.2vw, 58px); max-width: 12ch; }
.switcher { display: inline-flex; border: 1px solid var(--line); }
.switcher button {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.switcher button:last-child { border-right: 0; }
.switcher button.active { background: var(--night); color: var(--paper); }
.dossier-frame {
  margin-top: 68px;
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  min-height: 670px;
  background: #ece4d7;
  box-shadow: var(--shadow);
}
.dossier-image { position: relative; overflow: hidden; min-height: 420px; }
.dossier-image img { height: 100%; width: 100%; object-fit: cover; }
.dossier-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,22,19,.78), transparent 60%); }
.image-caption { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; color: var(--white); }
.image-caption span { color: var(--brass-light); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.image-caption h3 { color: var(--white); font-size: clamp(26px, 2.8vw, 36px); margin-top: 8px; }
.dossier-paper { padding: 62px 66px; background: #f8f4ec; }
.dossier-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.dossier-label { color: var(--brass); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.dossier-top h3 { font-size: clamp(28px, 3vw, 42px); margin-top: 10px; }
.state { align-self: start; max-width: 220px; padding: 10px 12px; border: 1px solid rgba(170,134,87,.45); color: #6c5433; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; line-height: 1.35; }
.dossier-confidentiality {
  margin: 0 0 18px;
  color: var(--stone);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.5;
  max-width: 52ch;
}
.dossier-confidentiality[hidden],
.condition[hidden],
.orientation[hidden] { display: none !important; }
.decision-summary { margin-top: 30px; color: var(--forest); font-family: "Italiana", Georgia, serif; font-size: 25px; line-height: 1.35; }
.dossier-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 38px; }
.dossier-section { padding-top: 20px; border-top: 1px solid var(--line); }
.dossier-section h4 { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); }
.dossier-section ul { margin: 17px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; font-size: 13px; color: var(--muted); }
.dossier-section li { display: grid; grid-template-columns: 15px 1fr; gap: 9px; }
.dossier-section li::before { content: "·"; color: var(--brass); font-weight: 700; }
.condition {
  margin-top: 40px;
  padding: 21px 24px;
  background: var(--night);
  color: rgba(247,243,235,.76);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  align-items: start;
  font-size: 13px;
}
.condition strong { color: var(--brass-light); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.orientation {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.orientation-eyebrow {
  display: block;
  color: var(--brass);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.orientation-title {
  margin-top: 12px;
  font-family: "Italiana", Georgia, serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--night);
}
.orientation-body {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  max-width: 58ch;
}
.orientation-details {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.orientation-details summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  cursor: pointer;
  color: var(--forest);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: fit-content;
  max-width: 100%;
}
.orientation-details summary::-webkit-details-marker { display: none; }
.orientation-details summary::marker { content: ""; }
.orientation-details summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
  flex-shrink: 0;
  opacity: 0.75;
  margin-top: -2px;
}
.orientation-details[open] summary::after {
  transform: rotate(225deg);
  margin-top: 2px;
}
.orientation-details summary:hover { color: var(--night); }
.orientation-details summary:focus { outline: none; }
.orientation-details summary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
}
.orientation-details-panel {
  margin-top: 16px;
  max-width: 58ch;
}
.orientation-details-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.orientation-details-panel p + p { margin-top: 12px; }
.orientation-details[open] .orientation-details-panel {
  animation: orientation-reveal 0.28s ease;
}
.orientation-distinction {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--forest);
  font-family: "Italiana", Georgia, serif;
  font-size: 18px;
  line-height: 1.45;
  max-width: 52ch;
}
@keyframes orientation-reveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: none; }
}

.method { background: var(--night); color: var(--paper); }
.method .section-head h2 { color: var(--paper); }
.method .lead { color: rgba(247,243,235,.62); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid var(--line-light); }
.method-step { min-height: 350px; padding: 40px 30px; border-right: 1px solid var(--line-light); }
.method-step:last-child { border-right: 0; }
.method-step span { color: var(--brass-light); font-size: 11px; letter-spacing: .16em; }
.method-step h3 { color: var(--paper); font-size: 30px; margin-top: 46px; }
.method-step p { color: rgba(247,243,235,.59); font-size: 13px; margin-top: 20px; }
.method-step b { display: block; margin-top: 48px; padding-top: 18px; border-top: 1px solid var(--line-light); color: rgba(247,243,235,.86); font-family: "Italiana", Georgia, serif; font-size: 18px; font-weight: 400; }

.foundation { position: relative; min-height: 780px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.foundation-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.foundation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foundation-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12,20,17,.92) 0%, rgba(12,20,17,.72) 45%, rgba(12,20,17,.18) 100%);
}
.foundation-content { position: relative; z-index: 2; max-width: 700px; }
.foundation h2 { color: var(--white); font-size: clamp(38px, 4.2vw, 58px); max-width: 10ch; margin-top: 22px; }
.foundation p { color: rgba(255,255,255,.72); max-width: 56ch; margin-top: 26px; font-size: 18px; }
.foundation-rule { margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.27); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.foundation-rule b { display: block; color: var(--brass-light); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.foundation-rule span { display: block; color: rgba(255,255,255,.67); font-size: 13px; margin-top: 8px; }

.visual-split {
  background: var(--paper);
  padding: 0;
}
.visual-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}
.visual-split-copy {
  padding: 90px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--sand);
}
.visual-split-copy h2 { font-size: clamp(38px, 4vw, 56px); max-width: 12ch; margin-top: 16px; }
.visual-split-copy p { color: var(--muted); margin-top: 22px; max-width: 48ch; }
.visual-split-media { position: relative; overflow: hidden; min-height: 360px; }
.visual-split-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visual-split.secondary .visual-split-copy { background: var(--paper); order: 2; }
.visual-split.secondary .visual-split-media { order: 1; }

.principles { background: var(--paper); }
.principles-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.principles h2 { font-size: clamp(38px, 4.2vw, 58px); max-width: 10ch; }
.principle-list { border-top: 1px solid var(--line); }
.principle-item { display: grid; grid-template-columns: 60px 1fr; gap: 28px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.principle-item span { color: var(--brass); font-size: 11px; }
.principle-item h3 { font-size: 28px; }
.principle-item p { color: var(--muted); margin-top: 8px; font-size: 14px; }

.service-body { background: var(--paper); }
.service-body .prose { max-width: 70ch; }
.service-body .prose h2 { font-size: clamp(36px, 4vw, 52px); margin: 56px 0 18px; }
.service-body .prose h2:first-child { margin-top: 0; }
.service-body .prose p { color: var(--muted); margin-top: 14px; font-size: 16px; }
.service-body .prose ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.service-body .prose li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 15px;
}
.service-body .prose li::before { content: "—"; color: var(--brass); }

.enquiry { background: #d9cfbd; }
.enquiry-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.enquiry h2 { font-size: clamp(38px, 4.2vw, 58px); max-width: 10ch; }
.enquiry-copy p { color: #575e59; margin-top: 26px; max-width: 46ch; font-size: 17px; }
.enquiry-copy .private-note { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; color: #6d716e; }
.form-card { background: var(--paper); padding: 46px; box-shadow: var(--shadow); }
.form-intro h3 { font-size: 30px; }
.form-intro p { color: var(--muted); font-size: 13px; margin-top: 11px; }
.client-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 29px; }
.client-option {
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.client-option.active { border-color: var(--night); background: var(--night); color: var(--paper); }
.client-option b { display: block; font-family: "Italiana", Georgia, serif; font-size: 23px; font-weight: 400; }
.client-option span { display: block; margin-top: 8px; font-size: 10px; opacity: .68; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(24,37,33,.33);
  border-radius: 0;
  background: transparent;
  color: var(--night);
  outline: none;
}
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brass); }
.field-error { color: var(--error); font-size: 12px; min-height: 1.2em; }
.checkbox-field {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 22px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.checkbox-field input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--night); }
.checkbox-field a { color: var(--night); text-decoration: underline; text-underline-offset: 2px; }
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.form-card .btn { width: 100%; margin-top: 27px; }
.form-foot { color: var(--muted); font-size: 10px; text-align: center; margin-top: 12px; }
.form-status {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  font-size: 13px;
  border: 1px solid var(--line);
}
.form-status.show { display: block; }
.form-status.error { border-color: rgba(138,59,44,.35); color: var(--error); background: rgba(138,59,44,.06); }
.form-status.server { border-color: rgba(138,59,44,.35); color: var(--error); background: rgba(138,59,44,.06); }
.form-success { display: none; padding: 50px 0 18px; text-align: center; }
.form-success.show { display: block; }
.form-success h3 { font-size: 32px; }
.form-success p { color: var(--muted); margin-top: 14px; }

.privacy-page { background: var(--paper); padding: 160px 0 100px; }
.privacy-page h1 { font-size: clamp(46px, 6vw, 78px); max-width: 14ch; margin-top: 18px; }
.privacy-page .meta { color: var(--muted); margin-top: 18px; font-size: 14px; }
.privacy-content { margin-top: 56px; max-width: 72ch; }
.privacy-content h2 { font-size: 32px; margin: 42px 0 14px; }
.privacy-content p, .privacy-content li { color: var(--muted); font-size: 15px; }
.privacy-content p { margin-top: 12px; }
.privacy-content ul { margin: 14px 0 0; padding-left: 1.2em; }
.privacy-content .placeholder {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px dashed rgba(170,134,87,.55);
  background: rgba(170,134,87,.06);
  color: #6c5433;
  font-size: 13px;
}

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(21,32,29,.94), rgba(21,32,29,.72)),
    url("/assets/images/optimised/premium-residential-street-1600.jpg") center/cover;
  color: var(--paper);
  padding: 120px 0;
}
.error-page h1 { font-size: clamp(56px, 8vw, 110px); margin-top: 18px; }
.error-page p { color: rgba(247,243,235,.7); max-width: 42ch; margin: 22px 0 36px; font-size: 18px; }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; }

footer { background: #0e1714; color: rgba(247,243,235,.58); padding: 58px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding-bottom: 42px; border-bottom: 1px solid var(--line-light); }
footer .brand { color: var(--paper); }
.footer-brand p { max-width: 45ch; margin-top: 18px; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-links b { display: block; color: var(--brass-light); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 13px; }
.footer-links a { display: block; text-decoration: none; font-size: 12px; padding: 4px 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px 30px; flex-wrap: wrap; margin-top: 25px; font-size: 11px; }
.footer-bottom span { max-width: 100%; }

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

@media (max-width: 1050px) {
  .wrap, .narrow { width: min(100% - 40px, var(--max)); }
  .nav-links { display: none; }
  .menu-button { display: block; }
  .nav-actions .btn-outline { display: none; }
  .mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 35;
    background: var(--night);
    color: var(--paper);
    padding: 140px 28px 50px;
  }
  .mobile-menu.open { display: block; }
  .mobile-menu a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line-light); font-family: "Italiana", Georgia, serif; font-size: 32px; text-decoration: none; }
  .hero { min-height: 100svh; }
  .page-hero { min-height: 480px; padding-top: 150px; }
  .hero-grid, .intro-grid, .section-head, .principles-grid, .enquiry-grid, .understanding-grid, .visual-split-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-content { padding-top: clamp(88px, 12vh, 120px); }
  .hero h1 { max-width: 12ch; font-size: clamp(40px, 8vw, 64px); }
  .visual-split.secondary .visual-split-copy,
  .visual-split.secondary .visual-split-media { order: unset; }
  .visual-split-copy { padding: 56px 28px; }
  .visual-split-media { min-height: 320px; position: relative; }
  .hero h1 { max-width: 12ch; }
  .hero-copy { max-width: 650px; }
  .client-grid { grid-template-columns: 1fr; }
  .client-panel { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .client-panel:last-child { border-bottom: 0; }
  .dossier-head { grid-template-columns: 1fr; }
  .switcher { justify-self: start; }
  .dossier-frame { grid-template-columns: 1fr; }
  .dossier-image { min-height: 480px; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .method-step:nth-child(2) { border-right: 0; }
  .method-step:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .topline { display: none; }
  header, header.page-header { inset: 0 0 auto; }
  header.scrolled { inset: 0 0 auto; }
  .nav { min-height: 70px; }
  .brand-wordmark { width: 118px; }
  .footer-brand .brand-wordmark { width: 118px; }
  .nav-actions .btn { display: none; }
  .hero { min-height: 100svh; }
  .hero-content { padding: clamp(78px, 11vh, 110px) 0 28px; }
  .hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .hero-copy p { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-foot { grid-template-columns: 1fr; gap: 14px; margin-top: 22px; padding-top: 16px; }
  .page-hero { min-height: 440px; padding: 130px 0 48px; }
  section { padding: 88px 0; }
  .intro-note { grid-template-columns: 1fr; gap: 20px; }
  .client-panel { min-height: 570px; padding: 34px 25px; }
  .client-panel-content { min-height: 500px; }
  .intel-row { grid-template-columns: 45px 1fr; gap: 18px; }
  .intel-row p { grid-column: 2; }
  .switcher { display: grid; width: 100%; }
  .switcher button { border-right: 0; border-bottom: 1px solid var(--line); }
  .switcher button:last-child { border-bottom: 0; }
  .dossier-image { min-height: 400px; }
  .dossier-paper { padding: 38px 23px; }
  .dossier-top { display: block; }
  .state { margin-top: 18px; max-width: none; }
  .dossier-columns { grid-template-columns: 1fr; gap: 26px; }
  .condition { grid-template-columns: 1fr; gap: 10px; }
  .orientation-distinction { font-size: 17px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .method-step:last-child { border-bottom: 0; }
  .foundation { min-height: 720px; }
  .foundation-rule { grid-template-columns: 1fr; }
  .principle-item { grid-template-columns: 38px 1fr; gap: 15px; }
  .form-card { padding: 31px 22px; }
  .client-options, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .privacy-page { padding-top: 120px; }
}

@media (max-height: 760px) and (min-width: 721px) {
  .topline { display: none; }
  header { inset: 0 0 auto; }
  .hero-content { padding-top: 88px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(40px, 5.5vw, 64px); }
  .hero-foot p { display: none; }
  .hero-foot { margin-top: 18px; padding-top: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
  .hero-media video { display: none !important; }
  .hero-media .hero-poster { display: block !important; }
  .orientation-details summary::after { transition: none; }
  .orientation-details[open] .orientation-details-panel { animation: none; }
}
