/* Self-hosted fonts */
@font-face{font-family:"Luckiest Guy";src:url("/fonts/luckiest-guy-latin-400-normal.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Fredoka";src:url("/fonts/fredoka-latin-500-normal.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Fredoka";src:url("/fonts/fredoka-latin-600-normal.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Fredoka";src:url("/fonts/fredoka-latin-700-normal.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("/fonts/poppins-latin-400-normal.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("/fonts/poppins-latin-500-normal.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("/fonts/poppins-latin-600-normal.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("/fonts/poppins-latin-700-normal.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
/* Fundees — Toy Box */
:root {
  --navy: #0B1D3A;
  --yellow: #FFC72C;
  --cream: #FAF6EE;
  --coral: #FF5A5F;
  --teal: #00A8A8;
  --ink: #1B1E24;
  --paper: #FFFDF7;
  --muted: #4A5670;
  --line: 3px solid var(--navy);
  --shadow: 6px 6px 0 var(--navy);
  --shadow-sm: 4px 4px 0 var(--navy);
  --radius: 22px;
  --display: "Fredoka", "Poppins", ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
  --body: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1180px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 1rem/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); color: var(--navy); line-height: 1.05; margin: 0; text-wrap: balance; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 8px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(16px, 4vw, 40px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50;
  background: var(--cream);
  border-bottom: var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.brand { display: block; width: 132px; flex: none; }
.nav { display: flex; gap: 6px; margin-left: auto; align-items: center; }
.nav a {
  text-decoration: none; font-weight: 600; font-size: 0.95rem; color: var(--navy);
  padding: 8px 14px; border-radius: 999px;
}
.nav a:hover { background: var(--paper); box-shadow: inset 0 0 0 2px var(--navy); }
.nav a[aria-current="page"] { background: var(--yellow); box-shadow: inset 0 0 0 2px var(--navy); }
.menu-btn { display: none; margin-left: auto; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--yellow); --fg: var(--navy);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: 600 1rem/1 var(--body); color: var(--fg); background: var(--bg);
  border: var(--line); border-radius: 999px; padding: 14px 22px;
  box-shadow: var(--shadow-sm); text-decoration: none; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--navy); }
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--navy); }
.btn.coral { --bg: var(--coral); --fg: #fff; }
.btn.teal { --bg: var(--teal); --fg: #fff; }
.btn.navy { --bg: var(--navy); --fg: var(--cream); }
.btn.paper { --bg: var(--paper); }
.btn.small { padding: 10px 16px; font-size: .9rem; }
.btn[disabled] { opacity: .6; cursor: progress; }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(40px, 7vw, 88px) clamp(48px, 7vw, 96px); overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(24px, 5vw, 64px); align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 .8rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--navy);
  background: var(--paper); border: 2px solid var(--navy); border-radius: 999px; padding: 8px 14px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.hero h1 { font-size: clamp(2.6rem, 6.4vw, 5.1rem); margin-top: 20px; }
.hero h1 .swap {
  display: inline-block; background: var(--yellow); padding: 0 .18em; border-radius: 14px;
  border: var(--line); box-shadow: var(--shadow-sm); transform: rotate(-2deg); margin-top: 6px;
}
.hero .lede { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); max-width: 34em; margin-top: 20px; }

.search { position: relative; margin-top: 30px; max-width: 620px; }
.search form {
  display: flex; align-items: center; gap: 8px;
  background: var(--paper); border: var(--line); border-radius: 999px; box-shadow: var(--shadow);
  padding: 8px 8px 8px 22px;
}
.search input {
  flex: 1; min-width: 0; border: 0; background: transparent; outline: none;
  font: 500 clamp(1rem, 2vw, 1.25rem)/1.2 var(--body); color: var(--navy); padding-block: 10px;
}
.search input::placeholder { color: #8A93A6; }
.search:focus-within form { box-shadow: 8px 8px 0 var(--coral); }
.suggest {
  position: absolute; left: 0; right: 0; top: calc(100% + 12px); z-index: 20;
  background: var(--paper); border: var(--line); border-radius: 18px; box-shadow: var(--shadow);
  list-style: none; margin: 0; padding: 8px; overflow: hidden;
}
.suggest li a, .suggest li button {
  display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 14px; border-radius: 12px; text-decoration: none; font: 500 1rem/1.3 var(--body);
  color: var(--navy); background: none; border: 0; cursor: pointer; text-align: left;
}
.suggest li a small, .suggest li button small { color: var(--muted); font-size: .8rem; }
.suggest li a:hover, .suggest li a.active, .suggest li button:hover, .suggest li button.active { background: var(--cream); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; align-items: center; }
.chips span { font-size: .85rem; color: var(--muted); margin-right: 4px; }
.chip {
  font: 500 .9rem/1 var(--body); color: var(--navy); text-decoration: none;
  padding: 8px 14px; border-radius: 999px; border: 2px solid var(--navy); background: var(--paper);
}
.chip:hover { background: var(--yellow); }

.hero-art { position: relative; aspect-ratio: 1 / 1.02; max-width: 480px; width: 100%; justify-self: center; }
.hero-art .blob {
  position: absolute; inset: 6% 0 0 4%; background: var(--yellow); border: var(--line);
  border-radius: 46% 54% 42% 58% / 52% 44% 56% 48%; box-shadow: var(--shadow);
}
.hero-art .bo { position: absolute; inset: 10% 14% 4% 16%; display: grid; place-items: end center; }
.hero-art .bo img {
  grid-area: 1 / 1; max-height: 100%; width: auto; object-fit: contain;
  opacity: 0; transform: translateY(14px) rotate(-3deg) scale(.96);
  transition: opacity .45s ease, transform .55s cubic-bezier(.3, 1.6, .5, 1);
}
.hero-art .bo img.on { opacity: 1; transform: none; }
.hero-art .tag {
  position: absolute; left: -4%; top: 12%; background: var(--paper); border: var(--line); border-radius: 16px;
  box-shadow: var(--shadow-sm); padding: 10px 14px; transform: rotate(-5deg); max-width: 190px;
  font: 500 .85rem/1.3 var(--body); color: var(--navy);
}
.hero-art .tag b { display: block; font: 700 1.2rem/1.1 var(--display); }
.hero-art .crayon { position: absolute; right: 0; bottom: 2%; width: 13%; transform: rotate(14deg); }

/* ---------- Sections ---------- */
.band { padding-block: clamp(56px, 8vw, 104px); }
.band.yellow { background: var(--yellow); border-block: var(--line); }
.band.navy { background: var(--navy); color: var(--cream); border-block: var(--line); }
.band.navy h2, .band.navy h3 { color: var(--cream); }
.band.teal { background: var(--teal); border-block: var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); max-width: 16em; }
.section-head p { max-width: 36em; color: var(--muted); font-size: 1.05rem; margin-top: 12px; }
.band.navy .section-head p { color: #C9D2E3; }
.band.yellow .section-head p { color: var(--navy); }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 3vw, 28px); list-style: none; padding: 0; margin: 0; counter-reset: step; }
.steps li {
  counter-increment: step; position: relative;
  background: var(--paper); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 30px 24px 26px;
}
.steps li::before {
  content: counter(step); position: absolute; top: -20px; left: 22px;
  width: 42px; height: 42px; display: grid; place-items: center;
  font: 700 1.3rem/1 var(--display); color: var(--navy); background: var(--yellow);
  border: var(--line); border-radius: 50%;
}
.steps li:nth-child(2)::before { background: var(--coral); color: #fff; }
.steps li:nth-child(3)::before { background: var(--teal); color: #fff; }
.steps h3 { font-size: 1.45rem; margin-top: 6px; }
.steps p { color: var(--muted); margin-top: 8px; }

/* ---------- Topic cards ---------- */
.topics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 26px); }
.topic-card {
  --bg: var(--paper); --fg: var(--navy);
  position: relative; display: flex; flex-direction: column; min-height: 210px;
  background: var(--bg); color: var(--fg); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 20px; text-decoration: none; overflow: hidden;
  transform: rotate(var(--tilt, -1.5deg)); transition: transform .2s cubic-bezier(.3, 1.5, .5, 1), box-shadow .2s ease;
}
.topic-card:nth-child(4n+2) { --tilt: 1.2deg; }
.topic-card:nth-child(4n+3) { --tilt: -.6deg; }
.topic-card:nth-child(4n+4) { --tilt: 1.8deg; }
.topic-card:hover, .topic-card:focus-visible { transform: rotate(0) translateY(-4px); box-shadow: 9px 9px 0 var(--navy); }
.topic-card.yellow { --bg: var(--yellow); }
.topic-card.coral { --bg: var(--coral); --fg: #fff; }
.topic-card.teal { --bg: var(--teal); --fg: #fff; }
.topic-card.navy { --bg: var(--navy); --fg: var(--cream); }
.topic-card h3 { color: inherit; font-size: 1.5rem; position: relative; z-index: 1; max-width: 8.5em; }
.topic-card p { font-size: .88rem; line-height: 1.45; margin-top: 6px; opacity: .9; position: relative; z-index: 1; max-width: 14em; }
.topic-card .go { margin-top: auto; padding-top: 14px; font-weight: 600; font-size: .85rem; position: relative; z-index: 1; }
.topic-card .art { position: absolute; right: -6px; bottom: -8px; width: 44%; max-width: 130px; }
.topic-card .glyph { position: absolute; right: 14px; bottom: 12px; width: 64px; height: 64px; opacity: .95; }
.more-link { font-weight: 600; color: var(--navy); }

/* ---------- Formats ---------- */
.formats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 26px); }
.format {
  background: var(--paper); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 18px; display: flex; flex-direction: column; gap: 12px; color: var(--ink);
}
.format svg { width: 100%; height: auto; aspect-ratio: 4 / 3; background: #fff; border: 2px solid var(--navy); border-radius: 14px; }
.format h3 { font-size: 1.35rem; }
.format p { font-size: .92rem; color: var(--muted); }

/* ---------- Age bands ---------- */
.bands { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.bands > div { padding: 22px 20px 24px; border-right: var(--line); display: flex; flex-direction: column; gap: 10px; }
.bands > div:last-child { border-right: 0; }
.bands .age { font: 700 2rem/1 var(--display); color: var(--navy); }
.bands .name { font: 600 .78rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.bands .stroke { height: 46px; display: flex; align-items: center; }
.bands .stroke i { display: block; width: 100%; background: var(--ink); border-radius: 99px; }
.bands .mm { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--navy); font-size: .9rem; }
.bands p { font-size: .9rem; color: var(--muted); }

/* ---------- Meet the Fundees ---------- */
.cast { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); align-items: center; }
.cast-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.cast-list div { background: rgba(255, 255, 255, .08); border: 2px solid rgba(250, 246, 238, .35); border-radius: 16px; padding: 14px 16px; }
.cast-list b { display: flex; align-items: center; gap: 8px; font: 700 1.25rem/1.1 var(--display); color: var(--cream); }
.cast-list b i { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--cream); }
.cast-list span { display: block; font-size: .88rem; color: #C9D2E3; margin-top: 4px; }
.cast-art { background: var(--cream); border: 3px solid var(--cream); border-radius: var(--radius); padding: clamp(16px, 3vw, 28px); box-shadow: 8px 8px 0 var(--yellow); }

/* ---------- Pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 26px); align-items: stretch; }
.plan {
  position: relative; background: var(--paper); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 28px 24px; display: flex; flex-direction: column; gap: 14px;
}
.plan.star { background: var(--navy); color: var(--cream); transform: translateY(-10px); box-shadow: 8px 8px 0 var(--coral); }
.plan.star h3 { color: var(--cream); }
.plan .flag {
  position: absolute; top: -16px; right: 18px; background: var(--coral); color: #fff; border: var(--line);
  font: 700 .8rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase; padding: 8px 12px; border-radius: 999px; transform: rotate(3deg);
}
.plan h3 { font-size: 1.5rem; }
.price { display: flex; align-items: baseline; gap: 6px; }
.price b { font: 700 3.2rem/1 var(--display); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.price span { font-size: .95rem; opacity: .8; }
.plan ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; font-size: .95rem; }
.plan li { display: flex; gap: 10px; align-items: flex-start; }
.plan li::before { content: ""; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 6.5' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat; }
.plan.star li::before { background-color: var(--yellow); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 6.5' fill='none' stroke='%230B1D3A' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.plan .btn { margin-top: auto; }
.plan .note { font-size: .82rem; opacity: .75; }
.price-note { margin-top: 26px; text-align: center; color: var(--navy); font-size: .95rem; }

/* ---------- Request board ---------- */
.request-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(24px, 5vw, 56px); align-items: start; }
.request-form {
  background: var(--paper); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(20px, 3vw, 30px);
}
.request-form label { display: block; font: 600 .95rem/1.3 var(--body); color: var(--navy); margin-bottom: 10px; }
.field-row { display: flex; gap: 10px; flex-wrap: wrap; }
.field-row input { flex: 1 1 200px; }
.input {
  font: 500 1.05rem/1.2 var(--body); color: var(--navy); background: #fff; border: var(--line); border-radius: 14px;
  padding: 14px 16px; min-width: 0; width: 100%;
}
.input:focus { outline: none; box-shadow: 4px 4px 0 var(--coral); }
.form-msg { margin-top: 14px; font-size: .95rem; border-radius: 12px; padding: 12px 14px; border: 2px solid var(--navy); background: var(--cream); }
.form-msg.ok { background: #E3F6F4; border-color: var(--teal); }
.form-msg.warn { background: #FFF0E0; border-color: var(--coral); }
.form-msg a { font-weight: 600; }
.fine { font-size: .82rem; color: var(--muted); margin-top: 14px; }
.hp { position: absolute; left: -9999px; }

.board { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.board li {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px;
  background: var(--paper); border: var(--line); border-radius: 16px; padding: 10px 12px 10px 10px;
}
.board .vote {
  display: grid; place-items: center; width: 58px; height: 52px; border-radius: 12px; border: var(--line);
  background: var(--yellow); color: var(--navy); cursor: pointer; font: 700 1.15rem/1 var(--display); font-variant-numeric: tabular-nums;
  gap: 0; padding: 4px 0;
}
.board .vote small { font: 600 .6rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase; }
.board .vote:hover { background: var(--coral); color: #fff; }
.board .vote.voted { background: var(--teal); color: #fff; cursor: default; }
.board .t { font: 600 1.1rem/1.2 var(--display); color: var(--navy); overflow-wrap: anywhere; }
.board .s { font: 600 .72rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; border: 2px solid var(--navy); white-space: nowrap; }
.board .s.open { background: var(--cream); }
.board .s.making { background: var(--coral); color: #fff; }
.board .s.made { background: var(--teal); color: #fff; }
.board-empty { background: var(--paper); border: 3px dashed var(--navy); border-radius: 16px; padding: 22px; color: var(--muted); }

/* ---------- Waitlist ---------- */
.signup { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 56px); align-items: center; }
.signup h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
.signup p.lede { margin-top: 14px; font-size: 1.08rem; color: var(--navy); max-width: 30em; }
.signup form { background: var(--paper); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(20px, 3vw, 30px); display: grid; gap: 12px; }
.signup form label { font: 600 .95rem/1.3 var(--body); color: var(--navy); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 860px; }
.faq details { background: var(--paper); border: var(--line); border-radius: 16px; padding: 0; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 56px 18px 20px; font: 600 1.15rem/1.3 var(--display); color: var(--navy); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); border: 2px solid var(--navy); font: 700 1.2rem/1 var(--body); }
.faq details[open] summary::after { content: "–"; background: var(--coral); color: #fff; }
.faq details > div { padding: 0 20px 20px; color: var(--muted); max-width: 65ch; }
.faq details > div p + p { margin-top: 10px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #C9D2E3; padding-block: 56px 36px; border-top: var(--line); }
.site-footer .cols { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 32px; }
.site-footer img.logo { width: 170px; }
.site-footer h4 { color: var(--cream); font-size: 1.1rem; margin-bottom: 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: .92rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.site-footer .tagline { margin-top: 14px; font-size: .95rem; max-width: 22em; }
.crayon-row { display: flex; gap: 10px; align-items: flex-end; margin-top: 20px; }
.crayon-row img { width: 26px; }
.legal { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(250, 246, 238, .18); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .82rem; }

/* ---------- Topic page ---------- */
.topic-hero { padding-block: clamp(36px, 6vw, 72px); }
.topic-hero .wrap { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(24px, 5vw, 56px); align-items: center; }
.crumbs { font-size: .88rem; color: var(--muted); }
.crumbs a { color: var(--navy); font-weight: 600; }
.topic-hero h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); margin-top: 14px; }
.topic-hero .lede { margin-top: 16px; font-size: 1.15rem; color: var(--muted); max-width: 32em; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; background: var(--paper); border: 2px solid var(--navy); border-radius: 999px; padding: 8px 14px; font-weight: 600; font-size: .9rem; color: var(--navy); }
.status-pill i { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); }
.topic-sticker { background: var(--yellow); border: var(--line); border-radius: 30px; box-shadow: var(--shadow); padding: 28px; transform: rotate(2deg); display: grid; place-items: center; min-height: 280px; }
.topic-sticker.coral { background: var(--coral); }
.topic-sticker.teal { background: var(--teal); }
.topic-sticker.navy { background: var(--navy); }
.topic-sticker img { max-height: 300px; width: auto; }
.topic-sticker svg { width: 60%; height: auto; }
.book-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.book {
  background: var(--paper); border: var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.book .cover { aspect-ratio: 8.5 / 11; max-width: 100%; display: grid; place-items: center; border-bottom: var(--line); position: relative; padding: 18px; text-align: center; }
.book .cover b { font: 700 1.35rem/1.05 var(--display); color: var(--navy); }
.book .cover small { position: absolute; top: 12px; left: 12px; font: 600 .7rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase; background: var(--paper); border: 2px solid var(--navy); border-radius: 999px; padding: 5px 8px; color: var(--navy); }
.book .cover.yellow { background: var(--yellow); }
.book .cover.coral { background: var(--coral); }
.book .cover.teal { background: var(--teal); }
.book .cover.navy { background: var(--navy); }
.book .cover.navy b, .book .cover.coral b, .book .cover.teal b { color: #fff; }
.book .meta { padding: 12px 14px 14px; font-size: .85rem; color: var(--muted); }
.book .meta b { display: block; color: var(--navy); font-size: .95rem; }

/* ---------- Simple pages ---------- */
.page-head { padding-block: clamp(40px, 6vw, 76px) 24px; }
.page-head h1 { font-size: clamp(2.4rem, 5.6vw, 4.2rem); }
.page-head p { margin-top: 14px; font-size: 1.15rem; color: var(--muted); max-width: 36em; }
.prose { max-width: 70ch; padding-bottom: 80px; }
.prose h2 { font-size: 1.6rem; margin: 36px 0 10px; }
.prose p, .prose li { color: #384257; }
.prose p + p { margin-top: 12px; }
.prose ul { padding-left: 1.2em; display: grid; gap: 6px; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .topics, .formats, .book-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bands > div:nth-child(2) { border-right: 0; }
  .bands > div:nth-child(-n+2) { border-bottom: var(--line); }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .hero .wrap, .cast, .request-grid, .signup, .topic-hero .wrap { grid-template-columns: minmax(0, 1fr); }
  .hero-art { max-width: 340px; order: -1; margin-bottom: -10px; }
  .steps, .plans { grid-template-columns: minmax(0, 1fr); }
  .plan.star { transform: none; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; background: var(--cream); border-bottom: var(--line); padding: 12px 16px 18px; gap: 4px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; }
  .menu-btn { display: inline-flex; }
  .site-header .wrap { min-height: 64px; }
  .brand { width: 112px; }
  .topic-sticker { min-height: 200px; }
  .topic-sticker img { max-height: 220px; }
}
@media (max-width: 520px) {
  .topics, .formats, .book-list { grid-template-columns: minmax(0, 1fr); }
  .topic-card { min-height: 170px; }
  .bands { grid-template-columns: minmax(0, 1fr); }
  .bands > div { border-right: 0; border-bottom: var(--line); }
  .bands > div:last-child { border-bottom: 0; }
  .cast-list { grid-template-columns: minmax(0, 1fr); }
  .site-footer .cols { grid-template-columns: minmax(0, 1fr); }
  .search form { padding-left: 16px; }
  .search .btn { padding: 12px 14px; }
  .search .btn .long { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* ---------- Fixes ---------- */
.site-header .menu-btn { display: none; }
@media (max-width: 860px) { .site-header .menu-btn { display: inline-flex; margin-left: auto; } }
.cast h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
.topic-card p { max-width: 64%; }
.topic-card img.art:not([style]) { width: 38%; max-width: 116px; }
@media (max-width: 860px) { .hero-art { margin-bottom: 12px; } }
@media (max-width: 520px) { .topic-card p { max-width: 70%; } }

/* =====================================================================
   BIG & LOUD — September 2026 direction (layered over the base styles)
   ===================================================================== */
:root { --loud: "Luckiest Guy", "Fredoka", "Arial Rounded MT Bold", system-ui, sans-serif; --line: 4px solid var(--navy); --shadow: 7px 7px 0 var(--navy); }
h1, h2 { font-family: var(--loud); font-weight: 400; letter-spacing: .01em; line-height: .98; }
h3 { font-family: var(--display); }

/* Header */
.site-header { background: var(--coral); border-bottom: 4px solid var(--navy); }
.brand { width: 188px; }
.nav a { color: #fff; font-family: var(--loud); font-weight: 400; font-size: 1.05rem; letter-spacing: .04em; padding: 10px 14px 7px; }
.nav a:hover { background: rgba(255,255,255,.14); box-shadow: none; }
.nav a[aria-current="page"] { background: var(--navy); box-shadow: none; color: var(--yellow); }
.nav a.btn.coral { --bg: var(--yellow); --fg: var(--navy); color: var(--navy); }
@media (max-width: 860px) {
  .nav { background: var(--coral); }
  .brand { width: 150px; }
}

/* Hero */
.loud-hero { background: var(--coral); color: #fff; padding-block: 26px 0; overflow: hidden; position: relative; }
.kicker-big { display: inline-block; font: 400 clamp(1rem, 2.2vw, 1.5rem)/1 var(--loud); letter-spacing: .06em; color: var(--navy); background: var(--yellow); border: 4px solid var(--navy); border-radius: 999px; padding: 12px 20px 8px; box-shadow: 4px 4px 0 var(--navy); transform: rotate(-1.5deg); }
.loud-hero .pre { font: 400 clamp(1.2rem, 2.6vw, 2rem)/1 var(--loud); color: var(--navy); margin-top: 22px; letter-spacing: .03em; }
.giant { font: 400 clamp(3rem, 10.6vw, 9.6rem)/.9 var(--loud); color: var(--yellow); -webkit-text-stroke: 4px var(--navy); paint-order: stroke fill; text-shadow: 8px 8px 0 var(--navy); margin-top: 8px; white-space: nowrap; transition: opacity .18s ease, transform .18s ease; position: relative; z-index: 2; }
.giant.swap { opacity: 0; transform: translateY(8px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: start; margin-top: 18px; max-width: 64%; }
.hero-copy { padding-bottom: 44px; position: relative; z-index: 3; }
.loud-hero .lede { font-size: clamp(1.05rem, 1.6vw, 1.22rem); font-weight: 500; max-width: 32em; color: #fff; }
.loud-hero .search { margin-top: 22px; }
.loud-hero .search form { border: 4px solid var(--navy); }
.loud-hero .chips span { color: var(--navy); font-weight: 600; }
.loud-hero .chip { border: 2.5px solid var(--navy); }
.price-badge { align-self: start; margin-top: 6px; background: #fff; color: var(--navy); border: 4px solid var(--navy); border-radius: 50%; width: 156px; height: 156px; display: grid; place-items: center; text-align: center; transform: rotate(-10deg); box-shadow: 6px 6px 0 var(--navy); margin-bottom: 40px; z-index: 3; }
.price-badge b { display: block; font: 400 2.4rem/.9 var(--loud); }
.price-badge small { font: 700 .74rem/1.15 var(--body); text-transform: uppercase; letter-spacing: .03em; }
.bigbo { position: absolute; right: clamp(0px, 2vw, 30px); bottom: 0; width: min(33%, 390px); display: grid; z-index: 1; }
.loud-hero .wrap { position: relative; }
.bigbo img { grid-area: 1 / 1; width: 100%; align-self: end; opacity: 0; transform: translateY(24px) rotate(4deg); transition: opacity .35s ease, transform .5s cubic-bezier(.3, 1.6, .5, 1); }
.bigbo img.on { opacity: 1; transform: none; }

.ticker { background: var(--navy); border-block: 4px solid var(--navy); overflow: hidden; white-space: nowrap; }
.ticker > div { display: inline-block; padding: 14px 0 10px; font: 400 1.6rem/1 var(--loud); letter-spacing: .05em; color: var(--yellow); animation: fundees-tick 34s linear infinite; }
.ticker span { margin: 0 18px; color: #fff; }
@keyframes fundees-tick { to { transform: translateX(-50%); } }

/* Bands */
.band.yellow { border-block: 4px solid var(--navy); }
.band.navy { border-block: 4px solid var(--navy); }
.band.navy .section-head p { color: #D4DCEA; }
.section-head h2 { font-size: clamp(2.3rem, 5vw, 3.8rem); }

/* Real pages */
.sheets { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 28px); }
.sheet { margin: 0; background: #fff; border: 3px solid var(--navy); box-shadow: 7px 7px 0 var(--c, var(--yellow)); padding: 10px 10px 0; transform: rotate(var(--r, -1.5deg)); transition: transform .2s ease; }
.sheet:nth-child(2) { --c: var(--coral); --r: 1.2deg; }
.sheet:nth-child(3) { --c: var(--teal); --r: -.8deg; }
.sheet:nth-child(4) { --c: var(--navy); --r: 1.8deg; }
.sheet:hover { transform: rotate(0) translateY(-4px); }
.sheet img { width: 100%; aspect-ratio: 210 / 297; object-fit: contain; }
.sheet figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; padding: 10px 4px 12px; font: 400 1.15rem/1 var(--loud); color: var(--navy); letter-spacing: .02em; border-top: 2px dashed #C5CBD3; }
.sheet figcaption span { font: 600 .78rem/1 var(--body); color: var(--muted); letter-spacing: 0; }

/* Topic cards: louder */
.topic-card { border: 4px solid var(--navy); box-shadow: 7px 7px 0 var(--navy); }
.topic-card h3 { font-family: var(--loud); font-weight: 400; letter-spacing: .02em; font-size: 1.6rem; }

/* Value comparison */
.versus { display: grid; grid-template-columns: minmax(0, .8fr) auto minmax(0, 1.2fr); gap: 22px; align-items: center; }
.vs-one, .vs-club { border: 4px solid var(--navy); border-radius: 24px; padding: 24px 24px 26px; }
.vs-one { background: #fff; color: var(--muted); transform: rotate(-1.5deg); }
.vs-club { background: var(--navy); color: #fff; box-shadow: 8px 8px 0 var(--coral); }
.vs-tag { display: inline-block; font: 400 1.2rem/1 var(--loud); letter-spacing: .03em; padding: 9px 14px 6px; border-radius: 999px; border: 3px solid var(--navy); background: var(--cream); color: var(--navy); }
.vs-club .vs-tag { background: var(--yellow); }
.versus ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; font-size: 1.02rem; }
.versus li { display: flex; gap: 10px; align-items: flex-start; }
.vs-one li::before { content: "–"; font-weight: 700; color: #9AA3B5; width: 18px; flex: none; text-align: center; }
.vs-club li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 3px; border-radius: 50%; background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3L15 6.5' fill='none' stroke='%230B1D3A' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% no-repeat; }
.vs-mid { font: 400 2.4rem/1 var(--loud); color: var(--coral); -webkit-text-stroke: 2px var(--navy); paint-order: stroke fill; }

/* Formats on navy */
.band.navy .format { color: var(--ink); border-color: var(--cream); box-shadow: 7px 7px 0 var(--yellow); }
.band.navy .format h3 { color: var(--navy); }

/* Crew */
.crew { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.crew-card { background: #fff; border: 4px solid var(--navy); border-radius: 24px; box-shadow: 7px 7px 0 var(--navy); padding: 18px; display: flex; flex-direction: column; gap: 6px; transform: rotate(var(--r, -2deg)); }
.crew-card:nth-child(even) { --r: 2deg; }
.crew-card img { height: 150px; width: auto; margin: 0 auto 6px; object-fit: contain; }
.crew-card b { font: 400 1.6rem/1 var(--loud); color: var(--navy); letter-spacing: .02em; }
.crew-card span { font-size: .9rem; color: var(--muted); font-weight: 500; }

/* Pricing, footer, buttons */
.plan { border: 4px solid var(--navy); box-shadow: 7px 7px 0 var(--navy); }
.plan h3 { font-family: var(--loud); font-weight: 400; letter-spacing: .02em; font-size: 1.6rem; }
.price b { font-family: var(--loud); font-weight: 400; }
.btn { border-width: 3px; }
.site-footer img.logo { width: 220px; }
.signup h2 { font-size: clamp(2.3rem, 5vw, 3.8rem); }
.page-head h1, .topic-hero h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.page-head { background: var(--coral); border-bottom: 4px solid var(--navy); padding-bottom: clamp(36px, 5vw, 60px); }
.page-head h1 { color: var(--yellow); -webkit-text-stroke: 3px var(--navy); paint-order: stroke fill; text-shadow: 5px 5px 0 var(--navy); }
.page-head p { color: #fff; font-weight: 500; }
.page-head p a { color: var(--navy); }

@media (max-width: 1020px) {
  .sheets, .crew { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { max-width: 100%; }
  .bigbo { position: relative; right: auto; grid-column: 1 / -1; justify-self: center; width: min(70%, 320px); margin: 0 auto; }
  .hero-copy { padding-bottom: 10px; }
  .price-badge { margin-bottom: 0; }
}
@media (max-width: 760px) {
  .versus { grid-template-columns: minmax(0, 1fr); }
  .vs-mid { justify-self: center; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .price-badge { width: 118px; height: 118px; margin: 0 0 0 4px; justify-self: start; transform: rotate(-8deg); }
  .price-badge b { font-size: 1.7rem; }
  .price-badge small { font-size: .6rem; }
  .giant { -webkit-text-stroke: 3px var(--navy); text-shadow: 5px 5px 0 var(--navy); }
}
@media (max-width: 520px) {
  .sheets, .crew { grid-template-columns: minmax(0, 1fr); }
  .sheet { max-width: 320px; justify-self: center; }
  .giant { font-size: 11.2vw; }
}
.plan.star h2, .plan.star h3 { color: var(--cream); }
.loud-hero .lede, .page-head p { color: var(--navy); font-weight: 500; }

/* Free access */
.free-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(24px, 5vw, 60px); align-items: start; }
.free-h { font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.who, .how { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 1.02rem; }
.who li { display: flex; gap: 10px; }
.who li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 3px; border-radius: 6px; background: var(--yellow); border: 3px solid var(--navy); transform: rotate(-8deg); }
.how { counter-reset: s; }
.how li { counter-increment: s; display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.how li::before { content: counter(s); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font: 400 1.1rem/1 var(--loud); border: 3px solid var(--navy); }
.org-form { background: #fff; border: 4px solid var(--navy); border-radius: 24px; box-shadow: 8px 8px 0 var(--teal); padding: clamp(18px, 3vw, 30px); display: grid; gap: 14px; }
.f2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 14px; }
.org-form label { display: grid; gap: 6px; font: 600 .9rem/1.3 var(--body); color: var(--navy); }
.org-form label.wide { grid-column: 1 / -1; }
.org-form small { font-weight: 400; color: var(--muted); font-size: .8rem; }
.org-form .input { font-size: 1rem; padding: 11px 12px; border-width: 3px; }
.org-form textarea { resize: vertical; font-family: var(--body); }
.org-form .tick { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.org-form .tick input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--teal); flex: none; }
.org-form .btn { justify-self: start; }
.supported { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.supported li:not(.board-empty) { background: #fff; border: 3px solid var(--navy); border-radius: 16px; padding: 14px 16px; }
.supported li b { display: block; font: 400 1.2rem/1.1 var(--loud); color: var(--navy); letter-spacing: .02em; }
.supported li span { font-size: .85rem; color: var(--muted); }
.supported .board-empty { grid-column: 1 / -1; }
.give-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.give h2 { color: var(--yellow); font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.give p { color: #D4DCEA; font-size: 1.1rem; margin: 14px 0 22px; max-width: 32em; }
.give img { background: var(--cream); border: 4px solid var(--cream); border-radius: 24px; padding: 18px; box-shadow: 8px 8px 0 var(--coral); }
@media (max-width: 860px) { .free-grid, .give-grid { grid-template-columns: minmax(0, 1fr); } .supported { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 520px) { .f2 { grid-template-columns: minmax(0, 1fr); } }
.how li span { display: block; padding-top: 5px; }
.chips.covered { margin-top: 0; gap: 10px; }
.chips.covered .chip { background: #fff; font-size: .95rem; }
.topics .topic-card p { text-transform: none; }

/* ---------- Library: real book covers (1709-3) ---------- */
.book.real .cover-img { display: block; border-bottom: var(--line); background: var(--paper); }
.book.real .cover-img img { display: block; width: 100%; height: auto; aspect-ratio: 620 / 877; object-fit: cover; }
.book.real .meta b { display: block; }
.status-pill.ready { text-decoration: none; }
.status-pill.ready i { background: #19a974; }
.library-band .count { color: var(--coral); }
@media (max-width: 860px) { .book-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
