/* ============================================================
   RideMate Chiang Mai - warm editorial one-pager
   Palette pulled from the logo: cream paper, forest green,
   terracotta, temple gold.
   ============================================================ */

:root {
  --paper:        #f6f1e4;
  --paper-2:      #efe7d5;
  --paper-3:      #e6dcc6;
  --forest:       #2c3a2b;
  --forest-deep:  #1c2719;
  --forest-soft:  #4a5a44;
  --terracotta:   #b8552f;
  --terracotta-2: #d2764f;
  --gold:         #c09a52;
  --ink:          #23301f;
  --muted:        #6c7563;
  --wa:           #1f8f4e;
  --wa-dark:      #17703d;

  --rule:  1px solid color-mix(in srgb, var(--forest) 16%, transparent);
  --rule-2:1px solid color-mix(in srgb, var(--forest) 10%, transparent);

  --wrap: 1140px;
  --pad: clamp(1.15rem, 4vw, 2.5rem);
  --r: 4px;

  --font-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-body: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Paper grain - subtle, keeps it from looking like flat default UI */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
body > * { position: relative; z-index: 1; }

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

a { color: inherit; }

::selection { background: var(--terracotta); color: var(--paper); }

:where(a, button, [tabindex]):focus-visible {
  outline: 2.5px solid var(--terracotta);
  outline-offset: 3px;
  border-radius: 2px;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--forest);
  color: var(--paper);
  padding: .75rem 1.25rem;
  z-index: 999;
}
.skip:focus { left: 0; }

.dot { color: var(--terracotta); padding-inline: .15em; }

/* ── Type ─────────────────────────────────────────────── */

.eyebrow {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--forest-soft);
  margin: 0 0 1.1rem;
}
.eyebrow--light { color: color-mix(in srgb, var(--paper) 62%, transparent); }

.display {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 20, "WONK" 1;
  font-weight: 700;
  font-size: clamp(2.65rem, 1.4rem + 6vw, 5.4rem);
  line-height: .95;
  letter-spacing: -.025em;
  margin: 0 0 1.35rem;
  color: var(--forest);
  text-wrap: balance;
}
.display em,
.h2 em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 1;
  color: var(--terracotta);
}

.h2 {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 120, "SOFT" 20, "WONK" 1;
  font-weight: 700;
  font-size: clamp(2rem, 1.3rem + 3.1vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--forest);
  margin: 0 0 1.1rem;
  text-wrap: balance;
}
.h2--light { color: var(--paper); }
.h2--light em { color: var(--terracotta-2); }

.lead {
  font-size: clamp(1.08rem, 1rem + .45vw, 1.32rem);
  line-height: 1.55;
  color: color-mix(in srgb, var(--ink) 82%, var(--paper));
  max-width: 34ch;
  margin: 0 0 2rem;
}

/* ── Buttons ──────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .01em;
  text-decoration: none;
  padding: .95rem 1.6rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease, color .15s ease;
  min-height: 48px;
}
.btn:active { transform: translateY(1px); }

.btn--wa {
  background: var(--wa);
  color: #fff;
  box-shadow: 0 1px 0 color-mix(in srgb, var(--wa-dark) 80%, transparent),
              0 10px 22px -12px color-mix(in srgb, var(--wa-dark) 90%, transparent);
}
.btn--wa:hover { background: var(--wa-dark); }

.btn--ghost {
  background: transparent;
  color: var(--forest);
  border-color: color-mix(in srgb, var(--forest) 32%, transparent);
}
.btn--ghost:hover {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
}

.btn--sm { padding: .6rem 1.05rem; font-size: .9rem; min-height: 42px; }
.btn--lg { padding: 1.1rem 2rem; font-size: 1.08rem; min-height: 56px; }

.ico { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; }

/* ── Top bar ──────────────────────────────────────────── */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(150%) blur(10px);
  -webkit-backdrop-filter: saturate(150%) blur(10px);
  border-bottom: var(--rule-2);
}
.topbar__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 68px;
  padding-block: .55rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  margin-right: auto;
}
.brand__mark { width: 40px; height: 40px; border-radius: 50%; }
.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand__text strong {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 30, "SOFT" 20;
  font-weight: 700;
  font-size: 1.24rem;
  letter-spacing: -.015em;
  color: var(--forest);
}
.brand__text span {
  font-size: .61rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 700;
  margin-top: .18rem;
}
.topbar__nav {
  display: flex;
  gap: 1.6rem;
  font-size: .93rem;
  font-weight: 600;
}
.topbar__nav a {
  text-decoration: none;
  color: var(--forest-soft);
  padding-block: .35rem;
  border-bottom: 1.5px solid transparent;
}
.topbar__nav a:hover { color: var(--forest); border-bottom-color: var(--terracotta); }

