:root {
  --paper: #f1eee7;
  --paper-light: #faf8f4;
  --white: #fff;
  --ink: #2a2320;
  --muted: #655b56;
  --lava: #cb3a28;
  --lava-dark: #a82c1e;
  --teal: #0e7c86;
  --teal-dark: #075e66;
  --aqua: #23b0be;
  --mint: #a7e0c8;
  --yellow: #f4c64e;
  --line: rgba(42, 35, 32, .18);
  --shadow: 8px 8px 0 var(--ink);
  --display: 'Unbounded', Arial, sans-serif;
  --body: 'Inter', Arial, sans-serif;
  --memory: 'Cormorant', Georgia, serif;
  --ease: 220ms ease-out;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 400 1rem/1.62 var(--body);
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .25;
  background-image: radial-gradient(rgba(42, 35, 32, .25) .55px, transparent .7px);
  background-size: 8px 8px;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 100;
  min-height: 44px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { transform: none; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.reading { max-width: 68ch; }
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(241, 238, 231, .96);
  backdrop-filter: blur(14px);
}
.header-row {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.logo {
  flex: 0 0 auto;
  font: 700 1rem/1 var(--display);
  text-decoration: none;
  white-space: nowrap;
}
.logo b { color: var(--lava); }
.desktop-nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2px 14px;
}
.desktop-nav a, .mobile-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a:hover, .mobile-nav a:hover,
.desktop-nav a[aria-current='page'], .mobile-nav a[aria-current='page'] { color: var(--ink); }
.desktop-nav a[aria-current='page'] { box-shadow: inset 0 -3px var(--lava); }
.nav-join {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--lava);
  color: var(--white) !important;
}
.nav-join:hover { background: var(--lava-dark); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary {
  min-width: 72px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--white);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] summary { background: var(--yellow); }
.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
  padding: 12px 20px 18px;
  border-bottom: 2px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 0 16px 28px rgba(42, 35, 32, .12);
}
.mobile-nav .nav-join { margin-top: 4px; }

.page-hero { overflow: hidden; padding: clamp(56px, 8vw, 104px) 0 72px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 56px; align-items: center; }
.hero-grid > * { min-width: 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--teal-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 28px; height: 3px; flex: 0 0 auto; background: currentColor; }
h1, h2, h3 { text-wrap: balance; }
.page-hero h1 {
  max-width: 850px;
  margin: 0;
  font: 800 clamp(2.65rem, 7vw, 6.25rem)/.92 var(--display);
  letter-spacing: -.065em;
  overflow-wrap: anywhere;
}
.accent { color: var(--lava); }
.hero-copy { max-width: 680px; margin: 24px 0 0; color: #514743; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lava); color: var(--white); }
.button-primary:hover { background: var(--lava-dark); }
.button-secondary { border-color: var(--teal-dark); color: var(--teal-dark); }
.button-secondary:hover { background: var(--mint); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--teal-dark); }

.hero-art { position: relative; min-height: 420px; isolation: isolate; }
.paper-card {
  position: absolute;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}
