/* Elite Force | brochure homepage | Intellectual property of Sidedoor Digital. */

@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/cinzel-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/cinzel-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap; src: url("/assets/fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/archivo-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/archivo-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/archivo-latin-600-normal.woff2") format("woff2"); }

/* Three voices: Cinzel carries the crest, Cormorant carries the writing, Archivo carries the detail. */
:root {
  --onyx: #050403;
  --ink: #090705;
  --panel: #100d09;
  --panel-2: #171310;
  --jade: #080c0a;
  --gold: #bb9450;
  --gold-hi: #ecd9ac;
  --gold-lo: #6f5429;
  --bronze: #8b6a35;
  --bone: #f2ede3;
  --ash: #9c9488;
  --line: rgba(187, 148, 80, 0.28);
  --line-soft: rgba(242, 237, 227, 0.085);
  --foil: linear-gradient(168deg, #f7e8be 0%, #d9b46c 24%, #96723a 46%, #caa361 62%, #f1dcac 82%, #a8824a 100%);

  --brand: "Cinzel", "Trajan Pro", "Times New Roman", serif;
  --display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1240px;
  --gutter: clamp(20px, 4.5vw, 56px);
  --section: clamp(84px, 11vw, 150px);
  --header-h: 76px;
  --ease: cubic-bezier(.2, .75, .15, 1);
  --ease-soft: cubic-bezier(.4, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 8px); -webkit-text-size-adjust: 100%; background: var(--onyx); }
body {
  margin: 0; background: var(--onyx); color: var(--bone);
  font-family: var(--body); font-size: 16.5px; line-height: 1.68; font-weight: 400; letter-spacing: 0.002em;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-hi); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--bone); }
:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: 3px; }
::selection { background: var(--gold); color: #120d05; }

.skip { position: absolute; left: -9999px; top: 12px; z-index: 200; background: var(--gold); color: var(--onyx); padding: 10px 16px; text-decoration: none; }
.skip:focus { left: 12px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }

h1, h2 { font-family: var(--display); font-weight: 500; margin: 0; letter-spacing: 0.005em; text-wrap: balance; }
h2 { font-size: clamp(38px, 4.6vw, 62px); line-height: 1.06; color: var(--bone); }
h3 { font-family: var(--brand); font-weight: 400; margin: 0; font-size: clamp(16px, 1.25vw, 18px); line-height: 1.35; color: var(--bone); letter-spacing: 0.07em; text-transform: uppercase; }
p { margin: 0 0 1em; max-width: 64ch; }
.lead { font-size: clamp(17px, 1.35vw, 18.5px); color: var(--ash); line-height: 1.75; }
.lede-serif { font-family: var(--display); font-size: clamp(21px, 2vw, 27px); line-height: 1.45; color: var(--bone); letter-spacing: 0.005em; }

/* Gold foil type for the big section names */
.display {
  font-family: var(--brand);
  font-size: clamp(42px, 4.6vw, 72px); font-size: clamp(40px, 11.4cqi, 112px); line-height: .95; letter-spacing: 0.04em; font-weight: 400; white-space: nowrap;
  background: var(--foil); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 26px; padding-bottom: .06em;
}

/* Buttons */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 28px;
  font-family: var(--body); font-size: 15px; font-weight: 600; letter-spacing: 0.05em;
  text-decoration: none; border: 1px solid var(--gold); cursor: pointer; white-space: nowrap;
  transition: background-color .3s var(--ease-soft), color .3s var(--ease-soft), border-color .3s var(--ease-soft), transform .2s var(--ease-soft);
}
.btn:active { transform: scale(.98); }
.btn .ico { width: 19px; height: 19px; fill: currentColor; flex: none; }
.btn-gold { background: linear-gradient(180deg, #e2c68e 0%, var(--gold) 55%, #a58439 100%); color: #140f06; border-color: #e2c68e; }
.btn-gold::after {
  content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(105deg, transparent 30%, rgba(255, 248, 225, .55) 50%, transparent 70%);
  transition: transform .8s var(--ease);
}
.btn-gold:hover { color: #140f06; }
.btn-gold:hover::after { transform: translateX(120%); }
.btn-line { background: rgba(7, 6, 5, .35); color: var(--gold-hi); }
.btn-line:hover { background: rgba(201, 164, 92, 0.16); color: var(--bone); }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: 14px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn:disabled { opacity: .6; cursor: default; }

.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; letter-spacing: 0.05em; font-size: 15px; text-decoration: none; color: var(--gold-hi); }
.text-link::after { content: ""; width: 36px; height: 1px; background: currentColor; transition: width .4s var(--ease); }
.text-link:hover::after { width: 56px; }

/* Reading progress, like a page count along the spine */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 120; pointer-events: none; }
.progress span { display: block; height: 100%; width: 100%; transform-origin: 0 50%; transform: scaleX(var(--p, 0)); background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--header-h);
  padding-top: env(safe-area-inset-top);
  box-sizing: content-box;
  transition: background-color .4s var(--ease-soft), border-color .4s var(--ease-soft), transform .45s var(--ease);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(0,0,0,.7), rgba(0,0,0,0));
}
.site-header.is-solid { background: rgba(7, 6, 5, 0.9); -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2); border-bottom-color: var(--line); }
.site-header.is-hidden { transform: translateY(-100%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 24px; }
.brand { position: relative; z-index: 2; }
.brand img { height: 24px; width: auto; }
.nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.nav > a:not(.btn) { position: relative; color: var(--bone); text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0.06em; padding: 6px 0; }
.nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: 0 50%; transition: transform .4s var(--ease); }
.nav > a:not(.btn):hover { color: var(--gold-hi); }
.nav > a:not(.btn):hover::after, .nav > a.is-current::after { transform: scaleX(1); }
.nav .nav-tel { font-family: var(--brand); font-weight: 700; letter-spacing: 0.05em; color: var(--gold-hi); }
.menu-toggle { display: none; }

