:root {
  color-scheme: light;
  --ink: #2f261d;
  --ink-soft: #6a5d4b;
  --leaf: #3f7f3d;
  --leaf-deep: #245a2e;
  --moss: #dce9bc;
  --paper: #fff9e8;
  --paper-strong: #fff3c4;
  --surface: #fffdf4;
  --sky: #7dccf0;
  --sky-soft: #dff4ff;
  --blue: #277fa5;
  --coral: #e95e45;
  --pink: #eb5a8f;
  --amber: #f4b83a;
  --gold: #f7ca4c;
  --wood: #8a562a;
  --wood-deep: #5b351d;
  --stone: #718070;
  --line: rgba(91, 53, 29, 0.22);
  --shadow: rgba(82, 50, 24, 0.18);
  --shadow-strong: rgba(82, 50, 24, 0.28);
  --stitched: rgba(91, 53, 29, 0.32);
  --paper-glow: rgba(255, 249, 225, 0.78);
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #f7efd9;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(125, 204, 240, 0.62) 0 118px, rgba(255, 249, 232, 0) 370px),
    linear-gradient(90deg, rgba(63, 127, 61, 0.09) 0 84px, transparent 84px calc(100% - 84px), rgba(63, 127, 61, 0.08) calc(100% - 84px)),
    radial-gradient(circle at 18% 42px, rgba(255, 255, 255, 0.7) 0 12px, transparent 13px),
    linear-gradient(180deg, #fff8df 0%, #f6eccf 100%);
  line-height: 1.72;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.026) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(91, 53, 29, 0.02) 0 1px, transparent 1px 24px);
  pointer-events: none;
}

img {
  max-width: 100%;
}

a {
  color: var(--blue);
  font-weight: 900;
  text-decoration-thickness: 0.11em;
  text-underline-offset: 0.16em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: hidden;
  border-bottom: 0;
  background:
    radial-gradient(circle at 12% 28px, rgba(255, 255, 255, 0.9) 0 12px, transparent 13px),
    radial-gradient(circle at 18% 32px, rgba(255, 255, 255, 0.65) 0 8px, transparent 9px),
    radial-gradient(circle at 82% 26px, rgba(255, 255, 255, 0.82) 0 13px, transparent 14px),
    linear-gradient(180deg, rgba(107, 190, 232, 0.88) 0 40px, rgba(255, 251, 232, 0.96) 40px 100%),
    var(--surface);
  box-shadow: 0 12px 30px rgba(75, 47, 26, 0.12), inset 0 7px 0 rgba(91, 53, 29, 0.92), inset 0 -8px 0 rgba(91, 53, 29, 0.78);
  backdrop-filter: blur(12px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: auto 0 8px;
  height: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(85, 142, 57, 0.88) 0 22px, rgba(64, 116, 48, 0.9) 22px 44px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  box-shadow: 0 -2px 0 rgba(255, 255, 255, 0.26), 0 3px 0 rgba(91, 53, 29, 0.16);
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background:
    repeating-linear-gradient(90deg, #8a562a 0 28px, #6f431f 28px 56px);
  pointer-events: none;
}

.header-inner,
.main,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(320px, auto) 1fr;
  gap: 28px;
  align-items: center;
  min-height: 120px;
  padding: 22px 0 24px;
}

.brand-box {
  position: relative;
  display: inline-grid;
  justify-self: start;
  min-width: 352px;
  padding: 16px 42px 18px;
  border: 4px solid rgba(91, 53, 29, 0.78);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 235, 150, 0.9)),
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.055) 0 2px, transparent 2px 13px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 26px, rgba(255, 255, 255, 0) 26px 52px),
    var(--paper);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(91, 53, 29, 0.36), 0 18px 30px rgba(75, 47, 26, 0.2), inset 0 0 0 3px rgba(255, 253, 226, 0.72);
  transform: rotate(-0.4deg);
}

.brand-box::before,
.brand-box::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  height: 12px;
  border: 2px solid rgba(91, 53, 29, 0.36);
  border-radius: 5px;
  background:
    repeating-linear-gradient(90deg, #9c6535 0 20px, #87542b 20px 40px);
  box-shadow: 0 3px 0 rgba(91, 53, 29, 0.2);
}

.brand-box::before {
  top: -13px;
}

.brand-box::after {
  bottom: -13px;
}

.brand-kicker {
  position: relative;
  z-index: 1;
  color: var(--leaf-deep);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.brand-title {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 3.04rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 2px 0 #f5d861, 0 4px 0 rgba(91, 53, 29, 0.16), 2px 0 0 rgba(255, 253, 226, 0.88);
}

.brand-title::before,
.brand-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(91, 53, 29, 0.2);
  border-radius: 5px;
  background: linear-gradient(135deg, #77aa4f 0 48%, #4f8438 49% 100%);
  box-shadow: 0 2px 0 rgba(91, 53, 29, 0.22);
  transform: translateY(-50%) rotate(4deg);
}

.brand-title::before {
  left: -28px;
}

.brand-title::after {
  right: -28px;
  transform: translateY(-50%) rotate(-4deg);
}

.nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  justify-self: end;
  min-width: min(100%, 650px);
  padding: 10px 12px 12px;
  border: 3px solid rgba(91, 53, 29, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 236, 164, 0.74)),
    repeating-linear-gradient(90deg, rgba(91, 53, 29, 0.04) 0 18px, transparent 18px 36px),
    var(--paper-strong);
  box-shadow: 0 7px 0 rgba(91, 53, 29, 0.2), 0 18px 28px rgba(75, 47, 26, 0.13), inset 0 0 0 2px rgba(255, 253, 226, 0.74);
}

