/* OA Systems — shared design system (from ny-design) */

:root {
  --ink: #0a1210;
  --fog: #eef2f1;
  --paper: #f7f9f8;
  --spruce: #187a61;
  --spruce-deep: #0e4a3c;
  --muted: rgba(10, 18, 16, 0.58);
  --line: rgba(10, 18, 16, 0.1);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --pad: clamp(1.15rem, 3.5vw, 3rem);
  --mint: #8fd4bc;
  --light: #f4f7f6;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.syne {
  font-family: Syne, system-ui, sans-serif;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

/* Progress */
.progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: var(--spruce); z-index: 70;
  transform-origin: left;
}

/* ===== NAV (over hero / dark contexts) ===== */
.nav {
  position: relative; z-index: 5;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem var(--pad) 0;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.55rem;
  text-decoration: none; font-weight: 700;
}
.brand svg { height: 1.45rem; width: auto; }
.brand span { font-family: Syne, sans-serif; font-size: 1.05rem; letter-spacing: -0.03em; }
.nav-desk { display: none; gap: 1.15rem; align-items: center; }
.nav-desk a {
  text-decoration: none; font-size: 0.84rem; font-weight: 600;
  color: rgba(244, 247, 246, 0.78);
}
.nav-desk a:hover { color: #fff; }
.nav-cta {
  background: var(--light); color: var(--ink);
  padding: 0.55rem 0.9rem; font-size: 0.82rem; font-weight: 700;
  text-decoration: none;
}
.burger {
  background: none; border: 0; color: inherit; padding: 0.45rem;
  min-width: 44px; min-height: 44px; cursor: pointer;
}
@media (min-width: 980px) {
  .nav-desk { display: flex; }
  .burger { display: none; }
}

/* Interior sticky nav (paper / light) */
.nav-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem var(--pad);
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.nav-bar .brand { color: var(--ink); }
.nav-bar .nav-desk a {
  color: var(--muted);
}
.nav-bar .nav-desk a:hover { color: var(--ink); }
.nav-bar .nav-cta {
  background: var(--ink);
  color: var(--light);
}
.nav-bar .nav-cta:hover { background: var(--spruce-deep); }
.nav-bar .burger { color: var(--ink); }

/* Drawer */
.drawer {
  display: none; position: fixed; inset: 0; z-index: 80;
  background: rgba(8, 14, 12, 0.97); color: var(--light);
  padding: 1rem var(--pad); flex-direction: column;
}
.drawer.open { display: flex; }
.drawer nav {
  flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 1.35rem;
  font-size: clamp(1.5rem, 6vw, 2rem); font-weight: 700;
}
.drawer a { text-decoration: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0.85rem 1.2rem;
  background: var(--light); color: var(--ink);
  text-decoration: none; font-weight: 700; font-size: 0.95rem;
  border: 0; cursor: pointer;
  transition: transform 0.15s var(--ease), background 0.15s;
}
.btn:hover { background: #fff; }
.btn:active { transform: scale(0.98); }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px;
  color: var(--light); font-weight: 600; font-size: 0.95rem;
  text-decoration: underline; text-underline-offset: 4px;
  text-decoration-color: rgba(244, 247, 246, 0.4);
  background: none; border: 0; cursor: pointer;
}
.btn-ink {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0.85rem 1.2rem;
  background: var(--ink); color: var(--light);
  text-decoration: none; font-weight: 700; font-size: 0.95rem;
  border: 0; cursor: pointer;
  transition: transform 0.15s var(--ease), background 0.15s;
}
.btn-ink:hover { background: var(--spruce-deep); }
.btn-ink:active { transform: scale(0.98); }

/* Type helpers */
.eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--spruce);
}
.lead {
  margin: 0.75rem 0 0;
  color: var(--muted);
  max-width: 36rem;
}

/* Layout helpers */
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.section {
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--pad);
}
.page-hero {
  padding: clamp(2rem, 5vw, 3.5rem) var(--pad) clamp(1.5rem, 3vw, 2rem);
  background: var(--fog);
}
.page-hero h1.syne,
.page-hero h1 {
  margin: 0;
  font-family: Syne, system-ui, sans-serif;
  letter-spacing: -0.045em;
  line-height: 0.95;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  max-width: 16ch;
}
.page-hero .lead { margin-top: 0.85rem; }