/* Cover: the brand poster as the front of the brochure */
.cover { position: relative; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; background: #000; isolation: isolate; overflow: hidden; }
.cover-stage { position: absolute; inset: 0; overflow: hidden; z-index: -1; }
.cover-media {
  position: absolute; left: 50%; top: 52%;
  width: max(100vw, 150svh); aspect-ratio: 3 / 2;
  transform: translate(-50%, -50%);
}
.cover-media picture, .cover-media img { width: 100%; height: 100%; }
.cover-media img { object-fit: cover; }
.cover-stage::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 50% 42%, transparent 55%, rgba(0,0,0,.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(7,6,5,.88) 82%, var(--onyx) 100%);
}
/* The crest sits on the panelled door as its own element, so it stays sharp and the light can follow its real edge */
.cover-crest {
  position: absolute; left: 49.5%; top: 43%; transform: translate(-50%, -50%);
  height: clamp(230px, 47svh, 620px); width: auto; z-index: 1; pointer-events: none;
  filter: drop-shadow(0 26px 54px rgba(0, 0, 0, .7));
}
.cover-crest img { height: 100%; width: auto; max-width: none; }
.foil {
  position: absolute; inset: 0; pointer-events: none;
  mix-blend-mode: color-dodge; opacity: .85;
  background: linear-gradient(112deg, transparent 36%, rgba(255, 226, 160, .45) 46%, rgba(255, 247, 222, .85) 50%, rgba(255, 226, 160, .45) 54%, transparent 64%);
  background-size: 280% 100%; background-position: 165% 0; background-repeat: no-repeat;
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 50%, transparent 68%);
  mask-image: radial-gradient(circle at 50% 40%, #000 50%, transparent 68%);
}
/* Where masking on an image is supported, the sweep is cut to the crest itself */
@supports (mask-image: url("/assets/crest-hero-620.webp")) {
  .foil {
    -webkit-mask-image: url("/assets/crest-hero-620.webp"); mask-image: url("/assets/crest-hero-620.webp");
    -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  }
}

.cover-base { position: relative; padding-bottom: clamp(28px, 5vh, 56px); }
.cover-base-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.cover-text { max-width: 700px; }
.cover h1 { font-size: clamp(26px, 2.6vw, 40px); line-height: 1.2; color: var(--bone); letter-spacing: 0.005em; margin-bottom: 12px; max-width: 18ch; }
.cover-sub { color: var(--gold-hi); margin: 0; font-family: var(--brand); font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em; text-wrap: balance; }
.cover-actions { display: flex; gap: 12px; flex: none; }
.scroll-cue { position: absolute; left: 50%; bottom: 14px; width: 24px; height: 38px; margin-left: -12px; border: 1px solid var(--line); border-radius: 12px; display: none; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 2px; height: 7px; margin-left: -1px; background: var(--gold-hi); border-radius: 1px; }