.nav::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -7px;
  height: 9px;
  border-radius: 0 0 8px 8px;
  background:
    repeating-linear-gradient(90deg, #8c5529 0 22px, #71421f 22px 44px);
  box-shadow: 0 3px 0 rgba(91, 53, 29, 0.18);
  pointer-events: none;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 8px 14px 10px;
  border: 1px solid rgba(91, 53, 29, 0.16);
  border-radius: 10px 10px 7px 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 218, 0.74));
  color: var(--ink);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(91, 53, 29, 0.1), inset 0 -3px 0 rgba(91, 53, 29, 0.05);
  transition: color 140ms ease, transform 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.nav a:first-child {
  border-left: 1px solid rgba(91, 53, 29, 0.16);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 2px;
  height: 4px;
  border-radius: 999px;
  background: var(--leaf);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 140ms ease, transform 140ms ease;
}

.nav a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  background: center / contain no-repeat;
  filter: drop-shadow(0 2px 0 rgba(91, 53, 29, 0.14));
}

.nav a.nav-home::before {
  background-image: url("nav-icons/home.svg");
}

.nav a.nav-book::before {
  background-image: url("nav-icons/book.svg");
}

.nav a.nav-parents::before {
  background-image: url("nav-icons/parents.svg");
}

.nav a.nav-about::before {
  background-image: url("nav-icons/info.svg");
}

.nav a[aria-current="page"] {
  border-color: rgba(36, 90, 46, 0.3);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(175, 213, 121, 0.5)),
    rgba(220, 233, 188, 0.76);
  color: var(--leaf-deep);
  box-shadow: 0 4px 0 rgba(36, 90, 46, 0.18), inset 0 -4px 0 rgba(63, 127, 61, 0.16);
}

.nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav a:hover,
.button:hover,
.book-slot:hover,
.mini-slot:hover {
  transform: translateY(-1px);
}

.button:hover,
.book-slot:hover,
.mini-slot:hover {
  box-shadow: 0 6px 0 rgba(91, 53, 29, 0.12), 0 14px 22px rgba(88, 56, 28, 0.1);
}

.nav a:hover {
  color: var(--leaf-deep);
  box-shadow: 0 4px 0 rgba(91, 53, 29, 0.11), 0 12px 18px rgba(75, 47, 26, 0.08);
}

.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

a:focus-visible,
.button:focus-visible,
.book-slot:focus-visible,
.mini-slot:focus-visible {
  outline: 4px solid rgba(244, 184, 58, 0.72);
  outline-offset: 3px;
}

.main {
  padding: 30px 0 46px;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, 1.1fr) minmax(320px, 0.9fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(91, 53, 29, 0.18);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: 0 16px 40px rgba(88, 56, 28, 0.14), 0 8px 0 rgba(91, 53, 29, 0.12);
}

.hero-visual,
.hero-copy,
.latest-issue,
.shelf-preview,
.trust-strip,
.parent-band,
.site-notes,
.book-hero,
.book-guide,
.panel,
.notice-panel,
.parent-hero,
.utility-hero,
.utility-summary,
.policy-sheet,
.check-flow,
.parent-guide-hero,
.parent-section,
.parent-policy-links {
  border: 1px solid rgba(91, 53, 29, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 244, 0.92);
  box-shadow: 0 12px 34px rgba(88, 56, 28, 0.12);
}

.home-hero .hero-visual,
.home-hero .hero-copy {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 6px solid var(--wood-deep);
  background:
    radial-gradient(circle at 76% 23%, rgba(255, 231, 122, 0.82) 0 34px, rgba(255, 231, 122, 0.18) 35px 58px, transparent 59px),
    linear-gradient(132deg, rgba(63, 71, 54, 0.96) 0 26%, transparent 26.5%),
    linear-gradient(152deg, transparent 0 56%, rgba(86, 62, 38, 0.7) 56.5% 70%, transparent 70.5%),
    linear-gradient(180deg, #8fdbf8 0 36%, #7fbd5c 36.5% 66%, #4e8a47 66.5% 100%);
  box-shadow: 0 10px 0 rgba(91, 53, 29, 0.22), 0 24px 40px rgba(75, 47, 26, 0.16);
}

.home-hero .hero-visual {
  aspect-ratio: auto;
  min-height: 426px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 18px, transparent 18px 36px),
    linear-gradient(180deg, transparent 0 68%, rgba(64, 97, 46, 0.32) 68% 100%);
  opacity: 0.24;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(28px, 4.4vw, 54px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 208, 0.74)),
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.024) 0 1px, transparent 1px 13px),
    var(--surface);
}

.home-hero .hero-copy {
  border-left: 1px dashed rgba(91, 53, 29, 0.2);
}

.home-kicker,
.section-kicker,
.issue-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 10px;
  padding: 4px 12px;
  border: 1px solid rgba(91, 53, 29, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    rgba(220, 233, 188, 0.94);
  color: var(--leaf-deep);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.25;
}

.hero-copy h1,
.page-title {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: fit-content;
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 4.35rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  text-shadow: 0 2px 0 rgba(245, 216, 97, 0.8), 0 4px 0 rgba(91, 53, 29, 0.08);
}