.paper-main { inset: 26px 60px 30px 10px; padding: 30px; transform: rotate(-3deg); }
.paper-main::before, .paper-main::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 25px;
  background: rgba(244, 198, 78, .82);
}
.paper-main::before { top: -13px; left: 28px; transform: rotate(-5deg); }
.paper-main::after { right: -36px; bottom: 18px; transform: rotate(-38deg); }
.paper-label { color: var(--lava); font: 800 .72rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.paper-title { margin: 80px 0 14px; font: italic 700 clamp(2.2rem, 4vw, 3.4rem)/.95 var(--memory); }
.paper-text { margin: 0; color: var(--muted); }
.small-note { right: 0; top: 0; z-index: 2; width: 170px; padding: 18px; background: var(--yellow); transform: rotate(7deg); }
.small-note strong { font: italic 700 1.35rem/1 var(--memory); }
.scribble {
  position: absolute;
  left: -6px;
  bottom: -2px;
  z-index: 3;
  width: 160px;
  color: var(--lava);
  transform: rotate(-8deg);
}
.sticker {
  display: inline-flex;
  padding: 8px 13px;
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.section { padding: clamp(64px, 8vw, 96px) 0; }
.section-ink { background: var(--ink); color: var(--paper); }
.section-teal { background: var(--teal); color: var(--white); }
.section-mint { background: var(--mint); }
.section-yellow { background: var(--yellow); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-title { margin: 0; max-width: 860px; font: 700 clamp(2rem, 5vw, 4.4rem)/.98 var(--display); letter-spacing: -.05em; }
.section-copy { max-width: 650px; margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; }
.section-ink .eyebrow, .section-teal .eyebrow { color: var(--aqua); }
.section-ink .section-copy, .section-teal .section-copy { color: rgba(255, 255, 255, .76); }

.grid-2, .grid-3 { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 6px 6px 0 var(--ink);
}
.content-card:nth-child(3n + 2) { background: var(--yellow); }
.content-card:nth-child(3n + 3) { background: var(--mint); }
.section-ink .content-card { color: var(--ink); }
.card-tag { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-num { margin-left: auto; color: var(--lava); font: 800 2.6rem/1 var(--display); }
.content-card h2, .content-card h3 { margin: auto 0 10px; font: 700 clamp(1.35rem, 2.4vw, 2rem)/1.08 var(--display); letter-spacing: -.035em; }
.content-card p { margin: 0; color: var(--muted); }
.content-card .card-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 18px; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.feature-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: center;
  padding: 40px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--ink);
}
.feature-band h2 { margin: 14px 0 0; font: 700 clamp(2rem, 4.8vw, 4rem)/.98 var(--display); letter-spacing: -.05em; }
.feature-band p { color: var(--muted); }
.memory-quote { margin: 0; font: italic 700 clamp(1.75rem, 4vw, 3.25rem)/1.02 var(--memory); }

.list-lines { margin: 0; padding: 0; border-top: 2px solid currentColor; list-style: none; }
.list-lines li {
  display: grid;
  grid-template-columns: 64px minmax(190px, .8fr) 1.2fr;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 2px solid currentColor;
}
.list-lines .num { color: var(--lava); font: 700 .9rem/1.4 var(--display); }
.list-lines h3 { margin: 0; font: 700 1.25rem/1.15 var(--display); letter-spacing: -.03em; }
.list-lines p { margin: 0; color: var(--muted); }
.section-ink .list-lines p, .section-teal .list-lines p { color: rgba(255, 255, 255, .72); }

.route-card {
  min-height: 270px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  text-decoration: none;
  transition: background var(--ease), transform var(--ease);
}
.route-card:hover { background: rgba(255, 255, 255, .13); transform: translateY(-3px); }
.route-card:nth-child(2), .route-card:nth-child(5) { background: var(--lava); }
.route-card:nth-child(3), .route-card:nth-child(6) { background: var(--mint); color: var(--ink); }
.route-card .card-num { color: currentColor; opacity: .45; }
.route-card h2, .route-card h3 { margin: auto 0 8px; font: 700 1.38rem/1.08 var(--display); letter-spacing: -.03em; }
.route-card p { margin: 0; opacity: .76; font-size: .92rem; }

.process { counter-reset: process; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-step { min-height: 240px; padding: 24px; border: 2px solid var(--ink); background: var(--paper-light); }
.process-step::before {
  counter-increment: process;
  content: '0' counter(process);
  display: block;
  margin-bottom: 58px;
  color: var(--lava);
  font: 800 1rem/1 var(--display);
}
.process-step h3 { margin: 0 0 10px; font: 700 1.2rem/1.15 var(--display); }
.process-step p { margin: 0; color: var(--muted); }

.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); background: var(--white); }
.faq summary { min-height: 56px; display: flex; align-items: center; padding: 14px 18px; cursor: pointer; font-weight: 800; }
.faq details[open] summary { border-bottom: 1px solid var(--line); color: var(--teal-dark); }
.faq details p { margin: 0; padding: 18px; color: var(--muted); }

.cta-section { padding: 80px 0; }
.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 42px;
  align-items: center;
  padding: clamp(28px, 5vw, 50px);
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 10px 10px 0 var(--ink);
}
.cta-shell h2 { margin: 12px 0 0; font: 800 clamp(2rem, 5vw, 4.4rem)/.96 var(--display); letter-spacing: -.055em; }
.cta-shell p { margin: 16px 0 0; }

.legal-note { padding: 18px; border-left: 4px solid var(--aqua); background: var(--paper-light); color: var(--muted); }

.site-footer { padding: 42px 0; border-top: 2px solid var(--ink); background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
.site-footer p { max-width: 650px; margin: 10px 0 0; color: rgba(241, 238, 231, .7); font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 12px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; color: var(--aqua); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 0 9px; }
  .desktop-nav a { font-size: .78rem; }
  .hero-grid { gap: 34px; }
}

@media (max-width: 880px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .feature-band, .cta-shell, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-art { width: min(580px, 100%); margin-inline: auto; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .process-step::before { margin-bottom: 30px; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .header-row { min-height: 64px; }
  .page-hero { padding: 48px 0 58px; }
  .page-hero h1 { font-size: clamp(2.4rem, 13vw, 4.3rem); }
  .hero-art { min-height: 350px; }
  .paper-main { inset: 26px 30px 24px 2px; padding: 22px; }
  .paper-title { margin-top: 68px; }
  .small-note { width: 135px; padding: 12px; }
  .small-note strong { font-size: 1.08rem; }
  .section-head { display: block; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .content-card { min-height: 260px; }
  .feature-band { padding: 26px; box-shadow: 7px 7px 0 var(--ink); }
  .list-lines li { grid-template-columns: 42px 1fr; gap: 12px; }
  .list-lines li p { grid-column: 2; }
  .cta-shell { padding: 26px; box-shadow: 7px 7px 0 var(--ink); }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .mobile-nav { grid-template-columns: 1fr; max-height: calc(100dvh - 64px); overflow-y: auto; }
}

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

@media (forced-colors: active) {
  .content-card, .paper-card, .feature-band, .cta-shell, .process-step { box-shadow: none; }
}
