@charset "utf-8";
/*
 * Leenstra Autorijschool, Koufurderrige / Sneek
 * Eén stylesheet, alle kleuren en maten als custom properties in :root.
 *
 * Visuele signatuur: wegmarkering (onderbroken streep) als scheidingslijn en
 * een gele kentekenplaat als telefoonknop. Kleuren komen uit de eigen wereld
 * van de rijschool: asfaltblauw van de avondweg, het water van de Friese
 * meren en het geel van de wegmarkering.
 */

/* ---------------------------------------------------------------- fonts -- */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-latinext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/instrumentsans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/instrumentsans-latinext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------- tokens -- */
:root {
  /* kleur */
  --ink: #0e2132;          /* asfaltblauw, donkerste vlak en tekstkleur       */
  --ink-2: #16354b;        /* iets lichter donker vlak                        */
  --ink-3: #24485f;
  --sea: #1d6280;          /* Friese meren, links en accentlijnen             */
  --sea-soft: #d7e9ef;     /* zachte vulling                                  */
  --sea-tint: #eef6f8;     /* sectie-achtergrond                              */
  --mark: #ffc733;         /* wegmarkering geel, primaire knop                */
  --mark-dark: #e8ac10;
  --paper: #ffffff;
  --paper-2: #f6f8f9;
  --line: #dde5ea;
  --line-strong: #c3d1d9;
  --text: #223442;
  --text-soft: #4d6272;
  --text-on-ink: #dce9ef;
  --green: #2f7d5b;

  /* maat */
  --wrap: 1140px;
  --wrap-narrow: 760px;
  --gap: clamp(1.5rem, 3vw, 2.5rem);
  --sec-pad: clamp(3.25rem, 7vw, 5.75rem);
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(14, 33, 50, .05), 0 8px 24px -12px rgba(14, 33, 50, .18);
  --shadow-lg: 0 2px 4px rgba(14, 33, 50, .06), 0 24px 48px -20px rgba(14, 33, 50, .28);

  /* type */
  --font-head: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Instrument Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ---------------------------------------------------------------- reset -- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 5.4vw, 3.55rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); font-weight: 600; letter-spacing: -.01em; }
h4 { font-size: 1.05rem; font-weight: 600; }

p, ul, ol { margin: 0 0 1.1rem; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

a { color: var(--sea); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .16em; }
a:hover { color: var(--ink); }

strong { font-weight: 600; color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--mark);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: #fff; padding: .8rem 1.2rem;
  text-decoration: none; border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

/* -------------------------------------------------------------- layout --- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(1.15rem, 4vw, 2rem); }
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding: var(--sec-pad) 0; }
.section--tint { background: var(--sea-tint); }
.section--paper2 { background: var(--paper-2); }
.section--ink { background: var(--ink); color: var(--text-on-ink); }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink a { color: var(--mark); }
.section--ink a:hover { color: #fff; }
/* knoppen houden hun eigen tekstkleur, ook op een donkere sectie */
.section--ink .btn--primary, .section--ink .btn--primary:hover,
.section--ink .btn--light, .section--ink .btn--light:hover { color: var(--ink); }
.section--ink .plate, .section--ink .plate:hover { color: #12100b; }
.section--tight { padding-top: clamp(2rem, 4vw, 3rem); }

.sec-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--sea);
  margin: 0 0 .9rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 3px; border-radius: 2px;
  background: repeating-linear-gradient(90deg, var(--mark) 0 8px, transparent 8px 13px);
}
.section--ink .eyebrow { color: var(--mark); }

.lead { font-size: clamp(1.075rem, 1.6vw, 1.2rem); color: var(--text-soft); }
.section--ink .lead { color: var(--text-on-ink); }

/* ------------------------------------------------- wegmarkering divider -- */
.marking {
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--mark) 0 46px, transparent 46px 76px);
  opacity: .95;
}
.marking--soft {
  background: repeating-linear-gradient(90deg, var(--line-strong) 0 34px, transparent 34px 58px);
  height: 4px;
}