.hero-copy h1::after,
.page-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.04em;
  right: -0.04em;
  bottom: 0.02em;
  height: 0.24em;
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(247, 202, 76, 0.58), rgba(220, 233, 188, 0.62));
  transform: rotate(-0.8deg);
}

.hero-copy h1 {
  font-size: 3.7rem;
  word-break: keep-all;
}

.book-hero .page-title {
  font-size: 3.8rem;
  word-break: keep-all;
  overflow-wrap: normal;
}

.title-part {
  display: inline-block;
}

.book-hero .title-part {
  white-space: nowrap;
}

.lead {
  margin: 0;
  color: var(--ink);
  max-width: 34em;
  font-size: 1.16rem;
  font-weight: 800;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 22px;
  border: 2px solid rgba(91, 53, 29, 0.28);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 6px 0 rgba(91, 53, 29, 0.16), 0 16px 26px rgba(88, 56, 28, 0.1);
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 2px 2px auto;
  height: 42%;
  border-radius: 6px 6px 12px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.button::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 3px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
  opacity: 0.86;
}

.button > * {
  position: relative;
  z-index: 1;
}

.button-art {
  width: 34px;
  height: 34px;
  margin-right: 3px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 3px 0 rgba(91, 53, 29, 0.18));
}

.button-primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ff9b74 0%, #ef6b4d 48%, var(--coral) 100%);
  color: #fff;
  text-shadow: 0 2px 0 rgba(91, 53, 29, 0.18);
}

.button-secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #fff9dc 0%, #f6da72 56%, #e9bd43 100%);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-points span,
.pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 13px 4px 27px;
  border: 1px solid rgba(91, 53, 29, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-points span::before,
.pill::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--leaf);
  box-shadow: 0 1px 0 rgba(91, 53, 29, 0.16);
  transform: rotate(45deg);
}

.latest-issue {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 20px 22px;
  background:
    linear-gradient(90deg, rgba(255, 243, 196, 0.98), rgba(255, 253, 244, 0.94)),
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.026) 0 1px, transparent 1px 14px),
    var(--surface);
}

.latest-thumb {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 178px;
  border: 2px solid rgba(91, 53, 29, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 235, 169, 0.76));
  box-shadow: inset 0 -8px 0 rgba(138, 86, 42, 0.08), 0 8px 0 rgba(91, 53, 29, 0.1);
}

.latest-thumb span {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--pink);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
}

.latest-thumb img {
  width: 138px;
  height: 138px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 8px 0 rgba(91, 53, 29, 0.17));
}

.latest-copy h2,
.section-heading h2,
.parent-band h2,
.panel h2,
.notice-panel h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 2.08rem;
  font-weight: 900;
  line-height: 1.18;
}

.latest-copy p,
.section-heading p,
.parent-band p,
.panel p,
.notice-panel p {
  margin: 0;
}

.latest-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.latest-facts div {
  position: relative;
  padding: 10px 12px;
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(220, 233, 188, 0.34), rgba(255, 255, 255, 0) 22%),
    rgba(255, 255, 255, 0.72);
  box-shadow: inset 4px 0 0 rgba(63, 127, 61, 0.46);
}

.latest-facts span,
.home-facts span {
  display: block;
  color: var(--leaf-deep);
  font-size: 0.84rem;
  font-weight: 900;
}

.latest-facts strong,
.home-facts strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.42;
}

.latest-action {
  white-space: nowrap;
}

.shelf-preview {
  margin-top: 26px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 244, 0.97), rgba(255, 247, 217, 0.92)),
    var(--surface);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 14px;
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.mini-shelf {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
  padding: 16px 16px 22px;
  border: 5px solid var(--wood-deep);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 248, 224, 0.08), rgba(65, 38, 19, 0.2)),
    repeating-linear-gradient(90deg, #9a6232 0 28px, #86542b 28px 56px);
  box-shadow: inset 0 -13px 0 rgba(35, 23, 14, 0.22), 0 8px 0 rgba(91, 53, 29, 0.18);
}

.mini-slot {
  position: relative;
  display: grid;
  gap: 7px;
  align-content: start;
  min-height: 188px;
  padding: 12px 10px 13px;
  border: 2px solid rgba(91, 53, 29, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(233, 94, 69, 0.14) 0 7px, transparent 7px),
    linear-gradient(180deg, #fffdf4, #fff1bd);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 rgba(50, 32, 16, 0.18);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.mini-slot::after {
  content: "";
  position: absolute;
  inset: auto 10px 9px;
  height: 4px;
  border-radius: 999px;
  background: rgba(91, 53, 29, 0.12);
}

.mini-slot::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 44px;
  bottom: 18px;
  width: 2px;
  border-radius: 999px;
  background: rgba(91, 53, 29, 0.12);
}

.mini-slot span,
.book-slot-number,
.issue-card-number {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
  min-height: 28px;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--pink);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.mini-slot img {
  justify-self: center;
  width: 92px;
  height: 92px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 6px 0 rgba(91, 53, 29, 0.16));
}

.mini-slot strong {
  font-size: 1.02rem;
  line-height: 1.25;
}

.mini-slot em,
.book-slot-state,
.book-slot-note {
  color: var(--leaf-deep);
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 900;
}

.mini-slot.is-ready {
  outline: 3px solid rgba(63, 127, 61, 0.46);
}

.mini-slot.is-next {
  background: linear-gradient(180deg, #fff5c7, #f6d873);
}

.shelf-link-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  padding: 16px;
  background:
    linear-gradient(90deg, rgba(223, 240, 255, 0.62), rgba(255, 253, 244, 0.9)),
    rgba(255, 253, 244, 0.86);
}

