/* ==========================================================================
   Preheat — landing page
   Palette and type lifted from the design draft; colours adjusted where the
   draft failed WCAG AA at body size (see --muted / --link).
   ========================================================================== */

/* ---------- Fonts (self-hosted, no third-party request) ---------- */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/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: 300 800;
  font-display: swap;
  src: url('/fonts/bricolage-latin-ext.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('/fonts/instrument-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('/fonts/instrument-latin-ext.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 {
  --cream: #fbf5ec;
  --cream-deep: #f7eddc;
  --cream-warm: #fbf3e3;
  --white: #fffdf8;
  --ink: #2b1b12;
  --ink-2: #3a281c;
  --ink-soft: #5c4636;
  --muted: #7a6250; /* AA at body size on --cream (5.2:1) */
  --muted-lg: #8a6f5b; /* large text / on dark only */
  --line: #eadfce;
  --line-soft: #f2eada;
  --line-dark: #4a3526;

  --terracotta: #c34e24;
  --link: #a83e19; /* AA at body size (5.8:1) */
  --link-hover: #85300f;
  --maple: #8a2f2f;
  --honey: #f5c64f;
  --sage-bg: #e4f0df;
  --sage-fg: #3e6b34;
  --blush-bg: #f6e3db;

  --sans: 'Instrument Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, sans-serif;
  --display: 'Bricolage Grotesque', var(--sans);

  --gutter: clamp(20px, 5vw, 56px);
  --radius: 16px;
  --radius-lg: 20px;
  --shadow-sm: 0 10px 26px rgba(43, 27, 18, 0.08);
  --shadow-md: 0 12px 32px rgba(43, 27, 18, 0.1);
  --shadow-lg: 0 20px 48px rgba(43, 27, 18, 0.18);
}

/* ---------- Base ---------- */

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

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

p {
  margin: 0;
  text-wrap: pretty;
}

a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

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

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 20px;
  border-radius: 0 0 10px 0;
  font-weight: 600;
}
.skip-link:focus {
  left: 0;
  color: var(--cream);
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 16px;
}

.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;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 12px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.15s ease, transform 0.15s ease,
    border-color 0.15s ease;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.btn:active {
  transform: none;
}

.btn--ink {
  background: var(--ink);
  color: var(--cream);
}
.btn--ink:hover {
  background: #1d110a;
  color: var(--cream);
}

.btn--terracotta {
  background: var(--terracotta);
  color: var(--cream);
  font-weight: 700;
}
.btn--terracotta:hover {
  background: var(--link-hover);
  color: var(--cream);
}

.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--outline:hover {
  background: var(--ink);
  color: var(--cream);
}

.btn--ghost {
  background: transparent;
  color: var(--muted);
  border-color: #d9c8b0;
  cursor: default;
}

.btn--sm {
  padding: 10px 20px;
  font-size: 15px;
}

.btn--block {
  display: block;
  width: 100%;
}

/* ---------- Header ---------- */