/* -------------------------------------------------------------- buttons -- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  padding: .82rem 1.4rem; border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }

.btn--primary { background: var(--mark); color: var(--ink); border-color: var(--mark); }
.btn--primary:hover { background: var(--mark-dark); border-color: var(--mark-dark); color: var(--ink); }

.btn--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--dark:hover { background: var(--ink-2); border-color: var(--ink-2); color: #fff; }

.btn--outline { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--outline:hover { border-color: var(--ink); color: var(--ink); background: #fff; }

.btn--light { background: #fff; color: var(--ink); border-color: #fff; }
.btn--light:hover { background: var(--sea-soft); border-color: var(--sea-soft); color: var(--ink); }

.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, .1); color: #fff; }

.btn--sm { padding: .58rem 1.05rem; font-size: .92rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.btn-row--center { justify-content: center; }

/* ------------------------------------------------- kentekenplaat (tel) --- */
.plate {
  display: inline-flex; align-items: stretch; gap: 0;
  background: var(--mark); border: 2px solid #1a1a1a; border-radius: 7px;
  overflow: hidden; text-decoration: none; color: #12100b;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .28);
  transition: transform .15s ease, box-shadow .15s ease;
  font-weight: 700;
}
.plate:hover { transform: translateY(-2px); box-shadow: 0 5px 0 rgba(0, 0, 0, .3); color: #12100b; }
.plate__nl {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #14369e; color: #fff; padding: .38rem .5rem;
  font-size: .62rem; font-weight: 700; letter-spacing: .04em; line-height: 1;
}
.plate__nl span:first-child { font-size: .78rem; margin-bottom: .12rem; }
.plate__num {
  padding: .48rem .85rem;
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  letter-spacing: .07em; white-space: nowrap;
}
.plate--sm .plate__num { font-size: 1rem; padding: .38rem .7rem; }

/* --------------------------------------------------------------- header -- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 72px;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand__mark { width: 42px; height: 42px; flex: none; color: var(--sea); }
.brand__name {
  display: flex; flex-direction: column;
  font-family: var(--font-head); font-weight: 700; font-size: 1.22rem;
  letter-spacing: -.02em; color: var(--ink); line-height: 1.05;
}
.brand__sub {
  font-family: var(--font-body); font-size: .66rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--sea);
}

.nav-toggle {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body); font-size: .92rem; font-weight: 600;
  background: var(--paper-2); color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: .5rem .95rem; cursor: pointer;
}
.nav-toggle__bars { display: inline-flex; flex-direction: column; gap: 3px; }
.nav-toggle__bars span { display: block; width: 16px; height: 2px; background: var(--ink); border-radius: 2px; }

.header-call { display: inline-flex; flex: none; }

@media (max-width: 599px) {
  .header-inner { gap: .5rem; min-height: 64px; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__name { font-size: 1.08rem; }
  .brand__sub { font-size: .6rem; letter-spacing: .13em; }
  .header-call__label { display: none; }
  .header-call { padding: .5rem .6rem; }
  .nav-toggle { padding: .5rem .75rem; }
}

.nav { display: none; }
.nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: .2rem; align-items: center; }
.nav__link {
  display: block; padding: .5rem .7rem; border-radius: var(--r-sm);
  font-size: .95rem; font-weight: 500; color: var(--ink); text-decoration: none;
}
.nav__link:hover { background: var(--sea-tint); color: var(--ink); }
.nav__link[aria-current="page"] {
  color: var(--sea); font-weight: 600;
  box-shadow: inset 0 -3px 0 var(--mark);
}
.nav__cta { margin-left: .6rem; }

@media (min-width: 1000px) {
  .nav { display: flex; align-items: center; }
  .nav-toggle, .header-call { display: none; }
}

@media (max-width: 999px) {
  .nav.is-open {
    display: block; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    padding: .8rem clamp(1.15rem, 4vw, 2rem) 1.4rem;
  }
  .nav.is-open .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav.is-open .nav__link { padding: .8rem .4rem; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav.is-open .nav__cta { margin: 1rem 0 0; width: 100%; }
}

/* ----------------------------------------------------------------- hero -- */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink);
  color: var(--text-on-ink);
  padding: clamp(2.75rem, 6vw, 4.75rem) 0 0;
}
.hero::before {
  content: ""; position: absolute; inset: -30% 40% 40% -20%;
  background: radial-gradient(closest-side, rgba(29, 98, 128, .55), transparent);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; right: -10%; top: -20%; width: 60%; height: 90%;
  background: radial-gradient(closest-side, rgba(255, 199, 51, .13), transparent);
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid; gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.4vw, 3.15rem); max-width: 22ch; }
.hero h1 em { font-style: normal; color: var(--mark); }
.hero__lead { font-size: clamp(1.075rem, 1.7vw, 1.2rem); color: var(--text-on-ink); max-width: 46ch; }
.hero__cta { margin-top: 1.9rem; }
.hero__plate-note { display: block; font-size: .84rem; color: rgba(220, 233, 239, .75); margin-top: .55rem; }
.hero__art { position: relative; }
.hero__art svg {
  width: 100%; height: auto; display: block;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7);
}