.trust-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
  min-width: 0;
  padding: 15px;
  border: 0;
  border-right: 1px dashed rgba(91, 53, 29, 0.18);
  border-radius: 0;
  background: transparent;
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(220, 233, 188, 0.72)),
    var(--moss);
  color: var(--leaf-deep);
  font-size: 1.2rem;
  font-weight: 900;
  box-shadow: inset 0 -4px 0 rgba(91, 53, 29, 0.08);
}

.trust-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  image-rendering: pixelated;
}

.trust-strip h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.trust-strip p {
  grid-column: 2;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.55;
}

.parent-band {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  padding: 20px;
  background:
    linear-gradient(90deg, rgba(223, 240, 255, 0.84), rgba(255, 253, 244, 0.94)),
    var(--surface);
}

.parent-art {
  align-self: stretch;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 8px;
  background: #eaf5f7;
  box-shadow: 0 6px 0 rgba(91, 53, 29, 0.1);
}

.parent-art img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 122px;
  object-fit: cover;
}

.site-notes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding: 14px 16px;
  border-style: dashed;
  background:
    linear-gradient(90deg, rgba(255, 253, 244, 0.9), rgba(223, 240, 255, 0.42)),
    rgba(255, 253, 244, 0.82);
  box-shadow: 0 8px 20px rgba(88, 56, 28, 0.08);
}

.site-notes-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.site-notes-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 -3px 0 rgba(91, 53, 29, 0.06);
}

.site-notes-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.site-notes .section-kicker {
  min-height: 25px;
  margin-bottom: 4px;
  padding: 3px 9px;
  font-size: 0.74rem;
}

.site-notes h2 {
  margin: 0 0 3px;
  font-size: 1.18rem;
  line-height: 1.28;
}

.site-notes p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.55;
}

.site-notes-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.quiet-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 13px;
  border: 1px solid rgba(91, 53, 29, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--leaf-deep);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(91, 53, 29, 0.08);
}

.book-hero,
.parent-hero {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(220, 233, 188, 0.74)),
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.024) 0 1px, transparent 1px 13px),
    var(--surface);
}

.book-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr) auto;
}

.parent-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
}

.book-hero p,
.parent-hero p {
  margin: 0;
  font-weight: 800;
}

.book-hero-art,
.parent-hero-art {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(91, 53, 29, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 244, 0.8);
  box-shadow: 0 7px 0 rgba(91, 53, 29, 0.12), 0 16px 26px rgba(88, 56, 28, 0.09);
}

.book-hero-art {
  aspect-ratio: 3 / 1;
}

.parent-hero-art {
  aspect-ratio: 3 / 1.45;
}

.book-hero-art img,
.parent-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress-badge {
  display: grid;
  place-items: center;
  min-width: 118px;
  min-height: 98px;
  padding: 10px;
  border: 2px solid rgba(36, 90, 46, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(220, 233, 188, 0.72)),
    rgba(255, 255, 255, 0.74);
  color: var(--leaf-deep);
  text-align: center;
  font-weight: 900;
  box-shadow: 0 5px 0 rgba(36, 90, 46, 0.12);
}

.progress-badge strong {
  display: block;
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1;
}

.book-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin-top: 20px;
  padding: 15px 18px;
  border-left: 6px solid rgba(63, 127, 61, 0.52);
}

.book-guide span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 900;
}

.book-guide p {
  margin: 0 10px 0 0;
  font-weight: 900;
}

.next-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 15px 18px;
  border: 2px dashed rgba(91, 53, 29, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 243, 196, 0.52), rgba(255, 253, 244, 0.86)),
    rgba(255, 253, 244, 0.82);
}

.next-strip > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--moss);
  color: var(--leaf-deep);
  font-weight: 900;
}

.next-strip strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.32;
}

.next-strip p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.book-shelf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.book-slot {
  position: relative;
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 264px;
  padding: 15px 14px;
  border: 2px solid rgba(91, 53, 29, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(39, 127, 165, 0.1) 0 9px, transparent 9px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 243, 196, 0.78)),
    var(--surface);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(91, 53, 29, 0.1), 0 18px 28px rgba(88, 56, 28, 0.08);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.book-slot::before {
  content: "";
  position: absolute;
  inset: 8px 8px auto;
  height: 28px;
  border-radius: 7px 7px 16px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.book-slot.is-ready {
  padding-bottom: 92px;
  border-color: rgba(36, 90, 46, 0.3);
  background:
    linear-gradient(90deg, rgba(233, 94, 69, 0.14) 0 9px, transparent 9px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 184, 0.9)),
    var(--paper-strong);
}

.book-slot.is-next {
  background:
    linear-gradient(180deg, rgba(255, 244, 184, 0.96), rgba(220, 233, 188, 0.78)),
    var(--paper-strong);
}

.book-slot.is-locked {
  opacity: 0.88;
}

.book-slot-thumb {
  display: grid;
  place-items: center;
  min-height: 132px;
  margin: 4px 0 2px;
}

.book-slot-thumb img {
  width: min(136px, 82%);
  height: 132px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 8px 0 rgba(91, 53, 29, 0.14));
}

.book-slot-title {
  display: block;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.32;
}