/* ===== HERO FULL (homepage) ===== */
.hero-full {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr;
  color: var(--light);
  overflow: hidden;
}
.hero-full .hero-media {
  position: absolute; inset: 0;
}
.hero-full .hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.04);
  animation: drift 28s ease-in-out infinite alternate;
}
.hero-full .hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 12, 0.45) 0%, rgba(8, 14, 12, 0.12) 38%, rgba(8, 14, 12, 0.82) 100%);
}
@media (min-width: 900px) {
  .hero-full .hero-shade {
    background:
      linear-gradient(105deg, rgba(8, 14, 12, 0.78) 0%, rgba(8, 14, 12, 0.35) 45%, rgba(8, 14, 12, 0.2) 100%),
      linear-gradient(180deg, rgba(8, 14, 12, 0.35) 0%, transparent 40%, rgba(8, 14, 12, 0.88) 100%);
  }
}
.hero-end {
  position: relative; z-index: 4;
  margin-top: auto;
  padding: 2rem var(--pad) max(1.5rem, env(safe-area-inset-bottom));
}
.hero-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.3fr 0.9fr;
    align-items: end;
    gap: 3rem;
    padding-bottom: 1rem;
  }
}
.hero-name {
  margin: 0;
  font-size: clamp(3.2rem, 12vw, 7.5rem);
  font-weight: 800;
}
.hero-line {
  margin: 0.9rem 0 0;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 18ch;
}
.hero-side { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 900px) {
  .hero-side { padding-bottom: 0.4rem; }
}
.hero-sub {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 500;
  color: rgba(244, 247, 246, 0.7);
  max-width: 28ch;
}
.hero-actions {
  display: flex; flex-direction: column; gap: 0.7rem;
}
@media (min-width: 520px) {
  .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; }
}
.status-row {
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.1rem;
  margin-top: 0.25rem;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(244, 247, 246, 0.5);
}
.status-row i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--mint); display: inline-block;
  margin-right: 0.35rem; vertical-align: middle;
}

/* ===== SIGNAL ===== */
.signal {
  background: var(--ink);
  color: #e8efec;
  padding: clamp(2.75rem, 7vw, 5.5rem) var(--pad);
}
.signal-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; gap: 1.5rem;
}
@media (min-width: 900px) {
  .signal-inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 4rem; align-items: end;
  }
}
.signal .eyebrow {
  margin: 0 0 0.75rem;
  color: var(--mint);
}
.signal h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4.5vw, 3.4rem);
  font-weight: 700;
  max-width: 12ch;
}
.chat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
}
.chat p {
  margin: 0;
  padding: 0.75rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 92%;
}
.chat p + p { margin-top: 0.55rem; }
.chat .bot { background: rgba(255, 255, 255, 0.08); }
.chat .user {
  background: var(--spruce);
  margin-left: auto;
}
.chat .note {
  margin-top: 0.85rem;
  font-size: 0.75rem;
  color: rgba(232, 239, 236, 0.45);
  padding: 0;
  background: none;
}

/* ===== WORK ===== */
.work {
  padding: clamp(2.75rem, 7vw, 5rem) var(--pad);
  background: var(--fog);
}
.work-inner { max-width: 1280px; margin: 0 auto; }
.work .eyebrow { margin: 0 0 0.6rem; }
.work h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 700;
  max-width: 14ch;
}
.work .lead {
  margin: 0.75rem 0 0;
  color: var(--muted);
  max-width: 36rem;
}
.tracks {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 700px) {
  .tracks {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1100px) {
  .tracks { grid-template-columns: repeat(4, 1fr); }
}
.track {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color 0.2s;
}
.track:hover { border-color: rgba(10, 18, 16, 0.28); }
.track:hover .t-title { color: var(--spruce); }
.t-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dde5e2;
}
.t-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.track:hover .t-img img { transform: scale(1.04); }
.t-body { padding: 1rem 1.05rem 1.15rem; }
.t-num {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; color: var(--spruce);
  text-transform: uppercase;
}
.t-title {
  margin: 0.35rem 0 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}