@media (max-width: 860px) { .topbar__nav { display: none; } }
@media (max-width: 420px) {
  .topbar .btn--sm { padding-inline: .9rem; }
  .topbar .btn--sm { font-size: 0; gap: 0; }
  .topbar .btn--sm .ico { width: 1.25rem; height: 1.25rem; }
}

/* ── Hero ─────────────────────────────────────────────── */

.hero { padding-top: clamp(2.5rem, 6vw, 5rem); }

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-bottom: 1.5rem;
}

.hero__note {
  font-size: .92rem;
  color: var(--muted);
  margin: 0;
}

.hero__art {
  position: relative;
  display: grid;
  place-items: center;
}
.hero__disc {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--forest) 12%, transparent),
    0 34px 60px -34px color-mix(in srgb, var(--forest-deep) 70%, transparent);
}
.hero__disc img { width: 100%; height: 100%; object-fit: cover; }

.hero__disc::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--forest) 22%, transparent);
  pointer-events: none;
}

.stamp {
  position: absolute;
  right: 0;
  top: 1%;
  width: 96px;
  height: 96px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--paper);
  font-family: var(--font-display);
  font-variation-settings: "opsz" 20, "SOFT" 30, "WONK" 1;
  font-weight: 600;
  font-size: .82rem;
  line-height: 1.15;
  rotate: -11deg;
  box-shadow: 0 12px 24px -14px color-mix(in srgb, var(--forest-deep) 90%, transparent);
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { order: 2; }
  .hero__art  { order: 1; }
  .hero__disc { width: min(64%, 268px); }
  .stamp { width: 72px; height: 72px; font-size: .68rem; right: 2%; top: 0; }
  .lead { max-width: 46ch; }
}

/* Ticker strip */
.ticker {
  list-style: none;
  margin: 0;
  padding: 1.05rem var(--pad);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem clamp(1.2rem, 3.5vw, 2.6rem);
  border-block: var(--rule);
  background: color-mix(in srgb, var(--paper-2) 70%, transparent);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--forest-soft);
}
.ticker li { display: flex; align-items: center; gap: .5rem; }
.ticker li::before {
  content: "";
  width: 6px;
  height: 6px;
  rotate: 45deg;
  background: var(--terracotta);
  flex: none;
}

/* ── Sections ─────────────────────────────────────────── */

.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.section--alt {
  background: var(--paper-2);
  border-block: var(--rule-2);
}

.section__head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__intro {
  color: var(--muted);
  max-width: 48ch;
  margin: 0;
  font-size: 1.05rem;
}

/* ── Bikes ────────────────────────────────────────────── */

.bikes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(240px, 30%, 300px), 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.bike {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--forest) 18%, transparent);
  border-radius: var(--r);
  padding: clamp(1.4rem, 2.6vw, 2rem);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bike:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--terracotta) 55%, transparent);
  box-shadow: 0 22px 40px -28px color-mix(in srgb, var(--forest-deep) 75%, transparent);
}

.bike__head { border-bottom: var(--rule-2); padding-bottom: 1.1rem; }

.bike__name {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 60, "SOFT" 20, "WONK" 1;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0 0 .15rem;
  line-height: 1.2;
}
.bike__name span {
  display: block;
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--forest);
  letter-spacing: -.02em;
}
.bike__tag {
  margin: .5rem 0 0;
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.45;
}
/* keep the price rows on the same baseline across all three cards,
   even when one tagline wraps onto a second line */
@media (min-width: 680px) {
  .bike__tag { min-height: 2.9em; }
}

