/* Craftport Consulting — editorial direction
   One family (Source Sans 3) used the way the wordmark uses it:
   light for the voice, bold italic for the emphasis.
   Navy #232650, gold #C3992E. Gold text only on navy; on paper gold is rules and marks. */

:root {
  --navy: #232650;
  --navy-deep: #1a1c3d;
  --gold: #c3992e;
  --paper: #f8f6f1;
  --paper-2: #efebe2;
  --ink: #232650;
  --ink-body: #34375a;
  --ink-soft: #5d6080;
  --on-navy: #ecebf3;
  --on-navy-soft: #b4b7cf;
  --rule: rgba(35, 38, 80, .16);
  --rule-strong: #232650;
  --rule-light: rgba(236, 235, 243, .2);

  --sans: 'Source Sans 3', 'Source Sans Pro', 'Myriad Pro', 'Segoe UI', system-ui, sans-serif;
  --gutter: clamp(20px, 4.5vw, 64px);
  --max: 1360px;
  --rail: clamp(150px, 15vw, 220px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--paper); color: var(--ink-body);
  font-family: var(--sans); font-size: clamp(1.075rem, .35vw + 1rem, 1.2rem); line-height: 1.62; font-weight: 400;
  -webkit-font-smoothing: antialiased; font-kerning: normal;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3 { margin: 0; color: var(--ink); font-weight: 300; letter-spacing: -.03em; line-height: .98; text-wrap: balance; }
b, strong { font-weight: 700; }
.bi { font-weight: 700; font-style: italic; letter-spacing: -.035em; }
.navy .bi, .navy h2, .navy h3 { color: #fff; }

.skip { position: absolute; left: 16px; top: -100px; z-index: 30; padding: 12px 18px; background: var(--navy); color: #fff; }
.skip:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
main:focus { outline: none; }

.wrap { max-width: calc(var(--max) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.navy { background: var(--navy); color: var(--on-navy); }

/* Small type: folios, captions, kickers */
.folio { font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.navy .folio { color: var(--on-navy-soft); }
.caption { margin-top: 14px; font-size: .88rem; color: var(--ink-soft); line-height: 1.45; }
.caption b { color: var(--ink); }

/* Masthead ---------------------------------------------------------- */
.masthead { border-bottom: 1px solid var(--rule-strong); }
.masthead-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding-block: 22px 20px; }
.masthead-top .folio:last-child { justify-self: end; }
.brand img { width: clamp(150px, 13vw, 190px); }
.cta-link { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); text-decoration: none; font-weight: 700; font-style: italic; font-size: 1rem; letter-spacing: -.01em; text-transform: none; }
.cta-link span { color: var(--gold); transition: transform .25s ease; }
.cta-link:hover span { transform: translateX(4px); }
.contents { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--rule); }
.contents a { padding: 13px clamp(14px, 2vw, 30px); color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 500; }
.contents a b { margin-right: 8px; color: var(--ink-soft); font-weight: 600; font-variant-numeric: tabular-nums; }
.contents a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 6px; text-decoration-thickness: 2px; }

/* Cover --------------------------------------------------------------- */
.cover { padding-block: clamp(32px, 4vw, 64px) 0; }
.cover > .wrap:first-child { display: grid; }
.cover h1, .cover-image { grid-area: 1 / 1; }
.cover h1 { z-index: 1; align-self: start; margin: clamp(28px, 4vw, 64px); font-size: clamp(2.4rem, 4.6vw, 4.8rem); line-height: .92; letter-spacing: -.045em; max-width: 10ch; }
.cover h1 .bi { letter-spacing: -.05em; }
.cover-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 40px; margin-top: clamp(28px, 3vw, 44px); padding-top: 16px; border-top: 1px solid var(--rule); }
.cover-image { position: relative; margin: 0; }
.cover-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248, 246, 241, .78) 0%, rgba(248, 246, 241, .35) 40%, rgba(248, 246, 241, 0) 60%); }
.cover-image img { width: 100%; aspect-ratio: 1356 / 680; object-fit: cover; object-position: 60% 30%; }

