/* AUSSIEWAY — planche contact.
   Palette: World Nomads brand chart (Manhattan Charcoal, Istanbul Twilight, Rio Carnivale). */

/* Archivo (SIL OFL 1.1), self-hosted variable font: weight 100–900, width 62–125%. */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  src: url("../assets/fonts/archivo-latin-wdth-normal.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: "Archivo";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  src: url("../assets/fonts/archivo-latin-ext-wdth-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, 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;
}

:root {
  --charcoal: #444642;
  --ink: #2a2b29;
  --ink-2: #232422;
  --bone: #eeede8;
  --bone-dim: #b9b8b1;
  --twilight: #61398b;
  --twilight-tint: #ddd3ea;
  --coral: #de5346;
  --on-coral: #121211;
  --coral-text: #ef7a6e;
  --on-twilight: #f7f3fb;

  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(16px, 3vw, 40px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --step--1: 0.8125rem;
  --step-0: 1rem;
  --step-1: 1.1875rem;
  --step-2: clamp(1.35rem, 1.1rem + 0.8vw, 1.75rem);
  --step-3: clamp(1.9rem, 1.3rem + 2.2vw, 3.25rem);
  --step-4: clamp(2.4rem, 1.3rem + 4.2vw, 5rem);
}

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

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font);
  font-size: var(--step-0);
  line-height: 1.55;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, p { margin: 0; }
ol, ul { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }

::selection { background: var(--coral); color: var(--ink); }
html { scrollbar-color: var(--charcoal) var(--ink-2); scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink-2); }
::-webkit-scrollbar-thumb { background: var(--charcoal); border: 2px solid var(--ink-2); border-radius: 10px; }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }

.skip {
  position: fixed; left: var(--gutter); top: 12px; z-index: 100;
  padding: 10px 14px; background: var(--bone); color: var(--ink);
  transform: translateY(-160%); transition: transform .3s var(--ease-out);
}
.skip:focus { transform: none; }

/* ---------- type ---------- */

.h2 {
  font-size: var(--step-3);
  line-height: 0.98;
  font-weight: 620;
  font-variation-settings: "wdth" 125;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.line { display: block; overflow: hidden; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.line > span { display: block; }

/* ---------- controls ---------- */

.btn {
  --h: 52px;
  display: inline-flex; align-items: center; gap: 12px;
  height: var(--h); padding: 0 24px;
  background: var(--coral); color: var(--on-coral);
  font-weight: 600; font-size: 0.9375rem; letter-spacing: 0.01em;
  font-variation-settings: "wdth" 108;
  text-decoration: none; white-space: nowrap;
  border-radius: 2px;
  transition: background-color .35s var(--ease-out), color .35s var(--ease-out);
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.75; transition: transform .45s var(--ease-out); }
.btn:hover { background: var(--bone); }
.btn:hover svg { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }
.btn--sm { --h: 40px; padding: 0 16px; font-size: 0.875rem; }
.btn--lg { --h: 60px; padding: 0 30px; font-size: 1rem; }
.btn__short { display: none; }

.link {
  color: var(--bone); text-decoration: underline; text-decoration-thickness: 1px;
  text-underline-offset: 6px; text-decoration-color: rgba(238, 237, 232, .45);
  font-size: 0.9375rem; transition: text-decoration-color .3s;
}
.link:hover { text-decoration-color: var(--bone); }

/* ---------- nav ---------- */

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px var(--gutter);
  transition: transform .6s var(--ease-out), background-color .4s;
}
.nav.is-solid { background: rgba(42, 43, 41, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.nav.is-hidden { transform: translateY(-100%); }

.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 700; letter-spacing: 0.14em; font-size: 0.875rem;
  font-variation-settings: "wdth" 125;
}
.brand__mark { width: 26px; height: 26px; color: var(--coral); }

.nav__links { display: flex; gap: 32px; margin-left: auto; margin-right: 12px; }
.nav__links a { font-size: 0.875rem; text-decoration: none; color: var(--bone); opacity: .8; transition: opacity .3s; }
.nav__links a:hover { opacity: 1; }

/* ---------- hero ---------- */

.hero {
  position: relative; height: 100vh; height: 100svh; min-height: 560px;
  overflow: hidden; background: var(--ink-2);
}
.hero__frame { position: absolute; inset: 0; overflow: hidden; }
.hero__stack, .hero__gl { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__stack img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0;
}
.hero__stack img:first-child { opacity: 1; }
.hero__gl { opacity: 0; transition: opacity 1.2s var(--ease-out); }
.hero.gl-ready .hero__gl { opacity: 1; }
.hero__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to top, rgba(22, 22, 21, .72) 0%, rgba(22, 22, 21, .28) 38%, rgba(22, 22, 21, 0) 62%),
    linear-gradient(to bottom, rgba(22, 22, 21, .55) 0%, rgba(22, 22, 21, 0) 24%);
}