/* Motto band */
.motto { position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--onyx); padding: clamp(18px, 2.4vw, 28px) 0; }
.motto-track { display: flex; align-items: center; gap: clamp(28px, 4vw, 56px); width: max-content; }
.motto span { font-family: var(--brand); font-size: clamp(30px, 4.6vw, 64px); line-height: 1; letter-spacing: 0.08em; color: transparent; -webkit-text-stroke: 1px rgba(201, 164, 92, .75); white-space: nowrap; }
.motto span:nth-of-type(4n+2) { color: var(--gold); -webkit-text-stroke: 0; }
.motto i { width: 10px; height: 10px; background: var(--gold); transform: rotate(45deg); flex: none; }

/* Spreads */
.spread { position: relative; padding: var(--section) 0; }
.spread.dark { background: linear-gradient(180deg, var(--jade), var(--panel) 45%, var(--jade)); }
.spread.dark::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 50% at 80% 0%, rgba(201,164,92,.07), transparent 70%); }
.spread > .wrap { position: relative; }
.folio {
  display: flex; justify-content: space-between; align-items: center; gap: 24px; max-width: none;
  font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ash); margin: 0 0 clamp(40px, 6vw, 80px);
  padding-bottom: 14px; border-bottom: 1px solid var(--line-soft);
}
.folio span:first-child { font-family: var(--brand); color: var(--gold); letter-spacing: 0.12em; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.intro-statement { font-size: clamp(34px, 4.2vw, 58px); line-height: 1.16; color: var(--bone); letter-spacing: 0; }
.intro-copy p { color: var(--ash); margin-bottom: 26px; }
.assure { list-style: none; margin: clamp(56px, 7vw, 96px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.assure li { padding: 28px 24px 0 0; display: grid; gap: 6px; align-content: start; }
.assure li + li { padding-left: 24px; border-left: 1px solid var(--line-soft); }
.assure strong { font-family: var(--display); font-weight: 500; font-size: 23px; color: var(--gold-hi); letter-spacing: 0.04em; }
.assure span { color: var(--ash); font-size: 15px; line-height: 1.5; }

.spread-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.spread-grid-flip { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); }
.spread-copy { container-type: inline-size; }
.spread-copy .lead { margin-bottom: 36px; }
.crest-icon { width: 52px; height: 52px; color: var(--gold); margin-bottom: 18px; }

/* Image plates: gold hairline frame with a fainter inner rule, like a tipped-in print */
.plate { position: relative; margin: 0; min-width: 0; }
.plate-img { position: relative; overflow: hidden; background: #000; outline: 1px solid var(--line); outline-offset: 8px; }
.plate-img img { width: 100%; height: 100%; object-fit: cover; }
.plate figcaption { margin-top: 22px; font-size: 14px; color: var(--ash); letter-spacing: 0.04em; }
.plate-tall { position: sticky; top: calc(var(--header-h) + 32px); }
.plate-tall .plate-img { aspect-ratio: 880 / 1426; max-height: calc(100vh - var(--header-h) - 120px); }
.plate-wide { margin: 0 0 var(--section); }
.plate-wide .plate-img { outline: 0; height: clamp(320px, 52vw, 640px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plate-wide img { height: 118%; object-position: 50% 60%; will-change: transform; }
.plate-sign .plate-img { aspect-ratio: 900 / 1234; }
.collection.dark { padding-top: 0; }

.services { list-style: none; margin: 0; padding: 0; counter-reset: svc; }
.services li { position: relative; padding: 24px 0 24px 56px; border-top: 1px solid var(--line-soft); counter-increment: svc; transition: background-color .3s; }
.services li:last-child { border-bottom: 1px solid var(--line-soft); }
.services li::before { content: counter(svc, upper-roman); position: absolute; left: 0; top: 26px; font-family: var(--brand); font-size: 15px; color: var(--gold); letter-spacing: 0.06em; }
.services h3 { margin-bottom: 6px; }
.services p { margin: 0; color: var(--ash); font-size: 16px; line-height: 1.6; }
.deck-bar { display: none; }

/* Standard */
.standard-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(36px, 6vw, 96px); align-items: center; }
.standard h2 { margin-bottom: 36px; }
.pillars { margin: 0; }
.pillars > div { padding: 28px 0; border-top: 1px solid var(--line); }
.pillars > div:last-child { border-bottom: 1px solid var(--line); }
.pillars dt { font-family: var(--brand); font-weight: 400; font-size: clamp(25px, 2.5vw, 34px); letter-spacing: 0.05em; margin-bottom: 8px; background: var(--foil); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; }
.pillars dd { margin: 0; color: var(--ash); max-width: 58ch; }

/* Process */
.section-head { max-width: 780px; margin-bottom: clamp(44px, 5vw, 72px); }
.section-head h2 { margin-bottom: 18px; }
.steps { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); counter-reset: step; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--line-soft); }
.steps::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); transform-origin: 0 50%; transform: scaleX(var(--draw, 1)); transition: transform 1.6s var(--ease); }
.steps li { counter-increment: step; position: relative; padding: 30px 24px 0 0; }
.steps li::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); z-index: 1; }
.steps li h3 { margin-bottom: 10px; }
.steps li p { color: var(--ash); font-size: 16px; line-height: 1.6; margin: 0; }
.steps li h3::before { content: counter(step); display: block; font-family: var(--display); font-weight: 500; font-size: 64px; line-height: 1; margin-bottom: 16px; letter-spacing: 0; background: var(--foil); -webkit-background-clip: text; background-clip: text; color: transparent; width: max-content; }

