/* ══════════════════════════════════════════════════════
   ScotSafe Transport — own visual identity
   Palette: deep pine (safeguarding, Scottish landscape),
   heather violet, warm amber. Derived from their own
   cupped-hands-and-heart logo motif.
   Type: Newsreader (warm editorial serif) + Figtree (humanist sans).
   Concept build by ItsHandy.
   ══════════════════════════════════════════════════════ */

:root {
  /* core */
  --pine-900: #0a2521;
  --pine-800: #0f3430;
  --pine-700: #16473f;
  --pine-600: #1f5b50;
  --pine-500: #2d7466;
  --sage-300: #8fb3a8;
  --sage-100: #d9e5df;

  /* surfaces — cool oat, distinct from any paper-white */
  --shell: #f2f5f2;
  --shell-deep: #e6ece8;
  --card: #ffffff;

  /* accents */
  --heather: #6b4f86;
  --heather-soft: #ede7f3;
  --amber: #c87e33;
  --amber-soft: #f8eddf;

  /* ink */
  --ink: #12211e;
  --ink-soft: #45564f;
  --ink-mute: #6f817a;
  --line: #ccd8d2;

  --serif: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --sans: 'Figtree', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  --maxw: 1140px;
  --nav-h: 74px;
  --r: 3px;                 /* ScotSafe uses crisp square corners, not pills */
  --shadow: 0 1px 2px rgba(10,37,33,.05), 0 12px 30px -14px rgba(10,37,33,.18);
  --shadow-lg: 0 30px 70px -34px rgba(10,37,33,.5);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--shell);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.022em;
  color: var(--pine-900);
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2rem, 5.4vw, 3.7rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.15rem; }
/* Newsreader is reserved for quotes and italic accents only */
blockquote, .q-serif, .film-title h1 em { font-family: var(--serif); }
p { margin: 0 0 1.05em; }
a { color: var(--pine-600); }
a:hover { color: var(--heather); }
strong { font-weight: 600; }

img, video { max-width: 100%; display: block; }
:focus-visible { outline: 2.5px solid var(--amber); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(52px, 8vw, 96px) 0; }
.narrow { max-width: 74ch; }

.kicker {
  font-size: .71rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--pine-500); display: flex; align-items: center; gap: 9px; margin-bottom: 13px;
}
.kicker::before { content: ""; width: 22px; height: 3px; background: var(--amber); flex: none; }
.lede { font-size: clamp(1.02rem, 2.1vw, 1.2rem); color: var(--ink-soft); max-width: 58ch; }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* The identity signature: a stacked triple-heart rule, echoing the logo */
.hearts { display: flex; gap: 6px; align-items: flex-end; margin-bottom: 18px; }
.hearts i { width: 9px; height: 9px; background: var(--pine-500); display: block;
  clip-path: path('M4.5 9C4.5 9 0 6 0 3.1A2.6 2.6 0 0 1 4.5 1.4 2.6 2.6 0 0 1 9 3.1C9 6 4.5 9 4.5 9Z'); }
.hearts i:nth-child(2) { width: 13px; height: 13px; background: var(--amber);
  clip-path: path('M6.5 13C6.5 13 0 8.7 0 4.5A3.7 3.7 0 0 1 6.5 2 3.7 3.7 0 0 1 13 4.5C13 8.7 6.5 13 6.5 13Z'); }
.hearts i:nth-child(3) { background: var(--heather); }

.skip {
  position: absolute; left: -9999px; z-index: 999;
  background: var(--pine-900); color: #fff; padding: 13px 20px; font-weight: 600;
}
.skip:focus { left: 0; top: 0; }

/* ── Alert bar ───────────────────────────────── */
.urgent {
  background: var(--pine-900); color: #cfe0da; font-size: .84rem;
  position: relative; z-index: 210;
}
.urgent .wrap { display: flex; gap: 12px; align-items: center; justify-content: center;
  padding-block: 8px; text-align: center; flex-wrap: wrap; }