.hero__content {
  position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(28px, 6vh, 64px);
  display: grid; gap: 28px; max-width: 980px;
}
.hero__title {
  font-size: var(--step-4);
  line-height: 0.94;
  font-weight: 620;
  font-variation-settings: "wdth" 125;
  letter-spacing: -0.04em;
}

.journey { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 0; font-size: var(--step--1); letter-spacing: 0.04em; }
.journey li { display: inline-flex; align-items: center; gap: 8px; }
.journey li + li::before { content: "→"; margin: 0 14px; opacity: .55; }
.journey svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }

.hero__meta {
  position: absolute; right: var(--gutter); bottom: clamp(28px, 6vh, 64px);
  display: grid; justify-items: end; gap: 6px;
  font-size: var(--step--1); color: var(--bone-dim); text-align: right;
}
.hero__count { font-variant-numeric: tabular-nums; color: var(--bone); letter-spacing: .08em; }

/* ---------- manifesto ---------- */

.manifesto {
  background: var(--bone); color: var(--ink);
  padding: clamp(96px, 16vh, 180px) var(--gutter);
}
.manifesto__grid {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(40px, 6vw, 112px); align-items: center; max-width: 1400px; margin: 0 auto;
}
.manifesto__text {
  font-size: clamp(1.7rem, 1.05rem + 1.9vw, 2.9rem); line-height: 1.14; font-weight: 450;
  font-variation-settings: "wdth" 106; letter-spacing: -0.03em;
  text-wrap: pretty;
}
.manifesto__text .w { display: inline; }

.checklist { margin-top: clamp(32px, 5vh, 56px); max-width: 560px; }
.checklist__item {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 16px 0; border-top: 1px solid rgba(42, 43, 41, .16);
  font-size: 1.0625rem; font-weight: 500; font-variation-settings: "wdth" 108;
}
.checklist__item:last-child { border-bottom: 1px solid rgba(42, 43, 41, .16); }
.checklist__state { display: inline-flex; align-items: center; gap: 10px; font-size: var(--step--1); letter-spacing: .06em; text-transform: uppercase; color: var(--charcoal); }
.checklist__tick {
  width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--ink);
  fill: none; stroke: var(--bone); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 1; stroke-dashoffset: 0;
}
.is-next { color: #b8392d; }
.is-next .checklist__state {
  color: var(--on-coral); background: var(--coral); padding: 8px 14px; border-radius: 2px;
  text-decoration: none; font-weight: 600; letter-spacing: .04em; text-transform: none; font-size: .9375rem;
  transition: background-color .3s var(--ease-out);
}
.is-next .checklist__state:hover { background: var(--ink); color: var(--bone); }
.is-next .checklist__state svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.75; }

.manifesto__photo { position: relative; }
.manifesto__photo > img, .manifesto__photo .mask { width: 100%; aspect-ratio: 4 / 5; border-radius: 2px; }
.manifesto__photo > img { object-fit: cover; }
.manifesto__photo .mask { overflow: hidden; }
.manifesto__photo .mask img { width: 100%; height: 100%; object-fit: cover; }
.manifesto__photo figcaption { margin-top: 12px; font-size: var(--step--1); color: var(--charcoal); }

/* ---------- sheet (produits) ---------- */