.bike__prices {
  margin: 1.25rem 0 1.6rem;
  display: grid;
  gap: .9rem;
  flex: 1;
}
.price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.price dt {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.price dd {
  margin: 0;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 100, "SOFT" 10;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--forest-soft);
  letter-spacing: -.02em;
  font-variant-numeric: lining-nums tabular-nums;
}
.price--hero dd {
  font-size: clamp(2.3rem, 1.6rem + 1.6vw, 2.9rem);
  font-weight: 700;
  color: var(--terracotta);
}
.baht {
  font-size: .58em;
  vertical-align: .18em;
  margin-right: .06em;
  opacity: .75;
}
.per {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--muted);
  margin-left: .25rem;
  vertical-align: .1em;
}

.bike__cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  color: var(--forest);
  padding-top: 1rem;
  border-top: var(--rule-2);
  min-height: 44px;
}
.bike__cta span { transition: translate .18s ease; color: var(--terracotta); }
.bike__cta:hover { color: var(--terracotta); }
.bike__cta:hover span { translate: 5px 0; }

/* ── Included / notes ─────────────────────────────────── */

.incl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: start;
}

.checks {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.checks li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.55;
  color: color-mix(in srgb, var(--ink) 85%, var(--paper));
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 1.05rem;
  height: .55rem;
  border-left: 2.5px solid var(--terracotta);
  border-bottom: 2.5px solid var(--terracotta);
  rotate: -45deg;
}
.checks strong { color: var(--forest); }

.notes { margin: 1.75rem 0 0; display: grid; gap: 1.35rem; }
.notes > div { border-top: var(--rule); padding-top: 1.1rem; }
.notes dt {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 40, "SOFT" 20, "WONK" 1;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--forest);
  margin-bottom: .3rem;
}
.notes dd {
  margin: 0;
  color: var(--muted);
  font-size: .97rem;
  line-height: 1.55;
}

/* ── About ────────────────────────────────────────────── */

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.about__mark {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  max-width: 340px;
  width: 100%;
  margin-inline: auto;
  filter: saturate(.92);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--forest) 12%, transparent),
              0 30px 55px -34px color-mix(in srgb, var(--forest-deep) 70%, transparent);
}
.about__copy p {
  color: color-mix(in srgb, var(--ink) 84%, var(--paper));
  max-width: 56ch;
  margin: 0 0 1.1rem;
}
.about__copy p:last-child { margin-bottom: 0; }

@media (max-width: 820px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__mark { max-width: 220px; order: 2; }
  .about__copy { order: 1; }
}

/* ── Booking band ─────────────────────────────────────── */

.book {
  background: var(--forest-deep);
  color: var(--paper);
  padding-block: clamp(3.5rem, 8vw, 6rem);
  background-image:
    radial-gradient(120% 90% at 12% 0%, color-mix(in srgb, var(--forest) 85%, transparent) 0%, transparent 62%);
}
.book__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: center;
}
.book__lead {
  color: color-mix(in srgb, var(--paper) 76%, transparent);
  max-width: 42ch;
  font-size: 1.08rem;
  margin: 0 0 2rem;
}
.book__req {
  margin: -1.1rem 0 1.9rem;
  padding-left: .95rem;
  border-left: 2px solid var(--terracotta);
  max-width: 42ch;
  font-size: .93rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--paper) 66%, transparent);
}

.book__ig {
  margin: 1.4rem 0 0;
  font-size: .95rem;
  color: color-mix(in srgb, var(--paper) 62%, transparent);
}
.book__ig a {
  color: var(--terracotta-2);
  font-weight: 700;
  text-underline-offset: 4px;
}

.qr { margin: 0; text-align: center; }
.qr__link {
  display: block;
  width: min(100%, 290px);
  margin-inline: auto;
  padding: 1.1rem;
  background: var(--paper);
  border-radius: 6px;
  box-shadow: 0 26px 50px -28px rgba(0,0,0,.85);
  rotate: -1.5deg;
  transition: rotate .25s ease, transform .25s ease;
}
.qr__link:hover { rotate: 0deg; transform: translateY(-4px); }
.qr__link img { width: 100%; }

.qr figcaption {
  margin-top: 1.35rem;
  font-size: .93rem;
  color: color-mix(in srgb, var(--paper) 62%, transparent);
  line-height: 1.5;
  max-width: 30ch;
  margin-inline: auto;
}
.qr figcaption strong {
  display: block;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 40, "SOFT" 20, "WONK" 1;
  font-size: 1.15rem;
  color: var(--paper);
  margin-bottom: .2rem;
}

