/* =====================================================================
   Simon Holmsgaard Transport ApS — design system
   Navy / red / white. Barlow Condensed (display) + Barlow (body).
   Light theme. One radius scale, restrained shadows, restrained motion.
   ===================================================================== */

/* ---------- Self-hosted fonts (latin subset, incl. æ ø å) ---------- */
@font-face{font-family:"Barlow";font-style:normal;font-weight:400;font-display:swap;
  src:url("/assets/fonts/barlow-400.woff2") format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-weight:500;font-display:swap;
  src:url("/assets/fonts/barlow-500.woff2") format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-weight:600;font-display:swap;
  src:url("/assets/fonts/barlow-600.woff2") format("woff2")}
@font-face{font-family:"Barlow";font-style:normal;font-weight:700;font-display:swap;
  src:url("/assets/fonts/barlow-700.woff2") format("woff2")}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:600;font-display:swap;
  src:url("/assets/fonts/barlow-condensed-600.woff2") format("woff2")}
@font-face{font-family:"Barlow Condensed";font-style:normal;font-weight:700;font-display:swap;
  src:url("/assets/fonts/barlow-condensed-700.woff2") format("woff2")}

/* ---------- Design tokens ---------- */
:root{
  /* brand navy scale */
  --navy:#103356; --navy-900:#0c2842; --navy-950:#081a2b;
  --navy-700:#1a548e; --navy-100:#e7f0f8; --navy-50:#f3f7fc;
  /* brand red */
  --red:#c1272d; --red-hover:#a21f25; --red-ink:#8c1d20; --red-bright:#cb2a2f;
  /* neutrals */
  --ink:#16202e; --muted:#5c6570; --line:#dfe3e8; --line-strong:#c9ced6;
  --grey-50:#f7f8f9; --bg:#ffffff; --bg-alt:#f5f6f8; --white:#ffffff;
  --on-navy:#ffffff; --on-navy-muted:#b7c3d2;

  /* type */
  --font-body:"Barlow",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-head:"Barlow Condensed","Barlow",system-ui,sans-serif;
  --step--1:clamp(.82rem,.79rem+.12vw,.9rem);
  --step-0:1.0625rem;
  --step-1:clamp(1.15rem,1.08rem+.35vw,1.35rem);
  --step-2:clamp(1.45rem,1.3rem+.75vw,1.9rem);
  --step-3:clamp(1.85rem,1.55rem+1.5vw,2.75rem);
  --step-4:clamp(2.35rem,1.8rem+2.8vw,4rem);

  /* spacing */
  --sp-1:.25rem; --sp-2:.5rem; --sp-3:.75rem; --sp-4:1rem; --sp-5:1.5rem;
  --sp-6:2rem; --sp-8:3rem; --sp-10:4rem; --sp-12:6rem;
  --section-y:clamp(3.5rem,7vw,6.5rem);

  --container:1200px; --measure:68ch;
  --r-sm:3px; --r:5px; --r-lg:8px;
  --sh-1:0 1px 2px rgba(8,26,43,.08),0 1px 1px rgba(8,26,43,.05);
  --sh-2:0 14px 40px -18px rgba(8,26,43,.42);
  --header-h:66px;
}

/* ---------- Reset / base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;font-family:var(--font-body);font-size:var(--step-0);line-height:1.65;
  color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;overflow-x:hidden}
img,picture,svg,video{display:block;max-width:100%}
img{height:auto}
a{color:var(--red-ink);text-underline-offset:.15em}
a:hover{color:var(--red-hover)}
strong,b{font-weight:600}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:700;line-height:1.05;
  margin:0 0 .5em;color:var(--navy);letter-spacing:.005em}
h1{font-size:var(--step-4)}
h2{font-size:var(--step-3)}
h3{font-size:var(--step-2);font-weight:600}
h4{font-size:var(--step-1);font-weight:600}
p{margin:0 0 1rem;max-width:var(--measure)}
ul,ol{margin:0 0 1rem;padding-left:1.25rem}
li{margin:.3rem 0}
hr{border:0;border-top:1px solid var(--line);margin:var(--sp-6) 0}
:focus-visible{outline:3px solid var(--red-bright);outline-offset:2px;border-radius:2px}

/* ---------- Helpers ---------- */
.container{width:100%;max-width:var(--container);margin-inline:auto;
  padding-inline:clamp(1rem,4vw,2rem)}