.t-desc {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* ===== OFFER ===== */
.offer {
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--pad);
}
.offer-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; gap: 1.5rem;
}
@media (min-width: 900px) {
  .offer-inner {
    grid-template-columns: 0.85fr 1.35fr;
    gap: 2.5rem; align-items: center;
  }
}
.offer .eyebrow { margin: 0 0 0.55rem; }
.offer h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 700;
}
.offer .lead { margin: 0.7rem 0 0; color: var(--muted); }
.offer-prices {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 640px) {
  .offer-prices { grid-template-columns: 1fr 1fr; }
}
.price-box {
  background: var(--ink); color: #e8efec;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  display: flex; flex-direction: column;
  height: 100%;
}
.price-box .tag {
  margin: 0;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mint);
}
.price-box .amt {
  margin: 0.75rem 0 0;
  font-family: Syne, sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 800; letter-spacing: -0.04em;
}
.price-box .amt .exvat,
.amt .exvat,
.amt-line .exvat {
  display: block;
  margin-top: 0.2rem;
  font-family: Outfit, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.price-box:not(.soft) .amt .exvat {
  color: rgba(232, 239, 236, 0.55);
}
.price-box .amt small {
  display: block; margin-top: 0.25rem;
  font-family: Outfit, sans-serif;
  font-size: 0.8rem; font-weight: 500;
  color: rgba(232, 239, 236, 0.5); letter-spacing: 0;
}
.price-box ul {
  margin: 1rem 0 0; padding: 0; list-style: none;
  display: grid; gap: 0.35rem;
  color: rgba(232, 239, 236, 0.72); font-size: 0.9rem;
  flex: 1;
}
.price-box .btn,
.price-box .btn-ghost-light {
  margin-top: 1.2rem; width: 100%;
}
@media (min-width: 520px) {
  .price-box .btn,
  .price-box .btn-ghost-light { width: auto; }
}
.price-box.soft {
  background: var(--fog);
  color: var(--ink);
}
.price-box.soft .tag { color: var(--spruce); }
.price-box.soft .amt small { color: var(--muted); }
.price-box.soft ul { color: var(--muted); }
.btn-ghost-light {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.35rem;
  font-weight: 700; font-size: 0.95rem;
  color: var(--ink); text-decoration: none;
  border: 1.5px solid rgba(10, 18, 16, 0.22);
  background: transparent;
}
.btn-ghost-light:hover { border-color: var(--spruce); color: var(--spruce); }
.more {
  display: inline-block; margin-top: 1rem;
  font-weight: 700; color: var(--spruce); text-decoration: none;
}
.more:hover { text-decoration: underline; }

/* ===== TRUST ===== */
.trust {
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--pad);
  background: var(--fog);
}
.trust-inner {
  max-width: 1280px; margin: 0 auto;
}
.trust .eyebrow { margin: 0 0 0.55rem; }
.trust h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 700;
}
.trust .lead { margin: 0.7rem 0 0; color: var(--muted); max-width: 40rem; }
.trust-grid {
  display: grid; gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .trust-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.trust-grid h3 {
  margin: 0;
  font-size: 1.05rem; font-weight: 700;
  letter-spacing: -0.02em;
}
.trust-grid p {
  margin: 0.45rem 0 0;
  color: var(--muted); font-size: 0.95rem; line-height: 1.5;
}

/* ===== FINAL ===== */
.final {
  margin: 0 var(--pad) clamp(2rem, 5vw, 3.5rem);
}
.final-panel {
  max-width: 1280px; margin: 0 auto;
  background:
    linear-gradient(125deg, #187a61 0%, #0e4a3c 55%, #0a1210 100%);
  color: var(--light);
  padding: clamp(2rem, 5vw, 3.5rem);
  display: grid; gap: 1.25rem;
}
@media (min-width: 800px) {
  .final-panel {
    grid-template-columns: 1.2fr auto;
    align-items: center; gap: 2rem;
  }
}
.final-panel h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 700;
  max-width: 14ch;
}
.final-panel p {
  margin: 0.55rem 0 0;
  color: rgba(244, 247, 246, 0.7);
  max-width: 32ch;
}

/* Footer */
footer.oa-footer,
.oa-footer {
  padding: 1.5rem var(--pad) 2.25rem;
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
  color: var(--muted); font-size: 0.85rem;
  max-width: 1280px; margin: 0 auto;
}
footer {
  padding: 1.5rem var(--pad) 2.25rem;
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
  color: var(--muted); font-size: 0.85rem;
  max-width: 1280px; margin: 0 auto;
}
footer .brand { color: var(--ink); }
footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
footer a { text-decoration: none; font-weight: 600; }

/* Interior content helpers */
.split {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .split {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: start;
  }
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.check-list li {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.check-list li::before {
  content: "✓";
  color: var(--spruce);
  font-weight: 700;
}
.stack-block + .stack-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.stack-block h2,
.stack-block h3 {
  margin: 0;
  font-family: Syne, system-ui, sans-serif;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.1;
}
.stack-block h2 { font-size: clamp(1.45rem, 3vw, 2rem); }
.stack-block h3 { font-size: clamp(1.2rem, 2.4vw, 1.45rem); }
.stack-block .lead { margin-top: 0.55rem; }
.amt-line {
  margin: 0.85rem 0 0;
  font-family: Syne, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.amt-line small {
  display: block;
  margin-top: 0.25rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}
.faq-grid {
  display: grid;
  gap: 1.35rem;
}
@media (min-width: 800px) {
  .faq-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem 2.5rem; }
}
.faq-grid h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
}
.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.meta-row {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}
@media (min-width: 700px) {
  .meta-row { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}
.meta-row strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

/* Booking picker */
.bk-step-label {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.bk-step-label + .bk-step-label,
#bk-tider { margin-top: 0; }
#bk-dagar {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
}
#bk-tider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}
@media (min-width: 520px) {
  #bk-tider { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 760px) {
  #bk-tider { grid-template-columns: repeat(5, 1fr); }
}
.bk-day,
.bk-slot {
  font-family: inherit;
  cursor: pointer;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.bk-day {
  flex-shrink: 0;
  padding: 0.7rem 0.95rem;
  text-align: center;
}
.bk-day .d { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.bk-day .n { display: block; font-size: 0.95rem; font-weight: 700; margin-top: 0.15rem; }
.bk-day.is-on {
  background: var(--spruce);
  border-color: var(--spruce);
  color: #fff;
}
.bk-day.is-on .d { color: rgba(255, 255, 255, 0.72); }
.bk-slot {
  padding: 0.65rem 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.bk-slot:hover,
.bk-slot.is-on {
  border-color: var(--spruce);
  color: var(--spruce-deep);
}
.bk-note { color: var(--muted); font-size: 0.92rem; }
.bk-err { color: #9b1c1c; font-size: 0.92rem; }
.bk-back {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.bk-back:hover { color: var(--ink); }
.bk-form-wrap {
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(1.35rem, 3vw, 2rem);
  max-width: 36rem;
}
.hidden { display: none !important; }

/* Forms — sharp corners, spruce focus */
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0.75rem 0.9rem;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
textarea { min-height: 8rem; resize: vertical; }
input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--spruce);
  box-shadow: 0 0 0 3px rgba(24, 122, 97, 0.22);
}
label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.field { margin-bottom: 1.1rem; }

/* Prose — legal / guide articles */
.prose {
  max-width: 42rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.65;
}
.prose h1 {
  font-family: Syne, system-ui, sans-serif;
  letter-spacing: -0.04em;
  line-height: 1;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  margin: 0 0 1rem;
}
.prose h2 {
  font-family: Syne, system-ui, sans-serif;
  letter-spacing: -0.03em;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  margin: 2.25rem 0 0.75rem;
  line-height: 1.15;
}
.prose h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
.prose p {
  margin: 0 0 1rem;
  color: var(--muted);
}
.prose ul,
.prose ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: var(--muted);
}
.prose li + li { margin-top: 0.35rem; }
.prose a {
  color: var(--spruce);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose strong { color: var(--ink); font-weight: 700; }

/* Utilities */
.ink-panel {
  background: var(--ink);
  color: #e8efec;
}
.mint { color: var(--mint); }

/* Motion */
@keyframes drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1%, 1%, 0); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
.rise { animation: rise 0.85s var(--ease) both; }
.d1 { animation-delay: 0.1s; }
.d2 { animation-delay: 0.2s; }

.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.on { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .hero-full .hero-media img,
  .rise { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