.done-stamp {
  position: absolute;
  right: 8px;
  bottom: 5px;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  padding: 24px 16px 16px;
  border: 0;
  border-radius: 50%;
  background: url("done-stamp-frame.png") center / contain no-repeat;
  color: #c94f1f;
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 252, 226, 0.9);
  transform: rotate(-8deg);
  filter: drop-shadow(0 5px 0 rgba(91, 53, 29, 0.14)) drop-shadow(0 12px 14px rgba(91, 53, 29, 0.08));
  isolation: isolate;
}

.done-stamp::after {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.72) 0 4px, transparent 5px),
    radial-gradient(circle at 74% 72%, rgba(247, 202, 76, 0.42) 0 5px, transparent 6px);
  opacity: 0.9;
}

.parent-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.parent-metric {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(91, 53, 29, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 244, 0.92);
  box-shadow: 0 10px 28px rgba(88, 56, 28, 0.1);
}

.metric-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(220, 233, 188, 0.72)),
    var(--moss);
  box-shadow: inset 0 -4px 0 rgba(91, 53, 29, 0.08);
}

.metric-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  image-rendering: pixelated;
}

.parent-metric strong {
  color: var(--leaf-deep);
  font-size: 2.2rem;
  line-height: 1;
}

.parent-metric > span:not(.metric-icon) {
  font-weight: 900;
}

.utility-main {
  max-width: none;
}

.utility-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 249, 225, 0.8)),
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.02) 0 1px, transparent 1px 14px),
    var(--surface);
  box-shadow: 0 10px 26px rgba(88, 56, 28, 0.09);
}

.utility-hero .page-title {
  margin-bottom: 10px;
  font-size: 2.8rem;
}

.utility-hero .lead {
  max-width: 47em;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}

.utility-note {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
  border: 1px dashed rgba(91, 53, 29, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(220, 233, 188, 0.36)),
    rgba(255, 253, 244, 0.66);
}

.utility-note strong {
  color: var(--leaf-deep);
  font-size: 1rem;
  line-height: 1.25;
}

.utility-note span {
  color: var(--ink-soft);
  font-size: 0.91rem;
  font-weight: 800;
  line-height: 1.5;
}

.utility-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  padding: 10px;
  background:
    linear-gradient(90deg, rgba(223, 240, 255, 0.5), rgba(255, 253, 244, 0.9)),
    rgba(255, 253, 244, 0.84);
  box-shadow: 0 8px 22px rgba(88, 56, 28, 0.08);
}

.utility-summary article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px 13px;
  border-right: 1px dashed rgba(91, 53, 29, 0.18);
}

.utility-summary article:last-child {
  border-right: 0;
}

.utility-summary img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  image-rendering: pixelated;
}

.utility-summary strong,
.utility-summary span {
  display: block;
}

.utility-summary strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.3;
}

.utility-summary span {
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
}

.parent-guide-main {
  display: grid;
  gap: 18px;
}

.parent-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  gap: 20px;
  align-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 92% 20%, rgba(247, 202, 76, 0.22) 0 72px, transparent 73px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 245, 202, 0.78)),
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.02) 0 1px, transparent 1px 14px),
    var(--surface);
  box-shadow: 0 12px 30px rgba(88, 56, 28, 0.1);
}

.parent-guide-hero .page-title {
  max-width: 12.5em;
  margin-bottom: 12px;
  font-size: 3.15rem;
}

.parent-guide-hero .lead {
  max-width: 48em;
  color: var(--ink);
  line-height: 1.82;
}

.parent-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.parent-hero-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 2px dashed rgba(91, 53, 29, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(220, 233, 188, 0.44)),
    rgba(255, 253, 244, 0.7);
  box-shadow: inset 0 0 0 4px rgba(255, 253, 244, 0.56);
}

.parent-hero-card strong {
  color: var(--leaf-deep);
  font-size: 1.25rem;
  line-height: 1.25;
}

.parent-hero-card span {
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.62;
}

.parent-section,
.parent-policy-links {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 225, 0.68)),
    var(--surface);
  box-shadow: 0 10px 26px rgba(88, 56, 28, 0.09);
}

.parent-section .section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.parent-section .section-heading .section-kicker,
.parent-section .section-heading h2,
.parent-section .section-heading p {
  grid-column: 1;
}

.parent-section .section-heading h2,
.parent-values h2,
.parent-faq h2,
.parent-policy-links h2 {
  margin: 0;
  font-size: 1.72rem;
  line-height: 1.32;
}

.parent-section .section-heading p,
.parent-values p,
.parent-policy-links p {
  color: var(--ink-soft);
  font-weight: 800;
}

.parent-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.parent-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 249, 225, 0.55)),
    rgba(255, 253, 244, 0.86);
}

.parent-card img {
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
  object-fit: contain;
  image-rendering: pixelated;
}

.parent-card h3,
.parent-safety-grid h3 {
  margin: 0 0 6px;
  color: var(--leaf-deep);
  font-size: 1.08rem;
  line-height: 1.35;
}

.parent-card p,
.parent-safety-grid p,
.parent-step-list p,
.parent-faq p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.64;
}

.parent-step-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.parent-step-list li {
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.parent-step-list span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff9dc, var(--gold));
  color: var(--wood-deep);
  font-weight: 900;
  box-shadow: 0 3px 0 rgba(91, 53, 29, 0.12);
}

.parent-step-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.04rem;
  line-height: 1.35;
}