.sheet { position: relative; background: var(--ink); }
.sheet__pin { padding: clamp(96px, 14vh, 160px) 0 0; }
.sheet__head {
  display: flex; justify-content: space-between; align-items: end; gap: 32px;
  padding: 0 var(--gutter); margin-bottom: clamp(24px, 4vh, 48px);
}
.steps { display: flex; gap: 6px; }
.steps li {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px; font-size: var(--step--1); color: var(--bone-dim);
  border-top: 1px solid rgba(238, 237, 232, .18);
  transition: color .5s var(--ease-out), border-color .5s var(--ease-out);
}
.steps li.is-active { color: var(--bone); border-color: var(--coral); }
.steps svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.sheet__track {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 56px clamp(20px, 2.4vw, 40px);
  align-items: start; padding: 0 var(--gutter); max-width: 1600px; margin: 0 auto;
}
.frame { position: relative; min-width: 0; }
.frame:nth-child(even) { margin-top: clamp(24px, 5vh, 56px); }
.frame__rebate {
  display: flex; justify-content: space-between; padding-bottom: 8px;
  font-size: 0.6875rem; letter-spacing: .12em; color: var(--bone-dim); font-variant-numeric: tabular-nums;
}
.frame__rebate span { color: var(--coral-text); }
.frame__shot { position: relative; }
.frame__mark {
  position: absolute; left: -14px; top: -12px; width: calc(100% + 28px); height: calc(100% + 24px);
  overflow: visible; pointer-events: none; z-index: 6;
  fill: none; stroke: var(--coral); stroke-width: 0.6; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 1; stroke-dashoffset: 1; visibility: hidden;
}
.frame__img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--charcoal); }
.frame__img img { width: 100%; height: 100%; object-fit: cover; }
.frame__text { padding-top: 14px; }
.frame h3 { font-size: var(--step-2); font-weight: 500; font-variation-settings: "wdth" 112; letter-spacing: -0.02em; line-height: 1.1; }
.frame p { margin-top: 6px; font-size: 0.9375rem; color: var(--bone-dim); max-width: 34ch; text-wrap: pretty; }

.sheet__edge {
  position: sticky; bottom: 0; z-index: 7;
  display: flex; justify-content: space-between; gap: 16px;
  margin: clamp(48px, 8vh, 96px) 0 0; padding: 14px var(--gutter);
  background: rgba(42, 43, 41, .94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(238, 237, 232, .14);
  font-size: var(--step--1); color: var(--bone-dim); letter-spacing: .06em;
}
.sheet__counter b { color: var(--bone); font-weight: 500; font-variant-numeric: tabular-nums; }

/* ---------- horizon ---------- */

.horizon { position: relative; background: var(--ink); }
.horizon__pin { position: relative; height: 100vh; height: 100svh; overflow: hidden; display: grid; place-items: center; }
.horizon__img { position: absolute; inset: 0; clip-path: inset(0 0 0 0); }
.horizon__img img { width: 100%; height: 100%; object-fit: cover; }
.horizon__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 95% 70% at 50% 50%, rgba(22, 22, 21, .38), rgba(22, 22, 21, .18) 55%, rgba(22, 22, 21, 0) 100%),
    linear-gradient(to top, rgba(22, 22, 21, .45), rgba(22, 22, 21, 0) 25%);
}
.horizon__line {
  position: relative; z-index: 1; padding: 0 var(--gutter); text-align: center;
  font-size: var(--step-4); font-weight: 620; line-height: .95; letter-spacing: -0.04em;
  font-variation-settings: "wdth" 125; text-shadow: 0 2px 30px rgba(22, 22, 21, .35);
}
.horizon__caption {
  position: absolute; left: var(--gutter); bottom: 24px; z-index: 1;
  font-size: var(--step--1); color: var(--bone);
}

/* ---------- hero reassurance ---------- */

.hero__reassure { font-size: var(--step--1); color: var(--bone); opacity: .85; letter-spacing: .02em; }

/* ---------- preview: a real extract, drawn as a spreadsheet ---------- */