/* Coverage */
.coverage-grid { display: grid; grid-template-columns: 1.3fr 1fr 0.8fr 1.2fr; border-top: 1px solid var(--line); }
.coverage-grid > div { padding: 30px 24px 0 0; }
.coverage-grid > div + div { padding-left: 24px; border-left: 1px solid var(--line-soft); }
.coverage-grid h3 { margin-bottom: 14px; color: var(--gold-hi); white-space: nowrap; }
.coverage-grid ul { list-style: none; margin: 0; padding: 0; color: var(--ash); font-size: 16px; }
.coverage-grid li { padding: 5px 0; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq details { border-top: 1px solid var(--line-soft); }
.faq details:last-child { border-bottom: 1px solid var(--line-soft); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 48px 24px 0; position: relative; font-family: var(--display); font-weight: 500; font-size: clamp(20px, 1.8vw, 25px); letter-spacing: 0.005em; color: var(--bone); transition: color .25s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 16px; height: 1px; background: var(--gold); transition: transform .4s var(--ease); }
.faq summary::after { transform: rotate(90deg); }
.faq details[open] summary::after { transform: rotate(0); }
.faq details[open] summary { color: var(--gold-hi); }
.faq summary:hover { color: var(--gold-hi); }
.faq-body { overflow: hidden; }
.faq-body p { color: var(--ash); margin: 0 0 26px; max-width: 62ch; }

/* Enquire */
.enquire-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.enquire h2 { margin-bottom: 18px; }
.wa-card {
  position: relative; margin: 34px 0 30px; padding: 32px 30px; border: 1px solid var(--line); overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7,6,5,.97) 0%, rgba(7,6,5,.86) 55%, rgba(7,6,5,.45) 100%),
    url("/assets/panel-vest.webp") right center / cover no-repeat;
}
.wa-card-title { font-family: var(--display); font-weight: 500; font-size: 24px; color: var(--gold-hi); letter-spacing: 0.04em; margin: 0 0 6px; }
.wa-number { display: inline-block; font-family: var(--brand); font-weight: 600; font-size: clamp(28px, 3vw, 36px); letter-spacing: 0.05em; color: var(--bone); text-decoration: none; margin-bottom: 6px; white-space: nowrap; }
.wa-number:hover { color: var(--gold-hi); }
.wa-card-sub { color: var(--ash); margin: 0 0 22px; font-size: 16px; }
.wa-card .btn { padding: 0 20px; }
.next-steps { list-style: none; margin: 0; padding: 0; font-size: 16px; }
.next-steps li { display: grid; gap: 2px; padding: 14px 0; border-top: 1px solid var(--line-soft); }
.next-steps strong { color: var(--bone); font-weight: 600; }
.next-steps span { color: var(--ash); }

