/* =====================================================================
   Mimi Maple — site.css  (shared design system for every page)
   Sections: 1 tokens · 2 base · 3 layout · 4 header/footer · 5 buttons
   6 cards & badges · 7 hero · 8 sections & strips · 9 books · 10 modals,
   lightbox, flipbook · 11 forms · 12 playroom · 13 studio & planners
   14 people & characters · 15 passport, toasts, misc · 16 night mode
   17 responsive · 18 motion & print
   ===================================================================== */

/* 1 ▸ TOKENS ---------------------------------------------------------- */
:root {
  --paper: #fffdfb;
  --paper-2: #faf5f2;
  --cream: #f6efe6;
  --petal: #f7e6ec;
  --petal-2: #efd3dd;
  --blue: #e6eef8;
  --blue-2: #d6e3f2;
  --sage: #e6ede5;
  --sage-2: #c9d8c8;
  --butter: #f8efd8;
  --lilac: #ece6f4;
  --ink: #4f4449;
  --ink-2: #6f6369;
  --muted: #8a7e83;
  --rose: #d85b8b;
  --rose-2: #c94f82;
  --rose-soft: #fbe9f0;
  --plum: #77546f;
  --plum-2: #5d4257;
  --gold: #d8ac55;
  --sky: #6f9bd1;
  --leaf: #7fa887;
  --line: rgba(95, 70, 85, .12);
  --line-2: rgba(95, 70, 85, .22);
  --card: rgba(255, 255, 255, .86);
  --card-solid: #fff;
  --glass: rgba(255, 253, 251, .9);
  --sh-1: 0 10px 28px rgba(120, 90, 108, .12);
  --sh-2: 0 24px 56px rgba(120, 90, 108, .16);
  --sh-3: 0 34px 80px rgba(90, 60, 80, .22);
  --r-sm: 14px;
  --r: 22px;
  --r-lg: 32px;
  --f-head: 'Fraunces', Georgia, 'Times New Roman', serif;
  --f-body: 'Nunito', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-hand: 'Caveat', 'Bradley Hand', 'Comic Sans MS', cursive;
  --header-h: 78px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --bounce: cubic-bezier(.34, 1.56, .64, 1);
  color-scheme: light;
}