.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  flex-shrink: 0;
}
.brand:hover {
  text-decoration: none;
  color: var(--ink);
}
.brand__mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--terracotta);
  display: grid;
  place-items: center;
  color: var(--cream);
  font-family: var(--display);
  font-weight: 800;
  font-size: 19px;
}
.brand__word {
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.site-nav {
  display: flex;
  gap: 28px;
  font-size: 15px;
}
.site-nav a {
  color: var(--ink-soft);
}
.site-nav a:hover {
  color: var(--link);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.flag-pill {
  font-size: 13px;
  font-weight: 600;
  color: var(--maple);
  background: var(--blush-bg);
  border: 1px solid #e8c8ba;
  padding: 6px 12px;
  border-radius: 99px;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 8px 12px;
  font: inherit;
  font-size: 15px;
  color: var(--ink-soft);
  cursor: pointer;
}

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
  padding-block: clamp(48px, 8vw, 76px) clamp(56px, 9vw, 84px);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.hero h1 {
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1.04;
}
.hero h1 em {
  font-style: normal;
  color: var(--terracotta);
}

.hero__sub {
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  margin-top: 24px;
  max-width: 520px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 20px;
  font-size: 14px;
  color: var(--muted);
  list-style: none;
  padding: 0;
}
.trust-row li::before {
  content: '✓';
  color: var(--sage-fg);
  font-weight: 700;
  margin-right: 6px;
}

/* Animations, disabled under reduced-motion */
.rise {
  animation: rise 0.7s ease both;
}
.rise--delay {
  animation-delay: 0.15s;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Waitlist form ---------- */

.waitlist {
  margin-top: 28px;
  max-width: 480px;
}
.waitlist__row {
  display: flex;
  gap: 10px;
}
.waitlist input[type='email'] {
  flex: 1;
  min-width: 0;
  font-family: var(--sans);
  font-size: 16px;
  padding: 14px 18px;
  border: 1.5px solid #d9c8b0;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
}
.waitlist input[type='email']::placeholder {
  color: #a8917b;
}
.waitlist__msg {
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.5;
  min-height: 1.2em;
}
.waitlist__msg[data-state='error'] {
  color: #a3231f;
}
.waitlist__msg[data-state='ok'] {
  color: var(--sage-fg);
  font-weight: 600;
}
/* Honeypot — hidden from humans, catches naive bots */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ---------- Hero mockup ---------- */

.mock {
  position: relative;
  min-height: 380px;
}

.mock__card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
}

.mock__dms {
  padding: 18px;
  width: min(300px, 100%);
  transform: rotate(-3deg);
}
.mock__handle {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 10px;
}
.mock__thread {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mock__bubble {
  background: #f2ece0;
  border-radius: 12px 12px 12px 4px;
  padding: 9px 12px;
  font-size: 13px;
  max-width: 85%;
}
.mock__bubble:last-child {
  opacity: 0.55;
}

.mock__arrow {
  position: absolute;
  left: 62%;
  top: 30%;
  background: var(--ink);
  color: var(--honey);
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 99px;
  box-shadow: 0 8px 20px rgba(43, 27, 18, 0.25);
  z-index: 3;
  white-space: nowrap;
}

.mock__order {
  position: absolute;
  left: 22%;
  top: 42%;
  width: min(320px, 92%);
  padding: 22px;
  box-shadow: 0 18px 44px rgba(43, 27, 18, 0.16);
  transform: rotate(2deg);
}
.mock__order-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.mock__order-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 17px;
}
.badge-paid {
  background: var(--sage-bg);
  color: var(--sage-fg);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  white-space: nowrap;
}
.mock__dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  font-size: 14px;
  margin: 0;
}
.mock__dl dt {
  color: var(--muted);
}
.mock__dl dd {
  margin: 0;
  font-weight: 600;
  color: var(--ink);
}
.mock__slot {
  margin-top: 16px;
  background: var(--cream-warm);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: #6d4f26;
}

/* ---------- Pain strip ---------- */

.pain {
  background: var(--ink);
  color: #efe0cd;
  padding-block: 36px;
}
.pain__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pain h2 {
  font-family: var(--display);
  font-size: clamp(20px, 2.6vw, 22px);
  font-weight: 600;
  letter-spacing: -0.01em;
  max-width: 400px;
  line-height: 1.3;
}
.pain__stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pain__stats li {
  max-width: 210px;
}
.pain__stats strong {
  color: var(--honey);
  display: block;
}

/* ---------- Sections ---------- */

.section {
  padding-block: clamp(56px, 9vw, 88px);
}
.section__title {
  font-size: clamp(30px, 4.6vw, 40px);
  margin-bottom: 12px;
}
.section__lede {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 560px;
  margin-bottom: 48px;
}

/* ---------- How it works ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.step__n {
  font-family: var(--display);
  font-weight: 800;
  font-size: 15px;
  color: var(--terracotta);
  margin-bottom: 14px;
}
.step h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 8px;
}
.step p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* ---------- e-Transfer band ---------- */

.etransfer {
  background: var(--maple);
  border-radius: 24px;
  padding: clamp(32px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  color: #f9ede4;
}
.etransfer .eyebrow {
  color: #f0c4b2;
}
.etransfer h2 {
  font-size: clamp(28px, 4.2vw, 38px);
  line-height: 1.1;
}
.etransfer h2 em {
  font-style: normal;
  color: var(--honey);
}
.etransfer p {
  font-size: 17px;
  line-height: 1.65;
  color: #f2ded2;
  margin-top: 20px;
  max-width: 480px;
}

.receipt {
  background: var(--white);
  color: var(--ink);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}
.receipt__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.receipt__line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
  margin-bottom: 8px;
}
.receipt__line--muted {
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.receipt__line strong {
  font-weight: 700;
}
.receipt__box {
  background: var(--cream-deep);
  border-radius: 12px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
}
.receipt__box b {
  display: block;
  margin-bottom: 4px;
}
.receipt__ref {
  color: var(--muted);
  margin-top: 6px;
}
.receipt__ref strong {
  color: var(--ink);
}
.receipt__foot {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
}

/* ---------- Story ---------- */

.story {
  max-width: 820px;
}
.story h2 {
  font-size: clamp(28px, 4.2vw, 38px);
  line-height: 1.12;
}
.story p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-top: 22px;
  max-width: 640px;
}
.story__sign {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.story__names {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  color: var(--muted);
}
.story__stamp {
  background: var(--honey);
  color: var(--ink);
  border-radius: 12px;
  padding: 10px 16px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(43, 27, 18, 0.14);
  transform: rotate(-1.5deg);
}

/* ---------- Comparison table ---------- */

.compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.compare {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px;
  font-size: 15px;
  text-align: left;
}
.compare th,
.compare td {
  padding: 16px 24px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.compare thead th {
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  padding-block: 18px;
}
.compare thead th.is-us {
  font-family: var(--display);
  font-weight: 800;
  background: var(--cream-warm);
  border-bottom: 2px solid var(--terracotta);
  color: var(--terracotta);
}
.compare tbody th {
  font-weight: 400;
  color: var(--ink-soft);
}
.compare td.is-us {
  font-weight: 700;
  background: var(--cream-warm);
  color: var(--sage-fg);
}
.compare .neg {
  color: #8a2f2f;
}
.compare .na {
  color: var(--muted);
}
.compare tbody tr:last-child th,
.compare tbody tr:last-child td {
  border-bottom: 0;
}
.compare__note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
}

/* ---------- Pricing ---------- */

.pricing {
  background: var(--cream-deep);
}
.pricing__head {
  text-align: center;
  margin-bottom: 40px;
}
.pricing__head p {
  font-size: 17px;
  color: var(--ink-soft);
  margin: 12px auto 0;
  max-width: 520px;
}

.currency-toggle {
  display: inline-flex;
  gap: 4px;
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 4px;
}
.currency-toggle button {
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 99px;
  padding: 7px 18px;
  cursor: pointer;
}
.currency-toggle button[aria-pressed='true'] {
  background: var(--ink);
  color: var(--cream);
}

.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
  list-style: none;
  padding: 0;
}
.tier {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 36px;
  display: flex;
  flex-direction: column;
}
.tier__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tier__price {
  font-family: var(--display);
  font-weight: 800;
  font-size: 44px;
  margin: 14px 0 4px;
  line-height: 1;
}
.tier__price span {
  font-size: 17px;
  font-weight: 600;
  color: var(--muted);
}
.tier__note {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 24px;
}
.tier__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-soft);
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tier__features li::before {
  content: '✓';
  color: var(--sage-fg);
  font-weight: 700;
  margin-right: 8px;
}
.tier__features li.is-limit::before {
  content: '·';
  color: var(--muted);
}
.tier__cta {
  margin-top: 28px;
}