.preview { background: var(--ink); padding: clamp(80px, 12vh, 140px) var(--gutter); text-align: center; }
.preview__head { max-width: 760px; margin: 0 auto clamp(32px, 5vh, 52px); }
.preview__lede { margin-top: 16px; color: var(--bone-dim); }
.xl {
  max-width: 1040px; margin: 0 auto; background: #ffffff; color: #1f201e; border-radius: 8px; overflow: hidden;
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, .55); text-align: left;
}
.xl__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #1f6e43; color: #fff; font-size: var(--step--1); }
.xl__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .35); }
.xl__file { margin-left: 10px; font-weight: 600; letter-spacing: .02em; }
.xl__scroll { overflow-x: auto; }
.xl__table { width: 100%; border-collapse: collapse; font-size: .875rem; font-variant-numeric: tabular-nums; }
.xl__table th, .xl__table td { border: 1px solid #dadce0; padding: 10px 12px; text-align: center; white-space: nowrap; }
.xl__letters td { background: #f1f3f4; color: #5f6368; font-size: .75rem; padding: 4px 12px; }
.xl__cols th { background: #e6f2eb; color: #14532d; font-weight: 700; }
.xl__table .sheet-n { width: 44px; background: #f1f3f4; color: #5f6368; font-weight: 400; font-size: .75rem; }
.xl__table tbody tr:hover td { background: #f6faf7; }
.xl__table .c-name { text-align: left; font-weight: 600; }
.xl__mask { filter: blur(3.5px); user-select: none; color: #5f6368; }
.xl__tabs { display: flex; gap: 2px; padding: 0 12px; background: #f1f3f4; border-top: 1px solid #dadce0; font-size: .75rem; color: #5f6368; overflow-x: auto; }
.xl__tabs > * { padding: 8px 14px; white-space: nowrap; }
.xl__tabs b { background: #fff; color: #1f6e43; font-weight: 700; border-bottom: 2px solid #1f6e43; }
.preview__more { display: grid; justify-items: center; gap: 16px; margin-top: 32px; }
.preview__more p { color: var(--bone); font-weight: 600; }

/* ---------- FAQ: one centred column, answers unfold under the question ---------- */

.faq { background: var(--ink); padding: clamp(96px, 14vh, 160px) var(--gutter); }
.faq .h2 { text-align: center; margin-bottom: clamp(32px, 5vh, 56px); }
.faq__list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq__item { background: rgba(238, 237, 232, .05); border: 1px solid rgba(238, 237, 232, .12); border-radius: 10px; transition: background-color .3s, border-color .3s; }
.faq__item.is-open { background: rgba(238, 237, 232, .08); border-color: rgba(222, 83, 70, .55); }
.faq__item h3 { margin: 0; }
.faq__q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 24px; background: none; border: 0; color: var(--bone); cursor: pointer; text-align: left;
  font: inherit; font-size: var(--step-1); font-weight: 600; font-variation-settings: "wdth" 108; line-height: 1.3;
}
.faq__q:focus-visible { outline-offset: -3px; border-radius: 10px; }
.faq__icon { position: relative; width: 28px; height: 28px; flex: none; border-radius: 50%; background: var(--coral); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--on-coral); transform: translate(-50%, -50%); transition: transform .35s var(--ease-out); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item.is-open .faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease-out); }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__inner { overflow: hidden; }
.faq__inner p { padding: 0 24px 24px; color: var(--bone-dim); max-width: 64ch; }

/* ---------- payment badges ---------- */

.pay { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.pay li { padding: 5px 10px; border: 1px solid rgba(238, 237, 232, .35); border-radius: 2px; font-size: .75rem; letter-spacing: .04em; color: var(--bone); }

/* ---------- mobile buy bar ---------- */

.buybar { display: none; }

/* ---------- calendar (real data from the file) ---------- */

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.calendar {
  position: relative; background: var(--bone); color: var(--ink);
  padding: clamp(96px, 16vh, 180px) var(--gutter);
}
.calendar__head {
  display: grid; grid-template-columns: 1fr minmax(0, 36ch); gap: 24px 64px; align-items: end;
  max-width: 1400px; margin: 0 auto clamp(40px, 7vh, 72px);
}
.calendar__lede { color: var(--charcoal); }
.calendar__scroll { max-width: 1400px; margin: 0 auto; overflow-x: auto; }
.heat { width: 100%; min-width: 620px; border-collapse: separate; border-spacing: 2px; font-variant-numeric: tabular-nums; }
.heat th { font-weight: 500; font-size: var(--step--1); color: var(--charcoal); }
.heat thead th { padding-bottom: 10px; text-align: center; }
.heat tbody th { text-align: left; padding-right: 16px; width: 1%; white-space: nowrap; }
.heat abbr { text-decoration: none; letter-spacing: .06em; }
.heat td {
  height: clamp(40px, 6.2vh, 60px); text-align: center; font-size: 0.8125rem; color: var(--ink);
  background: color-mix(in oklab, var(--coral) calc(var(--v) * 100%), #e4e2db);
  border-radius: 2px; cursor: default;
  transition: box-shadow .25s var(--ease-out);
}
.heat td:hover { box-shadow: inset 0 0 0 2px var(--ink); }
.calendar__foot {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 40px;
  max-width: 1400px; margin: 20px auto 0; font-size: var(--step--1); color: var(--charcoal);
}
.heat-scale { display: inline-flex; align-items: center; gap: 10px; }
.heat-scale i { width: 140px; height: 8px; border-radius: 2px; background: linear-gradient(90deg, #e4e2db, var(--coral)); }
.heat-tip {
  position: fixed; left: 0; top: 0; z-index: 60; pointer-events: none;
  padding: 8px 12px; background: var(--ink); color: var(--bone); font-size: 0.8125rem; border-radius: 2px;
  opacity: 0; transform: translate(-50%, calc(-100% - 12px)); transition: opacity .2s; white-space: nowrap;
}
.heat-tip.is-on { opacity: 1; }

/* ---------- services ---------- */

.services {
  background: var(--twilight); color: var(--on-twilight);
  padding: clamp(96px, 16vh, 180px) var(--gutter);
}
.services__grid {
  display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 7vw, 120px);
  max-width: 1400px; margin: 0 auto; align-items: start;
}
.services__img { position: sticky; top: 12vh; }
.services__img > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.services__img .mask { overflow: hidden; }
.services__img figcaption { margin-top: 12px; font-size: var(--step--1); color: var(--twilight-tint); }
.services__body .h2 { margin-bottom: clamp(40px, 7vh, 80px); }
.services__list li {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 12px 40px;
  padding: 28px 0 32px; border-top: 1px solid rgba(247, 243, 251, .28);
}
.services__list li:last-child { border-bottom: 1px solid rgba(247, 243, 251, .28); }
.services__list h3 { font-size: var(--step-2); font-weight: 500; line-height: 1.12; letter-spacing: -0.02em; font-variation-settings: "wdth" 110; }
.services__list p { color: var(--twilight-tint); max-width: 42ch; }

/* ---------- CTA ---------- */

.cta { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; display: grid; align-items: end; }
.cta__img { position: absolute; inset: 0; }
.cta__img img { width: 100%; height: 100%; object-fit: cover; }
.cta::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(22, 22, 21, .9) 0%, rgba(22, 22, 21, .72) 45%, rgba(22, 22, 21, .35) 75%, rgba(22, 22, 21, .15) 100%);
}
.cta__panel {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: end;
  padding: 0 var(--gutter) clamp(40px, 9vh, 96px);
}
.cta__title { font-size: var(--step-4); font-weight: 620; line-height: .94; letter-spacing: -0.04em; font-variation-settings: "wdth" 125; }
.offer { display: grid; gap: 14px; max-width: 460px; justify-self: end; width: 100%; }
.offer__row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 16px 0; border-top: 1px solid rgba(238, 237, 232, .4); border-bottom: 1px solid rgba(238, 237, 232, .4);
}
.offer__name { font-weight: 600; font-variation-settings: "wdth" 112; }
.offer__price { font-size: var(--step-3); font-weight: 500; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.offer__detail { font-size: 0.9375rem; color: var(--bone-dim); }
.offer__note { font-size: var(--step--1); color: var(--bone-dim); }
.offer .btn { justify-content: center; margin-top: 8px; }
.consent { display: grid; gap: 12px; margin-top: 4px; }
.consent__label { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; font-size: var(--step--1); line-height: 1.5; color: var(--bone); cursor: pointer; }
.consent__label a { color: var(--bone); text-underline-offset: 3px; }
.consent__label input {
  appearance: none; -webkit-appearance: none; width: 20px; height: 20px; margin: 1px 0 0;
  border: 1.5px solid var(--bone); border-radius: 2px; background: transparent; cursor: pointer;
  display: grid; place-items: center; transition: background-color .2s, border-color .2s;
}
.consent__label input::after { content: ""; width: 10px; height: 6px; border: 2px solid var(--on-coral); border-top: 0; border-right: 0; transform: rotate(-45deg) translate(1px, -1px); opacity: 0; }
.consent__label input:checked { background: var(--coral); border-color: var(--coral); }
.consent__label input:checked::after { opacity: 1; }
.consent.is-invalid .consent__label input { border-color: var(--coral-text); box-shadow: 0 0 0 3px rgba(239, 122, 110, .35); }
.consent__error { font-size: var(--step--1); color: var(--coral-text); }
.btn[aria-disabled="true"] { background: rgba(238, 237, 232, .18); color: var(--bone-dim); }
.btn[aria-disabled="true"]:hover { background: rgba(238, 237, 232, .24); }
.btn[aria-disabled="true"] svg { transform: none; }
.consent__secure { font-size: var(--step--1); color: var(--bone-dim); text-align: center; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer__legal a { color: var(--bone-dim); text-decoration: none; }
.footer__legal a:hover { color: var(--bone); text-decoration: underline; text-underline-offset: 4px; }

/* ---------- footer ---------- */

.footer {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 32px;
  padding: 32px var(--gutter); background: var(--ink-2); color: var(--bone-dim);
  font-size: var(--step--1);
}
.footer .brand { color: var(--bone); }

/* ---------- responsive ---------- */

@media (max-width: 1200px) and (min-width: 901px) {
  .sheet__track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .frame:nth-child(even) { margin-top: 0; }
  .steps li span { display: none; }
}

@media (max-width: 900px) {
  .nav__links { display: none; }
  .hero__content { gap: 22px; bottom: 32px; }
  .hero__meta { display: none; }
  .journey li + li::before { margin: 0 8px; }

  .steps { display: none; }
  .sheet__track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 20px; }
  .frame:nth-child(even) { margin-top: 0; }
  .frame__mark { left: -8px; width: calc(100% + 16px); }
  .sheet__brand { display: none; }

  .xl__table .c-job, .xl__table .c-town, .xl__table .c-pay { display: none; }
  .xl__table { font-size: .8125rem; }
  .xl__table th, .xl__table td { padding: 9px 7px; white-space: normal; }
  .xl__table .sheet-n { width: 28px; }
  .faq__q { padding: 18px 18px; }
  .faq__inner p { padding: 0 18px 20px; }
  .buybar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(35, 36, 34, .96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(238, 237, 232, .14);
    transform: translateY(110%); transition: transform .5s var(--ease-out);
  }
  .buybar.is-on { transform: none; }
  .buybar__label { font-size: .9375rem; font-weight: 500; }
  .buybar__label b { color: var(--coral-text); font-weight: 700; margin-left: 6px; }
  .manifesto__grid { grid-template-columns: 1fr; }
  .manifesto__photo { order: -1; max-width: 560px; }
  .manifesto__photo > img, .manifesto__photo .mask { aspect-ratio: 4 / 4.2; }
  .calendar__head { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr; }
  .services__img { position: relative; top: 0; max-width: 520px; }
  .services__list li { grid-template-columns: 1fr; }

  .cta__panel { grid-template-columns: 1fr; gap: 32px; }
  .offer { justify-self: stretch; max-width: none; }
}

@media (max-width: 520px) {
  .nav .btn__full { display: none; }
  .nav .btn__short { display: inline; }
  .btn--lg { height: auto; min-height: var(--h); padding: 14px 20px; white-space: normal; text-align: center; line-height: 1.3; }
  .sheet__track { grid-template-columns: 1fr; }
  .nav .btn--sm { padding: 0 12px; font-size: 0.8125rem; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .journey { font-size: 0.75rem; }
  .journey svg { display: none; }
}


@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- legal pages ---------- */

body.legal { background: var(--bone); color: var(--ink); }
.legal__bar {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px var(--gutter); background: var(--ink); color: var(--bone);
}
.legal__main { max-width: 72ch; margin: 0 auto; padding: clamp(48px, 9vh, 96px) var(--gutter) clamp(64px, 12vh, 128px); }
.legal__title { font-size: var(--step-3); font-weight: 620; font-variation-settings: "wdth" 125; letter-spacing: -0.035em; line-height: 1; text-wrap: balance; }
.legal__updated { margin-top: 14px; font-size: var(--step--1); color: var(--charcoal); }
.legal__main section { margin-top: clamp(36px, 6vh, 56px); }
.legal__main h2 { font-size: var(--step-2); font-weight: 600; font-variation-settings: "wdth" 110; letter-spacing: -0.015em; line-height: 1.15; margin-bottom: 12px; }
.legal__main p, .legal__main li { color: var(--charcoal); }
.legal__main p + p { margin-top: 12px; }
.legal__main ul { list-style: disc; padding-left: 1.2em; margin-top: 10px; display: grid; gap: 6px; }
.legal__main a { color: var(--ink); text-underline-offset: 3px; }
.legal__main a:hover { color: #b8392d; }
mark.todo { background: #f7d9d4; color: #8a2a20; padding: 0 4px; border-radius: 2px; }

/* ---------- guides (SEO pages, built by scripts/build-guides.py) ---------- */

.guide__crumbs { font-size: var(--step--1); color: var(--charcoal); margin-bottom: 18px; }
.guide__crumbs a { color: var(--charcoal); }
.guide__photo { margin-top: clamp(28px, 5vh, 44px); }
.guide__photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 30%; border-radius: 2px; }
.guide__photo figcaption { margin-top: 8px; font-size: var(--step--1); color: var(--charcoal); }
.legal__main strong { color: var(--ink); font-weight: 650; }
.gcta { margin-top: clamp(36px, 6vh, 56px); padding: clamp(24px, 4vw, 36px); background: var(--ink); color: var(--bone); border-radius: 2px; display: grid; gap: 12px; justify-items: start; }
.gcta p { color: var(--bone-dim) !important; }
.gcta__kicker { font-size: var(--step--1); font-weight: 650; letter-spacing: .12em; text-transform: uppercase; color: var(--coral-text) !important; }
.gcta__title { font-size: var(--step-2); font-weight: 600; line-height: 1.15; letter-spacing: -0.015em; color: var(--bone) !important; text-wrap: balance; }
.gcta .btn { margin-top: 8px; }
.gtable { margin-top: 18px; overflow-x: auto; }
.gtable table { border-collapse: separate; border-spacing: 3px; font-size: 0.8125rem; font-variant-numeric: tabular-nums; min-width: 560px; }
.gtable caption { text-align: left; font-size: var(--step--1); color: var(--charcoal); padding-bottom: 8px; }
.gtable th { font-weight: 650; color: var(--ink); padding: 4px 6px; text-align: center; }
.gtable tbody th { text-align: left; }
.gtable td { text-align: center; padding: 8px 4px; border-radius: 2px; background: rgb(222 83 70 / var(--a)); color: var(--ink); }
.gmail { margin-top: 12px; padding: 18px 20px; background: #fff; border: 1px solid #d9d7cf; border-radius: 2px; font: 0.9375rem/1.5 var(--font); color: var(--ink); white-space: pre-wrap; }
.grelated { margin-top: clamp(48px, 8vh, 72px); padding-top: 28px; border-top: 1px solid #d0cec6; }
.legal__main .grelated ul { list-style: none; padding: 0; }
.legal__main .ghub { list-style: none; padding: 0; margin-top: clamp(32px, 5vh, 48px); display: grid; gap: 44px 28px; }
@media (min-width: 700px) { .ghub { grid-template-columns: 1fr 1fr; } }
.ghub__item a { display: grid; gap: 10px; text-decoration: none; color: var(--ink); }
.ghub__item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 2px; }
.ghub__title { font-size: var(--step-1); font-weight: 650; line-height: 1.2; }
.ghub__item a:hover .ghub__title { color: #b8392d; }
.ghub__desc { font-size: 0.9375rem; color: var(--charcoal); }
.footer--guide { padding: 32px var(--gutter); }

/* ---------- 404 ---------- */

.notfound { min-height: 100vh; min-height: 100svh; display: grid; align-content: end; gap: 24px; padding: 0 var(--gutter) clamp(40px, 10vh, 96px); position: relative; overflow: hidden; }
.notfound img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.notfound::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(22, 22, 21, .85), rgba(22, 22, 21, .2) 60%); }
.notfound > *:not(img) { position: relative; z-index: 2; }
.notfound h1 { font-size: var(--step-4); font-weight: 620; font-variation-settings: "wdth" 125; letter-spacing: -0.04em; line-height: .94; max-width: 14ch; }
.notfound p { max-width: 46ch; color: var(--bone); }