@media (max-width: 820px) {
  .book__grid { grid-template-columns: 1fr; }
  .qr { order: 2; }
}

/* ── Footer ───────────────────────────────────────────── */

.footer {
  background: var(--forest-deep);
  color: color-mix(in srgb, var(--paper) 60%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--paper) 12%, transparent);
  padding-block: 2rem;
  font-size: .9rem;
  padding-bottom: max(2rem, calc(env(safe-area-inset-bottom) + 5.5rem));
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.75rem;
}
.footer__brand { margin: 0; margin-right: auto; }
.footer__brand strong {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 30, "SOFT" 20;
  color: var(--paper);
  font-size: 1.05rem;
}
.footer__links { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer__links a { text-decoration: none; }
.footer__links a:hover { color: var(--terracotta-2); }
.footer__legal { margin: 0; opacity: .7; }

@media (min-width: 861px) {
  .footer { padding-bottom: 2rem; }
}

/* ── Mobile sticky WhatsApp button ────────────────────── */

.fab {
  position: fixed;
  left: 50%;
  translate: -50% 0;
  bottom: max(.9rem, env(safe-area-inset-bottom));
  z-index: 60;
  display: none;
  align-items: center;
  gap: .55rem;
  background: var(--wa);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: .85rem 1.7rem;
  border-radius: 999px;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.55);
  min-height: 50px;
}
.fab svg { width: 1.3rem; height: 1.3rem; fill: currentColor; }
.fab:active { background: var(--wa-dark); }

@media (max-width: 860px) {
  .fab { display: inline-flex; }
}

/* ── Sub-pages: booking form, thanks ──────────────────── */

.page { padding-block: clamp(2.75rem, 7vw, 5rem); }
.page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: start;
}
@media (max-width: 820px) {
  .page__grid { grid-template-columns: 1fr; }
  .page__aside { order: 2; }
}

/* no sticky WhatsApp button on these pages, so no room needed for it */
.footer--plain { padding-bottom: 2rem; }

/* the licence + deposit reminder, on paper instead of the dark band */
.book__req--ink {
  margin: 1.6rem 0 2.25rem;
  color: var(--muted);
}

/* the QR card on a light background */
.qr--light { max-width: 320px; margin-inline: auto; }
.qr__card {
  width: min(100%, 260px);
  margin-inline: auto;
  padding: 1.1rem;
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--forest) 18%, transparent);
  border-radius: 6px;
  box-shadow: 0 22px 40px -28px color-mix(in srgb, var(--forest-deep) 75%, transparent);
  rotate: -1.5deg;
}
.qr__card img { width: 100%; }
.qr--light figcaption { color: var(--muted); max-width: 34ch; }
.qr--light figcaption strong { color: var(--forest); }

/* ── Booking form ─────────────────────────────────────── */

.form {
  display: grid;
  gap: 1.4rem;
  max-width: 34rem;
  margin: 2rem 0 0;
}
.form__hp[hidden] { display: none; }

.field { display: grid; gap: .4rem; }
.field > label {
  font-weight: 700;
  font-size: .95rem;
  color: var(--forest);
}
.field__hint {
  margin: 0;
  font-size: .87rem;
  line-height: 1.45;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: .7rem .85rem;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid color-mix(in srgb, var(--forest) 30%, transparent);
  border-radius: var(--r);
  transition: border-color .15s ease;
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:hover,
.field select:hover,
.field textarea:hover { border-color: color-mix(in srgb, var(--forest) 50%, transparent); }
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 2.5px solid var(--terracotta);
  outline-offset: 1px;
  border-color: var(--terracotta);
}

.form__actions { margin: .35rem 0 0; }
.form__note {
  margin: 0;
  font-size: .89rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 42ch;
}

/* ── Thanks page ──────────────────────────────────────── */

.thanks { max-width: 46ch; }
.thanks__lead {
  font-size: clamp(1.05rem, 1rem + .35vw, 1.2rem);
  line-height: 1.55;
  color: color-mix(in srgb, var(--ink) 82%, var(--paper));
  margin: 0 0 1.1rem;
}
.thanks__note {
  margin: 0 0 2rem;
  font-size: .95rem;
  color: var(--muted);
}