.hero__trust {
  position: relative;
  display: grid; gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  grid-template-columns: 1fr;
}
.hero__trust > div {
  display: flex; gap: .7rem; align-items: flex-start;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: .95rem;
}
.hero__trust svg { width: 1.35rem; height: 1.35rem; color: var(--mark); flex: none; margin-top: .12rem; }
.hero__trust strong { color: #fff; display: block; font-weight: 600; }
.hero__trust span { color: rgba(220, 233, 239, .82); }

@media (min-width: 860px) {
  .hero__grid { grid-template-columns: 1.2fr .8fr; }
  .hero__trust { grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
  .hero__trust > div { border-bottom: 0; padding: 1.4rem 0 1.6rem; }
}

/* ---------------------------------------------------------------- cards -- */
.cards { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 700px) { .cards--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 780px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .cards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1060px) { .cards--4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(1.35rem, 2.2vw, 1.8rem);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card--link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--text-soft); font-size: .98rem; }
.card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--sea-tint); color: var(--sea); margin-bottom: 1.1rem;
}
.card__icon svg { width: 24px; height: 24px; }
.card--accent .card__icon { background: #fff5da; color: #9a6b00; }
.card__more { display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; font-size: .95rem; text-decoration: none; margin-top: .9rem; }
.card__more::after { content: "\2192"; }
.section--tint .card { background: #fff; }

/* ---------------------------------------------------------------- steps -- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; counter-reset: step; }
.step {
  position: relative;
  display: grid; grid-template-columns: 46px 1fr; gap: 1.1rem;
  padding: 0 0 1.7rem;
}
.step:last-child { padding-bottom: 0; }
.step::before {
  content: ""; position: absolute; left: 22px; top: 50px; bottom: 4px; width: 3px;
  background: repeating-linear-gradient(180deg, var(--line-strong) 0 8px, transparent 8px 15px);
}
.step:last-child::before { display: none; }
.step__num {
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--ink); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 1.25rem;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .18);
}
.step:last-child .step__num { background: var(--mark); color: var(--ink); box-shadow: inset 0 0 0 2px rgba(14, 33, 50, .12); }
.step h3 { margin-bottom: .35rem; padding-top: .55rem; }
.step p { color: var(--text-soft); }

@media (min-width: 900px) {
  .steps--row { grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.4vw, 2.2rem) clamp(1.5rem, 3vw, 2.6rem); }
  .steps--row .step { padding-bottom: 0; }
  .steps--row .step::before {
    left: 58px; right: -2rem; top: 22px; bottom: auto; width: auto; height: 3px;
    background: repeating-linear-gradient(90deg, var(--line-strong) 0 8px, transparent 8px 15px);
  }
  .steps--row .step:nth-child(3n)::before { display: none; }
}

/* --------------------------------------------------------------- prices -- */
.price-table { border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden; }
.price-row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: 1.05rem clamp(1.1rem, 2vw, 1.6rem);
  border-bottom: 1px solid var(--line);
}
.price-row:last-child { border-bottom: 0; }
.price-row--head {
  background: var(--ink); color: #fff;
  font-family: var(--font-head); font-weight: 600; font-size: 1.05rem;
}
.price-name { font-weight: 600; color: var(--ink); }
.price-name small { display: block; font-weight: 400; font-size: .88rem; color: var(--text-soft); letter-spacing: 0; }
.price-amount {
  font-family: var(--font-head); font-weight: 700; font-size: 1.3rem;
  color: var(--ink); white-space: nowrap;
}
.price-row--head .price-name, .price-row--head .price-amount { color: #fff; font-size: 1rem; }
.price-note { font-size: .92rem; color: var(--text-soft); margin-top: 1rem; }

/* --------------------------------------------------------------- panels -- */
.split { display: grid; gap: clamp(1.6rem, 3.5vw, 3rem); align-items: start; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--wide-left { grid-template-columns: 1.25fr .75fr; } }

.panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.2rem);
  box-shadow: var(--shadow);
}
.panel--ink { background: var(--ink-2); border-color: rgba(255, 255, 255, .14); color: var(--text-on-ink); }
.panel--ink h2, .panel--ink h3 { color: #fff; }
.panel--mark { background: #fff8e4; border-color: #f2dda2; box-shadow: none; }

.checklist { list-style: none; margin: 0 0 1.1rem; padding: 0; display: grid; gap: .7rem; }
.checklist li { display: grid; grid-template-columns: 22px 1fr; gap: .7rem; align-items: start; }
.checklist li::before {
  content: ""; width: 22px; height: 22px; border-radius: 50%;
  background: var(--sea-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d6280' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E") center / 14px no-repeat;
  margin-top: .22rem;
}
.panel--ink .checklist li::before { background-color: rgba(255, 199, 51, .2); }

.pill {
  display: inline-block; padding: .28rem .7rem; border-radius: 999px;
  background: var(--sea-tint); color: var(--sea);
  font-size: .82rem; font-weight: 600; letter-spacing: .02em;
}
.pill-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.1rem; padding: 0; list-style: none; }
.pill-row li { margin: 0; }

/* ------------------------------------------------------------------ faq -- */
.faq { display: grid; gap: .7rem; }
.faq__item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 0 clamp(1rem, 2vw, 1.4rem);
}
.faq__item[open] { border-color: var(--line-strong); box-shadow: var(--shadow); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  cursor: pointer; list-style: none;
  font-family: var(--font-head); font-weight: 600; font-size: 1.075rem;
  color: var(--ink); padding: 1.05rem 0;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--sea-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d6280' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / 13px no-repeat;
  transition: transform .2s ease;
}
.faq__item[open] .faq__q::after { transform: rotate(45deg); }
.faq__a { padding: 0 0 1.15rem; color: var(--text-soft); max-width: 68ch; }

/* ------------------------------------------------------------- contact --- */
.nap { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.nap li { display: grid; grid-template-columns: 26px 1fr; gap: .85rem; align-items: start; }
.nap svg { width: 22px; height: 22px; color: var(--sea); margin-top: .2rem; }
.nap strong { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft); }
.nap a { font-weight: 600; }
.panel--ink .nap svg { color: var(--mark); }
.panel--ink .nap strong { color: rgba(220, 233, 239, .7); }

.map-link { display: block; text-decoration: none; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); }
.map-link img { width: 100%; height: auto; display: block; }
.map-link span {
  display: flex; align-items: center; gap: .45rem;
  padding: .8rem 1rem; font-weight: 600; font-size: .95rem; color: var(--sea);
  background: #fff;
}
.map-link:hover span { color: var(--ink); }
.map-link span::after { content: "\2197"; }
.map-placeholder {
  display: grid; place-items: center; text-align: center;
  min-height: 220px; padding: 1.5rem; color: var(--text-soft); font-size: .95rem;
  background: repeating-linear-gradient(135deg, #eef2f4 0 12px, #e7edf0 12px 24px);
}

/* ------------------------------------------------------------- cta band -- */
.cta-band { position: relative; overflow: hidden; text-align: center; }
.cta-band::before {
  content: ""; position: absolute; inset: auto -10% -40% -10%; height: 70%;
  background: radial-gradient(closest-side, rgba(29, 98, 128, .5), transparent);
}
.cta-band .wrap { position: relative; }

/* -------------------------------------------------------------- linkbox -- */
.linkcard {
  display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(1.15rem, 2vw, 1.5rem); text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.linkcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.linkcard h3 { margin-bottom: .35rem; }
.linkcard p { color: var(--text-soft); font-size: .96rem; margin: 0; }
.linkcard__go { width: 38px; height: 38px; border-radius: 50%; background: var(--sea-tint); color: var(--sea); display: grid; place-items: center; flex: none; }
.linkcard__go svg { width: 18px; height: 18px; }

/* ------------------------------------------------------------ prose bits -- */
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose > :first-child { margin-top: 0; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .45rem; }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 1.4rem; font-size: .97rem; }
.prose th, .prose td { text-align: left; padding: .7rem .8rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-family: var(--font-head); color: var(--ink); }

.breadcrumb { font-size: .88rem; color: var(--text-soft); padding: 0 0 1.1rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: .4rem; color: var(--line-strong); }
.breadcrumb a { color: var(--text-soft); }
.breadcrumb a:hover { color: var(--sea); }

.page-head { background: var(--sea-tint); padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2.25rem, 4vw, 3.25rem); }
.page-head h1 { margin-bottom: .7rem; }
.page-head .lead { max-width: 60ch; }
.page-head .btn-row { margin-top: 1.7rem; }