.parent-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.parent-safety-grid article {
  min-width: 0;
  padding: 15px;
  border-left: 7px solid rgba(63, 127, 61, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.parent-values {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 18px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(223, 240, 255, 0.52), rgba(255, 253, 244, 0.92)),
    var(--surface);
}

.parent-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.parent-principles span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--leaf-deep);
  font-weight: 900;
  line-height: 1.35;
}

.parent-faq {
  display: grid;
  gap: 10px;
}

.parent-faq details {
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.parent-faq summary {
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.parent-faq details p {
  padding: 0 14px 14px;
}

.parent-policy-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-style: dashed;
  background:
    linear-gradient(90deg, rgba(255, 253, 244, 0.9), rgba(223, 240, 255, 0.42)),
    rgba(255, 253, 244, 0.82);
  box-shadow: 0 8px 20px rgba(88, 56, 28, 0.08);
}

.policy-inline-links {
  margin-top: 14px;
  justify-content: flex-start;
}

.parent-policy-grid,
.section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.panel,
.notice-panel {
  margin-top: 18px;
  padding: 18px;
}

.panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 225, 0.72)),
    var(--surface);
}

.parent-policy-grid .panel,
.section-grid .panel {
  margin-top: 0;
}

.notice-panel {
  border-color: rgba(233, 94, 69, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 238, 219, 0.92), rgba(255, 253, 244, 0.92)),
    var(--surface);
}

.policy-sheet {
  margin-top: 16px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 225, 0.7)),
    var(--surface);
  box-shadow: 0 9px 24px rgba(88, 56, 28, 0.08);
}

.policy-sheet h2,
.check-flow h2 {
  margin: 0 0 8px;
  font-size: 1.45rem;
  line-height: 1.28;
}

.policy-sheet h3 {
  margin: 0 0 4px;
  color: var(--leaf-deep);
  font-size: 1.02rem;
  line-height: 1.3;
}

.policy-sheet p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.65;
}

.policy-sheet-head {
  max-width: 62em;
  margin-bottom: 13px;
}

.policy-lines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 13px;
  border-top: 1px dashed rgba(91, 53, 29, 0.18);
}

.policy-lines article {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(91, 53, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.policy-sheet-quiet {
  border-style: dashed;
  background:
    linear-gradient(180deg, rgba(255, 253, 244, 0.8), rgba(255, 253, 244, 0.56)),
    var(--surface);
}

.check-flow {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 16px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(223, 240, 255, 0.48), rgba(255, 253, 244, 0.9)),
    var(--surface);
  box-shadow: 0 9px 24px rgba(88, 56, 28, 0.08);
}

.check-flow-head .section-kicker {
  margin-bottom: 8px;
}

.check-flow ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: check-flow;
}

.check-flow li {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: start;
  min-width: 0;
  padding: 10px 11px 10px 48px;
  border: 1px solid rgba(91, 53, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  counter-increment: check-flow;
}

.check-flow li::before {
  content: counter(check-flow);
  position: absolute;
  left: 10px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: linear-gradient(180deg, #fff9dc, var(--gold));
  color: var(--wood-deep);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 3px 0 rgba(91, 53, 29, 0.12);
}

.check-flow strong {
  color: var(--ink);
  line-height: 1.35;
}

.check-flow span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.55;
}

.policy-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.policy-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 800;
}

.policy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 12px;
  height: 4px;
  border-radius: 999px;
  background: var(--leaf);
}

.book-empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 28px;
  border: 2px dashed rgba(91, 53, 29, 0.3);
  border-radius: 8px;
  background: rgba(255, 253, 244, 0.9);
  text-align: center;
}

.book-empty strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.issue-reader {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.issue-toolbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid rgba(91, 53, 29, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 243, 196, 0.82), rgba(255, 253, 244, 0.94)),
    rgba(255, 253, 244, 0.94);
  box-shadow: 0 10px 28px rgba(88, 56, 28, 0.1), inset 0 -3px 0 rgba(91, 53, 29, 0.06);
}

.issue-toolbar .done-stamp {
  position: relative;
  flex: 0 0 auto;
  width: 94px;
  height: 94px;
  font-size: 1.02rem;
  margin-left: auto;
}

.issue-toolbar .button {
  flex: 0 1 286px;
  width: auto;
}

.issue-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(91, 53, 29, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 253, 244, 0.98), rgba(220, 233, 188, 0.76)),
    repeating-linear-gradient(0deg, rgba(91, 53, 29, 0.024) 0 1px, transparent 1px 14px),
    var(--surface);
  box-shadow: 0 10px 28px rgba(88, 56, 28, 0.1);
}

.issue-summary h1 {
  margin: 0;
  font-size: 2.72rem;
  line-height: 1.12;
}

.issue-summary p {
  margin: 6px 0 0;
  font-weight: 800;
}

.issue-quickbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.issue-quickbar article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 11px;
  align-items: center;
  min-width: 0;
  min-height: 84px;
  padding: 12px 14px;
  border: 1px solid rgba(91, 53, 29, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 243, 196, 0.52)),
    rgba(255, 253, 244, 0.9);
  box-shadow: 0 7px 0 rgba(91, 53, 29, 0.08), 0 14px 24px rgba(88, 56, 28, 0.08);
}

.issue-quickbar img {
  grid-row: span 2;
  width: 56px;
  height: 56px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 5px 0 rgba(91, 53, 29, 0.14));
}

.issue-quickbar span {
  color: var(--leaf-deep);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
}

.issue-quickbar strong {
  min-width: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.32;
}