/* 2 ▸ BASE ------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img, svg, video, canvas { max-width: 100%; display: block; }
[hidden] { display: none !important; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { font-family: var(--f-head); font-weight: 500; letter-spacing: -.02em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(44px, 6vw, 84px); letter-spacing: -.035em; }
h2 { font-size: clamp(34px, 4.4vw, 58px); }
h3 { font-size: clamp(24px, 2.4vw, 32px); }
h4 { font-size: 20px; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
em.tint { font-style: italic; color: var(--rose-2); }
.hand { font-family: var(--f-hand); font-weight: 600; }
.muted { color: var(--muted); }
.lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 62ch; }
.eyebrow { margin: 0 0 14px; color: var(--rose); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -70px; z-index: 1000; background: var(--plum); color: #fff; padding: 10px 14px; border-radius: 10px; text-decoration: none; }
.skip-link:focus { top: 12px; }
::selection { background: var(--petal-2); color: var(--plum-2); }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; border-radius: 6px; }
hr.wave { border: 0; height: 14px; margin: 0; background: radial-gradient(circle at 10px -4px, transparent 12px, var(--line) 13px, transparent 14px) repeat-x; background-size: 20px 14px; opacity: .6; }

/* 3 ▸ LAYOUT ---------------------------------------------------------- */
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.shell-narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.shell-wide { width: min(1360px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: clamp(70px, 9vw, 120px) 0; position: relative; }
.section-tight { padding: clamp(40px, 5vw, 64px) 0; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: clamp(30px, 4vw, 52px); }
.section-head > p, .section-head .lede { margin: 0; color: var(--ink-2); max-width: 520px; }
.section-head.centered { display: block; text-align: center; max-width: 760px; margin-inline: auto; }
.section-head.centered > p { margin: 16px auto 0; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.stack { display: grid; gap: 16px; }
.row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.row.between { justify-content: space-between; }
.center { text-align: center; }
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; } .mt-4 { margin-top: 64px; }
.mb-2 { margin-bottom: 24px; }

/* Section backgrounds */
.bg-petal { background: linear-gradient(180deg, var(--paper), var(--petal)); }
.bg-blue { background: linear-gradient(180deg, var(--paper), var(--blue)); }
.bg-sage { background: linear-gradient(180deg, var(--paper), var(--sage)); }
.bg-cream { background: linear-gradient(180deg, var(--paper-2), var(--cream)); }
.bg-lilac { background: linear-gradient(180deg, var(--paper), var(--lilac)); }
.bg-plum { background: linear-gradient(150deg, var(--plum), var(--plum-2)); color: #fff; }
.bg-plum .eyebrow { color: #f3c6d9; }
.bg-plum .lede, .bg-plum .muted { color: rgba(255, 255, 255, .8); }
.bg-dots { background-image: radial-gradient(var(--line-2) 1.2px, transparent 1.2px); background-size: 18px 18px; }
.washes { position: relative; overflow: hidden; }
.washes::before, .washes::after { content: ''; position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; opacity: .75; }
.washes::before { width: 420px; height: 420px; left: -140px; top: -120px; background: var(--petal-2); }
.washes::after { width: 460px; height: 460px; right: -160px; bottom: -160px; background: var(--blue-2); }
.washes.sagey::after { background: var(--sage-2); }
.washes > * { position: relative; z-index: 1; }

/* 4 ▸ HEADER & FOOTER ------------------------------------------------- */
.announce { background: linear-gradient(90deg, var(--plum), var(--rose)); color: #fff; font-size: 13px; font-weight: 700; text-align: center; padding: 8px 16px; }
.announce a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.announce .x { float: right; background: none; border: 0; color: #fff; font-size: 16px; line-height: 1; padding: 0 4px; opacity: .8; }
.site-header { position: sticky; top: 0; z-index: 200; background: var(--glass); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: box-shadow .3s var(--ease); }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(90, 60, 80, .08); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-family: var(--f-head); font-size: 21px; font-weight: 600; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 700; padding: 8px 12px; border-radius: 999px; transition: background .2s, color .2s; white-space: nowrap; }
.site-nav a:not(.nav-cta):hover { background: var(--petal); color: var(--plum-2); }
.site-nav a.active:not(.nav-cta) { background: var(--petal-2); color: var(--plum-2); }
.nav-cta { margin-left: 6px; padding: 10px 18px !important; border: 1px solid var(--line-2); background: var(--petal); color: var(--plum-2); }
.nav-cta:hover { background: var(--plum) !important; color: #fff !important; }
.night-btn { min-height: 38px; padding: 0 12px; margin-left: 4px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--card); color: var(--plum); font-size: 13px; font-weight: 750; display: inline-flex; align-items: center; gap: 6px; transition: transform .2s, background .2s; }
.night-btn:hover { transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; border-radius: 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-footer { margin-top: 0; padding: 70px 0 34px; background: linear-gradient(180deg, var(--plum), var(--plum-2)); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 40px; }
.site-footer .brand strong { color: #fff; }
.site-footer .brand small { color: #f0dce6; }
.site-footer p { color: #f2e6ec; font-size: 14px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links h4 { color: #fff; font-size: 15px; margin-bottom: 4px; letter-spacing: .04em; }
.footer-links a { color: #f5edf0; text-decoration: none; font-size: 14px; opacity: .92; }
.footer-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .16); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: 12px; color: #e9d9e1; }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.social-row a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }
.social-row a:hover { background: rgba(255, 255, 255, .22); transform: translateY(-2px); }

/* 5 ▸ BUTTONS --------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .01em; transition: transform .2s var(--ease), box-shadow .2s, background .2s, color .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-primary { background: var(--plum); color: #fff; box-shadow: 0 12px 28px rgba(119, 84, 111, .28); }
.btn-primary:hover { background: var(--plum-2); box-shadow: 0 16px 34px rgba(119, 84, 111, .34); }
.btn-rose { background: linear-gradient(135deg, #ef8db0, var(--rose-2)); color: #fff; box-shadow: 0 12px 28px rgba(216, 91, 139, .28); }
.btn-ghost { border-color: var(--line-2); background: var(--card); color: var(--ink); }
.btn-ghost:hover { background: var(--card-solid); border-color: var(--plum); }
.btn-light { background: #fff; color: var(--plum-2); }
.btn-gold { background: var(--gold); color: #4a3a12; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 13px; }
.btn-lg { min-height: 56px; padding: 0 30px; font-size: 15px; }
.btn-block { width: 100%; }
.btn[disabled], .btn.is-disabled { opacity: .55; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--plum); text-decoration: none; font-weight: 800; }
.text-link:hover { color: var(--rose-2); }
.text-link .arrow { transition: transform .2s; }
.text-link:hover .arrow { transform: translateX(4px); }
.amazon-link::after { content: ' ↗'; font-weight: 400; }

/* 6 ▸ CARDS & BADGES -------------------------------------------------- */
.card { position: relative; border: 1px solid var(--line); border-radius: var(--r); background: var(--card); box-shadow: var(--sh-1); padding: 28px; transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.card.lift:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.card-soft { box-shadow: none; }
.card h3 { margin-bottom: 10px; }
.card > p { color: var(--ink-2); }
.card-petal { background: linear-gradient(155deg, var(--petal), var(--card-solid) 60%); }
.card-blue { background: linear-gradient(155deg, var(--blue), var(--card-solid) 60%); }
.card-sage { background: linear-gradient(155deg, var(--sage), var(--card-solid) 60%); }
.card-butter { background: linear-gradient(155deg, var(--butter), var(--card-solid) 60%); }
.card-lilac { background: linear-gradient(155deg, var(--lilac), var(--card-solid) 60%); }
.card-plum { background: linear-gradient(150deg, var(--plum), var(--plum-2)); color: #fff; border-color: transparent; }
.card-plum h3, .card-plum p { color: #fff; }
.card-plum .eyebrow { color: #f3c6d9; }
.pill { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 0 12px; border-radius: 999px; background: var(--petal); color: var(--plum-2); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pill-blue { background: var(--blue); color: #3d5a80; }
.pill-sage { background: var(--sage); color: #3f6146; }
.pill-gold { background: var(--butter); color: #7a5b13; }
.pill-rose { background: var(--rose); color: #fff; }
.pill-plum { background: var(--plum); color: #fff; }
.sticker { position: absolute; top: 14px; right: 14px; z-index: 3; padding: 8px 12px; border-radius: 999px; background: var(--plum); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 18px rgba(119, 84, 111, .28); transform: rotate(4deg); }
.sticker.rose { background: var(--rose); }
.sticker.gold { background: var(--gold); color: #4a3a12; }
.badge-round { width: 112px; height: 112px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: linear-gradient(145deg, #b494a2, var(--plum)); color: #fff; transform: rotate(8deg); box-shadow: var(--sh-2); }
.badge-round strong { font-family: var(--f-head); font-size: 20px; }
.badge-round span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.number { display: inline-block; color: var(--rose); font-size: 11px; letter-spacing: .16em; font-weight: 800; }
.icon-circle { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--card-solid); color: var(--rose); font-size: 24px; box-shadow: inset 0 0 0 1px var(--line); }
.tilt { transform-style: preserve-3d; will-change: transform; transition: transform .35s var(--ease); }
.frame { padding: 10px; border-radius: 18px; background: var(--card-solid); box-shadow: var(--sh-2); border: 1px solid var(--line); }
.frame img { border-radius: 11px; width: 100%; }

/* 7 ▸ HERO ------------------------------------------------------------ */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background:
  radial-gradient(circle at 14% 20%, var(--blue), transparent 26%),
  radial-gradient(circle at 84% 16%, var(--petal), transparent 28%),
  radial-gradient(circle at 76% 80%, var(--sage), transparent 24%),
  linear-gradient(145deg, var(--paper), var(--paper-2) 50%, var(--lilac)); }
.hero-grid { min-height: min(calc(100vh - var(--header-h) - 40px), 780px); padding: 70px 0 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.hero-copy { position: relative; z-index: 3; max-width: 640px; }
.hero h1 em { font-style: italic; color: var(--rose-2); }
.hero-text { margin: 26px 0 30px; font-size: clamp(17px, 1.7vw, 20px); color: var(--ink-2); max-width: 560px; }
.hero-note { display: flex; gap: 10px; align-items: center; margin-top: 28px; color: var(--muted); font-size: 13px; }
.sparkle { color: var(--gold); }
.launch-pill { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 7px 14px 7px 7px; border: 1px solid rgba(216, 91, 139, .22); border-radius: 999px; background: var(--card); color: var(--plum-2); font-size: 12px; font-weight: 750; box-shadow: var(--sh-1); text-decoration: none; }
.launch-pill span { display: inline-grid; place-items: center; min-height: 26px; padding: 0 9px; border-radius: 999px; background: linear-gradient(135deg, #ef8db0, var(--rose-2)); color: #fff; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.hero-art { position: relative; min-height: 520px; display: grid; place-items: center; z-index: 2; }
.hero-balloons { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: auto; }
.book-stack { position: relative; width: min(440px, 100%); aspect-ratio: 440 / 500; }
.book-mock { position: absolute; border-radius: 8px 14px 14px 8px; box-shadow: var(--sh-3); border: 1px solid rgba(60, 40, 35, .14); overflow: hidden; background: var(--card-solid); transition: transform .5s var(--ease); }
.book-mock img { width: 100%; height: 100%; object-fit: cover; }
.book-mock.main { inset: 4% 14% 6% 14%; z-index: 3; transform: rotate(-2.5deg); }
.book-mock.left { width: 50%; height: 62%; top: 22%; left: -6%; z-index: 1; transform: rotate(-11deg); }
.book-mock.right { width: 50%; height: 62%; top: 22%; right: -6%; z-index: 1; transform: rotate(11deg); }
.book-stack:hover .book-mock.main { transform: rotate(0deg) translateY(-8px) scale(1.02); }
.book-stack:hover .book-mock.left { transform: rotate(-16deg) translateX(-10px); }
.book-stack:hover .book-mock.right { transform: rotate(16deg) translateX(10px); }
.hero-badge { position: absolute; right: 0; bottom: 6%; z-index: 4; }
.float { animation: float 6s ease-in-out infinite; }
.float-slow { animation: float 9s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.page-hero { position: relative; overflow: hidden; padding: clamp(60px, 8vw, 100px) 0 clamp(40px, 6vw, 70px); border-bottom: 1px solid var(--line); background:
  radial-gradient(circle at 12% 30%, var(--petal), transparent 28%),
  radial-gradient(circle at 88% 20%, var(--blue), transparent 30%),
  linear-gradient(160deg, var(--paper), var(--paper-2)); }
.page-hero .lede { margin-top: 18px; }
.page-hero.compact { padding: 50px 0 40px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: 12px; color: var(--muted); margin-bottom: 18px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--rose-2); }

/* 8 ▸ STRIPS & DECOR -------------------------------------------------- */
.strip { background: linear-gradient(180deg, var(--blue), var(--blue-2)); }
.strip-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.strip-grid div { display: flex; align-items: baseline; gap: 12px; padding: 0 24px; border-right: 1px solid var(--line); }
.strip-grid div:first-child { padding-left: 0; }
.strip-grid div:last-child { border-right: 0; }
.strip-grid span { color: var(--sky); font-size: 11px; letter-spacing: .15em; font-weight: 800; }
.strip-grid strong { font-family: var(--f-head); font-size: 19px; font-weight: 500; }
.marquee { overflow: hidden; white-space: nowrap; border-block: 1px solid var(--line); padding: 14px 0; background: var(--paper-2); }
.marquee-track { display: inline-flex; gap: 40px; padding-left: 40px; animation: marquee 38s linear infinite; font-family: var(--f-head); font-size: 20px; color: var(--plum); }
.marquee-track span::before { content: '✦'; color: var(--gold); margin-right: 40px; font-size: 14px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }
.quote-card { padding: 30px; border-radius: 20px; background: linear-gradient(150deg, #b79cab, var(--plum)); color: #fff; font-family: var(--f-head); font-size: clamp(19px, 2vw, 23px); line-height: 1.4; box-shadow: var(--sh-2); }
.quote-card small { display: block; margin-top: 12px; font-family: var(--f-body); font-size: 12px; opacity: .85; letter-spacing: .08em; text-transform: uppercase; }
.blockquote { position: relative; padding: 26px 30px 26px 44px; border-left: 4px solid var(--rose); background: var(--card); border-radius: 0 var(--r) var(--r) 0; font-family: var(--f-head); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.45; color: var(--plum-2); }
.blockquote::before { content: '“'; position: absolute; left: 14px; top: 10px; font-size: 50px; color: var(--petal-2); line-height: 1; }
.blockquote cite { display: block; margin-top: 10px; font-family: var(--f-body); font-style: normal; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.divider-hearts { text-align: center; color: var(--petal-2); letter-spacing: 1em; font-size: 14px; padding: 8px 0; }
.stockist { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 32px 36px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(120deg, var(--blue) 0%, var(--butter) 47%, var(--petal) 100%); box-shadow: var(--sh-1); }
.stockist .icon-circle { border-radius: 50%; width: 64px; height: 64px; font-size: 30px; }
.stockist h2 { font-size: clamp(24px, 3vw, 38px); }
.stockist p:last-child { margin: 8px 0 0; color: var(--ink-2); font-size: 14px; }

/* 9 ▸ BOOKS ----------------------------------------------------------- */
.book-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.book-card { display: flex; flex-direction: column; padding: 22px; }
.book-cover { position: relative; margin: 0 0 18px; border-radius: 10px; overflow: hidden; background: linear-gradient(180deg, var(--paper), var(--paper-2)); box-shadow: 0 14px 30px rgba(58, 41, 37, .16); border: 1px solid rgba(55, 40, 36, .1); aspect-ratio: 4 / 4.6; display: grid; place-items: center; }
.book-cover img { width: 100%; height: 100%; object-fit: contain; }
.book-cover.square { aspect-ratio: 1 / 1; }
.book-cover::after { content: ''; position: absolute; left: 10px; top: 0; bottom: 0; width: 1px; background: rgba(0, 0, 0, .12); }
.book-card .book-meta { margin: 0 0 6px; color: var(--rose); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.book-card h3 { font-size: 26px; margin-bottom: 8px; }
.book-card > p { color: var(--ink-2); font-size: 14px; flex: 1; }
.book-actions { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; }
.book-actions small { color: var(--muted); font-size: 11px; }
.book-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.book-row { display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: start; }
.book-row .book-cover { margin: 0; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip { min-height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--card); font-size: 13px; font-weight: 750; transition: background .2s, color .2s, transform .2s; }
.chip:hover { transform: translateY(-1px); }
.chip[aria-pressed="true"], .chip.active { background: var(--plum); color: #fff; border-color: var(--plum); }
.book-detail { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.book-detail .book-cover { aspect-ratio: auto; box-shadow: var(--sh-3); }
.detail-list { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 8px; }
.detail-list li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed var(--line-2); font-size: 14px; }
.detail-list li span:first-child { color: var(--muted); }
.detail-list li span:last-child { font-weight: 700; text-align: right; }
.spread-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.spread-grid button, .spread-grid a { display: block; padding: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--card-solid); box-shadow: var(--sh-1); transition: transform .25s var(--ease), box-shadow .25s; cursor: zoom-in; }
.spread-grid button:hover, .spread-grid a:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--sh-2); }
.spread-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--cream); padding: 4px; }
.spread-grid figcaption, .spread-grid .cap { padding: 10px 12px; font-size: 12px; color: var(--muted); text-align: left; }
.related-books { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.related-books a { text-decoration: none; text-align: center; font-size: 13px; font-weight: 750; }
.related-books .book-cover { aspect-ratio: 1 / 1.1; margin-bottom: 10px; }

/* 10 ▸ MODALS, LIGHTBOX, FLIPBOOK ------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; }
.modal[hidden] { display: none !important; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(50, 32, 44, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); animation: fade .25s var(--ease); }
.modal-panel { position: relative; z-index: 1; width: min(640px, 100%); max-height: min(90vh, 900px); overflow: auto; overscroll-behavior: contain; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: var(--sh-3); padding: 34px; animation: rise .35s var(--bounce); border: 1px solid var(--line); }
.modal-lg .modal-panel { width: min(980px, 100%); }
.modal-xl .modal-panel { width: min(1180px, 100%); }
.modal-sm .modal-panel { width: min(460px, 100%); }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); font-size: 20px; line-height: 1; display: grid; place-items: center; transition: transform .2s, background .2s; }
.modal-close:hover { transform: rotate(90deg); background: var(--petal); }
.modal-panel .eyebrow { margin-bottom: 8px; }
.modal-panel h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 10px; }
.modal-book { display: grid; grid-template-columns: minmax(200px, .8fr) 1.2fr; gap: 30px; align-items: start; }
.modal-book .book-cover { margin: 0; aspect-ratio: auto; }
.modal-footer { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.modal-pop { text-align: center; }
.modal-pop .big-emoji { font-size: 56px; line-height: 1; margin-bottom: 12px; }
@keyframes fade { from { opacity: 0; } }
@keyframes rise { from { opacity: 0; transform: translateY(24px) scale(.97); } }

.lightbox { position: fixed; inset: 0; z-index: 600; background: rgba(28, 18, 25, .93); display: grid; grid-template-rows: auto 1fr auto; color: #fff; animation: fade .25s var(--ease); }
.lightbox[hidden] { display: none !important; }
.lb-top { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; font-size: 13px; }
.lb-top .lb-title { font-family: var(--f-head); font-size: 17px; }
.lb-stage { position: relative; display: grid; place-items: center; padding: 0 70px; min-height: 0; }
.lb-stage img { max-width: 100%; max-height: calc(100vh - 150px); object-fit: contain; border-radius: 10px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); background: #fff; animation: rise .3s var(--ease); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .12); color: #fff; font-size: 24px; display: grid; place-items: center; transition: background .2s; }
.lb-nav:hover { background: rgba(255, 255, 255, .28); }
.lb-prev { left: 12px; } .lb-next { right: 12px; }
.lb-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 18px 16px; font-size: 13px; color: #f3e6ec; }
.lb-close { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .12); color: #fff; font-size: 20px; }
.lb-dots { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.lb-dots button { width: 8px; height: 8px; padding: 0; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .35); }
.lb-dots button.on { background: #fff; transform: scale(1.3); }

.flipbook { position: relative; perspective: 2000px; }
.flip-stage { position: relative; border-radius: 16px; overflow: hidden; background: var(--cream); box-shadow: var(--sh-3); border: 1px solid var(--line); aspect-ratio: 2 / 1.05; display: grid; place-items: center; }
.flip-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.flip-stage img.turning { animation: pageturn .55s var(--ease); }
@keyframes pageturn { 0% { transform: perspective(1400px) rotateY(-70deg); opacity: 0; transform-origin: left center; } 100% { transform: none; opacity: 1; } }
.flip-stage img.turning-back { animation: pageturnback .55s var(--ease); }
@keyframes pageturnback { 0% { transform: perspective(1400px) rotateY(70deg); opacity: 0; transform-origin: right center; } 100% { transform: none; opacity: 1; } }
.flip-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 14px; }
.flip-controls .count { font-size: 13px; color: var(--muted); min-width: 90px; text-align: center; }
.flip-caption { text-align: center; font-family: var(--f-hand); font-size: 20px; color: var(--plum); margin-top: 8px; min-height: 28px; }
.flip-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 12px 2px 4px; scroll-snap-type: x proximity; }
.flip-thumbs button { flex: 0 0 96px; padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: #fff; scroll-snap-align: start; opacity: .7; transition: opacity .2s, border-color .2s; }
.flip-thumbs button img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--cream); }
.flip-thumbs button.on, .flip-thumbs button:hover { opacity: 1; border-color: var(--rose); }

/* 11 ▸ FORMS ---------------------------------------------------------- */
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 800; color: var(--plum-2); }
.field small { color: var(--muted); font-size: 12px; }
.input, .select, .textarea { width: 100%; min-height: 50px; padding: 12px 15px; border: 1px solid var(--line-2); border-radius: 14px; background: var(--card-solid); color: var(--ink); font: inherit; font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.textarea { min-height: 140px; resize: vertical; }
.select { appearance: none; -webkit-appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, var(--plum) 50%), linear-gradient(135deg, var(--plum) 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 4px rgba(216, 91, 139, .15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-2); }
.check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--rose); }
.form-note { font-size: 12px; color: var(--muted); }
.form-status { display: none; margin-top: 14px; padding: 12px 16px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.form-status.ok { display: block; background: var(--sage); color: #2f5a3a; }
.form-status.err { display: block; background: var(--petal); color: #8b2f55; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.faq { border: 1px solid var(--line); border-radius: 16px; background: var(--card); margin-bottom: 10px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 800; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 22px; color: var(--rose); transition: transform .25s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding: 0 22px 20px; color: var(--ink-2); font-size: 15px; }

/* 12 ▸ PLAYROOM ------------------------------------------------------- */
.play-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.play-card { padding: 26px; border-radius: 26px; }
.play-top { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 8px; }
.play-kicker { margin: 0 0 4px; color: var(--rose); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 850; }
.play-card h3 { font-size: 26px; }
.play-card > p { color: var(--ink-2); font-size: 14px; }
.weather-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.weather-buttons button, .option-btn { min-height: 46px; border: 1px solid var(--line-2); border-radius: 14px; background: var(--card-solid); color: var(--ink); font-size: 13px; font-weight: 750; transition: transform .18s, background .18s, border-color .18s; }
.weather-buttons button:hover, .option-btn:hover { transform: translateY(-1px); background: var(--petal); }
.weather-buttons button[aria-pressed="true"], .option-btn[aria-pressed="true"], .option-btn.on { background: var(--petal-2); border-color: var(--rose); color: var(--plum-2); }
.play-result { min-height: 86px; margin-top: 16px; padding: 16px 18px; border-radius: 17px; background: var(--card-solid); border: 1px dashed var(--line-2); color: var(--ink-2); font-family: var(--f-head); font-size: 17px; line-height: 1.4; display: grid; align-content: center; }
.play-result strong { color: var(--rose-2); font-size: 26px; display: block; }
.play-result span.note { font-family: var(--f-body); color: var(--muted); font-size: 12px; margin-top: 4px; display: block; }
.play-action { width: 100%; margin-top: 12px; min-height: 46px; border: 0; border-radius: 14px; background: linear-gradient(135deg, #825f7c, var(--rose)); color: #fff; font-weight: 800; box-shadow: 0 10px 22px rgba(147, 86, 123, .22); transition: transform .2s; }
.play-action:hover { transform: translateY(-2px); }
@keyframes tiny-pop { 0% { transform: scale(.96); opacity: .6; } 60% { transform: scale(1.03); opacity: 1; } 100% { transform: scale(1); } }
.is-popping { animation: tiny-pop .28s ease; }
.game-frame { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(180deg, var(--blue), var(--paper)); box-shadow: var(--sh-1); }
.game-frame canvas { width: 100%; height: auto; display: block; touch-action: none; }
.game-hud { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; justify-content: space-between; padding: 12px 16px; font-size: 13px; font-weight: 800; color: var(--plum-2); background: var(--card); border-top: 1px solid var(--line); }
.game-hud strong { font-family: var(--f-head); font-size: 22px; color: var(--rose-2); }
.memory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.memory-card { position: relative; aspect-ratio: 1 / 1; border: 0; padding: 0; background: transparent; perspective: 800px; }
.memory-card .inner { position: absolute; inset: 0; transition: transform .5s var(--ease); transform-style: preserve-3d; }
.memory-card.flipped .inner, .memory-card.matched .inner { transform: rotateY(180deg); }
.memory-card .face { position: absolute; inset: 0; border-radius: 14px; backface-visibility: hidden; -webkit-backface-visibility: hidden; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); }
.memory-card .front { background: linear-gradient(145deg, var(--plum), var(--rose)); color: #fff; font-size: 28px; }
.memory-card .back { background: #fff; transform: rotateY(180deg); }
.memory-card .back img { width: 100%; height: 100%; object-fit: contain; background: var(--cream); }
.memory-card.matched .back { box-shadow: 0 0 0 3px var(--leaf); }
.breath { display: grid; place-items: center; min-height: 320px; position: relative; }
.breath-balloon { width: 150px; height: 180px; border-radius: 50% 50% 48% 52% / 55% 55% 45% 45%; background: radial-gradient(circle at 35% 30%, #fff5f9, #f3a5c3 45%, var(--rose-2)); box-shadow: inset -12px -18px 30px rgba(120, 30, 70, .18), 0 24px 44px rgba(216, 91, 139, .3); transition: transform 4s ease-in-out; position: relative; }
.breath-balloon::after { content: ''; position: absolute; left: 50%; bottom: -60px; width: 2px; height: 60px; background: var(--plum); opacity: .5; }
.breath.inhale .breath-balloon { transform: scale(1.35); }
.breath.hold .breath-balloon { transform: scale(1.35); }
.breath.exhale .breath-balloon { transform: scale(1); }
.breath-label { position: absolute; bottom: 8px; font-family: var(--f-head); font-size: 24px; color: var(--plum); }
.colour-wrap { display: grid; grid-template-columns: 1fr 220px; gap: 18px; align-items: start; }
.colour-canvas { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--sh-1); cursor: crosshair; }
.colour-canvas canvas { width: 100%; height: auto; touch-action: none; }
.palette { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.swatch { aspect-ratio: 1; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 1px var(--line-2), 0 4px 10px rgba(0, 0, 0, .12); cursor: pointer; transition: transform .15s; padding: 0; }
.swatch:hover { transform: scale(1.1); }
.swatch.on { box-shadow: 0 0 0 3px var(--plum); transform: scale(1.12); }
.quiz-progress { height: 8px; border-radius: 999px; background: var(--petal); overflow: hidden; margin-bottom: 18px; }
.quiz-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--rose), var(--plum)); width: 0; transition: width .4s var(--ease); }
.quiz-q { font-family: var(--f-head); font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 18px; }
.quiz-options { display: grid; gap: 10px; }
.quiz-options .option-btn { text-align: left; padding: 14px 18px; min-height: 54px; font-size: 15px; }
.sticker-board { position: relative; min-height: 380px; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(180deg, var(--blue), var(--sage)); box-shadow: var(--sh-1); }
.sticker-board .floor { position: absolute; left: 0; right: 0; bottom: 0; height: 34%; background: linear-gradient(180deg, var(--butter), #e9d8b7); }
.sticker-board .placed { position: absolute; font-size: 44px; cursor: grab; user-select: none; touch-action: none; filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .18)); }
.sticker-tray { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.sticker-tray button { width: 54px; height: 54px; font-size: 28px; border-radius: 14px; border: 1px solid var(--line-2); background: var(--card-solid); transition: transform .15s; }
.sticker-tray button:hover { transform: scale(1.1) rotate(-6deg); }
.confetti-layer { position: fixed; inset: 0; pointer-events: none; z-index: 900; }

/* 13 ▸ STUDIO & PLANNERS --------------------------------------------- */
.agenda-showcase { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(320px, 1.1fr); gap: clamp(30px, 6vw, 70px); align-items: center; padding: clamp(22px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--card); box-shadow: var(--sh-1); }
.agenda-preview { display: grid; place-items: center; min-height: 520px; padding: 18px; border-radius: 28px; background: radial-gradient(circle at 20% 15%, var(--petal), transparent 30%), radial-gradient(circle at 85% 80%, var(--sage), transparent 32%), var(--paper-2); }
.agenda-paper { width: min(100%, 360px); padding: 10px; border-radius: 18px; background: var(--card-solid); box-shadow: 0 24px 44px rgba(62, 42, 53, .18); transition: transform .5s var(--ease); }
.agenda-paper img { width: 100%; height: auto; max-height: 520px; object-fit: contain; border-radius: 12px; }
.agenda-paper.swap { animation: swap .45s var(--ease); }
@keyframes swap { 0% { opacity: 0; transform: translateY(10px) rotate(-1deg); } }
.agenda-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.agenda-thumb { min-width: 0; border: 1px solid var(--line); border-radius: 18px; background: var(--card); padding: 9px; cursor: pointer; color: var(--ink); transition: transform .2s, border-color .2s, box-shadow .2s; text-align: center; }
.agenda-thumb:hover, .agenda-thumb.active { transform: translateY(-3px); border-color: rgba(216, 91, 139, .5); box-shadow: var(--sh-1); }
.agenda-thumb.active { box-shadow: 0 0 0 2px var(--rose), var(--sh-1); }
.agenda-thumb img { width: 100%; aspect-ratio: 2 / 2.9; object-fit: cover; object-position: top center; border-radius: 12px; }
.agenda-thumb span { display: block; margin-top: 8px; font-size: 11px; font-weight: 800; line-height: 1.25; }
.note-box { display: grid; gap: 4px; margin: 4px 0 22px; padding: 16px 18px; border-radius: 16px; background: var(--petal); border: 1px solid var(--line); }
.note-box strong { font-family: var(--f-head); font-size: 17px; font-weight: 600; }
.note-box span { color: var(--ink-2); font-size: 13px; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.tab { min-height: 42px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--card); font-size: 13px; font-weight: 800; }
.tab[aria-selected="true"] { background: var(--plum); color: #fff; border-color: var(--plum); }
.tab-panel[hidden] { display: none; }
.planner-card { display: grid; grid-template-columns: minmax(170px, .68fr) minmax(0, 1.32fr); gap: 26px; align-items: center; padding: 26px; }
.planner-card h3 { font-size: clamp(26px, 2.6vw, 36px); }
.planner-card .kicker { margin: 0 0 6px; color: var(--rose); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 850; }
.planner-card > div > p { color: var(--ink-2); font-size: 14px; }
.gallery { columns: 3; column-gap: 14px; }
.gallery > * { break-inside: avoid; margin-bottom: 14px; }
.gallery button, .gallery a { display: block; width: 100%; padding: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--card-solid); box-shadow: var(--sh-1); cursor: zoom-in; transition: transform .25s var(--ease); }
.gallery button:hover, .gallery a:hover { transform: translateY(-3px); }
.gallery img { width: 100%; }
.download-card { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: center; padding: 18px; }
.download-card img { border-radius: 8px; box-shadow: var(--sh-1); border: 1px solid var(--line); }
.download-card h4 { font-size: 19px; margin-bottom: 4px; }
.download-card p { font-size: 13px; color: var(--ink-2); margin-bottom: 10px; }
.steps { counter-reset: step; display: grid; gap: 14px; }
.steps li { list-style: none; position: relative; padding-left: 58px; min-height: 44px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--plum); color: #fff; display: grid; place-items: center; font-family: var(--f-head); font-size: 18px; }
.steps li strong { display: block; font-family: var(--f-head); font-size: 19px; font-weight: 600; }
.steps li span { color: var(--ink-2); font-size: 14px; }

/* 14 ▸ PEOPLE & CHARACTERS ------------------------------------------- */
.char-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.char-card { text-align: center; padding: 20px 16px 22px; cursor: pointer; border: 1px solid var(--line); border-radius: var(--r); background: var(--card); box-shadow: var(--sh-1); transition: transform .28s var(--ease), box-shadow .28s; }
.char-card:hover { transform: translateY(-5px) rotate(-1deg); box-shadow: var(--sh-2); }
.char-avatar { display: block; width: 120px; height: 120px; margin: 0 auto 14px; border-radius: 50%; overflow: hidden; border: 4px solid #fff; box-shadow: 0 10px 24px rgba(90, 60, 80, .2); background: var(--petal); }
.char-avatar img { width: 100%; height: 100%; object-fit: cover; }
.char-card h3 { font-size: 22px; margin-bottom: 4px; }
.char-card p { font-size: 13px; color: var(--muted); margin: 0; }
.portrait { position: relative; width: min(100%, 460px); border-radius: 200px 200px 28px 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-2); aspect-ratio: 4 / 5; background: linear-gradient(160deg, var(--petal-2), var(--paper) 54%, var(--blue)); display: grid; place-items: center; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait .initials { width: 170px; height: 170px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .7); color: var(--rose); font-family: var(--f-head); font-size: 56px; border: 1px solid var(--line); }
.timeline { position: relative; padding-left: 30px; display: grid; gap: 26px; }
.timeline::before { content: ''; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--rose), var(--plum)); border-radius: 2px; }
.timeline li { list-style: none; position: relative; }
.timeline li::before { content: ''; position: absolute; left: -27px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 4px var(--petal); }
.timeline strong { display: block; font-family: var(--f-head); font-size: 20px; font-weight: 600; }
.timeline span { color: var(--ink-2); font-size: 14px; }

/* 15 ▸ PASSPORT, TOASTS, MISC ---------------------------------------- */
.passport-fab { position: fixed; left: 18px; bottom: 18px; z-index: 300; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--glass); backdrop-filter: blur(12px); color: var(--plum-2); font-size: 13px; font-weight: 800; box-shadow: var(--sh-2); transition: transform .25s var(--bounce); }
.passport-fab:hover { transform: translateY(-3px) scale(1.03); }
.passport-fab .count { display: grid; place-items: center; min-width: 30px; height: 30px; border-radius: 50%; background: var(--rose); color: #fff; font-size: 12px; }
.passport-fab.bump { animation: bump .5s var(--bounce); }
@keyframes bump { 40% { transform: scale(1.15) rotate(-4deg); } }
.stamps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0; }
.stamp { aspect-ratio: 1; border-radius: 18px; border: 2px dashed var(--line-2); display: grid; place-items: center; text-align: center; padding: 8px; font-size: 11px; font-weight: 800; color: var(--muted); background: var(--card); }
.stamp .ico { font-size: 28px; filter: grayscale(1); opacity: .35; }
.stamp.earned { border-style: solid; border-color: var(--rose); color: var(--plum-2); background: var(--petal); transform: rotate(-3deg); }
.stamp.earned .ico { filter: none; opacity: 1; }
.progress-bar { height: 10px; border-radius: 999px; background: var(--petal); overflow: hidden; }
.progress-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--rose), var(--plum)); transition: width .6s var(--ease); }
.toast-stack { position: fixed; right: 18px; bottom: 18px; z-index: 950; display: grid; gap: 10px; max-width: min(360px, calc(100% - 36px)); }
.toast { padding: 14px 18px; border-radius: 16px; background: var(--plum-2); color: #fff; font-size: 14px; font-weight: 700; box-shadow: var(--sh-2); animation: rise .35s var(--bounce); display: flex; gap: 10px; align-items: center; }
.toast.leaving { opacity: 0; transform: translateY(10px); transition: .3s; }
.to-top { position: fixed; right: 18px; bottom: 84px; z-index: 300; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--glass); color: var(--plum); font-size: 20px; display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; box-shadow: var(--sh-1); }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { transform: translateY(-3px); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0s); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-scale { opacity: 0; transform: scale(.94); transition: opacity .7s var(--ease), transform .7s var(--bounce); }
.reveal-scale.visible { opacity: 1; transform: none; }
.balloon-deco { position: absolute; pointer-events: none; width: 54px; height: 70px; border-radius: 52% 48% 50% 50% / 56% 56% 44% 44%; opacity: .8; }
.balloon-deco::after { content: ''; position: absolute; width: 1px; height: 46px; background: var(--plum); opacity: .5; left: 50%; bottom: -44px; }
.leaf-deco { position: absolute; width: 110px; height: 54px; border-radius: 100% 0 100% 0; background: var(--sage-2); opacity: .45; transform: rotate(34deg); pointer-events: none; }
.notice { padding: 14px 18px; border-radius: 14px; background: var(--butter); border: 1px solid var(--line); font-size: 14px; color: #6b5420; }
kbd { font-family: var(--f-body); font-size: 11px; padding: 2px 6px; border-radius: 6px; border: 1px solid var(--line-2); background: var(--card-solid); }
table.simple { width: 100%; border-collapse: collapse; font-size: 14px; }
table.simple th, table.simple td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); }
table.simple th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.table-wrap { overflow-x: auto; }
.cta-band { border-radius: var(--r-lg); padding: clamp(30px, 5vw, 58px); background: linear-gradient(145deg, var(--petal), var(--blue) 72%); border: 1px solid var(--line); box-shadow: var(--sh-1); display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.cta-band h2 { font-size: clamp(30px, 3.6vw, 48px); margin-bottom: 10px; }
.cta-band p { color: var(--ink-2); }
.cta-band .btn-row { justify-content: flex-end; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-links a { min-height: 70px; padding: 0 18px; border-radius: 16px; background: var(--card-solid); display: flex; align-items: center; justify-content: space-between; text-decoration: none; font-weight: 800; font-size: 14px; border: 1px solid var(--line); transition: background .2s, transform .2s, box-shadow .2s; }
.social-links a:hover { transform: translateY(-2px); box-shadow: var(--sh-1); border-color: var(--rose); }
.social-links a span:first-child { display: flex; align-items: center; gap: 10px; }
.social-links svg { width: 22px; height: 22px; }

/* 16 ▸ NIGHT MODE ----------------------------------------------------- */
body.night {
  --paper: #211c1f; --paper-2: #282125; --cream: #2c2529; --petal: #3b2c34; --petal-2: #4d3743; --blue: #2b323e; --blue-2: #354152; --sage: #2c352f; --sage-2: #3c4b3f; --butter: #3e3728; --lilac: #332c3c;
  --ink: #f3e9e4; --ink-2: #ddd0d4; --muted: #bfb0b5; --rose: #e69ab7; --rose-2: #f0a6c2; --rose-soft: #4b3440; --plum: #a67c9c; --plum-2: #8d6684; --gold: #ddbd79; --sky: #9fbde6; --leaf: #9cc4a4;
  --line: rgba(255, 240, 245, .12); --line-2: rgba(255, 240, 245, .22); --card: rgba(52, 44, 49, .88); --card-solid: #342b30; --glass: rgba(33, 28, 31, .92);
  --sh-1: 0 10px 28px rgba(0, 0, 0, .28); --sh-2: 0 24px 56px rgba(0, 0, 0, .36); --sh-3: 0 34px 80px rgba(0, 0, 0, .5);
  color-scheme: dark;
}
body.night .btn-primary { background: #c98db8; color: #2a1d26; box-shadow: 0 12px 28px rgba(0, 0, 0, .3); }
body.night .btn-primary:hover { background: #dba3cb; }
body.night .btn-light { background: #f3e9e4; color: #4f3a4a; }
body.night .nav-cta { color: #fff4f7; }
body.night .site-nav a.active:not(.nav-cta) { color: #fff; }
body.night .site-footer { background: linear-gradient(180deg, #3b3036, #241f22); }
body.night .quote-card { background: linear-gradient(150deg, #795b6c, #58434f); }
body.night .card-plum { background: linear-gradient(150deg, #5a4053, #3d2c38); }
body.night .bg-plum { background: linear-gradient(150deg, #4c3646, #2f2230); }
body.night .stockist { background: linear-gradient(120deg, #2b3440 0%, #33282b 48%, #3b2933 100%); }
body.night .book-cover, body.night .book-mock { background: #2d262a; }
body.night .modal-backdrop { background: rgba(0, 0, 0, .65); }
body.night .pill-blue { color: #cfe0f5; } body.night .pill-sage { color: #cfe3d2; } body.night .pill-gold { color: #efd9a0; }
body.night .notice { color: #efd9a0; }
body.night .memory-card .back, body.night .flip-stage img, body.night .lb-stage img { background: #2d262a; }
body.night .form-status.ok { color: #cfe3d2; } body.night .form-status.err { color: #f6c7d9; }
body.night .detail-list li span:last-child { color: var(--ink); }
body.night .breath-balloon { background: radial-gradient(circle at 35% 30%, #ffe4ee, #e58fb0 45%, #b6567f); }
body.night .frame, body.night .agenda-paper { background: #2d262a; }

/* 17 ▸ RESPONSIVE ----------------------------------------------------- */
@media (max-width: 1100px) {
  .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4, .char-grid, .related-books { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agenda-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .site-nav { display: none; }
  .menu-toggle { display: block; }
  .site-nav.open { display: flex; position: absolute; left: 14px; right: 14px; top: calc(var(--header-h) - 6px); padding: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--sh-2); flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.open a { padding: 12px 14px; }
  .site-nav.open .nav-cta, .site-nav.open .night-btn { margin: 6px 0 0; justify-content: center; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 60px 0 50px; gap: 30px; }
  .hero-art { min-height: 440px; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .split, .grid-3, .play-grid, .book-list, .book-detail, .modal-book, .cta-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .agenda-showcase { grid-template-columns: 1fr; }
  .agenda-preview { min-height: 420px; }
  .colour-wrap { grid-template-columns: 1fr; }
  .palette { grid-template-columns: repeat(10, 1fr); }
  .gallery { columns: 2; }
  .strip-grid { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .strip-grid div { min-height: 54px; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 8px; }
  .strip-grid div:first-child { padding-left: 8px; }
  .strip-grid div:nth-last-child(-n+2) { border-bottom: 0; }
  .stockist { grid-template-columns: auto 1fr; }
  .stockist .btn { grid-column: 2; justify-self: start; }
  .cta-band .btn-row { justify-content: flex-start; }
  .lb-stage { padding: 0 8px; }
  .lb-nav { width: 42px; height: 42px; }
  .spread-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  :root { --header-h: 66px; }
  .shell, .shell-narrow, .shell-wide { width: min(100% - 32px, 1180px); }
  h1 { font-size: clamp(38px, 11vw, 56px); }
  .hero-art { min-height: 380px; }
  .book-stack { width: min(320px, 100%); }
  .book-grid, .grid-2, .grid-4, .char-grid, .related-books, .form-row, .footer-grid, .social-links, .agenda-thumbs { grid-template-columns: 1fr; }
  .agenda-thumbs { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .agenda-thumb { flex: 0 0 140px; scroll-snap-align: start; }
  .book-row, .planner-card, .download-card { grid-template-columns: 1fr; }
  .book-row .book-cover, .planner-card .frame { max-width: 260px; margin-inline: auto; }
  .stockist { grid-template-columns: 1fr; padding: 24px 20px; }
  .stockist .btn { grid-column: auto; justify-self: stretch; }
  .modal-panel { padding: 26px 20px; border-radius: 20px; }
  .modal { padding: 12px; }
  .weather-buttons { grid-template-columns: repeat(2, 1fr); }
  .memory-grid { gap: 8px; }
  .gallery { columns: 2; column-gap: 10px; }
  .spread-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .passport-fab { padding: 8px 12px 8px 8px; font-size: 12px; }
  .passport-fab .label { display: none; }
  .stamps { grid-template-columns: repeat(3, 1fr); }
  .toast-stack { right: 12px; bottom: 12px; }
  .to-top { right: 12px; bottom: 70px; }
  .tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .tab { white-space: nowrap; }
  .palette { grid-template-columns: repeat(8, 1fr); }
}

/* 18 ▸ MOTION & PRINT ------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal-scale { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}
@media print {
  .site-header, .site-footer, .passport-fab, .to-top, .toast-stack, .announce, .modal, .lightbox, .hero-balloons { display: none !important; }
  body { background: #fff; color: #000; }
  .reveal, .reveal-scale { opacity: 1; transform: none; }
}

/* 19 ▸ COMPONENT EXTRAS ------------------------------------------------ */
.char-avatar { position: relative; }
.char-avatar .emoji { display: none; position: absolute; inset: 0; place-items: center; font-size: 52px; background: linear-gradient(145deg, var(--petal), var(--blue)); }
.char-avatar.fallback .emoji { display: grid; }
.char-avatar.cutout { background: radial-gradient(circle at 50% 60%, var(--butter), var(--petal)); }
.char-avatar.cutout img { object-fit: contain; padding: 10px; }
.char-strip { display: flex; gap: 16px; overflow-x: auto; padding: 8px 4px 18px; scroll-snap-type: x proximity; }
.char-strip .char-card { flex: 0 0 200px; scroll-snap-align: start; }
.quick-cover { position: relative; }
.quick-cover .sticker { top: 10px; right: 10px; }
.book-card.coming .book-cover::before { content: 'Coming soon'; position: absolute; top: 12px; right: -34px; z-index: 2; padding: 6px 40px; background: var(--rose); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: rotate(35deg); box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.mini-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; }
.mini-thumbs button { padding: 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; cursor: zoom-in; transition: transform .2s; }
.mini-thumbs button:hover { transform: translateY(-3px); }
.mini-thumbs img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: var(--cream); }
.theme-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; }
.book-card .book-cover { cursor: pointer; }
.hero-mini-cta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.hero-mini-cta a { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 14px; color: var(--plum-2); }
.hero-mini-cta a span:first-child { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--card-solid); box-shadow: var(--sh-1); font-size: 18px; }
.values-grid .card h3 { margin-top: 40px; }
.author-avatar { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; border: 5px solid #fff; box-shadow: var(--sh-2); background: var(--petal); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.story-scene { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-3); border: 1px solid var(--line); }
.story-scene img { width: 100%; display: block; }
.story-scene .caption { display: inline-block; margin: 10px 16px 14px; padding: 8px 14px; border-radius: 999px; background: var(--petal); color: var(--plum-2); font-family: var(--f-hand); font-size: 19px; }
.story-scene { background: var(--card-solid); }
.character-cutout { position: absolute; pointer-events: none; filter: drop-shadow(0 18px 24px rgba(90,60,80,.25)); }
@media (max-width: 640px) { .mini-thumbs { grid-template-columns: repeat(2, 1fr); } .char-strip .char-card { flex-basis: 170px; } }
button.text-link { background: none; border: 0; padding: 0; font: inherit; font-weight: 800; cursor: pointer; }

/* 20 ▸ PREVIEW CLIFFHANGER ------------------------------------------- */
.flip-stage { position: relative; }
.flip-cta { position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; text-align: center; background: radial-gradient(circle at 20% 20%, var(--petal), transparent 40%), radial-gradient(circle at 80% 80%, var(--blue), transparent 40%), var(--paper); }
.flip-cta[hidden] { display: none; }
.flip-cta.turning { animation: pageturn .55s var(--ease); }
.flip-cta-inner { max-width: 520px; }
.flip-cta-inner .big-emoji { display: block; font-size: 44px; margin-bottom: 8px; }
.flip-cta-inner h3 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 10px; }
.flip-thumbs .thumb-cta { display: grid; place-items: center; font-family: var(--f-head); font-size: 22px; color: var(--rose-2); background: var(--petal); aspect-ratio: 4 / 3; }
.preview-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 8px; }

/* 21 ▸ SHOP ------------------------------------------------------------ */
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.product-card { display: grid; grid-template-columns: 170px 1fr; gap: 22px; padding: 22px; align-items: start; }
.product-cover img { width: 100%; border-radius: 10px; box-shadow: 0 14px 30px rgba(58, 41, 37, .16); border: 1px solid rgba(55, 40, 36, .1); }
.product-body h3 { font-size: 24px; margin-bottom: 6px; }
.fmt-row { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: center; padding: 12px 0; border-top: 1px dashed var(--line-2); }
.fmt-row > div:first-child strong { display: block; font-size: 14px; }
.fmt-row > div:first-child small { color: var(--muted); font-size: 12px; }
.fmt-row .row { grid-column: 1 / -1; }
.fmt-price { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: flex-end; }
.fmt-price b { font-family: var(--f-head); font-size: 22px; color: var(--plum-2); }
.fmt-price s { color: var(--muted); font-size: 13px; }
.bundle-card { display: grid; grid-template-columns: 200px 1fr; gap: 20px; align-items: center; }
.bundle-covers { display: flex; }
.bundle-covers img { width: 46%; border-radius: 8px; box-shadow: var(--sh-2); border: 1px solid var(--line); margin-right: -14%; transform: rotate(-6deg); }
.bundle-covers img:nth-child(2) { transform: rotate(6deg) translateY(10px); }
.bundle-covers img:nth-child(n+3) { display: none; }
.basket-fab { position: fixed; right: 18px; bottom: 140px; z-index: 300; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--plum); color: #fff; font-size: 13px; font-weight: 800; box-shadow: var(--sh-2); transition: transform .25s var(--bounce); }
.basket-fab:hover { transform: translateY(-3px); }
.basket-fab .count { min-width: 24px; height: 24px; border-radius: 50%; background: var(--rose); display: grid; place-items: center; font-size: 12px; }
.basket-fab.bump { animation: bump .5s var(--bounce); }
.basket-fab[hidden] { display: none; }
.basket-list { display: grid; gap: 10px; margin: 16px 0; }
.basket-row { display: grid; grid-template-columns: 54px 1fr auto auto; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.basket-row img { width: 54px; border-radius: 6px; }
.basket-row strong { display: block; font-size: 14px; }
.basket-row small { color: var(--muted); font-size: 12px; }
.basket-row .qty { display: inline-flex; align-items: center; gap: 6px; }
.basket-row .qty button { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--card-solid); font-weight: 800; }
.promo-row { display: flex; gap: 8px; margin: 8px 0 14px; }
.basket-totals { display: grid; gap: 6px; padding: 14px 16px; border-radius: 14px; background: var(--petal); font-size: 14px; }
.basket-totals > div { display: flex; justify-content: space-between; }
.basket-totals .total { border-top: 1px solid var(--line-2); padding-top: 8px; margin-top: 4px; font-size: 16px; }
.basket-totals .total b { font-family: var(--f-head); font-size: 22px; color: var(--plum-2); }
.basket-totals.compact { margin: 12px 0; }
.compare-table th:first-child, .compare-table td:first-child { width: 40%; }
.tick { color: var(--leaf); font-weight: 800; }
@media (max-width: 980px) { .product-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .product-card, .bundle-card { grid-template-columns: 1fr; } .product-cover { max-width: 200px; margin: 0 auto; } .basket-row { grid-template-columns: 44px 1fr; } .basket-row .qty, .basket-row > b { grid-column: 2; justify-self: start; } .basket-fab { bottom: 132px; right: 12px; } .basket-fab .label { display: none; } }

/* 22 ▸ CONSENT BAR ------------------------------------------------------ */
.consent-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 950; max-width: 720px; margin: 0 auto; padding: 16px 18px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line-2); box-shadow: var(--sh-3); display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between; font-size: 14px; }
.consent-bar p { margin: 0; flex: 1 1 320px; color: var(--ink-2); }

/* 23 ▸ REVIEW FIXES ---------------------------------------------------- */
[id] { scroll-margin-top: calc(var(--header-h) + 14px); }
@media (min-width: 641px) { .site-footer { padding-bottom: 96px; } }
body.night .pill { background: #4d3743; color: #f6e6ee; }
body.night .pill-rose { background: var(--rose); color: #2a1d26; }
body.night .blockquote { color: var(--ink-2); }

body.night .spread-grid img, body.night .flip-thumbs button img, body.night .mini-thumbs img { background: #2d262a; }
/* narrow screens: let the agenda chooser shrink; its thumbnail strip scrolls instead of widening the page */
.agenda-showcase > * { min-width: 0; }
.agenda-thumbs { max-width: 100%; }