/* --------------------------------------------------------------- footer -- */
.site-footer { background: var(--ink); color: rgba(220, 233, 239, .8); padding: clamp(2.75rem, 5vw, 4rem) 0 1.75rem; font-size: .96rem; }
.site-footer h2 { font-size: 1rem; color: #fff; margin-bottom: .9rem; letter-spacing: .02em; }
.site-footer a { color: rgba(220, 233, 239, .85); text-decoration: none; overflow-wrap: anywhere; }
.site-footer a:hover { color: var(--mark); text-decoration: underline; }
.site-footer .plate, .site-footer .plate:hover { color: #12100b; text-decoration: none; }
.site-footer .brand__name { color: #fff; }
.site-footer .brand__mark { color: var(--mark); }
.footer-grid { display: grid; gap: clamp(1.75rem, 3.5vw, 3rem); }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.5fr .9fr .9fr 1.1fr; } }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-bottom {
  margin-top: clamp(2rem, 4vw, 3rem); padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, .13);
  display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; justify-content: space-between;
  font-size: .88rem; color: rgba(220, 233, 239, .62);
}
.footer-bottom ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1.1rem; margin: 0; padding: 0; }
.social-row { display: flex; gap: .6rem; margin-top: 1.15rem; }
.social-row a {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .08); color: #fff;
}
.social-row a:hover { background: var(--mark); color: var(--ink); }
.social-row svg { width: 20px; height: 20px; }

/* --------------------------------------------------------------- error --- */
.error-page { text-align: center; padding: clamp(3.5rem, 8vw, 7rem) 0; }
.error-page .code {
  font-family: var(--font-head); font-size: clamp(4rem, 14vw, 8rem); font-weight: 800;
  color: var(--sea-soft); line-height: .9; margin: 0 0 1rem; letter-spacing: -.04em;
}

/* -------------------------------------------------------------- utility -- */
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 1.75rem; }
.mt-3 { margin-top: 2.5rem; }
.center { text-align: center; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .btn:hover, .card--link:hover, .linkcard:hover, .plate:hover { transform: none; }
}

@media print {
  .site-header, .site-footer, .nav-toggle, .cta-band { display: none; }
  body { color: #000; background: #fff; }
}