.tier--featured {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
  position: relative;
  box-shadow: 0 20px 48px rgba(43, 27, 18, 0.28);
}
.tier--featured .tier__price span,
.tier--featured .tier__note {
  color: #cbb69c;
}
.tier--featured .tier__features {
  color: #efe0cd;
}
.tier--featured .tier__features li::before {
  color: var(--honey);
}
.tier__flag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--honey);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 99px;
  white-space: nowrap;
}
.tier__soon {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: #f2ece0;
  color: var(--muted);
  padding: 4px 8px;
  border-radius: 99px;
}
.pricing__foot {
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  color: var(--muted);
}

/* ---------- FAQ ---------- */

.faq {
  max-width: 860px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 24px;
}
.faq summary {
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: '+';
  font-family: var(--display);
  font-size: 22px;
  color: var(--terracotta);
  line-height: 1;
  flex-shrink: 0;
}
.faq details[open] summary::after {
  content: '−';
}
.faq details p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-top: 12px;
}

/* ---------- Final CTA + footer ---------- */

.final {
  background: var(--ink);
  color: var(--cream);
  padding-block: clamp(56px, 9vw, 88px) 40px;
}
.final__head {
  text-align: center;
}
.final h2 {
  font-size: clamp(30px, 5vw, 44px);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.1;
}
.final .waitlist {
  margin: 32px auto 0;
  max-width: 460px;
}
.final .waitlist input[type='email'] {
  border-color: #5c4636;
  background: var(--ink-2);
  color: var(--cream);
}
.final .waitlist input[type='email']::placeholder {
  color: #a08a76;
}
.final__perk {
  font-size: 14px;
  color: #cbb69c;
  margin-top: 16px;
  text-align: center;
}
.final .waitlist__msg[data-state='ok'] {
  color: var(--honey);
}
.final .waitlist__msg[data-state='error'] {
  color: #f0a9a2;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  font-size: 13px;
  color: #a38b76;
}
.site-footer__word {
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  color: #efe0cd;
}
.site-footer nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.site-footer a {
  color: #a38b76;
}
.site-footer a:hover {
  color: var(--cream);
}

