:root {
  --bg: #02090b;
  --panel: #071316;
  --ink: #eeece5;
  --muted: #94a4a4;
  --accent: #48ddd2;
  --accent-soft: #bafbf5;
  --line: rgba(72, 221, 210, .22);
  --glow: rgba(72, 221, 210, .12);
  --danger: #ef665b;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --mono: "Courier New", Courier, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(rgba(72, 221, 210, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 221, 210, .028) 1px, transparent 1px),
    radial-gradient(circle at 75% 15%, var(--glow), transparent 30rem),
    var(--bg);
  background-size: 44px 44px, 44px 44px, auto, auto;
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.book-page { position: relative; isolation: isolate; }
.book-page > header,
.book-page > main,
.book-page > footer { position: relative; z-index: 2; }
.page-atmosphere {
  position: fixed;
  inset: -3%;
  z-index: 0;
  pointer-events: none;
  background-image: var(--page-art);
  background-position: var(--page-art-position);
  background-size: cover;
  filter: blur(2px) saturate(.78) contrast(1.08);
  opacity: .42;
  transform: scale(1.035);
}
.page-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,9,11,.9) 0%, rgba(2,9,11,.6) 43%, rgba(2,9,11,.72) 100%),
    linear-gradient(180deg, rgba(2,9,11,.26) 0%, rgba(2,9,11,.72) 72%, var(--bg) 100%);
}
.page-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 34%, transparent 0 12%, var(--bg) 74%);
  opacity: .52;
}
.theme-eden .page-atmosphere { filter: blur(1.5px) saturate(.84) sepia(.08); opacity: .46; }
.theme-duality .page-atmosphere { filter: blur(2px) saturate(.7) hue-rotate(8deg); opacity: .44; }
.theme-belong .page-atmosphere { filter: blur(1.5px) saturate(.78) sepia(.12); opacity: .42; }
.theme-alphabet .page-atmosphere { filter: blur(1px) saturate(.9); opacity: .38; }
.theme-alphabet .page-atmosphere::before {
  background:
    linear-gradient(90deg, rgba(7,18,16,.9), rgba(7,18,16,.54) 48%, rgba(7,18,16,.78)),
    linear-gradient(180deg, rgba(7,18,16,.2), var(--bg));
}