.form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: clamp(24px, 3vw, 44px); background: var(--panel); border: 1px solid var(--line); }
.form::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(201, 164, 92, .12); pointer-events: none; }
.form > * { position: relative; }
.form-title { grid-column: 1 / -1; font-family: var(--display); font-weight: 500; font-size: 26px; color: var(--gold-hi); letter-spacing: 0.03em; margin: 0; }
.field { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { font-size: 14px; font-weight: 500; color: var(--bone); letter-spacing: 0.03em; padding: 0; }
.field legend { margin-bottom: 8px; }
.hint { color: var(--ash); font-weight: 400; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; font: 400 16px var(--body); color: var(--bone);
  background: var(--onyx); border: 1px solid var(--line); border-radius: 0; appearance: none; -webkit-appearance: none;
  transition: border-color .25s, background-color .25s;
}
.field select { background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--gold-hi); background-color: #0b0907; box-shadow: 0 0 0 1px var(--gold-hi); }
.choice-row { display: flex; flex-wrap: wrap; gap: 10px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border: 1px solid var(--line); font-size: 15px; color: var(--bone); transition: background-color .25s, border-color .25s, color .25s; }
.choice input:checked + span { background: rgba(201, 164, 92, 0.18); border-color: var(--gold-hi); color: var(--gold-hi); }
.choice input:focus-visible + span { outline: 2px solid var(--gold-hi); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { grid-column: 1 / -1; display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ash); }
.consent input { margin-top: 4px; accent-color: var(--gold); width: 20px; height: 20px; flex: none; }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.form-status { margin: 0; font-size: 15px; }
.form-status.is-ok { color: var(--gold-hi); }
.form-status.is-error { color: #ee9b8b; }

/* Footer */
.site-footer { background: #000; border-top: 1px solid var(--line); padding: 80px 0 32px; }
.footer-crest { display: grid; justify-items: center; text-align: center; margin-bottom: 64px; }
.footer-crest img { width: auto; height: 158px; margin-bottom: 20px; filter: drop-shadow(0 0 60px rgba(187, 148, 80, .22)); }
.footer-tag { font-family: var(--brand); font-weight: 400; letter-spacing: 0.08em; font-size: clamp(18px, 2vw, 24px); margin: 0; background: var(--foil); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding-top: 48px; border-top: 1px solid var(--line-soft); }
.footer-mark { height: 28px; width: auto; margin-bottom: 20px; }
.footer-grid p { color: var(--ash); font-size: 16px; }
.footer-contact { display: grid; gap: 6px; }
.footer-contact a { font-weight: 600; text-decoration: none; }
.footer-grid h2 { font-family: var(--brand); font-weight: 400; text-transform: uppercase; font-size: 15px; color: var(--gold-hi); margin-bottom: 16px; letter-spacing: 0.1em; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { padding: 4px 0; }
.footer-grid li a { color: var(--ash); text-decoration: none; font-size: 16px; }
.footer-grid li a:hover { color: var(--gold-hi); }
.footer-base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line-soft); color: var(--ash); font-size: 14px; }
.footer-base a { color: var(--ash); }
.footer-base a:hover { color: var(--gold-hi); }

.mobile-cta { display: none; }
.narrow-only { display: none; }


/* ---------- Standing details ---------- */

/* Fine grain over the whole page, the way a printed brochure catches light */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 130; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Credential rail beneath the cover */
.rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink); }
.rail ul {
  list-style: none; margin: 0; padding: 20px 0; display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px; text-align: center;
}
.rail li { font-size: 13.5px; line-height: 1.5; letter-spacing: 0.01em; color: var(--ash); padding: 0 18px; text-wrap: balance; }
.rail li + li { border-left: 1px solid var(--line-soft); }
.rail b { display: block; font-family: var(--display); font-weight: 500; text-transform: none; letter-spacing: 0; font-size: 21px; color: var(--gold-hi); margin-bottom: 2px; }

/* Folio numbering, so the page reads as a set of spreads */
.folio-num { font-family: var(--brand); color: var(--gold); letter-spacing: 0.1em; }