.standfirst { padding-block: clamp(40px, 5vw, 76px); }
.standfirst-body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.standfirst .lede { font-size: clamp(1.35rem, 1.1vw + 1rem, 1.85rem); line-height: 1.28; font-weight: 300; letter-spacing: -.015em; color: var(--ink); }
.dropcap::first-letter { float: left; margin: .02em .1em 0 -.02em; font-size: 4.2em; line-height: .78; font-weight: 700; font-style: italic; color: var(--navy); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; margin-top: 32px; }
.button {
  display: inline-flex; align-items: center; gap: 14px; min-height: 54px; padding: 15px 28px;
  background: var(--navy); color: #fff; border: 0; border-radius: 0; text-decoration: none;
  font: italic 700 1.05rem/1.2 var(--sans); letter-spacing: -.005em; cursor: pointer;
}
.button span { color: var(--gold); transition: transform .25s ease; }
.button:hover { background: var(--navy-deep); }
.button:hover span { transform: translateX(4px); }
.navy .button { background: var(--gold); color: var(--navy); }
.navy .button span { color: var(--navy); }
.navy .button:hover { background: #d4ab45; }

/* Chapters: rail + body ------------------------------------------------ */
.chapter { padding-block: clamp(56px, 6.5vw, 108px); }
.chapter + .chapter:not(.navy):not(.tint) { border-top: 1px solid var(--rule); }
.tint { background: var(--paper-2); }
.chapter-grid { display: grid; grid-template-columns: var(--rail) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); }
.rail { position: relative; }
.rail-inner { position: sticky; top: 32px; display: grid; gap: 6px; padding-top: 10px; border-top: 2px solid var(--gold); }
.rail .no { font-size: 2.6rem; font-weight: 200; line-height: 1; letter-spacing: -.04em; color: var(--ink); font-variant-numeric: lining-nums; }
.navy .rail .no { color: #fff; }
.rail .title { font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.navy .rail .title { color: var(--on-navy-soft); }

.chapter h2 { font-size: clamp(2.2rem, 4.2vw, 4.2rem); line-height: .98; letter-spacing: -.04em; max-width: 14ch; }
.chapter h2.wide { max-width: 20ch; }
.intro { max-width: 36rem; margin-top: clamp(28px, 3vw, 44px); font-size: clamp(1.2rem, .6vw + 1.05rem, 1.45rem); line-height: 1.5; color: var(--ink-body); font-weight: 400; }
.navy .intro { color: var(--on-navy); }

/* 01 — the moment */
.situations { list-style: none; margin: clamp(36px, 4.5vw, 68px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--rule); }
.situations li:nth-child(odd) { padding-right: clamp(20px, 2.5vw, 40px); }
.situations li:nth-child(even) { padding-left: clamp(20px, 2.5vw, 40px); border-left: 1px solid var(--rule); }
.situations li { padding-block: 20px 22px; border-top: 1px solid var(--rule); font-size: clamp(1.25rem, 1.1vw + .9rem, 1.65rem); font-weight: 300; line-height: 1.3; color: var(--ink); letter-spacing: -.012em; }
.situations li b { font-style: italic; }
.situations-foot { margin-top: 40px; max-width: 40rem; color: var(--ink-soft); }

/* 02 — 2am */
.night { display: grid; gap: 0; margin-top: clamp(36px, 4.5vw, 68px); }
.night blockquote { margin: 0; padding: clamp(16px, 1.8vw, 24px) 0; border-top: 1px solid var(--rule-light); font-size: clamp(1.4rem, 2.1vw, 2.2rem); font-weight: 300; line-height: 1.2; letter-spacing: -.02em; color: #fff; }
.night blockquote:nth-child(even) { padding-left: clamp(0px, 12vw, 200px); }
.night blockquote::before { content: '“'; margin-right: .08em; color: var(--gold); font-weight: 700; font-style: italic; }
.night blockquote::after { content: '”'; color: var(--gold); font-weight: 700; font-style: italic; }
.night-close { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); margin-top: clamp(36px, 4.5vw, 68px); padding-top: 32px; border-top: 2px solid var(--gold); align-items: end; }
.night-close .big { font-size: clamp(1.5rem, 2.2vw, 2.2rem); font-weight: 300; line-height: 1.2; letter-spacing: -.02em; color: #fff; margin: 0; }
.night-close .big .bi { color: var(--gold); }

/* 03 — how I help */
.help-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.help-head figure { margin: 0; }
.help-head img { width: 100%; aspect-ratio: 597 / 725; object-fit: cover; }
.case { margin-top: clamp(44px, 5.5vw, 84px); border-top: 2px solid var(--rule-strong); }
.case-brief { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(24px, 4vw, 64px); padding-block: 28px 40px; border-bottom: 1px solid var(--rule); }
.case-brief .brief { font-size: clamp(1.4rem, 1.4vw + .9rem, 2rem); font-weight: 300; line-height: 1.3; letter-spacing: -.015em; color: var(--ink); }
.move { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, .9fr); gap: clamp(24px, 4vw, 64px); padding-block: clamp(28px, 3vw, 44px); border-bottom: 1px solid var(--rule); align-items: start; }
.move h3 { font-size: clamp(1.5rem, 1.5vw + 1rem, 2.2rem); font-weight: 700; font-style: italic; letter-spacing: -.03em; line-height: 1.05; }
.move h3 small { display: block; margin-bottom: 10px; font-size: .8rem; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.move .leave { padding-left: 18px; border-left: 2px solid var(--gold); font-size: .98rem; line-height: 1.45; }
.move .leave b { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; margin-bottom: 4px; }
.move .leave span { color: var(--ink); font-weight: 600; }
.case-note { margin-top: 18px; font-size: .88rem; color: var(--ink-soft); }
.also { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(24px, 4vw, 64px); margin-top: clamp(44px, 5.5vw, 76px); }
.also h3 { font-size: clamp(1.6rem, 2vw, 2.2rem); }
.also ul { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--rule); }
.also li { padding: 14px 0; border-top: 1px solid var(--rule); color: var(--ink); }

/* 04 — Cornelia */
.person { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 104px); align-items: start; }
.person figure { margin: 0; }
.then-now { position: relative; padding-bottom: 22%; margin-right: 16%; }
.then-now .now { width: 100%; aspect-ratio: 1104 / 1300; object-fit: cover; }
.then-now .then { position: absolute; right: -18%; bottom: 0; width: 46%; aspect-ratio: 3 / 4; object-fit: cover; border: clamp(6px, .8vw, 10px) solid var(--paper-2); box-shadow: 0 18px 40px -24px rgba(35, 38, 80, .45); }
.ladder { margin: 0 0 clamp(32px, 4vw, 56px); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 200; line-height: .95; letter-spacing: -.045em; color: var(--ink); }
.ladder .bi { display: block; margin-bottom: .18em; font-weight: 700; }
.ladder .roles { display: block; font-size: .56em; line-height: 1.05; letter-spacing: -.03em; color: var(--ink-soft); }
.pull { margin: clamp(36px, 4vw, 56px) 0; padding: 24px 0; border-top: 2px solid var(--gold); border-bottom: 1px solid var(--rule); font-size: clamp(1.5rem, 1.5vw + 1rem, 2.1rem); font-weight: 300; line-height: 1.22; letter-spacing: -.02em; color: var(--ink); }
.text-link { display: inline-flex; gap: 10px; color: var(--ink); font-weight: 700; font-style: italic; text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.text-link span { color: var(--gold); }

/* 05 — voices */
.voices { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: clamp(40px, 6vw, 104px); align-items: end; }
.voices figure { margin: 0; }
.voices blockquote { margin: 0; color: var(--ink); letter-spacing: -.025em; }
.voices .lg blockquote { font-size: clamp(1.7rem, 2.8vw, 2.8rem); font-weight: 300; line-height: 1.06; }
.voices .sm blockquote { font-size: clamp(1.4rem, 1.6vw, 1.8rem); font-weight: 300; line-height: 1.25; }
.voices blockquote p { margin: 0 0 .3em; }
.voices .bi { font-weight: 700; }
.voices figcaption { margin-top: 22px; padding-top: 12px; border-top: 1px solid var(--rule); }

/* 06 — fit + sidebar */
.fit { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(40px, 6vw, 104px); margin-top: clamp(32px, 4vw, 60px); align-items: start; }
.fit ol { list-style: none; margin: 0; padding: 0; counter-reset: fit; }
.fit li { counter-increment: fit; display: grid; grid-template-columns: 44px 1fr; padding: 18px 0; border-top: 1px solid var(--rule); }
.fit li::before { content: counter(fit); font-weight: 200; font-size: 1.6rem; line-height: 1.1; color: var(--ink); }
.fit li b { color: var(--ink); font-style: italic; }
.fit .not { margin-top: 32px; color: var(--ink-soft); font-size: 1rem; }
.sidebar { padding: clamp(28px, 3vw, 44px); background: var(--navy); color: var(--on-navy); }
.sidebar .folio { display: block; margin-bottom: 18px; color: var(--gold); }
.sidebar h3 { color: #fff; font-size: clamp(1.8rem, 2.4vw, 2.5rem); line-height: 1; margin-bottom: 20px; }
.sidebar h3 .bi { color: #fff; }
.sidebar p { color: var(--on-navy); }
.sidebar .text-link { color: #fff; margin-top: 12px; }

/* Close */
.close h2 { font-size: clamp(2.6rem, 5.6vw, 5.6rem); line-height: .94; letter-spacing: -.045em; max-width: 12ch; color: #fff; }
.close .bi { color: var(--gold); }
.close-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.close .referral { font-size: 1.1rem; font-style: italic; color: var(--on-navy-soft); margin-bottom: clamp(32px, 4vw, 56px); }
.close p { color: var(--on-navy); font-size: 1.2rem; }
.close .placeholder-note { margin-top: 14px; font-size: .85rem; color: var(--on-navy-soft); }

.footer { background: var(--navy-deep); color: var(--on-navy-soft); font-size: .9rem; }
.footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px 48px; padding-block: 56px 44px; }
.footer img { width: 170px; }
.footer-legal { display: grid; gap: 14px; max-width: 46rem; text-align: right; }
.footer-legal p { margin: 0; line-height: 1.6; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 28px; }
.footer a { color: var(--on-navy); text-decoration: none; }
.footer a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }

/* Responsive ------------------------------------------------------------ */
@media (max-width: 1000px) {
  .move { grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); }
  .move .leave { grid-column: 2; }
}
@media (max-width: 820px) {
  .masthead-top { grid-template-columns: 1fr auto; }
  .masthead-top .folio:first-child { display: none; }
  .contents { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
  .contents a { white-space: nowrap; padding-inline: 0 22px; }
  .chapter-grid, .standfirst { grid-template-columns: minmax(0, 1fr); }
  .rail-inner { position: static; grid-auto-flow: column; justify-content: start; align-items: baseline; gap: 14px; }
  .rail .no { font-size: 1.8rem; }
  .standfirst-body, .help-head, .case-brief, .also, .person, .voices, .fit, .night-close, .close-grid { grid-template-columns: minmax(0, 1fr); }
  .help-head figure { max-width: 320px; }
  .move { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .move .leave { grid-column: auto; }
  .situations { grid-template-columns: minmax(0, 1fr); grid-auto-rows: auto; }
  .situations li:nth-child(n) { padding-inline: 0; border-left: 0; }
  .also ul { grid-template-columns: minmax(0, 1fr); }
  .night blockquote:nth-child(even) { padding-left: 0; }
  .cover h1, .cover-image { grid-area: auto; }
  .cover h1 { margin: 0 0 28px; }
  .cover-image::after { display: none; }
  .cover-image img { aspect-ratio: 4 / 3; object-position: 68% 40%; }
}

/* Interior pages ---------------------------------------------------------- */
.contents a[aria-current='page'] { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 6px; text-decoration-thickness: 2px; }
.page-head { padding-block: clamp(32px, 4vw, 64px) clamp(44px, 5.5vw, 84px); }
.page-head h1 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; letter-spacing: -.045em; max-width: 15ch; }
.page-head .lede { max-width: 40rem; margin-top: clamp(24px, 3vw, 40px); font-size: clamp(1.25rem, .9vw + 1rem, 1.65rem); line-height: 1.3; font-weight: 300; letter-spacing: -.012em; color: var(--ink); }
.page-head .cover-meta { margin-top: clamp(40px, 5vw, 72px); }
.head-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: clamp(40px, 6vw, 104px); align-items: end; }
.head-split figure { margin: 0; }
.head-split img { width: 100%; aspect-ratio: 911 / 1160; object-fit: cover; object-position: 50% 20%; }

.entries { margin-top: clamp(32px, 4vw, 60px); border-top: 2px solid var(--rule-strong); }
.entry { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr); gap: clamp(24px, 4vw, 64px); padding-block: clamp(32px, 3.4vw, 52px); border-bottom: 1px solid var(--rule); }
.entry h3 { font-size: clamp(1.6rem, 1.8vw + 1rem, 2.5rem); font-weight: 700; font-style: italic; letter-spacing: -.03em; line-height: 1.04; }
.entry h3 small { display: block; margin-bottom: 10px; font-size: .8rem; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.prose { max-width: 38rem; }
.prose .intro:first-child { margin-top: 0; }
.prose h3 { margin: 1.8em 0 .5em; font-size: clamp(1.4rem, 1.2vw + 1rem, 1.9rem); font-weight: 700; font-style: italic; letter-spacing: -.025em; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 104px); align-items: start; margin-top: clamp(28px, 3.5vw, 52px); }

details.faq { border-bottom: 1px solid var(--rule); }
details.faq:first-of-type { border-top: 2px solid var(--rule-strong); }
details.faq summary { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; font-size: clamp(1.3rem, 1vw + 1rem, 1.7rem); font-weight: 300; letter-spacing: -.015em; color: var(--ink); line-height: 1.2; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: '+'; flex: none; color: var(--gold); font-weight: 300; font-size: 2rem; line-height: 1; transition: transform .25s ease; }
details.faq[open] summary::after { transform: rotate(45deg); }
details.faq > div { padding: 0 0 28px; max-width: 40rem; }

.story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 104px); align-items: start; }
.story blockquote { margin: 0 0 24px; font-size: clamp(1.6rem, 2.4vw, 2.4rem); font-weight: 300; line-height: 1.08; letter-spacing: -.03em; color: var(--ink); }
.story blockquote p { margin: 0 0 .25em; }
.story .bi { font-weight: 700; }
.story-meta { display: grid; gap: 26px; margin: 0; padding-top: 18px; border-top: 2px solid var(--rule-strong); }
.story-meta dt { margin-bottom: 6px; font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.story-meta dd { margin: 0; }
.story details.faq { margin-top: 32px; }

.enquiry { padding: clamp(28px, 3.4vw, 48px); background: var(--navy); color: var(--on-navy); }
.enquiry .folio { display: block; margin-bottom: 16px; color: var(--gold); }
.enquiry h2 { color: #fff; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; max-width: none; }
.enquiry p { color: var(--on-navy); margin-top: 18px; }
.enquiry .note { font-size: .88rem; color: var(--on-navy-soft); }
.enquiry .button { background: var(--gold); color: var(--navy); }
.enquiry .button span { color: var(--navy); }
.button[disabled] { cursor: not-allowed; opacity: .8; }

@media (max-width: 820px) {
  .head-split, .entry, .two-col, .story { grid-template-columns: minmax(0, 1fr); }
  .head-split figure { max-width: 340px; }
}
.flush { margin-top: 0; }

/* Client video testimonial */
.story-video { margin: 8px 0 0; }
.story-video video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: var(--navy-deep); }
.story-video .caption { margin-top: 10px; }
.voices .watch { display: inline-flex; margin-top: 18px; }

/* Enquiry form */
.enquiry-form { display: grid; gap: 18px; margin-top: 24px; }
.enquiry-form label { display: grid; gap: 6px; font-size: .92rem; font-weight: 600; color: #fff; }
.enquiry-form .hint { font-weight: 400; color: var(--on-navy-soft); }
.enquiry-form input[type=text], .enquiry-form input[type=email], .enquiry-form textarea { width: 100%; padding: 12px 14px; font: inherit; font-weight: 400; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: 0; }
.enquiry-form textarea { resize: vertical; min-height: 120px; }
.enquiry-form input:focus-visible, .enquiry-form textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.enquiry-form .check { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; color: var(--on-navy); }
.enquiry-form .check input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--gold); flex: none; }
.enquiry-form .actions { margin-top: 4px; }
.enquiry-form .note { margin-top: 0; }
.enquiry .hp { position: absolute; left: -9999px; }
.enquiry .alt { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--rule-light); }
.enquiry .alt a { color: #fff; font-weight: 700; font-style: italic; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.elsewhere { margin-top: 40px; color: var(--ink-soft); }
.elsewhere a { color: var(--ink); font-weight: 600; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.enquiry .note a { color: #fff; text-decoration-color: var(--gold); text-underline-offset: 3px; }

@media (max-width: 820px) {
  .footer-legal { text-align: left; }
  .footer-links { justify-content: flex-start; }
}

/* Privacy notice */
.legal ul { padding-left: 1.2em; }
.legal li { margin-bottom: .6em; }
.legal a { color: var(--ink); text-decoration-color: var(--gold); text-underline-offset: 3px; }
mark.tbc { background: none; color: inherit; outline: 2px dashed var(--gold); outline-offset: 2px; padding: 0 4px; }