/* Breathless I — clinical discovery above a living city */
.book-01 {
  --accent: #50eee2;
  --accent-soft: #c9fffb;
  --line: rgba(80, 238, 226, .26);
  --glow: rgba(80, 238, 226, .15);
}
.book-01 .page-atmosphere { opacity: .55; filter: blur(1px) saturate(.9) contrast(1.08); }
.book-01 .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 76% 58%, rgba(80,238,226,.16), transparent 18%),
    linear-gradient(112deg, transparent 0 58%, rgba(80,238,226,.08) 58.2%, transparent 58.5%);
}
.book-01 .cover-frame { border-color: rgba(80,238,226,.48); box-shadow: 0 35px 90px #000, 0 0 45px rgba(80,238,226,.12); }
.book-01 .terminal-card { border-radius: 0 32px 0 32px; background: rgba(2,15,18,.88); box-shadow: inset 0 0 70px rgba(80,238,226,.035), 0 32px 80px #000; }
.book-01 .choice-grid button { border-radius: 999px; }

.page-intro { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; color: var(--ink); background: #02090b; opacity: 1; visibility: visible; transition: opacity .7s ease, visibility .7s ease; cursor: pointer; }
.page-intro::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle, rgba(80,238,226,.13), transparent 27rem); animation: intro-breathe 1.8s ease-in-out both; }
.page-intro.is-finished { opacity: 0; visibility: hidden; pointer-events: none; }
.page-intro-mark { position: relative; display: grid; justify-items: center; text-align: center; animation: intro-rise 1.2s cubic-bezier(.2,.8,.2,1) both; }
.page-intro-mark img { width: clamp(110px, 16vw, 190px); filter: drop-shadow(0 0 26px rgba(80,238,226,.16)); }
.page-intro-mark span { margin-top: 1rem; font: 900 clamp(1.15rem,2.4vw,1.8rem)/1 var(--display); letter-spacing: .22em; }
.page-intro-mark small { margin-top: .65rem; color: var(--accent); font: 700 .58rem/1.4 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
@keyframes intro-rise { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes intro-breathe { 0%,100% { opacity: .55; } 50% { opacity: 1; } }

/* Breathless I flagship conversion layer */
.start-here { padding: clamp(5rem, 9vw, 8rem) 0; border-top: 1px solid var(--line); background: linear-gradient(135deg, rgba(80,238,226,.07), transparent 52%); }
.start-here-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.start-here-copy h2, .sample-heading h2, .author-note h2, .final-choice h2 { margin: .7rem 0 1.2rem; font: 900 clamp(2.8rem, 6vw, 5.8rem)/.88 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.start-here-copy p { max-width: 560px; color: var(--muted); font-size: 1.06rem; }
.series-proof { display: grid; border: 1px solid var(--line); background: rgba(2,11,13,.82); box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.series-step { display: grid; grid-template-columns: 56px 1fr; gap: .15rem 1rem; padding: 1.35rem; color: var(--ink); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .25s ease, padding-left .25s ease; }
.series-step:last-child { border-bottom: 0; }
.series-step > span { grid-row: 1 / 3; color: var(--accent); font: 900 1.45rem/1 var(--display); }
.series-step strong { font-size: 1.06rem; line-height: 1.2; }
.series-step small { color: var(--muted); font: 700 .62rem/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.series-step.is-current { background: rgba(80,238,226,.1); box-shadow: inset 4px 0 var(--accent); }
a.series-step:hover, a.series-step:focus-visible { padding-left: 1.7rem; background: rgba(80,238,226,.065); }

.reading-sample { padding: clamp(5rem, 10vw, 9rem) 0; }
.reading-sample--early { color: #211d18; border: 0; background: linear-gradient(180deg, #d8ceb9, #eee5d2 22%, #e7dcc7 78%, #cfc3ad); }
.reading-sample--early .section-code { color: #47655f; }
.reading-sample--early .sample-heading h2 { color: #171410; text-shadow: none; }
.reading-sample--early .sample-heading p { color: #6b6256; }
.sample-shell { max-width: 920px; }
.sample-heading { margin-bottom: 2rem; text-align: center; }
.sample-heading p { color: var(--muted); font: 700 .72rem/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.sample-paper { position: relative; max-height: 530px; overflow: hidden; padding: clamp(2rem, 5vw, 4.8rem); color: #29231c; border: 1px solid rgba(76,58,35,.22); background: linear-gradient(90deg, #f4ecd9 0, #fff9e9 49.4%, #dfd4bd 50%, #fff9e9 50.7%, #f2e8d4 100%); box-shadow: 0 34px 70px rgba(52,40,25,.3), inset 0 1px rgba(255,255,255,.75); transition: max-height .7s ease; }
.sample-paper.is-expanded { max-height: 2400px; }
.sample-text { max-width: 680px; margin: auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.03rem, 2vw, 1.18rem); line-height: 1.86; }
.sample-text p { margin: 0 0 1.25em; }
.sample-text p:nth-child(3), .sample-text p:nth-child(8), .sample-text p:nth-child(14), .sample-text p:nth-child(15) { color: #315f58; font-style: italic; }
.sample-fade { position: absolute; inset: auto 0 0; height: 190px; background: linear-gradient(transparent, #f3ead7 72%); pointer-events: none; }
.sample-paper.is-expanded .sample-fade { opacity: 0; }
.sample-toggle { position: absolute; z-index: 2; left: 50%; bottom: 1.6rem; translate: -50%; min-width: 260px; padding: .95rem 1.2rem; color: #f9f2df; border: 0; background: #315f58; font: 900 .68rem/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.sample-paper.is-expanded { padding-bottom: 7rem; }

.bee-reveal { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; padding: clamp(6rem, 11vw, 10rem) 0; border-block: 1px solid var(--line); background: #010607; }
.bee-reveal-art { position: absolute; inset: 0; }
.bee-reveal-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.16) brightness(.52); transform: scale(1.04); transition: transform 2.4s ease, filter 2.4s ease; }
.bee-reveal::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(1,6,7,.96) 0 38%, rgba(1,6,7,.54) 66%, rgba(1,6,7,.82)), linear-gradient(180deg, #010607 0, transparent 18%, transparent 78%, #010607); }
.bee-reveal.is-active .bee-reveal-art img { transform: scale(1); filter: saturate(.88) contrast(1.12) brightness(.62); }
.bee-reveal-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr minmax(360px,.76fr); gap: clamp(3rem,7vw,7rem); align-items: center; }
.bee-reveal-copy h2 { margin: .8rem 0 1.4rem; font: 900 clamp(3.3rem,7vw,7rem)/.82 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.bee-reveal-copy h2 em { color: var(--accent-soft); font-style: normal; }
.bee-reveal-copy > p { max-width: 610px; color: #bac8c7; font-size: 1.08rem; }
.bee-reveal-copy blockquote { margin: 2.2rem 0 0; padding-left: 1.2rem; color: var(--accent-soft); border-left: 2px solid var(--accent); font: 700 clamp(1rem,2vw,1.35rem)/1.5 var(--mono); }
.bee-system { padding: 1.3rem; border: 1px solid rgba(80,238,226,.38); background: rgba(1,12,14,.88); box-shadow: 0 30px 90px #000, inset 0 0 70px rgba(80,238,226,.04); backdrop-filter: blur(12px); }
.bee-system-top { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font: 700 .58rem/1 var(--mono); letter-spacing: .1em; }
.bee-system-top i { color: var(--accent); font-style: normal; }
.bee-balance { padding: 2rem 0; text-align: center; }
.bee-balance small, .bee-balance span { display: block; color: var(--muted); font: 700 .56rem/1.4 var(--mono); letter-spacing: .13em; }
.bee-balance strong { display: block; margin: .35rem 0; color: var(--accent-soft); font: 900 clamp(2.7rem,6vw,4.6rem)/1 var(--mono); text-shadow: 0 0 24px rgba(80,238,226,.28); }
.bee-stages { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.bee-stages li { display: grid; grid-template-columns: 32px 1fr 44px; align-items: center; gap: .8rem; padding: .85rem; color: #718181; border: 1px solid rgba(80,238,226,.1); font: 700 .68rem/1 var(--mono); text-transform: uppercase; transition: color .35s ease, border-color .35s ease, background .35s ease; }
.bee-stages li span { color: var(--accent); }
.bee-stages li i { height: 3px; background: rgba(80,238,226,.12); overflow: hidden; }
.bee-stages li i::after { content: ""; display: block; width: 0; height: 100%; background: var(--accent); transition: width .65s ease; }
.bee-stages li.is-complete { color: var(--ink); border-color: rgba(80,238,226,.32); background: rgba(80,238,226,.06); }
.bee-stages li.is-complete i::after { width: 100%; }
.bee-pulse { height: 34px; margin-top: 1rem; overflow: hidden; opacity: .62; }
.bee-pulse i { display: block; width: 200%; height: 100%; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='34' viewBox='0 0 240 34'%3E%3Cpath d='M0 17h50l8-12 12 25 10-13h38l7-8 8 16 8-8h99' fill='none' stroke='%2350eee2' stroke-width='2'/%3E%3C/svg%3E") repeat-x; animation: bee-pulse 3s linear infinite; }
@keyframes bee-pulse { to { transform: translateX(-240px); } }

.author-note { padding: clamp(5rem, 9vw, 8rem) 0; border-block: 1px solid var(--line); background: rgba(3,14,16,.78); }
.author-note-grid { display: grid; grid-template-columns: 180px 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; max-width: 980px; }
.author-mark { aspect-ratio: 1; display: grid; place-items: center; padding: 1.3rem; border: 1px solid var(--line); background: #02090b; box-shadow: 0 22px 55px rgba(0,0,0,.5); }
.author-mark img { width: 100%; height: 100%; object-fit: contain; }
.author-note h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.author-note p { max-width: 690px; color: var(--muted); font-size: 1.05rem; }
.author-note .honesty-note { margin-top: 1.5rem; padding-left: 1rem; color: var(--accent-soft); border-left: 2px solid var(--accent); font: 700 .72rem/1.65 var(--mono); }

.final-choice { padding: clamp(6rem, 12vw, 10rem) 0; text-align: center; background: radial-gradient(circle, rgba(80,238,226,.11), transparent 36rem); }
.final-choice-inner { max-width: 900px; }
.final-choice h2 { margin-inline: auto; max-width: 820px; }
.final-choice p { color: var(--muted); font-size: 1.08rem; }
.final-choice .compact-actions { justify-content: center; margin: 2rem 0 1.2rem; }
.final-choice small { color: var(--muted); font: 700 .66rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }

/* Breathless I visual rhythm: machine / human / machine */
.book-01 .story { border-color: rgba(255,255,255,.08); background: #17191a; backdrop-filter: none; }
.book-01 .story .section-code { color: #aeb8b5; }
.book-01 .story .description > p { color: #ced3d1; }
.book-01 .story .why { border-color: rgba(255,255,255,.12); background: #202324; box-shadow: none; }
.book-01 .story .why h3 { color: #ece9df; }
.book-01 .story .why li::before { color: #91aaa5; }

.book-01 .start-here { color: #e8dfd0; border-color: rgba(193,161,117,.22); background: linear-gradient(135deg, #2b2723, #171717 62%, #22201d); }
.book-01 .start-here .section-code { color: #c4a77e; }
.book-01 .start-here-copy p { color: #bbb1a3; }
.book-01 .series-proof { border-color: rgba(193,161,117,.24); background: #151413; box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.book-01 .series-step { color: #e8dfd0; border-color: rgba(193,161,117,.18); }
.book-01 .series-step > span { color: #c4a77e; }
.book-01 .series-step small { color: #948a7d; }
.book-01 .series-step.is-current { background: #3a3127; box-shadow: inset 4px 0 #c4a77e; }
.book-01 a.series-step:hover, .book-01 a.series-step:focus-visible { background: #28231e; }

.book-01 .author-note { color: #e9e0d1; border-color: rgba(179,139,91,.2); background: radial-gradient(circle at 18% 50%, rgba(148,101,55,.14), transparent 22rem), #211c18; }
.book-01 .author-note .section-code { color: #c9a578; }
.book-01 .author-note p { color: #bfb2a2; }
.book-01 .author-mark { border-color: rgba(201,165,120,.25); background: #17130f; box-shadow: 0 22px 55px rgba(0,0,0,.35); }
.book-01 .author-note .honesty-note { color: #e6d1b4; border-color: #c9a578; }

.book-01 .final-choice { border-top: 1px solid rgba(80,238,226,.2); background: radial-gradient(circle at 50% 55%, rgba(80,238,226,.15), transparent 30rem), #02090b; }

@media (max-width: 760px) {
  .start-here-grid { grid-template-columns: 1fr; }
  .author-note-grid { grid-template-columns: 1fr; }
  .author-mark { width: 130px; }
  .sample-paper { padding: 2rem 1.25rem 6rem; }
  .sample-toggle { min-width: 230px; }
  .bee-reveal { min-height: auto; }
  .bee-reveal::before { background: linear-gradient(180deg, rgba(1,6,7,.92), rgba(1,6,7,.76) 50%, #010607); }
  .bee-reveal-grid { grid-template-columns: 1fr; }
  .bee-system { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .sample-paper, .series-step { transition: none; }
  .page-intro { display: none; }
  .bee-reveal-art img, .bee-pulse i { transition: none; animation: none; }
}

/* Breathless II — improvised resistance bunker */
.book-02 {
  --bg: #0b0907;
  --panel: #18110c;
  --ink: #eee4d4;
  --muted: #aa9a84;
  --accent: #e1a65d;
  --accent-soft: #ffddb0;
  --line: rgba(225, 166, 93, .25);
  --glow: rgba(225, 166, 93, .14);
  --danger: #dc5d49;
}
.book-02 body { background-size: auto; }
.book-02 .page-atmosphere { opacity: .58; filter: blur(.7px) saturate(.76) sepia(.18) contrast(1.18); }
.book-02 .page-atmosphere::before {
  background:
    linear-gradient(90deg, rgba(11,9,7,.76), rgba(11,9,7,.4) 48%, rgba(11,9,7,.88)),
    linear-gradient(180deg, rgba(11,9,7,.14), rgba(11,9,7,.9));
}
.book-02 .site-header { background: rgba(13,9,6,.92); }
.book-02 .hero-grid { grid-template-columns: minmax(0, 1.22fr) minmax(250px, .78fr); }
.book-02 .cover-stage { order: 2; transform: rotate(1.2deg); }
.book-02 .hero-copy { order: 1; }
.book-02 .cover-frame {
  padding: 14px;
  border: 1px solid rgba(225,166,93,.35);
  background: #130e0a;
  box-shadow: 18px 28px 0 rgba(0,0,0,.22), 0 35px 90px #000;
  transform: perspective(1200px) rotateY(-5deg) rotateZ(1deg);
}
.book-02 .hero h1 { font-family: "Arial Narrow", Impact, sans-serif; letter-spacing: -.055em; }
.book-02 .eyebrow, .book-02 .section-code { color: var(--danger); }
.book-02 .amazon-link, .book-02 .text-link { border-style: dashed; }
.book-02 .experience {
  background:
    linear-gradient(90deg, rgba(27,17,11,.92), rgba(8,7,6,.88)),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(225,166,93,.03) 32px);
}
.book-02 .experience::before { content: "REDACTED"; color: rgba(220,93,73,.045); transform: rotate(-5deg); }
.book-02 .experience-grid { grid-template-columns: 1.3fr .7fr; }
.book-02 .experience-heading { order: 2; }
.book-02 .case-list { order: 1; padding: 1.4rem; border: 8px solid #17100c; outline: 1px solid var(--line); transform: rotate(-.35deg); }
.book-02 .case-file { position: relative; background: #17120e; box-shadow: 4px 6px 0 rgba(0,0,0,.2); }
.book-02 .case-file:nth-child(2) { transform: rotate(.3deg); }
.book-02 .case-file p { background: rgba(95,34,26,.17); }
.book-02 .story, .book-02 .related { background: rgba(11,9,7,.93); }

/* Breathless III — pristine, symmetrical and quietly authoritarian */
.book-03 {
  --bg: #050b0d;
  --panel: #0b1719;
  --ink: #eff8f8;
  --muted: #9fb1b4;
  --accent: #9ff6f2;
  --accent-soft: #f2ffff;
  --line: rgba(195, 244, 244, .28);
  --glow: rgba(159, 246, 242, .12);
  --danger: #ff6d66;
}
.book-03 .page-atmosphere { opacity: .28; filter: grayscale(.32) blur(2.5px) contrast(1.08); }
.book-03 .page-atmosphere::before {
  background:
    linear-gradient(90deg, rgba(5,11,13,.88), rgba(5,11,13,.42) 50%, rgba(5,11,13,.88)),
    linear-gradient(180deg, rgba(235,250,250,.1), rgba(5,11,13,.82));
}
.book-03 .site-header { border-color: rgba(220,255,255,.22); background: rgba(4,10,12,.8); }
.book-03 .hero { min-height: calc(100vh - 72px); text-align: center; }
.book-03 .hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(transparent, rgba(220,255,255,.28), transparent);
}
.book-03 .hero-grid { display: block; position: relative; }
.book-03 .cover-stage { display: none; }
.book-03 .hero-copy { width: min(920px, 100%); margin: 0 auto; padding: clamp(2rem, 6vw, 5rem); border: 1px solid rgba(220,255,255,.2); background: rgba(5,11,13,.52); backdrop-filter: blur(18px); }
.book-03 .hero h1 { font-family: Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -.055em; }
.book-03 .hero h1 span { font-weight: 700; letter-spacing: .14em; }
.book-03 .compact-actions { justify-content: center; }
.book-03 .meta-strip { max-width: 720px; margin-inline: auto; }
.book-03 .experience { background: rgba(225,239,240,.94); color: #0b1517; }
.book-03 .experience::before { content: "COMPLIANCE"; color: rgba(10,35,38,.045); text-align: center; width: 100%; }
.book-03 .experience-grid { grid-template-columns: 1fr; max-width: 850px; text-align: center; }
.book-03 .experience-heading { position: static; }
.book-03 .experience-heading > p { max-width: 650px; margin-inline: auto; color: #53676a; }
.book-03 .experience .section-code { color: #a72f2c; }
.book-03 .classification-card { text-align: left; border: 0; background: #f4fbfb; color: #0b1517; box-shadow: 0 32px 80px rgba(0,0,0,.18); }
.book-03 .terminal-top { color: #66797b; border-color: rgba(10,35,38,.18); }
.book-03 .classification-question > p { color: #0b1517; text-align: center; font-size: 1.45rem; }
.book-03 .choice-grid button, .book-03 .reset-classification { color: #0b3538; border-color: rgba(10,53,56,.25); background: rgba(10,53,56,.03); }
.book-03 .choice-grid button:hover, .book-03 .reset-classification:hover { background: rgba(10,53,56,.09); border-color: #0b686d; }
.book-03 .classification-result > p, .book-03 .freedom-meter span { color: #506467; }
.book-03 .classification-result > strong { color: #0b3538; }
.book-03 .story, .book-03 .related { background: rgba(5,11,13,.95); }

/* Before Eden — celestial antiquity */
.book-04 {
  --bg: #0c0b08; --panel: #18150e; --ink: #f0e4c9; --muted: #b0a386;
  --accent: #e1ad5c; --accent-soft: #ffe1a4; --line: rgba(225,173,92,.3); --glow: rgba(225,173,92,.15);
  font-family: Georgia, "Times New Roman", serif;
}
.book-04 .page-atmosphere { opacity: .52; filter: blur(1px) saturate(.74) sepia(.22) contrast(1.08); }
.book-04 .hero-grid { grid-template-columns: .68fr 1.32fr; }
.book-04 .hero h1, .book-04 .story h2, .book-04 .related h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; letter-spacing: -.045em; }
.book-04 .hero h1 span { color: #d9bd85; font-style: italic; }
.book-04 .cover-frame { border: 6px double rgba(225,173,92,.34); transform: none; }
.book-04 .amazon-link, .book-04 .text-link { border-radius: 2px; }
.book-04 .experience { background: radial-gradient(circle at 50% 44%, rgba(112,83,38,.24), transparent 30%), rgba(7,8,8,.96); }
.book-04 .experience::before { content: "ARK VII"; color: rgba(225,173,92,.035); }
.book-04 .world-experience .experience-heading { position: static; max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.star-route { position: relative; min-height: 530px; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 3rem; padding: 2rem; border: 1px solid var(--line); background: radial-gradient(circle at 30% 45%, rgba(225,173,92,.12), transparent 28%), #07090a; overflow: hidden; }
.star-route::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle, rgba(255,232,188,.9) 0 1px, transparent 1.5px); background-size: 57px 57px; }
.route-orbit { position: relative; width: min(390px, 70vw); aspect-ratio: 1; margin: auto; border: 1px solid rgba(225,173,92,.28); border-radius: 50%; transition: transform .6s ease; }
.route-orbit::before, .route-orbit::after { content: ""; position: absolute; border: 1px solid rgba(225,173,92,.18); border-radius: 50%; }
.route-orbit::before { inset: 15%; }.route-orbit::after { inset: 34%; background: radial-gradient(circle, #fff3bc, #e29a3c 28%, rgba(226,154,60,.08) 55%, transparent 70%); border: 0; box-shadow: 0 0 45px rgba(226,154,60,.28); }
.route-orbit i { position: absolute; z-index: 1; width: 17px; height: 17px; border-radius: 50%; background: #c9d8df; box-shadow: 0 0 18px #b7d7e5; }
.route-orbit i:nth-child(1) { left: 4%; top: 49%; }.route-orbit i:nth-child(2) { left: 42%; top: 10%; }.route-orbit i:nth-child(3) { right: 7%; bottom: 26%; background: #6f9a84; }
.route-orbit[data-stage="1"] { transform: rotate(55deg); }.route-orbit[data-stage="2"] { transform: rotate(120deg); }
.route-stops { position: absolute; z-index: 2; left: 1.6rem; bottom: 1.6rem; display: flex; gap: .5rem; }
.route-stops button { padding: .7rem; border: 1px solid var(--line); color: var(--muted); background: rgba(7,9,10,.8); font: 700 .61rem/1.2 var(--mono); cursor: pointer; }
.route-stops button span { display: block; color: var(--accent); }
.route-stops button.is-active { color: var(--accent-soft); background: rgba(225,173,92,.12); }
.route-log { position: relative; z-index: 2; padding: 2rem; border-left: 1px solid var(--accent); background: rgba(7,9,10,.72); }
.route-log small { color: var(--accent); font: 700 .6rem/1.4 var(--mono); letter-spacing: .12em; }
.route-log h3 { margin: .7rem 0; font: 400 2.4rem/1.05 Georgia, serif; }
.route-log p { color: var(--muted); font: 400 .92rem/1.8 var(--mono); }

/* Two Lives — mirrored possibility */
.book-05 {
  --bg: #080711; --panel: #12101f; --ink: #f1edff; --muted: #a69fbd;
  --accent: #a998ff; --accent-soft: #e5dfff; --line: rgba(169,152,255,.28); --glow: rgba(169,152,255,.16);
}
.book-05 .page-atmosphere { opacity: .46; filter: blur(1.2px) saturate(.62) hue-rotate(8deg); }
.book-05 .hero::before { content: ""; position: absolute; left: 50%; inset-block: 0; width: 2px; background: linear-gradient(transparent, rgba(210,202,255,.5), transparent); box-shadow: 0 0 32px rgba(169,152,255,.25); }
.book-05 .hero-grid { grid-template-columns: 1fr 1fr; }
.book-05 .cover-frame { transform: perspective(1200px) rotateY(7deg); box-shadow: -24px 26px 0 rgba(169,152,255,.045), 0 35px 90px #000; }
.book-05 .hero h1 { text-shadow: 16px 0 28px rgba(169,152,255,.18), -16px 0 28px rgba(83,206,216,.12); }
.book-05 .experience { background: linear-gradient(90deg, #111024 0 49.8%, #ddd8ee 50.2% 100%); }
.book-05 .experience::before { content: "YOU / YOU"; color: rgba(90,72,156,.055); }
.mirror-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; align-items: center; }
.mirror-shell .experience-heading { position: static; }
.mirror-stage { min-height: 480px; display: grid; grid-template-columns: 1fr 1fr; position: relative; border: 1px solid rgba(169,152,255,.38); overflow: hidden; box-shadow: 0 30px 80px #000; }
.mirror-stage > button { padding: 2rem; border: 0; color: #ece7ff; background: linear-gradient(160deg, #191630, #090812); font-family: var(--mono); cursor: pointer; }
.mirror-stage > button + button { color: #1c1732; background: linear-gradient(160deg, #f0edf7, #bfb8d7); }
.mirror-stage > button:hover { box-shadow: inset 0 0 70px rgba(169,152,255,.2); }
.mirror-stage small { display: block; color: var(--accent); letter-spacing: .14em; }
.mirror-stage strong { display: block; margin-top: 1rem; font-size: 1.1rem; text-transform: uppercase; }
.mirror-reveal { grid-column: 1 / -1; align-self: center; padding: 3rem; color: #f0edff; text-align: center; background: rgba(9,8,18,.94); }
.mirror-reveal h3 { margin: .7rem 0; font: 900 3rem/1 var(--display); text-transform: uppercase; }
.mirror-reveal p { max-width: 540px; margin-inline: auto; color: var(--muted); font-family: var(--mono); }
.reset-mirror { padding: .75rem 1rem; border: 1px solid var(--line); color: var(--accent-soft); background: transparent; cursor: pointer; }
.book-05 .experience.path-1 { background: #111024; }.book-05 .experience.path-2 { background: #ddd8ee; }

/* Where We Finally Belong — warm rooms and lived-in light */
.book-06 {
  --bg: #160e0d; --panel: #211513; --ink: #fff0e6; --muted: #c0a89c;
  --accent: #ef9e79; --accent-soft: #ffd9c4; --line: rgba(239,158,121,.26); --glow: rgba(239,158,121,.16);
  font-family: Georgia, "Times New Roman", serif;
}
.book-06 .page-atmosphere { opacity: .5; filter: blur(1px) saturate(.74) sepia(.2); }
.book-06 .hero-grid { grid-template-columns: 1fr .85fr; }
.book-06 .cover-stage { order: 2; }
.book-06 .hero-copy { order: 1; }
.book-06 .hero h1, .book-06 .story h2, .book-06 .related h2 { font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.045em; }
.book-06 .hero h1 span { color: #ffd6c3; font-style: italic; }
.book-06 .cover-frame, .book-06 .amazon-link, .book-06 .text-link, .book-06 .why, .book-06 .related-card { border-radius: 14px; }
.book-06 .experience { background: linear-gradient(180deg, #201310, #0f0b0a); }
.book-06 .experience::before { content: "HOME"; color: rgba(255,204,170,.035); font-family: Georgia, serif; }
.home-experience { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; align-items: center; }
.home-experience .experience-heading { position: static; }
.house-scene { min-height: 500px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 1rem; padding: 8rem 2rem 2rem; position: relative; border-radius: 120px 120px 12px 12px; border: 1px solid rgba(239,158,121,.22); background: linear-gradient(#19100f, #0c0908); box-shadow: 0 30px 90px #000; }
.house-scene::before { content: ""; position: absolute; left: 8%; right: 8%; top: 13%; height: 2px; background: rgba(239,158,121,.16); box-shadow: 0 22px 0 rgba(239,158,121,.08); }
.house-scene button { height: 180px; padding: 0; border: 8px solid #2d1d18; color: #bc9788; background: #080605; font-family: Georgia, serif; cursor: pointer; transition: background .45s ease, box-shadow .45s ease, transform .3s ease; }
.house-scene button:hover { transform: translateY(-4px); }
.house-scene button.is-lit { color: #59382c; background: radial-gradient(circle at 50% 35%, #fff3c4, #f2b16e 58%, #a65f45); box-shadow: 0 0 50px rgba(242,177,110,.36); }
.house-scene button span { display: inline-block; margin-top: 130px; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.house-scene > p { grid-column: 1 / -1; min-height: 3rem; margin: 1rem 0 0; color: #e7c3b3; text-align: center; font-style: italic; }

/* Wandering Word — bright, tactile and playful */
.book-07 {
  --bg: #09201a; --panel: #113429; --ink: #fff9df; --muted: #c9e1d3;
  --accent: #ffd84d; --accent-soft: #fff0a0; --line: rgba(255,216,77,.36); --glow: rgba(90,232,176,.18);
  font-family: "Trebuchet MS", Arial, sans-serif;
}
.book-07 .page-atmosphere { opacity: .52; filter: blur(.5px) saturate(1.05); }
.book-07 .page-atmosphere::before { background: linear-gradient(90deg, rgba(9,32,26,.84), rgba(9,32,26,.35) 55%, rgba(9,32,26,.76)), linear-gradient(180deg, transparent, #09201a); }
.book-07 .hero h1, .book-07 .story h2, .book-07 .related h2 { font-family: "Trebuchet MS", Arial, sans-serif; letter-spacing: -.055em; }
.book-07 .cover-frame, .book-07 .amazon-link, .book-07 .text-link, .book-07 .why, .book-07 .related-card { border-radius: 22px; }
.book-07 .cover-frame { transform: rotate(-2deg); border: 8px solid rgba(255,249,223,.92); box-shadow: 12px 16px 0 rgba(0,0,0,.18); }
.book-07 .experience { background: linear-gradient(#69cddd 0 52%, #73bd5d 52% 100%); color: #173a30; }
.book-07 .experience::before { content: "A B C"; color: rgba(255,255,255,.13); }
.fox-experience { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; align-items: center; }
.fox-experience .experience-heading { position: static; }
.fox-experience .section-code { color: #563d00; }
.fox-experience .experience-heading > p { color: #244b40; }
.fox-meadow { min-height: 480px; position: relative; border: 10px solid #fff8d9; border-radius: 34px; background: linear-gradient(#75d2e3 0 56%, #7dc567 56% 100%); box-shadow: 12px 16px 0 rgba(36,75,64,.22); overflow: hidden; }
.fox-meadow::before { content: ""; position: absolute; left: -8%; right: -8%; bottom: -22%; height: 55%; border-radius: 50%; background: #58aa4b; box-shadow: 0 -35px 0 #73be57; }
.fox-game-hud { position: absolute; z-index: 8; left: 1rem; right: 1rem; top: 1rem; display: flex; align-items: center; justify-content: space-between; padding: .65rem .85rem; border-radius: 999px; color: #244b40; background: rgba(255,248,217,.88); box-shadow: 0 6px 18px rgba(36,75,64,.16); }
.fox-game-hud span { font: 900 .6rem/1 "Trebuchet MS", sans-serif; letter-spacing: .1em; }.fox-game-hud strong { font-size: .78rem; }
.meadow-letter { position: absolute; z-index: 2; color: rgba(255,255,255,.45); font: 900 7rem/1 "Trebuchet MS", sans-serif; transform: rotate(-8deg); pointer-events: none; }
.letter-a { left: 8%; top: 10%; }.letter-z { right: 8%; bottom: 8%; transform: rotate(9deg); }
.letter-r { left: 48%; top: 30%; color: rgba(230,107,45,.5); font-size: 5.5rem; transform: rotate(12deg); opacity: .35; }
.meadow-cloud { position: absolute; width: 90px; height: 26px; border-radius: 50px; background: rgba(255,255,255,.8); box-shadow: 24px -12px 0 5px rgba(255,255,255,.8), 48px 0 0 rgba(255,255,255,.8); }
.cloud-one { left: 18%; top: 16%; }.cloud-two { right: 22%; top: 30%; transform: scale(.7); }
.meadow-decoy { position: absolute; z-index: 3; pointer-events: none; text-shadow: 0 3px 0 rgba(0,0,0,.08); }
.mushroom-one, .mushroom-two { color: #db693c; font-size: 2.2rem; border-bottom: 12px solid #f4d7a0; line-height: .4; }
.mushroom-one { left: 22%; bottom: 14%; }.mushroom-two { right: 12%; bottom: 26%; transform: scale(.7); }
.leaf-one, .leaf-two, .leaf-three { color: #dd743b; font-size: 2rem; transform: rotate(35deg); }
.leaf-one { left: 38%; bottom: 18%; }.leaf-two { right: 29%; top: 45%; }.leaf-three { left: 13%; top: 52%; transform: rotate(70deg) scale(.7); }
.butterfly-one, .butterfly-two { color: #f0a93b; font-size: 1.6rem; transform: rotate(45deg); opacity: .9; }
.butterfly-one { right: 24%; top: 23%; }.butterfly-two { left: 32%; top: 34%; color: #e66746; }
.grass { position: absolute; z-index: 5; width: 85px; height: 90px; bottom: -20px; pointer-events: none; background: repeating-linear-gradient(76deg, transparent 0 8px, #2f883f 9px 13px, transparent 14px 19px); transform-origin: bottom; }
.grass-one { left: 7%; transform: rotate(-6deg) scale(1.25); }.grass-two { left: 34%; transform: scale(.9); }.grass-three { right: 25%; transform: rotate(5deg) scale(1.2); }.grass-four { right: 4%; transform: rotate(-4deg) scale(.85); }
.fox-meadow[data-round="2"] .meadow-decoy { filter: saturate(1.2); }
.fox-meadow[data-round="3"] .meadow-decoy { transform: scale(1.15) rotate(42deg); }
.fox-meadow[data-round="3"] .grass { height: 115px; }
.hidden-fox { position: absolute; z-index: 4; width: var(--fox-size, 74px); height: var(--fox-size, 74px); padding: 0; border: 0; background: transparent; cursor: pointer; transform: rotate(var(--fox-rotation, 0deg)); opacity: var(--fox-opacity, .9); filter: saturate(.76) brightness(.88); transition: transform .25s ease, opacity .25s ease, filter .25s ease; }
.hidden-fox img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.hidden-fox:hover, .hidden-fox:focus-visible { transform: rotate(0) scale(1.08); opacity: 1; filter: none; }
.hidden-fox.is-found { z-index: 7; transform: rotate(0) scale(1.35); opacity: 1; filter: none; }
.fox-success { position: absolute; z-index: 5; inset: auto 1.5rem 1.5rem; padding: 1rem; border-radius: 15px; color: #173a30; background: #fff8d9; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.fox-success strong, .fox-success span { display: block; }.fox-success span { font-size: .82rem; }
.hide-fox-again { margin-top: .7rem; padding: .55rem .75rem; border: 2px solid #2d6653; border-radius: 999px; color: #173a30; background: #ffe16a; font: 800 .65rem/1 "Trebuchet MS", sans-serif; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.hide-fox-again:hover { background: #fff0a0; transform: translateY(-1px); }

.wordsearch-experience { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.wordsearch-experience .experience-heading { position: static; }
.word-targets { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.word-targets span { padding: .5rem .7rem; border: 2px solid rgba(36,75,64,.25); border-radius: 999px; color: #244b40; background: rgba(255,248,217,.6); font: 900 .64rem/1 "Trebuchet MS", sans-serif; letter-spacing: .08em; transition: opacity .2s ease, background .2s ease; }
.word-targets span.is-found { color: #2c6a4e; background: #fff3a6; text-decoration: line-through; opacity: .65; }
.wordsearch-board-wrap { padding: clamp(1rem, 3vw, 2rem); border: 8px solid #fff8d9; border-radius: 28px; background: #f8edc2; box-shadow: 12px 16px 0 rgba(36,75,64,.22); }
.wordsearch-controls { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin-bottom: 1rem; color: #31594d; font: 800 .68rem/1.2 "Trebuchet MS", sans-serif; }
.wordsearch-controls span { margin-right: .2rem; }
.wordsearch-controls button { padding: .55rem .75rem; border: 2px solid rgba(36,75,64,.3); border-radius: 999px; color: #244b40; background: rgba(255,255,255,.72); font: 900 .64rem/1 "Trebuchet MS", sans-serif; cursor: pointer; }
.wordsearch-controls button:hover, .wordsearch-controls button:focus-visible { background: #fff7a9; }
.wordsearch-controls button.is-active { color: #fff; border-color: #2d6653; background: #2d6653; }
.wordsearch-controls [data-new-puzzle] { margin-left: auto; border-color: #d66d3b; color: #7a351e; background: #ffd9a3; }
.wordsearch-board { display: grid; grid-template-columns: repeat(8, 1fr); gap: .35rem; }
.wordsearch-board button { aspect-ratio: 1; min-width: 0; border: 1px solid rgba(36,75,64,.2); border-radius: 9px; color: #244b40; background: rgba(255,255,255,.72); font: 900 clamp(.75rem, 2vw, 1.15rem)/1 "Trebuchet MS", sans-serif; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease; }
.wordsearch-board button:hover { transform: translateY(-2px); background: #fff7a9; }
.wordsearch-board button.is-selected { color: #fff; background: #e9834f; transform: scale(.92); }
.wordsearch-board button.is-found { color: #173a30; background: #8ddc91; box-shadow: inset 0 0 0 2px #3f8f58; }
.wordsearch-status { min-height: 1.5rem; margin: 1rem 0 0; color: #31594d; font: 700 .76rem/1.5 "Trebuchet MS", sans-serif; text-align: center; }
.wordsearch-complete { margin-top: 1rem; padding: 1rem; border-radius: 15px; color: #173a30; background: #fff3a6; text-align: center; }
.wordsearch-complete strong, .wordsearch-complete span { display: block; }.wordsearch-complete span { margin-top: .25rem; font-size: .82rem; }
.wordsearch-complete button { margin-top: .7rem; padding: .6rem .85rem; border: 2px solid #2d6653; border-radius: 999px; color: #173a30; background: #fff; font-weight: 900; cursor: pointer; }

.page-fox-game { position: static; }
.page-hidden-fox { position: absolute; z-index: 11; width: var(--page-fox-size, 58px); height: var(--page-fox-size, 58px); padding: 0; border: 0; background: transparent; opacity: var(--page-fox-opacity, .84); clip-path: var(--page-fox-clip, inset(0)); filter: saturate(.72) brightness(.84); cursor: pointer; transition: transform .25s ease, opacity .25s ease, filter .25s ease; }
.page-hidden-fox img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.page-hidden-fox:hover, .page-hidden-fox:focus-visible { opacity: 1; filter: none; transform: scale(1.08); }
.page-hidden-fox.is-found { z-index: 31; clip-path: none; opacity: 1; filter: none; transform: scale(1.45); }
.page-fox-tracker { position: fixed; z-index: 30; left: 1rem; bottom: 1rem; max-width: min(330px, calc(100vw - 2rem)); padding: .8rem 1rem; border: 2px solid #fff4b1; border-radius: 17px; color: #173a30; background: rgba(255,248,217,.96); box-shadow: 0 12px 35px rgba(0,0,0,.25); }
.page-fox-tracker span { display: block; color: #a2542e; font: 900 .56rem/1.3 "Trebuchet MS", sans-serif; letter-spacing: .1em; }
.page-fox-tracker strong { display: block; margin-top: .3rem; font: 800 .76rem/1.3 "Trebuchet MS", sans-serif; }
.page-fox-tracker button { margin-top: .55rem; padding: .5rem .7rem; border: 0; border-radius: 999px; color: #173a30; background: #ffd84d; font: 900 .6rem/1 "Trebuchet MS", sans-serif; text-transform: uppercase; cursor: pointer; }

body.theme-eden {
  --bg: #090c0b; --panel: #121714; --accent: #d9a85e;
  --accent-soft: #f3d49d; --line: rgba(217, 168, 94, .25); --glow: rgba(217, 168, 94, .12);
}
body.theme-duality {
  --bg: #07080d; --panel: #11121b; --accent: #9d91ff;
  --accent-soft: #d8d2ff; --line: rgba(157, 145, 255, .24); --glow: rgba(157, 145, 255, .13);
}
body.theme-belong {
  --bg: #100b0c; --panel: #1b1113; --accent: #dd907b;
  --accent-soft: #ffd3c7; --line: rgba(221, 144, 123, .24); --glow: rgba(221, 144, 123, .13);
}
body.theme-alphabet {
  --bg: #071210; --panel: #0e1e1a; --accent: #f2c94c;
  --accent-soft: #fff1a8; --line: rgba(242, 201, 76, .27); --glow: rgba(61, 220, 173, .14);
}

a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: var(--bg); background: var(--accent-soft); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px);
}
.header-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font: 700 .76rem/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { color: var(--muted); font: 700 .71rem/1 var(--mono); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { color: var(--accent-soft); }

.hero { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 5rem 0; position: relative; background: linear-gradient(180deg, rgba(2,9,11,.08), rgba(2,9,11,.28)); }
.hero::after { content: attr(data-file); position: absolute; right: 2rem; bottom: 1.6rem; color: color-mix(in srgb, var(--accent) 38%, transparent); font: 700 .62rem/1 var(--mono); letter-spacing: .16em; writing-mode: vertical-rl; }
.hero-grid { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.cover-stage { position: relative; justify-self: center; width: min(390px, 100%); }
.cover-stage::before { content: ""; position: absolute; inset: 8% -12% -8%; z-index: -1; background: radial-gradient(circle, var(--glow), transparent 68%); filter: blur(24px); }
.cover-frame { padding: 9px; border: 1px solid var(--line); background: rgba(255,255,255,.015); box-shadow: 0 35px 90px rgba(0,0,0,.55); transform: perspective(1200px) rotateY(4deg); transition: transform .4s ease; }
.cover-frame:hover { transform: perspective(1200px) rotateY(0) translateY(-5px); }
.cover-frame img { width: 100%; aspect-ratio: 2/3; object-fit: cover; }
.file-label { margin-top: .8rem; color: var(--muted); font: 700 .66rem/1.5 var(--mono); letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); font: 700 .72rem/1.4 var(--mono); letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font: 900 clamp(3.8rem, 8vw, 7.8rem)/.82 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 span { display: block; margin-top: .18em; color: var(--accent-soft); font-size: .48em; line-height: .94; letter-spacing: -.015em; }
.hook { max-width: 690px; margin: 2rem 0 0; color: var(--muted); font: 400 clamp(1.08rem, 2vw, 1.38rem)/1.55 var(--mono); }
.compact-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.amazon-link, .text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 42px;
  padding: .65rem .88rem;
  border: 1px solid var(--line);
  color: var(--accent-soft);
  background: rgba(255,255,255,.018);
  font: 700 .67rem/1 var(--mono);
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.amazon-link:hover, .text-link:hover { border-color: var(--accent); background: var(--glow); transform: translateY(-2px); }
.amazon-link::after { content: "↗"; font-size: 1rem; }
.formats { margin: .75rem 0 0; color: var(--muted); font: 700 .62rem/1.5 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.meta-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.2rem; border-block: 1px solid var(--line); }
.meta-strip div { padding: 1rem 1rem 1rem 0; }
.meta-strip div + div { padding-left: 1rem; border-left: 1px solid var(--line); }
.meta-strip span { display: block; color: var(--muted); font: 700 .58rem/1.4 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.meta-strip strong { display: block; margin-top: .32rem; color: var(--ink); font-size: .83rem; font-weight: 650; }

.story { padding: 7rem 0; border-top: 1px solid var(--line); background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 91%, transparent), color-mix(in srgb, var(--bg) 82%, transparent)); backdrop-filter: blur(12px); }
.story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.section-code { color: var(--accent); font: 700 .68rem/1.5 var(--mono); letter-spacing: .17em; text-transform: uppercase; }
.story h2, .related h2, .books-hero h1 { margin: .7rem 0 0; font: 900 clamp(2.8rem, 6vw, 5.7rem)/.9 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.description { max-width: 720px; color: #c6cecc; font: 400 clamp(1.03rem, 1.7vw, 1.18rem)/1.85 var(--mono); }
.description p:first-child { color: var(--ink); font-size: 1.2em; }
.why { margin: 3rem 0 0; padding: 1.4rem; border: 1px solid var(--line); background: var(--panel); }
.why h3 { margin: 0 0 1rem; color: var(--accent-soft); font: 700 .72rem/1 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.why ul { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.why li { position: relative; padding-left: 1.4rem; color: var(--muted); }
.why li::before { content: "◇"; position: absolute; left: 0; color: var(--accent); }

.experience {
  position: relative;
  padding: 7rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(72,221,210,.025) 50%, transparent 50.1%),
    color-mix(in srgb, var(--panel) 82%, transparent);
  overflow: hidden;
}
.experience::before {
  content: "DECISION REQUIRED";
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  color: color-mix(in srgb, var(--accent) 5%, transparent);
  font: 900 clamp(5rem, 15vw, 13rem)/.75 var(--display);
  letter-spacing: -.03em;
  white-space: nowrap;
}
.experience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.experience-heading { position: sticky; top: 110px; }
.experience-heading h2 { margin: .7rem 0 1rem; font: 900 clamp(3rem, 6vw, 5.8rem)/.85 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.experience-heading > p { color: var(--muted); font-family: var(--mono); }
.terminal-card, .case-list { border: 1px solid var(--line); background: rgba(2,9,11,.86); box-shadow: 0 32px 80px rgba(0,0,0,.38); }
.terminal-card { padding: clamp(1rem, 3vw, 2rem); }
.prototype-experience { background: radial-gradient(circle at 72% 50%, rgba(72,221,210,.1), transparent 24rem), #031013; }
.prototype-experience::before { content: "BORROWED AIR"; }
.prototype-disclaimer { display: inline-block; margin-top: 1.2rem; color: var(--accent); font: 700 .58rem/1.4 var(--mono); letter-spacing: .12em; }
.prototype-console { padding: clamp(1.2rem,4vw,2.2rem); border: 1px solid var(--line); background: rgba(2,9,11,.9); box-shadow: inset 0 0 80px rgba(72,221,210,.04), 0 32px 80px rgba(0,0,0,.45); }
.prototype-top { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--muted); font: 700 .62rem/1.3 var(--mono); letter-spacing: .13em; }
.prototype-top i { color: var(--accent); font-style: normal; }
.prototype-readout { display: flex; align-items: end; gap: 1rem; padding: 1.8rem 0 .8rem; }
.prototype-readout strong { color: var(--accent-soft); font: 400 clamp(3.4rem,8vw,6.6rem)/.9 var(--mono); letter-spacing: .08em; text-shadow: 0 0 28px var(--glow); }
.prototype-readout span { padding-bottom: .7rem; color: var(--muted); font: 700 .58rem/1 var(--mono); letter-spacing: .13em; }
.prototype-track { position: relative; height: 18px; margin: 1rem 0 1.4rem; border: 1px solid var(--line); background: rgba(255,255,255,.035); overflow: hidden; }
.prototype-track .prototype-window { position: absolute; z-index: 2; left: 62%; width: 16%; top: 0; bottom: 0; border-inline: 1px solid var(--accent-soft); background: rgba(72,221,210,.13); box-shadow: 0 0 28px var(--glow); }
.prototype-track i { position: absolute; z-index: 1; inset: 0 auto 0 0; width: 0; background: linear-gradient(90deg, rgba(72,221,210,.12), var(--accent)); }
.prototype-console > p { min-height: 3rem; color: var(--ink); font-family: var(--mono); }
.prototype-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }
.prototype-actions button { min-height: 50px; padding: .8rem; border: 1px solid var(--line); color: var(--accent-soft); background: rgba(72,221,210,.035); font: 700 .64rem/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.prototype-actions button:hover:not(:disabled), .prototype-actions button:focus-visible:not(:disabled) { border-color: var(--accent); background: var(--glow); }
.prototype-actions button:disabled { opacity: .36; cursor: not-allowed; }
.prototype-actions [data-prototype-reset] { grid-column: 1 / -1; }
.prototype-experience.is-stable .prototype-console { border-color: var(--accent); box-shadow: inset 0 0 90px rgba(72,221,210,.075), 0 32px 80px rgba(0,0,0,.45), 0 0 36px rgba(72,221,210,.12); }
.terminal-top { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--muted); font: 700 .62rem/1.3 var(--mono); letter-spacing: .13em; }
.terminal-top i { color: var(--danger); font-style: normal; animation: livePulse 1.5s ease-in-out infinite; }
@keyframes livePulse { 50% { opacity: .35; } }
.balance-readout { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 2rem 0; }
.balance-readout small { grid-column: 1 / -1; color: var(--muted); font: 700 .6rem/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.balance-readout strong { color: var(--accent-soft); font: 400 clamp(3rem, 8vw, 6.5rem)/1 var(--mono); letter-spacing: .08em; text-shadow: 0 0 28px var(--glow); }
.balance-readout > span { padding-bottom: .8rem; color: var(--accent); font: 700 .6rem/1 var(--mono); letter-spacing: .13em; }
.terminal-question { color: var(--ink); font: 700 1rem/1.5 var(--mono); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.choice-grid button, .case-file button, .reset-choice, .reset-ledger, .reset-classification {
  min-height: 48px;
  padding: .75rem;
  border: 1px solid var(--line);
  color: var(--accent-soft);
  background: rgba(72,221,210,.035);
  font: 700 .65rem/1.25 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.choice-grid button:hover, .case-file button:hover, .reset-choice:hover, .reset-ledger:hover, .reset-classification:hover { border-color: var(--accent); background: var(--glow); transform: translateY(-2px); }
.terminal-result { margin-top: 1rem; padding: 1.2rem; border-left: 2px solid var(--accent); background: var(--glow); }
.terminal-result small { color: var(--accent); font: 700 .6rem/1.4 var(--mono); letter-spacing: .12em; }
.terminal-result p { color: var(--ink); font-family: var(--mono); }
.reset-choice, .reset-classification { margin-top: .5rem; background: transparent; }

.ledger-total { margin-top: 2rem; padding: 1rem; border: 1px solid var(--line); background: rgba(2,9,11,.7); }
.ledger-total small { display: block; color: var(--muted); font: 700 .58rem/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.ledger-total strong { display: block; margin-top: .4rem; color: var(--accent-soft); font: 400 2rem/1 var(--mono); letter-spacing: .08em; }
.case-list { padding: 1rem; }
.case-file { display: grid; grid-template-columns: 1fr auto; gap: .9rem 1.5rem; align-items: center; padding: 1rem; border: 1px solid var(--line); }
.case-file + .case-file { margin-top: .7rem; }
.case-file small { color: var(--muted); font: 700 .57rem/1.4 var(--mono); letter-spacing: .1em; }
.case-file h3 { margin: .25rem 0 0; font-size: 1.05rem; }
.case-file > strong { color: var(--accent-soft); font: 400 1.35rem/1 var(--mono); }
.case-file button { grid-column: 1 / -1; }
.case-file p { grid-column: 1 / -1; margin: 0; padding: 1rem; border-left: 2px solid var(--danger); color: #d4d9d7; background: rgba(239,102,91,.07); font: 400 .82rem/1.65 var(--mono); }
.case-file.is-approved button { color: var(--muted); border-style: dashed; pointer-events: none; }
.reset-ledger { width: 100%; margin-top: .7rem; background: transparent; }

.question-progress { margin: 1.7rem 0; }
.question-progress > span { color: var(--accent); font: 700 .6rem/1 var(--mono); letter-spacing: .12em; }
.question-progress b, .freedom-meter b { display: block; height: 4px; margin-top: .7rem; background: rgba(255,255,255,.08); overflow: hidden; }
.question-progress i, .freedom-meter i { display: block; width: 33%; height: 100%; background: var(--accent); transition: width .35s ease; }
.classification-question > p { min-height: 5.5rem; color: var(--ink); font: 400 1.3rem/1.55 var(--mono); }
.classification-question .choice-grid { grid-template-columns: 1fr 1fr; }
.classification-result { padding: 1.5rem 0 .3rem; }
.classification-result > small { color: var(--danger); font: 700 .6rem/1.4 var(--mono); letter-spacing: .14em; }
.classification-result > strong { display: block; margin-top: .8rem; color: var(--accent-soft); font: 900 clamp(2.5rem, 7vw, 5.5rem)/.9 var(--display); text-transform: uppercase; }
.classification-result > p { color: var(--muted); font-family: var(--mono); }
.freedom-meter { margin: 1.5rem 0; }
.freedom-meter span { color: var(--muted); font: 700 .6rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.freedom-meter i { width: 100%; background: linear-gradient(90deg, var(--danger), var(--accent)); }

.related { padding: 6rem 0 7rem; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(12px); }
.related-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.related h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card { min-height: 270px; display: grid; grid-template-columns: 110px 1fr; align-items: end; gap: 1.2rem; padding: 1.1rem; border: 1px solid var(--line); background: var(--panel); text-decoration: none; transition: transform .25s ease, border-color .25s ease; }
.related-card:hover { transform: translateY(-5px); border-color: var(--accent); }
.related-card img { width: 110px; aspect-ratio: 2/3; object-fit: cover; }
.related-card small { color: var(--accent); font: 700 .58rem/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.related-card strong { display: block; margin-top: .55rem; font-size: 1.05rem; line-height: 1.15; }

.site-footer { padding: 2rem 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; gap: 2rem; color: var(--muted); font: 700 .65rem/1.6 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-row a { color: var(--accent-soft); text-decoration: none; }

/* Bookshelf */
.books-hero { padding: 7rem 0 4rem; text-align: center; }
.books-hero .eyebrow { margin-bottom: 1.2rem; }
.books-hero h1 { max-width: 980px; margin-inline: auto; }
.books-hero p:last-child { max-width: 690px; margin: 1.6rem auto 0; color: var(--muted); font-family: var(--mono); }
.series-feature { padding: 2rem 0 7rem; }
.feature-shell { position: relative; padding: clamp(1.2rem, 4vw, 3rem); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(72,221,210,.06), rgba(255,255,255,.01)); overflow: hidden; }
.feature-shell::before { content: "B.E.E. ARCHIVE"; position: absolute; right: -1.5rem; top: 3rem; color: rgba(72,221,210,.055); font: 900 clamp(4rem, 11vw, 10rem)/1 var(--display); letter-spacing: -.03em; white-space: nowrap; }
.feature-head { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.feature-head h2 { margin: .5rem 0 0; font: 900 clamp(3rem, 7vw, 6.5rem)/.82 var(--display); text-transform: uppercase; }
.feature-head p { max-width: 390px; color: var(--muted); font-family: var(--mono); }
.trilogy-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.shelf-card { position: relative; min-height: 540px; display: flex; align-items: end; overflow: hidden; border: 1px solid var(--line); background: var(--panel); text-decoration: none; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.shelf-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.shelf-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(2,9,11,.97)); }
.shelf-card:hover, .shelf-card:focus-visible { transform: translateY(-7px); border-color: var(--accent); box-shadow: 0 28px 60px rgba(0,0,0,.52), 0 0 30px var(--glow); }
.shelf-card:hover img, .shelf-card:focus-visible img { transform: scale(1.045); filter: saturate(1.12); }
.shelf-copy { position: relative; z-index: 1; width: 100%; padding: 1.25rem; }
.shelf-copy small { color: var(--accent); font: 700 .6rem/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.shelf-copy strong { display: block; margin-top: .5rem; font-size: 1.2rem; line-height: 1.14; }
.shelf-enter { display: inline-block; margin-top: .9rem; color: var(--accent-soft); font: 700 .6rem/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; opacity: .76; transform: translateY(2px); transition: opacity .3s ease, transform .3s ease; }
.shelf-card:hover .shelf-enter, .shelf-card:focus-visible .shelf-enter { opacity: 1; transform: translateY(0); }
.comic-feature {
  padding: 6rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 26% 48%, rgba(72,221,210,.12), transparent 25rem),
    linear-gradient(135deg, #02090b, #061316 62%, #02090b);
}
.comic-feature-grid { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.comic-cover { position: relative; display: block; max-width: 390px; justify-self: center; border: 1px solid rgba(72,221,210,.42); box-shadow: 0 34px 85px #000, 0 0 46px rgba(72,221,210,.1); transform: rotate(-1.2deg); transition: transform .35s ease, box-shadow .35s ease; }
.comic-cover:hover, .comic-cover:focus-visible { transform: rotate(0) translateY(-7px); box-shadow: 0 42px 95px #000, 0 0 62px rgba(72,221,210,.18); }
.comic-cover img { display: block; width: 100%; height: auto; }
.comic-cover > span { position: absolute; top: 1rem; right: -1rem; padding: .55rem .8rem; color: #041013; background: var(--accent); font: 800 .74rem/1 var(--mono); letter-spacing: .08em; box-shadow: 0 10px 24px rgba(0,0,0,.4); }
.comic-copy h2 { margin: .6rem 0 1rem; font: 900 clamp(3rem,7vw,6.5rem)/.86 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.comic-copy p { max-width: 660px; color: var(--muted); font-size: 1.05rem; }
.comic-copy .comic-hook { color: var(--accent-soft); font: 700 clamp(1.25rem,2.4vw,1.7rem)/1.35 var(--mono); }
.other-worlds { padding: 0 0 8rem; }
.other-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.other-head h2 { margin: .6rem 0 0; font: 900 clamp(2.8rem, 6vw, 5.2rem)/.9 var(--display); text-transform: uppercase; }
.other-head p { max-width: 420px; color: var(--muted); font-family: var(--mono); }
.world-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.world-card { min-height: 340px; display: grid; grid-template-columns: minmax(150px, .72fr) 1.28fr; align-items: center; gap: 1.5rem; padding: 1.25rem; border: 1px solid var(--line); background: var(--panel); text-decoration: none; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.world-card:hover { transform: translateY(-5px); border-color: var(--accent); }
.world-card img { width: 100%; max-height: 310px; aspect-ratio: 2/3; object-fit: cover; box-shadow: 0 20px 45px rgba(0,0,0,.42); }
.world-card small { color: var(--accent); font: 700 .59rem/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.world-card h3 { margin: .55rem 0 .7rem; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.1; }
.world-card p { margin: 0; color: var(--muted); font-family: var(--mono); font-size: .84rem; }
.enter { display: inline-block; margin-top: 1.3rem; color: var(--accent-soft); font: 700 .63rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }

/* Borrowed Air — graphic prequel */
.comic-page {
  --comic-ink: #050909;
  --comic-paper: #e9dfc4;
  --comic-paper-dark: #c9b98f;
  --comic-cyan: #58e7df;
  --comic-gutter: clamp(.55rem, 1vw, .85rem);
  background: #060a0a;
}
.comic-page .page-atmosphere { opacity: .13; filter: saturate(.62) contrast(1.08); }
.comic-main { position: relative; overflow: clip; color: var(--comic-paper); }
.comic-main::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .25;
  background-image: radial-gradient(circle, rgba(233,223,196,.22) .65px, transparent .75px);
  background-size: 5px 5px;
}
.comic-sheet { width: min(1220px, calc(100% - 36px)); margin-inline: auto; }
.comic-sheet--hero {
  display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  gap: var(--comic-gutter); padding: var(--comic-gutter); background: var(--comic-ink);
  border: 1px solid rgba(233,223,196,.32); box-shadow: 0 38px 110px rgba(0,0,0,.62);
}
.comic-hero { padding: clamp(3rem,7vw,7rem) 0 1.25rem; }
.comic-panel { position: relative; overflow: hidden; border: 3px solid var(--comic-ink); background: #101718; }
.comic-cover-panel { min-height: 720px; background: #030707; }
.comic-cover-panel img { width: 100%; height: 100%; display: block; object-fit: cover; }
.comic-hero-stack { display: grid; grid-template-rows: 1.05fr .95fr; gap: var(--comic-gutter); min-width: 0; }
.comic-title-panel {
  display: flex; flex-direction: column; justify-content: end; min-height: 350px; padding: clamp(2rem,5vw,4.8rem);
  background:
    linear-gradient(120deg, rgba(1,7,8,.96), rgba(4,23,24,.88)),
    repeating-radial-gradient(circle at 80% 20%, rgba(88,231,223,.08) 0 1px, transparent 1px 6px);
}
.comic-title-panel::after {
  content: ""; position: absolute; width: 42%; aspect-ratio: 1; right: -8%; top: -30%; border: 1px solid rgba(88,231,223,.23); border-radius: 50%; box-shadow: 0 0 0 28px rgba(88,231,223,.025), 0 0 0 60px rgba(88,231,223,.018);
}
.comic-caption {
  position: relative; z-index: 3; display: inline-block; width: max-content; max-width: calc(100% - 2rem);
  padding: .48rem .7rem; color: #090c0b; background: var(--comic-paper);
  font: 900 .66rem/1.1 var(--mono); letter-spacing: .09em; text-transform: uppercase;
  box-shadow: 4px 4px 0 #050909;
}
.comic-panel-no {
  position: absolute; z-index: 5; top: .7rem; right: .7rem; min-width: 2rem; padding: .35rem .42rem;
  color: var(--comic-paper); border: 1px solid rgba(233,223,196,.72); background: rgba(5,9,9,.83);
  font: 900 .58rem/1 var(--mono); letter-spacing: .12em; text-align: center;
}
.comic-kicker { position: relative; z-index: 1; margin: 2.2rem 0 .7rem; color: var(--comic-cyan); font: 800 .65rem/1.2 var(--mono); letter-spacing: .2em; }
.comic-title-panel h1 { position: relative; z-index: 1; margin: 0; font: 950 clamp(5.2rem,10vw,10rem)/.72 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.comic-title-panel h1 em { color: var(--comic-cyan); font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.1); }
.comic-hook { position: relative; z-index: 1; max-width: 570px; margin: 1.6rem 0 0; color: #d9d0b8; font: 700 clamp(1rem,2vw,1.35rem)/1.45 var(--mono); }
.comic-intro-panel {
  display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; padding: clamp(1.6rem,4vw,3.3rem);
  color: #151613; background:
    linear-gradient(rgba(233,223,196,.95), rgba(218,205,171,.96)),
    radial-gradient(circle, #151613 1px, transparent 1.2px); background-size: auto, 7px 7px;
}
.comic-intro-panel p { max-width: 700px; margin: 0; font-size: clamp(1.05rem,2vw,1.28rem); line-height: 1.6; }
.comic-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }
.comic-actions a {
  padding: .85rem 1rem; color: var(--comic-paper); border: 2px solid #090c0b; background: #090c0b;
  font: 900 .65rem/1 var(--mono); letter-spacing: .1em; text-decoration: none; text-transform: uppercase;
  box-shadow: 4px 4px 0 rgba(88,231,223,.45); transition: transform .18s ease, box-shadow .18s ease;
}
.comic-actions a:hover, .comic-actions a:focus-visible { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--comic-cyan); }
.comic-scroll-cue { width: min(1220px,calc(100% - 36px)); margin: 1rem auto 0; color: rgba(233,223,196,.56); font: 800 .58rem/1 var(--mono); letter-spacing: .19em; text-align: right; }
.comic-sequence { padding: clamp(5rem,9vw,9rem) 0; }
.comic-sheet--sequence { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: auto auto; gap: var(--comic-gutter); padding: var(--comic-gutter); background: var(--comic-ink); }
.comic-story-panel { min-height: 360px; padding: clamp(2rem,5vw,5rem); background: linear-gradient(135deg, #0b1213, #142526); }
.comic-story-panel--wide { grid-column: 1 / -1; min-height: 490px; display: flex; flex-direction: column; justify-content: end; background:
  linear-gradient(90deg, rgba(4,10,11,.98) 0%, rgba(4,10,11,.88) 50%, rgba(4,10,11,.2)),
  radial-gradient(circle at 82% 47%, rgba(88,231,223,.24), transparent 28%), #0a1213;
}
.comic-story-panel h2 { max-width: 840px; margin: 2rem 0 1rem; font: 950 clamp(3.4rem,8vw,7.5rem)/.84 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.comic-story-panel p { max-width: 690px; margin: 0; color: #cbc2aa; font-size: 1.02rem; line-height: 1.65; }
.comic-room-panel { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 1.2rem; min-height: 360px; padding: 2rem; color: #181912; background: #d5c9a9; }
.comic-room-panel p { margin: 0; font: 800 .9rem/1.5 var(--mono); }
.room-door { position: relative; width: min(160px,100%); aspect-ratio: .6; justify-self: center; border: 8px solid #111716; background: linear-gradient(105deg,#1b292a,#091011); box-shadow: inset -16px 0 24px rgba(0,0,0,.5), 7px 8px 0 rgba(5,9,9,.18); }
.room-door::after { content: ""; position: absolute; right: 14%; top: 53%; width: 9px; aspect-ratio:1; border: 2px solid #c6b98f; border-radius:50%; }
.room-door b { position: absolute; top: 13%; left: 50%; transform: translateX(-50%); color: var(--comic-paper); font: 950 2.2rem/1 var(--display); }
.room-door i { position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg,transparent 0 7px,rgba(233,223,196,.025) 7px 8px); }
.comic-story-panel:not(.comic-story-panel--wide) { display: flex; flex-direction: column; justify-content: end; }
.comic-sfx { position: absolute; top: 12%; left: 4%; color: rgba(88,231,223,.12); font: 950 clamp(4rem,9vw,8rem)/1 var(--display); letter-spacing: -.04em; transform: rotate(-5deg); }
.comic-machine-panel { position: relative; width: min(1220px,calc(100% - 36px)); margin: 0 auto clamp(5rem,9vw,9rem); padding: var(--comic-gutter); border: 1px solid rgba(233,223,196,.32); background: #020707; box-shadow: 0 34px 100px rgba(0,0,0,.52); }
.comic-machine-panel > .comic-caption { position: absolute; z-index: 8; top: 1.6rem; left: 1.6rem; }
.comic-machine-panel > .comic-panel-no { top: 1.6rem; right: 1.6rem; }
.comic-machine-panel .experience { padding: 0; border: 0; background: transparent; }
.comic-machine-panel .experience > .shell { width: 100%; }
.comic-machine-panel .experience-grid { min-height: 620px; padding: clamp(5rem,8vw,7rem) clamp(1.4rem,4vw,3rem) clamp(2rem,4vw,3rem); border: 3px solid #101a1a; background:
  linear-gradient(135deg, rgba(5,18,19,.98), rgba(1,7,8,.98)),
  radial-gradient(circle, rgba(88,231,223,.16) .8px, transparent 1px); background-size: auto, 8px 8px;
}
.comic-machine-panel .experience-heading h2 { font-family: var(--display); text-transform: uppercase; }
.comic-machine-panel .prototype-experience { border-color: rgba(88,231,223,.34); box-shadow: 8px 8px 0 rgba(233,223,196,.07); }
.comic-final { padding: 0 0 clamp(6rem,10vw,10rem); }
.comic-final .comic-sheet { padding: var(--comic-gutter); background: var(--comic-ink); }
.comic-final-panel { min-height: min(780px,80vh); display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem,7vw,6rem); background:
  radial-gradient(circle at 80% 22%, rgba(88,231,223,.18), transparent 24%),
  linear-gradient(150deg,#071011 0%,#0a1616 55%,#020505 100%); }
.comic-final-panel::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle, var(--comic-paper) .7px, transparent .9px); background-size: 7px 7px; }
.comic-final-copy { position: relative; z-index: 1; }
.comic-final-copy h2 { max-width: 960px; margin: 1rem 0 1.5rem; color: var(--comic-paper); font: 950 clamp(4.6rem,11vw,10.5rem)/.78 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.comic-final-copy > p:not(.comic-kicker) { max-width: 620px; color: #d1c8af; font-size: 1.08rem; line-height: 1.6; }
.comic-actions--final a { color: #061011; background: var(--comic-cyan); box-shadow: 5px 5px 0 var(--comic-paper); }
.comic-imprint { position: relative; z-index: 2; display: flex; align-items: center; gap: 1rem; align-self: flex-end; }
.comic-imprint img { width: 78px; height: 78px; object-fit: contain; filter: none; }
.comic-imprint span { color: rgba(233,223,196,.7); font: 800 .58rem/1.3 var(--mono); letter-spacing: .13em; }
.comic-related { border-top: 3px solid var(--comic-paper); background: #050909; }
.comic-related .related-card { border-color: rgba(233,223,196,.15); }
.comic-ready [data-comic-panel] { opacity: .16; transform: translateY(26px) scale(.992); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.comic-ready [data-comic-panel].is-revealed { opacity: 1; transform: none; }

/* Borrowed Air v2 — read it like a comic, not a sales page */
.comic-page { background: #171717; }
.comic-page .page-atmosphere { display: none; }
.comic-page .site-header { background: rgba(15,15,14,.96); border-bottom-color: rgba(239,229,201,.18); }
.comic-page .site-header a, .comic-page .brand { color: #f0e6ca; }
.ba-main { position: relative; overflow: clip; color: #171611; background:
  radial-gradient(circle at 50% 0, rgba(87,226,217,.07), transparent 32rem), #171717; }
.ba-cover { min-height: calc(100svh - 70px); display: grid; place-items: center; padding: clamp(2rem,5vw,5rem) 1rem; }
.ba-cover-inner { width: min(470px,84vw); text-align: center; }
.ba-cover-inner > img { display: block; width: 100%; height: auto; border: 5px solid #050505; box-shadow: 16px 20px 0 #070707, 0 35px 80px rgba(0,0,0,.55); transform: rotate(-.45deg); }
.ba-tiny, .ba-page-no { color: #58e7df; font: 900 .68rem/1.2 var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.ba-cover .ba-tiny { margin: 0 0 1rem; color: #cfc5aa; }
.ba-cover-note { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; color: #eee4c9; text-align: left; }
.ba-cover-note h1 { margin: 0; font: 950 clamp(2rem,5vw,3.4rem)/.9 var(--display); text-transform: uppercase; }
.ba-cover-note span { color: #9c9687; font: 800 .6rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.ba-page { width: min(1120px,calc(100% - 28px)); margin: 0 auto clamp(3rem,8vw,7rem); padding: clamp(.7rem,1.7vw,1.2rem); background: #e9dfc4; border: 1px solid #8b826d; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.ba-page-no { margin: .2rem .2rem .8rem; color: #27241d; }
.ba-grid { display: grid; gap: clamp(.55rem,1.4vw,.9rem); background: #070707; padding: clamp(.55rem,1.4vw,.9rem); }
.ba-grid--one { grid-template-columns: 1fr .38fr; grid-template-rows: minmax(290px,.75fr) minmax(360px,1fr); }
.ba-grid--two { grid-template-columns: minmax(0,1.55fr) minmax(220px,.45fr); }
.ba-panel { position: relative; min-width: 0; overflow: hidden; margin: 0; border: 4px solid #050505; background: #111; }
.ba-panel img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.92) contrast(1.03); }
.ba-panel--room { grid-column: 1; grid-row: 1; }
.ba-panel--black { grid-column: 2; grid-row: 1; display: flex; flex-direction: column; justify-content: center; padding: 1.4rem; color: #f4ead0; background: #111; }
.ba-panel--black::after, .ba-panel--beat::after { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: radial-gradient(circle,#efe5c9 .7px,transparent .9px); background-size: 6px 6px; }
.ba-panel--black p, .ba-panel--black strong { position: relative; z-index: 1; margin: 0; font-family: var(--display); text-transform: uppercase; }
.ba-panel--black p { color: #9f9989; font-size: clamp(1.2rem,2.4vw,2rem); line-height: 1; }
.ba-panel--black strong { margin-top: .6rem; color: #58e7df; font-size: clamp(1.8rem,3.5vw,3.5rem); line-height: .92; }
.ba-panel--bench { grid-column: 1 / -1; grid-row: 2; }
.ba-caption { position: absolute; z-index: 4; left: 1rem; top: 1rem; padding: .48rem .66rem; color: #15140f; background: #f1e6c8; border: 2px solid #090909; box-shadow: 4px 4px 0 #090909; font: 900 .65rem/1.25 var(--mono); letter-spacing: .08em; }
.ba-thought { position: absolute; z-index: 5; max-width: 180px; padding: .7rem .9rem; color: #090909; background: #fffdf4; border: 3px solid #080808; border-radius: 48% 52% 46% 54%; box-shadow: 3px 4px 0 rgba(0,0,0,.25); font: 800 .82rem/1.2 var(--mono); }
.ba-thought::after { content: ""; position: absolute; width: 10px; height: 10px; background: #fffdf4; border: 2px solid #080808; border-radius: 50%; }
.ba-thought--left { left: 12%; bottom: 10%; }
.ba-thought--left::after { left: 2px; bottom: -13px; }
.ba-thought--right { right: 10%; top: 16%; }
.ba-thought--right::after { right: 6px; bottom: -12px; }
.ba-thought--bench { right: 16%; top: 11%; }
.ba-thought--bench::after { right: 7px; bottom: -12px; }
.ba-thought--reply { left: 21%; bottom: 12%; }
.ba-thought--reply::after { left: 9px; bottom: -12px; }
.ba-narration { position: absolute; z-index: 5; right: 1rem; bottom: 1rem; max-width: 330px; padding: .55rem .75rem; color: #14130f; background: #e8d6a8; border: 2px solid #090909; box-shadow: 4px 4px 0 #090909; font: 900 .68rem/1.3 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.ba-panel--machine { min-height: 510px; }
.ba-panel--beat { min-height: 510px; display: flex; flex-direction: column; justify-content: end; padding: 1.4rem; color: #f3e8c9; background: linear-gradient(145deg,#101818,#070909); }
.ba-panel--beat .ba-narration { top: 1rem; bottom: auto; right: 1rem; left: 1rem; max-width: none; }
.ba-panel--beat p { position: relative; z-index: 1; margin: 0; color: #a6a091; font: 800 clamp(1.2rem,2.5vw,2rem)/1 var(--display); text-transform: uppercase; }
.ba-panel--beat strong { position: relative; z-index: 1; margin-top: .35rem; color: #58e7df; font: 950 clamp(2.5rem,4.6vw,4.5rem)/.84 var(--display); text-transform: uppercase; }
.ba-sfx { position: absolute; z-index: 4; left: 4%; bottom: 6%; color: #f4ead0; font: italic 950 clamp(4rem,10vw,8.5rem)/.8 var(--display); letter-spacing: -.04em; text-shadow: 5px 5px 0 #070707; transform: rotate(-4deg); }
.ba-thought--machine { right: 7%; top: 12%; }
.ba-thought--machine::after { right: 8px; bottom: -12px; }
.ba-page--machine { background: #d6caa8; }
.ba-machine { position: relative; padding: 3.6rem .8rem .8rem; border: 7px solid #050505; background: #081010; }
.ba-machine > .ba-caption { position: absolute; top: .8rem; left: .8rem; }
.ba-machine .experience { padding: 0; border: 0; background: transparent; }
.ba-machine .experience > .shell { width: 100%; }
.ba-machine .experience-grid { min-height: 0; grid-template-columns: .75fr 1.25fr; padding: clamp(1rem,3vw,2rem); background: #0c1717; border: 0; }
.ba-machine .experience-heading { position: static; }
.ba-machine .experience-heading h2 { font-family: var(--display); text-transform: uppercase; }
.ba-machine .prototype-experience { border: 0; }
.ba-machine .prototype-console { border: 3px solid #020303; box-shadow: 7px 7px 0 rgba(88,231,223,.14); }
.ba-end { padding: clamp(2rem,6vw,6rem) 0 clamp(6rem,10vw,10rem); }
.ba-end-grid { width: min(1040px,calc(100% - 28px)); margin: auto; display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 0; border: 10px solid #050505; background: #e9dfc4; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.ba-end-cover { min-height: 650px; }
.ba-end-cover img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ba-end-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,4.5rem); color: #13120f; background: #e9dfc4; }
.ba-end-copy::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle,#1b1a15 .7px,transparent .9px); background-size: 6px 6px; pointer-events:none; }
.ba-end-copy > * { position: relative; z-index:1; }
.ba-end-copy .ba-tiny { color: #3e3a30; }
.ba-end-copy h2 { margin: .7rem 0 1rem; font: 950 clamp(4rem,8vw,7.7rem)/.78 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.ba-end-copy h2 em { color: #087f7a; font-style: normal; }
.ba-end-copy > p:not(.ba-tiny) { max-width: 440px; font: 700 1rem/1.5 var(--mono); }
.ba-actions { display: flex; flex-direction: column; gap: .55rem; margin-top: 1.3rem; align-items: flex-start; }
.ba-actions a { display: inline-block; padding: .8rem 1rem; color: #f4ead0; background: #111; border: 3px solid #111; box-shadow: 5px 5px 0 #31bdb6; font: 900 .68rem/1 var(--mono); letter-spacing: .08em; text-decoration:none; text-transform:uppercase; transition: transform .15s ease, box-shadow .15s ease; }
.ba-actions a:hover, .ba-actions a:focus-visible { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 #31bdb6; }
.ba-imprint { display: flex; align-items: center; gap: .8rem; margin-top: 2.3rem; }
.ba-imprint img { width: 68px; height: 68px; object-fit: contain; }
.ba-imprint span { font: 900 .58rem/1.3 var(--mono); letter-spacing:.12em; }
.ba-related { color: #eee4c9; border-top: 3px solid #050505; background:#111; }
.ba-related .related-card { border-color: rgba(239,229,201,.17); }
.ba-related .text-link { color:#58e7df; }

@media (max-width: 820px) {
  .page-atmosphere { position: absolute; inset: 0; height: 105vh; background-position: var(--page-art-position); opacity: .38; }
  .main-nav a:not(:first-child) { display: none; }
  .hero { padding: 3rem 0 5rem; }
  .hero-grid, .story-grid, .experience-grid { grid-template-columns: 1fr; }
  .experience-heading { position: static; }
  .prototype-actions { grid-template-columns: 1fr; }
  .prototype-actions [data-prototype-reset] { grid-column: auto; }
  .cover-stage { width: min(300px, 82vw); }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: clamp(3.5rem, 15vw, 6rem); }
  .compact-actions { justify-content: center; }
  .meta-strip { text-align: left; }
  .story { padding: 5rem 0; }
  .related-grid, .trilogy-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 210px; }
  .shelf-card { min-height: min(690px, 125vw); }
  .world-grid { grid-template-columns: 1fr; }
  .comic-feature-grid { grid-template-columns: 1fr; text-align: center; }
  .comic-copy p { margin-inline: auto; }
  .comic-copy .amazon-link { margin-inline: auto; }
  .comic-cover { width: min(78vw, 360px); }
  .feature-head, .other-head { align-items: start; flex-direction: column; }
  .book-02 .hero-grid, .book-02 .experience-grid { grid-template-columns: 1fr; }
  .book-02 .cover-stage, .book-02 .hero-copy, .book-02 .experience-heading, .book-02 .case-list { order: initial; }
  .book-03 .hero-copy { padding: 2rem 1.1rem; }
  .star-route, .mirror-shell, .home-experience, .fox-experience, .wordsearch-experience { grid-template-columns: 1fr; }
  .route-stops { position: static; grid-column: 1 / -1; flex-wrap: wrap; }
  .book-04 .hero-grid, .book-05 .hero-grid, .book-06 .hero-grid { grid-template-columns: 1fr; }
  .book-06 .cover-stage, .book-06 .hero-copy { order: initial; }
  .house-scene { min-height: 420px; padding-inline: 1rem; }
  .comic-sheet--hero, .comic-sheet--sequence { grid-template-columns: 1fr; }
  .comic-cover-panel { min-height: 0; }
  .comic-cover-panel img { height: auto; }
  .comic-hero-stack { grid-template-rows: auto auto; }
  .comic-story-panel--wide { grid-column: auto; }
  .comic-title-panel { min-height: 410px; }
  .comic-title-panel h1 { font-size: clamp(4.8rem,19vw,8rem); }
  .comic-room-panel { grid-template-columns: .62fr 1.38fr; }
  .comic-machine-panel .experience-grid { min-height: 0; }
  .ba-grid--one, .ba-grid--two, .ba-end-grid { grid-template-columns: 1fr; }
  .ba-grid--one { grid-template-rows: auto; }
  .ba-panel--room, .ba-panel--black, .ba-panel--bench { grid-column: auto; grid-row: auto; }
  .ba-panel--room, .ba-panel--bench, .ba-panel--machine { min-height: 440px; }
  .ba-panel--black { min-height: 230px; }
  .ba-panel--beat { min-height: 280px; }
  .ba-machine .experience-grid { grid-template-columns: 1fr; }
  .ba-end-cover { min-height: 0; }
  .ba-end-cover img { height:auto; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand span:last-child { display: none; }
  .main-nav { gap: .9rem; }
  .main-nav a { font-size: .62rem; }
  .hero::after { display: none; }
  .meta-strip { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .meta-strip div, .meta-strip div + div { padding: .7rem 0; border-left: 0; }
  .meta-strip div + div { border-top: 1px solid var(--line); }
  .related-head { align-items: start; flex-direction: column; }
  .related-card { grid-template-columns: 84px 1fr; }
  .related-card img { width: 84px; }
  .world-card { grid-template-columns: 105px 1fr; padding: .85rem; gap: 1rem; }
  .world-card p { display: none; }
  .footer-row { flex-direction: column; }
  .star-route { padding: 1rem; }
  .route-orbit { width: 240px; }
  .mirror-stage { min-height: 400px; }
  .house-scene { gap: .4rem; padding-inline: .6rem; border-radius: 60px 60px 10px 10px; }
  .house-scene button { border-width: 4px; }
  .fox-meadow { min-height: 390px; }
  .wordsearch-board-wrap { padding: .7rem; border-width: 5px; }
  .wordsearch-board { gap: .2rem; }
  .wordsearch-board button { border-radius: 5px; }
  .page-fox-tracker { left: .7rem; right: .7rem; bottom: .7rem; max-width: none; }
  .comic-sheet, .comic-machine-panel { width: min(100% - 18px,1220px); }
  .comic-title-panel, .comic-intro-panel, .comic-story-panel, .comic-final-panel { padding: 1.3rem; }
  .comic-title-panel { min-height: 340px; }
  .comic-title-panel h1 { font-size: clamp(4rem,21vw,6.3rem); }
  .comic-story-panel--wide { min-height: 430px; }
  .comic-story-panel h2 { font-size: clamp(3rem,14vw,5rem); }
  .comic-room-panel { grid-template-columns: 1fr; text-align: center; }
  .room-door { width: 120px; }
  .comic-machine-panel > .comic-caption { position: relative; top: auto; left: auto; margin: .55rem .55rem 1rem; }
  .comic-machine-panel > .comic-panel-no { top: 1.2rem; right: 1.2rem; }
  .comic-machine-panel .experience-grid { padding: 1rem; }
  .comic-machine-panel .experience-heading { padding-top: 1rem; }
  .comic-final-panel { min-height: 620px; }
  .comic-final-copy h2 { font-size: clamp(3.8rem,18vw,6.5rem); }
  .comic-imprint { align-self: flex-start; margin-top: 3rem; }
  .comic-imprint img { width: 62px; height: 62px; }
  .ba-cover-note { align-items:flex-start; flex-direction:column; }
  .ba-panel--room, .ba-panel--bench, .ba-panel--machine { min-height: 330px; }
  .ba-thought { max-width: 150px; padding:.55rem .7rem; font-size:.7rem; }
  .ba-thought--left { left:6%; bottom:7%; }
  .ba-thought--right { right:5%; top:20%; }
  .ba-thought--bench { right:7%; top:11%; }
  .ba-thought--reply { left:8%; bottom:15%; }
  .ba-sfx { font-size: clamp(3.3rem,18vw,5.8rem); }
  .ba-narration { max-width:230px; font-size:.58rem; }
  .ba-machine { padding:3.7rem .35rem .35rem; border-width:5px; }
  .ba-machine .experience-grid { padding:.65rem; }
  .ba-end-grid { border-width:6px; }
  .ba-end-copy { padding:1.5rem; }
  .ba-end-copy h2 { font-size:clamp(3.8rem,19vw,6rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .comic-ready [data-comic-panel] { opacity: 1; transform: none; }
}