.issue-image-frame {
  margin: 0;
  overflow: hidden;
  border: 5px solid var(--wood-deep);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 0 rgba(91, 53, 29, 0.18), 0 22px 34px rgba(88, 56, 28, 0.1);
}

.issue-image-link {
  display: block;
  color: inherit;
}

.issue-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.recipe-callout {
  position: relative;
  overflow: hidden;
  border-color: rgba(233, 94, 69, 0.3);
  background:
    radial-gradient(circle at calc(100% - 42px) 26px, rgba(247, 202, 76, 0.36) 0 22px, transparent 23px),
    linear-gradient(90deg, rgba(233, 94, 69, 0.13) 0 10px, transparent 10px),
    linear-gradient(180deg, rgba(255, 247, 232, 0.98), rgba(255, 253, 244, 0.98)),
    var(--surface);
}

.recipe-callout h2 {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  margin-bottom: 10px;
  padding: 3px 13px;
  border-radius: 7px;
  background: var(--coral);
  color: #fff;
  font-size: 1.45rem;
  text-shadow: 0 2px 0 rgba(91, 53, 29, 0.18);
}

.recipe-equation {
  display: inline-block;
  margin: 0 0 8px;
  padding: 7px 12px;
  border: 2px dashed rgba(233, 94, 69, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.4;
}

.material-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 130px;
}

.material-card h2 {
  font-size: 1.32rem;
  line-height: 1.2;
}

.material-card p {
  color: var(--ink-soft);
  font-weight: 850;
  line-height: 1.55;
}

.material-icon {
  width: 66px;
  height: 66px;
  object-fit: contain;
  image-rendering: pixelated;
  filter: drop-shadow(0 6px 0 rgba(91, 53, 29, 0.13));
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.issue-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(91, 53, 29, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 244, 0.96);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(91, 53, 29, 0.1);
}

.issue-card-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
}

.issue-card-action {
  align-self: end;
  color: var(--leaf-deep);
  font-weight: 900;
}

.site-footer {
  width: 100%;
  margin-top: 12px;
  padding: 20px max(18px, calc((100% - 1180px) / 2)) 30px;
  border-top: 1px solid rgba(91, 53, 29, 0.18);
  background:
    linear-gradient(180deg, rgba(64, 104, 43, 0.3), rgba(64, 104, 43, 0.02) 9px),
    linear-gradient(180deg, rgba(120, 81, 43, 0.92), rgba(69, 43, 24, 0.96));
  color: #fff5d6;
  font-size: 0.86rem;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 2px;
  color: #fff5d6;
  font-size: 0.82rem;
  font-weight: 800;
  opacity: 0.86;
  text-decoration-color: rgba(255, 245, 214, 0.42);
}

