:root {
  --ink: #243447;
  --ink-soft: #526171;
  --paper: #fffdf9;
  --cream: #fff6e9;
  --white: #ffffff;
  --coral: #ed8970;
  --coral-dark: #b94f3a;
  --blue: #65b2c5;
  --blue-dark: #2c6d7d;
  --yellow: #fec92e;
  --yellow-soft: #fff0ae;
  --green: #7ebd88;
  --green-dark: #397346;
  --mauve: #bc7496;
  --mauve-dark: #844564;
  --line: #eadfce;
  --shadow: 0 16px 45px rgba(67, 52, 35, .10);
  --shadow-sm: 0 7px 22px rgba(67, 52, 35, .08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --content: 1160px;
  --reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-decoration-thickness: .09em; text-underline-offset: .16em; }
a:hover { color: var(--coral-dark); }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 4px solid rgba(44, 109, 125, .28); outline-offset: 3px; }

h1, h2, h3, h4, .brand-wordmark {
  color: var(--ink);
  font-family: Nunito, ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.15;
  text-wrap: balance;
}
h1 { margin: 0 0 1rem; font-size: clamp(2.45rem, 6vw, 5.3rem); }
h2 { margin: 0 0 .9rem; font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { margin: 0 0 .55rem; font-size: clamp(1.28rem, 2.2vw, 1.65rem); }
h4 { margin: 0 0 .4rem; font-size: 1.08rem; }
p { margin: 0 0 1rem; }

/* Edward */
.header-navigation ul li.menu-item>a { font-weight: 800; }


.eyebrow { margin-bottom: .75rem; color: var(--coral-dark); font-size: .79rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lede { max-width: 720px; color: var(--ink-soft); font-size: clamp(1.12rem, 2vw, 1.28rem); }
.small { font-size: .89rem; }
.muted { color: var(--ink-soft); }
.center { text-align: center; }
.center .lede { margin-inline: auto; }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.reading { width: min(calc(100% - 40px), var(--reading)); margin-inline: auto; }
.section { padding: clamp(64px, 8vw, 108px) 0; }
.section-sm { padding: clamp(42px, 6vw, 72px) 0; }
.section-cream { background: var(--cream); }
.section-blue { background: #e9f7f9; }
.section-yellow { background: #fff9d8; }
.section-green { background: #edf8ee; }
.section-mauve { background: #f8edf3; }
.section-wave { position: relative; overflow: hidden; }
.section-wave::before { content: ""; position: absolute; inset: auto -5% -120px; height: 170px; border-radius: 50% 50% 0 0; background: rgba(255,255,255,.42); pointer-events: none; }
.stack > * + * { margin-top: 1rem; }
.cluster { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.grid { display: grid; gap: 24px; }
.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)); }
.spacer-top { margin-top: 2rem; }
.desktop-nav a { font-weight: 800; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-160%); padding: .75rem 1rem; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }
.audience-bar { padding: 7px 16px; background: var(--ink); color: #fff; text-align: center; font-size: .78rem; font-weight: 750; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 900; border-bottom: 1px solid rgba(36,52,71,.08); background: rgba(255,253,249,.94); backdrop-filter: blur(16px); }
.nav-wrap { display: grid; grid-template-columns: 205px 1fr auto; gap: 24px; min-height: 78px; align-items: center; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.logo svg { width: 190px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(16px, 2.2vw, 30px); align-items: center; }
.desktop-nav a { color: var(--ink); font-size: .94rem; font-weight: 800; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--coral-dark); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.icon-button { display: inline-grid; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); place-items: center; }
.icon-button:hover { border-color: var(--blue); background: #eef9fb; }
.menu-toggle { display: none; }
.mobile-panel { position: fixed; inset: 0 0 0 auto; z-index: 950; width: min(88vw, 390px); padding: 28px; transform: translateX(105%); background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.18); transition: transform .25s ease; }
.nav-open .mobile-panel { transform: none; }
.mobile-panel-head { display: flex; justify-content: space-between; align-items: center; }
.mobile-nav { display: grid; gap: 8px; margin-top: 32px; }
.mobile-nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1.18rem; font-weight: 800; text-decoration: none; }
.nav-scrim { position: fixed; inset: 0; z-index: 925; visibility: hidden; opacity: 0; border: 0; background: rgba(36,52,71,.48); transition: .25s ease; }
.nav-open .nav-scrim { visibility: visible; opacity: 1; }

.button { display: inline-flex; min-height: 48px; padding: .72rem 1.16rem; border: 2px solid transparent; border-radius: 999px; align-items: center; justify-content: center; gap: 8px; font-weight: 850; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button-primary { background: var(--coral-dark); color: #fff; }
.button-primary:hover { background: #9f3f2d; color: #fff; }
.button-secondary { background: var(--blue-dark); color: #fff; }
.button-secondary:hover { background: #205767; color: #fff; }
.button-light { border-color: var(--line); background: #fff; color: var(--ink); }
.button-light:hover { border-color: var(--blue-dark); color: var(--blue-dark); }
.button-small { min-height: 40px; padding: .55rem .9rem; font-size: .88rem; }
.button-disabled { background: #e7e2da; color: #6f6c66; cursor: not-allowed; }

.hero { position: relative; overflow: hidden; padding: clamp(72px, 9vw, 124px) 0; background: linear-gradient(135deg, #fff8ee 0%, #f2fbfc 55%, #fff8d9 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; opacity: .35; }
.hero::before { width: 340px; height: 340px; top: -180px; right: -80px; background: var(--yellow); }
.hero::after { width: 220px; height: 220px; bottom: -110px; left: 8%; background: var(--mauve); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.hero h1 span { color: var(--coral-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: var(--ink-soft); font-size: .91rem; font-weight: 720; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--green-dark); font-weight: 950; }
.hero-art { position: relative; min-height: 460px; }
.art-card { position: absolute; display: grid; width: 76%; min-height: 350px; padding: 26px; border: 8px solid #fff; border-radius: 34px; background: #fff; box-shadow: var(--shadow); place-items: center; transform: rotate(3deg); }
.art-card:first-child { left: 0; bottom: 12px; transform: rotate(-5deg); background: #fff5ef; }
.art-card:last-child { top: 0; right: 0; }
.art-card svg { width: 100%; max-height: 285px; }
.mini-sticker { position: absolute; z-index: 3; padding: 10px 15px; border: 4px solid #fff; border-radius: 999px; box-shadow: var(--shadow-sm); color: var(--ink); font-family: Nunito, ui-rounded, system-ui; font-weight: 900; }
.sticker-one { top: 12px; left: -8px; background: var(--yellow-soft); transform: rotate(-6deg); }
.sticker-two { right: 0; bottom: 4px; background: #dff3e2; transform: rotate(4deg); }

.breadcrumb { padding: 20px 0 0; color: var(--ink-soft); font-size: .86rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-right: 7px; color: #9a9389; }
.page-hero { padding: clamp(56px, 8vw, 88px) 0; background: var(--cream); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.page-hero .lede { max-width: 760px; }
.page-hero.center h1, .page-hero.center .lede { margin-inline: auto; }
.accent-coral { background: #fff0eb; }
.accent-blue { background: #eaf8fa; }
.accent-green { background: #edf8ee; }
.accent-yellow { background: #fff9dc; }
.accent-mauve { background: #f8edf3; }

.card { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.card-link { color: inherit; text-decoration: none; }
.card-link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card:hover { transform: translateY(-2px); transition: .18s ease; }
.category-card { min-height: 290px; overflow: hidden; padding: 28px; }
.category-card .card-icon { display: grid; width: 96px; height: 96px; margin-bottom: 30px; border-radius: 32px; place-items: center; }
.category-card .card-icon svg { width: 68px; }
.category-card p { color: var(--ink-soft); }
.category-card .arrow { color: var(--coral-dark); font-weight: 900; }
.bg-coral { background: #fff0eb; }
.bg-blue { background: #eaf8fa; }
.bg-yellow { background: #fff9dc; }
.bg-green { background: #edf8ee; }
.bg-mauve { background: #f8edf3; }

.tutorial-card { overflow: hidden; padding: 0; }
.tutorial-thumb { display: grid; min-height: 230px; padding: 18px; place-items: center; }
.tutorial-thumb svg { max-height: 210px; }
.tutorial-card-content { padding: 22px; }
.tutorial-card h3 { font-size: 1.32rem; }
.tutorial-card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 11px; }
.pill { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--cream); color: var(--ink-soft); font-size: .75rem; font-weight: 850; }
.favorite-button { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; width: 42px; height: 42px; border: 1px solid rgba(36,52,71,.14); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); place-items: center; padding: 0; }
.favorite-button[aria-pressed="true"] { border-color: var(--coral-dark); background: #fff0eb; color: var(--coral-dark); }

.feature-card { padding: 26px; border: 0; box-shadow: none; }
.number-bubble { display: grid; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 18px; background: var(--yellow); color: var(--ink); font-family: Nunito, ui-rounded, system-ui; font-size: 1.2rem; font-weight: 950; place-items: center; }
.age-card { min-height: 330px; padding: 34px; }
.age-card .big-age { display: block; margin-bottom: .5rem; color: var(--coral-dark); font-family: Nunito, ui-rounded, system-ui; font-size: clamp(3.2rem, 7vw, 5.3rem); font-weight: 950; line-height: 1; }
.age-card ul { padding-left: 1.15rem; }

.activity-category-card { min-height: 330px; padding: 30px; }
.activity-category-card h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }
.activity-category-card .arrow, .activity-article-card .arrow { color: var(--coral-dark); font-weight: 900; }
.activity-icon { display: block; margin-bottom: 18px; font-size: 3rem; line-height: 1; }
.activity-article-card { overflow: hidden; padding: 0; }
.activity-card-top { display: flex; min-height: 155px; padding: 18px 22px; justify-content: space-between; align-items: flex-start; }
.activity-card-top > span:first-child { font-size: 2.6rem; line-height: 1; }
.activity-card-content { padding: 25px; }
.activity-card-content h3 { font-size: 1.45rem; }
.activity-card-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 18px 0 10px; color: var(--ink-soft); font-size: .82rem; font-weight: 800; }
.category-promise { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); align-items: center; }
.category-promise .activity-icon { margin: 0; }
.category-promise h2 { font-size: 1.8rem; }
.activity-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 48px; align-items: start; }
.activity-main { min-width: 0; }
.activity-aside { position: sticky; top: 112px; display: grid; gap: 20px; }
.activity-intro { margin-bottom: 34px; padding: 22px 24px; border-radius: var(--radius-md); background: var(--cream); color: var(--ink-soft); }
.activity-intro p { margin: 0; }
.idea-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.idea-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; align-items: start; }
.idea-number { display: grid; width: 36px; height: 36px; border-radius: 50%; background: var(--yellow-soft); font-size: .86rem; font-weight: 950; place-items: center; }
.variation-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.variation-list li { padding: 16px 18px; border-left: 5px solid var(--blue-dark); border-radius: 0 12px 12px 0; background: #eaf8fa; }
.activity-commerce { margin: 54px 0; padding: clamp(24px, 4vw, 38px); border: 1px solid #e1c36b; border-radius: var(--radius-lg); background: #fffdf4; }
.activity-product-pick { display: flex; min-height: 100%; flex-direction: column; }
.activity-product-pick h3 { margin-top: 14px; }
.activity-product-pick .button { margin-top: auto; }
.activity-product-pick .text-link { display: inline-block; margin-top: 13px; font-size: .9rem; font-weight: 850; }
.tutorial-product-picks { display: grid; gap: 14px; }
.tutorial-product-picks > h3,
.tutorial-product-picks > p { margin: 0; }
.tutorial-product-picks > p.small { display: none; }
.tutorial-product-picks .disclosure { margin: 0; font-size: .78rem; }
.tutorial-product-picks .activity-product-pick { gap: 10px; padding: 18px; }
.tutorial-product-picks .activity-product-pick h3 { margin-top: 0; font-size: 1.1rem; }
.tutorial-product-picks .activity-product-pick ul { margin: 0; padding-left: 1.1rem; font-size: .9rem; }
.tutorial-product-picks .watch-for { font-size: .85rem; }
.affiliate-review-note { display: inline-flex; margin-top: auto; padding: 10px 14px; border-radius: 999px; background: var(--cream); color: var(--ink-soft); font-size: .88rem; font-weight: 850; }

.callout { padding: clamp(28px, 5vw, 52px); border-radius: var(--radius-lg); background: var(--ink); color: #fff; }
.callout h2, .callout h3 { color: #fff; }
.callout .lede, .callout p { color: #e6edf3; }
.callout-yellow { background: var(--yellow); color: var(--ink); }
.callout-yellow h2, .callout-yellow h3, .callout-yellow p, .callout-yellow .lede { color: var(--ink); }
.callout-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }

.tutorial-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 48px; align-items: start; }
.tutorial-main { min-width: 0; }
.tutorial-aside { position: sticky; top: 112px; }
.meta-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 30px; }
.meta-chip { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .84rem; font-weight: 800; }
.final-preview { display: grid; min-height: 440px; margin: 26px 0 42px; padding: 30px; border-radius: var(--radius-lg); place-items: center; }
.final-preview svg { max-height: 390px; }
.prototype-note { display: inline-block; margin-top: 12px; padding: 5px 9px; border-radius: 8px; background: rgba(255,255,255,.75); color: var(--ink-soft); font-size: .75rem; font-weight: 800; }
.tutorial-shop-strip { display: flex; justify-content: space-between; gap: 24px; margin: -18px 0 42px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); align-items: center; }
.tutorial-shop-strip p { margin: 3px 0 0; color: var(--ink-soft); font-size: .9rem; }
.supplies-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.supplies-list li { display: grid; grid-template-columns: auto 1fr; gap: 4px 7px; padding: 10px 12px; border-radius: 10px; background: var(--cream); }
.supplies-list li::before { content: "✓"; margin-right: 8px; color: var(--green-dark); font-weight: 950; }
.supply-links { grid-column: 2; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.supplies-list li a { font-size: .78rem; font-weight: 850; }
.steps { display: grid; gap: 24px; margin: 28px 0 46px; }
.step-card { display: grid; grid-template-columns: 44% 1fr; gap: 28px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); align-items: center; }
.step-art { display: grid; min-height: 250px; padding: 15px; border-radius: var(--radius-sm); place-items: center; }
.step-art svg { max-height: 225px; }
.step-number { display: inline-grid; width: 42px; height: 42px; margin-bottom: 10px; border-radius: 50%; background: var(--ink); color: #fff; font-family: Nunito, ui-rounded, system-ui; font-weight: 950; place-items: center; }
.parent-tip { margin: 36px 0; padding: 28px; border-left: 7px solid var(--green-dark); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: #edf8ee; }
.toc { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.toc h3 { font-size: 1.1rem; }
.toc a { display: block; padding: 7px 0; color: var(--ink); font-size: .9rem; font-weight: 750; text-decoration: none; }
.disclosure { margin: 20px 0; padding: 14px 16px; border: 1px solid #e1c36b; border-radius: 12px; background: #fff8d7; color: #554719; font-size: .86rem; }

.form-card { padding: clamp(28px, 5vw, 46px); }
.form-grid { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.field { width: 100%; min-height: 52px; padding: 12px 15px; border: 2px solid #cfc7bc; border-radius: 12px; background: #fff; color: var(--ink); }
.field:focus { border-color: var(--blue-dark); outline: 3px solid rgba(44,109,125,.16); }
.form-consent { display: flex; gap: 10px; margin-top: 13px; color: var(--ink-soft); font-size: .82rem; }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.form-status { min-height: 24px; margin-top: 8px; font-size: .86rem; font-weight: 750; }
.form-status.error { color: #9b321e; }
.form-status.success { color: var(--green-dark); }

.book-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(38px, 7vw, 86px); align-items: center; }
.book-cover { position: relative; max-width: 420px; padding: 34px 28px; border: 8px solid #fff; border-radius: 12px 26px 26px 12px; background: linear-gradient(145deg, #f7a58f, #ed8970); box-shadow: 16px 18px 0 #c86852, var(--shadow); text-align: center; transform: rotate(-2deg); }
.book-cover::before { content: ""; position: absolute; inset: 0 auto 0 18px; width: 2px; background: rgba(255,255,255,.45); }
.book-cover .cover-top { font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.book-cover h2 { margin: 14px 0; font-size: 2.55rem; }
.book-cover .cover-300 { display: block; color: #fff; font-family: Nunito, ui-rounded, system-ui; font-size: 5.2rem; font-weight: 950; line-height: 1; text-shadow: 0 3px 0 rgba(0,0,0,.08); }
.book-cover .cover-doodles { display: flex; justify-content: center; gap: 12px; margin: 20px 0; font-size: 2.4rem; }
.price-line { color: var(--ink-soft); font-size: .91rem; }

.product-card { overflow: hidden; padding: 0; }
.product-art { display: grid; min-height: 310px; padding: 30px; background: #fff0eb; place-items: center; }
.product-art .page-stack { position: relative; width: 210px; height: 235px; }
.paper-sheet { position: absolute; inset: 0; padding: 30px 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow-sm); transform: rotate(-5deg); text-align: center; }
.paper-sheet:nth-child(2) { transform: rotate(5deg); }
.paper-sheet:nth-child(3) { transform: none; }
.product-content { padding: 28px; }
.product-icon { font-size: 3rem; line-height: 1; }
.price { color: var(--coral-dark); font-family: Nunito, ui-rounded, system-ui; font-size: 1.45rem; font-weight: 950; }
.badge { display: inline-block; padding: 5px 9px; border-radius: 8px; background: var(--yellow-soft); color: var(--ink); font-size: .75rem; font-weight: 850; }

.guide-card { min-height: 305px; }
.guide-icon { display: block; margin-bottom: 18px; font-size: 2.7rem; line-height: 1; }
.guide-card .arrow { color: var(--coral-dark); font-weight: 900; }
.research-note { padding: 20px 22px; border: 1px solid #b8d8df; border-radius: var(--radius-md); background: #eef9fb; color: var(--ink-soft); }
.affiliate-product-card { display: flex; min-height: 100%; flex-direction: column; }
.affiliate-product-card h2 { font-size: 1.55rem; }
.affiliate-product-card h3 { margin-top: 10px; font-size: 1.05rem; }
.affiliate-product-card ul { padding-left: 1.2rem; }
.affiliate-product-card .button { margin-top: auto; }
.affiliate-product-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-bottom: 16px; align-items: center; }
.pick-label { color: var(--coral-dark); font-size: .79rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.affiliate-meta { padding: 10px 12px; border-radius: 10px; background: var(--cream); color: var(--ink-soft); font-size: .84rem; font-weight: 750; }
.watch-for { margin: 8px 0 22px; padding: 14px; border-left: 4px solid var(--yellow); background: #fffaf0; color: var(--ink-soft); font-size: .9rem; }

.comparison { width: 100%; border-collapse: collapse; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.comparison th, .comparison td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison th { background: var(--cream); font-size: .9rem; }
.comparison tr:last-child td { border-bottom: 0; }
.placeholder-product { border: 2px dashed #bdb5a9; background: #fffdf9; box-shadow: none; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 34px; }
.filter-button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 800; }
.filter-button[aria-pressed="true"] { border-color: var(--blue-dark); background: var(--blue-dark); color: #fff; }
.search-box { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 24px; }
.search-results { display: grid; gap: 14px; margin-top: 28px; }
.search-result { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.search-result a { color: var(--ink); font-family: Nunito, ui-rounded, system-ui; font-size: 1.15rem; font-weight: 900; text-decoration: none; }
.empty-state { padding: 46px 24px; border: 2px dashed var(--line); border-radius: var(--radius-md); background: #fff; text-align: center; }

.account-shell, .checkout-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.summary-box { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); }
.line-item { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.legal h2 { margin-top: 2.5rem; font-size: 1.65rem; }
.legal h3 { margin-top: 1.7rem; font-size: 1.22rem; }
.legal ul { padding-left: 1.25rem; }
.placeholder { padding: 2px 5px; border-radius: 4px; background: #fff0ae; color: #654f00; font-weight: 800; }
.legal-note { padding: 18px; border: 1px solid #d6c177; border-radius: 12px; background: #fff9dc; }

.site-footer { padding: 70px 0 24px; background: var(--ink); color: #dce6ed; }
.site-footer h2, .site-footer h3, .site-footer h4 { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 46px; }
.footer-logo { display: inline-block; margin-bottom: 18px; padding: 10px 14px; border-radius: 12px; background: #fff; }
.footer-logo svg { width: 190px; display: block; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #dce6ed; text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #b9c7d0; font-size: .8rem; }

.cookie-banner { position: fixed; z-index: 1200; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 510px); padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 20px 70px rgba(19,29,40,.22); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { font-size: 1.25rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.cookie-settings { display: grid; gap: 9px; margin: 14px 0; padding: 14px; border-radius: 12px; background: var(--cream); }
.cookie-settings[hidden] { display: none; }
.cookie-settings label { display: flex; justify-content: space-between; gap: 15px; font-size: .88rem; font-weight: 760; }
.toast { position: fixed; z-index: 1400; left: 50%; bottom: 24px; max-width: calc(100% - 40px); padding: 12px 18px; border-radius: 999px; opacity: 0; transform: translate(-50%, 30px); background: var(--ink); color: #fff; font-size: .88rem; font-weight: 800; pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1020px) {
  .nav-wrap { grid-template-columns: 190px 1fr; }
  .desktop-nav, .header-actions .button { display: none; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: inline-grid; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { width: min(100%, 650px); margin-inline: auto; }
  .tutorial-layout { grid-template-columns: 1fr; }
  .activity-layout { grid-template-columns: 1fr; }
  .tutorial-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .activity-aside { position: static; grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-grid > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container, .reading { width: min(calc(100% - 28px), var(--content)); }
  .nav-wrap { min-height: 68px; }
  .logo svg { width: 166px; }
  .grid-2, .grid-3, .grid-4, .account-shell, .checkout-shell, .book-shell { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-art { min-height: 360px; }
  .art-card { width: 78%; min-height: 275px; padding: 17px; border-width: 6px; }
  .art-card svg { max-height: 220px; }
  .sticker-one { left: 0; }
  .callout-grid { grid-template-columns: 1fr; }
  .step-card { grid-template-columns: 1fr; gap: 18px; }
  .step-art { min-height: 220px; }
  .tutorial-aside { grid-template-columns: 1fr; }
  .activity-aside { grid-template-columns: 1fr; }
  .tutorial-shop-strip { display: grid; }
  .category-promise { grid-template-columns: 1fr; }
  .final-preview { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .form-grid, .search-box { grid-template-columns: 1fr; }
  .comparison-wrap { overflow-x: auto; }
  .comparison { min-width: 680px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .audience-bar, .site-header, .site-footer, .cookie-banner, .favorite-button, .tutorial-aside, .hero-actions { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .section, .section-sm { padding: 20px 0; }
  .step-card { break-inside: avoid; box-shadow: none; }
}


/* Kadence integration */
.content-area { margin-top: 0; }
.dooluma-template .entry-content-wrap { padding: 0; }
.dooluma-template .content-container { max-width: none; padding: 0; }
.dooluma-template .site-main { padding: 0; }
.dooluma-template .entry-header { display: none; }
.dooluma-template .container { width: min(calc(100% - 40px), var(--content)); }
.dooluma-template .wp-block-button__link { border-radius: 999px; font-weight: 850; }
.dooluma-template .woocommerce a.button,
.dooluma-template .woocommerce button.button,
.dooluma-template .woocommerce input.button { border-radius: 999px; background: var(--coral-dark); color: #fff; }
.dooluma-prototype-art { display: grid; min-height: 270px; border-radius: var(--radius-md); background: var(--cream); place-items: center; text-align: center; }
.dooluma-prototype-art strong { display: block; font-family: Nunito, ui-rounded, system-ui; font-size: 2rem; }
.dooluma-prototype-art span { display: inline-grid; width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 50%; background: var(--yellow); font-weight: 900; place-items: center; }

/* Managed media and Gutenberg-safe 1.2 layouts */
.dooluma-managed-image,
.tutorial-card-image,
.tutorial-final-image,
.tutorial-step-image,
.activity-card-image,
.activity-featured-image { display: block; max-width: 100%; height: auto; margin-inline: auto; object-fit: contain; }
.tutorial-card-image { width: 100%; max-height: 230px; }
.tutorial-final-image { width: min(100%, 560px); max-height: 520px; }
.tutorial-step-image { width: min(100%, 390px); max-height: 360px; }
.activity-card-top { position: relative; align-items: center; }
.activity-card-image { width: 190px; max-width: 68%; max-height: 145px; }
.activity-card-top .pill { position: absolute; top: 14px; right: 14px; }
.activity-card-fallback { font-size: 2.6rem; }
.activity-collection-image { display: grid; min-height: 168px; margin-bottom: 12px; place-items: center; }
.activity-collection-image img { display: block; width: auto; max-width: 200px; max-height: 160px; object-fit: contain; }
.activity-collection-hero { display: grid; grid-template-columns: 1fr minmax(120px, 220px); gap: 34px; align-items: center; }
.activity-collection-hero-image { display: block; width: auto; max-width: 260px; max-height: 220px; margin-inline: auto; object-fit: contain; }
.activity-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr); gap: clamp(32px, 6vw, 76px); align-items: center; }
.activity-featured-art { display: grid; min-height: 220px; padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.65); place-items: center; }
.activity-featured-image { width: auto; max-height: 260px; }
.activity-reading-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(34px, 6vw, 72px); align-items: start; }
.activity-aside { position: sticky; top: 112px; display: grid; gap: 16px; }
.activity-content > .wp-block-heading { margin-top: 2.2rem; }
.activity-content > .wp-block-heading:first-child { margin-top: 0; }
.activity-content .wp-block-list { padding-left: 1.3rem; }
.dooluma-image-placeholder { display: grid; min-height: 120px; padding: 20px; border: 2px dashed var(--line); border-radius: var(--radius-sm); background: var(--cream); color: var(--ink-soft); text-align: center; place-items: center; }
.dooluma-hybrid-front-page > .wp-block-group { margin-block-start: 0; }
.dooluma-hybrid-front-page .wp-block-shortcode { margin: 0; }
.dooluma-hybrid-front-page .hero h1 mark { padding: 0; background: transparent; color: var(--coral-dark); }
.dooluma-hybrid-front-page .trust-line p { margin: 0; }
.dooluma-hybrid-front-page .trust-line p::before { content: "✓"; margin-right: 7px; color: var(--green-dark); font-weight: 950; }
.dooluma-hybrid-front-page .wp-block-button__link { display: inline-flex; min-height: 48px; padding: .72rem 1.16rem; align-items: center; justify-content: center; background: var(--coral-dark); color: #fff; }
.dooluma-hybrid-front-page .wp-block-button.button-primary { border-radius: 999px; }
.dooluma-hybrid-front-page .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.dooluma-hybrid-front-page .wp-block-button.is-style-outline--1 .wp-block-button__link:not(.has-text-color) { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.dooluma-hybrid-front-page .button-secondary .wp-block-button__link { background: var(--blue-dark); }
.dooluma-hybrid-front-page .art-card .wp-block-shortcode,
.dooluma-hybrid-front-page .art-card img { width: 100%; height: 100%; }
.dooluma-hybrid-front-page .art-card img { max-height: 300px; object-fit: contain; }
.dooluma-hybrid-front-page .home-hero-primary { z-index: 2; }
.dooluma-hybrid-front-page .home-hero-secondary { z-index: 1; }
.dooluma-home-categories .card-icon { display: grid; min-height: 160px; place-items: center; }
.dooluma-home-categories .card-icon img { max-width: 150px; max-height: 150px; object-fit: contain; }
.book-cover-image { position: relative; display: grid; min-height: 520px; padding: 46px 54px 64px; overflow: hidden; border: 1px solid #f0d8dc; border-radius: 38px; background: radial-gradient(circle at 18% 16%, rgba(254,201,46,.38) 0 58px, transparent 59px), radial-gradient(circle at 88% 84%, rgba(101,178,197,.26) 0 84px, transparent 85px), linear-gradient(145deg,#fff2f5,#fff9e9); place-items: center; }
.book-cover-image::before { position: absolute; width: 180px; height: 180px; border: 3px dashed rgba(188,116,150,.36); border-radius: 50%; content: ""; left: -72px; bottom: -82px; }
.book-cover-frame { position: relative; z-index: 1; padding: 12px; border-radius: 16px; background: #fff; box-shadow: 0 24px 55px rgba(63,43,48,.20), 0 5px 14px rgba(63,43,48,.10); transform: rotate(-1.2deg); }
.book-cover-frame .wp-block-shortcode { margin: 0; }
.book-cover-image .dooluma-managed-image { display: block; width: min(100%, 310px); height: auto; border-radius: 7px; }
.book-format-pill { position: absolute; z-index: 2; right: 24px; bottom: 22px; padding: 9px 14px; border: 1px solid rgba(36,52,71,.10); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); color: var(--ink); font-size: .78rem; font-weight: 900; }
.book-spark { position: absolute; color: var(--coral-dark); font-weight: 950; }
.book-spark-one { top: 28px; right: 30px; font-size: 2rem; transform: rotate(12deg); }
.book-spark-two { left: 30px; top: 42%; color: var(--blue); font-size: 1.1rem; }
.dooluma-hybrid-front-page .book-cover-image::after { position: absolute; z-index: 2; right: 24px; bottom: 22px; padding: 9px 14px; border: 1px solid rgba(36,52,71,.10); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); color: var(--ink); content: "Paperback • Ages 4–8"; font-size: .78rem; font-weight: 900; }
.dooluma-hybrid-front-page .book-cover-frame::after { position: absolute; right: -32px; top: -28px; color: var(--coral-dark); content: "✦"; font-size: 2rem; font-weight: 950; transform: rotate(12deg); }

@media (max-width: 900px) {
  .activity-hero-grid, .activity-reading-layout { grid-template-columns: 1fr; }
  .activity-aside { position: static; }
}
@media (max-width: 640px) {
  .activity-collection-hero { grid-template-columns: 1fr; }
  .activity-card-image { max-width: 70%; }
  .book-cover-image { min-height: 430px; padding: 36px 38px 58px; }
  .book-cover-image .dooluma-managed-image { width: min(100%, 270px); }
}

.free-drawing-pack{display: none !important;}
.parent-teacher-hub{display: none !important;}