/* ---------- Legal pages ---------- */

.legal {
  max-width: 740px;
  margin: 0 auto;
}
.legal h1 {
  font-size: clamp(32px, 5vw, 44px);
}
.legal__meta {
  font-size: 14px;
  color: var(--muted);
  margin-top: 16px;
}
.legal h2 {
  font-size: clamp(21px, 2.8vw, 24px);
  margin-top: 48px;
  letter-spacing: -0.01em;
}
.legal h3 {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 28px;
}
.legal p,
.legal li {
  color: var(--ink-soft);
  line-height: 1.7;
  margin-top: 14px;
}
.legal ul {
  padding-left: 22px;
  margin: 0;
}
.legal li {
  margin-top: 10px;
}
.legal strong {
  color: var(--ink);
}

/* The plain-language summary at the top of each policy. */
.tldr {
  background: var(--cream-warm);
  border: 1px solid var(--line);
  border-left: 4px solid var(--terracotta);
  border-radius: 14px;
  padding: 24px 28px;
  margin-top: 36px;
}
.tldr h2 {
  margin-top: 0;
  font-size: 15px;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
}
.tldr p:first-of-type {
  margin-top: 10px;
}

.legal__nav {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }
  .mock {
    display: none; /* decorative; the hero copy carries the message on tablet */
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .etransfer {
    grid-template-columns: 1fr;
  }
  .tiers {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  .tier--featured {
    order: -1;
  }
}

@media (max-width: 860px) {
  .site-nav,
  .flag-pill {
    display: none;
  }
  .site-nav.is-open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter) 16px;
  }
  .site-nav.is-open a {
    padding-block: 12px;
    border-top: 1px solid var(--line);
  }
  .site-header__inner {
    position: relative;
  }
  .nav-toggle {
    display: block;
    order: 3;
  }
  .header__actions .btn {
    display: none;
  }
  .pain__inner {
    gap: 24px;
  }
  .pain__stats {
    gap: 20px 32px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .waitlist__row {
    flex-direction: column;
  }
  .waitlist .btn {
    width: 100%;
  }
  .site-footer {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .btn:hover {
    transform: none;
  }
}

@media print {
  .site-header,
  .waitlist,
  .nav-toggle {
    display: none;
  }
}