.urgent strong { color: #fff; }
.urgent a { color: var(--amber); font-weight: 700; text-decoration: none; }
.urgent a:hover { color: #fff; text-decoration: underline; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); flex: none;
  box-shadow: 0 0 0 0 rgba(200,126,51,.7); animation: dot 2.4s infinite; }
@keyframes dot { 70% { box-shadow: 0 0 0 9px rgba(200,126,51,0) } 100% { box-shadow: 0 0 0 0 rgba(200,126,51,0) } }

/* ── Header: solid institutional bar, squared ─── */
.site-head {
  position: sticky; top: 0; z-index: 200;
  background: rgba(242,245,242,.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; gap: 20px; min-height: var(--nav-h); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand svg { width: 36px; height: 36px; flex: none; }
.brand-txt { line-height: 1.05; }
.brand-name { font-family: var(--sans); font-size: 1.1rem; font-weight: 800; color: var(--pine-900); letter-spacing: -.01em; display: block; }
.brand-sub { font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .17em;
  text-transform: uppercase; color: var(--pine-500); display: block; margin-top: 2px; }

.nav { display: flex; align-items: center; gap: 1px; }
.nav a {
  font-size: .89rem; font-weight: 500; color: var(--ink-soft); text-decoration: none;
  padding: 10px 12px; min-height: 40px; display: inline-flex; align-items: center;
  border-bottom: 2px solid transparent;
  transition: color .16s, border-color .16s;
}
.nav a:hover { color: var(--pine-700); border-bottom-color: var(--amber); }
.nav a[aria-current="page"] { color: var(--pine-800); border-bottom-color: var(--pine-600); font-weight: 600; }
.nav a.btn { border-bottom: 0; }
.nav a.btn:hover { border-bottom: 0; }
/* buttons in the nav keep their own colours; do not inherit link ink */
.nav a.btn-amber { color: #23150a; }
.nav a.btn-amber:hover { background: #b06f2a; color: #fff; }

.burger { display: none; background: none; border: 1px solid var(--line); padding: 9px 10px; cursor: pointer; border-radius: var(--r); font-family: var(--sans); }
button, input, select, textarea { font-family: var(--sans); }
.burger span { display: block; width: 19px; height: 2px; background: var(--pine-900); margin: 4px 0; }

/* ── Buttons: squared, confident ─────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-size: .92rem; font-weight: 600;
  padding: 13px 22px; border-radius: var(--r); border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap; min-height: 46px;
  transition: background .16s, border-color .16s, color .16s, transform .16s;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 17px; height: 17px; flex: none; }
.btn-pine { background: var(--pine-700); color: #fff; }
.btn-pine:hover { background: var(--pine-800); color: #fff; }
.btn-amber { background: var(--amber); color: #23150a; }
.btn-amber:hover { background: #b06f2a; color: #fff; }
.btn-line { border-color: var(--line); color: var(--pine-800); background: var(--card); }
.btn-line:hover { border-color: var(--pine-600); color: var(--pine-800); }
.btn-ghost-l { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.1); }
.btn-ghost-l:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn-lg { padding: 15px 26px; font-size: .97rem; min-height: 52px; }

/* ══════════ SCROLL FILM ══════════ */
.film { position: relative; height: 340svh; }
.film-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; background: var(--pine-900); }
.film-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: opacity; }
.film-veil {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10,37,33,.66) 0%, rgba(10,37,33,.2) 32%, rgba(10,37,33,.34) 60%, rgba(10,37,33,.88) 100%),
    linear-gradient(90deg, rgba(10,37,33,.72) 0%, rgba(10,37,33,.2) 60%, transparent 100%);
}
.film-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.film-copy {
  position: absolute; inset: 0; z-index: 3; display: flex; align-items: center;
  padding-top: var(--nav-h); padding-bottom: 100px;
}
.film-copy .wrap { width: 100%; }
.film-title { max-width: 640px; color: #fff; }
.film-title .kicker { color: var(--amber); }
.film-title h1 { color: #fff; margin-bottom: .4em; font-size: clamp(1.9rem, min(4vw, 6.4svh), 3.3rem); }
.film-title h1 em { font-style: italic; color: #f2c68b; }
.film-title p { color: rgba(255,255,255,.86); font-size: clamp(.98rem, 1.9vw, 1.1rem); max-width: 40ch; }
.film-cta { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.film-title .hearts i { background: rgba(255,255,255,.55); }
.film-title .hearts i:nth-child(2) { background: var(--amber); }
.film-title .hearts i:nth-child(3) { background: #b79ccb; }

.beats { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.beat { position: absolute; left: 0; right: 0; bottom: clamp(70px, 12vh, 116px);
  opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease; }
.beat.on { opacity: 1; transform: none; }
.beat-inner { max-width: 32ch; border-left: 2px solid var(--amber); padding-left: 16px; }
.beat-n { font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--amber); display: block; margin-bottom: 6px; }
.beat-t { font-family: var(--sans); font-weight: 700; font-size: clamp(1.08rem, 2.6vw, 1.5rem); color: #fff; line-height: 1.28; margin: 0; letter-spacing: -.01em; }

.film-cue { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 4;
  font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6);
  display: flex; flex-direction: column; align-items: center; gap: 6px; transition: opacity .4s; }
.film-cue i { width: 1px; height: 20px; background: rgba(255,255,255,.45); animation: cue 2s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: scaleY(.4); transform-origin: top; opacity: .3 } 50% { transform: scaleY(1); opacity: .85 } }

.film-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; z-index: 5; background: rgba(255,255,255,.16); }
.film-bar i { display: block; height: 100%; width: 0; background: var(--amber); }

/* ── Page hero (inner pages) ─────────────────── */
.phero { background: var(--pine-900); color: #d3e2dc; padding: clamp(44px,7vw,78px) 0; }
.phero h1 { color: #fff; }
.phero .kicker { color: var(--amber); }
.phero .lede { color: #a9c2ba; }
.phero .hearts i { background: rgba(255,255,255,.5); }
.phero .hearts i:nth-child(2) { background: var(--amber); }
.phero .hearts i:nth-child(3) { background: #b79ccb; }

/* ── Pull quote ──────────────────────────────── */
.pull { background: var(--pine-800); color: #d3e2dc; }
.pull .wrap { padding-block: clamp(44px, 6.5vw, 80px); }
.pull .kicker { color: var(--amber); }
.pull blockquote { margin: 0; font-family: var(--serif); font-style: italic;
  font-size: clamp(1.28rem, 3.2vw, 2rem); line-height: 1.34; color: #fff; max-width: 34ch; }
.pull cite { display: block; margin-top: 16px; font-style: normal; font-size: .81rem;
  color: #93aca4; font-family: var(--sans); }

/* ── Facts ───────────────────────────────────── */
.facts { background: var(--card); border-block: 1px solid var(--line); }
.facts .wrap { display: grid; grid-template-columns: repeat(4,1fr); padding-block: 26px; }
.fact { text-align: center; border-right: 1px solid var(--line); padding: 4px 10px; }
.fact:last-child { border-right: 0; }
.fact b { display: block; font-family: var(--sans); font-size: clamp(1.4rem,3.2vw,2rem);
  font-weight: 800; color: var(--pine-700); line-height: 1.1; }
.fact span { font-size: .76rem; color: var(--ink-mute); }

/* ── Cards ───────────────────────────────────── */
.grid { display: grid; gap: 16px; }
.g2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.g3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.split { grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 26px; align-items: start; }
.split-team { grid-template-columns: minmax(0,320px) minmax(0,1fr); gap: 30px; align-items: start; }

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 22px; }
.card h3 { margin-bottom: .4em; }
.card p { margin: 0 0 .8em; color: var(--ink-soft); font-size: .95rem; }
.card p:last-child { margin-bottom: 0; }
.card .ico { color: var(--pine-600); margin-bottom: 13px; }
.card .ico svg { width: 26px; height: 26px; }
/* accent top edge, rotating through the palette */
.card.acc { border-top: 3px solid var(--pine-600); }
.card.acc-a { border-top: 3px solid var(--amber); }
.card.acc-h { border-top: 3px solid var(--heather); }

/* ── Steps ───────────────────────────────────── */
.steps { border-top: 1px solid var(--line); counter-reset: s; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.step b { counter-increment: s; font-family: var(--sans); font-size: .95rem; font-weight: 800;
  color: var(--pine-700); width: 38px; height: 38px; border: 1px solid var(--line);
  display: grid; place-items: center; background: var(--card); }
.step b::before { content: counter(s, decimal-leading-zero); }
.step h3 { margin-bottom: .2em; }
.step p { margin: 0; color: var(--ink-soft); font-size: .94rem; }
.step .t { font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--amber); }

/* ── People ──────────────────────────────────── */
.person { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.person-img { aspect-ratio: 1/1; background: var(--sage-100); overflow: hidden; }
.person-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person-body { padding: 22px; }
.person .r { font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--pine-500); }
.person h3 { margin: 3px 0 .45em; font-size: 1.3rem; }
.person p { font-size: .94rem; color: var(--ink-soft); }
.facts-list { list-style: none; padding: 0; margin: 14px 0 0; border-top: 1px solid var(--line); padding-top: 14px; }
.facts-list li { font-size: .88rem; color: var(--ink-soft); padding-left: 20px; position: relative; margin-bottom: 6px; }
.facts-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; background: var(--heather);
  clip-path: path('M4.5 9C4.5 9 0 6 0 3.1A2.6 2.6 0 0 1 4.5 1.4 2.6 2.6 0 0 1 9 3.1C9 6 4.5 9 4.5 9Z');
}

/* ── Quotes / testimonials ───────────────────── */
.quote { background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--heather);
  border-radius: var(--r); padding: 24px 26px; }
.quote h3 { font-size: 1.08rem; color: var(--heather); margin-bottom: .4em; }
.quote p { font-family: var(--serif); font-style: italic; font-size: 1.1rem; line-height: 1.48; color: var(--pine-800); margin: 0 0 .6em; }
.quote footer { font-size: .82rem; color: var(--ink-mute); font-family: var(--sans); }

/* ── News ────────────────────────────────────── */
.post { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: grid; gap: 6px; }
.post time { font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--amber); }
.post p { margin: 0; color: var(--ink-soft); }
.post .by { font-size: .8rem; color: var(--ink-mute); }

/* ── Pills ───────────────────────────────────── */
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.pills span { border: 1px solid var(--line); background: var(--card); border-radius: 999px;
  padding: 7px 15px; font-size: .85rem; color: var(--ink-soft); }

/* ── Forms ───────────────────────────────────── */
.fcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); }
.fcard-in { padding: clamp(20px,3vw,30px); }
fieldset { border: 0; padding: 0; margin: 0 0 26px; }
legend {
  font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--pine-700); margin-bottom: 15px; padding: 0 0 9px; width: 100%;
  border-bottom: 1px solid var(--line);
}
.field { margin-bottom: 15px; }
.field label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 6px; color: var(--pine-900); }
.field .h { font-weight: 400; color: var(--ink-mute); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: .95rem; color: var(--ink);
  padding: 12px 13px; border: 1.5px solid var(--line); border-radius: var(--r); background: var(--shell);
  transition: border-color .16s, box-shadow .16s, background .16s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--pine-600); background: #fff; box-shadow: 0 0 0 3px rgba(45,116,102,.15);
}
.field textarea { min-height: 104px; resize: vertical; }
.field input[type=file] { padding: 10px; background: var(--shell); font-size: .88rem; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.three { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.hp { position: absolute; left: -9999px; }

.checks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--ink-soft);
  padding: 9px 10px; border: 1px solid var(--line); border-radius: var(--r); background: var(--shell); min-height: 44px; }
.check input { width: 20px; height: 20px; margin: 1px 0 0; flex: none; accent-color: var(--pine-600); }
.check label { cursor: pointer; }

.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .86rem; color: var(--ink-soft);
  margin: 20px 0; padding: 15px; background: var(--amber-soft); border: 1px solid #e8d5bc; border-radius: var(--r); }
.consent input { width: 24px; height: 24px; margin-top: 0; flex: none; accent-color: var(--pine-600); }
.fnote { background: var(--shell-deep); border-top: 1px solid var(--line); padding: 16px clamp(20px,3vw,30px);
  font-size: .8rem; color: var(--ink-mute); }
.fnote svg { width: 15px; height: 15px; color: var(--pine-600); vertical-align: -2px; margin-right: 6px; }

/* ── Contact rows ────────────────────────────── */
.crow { display: flex; gap: 13px; align-items: flex-start; border: 1px solid var(--line);
  background: var(--card); border-radius: var(--r); padding: 16px 18px; margin-bottom: 11px; text-decoration: none; }
.crow .ico { color: var(--pine-600); flex: none; }
.crow .ico svg { width: 19px; height: 19px; }
.crow .k { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); display: block; }
.crow .v { font-size: 1rem; font-weight: 600; color: var(--pine-900); }

/* ── Footer ──────────────────────────────────── */
.site-foot { background: var(--pine-900); color: #9ab5ad; padding: 48px 0 22px; font-size: .87rem; }
.site-foot h4 { color: #fff; font-family: var(--sans); font-size: .69rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; margin: 0 0 12px; }
.site-foot a { color: #c5d8d1; text-decoration: none; display: inline-block; min-height: 30px; line-height: 30px; }
.site-foot a:hover { color: #fff; text-decoration: underline; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 32px; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 3px; }
.foot-end { margin-top: 36px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .78rem; color: #7d9791; align-items: center; }
.foot-end a { min-height: 32px; line-height: 32px; }

main p a, main li a { display: inline-block; min-height: 30px; line-height: 1.55; padding-block: 4px; }

/* ── Reveal ──────────────────────────────────── */
.rv { opacity: 0; transform: translateY(20px); transition: opacity .75s cubic-bezier(.2,.6,.2,1), transform .75s cubic-bezier(.2,.6,.2,1); }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .07s } .rv.d2 { transition-delay: .14s } .rv.d3 { transition-delay: .21s }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .beat { opacity: 1 !important; transform: none !important; }
  .film { height: 100svh !important; }
  .film-cue, .film-bar, .beats { display: none; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* ══════════ RESPONSIVE ══════════ */
@media (max-width: 1000px) {
  .g3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .burger { display: block; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--shell); border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 40px -18px rgba(10,37,33,.4);
    padding: 8px 16px 18px; display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 4px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .nav a:last-of-type { border-bottom: 0; }
  .nav a.btn { margin-top: 12px; justify-content: center; }
  .site-head .wrap { position: relative; }

  .film { height: 460svh; }
  .film-copy { align-items: flex-start; padding-top: 15svh; padding-bottom: 84px; }
  .film-title { max-width: none; }
  .film-title h1 { font-size: clamp(1.8rem, 7.2vw, 2.5rem); }
  .beat { bottom: clamp(56px, 10vh, 88px); }
  .beat-inner { max-width: 27ch; }

  .g2, .g3 { grid-template-columns: 1fr; }
  .split, .split-team { grid-template-columns: 1fr; }
  .two, .three { grid-template-columns: 1fr; }
  .facts .wrap { grid-template-columns: 1fr 1fr; gap: 14px; }
  .fact:nth-child(2) { border-right: 0; }
  .step { grid-template-columns: 38px 1fr; gap: 14px; }
  .checks { grid-template-columns: 1fr; }
  .person-img { aspect-ratio: 1/1; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 18px; }
  .brand-name { font-size: 1.02rem; }
  .film-cta { flex-direction: column; align-items: stretch; }
  .film-cta .btn { width: 100%; }
  .film-cue { display: none; }
  .facts .wrap { grid-template-columns: 1fr; gap: 0; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); padding-block: 12px;
    text-align: left; display: flex; align-items: baseline; gap: 12px; }
  .fact:last-child { border-bottom: 0; }
  .fact b { font-size: 1.3rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ── Sticky mobile call bar: 24/7 service, one thumb ── */
.callbar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  background: var(--pine-900); border-top: 1px solid rgba(255,255,255,.15);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 10px;
}
.callbar a { min-height: 48px; font-size: .95rem; padding-inline: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
@media (max-width: 400px) {
  .callbar a { font-size: .82rem; gap: 5px; }
  .callbar a svg { width: 14px; height: 14px; }
}
@media (max-width: 860px) {
  .callbar { display: grid; }
  body { padding-bottom: 74px; }
  .site-foot { padding-bottom: 40px; }
}

/* ── FAQ accordion ── */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 14px;
  align-items: center; padding: 18px 2px; font-weight: 700; color: var(--pine-900); font-size: 1.02rem;
  min-height: 48px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--amber); flex: none;
  width: 30px; height: 30px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: var(--r); transition: transform .2s;
}
.faq details[open] summary::after { content: "\2212"; }
.faq .fa-body { padding: 0 2px 20px; color: var(--ink-soft); max-width: 68ch; }
.faq .fa-body p { margin: 0 0 .8em; }
.faq .fa-body p:last-child { margin: 0; }

/* ── Journey status tracker (concept demo) ── */
#tracker { display: flex; flex-direction: column; }
.tstep { display: grid; grid-template-columns: 22px 1fr; gap: 14px; position: relative; padding-bottom: 26px; }
.tstep:last-child { padding-bottom: 0; }
.tstep::before {
  content: ""; position: absolute; left: 10px; top: 22px; bottom: 0; width: 2px;
  background: var(--line);
}
.tstep:last-child::before { display: none; }
.tdot {
  width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line);
  background: var(--card); position: relative; z-index: 1; transition: background .2s, border-color .2s;
}
.tstep.done .tdot { background: var(--pine-600); border-color: var(--pine-600); }
.tstep.done::before { background: var(--pine-600); }
.tstep.active .tdot { background: var(--amber); border-color: var(--amber); box-shadow: 0 0 0 4px var(--amber-soft); }
.tt { display: block; font-weight: 700; color: var(--pine-900); font-size: .98rem; margin-bottom: 2px; }
.tstep:not(.done):not(.active) .tt { color: var(--ink-mute); }
.td { display: block; font-size: .86rem; color: var(--ink-soft); }
.tstep:not(.done):not(.active) .td { color: var(--ink-mute); }
#prevStage:disabled, #nextStage:disabled { opacity: .4; cursor: not-allowed; transform: none; }

@media (max-width: 620px) {
  .commtable, .commtable tbody, .commtable tr, .commtable td { display: block; width: 100% !important; }
  .commtable tr { border-bottom: 1px solid var(--line); padding-bottom: 8px; margin-bottom: 8px; }
  .commtable tr:last-child { border-bottom: 0; }
  .commtable td:first-child { padding-bottom: 2px !important; border-bottom: 0 !important; }
  .commtable td { border-bottom: 0 !important; padding: 3px 0 !important; }
}