.home-facts {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 14px;
  border: 1px solid rgba(91, 53, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.quiet-link {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 800;
}

.quiet-link a,
a.quiet-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero,
  .latest-issue,
  .shelf-preview,
  .trust-strip,
  .parent-band,
  .site-notes,
  .book-hero,
  .book-guide,
  .utility-hero,
  .utility-summary,
  .policy-sheet,
  .check-flow,
  .parent-guide-hero,
  .parent-section,
  .parent-policy-links,
  .issue-summary,
  .issue-quickbar,
  .issue-image-frame,
  .recipe-callout {
    animation: page-rise 260ms ease both;
  }

  @keyframes page-rise {
    from {
      transform: translateY(5px);
    }

    to {
      transform: translateY(0);
    }
  }
}

@media (max-width: 980px) {
  .header-inner,
  .home-hero,
  .latest-issue,
  .book-hero,
  .parent-hero,
  .utility-hero,
  .parent-guide-hero,
  .parent-values,
  .parent-policy-links,
  .site-notes,
  .check-flow,
  .parent-band,
  .issue-summary {
    grid-template-columns: 1fr;
  }

  .header-inner {
    gap: 12px;
  }

  .brand-title {
    font-size: 2.7rem;
  }

  .hero-copy h1,
  .page-title {
    font-size: 3.4rem;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .book-hero .page-title {
    font-size: 3.25rem;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero-copy {
    order: -1;
  }

  .latest-issue {
    align-items: stretch;
  }

  .latest-action {
    width: 100%;
  }

  .mini-shelf {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-strip,
  .parent-dashboard,
  .parent-policy-grid,
  .utility-summary,
  .policy-lines,
  .parent-card-grid,
  .parent-step-list,
  .parent-safety-grid,
  .parent-principles,
  .section-grid,
  .issue-quickbar,
  .trust-roadmap {
    grid-template-columns: 1fr;
  }

  .site-notes-links {
    justify-content: flex-start;
  }

  .utility-summary article,
  .utility-summary article:last-child {
    border-right: 0;
  }

  .utility-summary article {
    border-bottom: 1px dashed rgba(91, 53, 29, 0.18);
  }

  .utility-summary article:last-child {
    border-bottom: 0;
  }

  .trust-roadmap article {
    border-right: 0;
    border-bottom: 1px dashed rgba(91, 53, 29, 0.18);
  }

  .trust-roadmap article:last-child {
    border-bottom: 0;
  }
}

.trust-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(91, 53, 29, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(223, 240, 255, 0.78), rgba(255, 253, 244, 0.94)),
    rgba(255, 253, 244, 0.9);
  box-shadow: 0 12px 34px rgba(88, 56, 28, 0.1);
}

.trust-roadmap article {
  position: relative;
  min-width: 0;
  padding: 16px 16px 16px 72px;
  border-right: 1px dashed rgba(91, 53, 29, 0.18);
}

.trust-roadmap article:last-child {
  border-right: 0;
}

.trust-roadmap span {
  position: absolute;
  left: 12px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(91, 53, 29, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff9dc, var(--gold));
  color: var(--wood-deep);
  font-weight: 900;
  box-shadow: 0 4px 0 rgba(91, 53, 29, 0.12);
}

.trust-roadmap h2 {
  margin: 0 0 5px;
  font-size: 1.15rem;
  line-height: 1.25;
}

.trust-roadmap p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .trust-roadmap {
    grid-template-columns: 1fr;
  }

  .trust-roadmap article {
    border-right: 0;
    border-bottom: 1px dashed rgba(91, 53, 29, 0.18);
  }

  .trust-roadmap article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .main {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: static;
  }

  .brand-box {
    min-width: 0;
    width: 100%;
  }

  .brand-title {
    font-size: 2.35rem;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav a {
    justify-content: center;
    min-height: 46px;
    gap: 6px;
    padding: 8px 7px;
    border-left: 1px dashed rgba(91, 53, 29, 0.18);
    font-size: 0.84rem;
    white-space: normal;
    text-align: center;
  }

  .home-hero {
    gap: 16px;
  }

  .home-hero .hero-visual {
    aspect-ratio: 16 / 9;
    min-height: 0;
    background: #e7f2c8;
  }

  .home-hero .hero-visual img {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .hero-copy,
  .shelf-preview,
  .latest-issue,
  .book-hero,
  .parent-hero,
  .parent-band,
  .site-notes,
  .utility-hero,
  .utility-summary,
  .policy-sheet,
  .check-flow,
  .parent-guide-hero,
  .parent-section,
  .parent-policy-links,
  .panel,
  .notice-panel {
    padding: 16px;
  }

  .hero-copy h1,
  .page-title {
    font-size: 2.55rem;
  }

  .hero-copy h1 {
    font-size: 2.18rem;
  }

  .book-hero .page-title {
    font-size: 2.35rem;
  }

  .utility-hero .page-title {
    font-size: 2.05rem;
  }

  .utility-hero .lead,
  .parent-guide-hero .lead,
  .policy-sheet p,
  .check-flow span {
    font-size: 0.92rem;
  }

  .parent-guide-hero .page-title {
    font-size: 2.22rem;
  }

  .parent-hero-actions {
    display: grid;
  }

  .parent-section .section-heading h2,
  .parent-values h2,
  .parent-faq h2,
  .parent-policy-links h2 {
    font-size: 1.45rem;
  }

  .parent-policy-links .site-notes-links {
    justify-content: flex-start;
  }

  .latest-copy h2,
  .section-heading h2,
  .parent-band h2,
  .panel h2,
  .notice-panel h2 {
    font-size: 1.72rem;
  }

  .issue-summary h1 {
    font-size: 2.15rem;
  }

  .hero-visual {
    border-width: 4px;
  }

  .latest-facts {
    grid-template-columns: 1fr;
  }

  .latest-thumb {
    min-height: 150px;
  }

  .latest-thumb img {
    width: 112px;
    height: 112px;
  }

  .mini-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .mini-slot {
    min-height: 158px;
    padding: 9px;
  }

  .mini-slot img {
    width: 72px;
    height: 72px;
  }

  .shelf-link-row,
  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .site-notes-main {
    grid-template-columns: 1fr;
  }

  .site-notes-icon {
    width: 38px;
    height: 38px;
  }

  .site-notes-icon img {
    width: 27px;
    height: 27px;
  }

  .site-notes h2 {
    font-size: 1.05rem;
  }

  .quiet-pill {
    min-width: min(100%, 164px);
  }

  .book-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .book-slot {
    min-height: 220px;
    padding: 11px;
  }

  .book-slot.is-ready {
    padding-bottom: 74px;
  }

  .book-slot-thumb {
    min-height: 90px;
  }

  .book-slot-thumb img {
    width: min(92px, 78%);
    height: 92px;
  }

  .book-slot-title {
    font-size: 0.98rem;
  }

  .done-stamp {
    width: 64px;
    height: 64px;
    padding: 17px 12px 12px;
    font-size: 0.8rem;
  }

  .trust-strip {
    padding: 10px;
  }

  .trust-strip article {
    grid-template-columns: 1fr;
  }

  .trust-strip p {
    grid-column: 1;
  }

  .issue-quickbar article,
  .material-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .issue-quickbar img {
    width: 48px;
    height: 48px;
  }

  .material-icon {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 390px) {
  .header-inner,
  .main {
    width: min(100% - 22px, 1180px);
  }

  .book-shelf,
  .mini-shelf {
    grid-template-columns: 1fr;
  }

  .brand-title {
    font-size: 2.1rem;
  }

  .hero-copy h1,
  .page-title {
    font-size: 2.25rem;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }

  .book-hero .page-title {
    font-size: 2.1rem;
  }

  .utility-hero .page-title {
    font-size: 1.82rem;
  }

  .parent-guide-hero .page-title {
    font-size: 1.88rem;
  }

  .parent-card,
  .parent-safety-grid article,
  .parent-step-list li {
    padding: 13px;
  }

  .book-slot,
  .mini-slot {
    min-height: 0;
  }

  .nav a {
    gap: 4px;
    font-size: 0.8rem;
  }

  .nav a::before {
    width: 21px;
    height: 21px;
  }
}