/* Discretion notice: the reason there are no client names on this site */
.notice { background: var(--jade); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(56px, 7vw, 96px) 0; }
.notice-inner { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(24px, 5vw, 80px); align-items: start; }
.notice h2 { font-size: clamp(28px, 3vw, 40px); }
.notice p { color: var(--ash); margin: 0 0 1em; max-width: 60ch; }
.notice p:last-child { margin-bottom: 0; }
.notice p:first-child { margin-bottom: 1.4em; }
.notice strong { display: block; color: var(--bone); font-weight: 500; font-family: var(--display); font-size: clamp(22px, 2vw, 28px); line-height: 1.35; letter-spacing: 0.005em; }
@media (max-width: 980px) { .notice-inner { grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  .rail ul { grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .rail li { padding: 18px 10px; }
  .rail li:nth-child(odd) { border-left: 0; }
  .rail li:nth-child(n+3) { border-top: 1px solid var(--line-soft); }
  .rail b { font-size: 19px; }
}

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  html.js .cover-media { animation: coverIn 2.4s var(--ease) both; }
  html.js .cover-media img { animation: coverLight 2s ease both; }
  html.js .foil { animation: foil 8s 1.4s var(--ease-soft) infinite both; }
  html.js .cover-crest { animation: crestIn 1.8s .5s var(--ease) both; }
  html.js .cover-base-inner > * { animation: rise 1.1s var(--ease) both; }
  html.js .cover-text { animation-delay: 1.2s; }
  html.js .cover-actions { animation-delay: 1.4s; }
  html.js .site-header { animation: fade 1s .9s ease both; }
  .scroll-cue span { animation: cue 2.2s 2s ease-in-out infinite; }
  .motto-track { animation: marquee 38s linear infinite; }

  @keyframes crestIn { from { opacity: 0; transform: translate(-50%, -50%) scale(.94); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
  @keyframes coverIn { from { transform: translate(-50%, -50%) scale(1.14); } to { transform: translate(-50%, -50%) scale(1); } }
  @keyframes coverLight { from { opacity: 0; filter: brightness(.2) saturate(.6); } to { opacity: 1; filter: none; } }
  @keyframes foil { 0% { background-position: 165% 0; } 30%, 100% { background-position: -65% 0; } }
  @keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  @keyframes fade { from { opacity: 0; } to { opacity: 1; } }
  @keyframes cue { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 80%, 100% { transform: translateY(12px); opacity: 0; } }
  @keyframes marquee { to { transform: translateX(-50%); } }

  html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: calc(var(--d, 0) * 110ms); }
  html.js .reveal.is-in { opacity: 1; transform: none; }
  html.js .wipe { clip-path: inset(100% 0 0 0); transition: clip-path 1.5s var(--ease); }
  html.js .wipe img { transform: scale(1.18); transition: transform 2.2s var(--ease); }
  html.js .wipe.is-in { clip-path: inset(0 0 0 0); }
  html.js .wipe.is-in img { transform: scale(1); }
  html.js .wipe.is-in img.parallax { transform: translateY(var(--py, 0px)); transition: none; }
  html.js .steps { --draw: 0; }
  html.js .steps.is-in { --draw: 1; }
  .plate-img img { transition: transform 1.2s var(--ease); }
  .plate-tall:hover img, .plate-sign:hover img { transform: scale(1.03); }
}

/* ---------- Tablet ---------- */
@media (max-width: 1080px) {
  .nav > a:not(.btn):not(.nav-tel) { display: none; }
}
@media (max-width: 980px) {
  .intro-grid, .spread-grid, .spread-grid-flip, .standard-grid, .faq-grid, .enquire-grid { grid-template-columns: minmax(0, 1fr); }
  .plate, .spread-copy, .deck { min-width: 0; }
  .intro-grid { align-items: start; }
  .plate-tall { position: static; }
  .plate-tall .plate-img { aspect-ratio: 4 / 5; max-height: none; }
  .plate-tall img { object-position: 50% 25%; }
  .plate-sign { max-width: 520px; }
  .standard-grid figure { order: -1; }
  .assure { grid-template-columns: 1fr 1fr; }
  .assure li:nth-child(3) { padding-left: 0; border-left: 0; }
  .assure li:nth-child(n+3) { border-top: 1px solid var(--line-soft); margin-top: 24px; }
  .steps { grid-template-columns: 1fr; }
  .steps::before, .steps::after { left: 3px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; transform-origin: 50% 0; transform: scaleY(var(--draw, 1)); }
  .steps li { padding: 0 0 36px 44px; }
  .steps li:last-child { padding-bottom: 0; }
  .steps li::before { top: 6px; left: 0; }
  .steps li h3::before { font-size: 44px; margin-bottom: 10px; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-grid > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .coverage-grid > div:nth-child(n+3) { border-top: 1px solid var(--line-soft); margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .cover-base-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
}

/* ---------- Phone ---------- */
@media (max-width: 860px) {
  :root { --header-h: 64px; }
  .brand img { height: 20px; }
  .menu-toggle {
    display: inline-grid; place-content: center; gap: 7px; position: relative; z-index: 2;
    width: 48px; height: 48px; margin-right: -10px; background: transparent; border: 0; cursor: pointer;
  }
  .menu-toggle span { display: block; width: 26px; height: 1.5px; background: var(--gold-hi); transition: transform .45s var(--ease), width .45s var(--ease); }
  .menu-toggle span:last-child { width: 16px; margin-left: 10px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { width: 26px; margin-left: 0; transform: translateY(-4.25px) rotate(-45deg); }

  .nav {
    position: fixed; inset: 0; z-index: 1; height: 100vh; height: 100dvh;
    flex-direction: column; align-items: stretch; justify-content: center; gap: 0;
    padding: calc(var(--header-h) + env(safe-area-inset-top) + 16px) 28px calc(28px + env(safe-area-inset-bottom));
    background:
      radial-gradient(ellipse 90% 60% at 50% 110%, rgba(201,164,92,.16), transparent 70%),
      #070605;
    visibility: hidden; opacity: 0; transition: opacity .45s var(--ease-soft), visibility 0s .45s;
  }
  .nav.is-open { visibility: visible; opacity: 1; transition: opacity .45s var(--ease-soft); }
  .nav > a:not(.btn), .nav > a:not(.btn):not(.nav-tel) { display: block; font-family: var(--display); font-size: clamp(28px, 8vw, 40px); letter-spacing: 0.05em; padding: 12px 0; border-bottom: 1px solid var(--line-soft); color: var(--bone); }
  .nav > a:not(.btn)::after { display: none; }
  .nav .nav-tel { font-size: 22px; color: var(--gold-hi); border-bottom: 0; margin-top: 18px; }
  .nav .btn { margin-top: 18px; min-height: 56px; font-size: 15px; }
  .nav > * { transform: translateY(16px); opacity: 0; transition: transform .6s var(--ease), opacity .6s var(--ease); }
  .nav.is-open > * { transform: none; opacity: 1; }
  .nav.is-open > *:nth-child(2) { transition-delay: .05s; }
  .nav.is-open > *:nth-child(3) { transition-delay: .1s; }
  .nav.is-open > *:nth-child(4) { transition-delay: .15s; }
  .nav.is-open > *:nth-child(5) { transition-delay: .2s; }
  .nav.is-open > *:nth-child(6) { transition-delay: .25s; }
  .nav.is-open > *:nth-child(7) { transition-delay: .3s; }
  body.menu-open { overflow: hidden; }
  body.menu-open .site-header { background: transparent; border-bottom-color: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; transform: none; }
}

@media (max-width: 720px) {
  body { font-size: 16px; padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .spread { padding: 76px 0; }
  .folio { font-size: 12px; margin-bottom: 36px; }

  /* Cover on phones: the crest fills the top, the message and buttons sit underneath within one screen */
  .cover { min-height: 0; justify-content: flex-start; }
  .cover-media {
    left: 0; top: 0; width: 100%; height: auto; aspect-ratio: 1170 / 1427; transform: none;
  }
  .cover-crest { top: 40%; height: auto; width: min(76%, 360px); }
  .cover-crest img { height: auto; width: 100%; }
  .cover-stage::after {
    background:
      linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 14%),
      linear-gradient(180deg, rgba(7,6,5,0) 50%, rgba(7,6,5,.8) calc(100vw * 1.12), var(--onyx) calc(100vw * 1.22));
  }
  .cover-base { padding-top: calc(100vw * 1.0); padding-bottom: 26px; }
  .cover h1 { font-size: 21px; line-height: 1.32; }
  .cover-sub { font-size: 15px; }
  .cover-actions { width: 100%; display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; }
  .wide-only { display: none; }
  .narrow-only { display: inline; }
  .cover-actions .btn { padding: 0 12px; min-height: 52px; font-size: 14px; }
  .cover-base-inner { gap: 18px; }
  .scroll-cue { display: none; }
  @media (prefers-reduced-motion: no-preference) {
    @keyframes coverIn { from { transform: scale(1.12); } to { transform: scale(1); } }
  }

  .display { margin-bottom: 18px; }
  .crest-icon { width: 44px; height: 44px; }
  .spread-copy .lead { margin-bottom: 28px; }
  .plate-img { outline-offset: 6px; }
  .plate-tall .plate-img { aspect-ratio: 4 / 5; }
  .plate-wide .plate-img { height: 64vw; }
  .plate-wide { margin-bottom: 64px; }

  /* Services become a swipeable deck of cards */
  .deck { margin: 0 calc(var(--gutter) * -1); }
  .deck .services {
    display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory; scroll-padding: 0 var(--gutter); padding: 4px var(--gutter) 6px;
    scrollbar-width: none;
  }
  .deck .services::-webkit-scrollbar { display: none; }
  .deck .services li {
    flex: 0 0 84%; scroll-snap-align: start; padding: 26px 22px 28px; min-height: 212px;
    border: 1px solid var(--line); background: linear-gradient(180deg, var(--panel-2), var(--panel));
  }
  .dark .deck .services li { background: linear-gradient(180deg, #1b1711, #100d0a); }
  .deck .services li:last-child { border-bottom: 1px solid var(--line); }
  .deck .services li::before { position: static; display: block; margin-bottom: 18px; font-size: 14px; }
  .deck .services h3 { font-size: 20px; margin-bottom: 10px; }
  html.js .deck .services li.reveal { opacity: 1; transform: none; }
  .deck-bar { display: flex; align-items: center; gap: 16px; padding: 18px var(--gutter) 0; }
  .deck-count { font-size: 13px; color: var(--ash); letter-spacing: 0.08em; white-space: nowrap; min-width: 44px; }
  .deck-track { position: relative; flex: 1; height: 1px; background: var(--line-soft); }
  .deck-track span { position: absolute; left: 0; top: -0.5px; height: 2px; width: 20%; background: var(--gold); transform: translateX(calc(var(--i, 0) * 100%)); transition: transform .4s var(--ease); }

  .intro-statement { font-size: 29px; }
  .assure { grid-template-columns: 1fr 1fr; }
  .assure li, .assure li + li { padding: 22px 12px 0 0; border-left: 0; }
  .assure li:nth-child(even) { padding-left: 14px; border-left: 1px solid var(--line-soft); }
  .assure strong { font-size: 17px; }
  .assure span { font-size: 14px; }

  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-grid > div:first-child { grid-column: 1 / -1; }
  .coverage-grid > div:first-child ul { columns: 2; column-gap: 16px; }
  .coverage-grid > div, .coverage-grid > div + div { padding: 24px 0 0; border-left: 0; margin-top: 0; }
  .coverage-grid > div:nth-child(2), .coverage-grid > div:nth-child(4) { padding-right: 12px; }
  .coverage-grid > div:nth-child(3) { padding-left: 14px; border-left: 1px solid var(--line-soft); }
  .coverage-grid > div + div { border-top: 1px solid var(--line-soft); margin-top: 24px; }
  .coverage-grid > div:nth-child(4) { grid-column: 1 / -1; }
  .coverage-grid ul { font-size: 15px; }

  .form { grid-template-columns: 1fr; padding: 24px 18px; gap: 18px; }
  .form .btn[type="submit"] { width: 100%; }
  .wa-card { padding: 26px 20px; }
  .wa-card .btn-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; }
  .wa-card .btn { padding: 0 8px; font-size: 14px; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-crest { margin-bottom: 48px; }
  .footer-base { flex-direction: column; }

  .mobile-cta {
    display: grid; grid-template-columns: 1.6fr 1fr; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(7, 6, 5, 0.92); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-top: 1px solid var(--line);
    transform: translateY(110%); transition: transform .5s var(--ease);
  }
  .mobile-cta.is-on { transform: none; }
  html:not(.js) .mobile-cta { transform: none; }
  .mobile-cta .btn { min-height: 52px; padding: 0 12px; }
}

@media (max-width: 380px) {
  .cover h1 { font-size: 19px; }
  .cover-actions .btn { font-size: 13px; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .motto-track { flex-wrap: wrap; justify-content: center; width: auto; }
  .motto-track > :nth-child(n+9) { display: none; }
}