.section{padding-block:var(--section-y)}
.section--alt{background:var(--bg-alt)}
.section--navy{background:var(--navy);color:var(--on-navy)}
.section--navy h1,.section--navy h2,.section--navy h3{color:#fff}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.lead{font-size:var(--step-1);color:var(--ink);max-width:60ch;line-height:1.5}
.section--navy .lead{color:#e6ecf3}
.muted{color:var(--muted)}
.section--navy .muted{color:var(--on-navy-muted)}
.eyebrow{font-family:var(--font-head);font-weight:600;text-transform:uppercase;
  letter-spacing:.12em;font-size:var(--step--1);color:var(--red-ink);margin:0 0 .75rem}
.section--navy .eyebrow{color:#e08b8e}
.text-narrow{max-width:62ch}
.stack>*+*{margin-top:1rem}
.skip-link{position:absolute;left:0;top:-60px;background:var(--navy);color:#fff;
  padding:.6rem 1rem;z-index:200;transition:top .15s}
.skip-link:focus{top:0;color:#fff}

/* ---------- Icons ---------- */
.ico{width:1.25em;height:1.25em;flex:none;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;vertical-align:-.18em}
.ico--lg{width:1.75rem;height:1.75rem}

/* ---------- Buttons ---------- */
.btn{--btn-bg:var(--navy);--btn-fg:#fff;display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--font-head);font-weight:600;font-size:1.05rem;letter-spacing:.01em;
  line-height:1;padding:.85rem 1.35rem;border-radius:var(--r);border:2px solid transparent;
  background:var(--btn-bg);color:var(--btn-fg);cursor:pointer;text-decoration:none;
  white-space:nowrap;transition:background-color .16s ease,transform .06s ease,border-color .16s ease}
.btn:hover{color:#fff;transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn-red{--btn-bg:var(--red)}
.btn-red:hover{background:var(--red-hover)}
.btn-navy{--btn-bg:var(--navy)}
.btn-navy:hover{background:var(--navy-900)}
.btn-outline{background:transparent;color:var(--navy);border-color:var(--line-strong)}
.btn-outline:hover{background:var(--navy);color:#fff;border-color:var(--navy);transform:translateY(-1px)}
.section--navy .btn-outline,.hero .btn-outline,.page-hero .btn-outline,.panel .btn-outline{color:#fff;border-color:rgba(255,255,255,.5)}
.section--navy .btn-outline:hover,.hero .btn-outline:hover,.page-hero .btn-outline:hover,.panel .btn-outline:hover{background:#fff;color:var(--navy);border-color:#fff}
.btn-lg{font-size:1.2rem;padding:1rem 1.6rem}
.btn-block{display:flex;justify-content:center;width:100%}
.link-arrow{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;
  font-family:var(--font-head);text-decoration:none;color:var(--red-ink)}
.link-arrow .ico{width:1.1em;height:1.1em}
.link-arrow:hover{color:var(--red-hover)}
.link-arrow:hover .ico{transform:translateX(2px)}
.link-arrow .ico{transition:transform .16s ease}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:100;background:#fff;
  border-bottom:1px solid var(--line)}
.site-header.is-scrolled{box-shadow:var(--sh-1)}
.header-inner{display:flex;align-items:center;justify-content:space-between;
  gap:1rem;min-height:var(--header-h)}
.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--navy);
  font-family:var(--font-head);font-weight:700;font-size:1.28rem;line-height:1;letter-spacing:.01em}
.brand__mark{width:38px;height:38px;flex:none}
.brand__name{display:flex;flex-direction:column}
.brand__name span{font-weight:600;color:var(--navy)}
.brand__name strong{color:var(--red);font-weight:700;letter-spacing:.02em;text-transform:uppercase;font-size:.78em}
.nav-desktop{display:none}
.nav-desktop ul{display:flex;gap:.35rem;list-style:none;margin:0;padding:0}
.nav-desktop a{display:inline-block;font-family:var(--font-head);font-weight:600;
  font-size:1.05rem;color:var(--navy);text-decoration:none;padding:.5rem .7rem;border-radius:var(--r-sm);
  position:relative}
.nav-desktop a:hover{color:var(--red-ink);background:var(--navy-50)}
.nav-desktop a[aria-current="page"]{color:var(--red-ink)}
.nav-desktop a[aria-current="page"]::after{content:"";position:absolute;left:.7rem;right:.7rem;
  bottom:.25rem;height:2px;background:var(--red)}
.header-actions{display:flex;align-items:center;gap:.5rem}
.header-call{display:none}
.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;
  padding:0;background:transparent;border:1px solid var(--line-strong);border-radius:var(--r);
  color:var(--navy);cursor:pointer}
.nav-toggle .ico{width:1.6rem;height:1.6rem}
.nav-toggle .ico-x{display:none}
body.nav-open .nav-toggle .ico-menu{display:none}
body.nav-open .nav-toggle .ico-x{display:block}
.nav-toggle:hover{background:var(--navy-50)}

/* mobile nav panel */
.mobile-nav{position:fixed;inset:var(--header-h) 0 0;background:#fff;z-index:99;
  padding:1.25rem clamp(1rem,4vw,2rem) 2rem;overflow-y:auto;
  display:flex;flex-direction:column;gap:.25rem;
  border-top:1px solid var(--line)}
.mobile-nav[hidden]{display:none}
.mobile-nav a.m-link{font-family:var(--font-head);font-weight:600;font-size:1.5rem;color:var(--navy);
  text-decoration:none;padding:.85rem .25rem;border-bottom:1px solid var(--line)}
.mobile-nav a.m-link[aria-current="page"]{color:var(--red-ink)}
.mobile-nav a.m-link:hover{color:var(--red-ink)}
.mobile-nav .btn{margin-top:1.25rem}
.mobile-nav__meta{margin-top:auto;padding-top:1.5rem;color:var(--muted);font-size:var(--step--1)}
body.nav-open{overflow:hidden}

/* ---------- Hero (Forside) ---------- */
.hero{position:relative;background:var(--navy-950);color:#fff;overflow:hidden;
  display:flex;flex-direction:column;justify-content:center;
  min-height:clamp(29rem,calc(16rem + 24vw),40rem)}
.hero__media{position:absolute;inset:0;z-index:0}
.hero__media picture{display:block;width:100%;height:100%}
/* Customer's own wide landscape photo (2048x766, sky pre-cropped) shown with cover at its
   own scale — no baked zoom, no transform. object-position centres it; the wide hero box
   crops only a thin band, so both trucks read and the main Volvo sits centre-right. */
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;transform:none}
.hero__scrim{position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(8,26,43,.9) 0%,rgba(8,26,43,.74) 40%,rgba(8,26,43,.4) 66%,rgba(8,26,43,.26) 100%)}
@media (max-width:640px){
  /* Portrait phone box crops the photo's sides — steer a touch right so the main (right)
     Volvo is the subject rather than the gap between the two trucks. */
  .hero__media img{object-position:58% 50%}
  .hero__scrim{background:linear-gradient(180deg,rgba(8,26,43,.88) 0%,rgba(8,26,43,.74) 32%,rgba(8,26,43,.46) 64%,rgba(8,26,43,.34) 100%)}
}
.hero__inner{position:relative;z-index:2;padding-block:clamp(2.5rem,6vw,4rem);
  max-width:44rem}
.hero h1{color:#fff;margin-bottom:1rem;text-wrap:balance;text-shadow:0 1px 14px rgba(8,26,43,.5)}
.hero p{text-shadow:0 1px 10px rgba(8,26,43,.45)}
.hero p{color:#e7edf4;font-size:var(--step-1);line-height:1.5;max-width:40ch}
/* Keep the CTA labels crisp over the photo's bright light/chrome patches (same idiom as h1/p) */
.hero .btn{text-shadow:0 1px 5px rgba(8,26,43,.55)}
.hero .btn-outline:hover{text-shadow:none}
.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem;align-items:center}

/* red keyline heading accent */
.kl-head{position:relative;padding-top:1.1rem;margin-bottom:1.5rem}
.kl-head::before{content:"";position:absolute;top:0;left:0;width:52px;height:4px;background:var(--red)}

/* ---------- Service list (editorial, not a 6-card grid) ---------- */
.svc{display:grid;gap:2.5rem}
.svc__intro{max-width:60ch}
.svc-list{list-style:none;margin:0;padding:0;display:grid;gap:0;
  border-top:1px solid var(--line)}
.svc-list li{margin:0;display:grid;grid-template-columns:auto 1fr;gap:1rem;
  padding:1.15rem .25rem;border-bottom:1px solid var(--line);align-items:start}
.svc-list .ico{width:1.6rem;height:1.6rem;color:var(--red);margin-top:.15rem}
.svc-list h3{margin:0 0 .15rem;font-size:var(--step-1)}
.svc-list p{margin:0;color:var(--muted);max-width:60ch}
@media (min-width:800px){
  .svc-list{grid-template-columns:1fr 1fr;column-gap:2.5rem}
  .svc-list li:nth-last-child(2):nth-child(odd){border-bottom:1px solid var(--line)}
}

/* two-up feature (photo + text) */
.feature{display:grid;gap:1.75rem;align-items:center}
.feature__media img{width:100%;border-radius:var(--r-lg);box-shadow:var(--sh-1)}
@media (min-width:820px){
  .feature{grid-template-columns:1.05fr 1fr;gap:3rem}
  .feature--reverse .feature__media{order:2}
  /* portrait establishing photo (Skovl Selv) — cap height so the tall portrait sits
     balanced beside its text on wider screens; stacks full-width below 820px. */
  .feature__media--portrait img{width:auto;max-width:100%;max-height:33rem;margin-inline:auto}
}

/* full-width photo band (Om os, Lastbilshow) — same imagery treatment as .feature__media */
.showcase{margin:0}
.showcase img{width:100%;border-radius:var(--r-lg);box-shadow:var(--sh-1)}
.showcase figcaption{margin-top:.85rem;color:var(--muted);font-size:var(--step--1)}

/* facts row (no floating cards) */
.facts{display:grid;gap:0;border-block:1px solid var(--line);
  grid-template-columns:1fr}
.facts>div{padding:1.1rem .25rem;display:flex;gap:.75rem;align-items:baseline}
.facts>div+div{border-top:1px solid var(--line)}
.facts .ico{color:var(--red);width:1.4rem;height:1.4rem;align-self:center}
.facts b{font-family:var(--font-head);font-weight:600;font-size:1.15rem;color:var(--navy)}
@media (min-width:760px){
  .facts{grid-template-columns:repeat(3,1fr)}
  .facts>div+div{border-top:0;border-left:1px solid var(--line)}
  .facts>div{padding:.25rem 1.5rem;flex-direction:column;gap:.35rem}
}

/* highlight panel (restrained) */
.panel{background:var(--navy);color:#fff;border-radius:var(--r-lg);
  padding:clamp(1.5rem,4vw,2.75rem)}
.panel h2,.panel h3{color:#fff}
.panel p{color:#e2e9f1}

/* ---------- Info list / table (Om os) ---------- */
.info-list{margin:0;display:grid;grid-template-columns:1fr;border-top:1px solid var(--line)}
.info-list div{display:grid;grid-template-columns:1fr;gap:.1rem;padding:.85rem 0;
  border-bottom:1px solid var(--line)}
.info-list dt{font-family:var(--font-head);font-weight:600;color:var(--muted);
  text-transform:uppercase;letter-spacing:.01em;font-size:var(--step--1)}
.info-list dd{margin:0;font-size:1.1rem;color:var(--ink)}
@media (min-width:560px){
  .info-list div{grid-template-columns:14rem 1fr;gap:1rem;align-items:baseline}
  .info-list dd{font-size:1.15rem}
}

/* ---------- Materials list (Skovl Selv) ---------- */
.materials{list-style:none;margin:0;padding:0;columns:2;column-gap:2.5rem}
.materials li{margin:0;padding:.6rem 0;border-bottom:1px solid var(--line);
  break-inside:avoid;font-size:1.1rem;display:flex;align-items:baseline;gap:.6rem}
.materials li::before{content:"";width:8px;height:8px;background:var(--red);flex:none;
  transform:translateY(.55em);border-radius:1px}
@media (min-width:900px){.materials{columns:3}}

/* steps (ordered) */
.steps{list-style:none;margin:0;padding:0;counter-reset:step;display:grid;gap:1rem}
.steps li{margin:0;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;
  counter-increment:step}
.steps li::before{content:counter(step);font-family:var(--font-head);font-weight:700;
  background:var(--navy);color:#fff;width:2.4rem;height:2.4rem;border-radius:50%;
  display:grid;place-items:center;font-size:1.2rem}

/* opening hours */
.hours{width:100%;border-collapse:collapse;max-width:30rem}
.hours th,.hours td{text-align:left;padding:.7rem .25rem;border-bottom:1px solid var(--line);
  font-size:1.1rem}
.hours th{font-family:var(--font-head);font-weight:600;color:var(--navy)}
.hours td{color:var(--ink)}

/* address / contact card */
.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);
  padding:clamp(1.25rem,3vw,2rem)}
.section--navy .contact-card{background:var(--navy-900);border-color:rgba(255,255,255,.14)}
.contact-card address{font-style:normal;line-height:1.8;font-size:1.1rem}
.contact-grid{display:grid;gap:2rem}
@media (min-width:820px){.contact-grid{grid-template-columns:1.1fr .9fr;gap:3rem;align-items:start}}
.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}

/* phone link inline */
.tel{color:inherit;font-weight:600;text-decoration:none;white-space:nowrap}
.tel:hover{color:var(--red-ink)}
.section--navy .tel:hover{color:#fff;text-decoration:underline}

/* theme cards for lastbilshow (varied, not 4 identical) */
.themes{display:grid;gap:1.5rem}
.themes .theme{padding:1.5rem 0;border-top:2px solid var(--navy)}
.themes--accent .theme{border-top-color:var(--red)}
.btn-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}
.themes .theme h3{margin:0 0 .35rem;color:var(--navy)}
.themes .theme p{margin:0;color:var(--muted)}
@media (min-width:760px){
  .themes{grid-template-columns:1fr 1fr;gap:1.5rem 3rem}
}

/* page hero (interior pages) */
.page-hero{background:var(--navy);color:#fff;padding-block:clamp(2.75rem,7vw,4.5rem)}
.page-hero .eyebrow{color:#e08b8e}
.page-hero h1{color:#fff;max-width:20ch;text-wrap:balance}
.page-hero p{color:#e2e9f1;max-width:52ch;font-size:var(--step-1);line-height:1.5}
.page-hero--show{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-950) 100%);
  position:relative;overflow:hidden}
.page-hero--show::after{content:"";position:absolute;right:-8%;top:-40%;width:60%;height:180%;
  background:radial-gradient(circle at center,rgba(203,42,47,.22),transparent 62%);pointer-events:none}
.page-hero--show .container{position:relative;z-index:1}

/* seasonal / note strip */
.note{background:var(--navy-50);border:1px solid var(--navy-100);
  border-radius:var(--r);padding:1.15rem 1.4rem;color:var(--ink)}
.note p:last-child{margin-bottom:0}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-950);color:#cdd8e6}
.footer-top{padding-block:clamp(2.5rem,6vw,4rem)}
.footer-grid{display:grid;gap:2rem}
.footer-brand .brand{color:#fff;margin-bottom:.9rem}
.footer-brand .brand__name span{color:#fff}
.footer-brand address{font-style:normal;line-height:1.7;color:#aebccd;font-size:1rem;margin-top:.5rem}
.footer-col h2{font-family:var(--font-head);font-weight:600;text-transform:uppercase;
  letter-spacing:.08em;font-size:.85rem;color:#8ba0b8;margin:0 0 .9rem}
.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.footer-col a,.footer-col button.linkish{color:#cdd8e6;text-decoration:none;font-size:1.02rem;
  background:none;border:0;padding:0;font:inherit;cursor:pointer;text-align:left}
.footer-col a:hover,.footer-col button.linkish:hover{color:#fff;text-decoration:underline}
.footer-social a{display:inline-flex;align-items:center;gap:.5rem;color:#cdd8e6;text-decoration:none}
.footer-social a:hover{color:#fff}
.footer-social .ico{width:1.4rem;height:1.4rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-block:1.25rem;
  font-size:.92rem;color:#8ba0b8;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:space-between}
.footer-bottom a{color:#aebccd}
@media (min-width:760px){
  .footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}
}

/* ---------- Mobile call FAB ---------- */
.fab-call{position:fixed;right:1rem;bottom:1rem;z-index:90;width:56px;height:56px;
  border-radius:50%;background:var(--red);color:#fff;display:inline-flex;align-items:center;
  justify-content:center;box-shadow:var(--sh-2);border:2px solid rgba(255,255,255,.25);
  transition:transform .16s ease,background-color .16s ease,opacity .2s ease}
.fab-call .ico{width:1.6rem;height:1.6rem}
.fab-call:hover{background:var(--red-hover);color:#fff;transform:translateY(-2px)}
.fab-call.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
@media (min-width:900px){.fab-call{display:none}}

/* ---------- Cookie / settings dialog ---------- */
dialog.cookie-dialog{max-width:34rem;width:calc(100% - 2rem);border:1px solid var(--line);
  border-radius:var(--r-lg);padding:0;box-shadow:var(--sh-2);color:var(--ink)}
dialog.cookie-dialog::backdrop{background:rgba(8,26,43,.55)}
.cookie-dialog__body{padding:clamp(1.25rem,4vw,1.9rem)}
.cookie-dialog h2{font-size:var(--step-2)}
.cookie-dialog .cat{display:flex;justify-content:space-between;align-items:center;gap:1rem;
  border:1px solid var(--line);border-radius:var(--r);padding:.85rem 1rem;margin:1rem 0}
.cookie-dialog .cat b{font-family:var(--font-head);color:var(--navy)}
.cookie-dialog .badge{font-family:var(--font-head);font-weight:600;font-size:.8rem;
  text-transform:uppercase;letter-spacing:.05em;color:var(--navy);background:var(--navy-50);
  border:1px solid var(--navy-100);border-radius:999px;padding:.25rem .7rem;white-space:nowrap}
.cookie-dialog__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}

/* ---------- Prose (legal pages) ---------- */
.prose{max-width:72ch}
.prose h2{margin-top:2.25rem}
.prose h3{margin-top:1.5rem}
.prose ul{padding-left:1.25rem}
.prose a{color:var(--red-ink);text-decoration:underline}

/* credits */
.credits{font-size:.95rem;color:var(--muted)}
.credits li{margin:.5rem 0}

/* ---------- Desktop nav switch ---------- */
@media (min-width:900px){
  .nav-desktop{display:block}
  .header-call{display:inline-flex}
  .nav-toggle{display:none}
  .mobile-nav{display:none!important}
}

/* ---------- 404 ---------- */
.err{min-height:60vh;display:grid;place-items:center;text-align:center;padding-block:var(--section-y)}
.err__code{font-family:var(--font-head);font-weight:700;font-size:clamp(4rem,14vw,8rem);
  color:var(--navy);line-height:1}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important}
  .btn:hover,.fab-call:hover,.link-arrow:hover .ico{transform:none}
}

/* utility spacing */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}
.flow>*+*{margin-top:1.1rem}
.grid-2{display:grid;gap:2rem}
@media (min-width:820px){.grid-2{grid-template-columns:1fr 1fr;gap:3rem}}
