:root {
  --paper: #f7f2e7;
  --card: #fffdf7;
  --ink: #221d15;
  --muted: #857c6a;
  --line: #e6ddc9;
  --rust: #a4442a;
  --amber: #b3772a;
  --pine: #3f5d45;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1020px; margin: 0 auto; padding: 0 22px; }
section { padding: 72px 0 12px; }

.brandrow { display: flex; justify-content: space-between; align-items: baseline; padding: 30px 0 0; }
.brand { font-size: 12px; letter-spacing: .22em; font-weight: 700; color: var(--rust); }
.brandrow .fmt { font-size: 10.5px; letter-spacing: .14em; color: var(--muted); }

.hero h1 { font-family: Georgia, serif; font-weight: 400; font-size: 44px; line-height: 1.1; letter-spacing: -.01em; max-width: 620px; margin-top: 60px; }
.hero h1 em { color: var(--rust); }
.hero .sub { font-size: 16.5px; line-height: 1.6; color: var(--muted); margin-top: 20px; max-width: 460px; }

/* quiz */
.quizcard { margin-top: 40px; background: var(--card); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 44px rgba(34,29,21,.09); padding: 30px 26px 26px; }
.qc-title { font-family: Georgia, serif; font-size: 27px; }
.qc-sub { font-size: 13.5px; color: var(--muted); margin-top: 8px; }
.q-label { font-size: 10.5px; letter-spacing: .18em; font-weight: 700; color: var(--rust); margin-top: 26px; }
.q-mini { font-size: 12px; color: var(--muted); margin-top: 6px; }
.q-opts { margin-top: 12px; display: flex; flex-direction: column; gap: 10px; }
.q-opt { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; text-align: left; background: var(--paper); border: 1.5px solid var(--line); border-radius: 14px; padding: 15px 18px; cursor: pointer; font-family: 'Helvetica Neue', sans-serif; }
.q-opt .qo-name { font-family: Georgia, serif; font-size: 18.5px; color: var(--ink); }
.q-opt .qo-hint { font-size: 12px; color: var(--muted); white-space: nowrap; }
.q-opt .qo-check { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line); flex: none; display: flex; align-items: center; justify-content: center; font-size: 12px; color: transparent; }
.q-opt.on { border-color: var(--rust); background: #faf3ea; }
.q-opt.on .qo-check { background: var(--rust); border-color: var(--rust); color: #fffdf7; }
.q-opt.on .qo-name { color: var(--rust); }
.q-divider { height: 1px; background: var(--line); margin: 28px -26px 0; }

/* path result */
.result { margin-top: 24px; }
.res-label { display: flex; align-items: center; gap: 10px; }
.res-label .rl { font-size: 10.5px; letter-spacing: .2em; font-weight: 700; color: var(--rust); }
.res-mirror { font-family: Georgia, serif; font-size: 19px; line-height: 1.35; margin-top: 12px; color: var(--ink); }
.step { display: flex; align-items: baseline; gap: 16px; padding: 14px 0 13px; border-bottom: 1px solid var(--line); }
.step:last-of-type { border-bottom: none; }
.step .st-n { font-family: Georgia, serif; font-size: 28px; line-height: 1; color: var(--rust); width: 24px; flex: none; }
.step .st-body { flex: 1; }
.step .st-name { font-family: Georgia, serif; font-size: 18.5px; display: block; }
.step .st-state { font-size: 11.5px; color: var(--muted); margin-top: 3px; display: block; }
.step .st-tag { font-size: 10px; letter-spacing: .12em; font-weight: 700; color: var(--muted); white-space: nowrap; }
.step.first .st-tag { color: var(--rust); }
.res-actions { margin-top: 20px; display: flex; align-items: center; gap: 18px; }
.btn { display: inline-block; background: var(--rust); color: #fffdf7; border: none; border-radius: 12px; padding: 13px 22px; font-size: 14.5px; font-weight: 700; cursor: pointer; font-family: 'Helvetica Neue', sans-serif; text-decoration: none; }
.linkbtn { background: none; border: none; font-size: 12.5px; color: var(--muted); text-decoration: underline; cursor: pointer; }

/* free lesson band */
.lesson { margin-top: 44px; background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--rust); border-radius: 16px; padding: 18px 20px; display: flex; align-items: center; gap: 16px; text-decoration: none; color: var(--ink); }
.lesson .lp { width: 44px; height: 44px; border-radius: 50%; background: var(--rust); color: #fffdf7; display: flex; align-items: center; justify-content: center; font-size: 14px; flex: none; }
.lesson .lt { flex: 1; }
.lesson .lt .l1 { font-size: 10px; letter-spacing: .16em; font-weight: 700; color: var(--rust); }
.lesson .lt .l2 { font-family: Georgia, serif; font-size: 17.5px; margin-top: 3px; }
.lesson .lt .l3 { font-size: 12px; color: var(--muted); margin-top: 2px; }
.lesson .lgo { font-size: 13px; font-weight: 700; color: var(--rust); white-space: nowrap; }

/* spotlight */
.spot { padding-top: 64px; }
.ch-eyebrow { font-size: 10.5px; letter-spacing: .18em; font-weight: 700; }
.ch-eyebrow.adolescent { color: var(--rust); }
.spot-card { margin-top: 18px; background: var(--card); border: 2px solid var(--rust); border-radius: 22px; box-shadow: 0 18px 44px rgba(34,29,21,.09); padding: 24px 20px; overflow: hidden; }
.spot-card img { float: left; width: 96px; border-radius: 6px; box-shadow: 0 10px 24px rgba(34,29,21,.22); margin: 0 16px 10px 0; }
.nocover { float: left; width: 96px; aspect-ratio: 2/3; border-radius: 6px; background: var(--paper); border: 1px dashed var(--line); display: flex; align-items: center; justify-content: center; text-align: center; padding: 10px; margin: 0 16px 10px 0; }
.nocover span { font-family: Georgia, serif; font-size: 13px; line-height: 1.3; color: var(--muted); }
.spot-name { font-family: Georgia, serif; font-size: 26px; line-height: 1.15; }
.spot-what { font-family: Georgia, serif; font-size: 16.5px; color: var(--rust); margin-top: 6px; }
.spot-solves { font-size: 14px; line-height: 1.65; color: var(--ink); margin-top: 12px; }
.spot-why { font-size: 13px; line-height: 1.6; color: var(--muted); margin-top: 10px; font-style: italic; clear: both; }
.spot-benefits { list-style: none; margin-top: 14px; }
.spot-benefits li { font-size: 13.5px; line-height: 1.55; padding-left: 22px; position: relative; margin-top: 6px; }
.spot-benefits li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: var(--rust); font-weight: 700; }
.pills { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 7px; }
.pill { font-size: 11px; font-weight: 700; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 5px 11px; }
.pill.muted { color: var(--muted); font-weight: 400; }
.spot-action { margin-top: 16px; }
.spot-note { font-size: 12px; color: var(--muted); margin-top: 12px; }

/* rest of path */
.rest { margin-top: 40px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.rest-label { font-size: 10px; letter-spacing: .18em; font-weight: 700; color: var(--muted); }
.rest-item { font-size: 13.5px; color: var(--ink); }
.rest-item em { font-style: normal; font-weight: 700; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.rest-state { color: var(--muted); font-size: 12.5px; }

/* library */
.library { margin-top: 48px; border-top: 1px solid var(--line); padding-top: 22px; }
.library summary { cursor: pointer; font-family: Georgia, serif; font-size: 17px; color: var(--ink); list-style: none; }
.library summary::before { content: '+ '; color: var(--rust); font-weight: 700; }
.library[open] summary::before { content: '- '; }
.lib-rows { margin-top: 16px; }
.lib-row { display: flex; align-items: baseline; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.lib-row:last-child { border-bottom: none; }
.lib-ch { font-size: 9px; letter-spacing: .14em; font-weight: 700; color: var(--muted); width: 190px; flex: none; }
.lib-name { font-family: Georgia, serif; font-size: 14.5px; flex: 1; }
.lib-state { font-size: 11.5px; color: var(--muted); white-space: nowrap; }

/* own line */
.ownline { margin-top: 48px; font-size: 13.5px; line-height: 1.75; color: var(--muted); max-width: 640px; }
.ownline strong { color: var(--ink); }

/* closing */
.closing { text-align: center; padding: 84px 0 8px; }
.cl-line { font-family: Georgia, serif; font-size: 30px; line-height: 1.25; letter-spacing: -.01em; }
.cl-line em { color: var(--rust); }
.cl-sub { font-size: 14px; color: var(--muted); line-height: 1.7; margin: 16px auto 0; max-width: 420px; }
.cl-action { margin-top: 22px; font-size: 14.5px; font-weight: 700; }
.cl-action a { color: var(--rust); text-decoration: none; border-bottom: 2px solid var(--rust); padding-bottom: 2px; }

footer { margin-top: 72px; border-top: 1px solid var(--line); padding: 36px 0 56px; }
.foot-brand { font-family: Georgia, serif; font-size: 19px; }
.foot-line { font-size: 12.5px; color: var(--muted); margin-top: 8px; line-height: 1.7; }
.foot-notes { font-size: 11px; color: var(--muted); margin-top: 20px; line-height: 1.8; max-width: 560px; }

@media (min-width: 760px) {
  .spot-card { padding: 28px 26px; }
  .spot-card img, .nocover { width: 128px; }
  .hero h1 { font-size: 64px; }
  .quizcard { padding: 38px 40px 32px; }
  .q-divider { margin: 32px -40px 0; }
  .q-opts { flex-direction: row; flex-wrap: wrap; }
  .q-opt { flex: 1 1 30%; }
  .cl-line { font-size: 38px; }
}
@media (max-width: 480px) {
  .lib-ch { display: none; }
}
.comingline { margin-top: 26px; font-size: 13px; line-height: 1.65; color: var(--muted); font-style: italic; max-width: 520px; }
.ask { margin-top: 22px; background: #faf3ea; border: 2px solid var(--rust); border-radius: 16px; padding: 18px 18px 18px; }
.ask-line { font-family: Georgia, serif; font-size: 17.5px; line-height: 1.45; }
.ask-btn { display: block; width: 100%; text-align: center; margin-top: 14px; padding: 15px 22px; font-size: 15.5px; }
.plain { font-size: 14px; line-height: 1.65; color: var(--ink); margin-top: 14px; max-width: 460px; }
.ask-tag { font-weight: 600; font-size: 17px; line-height: 1.35; margin: 0 0 4px; }
.ask-icons { font-size: 19px; letter-spacing: 3px; margin: 0 0 4px; }
.ask-price { font-size: 14px; opacity: 0.75; margin: 0 0 10px; }
.st-icons { font-size: 15px; letter-spacing: 2px; }
.st-icons { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; opacity: 0.55; }
.ask-icons { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; opacity: 0.65; margin: 0 0 4px; }
.wd-line { font-size: 15.5px; line-height: 1.5; margin: 2px 0 4px; }
.fmts { display: flex; gap: 8px; margin: 10px 0 6px; }
.fmt { flex: 1; }
.dev { height: 96px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.dev.book { background: #fff; border: 1px solid #e2dccf; padding: 10px 12px; justify-content: flex-start; }
.dev.book .pg-t { font-size: 7.5px; letter-spacing: .2em; color: #b3a98f; font-weight: 700; margin-bottom: 8px; }
.dev.book i { display: block; height: 3px; border-radius: 2px; background: #e9e3d6; align-self: stretch; margin: 3.5px 0; }
.dev.book i:last-child { width: 55%; }
.dev.audio { background: #2b2419; }
.dev.audio .a-play { color: #e8c9b8; font-size: 19px; }
.dev.audio .a-bar { width: 58%; height: 3px; border-radius: 2px; background: #4d4231; margin-top: 9px; }
.dev.audio .a-bar b { display: block; width: 42%; height: 100%; border-radius: 2px; background: var(--rust); }
.dev.phone { background: #211d16; border: 2px solid #3c352a; border-radius: 16px; }
.dev.phone .ph-play { color: #fff; font-size: 13px; border: 1.5px solid rgba(255,255,255,.85); border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; padding-left: 2px; }
.fmt-l { display: block; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--muted); margin-top: 6px; }
.ask-times { font-size: 13px; opacity: .72; margin: 0 0 12px; }
.result .res-label + .res-label, .result .wd-line + .fmts { margin-top: 0; }
.result .res-label { margin-top: 22px; }
.res-mirror { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.42; color: var(--ink); margin: 10px 0 6px; display: inline; padding: 3px 8px; -webkit-box-decoration-break: clone; box-decoration-break: clone; border-radius: 5px; background: linear-gradient(100deg, rgba(217,138,75,.30), rgba(194,90,51,.24) 55%, rgba(164,68,42,.30)); }
.wd-big { font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.4; font-weight: 700; margin: 2px 0 4px; }
.wd-small { font-size: 14px; color: var(--muted); margin: 0 0 4px; }
.dev { height: 128px; border-radius: 12px; overflow: hidden; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.dev.bookdev { border: 3px solid #26211a; background: #26211a; }
.dev.bookdev img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dev.auddev { background: #2b2419; }
.dev.auddev img { width: 58px; height: 58px; object-fit: cover; border-radius: 7px; display: block; }
.dev.auddev .a-bar { width: 58%; height: 3px; border-radius: 2px; background: #4d4231; margin-top: 10px; }
.dev.auddev .a-bar b { display: block; width: 42%; height: 100%; border-radius: 2px; background: var(--rust); }
.dev.phonedev { border: 3px solid #26211a; border-radius: 16px; background: #211d16; }
.dev.phonedev img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dev.phonedev .ph-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff; font-size: 12px; border: 1.5px solid rgba(255,255,255,.9); border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; padding-left: 2px; background: rgba(0,0,0,.35); }
/* showcase: staggered entrance */
.fmts .fmt { opacity: 0; transform: translateY(16px); animation: fmtin .55s cubic-bezier(.2,.7,.3,1) forwards; }
.fmts .fmt.f2 { animation-delay: .18s; }
.fmts .fmt.f3 { animation-delay: .36s; }
@keyframes fmtin { to { opacity: 1; transform: translateY(0); } }
/* READ: 3D page-turn on the real cover */
.dev.bookdev { perspective: 700px; background: #26211a; }
.bk-page { position: absolute; inset: 0; background: #fdfcf8; padding: 14px 12px; display: flex; flex-direction: column; }
.bk-page i { display: block; height: 3px; border-radius: 2px; background: #e7e1d3; margin: 4px 0; }
.bk-page i:last-child { width: 55%; }
.bk-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform-origin: left center; backface-visibility: hidden; animation: pageopen 4.6s ease-in-out infinite; }
@keyframes pageopen {
  0%, 12% { transform: rotateY(0deg); }
  45%, 62% { transform: rotateY(-152deg); }
  96%, 100% { transform: rotateY(0deg); }
}
/* LISTEN: waveform over the player */
.dev.auddev .wave { display: flex; align-items: flex-end; gap: 3px; height: 22px; margin-top: 10px; }
.dev.auddev .wave b { width: 3px; border-radius: 2px; background: var(--rust); height: 30%; animation: wv 1.1s ease-in-out infinite; }
.dev.auddev .wave b:nth-child(2n) { animation-delay: .15s; }
.dev.auddev .wave b:nth-child(3n) { animation-delay: .3s; }
.dev.auddev .wave b:nth-child(4n) { animation-delay: .45s; }
.dev.auddev .wave b:nth-child(5n) { animation-delay: .6s; }
@keyframes wv { 0%,100% { height: 22%; } 50% { height: 100%; } }
/* WATCH: real video playing in the phone */
.dev.phonedev video { width: 100%; height: 100%; object-fit: cover; display: block; }
.dev { height: 150px; }

/* sales flow: path, formats, reviews, freebox, newsletter */
.path { display: flex; gap: 14px; margin: 14px 0 8px; }
.path-step { flex: 1; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 12px 10px 12px; text-align: center; position: relative; }
.path-step.first { border-color: var(--rust); box-shadow: 0 10px 26px rgba(164,68,42,.14); }
.ps-n { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); width: 20px; height: 20px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; line-height: 20px; }
.path-step.first .ps-n { background: var(--rust); }
.ps-cov { width: 74px; height: 108px; object-fit: cover; border-radius: 5px; box-shadow: 0 8px 18px rgba(34,29,21,.28); margin: 6px auto 8px; display: block; }
.ps-nocov { display: flex; align-items: center; justify-content: center; width: 74px; height: 108px; margin: 6px auto 8px; border-radius: 5px; background: #efe6d4; border: 1px dashed #cdbfa5; font-size: 10px; font-weight: 700; color: var(--muted); padding: 4px; text-align: center; }
.ps-name { display: block; font-size: 12.5px; font-weight: 700; line-height: 1.3; }
.ps-state { display: block; font-size: 10.5px; color: var(--muted); margin-top: 3px; letter-spacing: .04em; }
.path-step.first .ps-state { color: var(--rust); font-weight: 700; }

.fast { margin: 26px -6px 8px; background: #241c13; color: #f3ead9; border-radius: 20px; padding: 26px 22px 22px; box-shadow: 0 18px 44px rgba(34,29,21,.35); }
.fast-eye { font-size: 10.5px; letter-spacing: .26em; font-weight: 700; color: #d98a4b; }
.fast-title { font-family: Georgia, serif; font-size: 23px; line-height: 1.25; margin: 8px 0 18px; }
.fr { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.fr-l { width: 58px; font-size: 11px; font-weight: 800; letter-spacing: .14em; color: #cbbfa8; }
.fr.hot .fr-l { color: #e9a35c; }
.fr-bar { flex: 1; height: 10px; background: rgba(255,255,255,.09); border-radius: 6px; overflow: hidden; }
.fr-bar b { display: block; height: 100%; border-radius: 6px; background: #6b5f4c; }
.fr.hot .fr-bar b { background: linear-gradient(90deg, #c25a33, #d98a4b); box-shadow: 0 0 12px rgba(217,138,75,.55); }
.fr-t { width: 64px; text-align: right; font-size: 13px; font-weight: 700; color: #efe6d2; }
.fr.hot .fr-t { color: #f4c07e; }
.fast-punch { font-family: Georgia, serif; font-size: 17.5px; line-height: 1.4; margin: 16px 0 4px; }
.fast-punch strong { color: #f4c07e; }
.fast-price { font-size: 13px; color: #cbbfa8; margin-top: 4px; }
.fast-cta { display: flex; align-items: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
.fast-btn { background: linear-gradient(115deg, #a4442a, #c25a33 55%, #d98a4b); border: none; }
.fast-lesson { font-size: 13px; color: #e9c9a0; text-decoration: underline; text-underline-offset: 3px; }

.samp-badge { margin-left: 8px; font-size: 9.5px; font-weight: 800; letter-spacing: .18em; color: var(--amber); border: 1.5px solid var(--amber); border-radius: 999px; padding: 2px 9px; vertical-align: middle; }
.revs { display: flex; gap: 12px; margin-top: 12px; }
.rev { flex: 1; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 13px; }
.rev-q { font-family: Georgia, serif; font-size: 13.5px; line-height: 1.45; }
.rev-w { font-size: 11px; color: var(--muted); margin-top: 8px; }
.rev-samp { color: var(--amber); font-weight: 700; }
.revs-note { font-size: 11.5px; color: var(--muted); margin-top: 10px; line-height: 1.5; }

.freebox { margin: 30px 0 6px; background: var(--card); border: 1.5px solid var(--rust); border-radius: 18px; padding: 22px 20px; text-align: center; }
.fb-head { font-family: Georgia, serif; font-size: 21px; line-height: 1.3; }
.fb-sub { font-size: 14px; color: var(--muted); margin: 8px 0 14px; }
.erow { display: flex; gap: 8px; max-width: 420px; margin: 0 auto; }
.erow input { flex: 1; border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px; font-size: 14px; background: #fff; color: var(--ink); }
.erow-note { font-size: 12.5px; color: var(--amber); margin-top: 12px; line-height: 1.5; }
.erow-note a { color: var(--rust); font-weight: 700; }

.news { text-align: center; }
.news-head { font-size: 12px; letter-spacing: .22em; font-weight: 800; color: var(--ink); }
.news-sub { font-size: 13.5px; color: var(--muted); margin: 8px 0 16px; }
@media (max-width: 560px) {
  .revs { flex-direction: column; }
  .path { gap: 9px; }
  .ps-cov, .ps-nocov { width: 60px; height: 88px; }
}


/* gen 20: logo, marker, play control, sticker, shop, reviews v2, modal */
.brandrow { display: flex; align-items: center; gap: 10px; }
.logo { width: 26px; height: 26px; flex: none; }
h1 .mk { font-style: normal; background: linear-gradient(100deg, rgba(217,138,75,.34), rgba(194,90,51,.26) 55%, rgba(164,68,42,.32)); padding: 1px 7px; border-radius: 5px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.ph { position: relative; }
.ph-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: rgba(20,14,9,.42); border: none; cursor: pointer; border-radius: inherit; }
.pp-tri { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(115deg, #c25a33, #d98a4b); color: #fff; font-size: 16px; display: flex; align-items: center; justify-content: center; padding-left: 3px; box-shadow: 0 8px 22px rgba(0,0,0,.4); }
.pp-txt { font-size: 10px; font-weight: 800; letter-spacing: .22em; color: #fff; }
.fast-save { margin: 16px 0 4px; }
.save-sticker { display: inline-block; background: linear-gradient(115deg, #c25a33, #d98a4b); color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .1em; padding: 6px 13px; border-radius: 999px; transform: rotate(-2deg); box-shadow: 0 6px 18px rgba(217,138,75,.45); margin-bottom: 10px; }
.shop { margin-top: 18px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; }
.shop-eye { font-size: 10px; letter-spacing: .24em; font-weight: 700; color: #d98a4b; margin-bottom: 10px; }
.shop-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.shop-opt { flex: 1; min-width: 86px; background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.16); border-radius: 12px; padding: 10px 8px; cursor: pointer; color: #efe6d2; }
.shop-opt.on { border-color: #d98a4b; background: rgba(217,138,75,.16); box-shadow: 0 0 0 1px #d98a4b; }
.so-l { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: .12em; }
.so-p { display: block; font-size: 15px; font-weight: 800; margin-top: 3px; color: #f4c07e; }
.shop-deal { font-size: 12px; color: #e9c9a0; margin-top: 10px; }
.shop-btn { display: inline-block; margin-top: 14px; }
.shop-note { font-size: 12.5px; color: #e9c9a0; margin-top: 12px; line-height: 1.5; }
.rev-stars { color: #d98a4b; font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }
.rev-who { display: flex; align-items: center; gap: 9px; margin-top: 10px; }
.rev-av { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(115deg, #c25a33, #d98a4b); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.rev-samp { display: block; }
.fb-open { margin-top: 4px; }
.modal { position: fixed; inset: 0; background: rgba(24,18,11,.62); z-index: 50; display: flex; align-items: center; justify-content: center; padding: 18px; }
.modal-card { background: var(--paper); border-radius: 20px; max-width: 560px; width: 100%; max-height: 86vh; overflow-y: auto; padding: 26px 24px; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.modal-x { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 26px; color: var(--muted); cursor: pointer; line-height: 1; }
.modal-title { font-family: Georgia, serif; font-size: 20px; margin-bottom: 14px; }
.modal-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.modal-tabs button { flex: 1; border: 1.5px solid var(--line); background: var(--card); border-radius: 999px; padding: 8px 0; font-size: 11px; font-weight: 800; letter-spacing: .18em; color: var(--muted); cursor: pointer; }
.modal-tabs button.on { border-color: var(--rust); color: var(--rust); background: #faf3ea; }
.modal-pages { display: flex; flex-direction: column; gap: 14px; }
.mpg { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px 16px; box-shadow: 0 4px 14px rgba(34,29,21,.08); }
.mpg .pg-head, .mpg .pg-sub, .mpg .pg-line { display: block; }
.mpg .pg-line { margin-top: 8px; }
.modal-vid { display: flex; justify-content: center; }
.modal-note { font-size: 14px; color: var(--muted); text-align: center; padding: 26px 10px; }

@media (prefers-reduced-motion: reduce) {
  .fmts .fmt, .bk-cover, .dev.auddev .wave b { animation: none; opacity: 1; transform: none; }
}
/* showcase: continuous life (transform/opacity only) */
.dev { animation: bob 6s ease-in-out infinite; }
.fmt.f2 .dev { animation-delay: 1.2s; }
.fmt.f3 .dev { animation-delay: 2.4s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.dev.bookdev::after, .dev.phonedev::after {
  content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 45%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.28), transparent);
  animation: shine 5.2s ease-in-out infinite; pointer-events: none;
}
.dev.phonedev::after { animation-delay: 2.1s; }
@keyframes shine { 0%, 55% { left: -60%; } 85%, 100% { left: 130%; } }
.dev.auddev img { animation: glowpulse 2.8s ease-in-out infinite; }
@keyframes tagflow { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
@keyframes glowpulse { 0%,100% { box-shadow: 0 0 0 0 rgba(164,68,42,.0); } 50% { box-shadow: 0 0 18px 2px rgba(164,68,42,.45); } }
@media (prefers-reduced-motion: reduce) {
  .dev, .dev.bookdev::after, .dev.phonedev::after, .dev.auddev img { animation: none; }
}
.noanim, .noanim * { animation: none !important; }
.noanim .fmt { opacity: 1 !important; transform: none !important; }
.dev.auddev .ch1 { font-size: 8px; letter-spacing: .22em; color: #b3a98f; font-weight: 700; margin-top: 7px; }
.dev.auddev .a-bar { position: relative; margin-top: 5px; }
.dev.auddev .a-bar u { position: absolute; left: 42%; top: 50%; transform: translate(-50%,-50%); width: 7px; height: 7px; border-radius: 50%; background: #e8c9b8; }
/* SHOWCASE: full-width hero carousel - one product at a time */
.car { margin: 16px -26px 4px; overflow: hidden; animation: carin .6s cubic-bezier(.2,.7,.3,1) both; }
@media (min-width: 640px) { .car { margin: 16px -40px 4px; } }
@keyframes carin { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.car-track { display: flex; width: 300%; animation: cyc 10.5s cubic-bezier(.65,.02,.3,1) infinite; }
@keyframes cyc {
  0%, 27% { transform: translateX(0); }
  33.333%, 60.666% { transform: translateX(-33.3333%); }
  66.666%, 94% { transform: translateX(-66.6667%); }
  100% { transform: translateX(0); }
}
.panel { width: 33.3333%; text-align: center; padding: 4px 26px 0; }
.p-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); z-index: 5; font-size: 13px; font-weight: 800; letter-spacing: .3em; text-indent: .3em; color: #fff; padding: 7px 16px 6px; border-radius: 999px; white-space: nowrap; background: linear-gradient(115deg, #8f3d22, #c25a33 30%, #d98a4b 50%, #c25a33 70%, #8f3d22); background-size: 220% 100%; animation: tagflow 5.5s ease-in-out infinite; box-shadow: 0 6px 18px rgba(154,79,50,.42), inset 0 1px 0 rgba(255,255,255,.25); }
.p-stage { position: relative; height: 296px; display: flex; align-items: flex-end; justify-content: center; margin-top: 26px; }
.p-stage::before { content: ''; position: absolute; left: 50%; top: 44%; transform: translate(-50%,-50%); width: 320px; height: 320px; background: radial-gradient(circle, rgba(232,201,184,.55), rgba(232,201,184,0) 66%); pointer-events: none; }
.p-cap { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 16.5px; color: var(--ink); margin: 14px 0 2px; }
.p-shadow { position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 200px; height: 18px; border-radius: 50%; background: radial-gradient(ellipse, rgba(38,33,26,.30), rgba(38,33,26,0) 68%); }
/* READ: big book, 3D page-turn */
.bk { position: relative; width: 186px; height: 248px; margin-bottom: 16px; perspective: 950px; animation: bob 6s ease-in-out infinite; }
.bk-pg, .bk-sheet { position: absolute; inset: 0; background: #fdfcf8; border-radius: 7px; padding: 16px 13px; display: flex; flex-direction: column; box-shadow: inset 0 0 0 1px #e7e1d3, 0 24px 48px -14px rgba(38,33,26,.38); overflow: hidden; }
.bk-sheet { transform-origin: left center; backface-visibility: hidden; }
.bk-sheet.s1 { animation: sheet1 14s ease-in-out infinite; }
.bk-sheet.s2 { animation: sheet2 14s ease-in-out infinite; }
.pg-head { font-size: 8.5px; font-weight: 700; letter-spacing: .12em; color: var(--rust); margin-bottom: 3px; text-align: left; }
.pg-sub { font-size: 7.5px; font-style: italic; color: var(--muted); margin-bottom: 8px; text-align: left; }
.pg-line { font-family: Georgia, 'Times New Roman', serif; font-size: 8.2px; line-height: 1.45; color: #3a332a; margin-bottom: 5px; text-align: left; }
.pg-lines i { display: block; height: 3px; border-radius: 2px; background: #e7e1d3; margin: 5px 0; }
.pg-lines i:last-child { width: 55%; }
@keyframes coverflip {
  0%, 7% { transform: rotateY(0deg); }
  15%, 80% { transform: rotateY(-154deg); }
  89%, 100% { transform: rotateY(0deg); }
}
@keyframes sheet1 {
  0%, 20% { transform: rotateY(0deg); }
  28%, 60% { transform: rotateY(-154deg); }
  68%, 100% { transform: rotateY(0deg); }
}
@keyframes sheet2 {
  0%, 34% { transform: rotateY(0deg); }
  42%, 50% { transform: rotateY(-154deg); }
  58%, 100% { transform: rotateY(0deg); }
}
.bk-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 7px; transform-origin: left center; backface-visibility: hidden; animation: coverflip 14s ease-in-out infinite; box-shadow: 0 26px 52px -14px rgba(38,33,26,.5); }
/* LISTEN: big player */
.pl { position: relative; width: 236px; margin-bottom: 16px; background: #26211a; border-radius: 20px; padding: 20px 18px 18px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 26px 52px -14px rgba(38,33,26,.52); animation: bob 6s ease-in-out infinite; }
.pl-top { display: flex; align-items: center; gap: 14px; width: 100%; }
.pl-top img { width: 76px; height: 76px; object-fit: cover; border-radius: 10px; animation: glowpulse 2.8s ease-in-out infinite; }
.eq { flex: 1; display: flex; align-items: flex-end; gap: 4px; height: 52px; }
.eq b { flex: 1; max-width: 7px; border-radius: 3px; background: var(--rust); height: 42%; animation: eqv 1s ease-in-out infinite; }
.eq b:nth-child(1) { height: 55%; } .eq b:nth-child(2) { height: 88%; } .eq b:nth-child(3) { height: 34%; }
.eq b:nth-child(4) { height: 70%; } .eq b:nth-child(5) { height: 96%; } .eq b:nth-child(6) { height: 46%; }
.eq b:nth-child(7) { height: 64%; }
.eq b:nth-child(2) { animation-delay: .14s; animation-duration: 1.15s; }
.eq b:nth-child(3) { animation-delay: .3s; }
.eq b:nth-child(4) { animation-delay: .45s; animation-duration: .85s; }
.eq b:nth-child(5) { animation-delay: .18s; animation-duration: 1.05s; }
.eq b:nth-child(6) { animation-delay: .55s; }
.eq b:nth-child(7) { animation-delay: .38s; animation-duration: .92s; }
@keyframes eqv { 0%, 100% { height: 16%; } 50% { height: 100%; } }
.pl .ch1 { font-size: 8.5px; letter-spacing: .24em; color: #b3a98f; font-weight: 700; margin-top: 13px; }
.pl .a-bar { position: relative; width: 100%; height: 3px; border-radius: 2px; background: #4d4231; margin-top: 8px; }
.pl .a-bar b { display: block; width: 42%; height: 100%; border-radius: 2px; background: var(--rust); }
.pl .a-bar u { position: absolute; left: 42%; top: 50%; transform: translate(-50%,-50%); width: 9px; height: 9px; border-radius: 50%; background: #e8c9b8; }
.pl .wave { display: flex; align-items: flex-end; gap: 3px; height: 26px; margin-top: 13px; }
.pl .wave b { width: 3px; border-radius: 2px; background: var(--rust); height: 30%; animation: wv 1.1s ease-in-out infinite; }
.pl .wave b:nth-child(2n) { animation-delay: .15s; }
.pl .wave b:nth-child(3n) { animation-delay: .3s; }
.pl .wave b:nth-child(4n) { animation-delay: .45s; }
.pl .wave b:nth-child(5n) { animation-delay: .6s; }
/* WATCH: big phone with real footage */
.ph { position: relative; width: 254px; height: 143px; margin-bottom: 76px; border: 4px solid #26211a; border-radius: 20px; background: #0f0d09; overflow: hidden; box-shadow: 0 28px 56px -14px rgba(38,33,26,.58); animation: bob 6s ease-in-out infinite; }
.ph::before { content: ''; position: absolute; left: 6px; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: #2c2620; z-index: 2; }
.ph video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* progress rail */
.car-rail { display: flex; gap: 6px; justify-content: center; margin: 10px 0 4px; }
.car-rail b { width: 44px; height: 3px; border-radius: 2px; background: #e2dccf; overflow: hidden; position: relative; }
.car-rail b::after { content: ''; position: absolute; inset: 0; background: var(--rust); transform: scaleX(0); transform-origin: left; animation: railfill1 10.5s linear infinite; }
.car-rail b:nth-child(2)::after { animation-name: railfill2; }
.car-rail b:nth-child(3)::after { animation-name: railfill3; }
@keyframes railfill1 { 0% { transform: scaleX(0); } 27%, 100% { transform: scaleX(1); } }
@keyframes railfill2 { 0%, 33.333% { transform: scaleX(0); } 60.666%, 100% { transform: scaleX(1); } }
@keyframes railfill3 { 0%, 66.666% { transform: scaleX(0); } 94%, 100% { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) {
  .car, .bk, .pl, .ph { animation: none; }
  .car-track { animation: none; width: 100%; flex-direction: column; transform: none; }
  .panel { width: 100%; padding: 4px 26px 22px; }
  .car-rail { display: none; }
  .bk-cover, .bk-sheet, .pl .wave b, .eq b, .pl-top img { animation: none; }
}
.noanim .car-track { animation: none !important; }
/* QA: freeze carousel on one slide */
.sl1 .car-track { transform: translateX(0) !important; animation: none !important; }
.sl2 .car-track { transform: translateX(-33.3333%) !important; animation: none !important; }
.sl3 .car-track { transform: translateX(-66.6667%) !important; animation: none !important; }
.sl1 .car-rail b:nth-child(1)::after { transform: scaleX(.55); animation: none; }
.sl2 .car-rail b:nth-child(1)::after { transform: scaleX(1); animation: none; }
.sl2 .car-rail b:nth-child(2)::after { transform: scaleX(.55); animation: none; }
.sl3 .car-rail b:nth-child(1)::after, .sl3 .car-rail b:nth-child(2)::after { transform: scaleX(1); animation: none; }
.sl3 .car-rail b:nth-child(3)::after { transform: scaleX(.55); animation: none; }
/* QA: frozen animation phases */
.ph0 .bk-cover, .ph1 .bk-cover, .ph2 .bk-cover { animation-play-state: paused; }
.ph1 .bk-cover { animation-delay: -1.5s; }
.ph2 .bk-cover { animation-delay: -3s; }
.ph0 .car-track, .ph1 .car-track, .ph2 .car-track, .ph0 .pl .wave b, .ph1 .pl .wave b, .ph2 .pl .wave b { animation-play-state: paused; }
.ph0 .car-rail b::after, .ph1 .car-rail b::after, .ph2 .car-rail b::after { animation-play-state: paused; }
/* QA: mid-transition freeze (panel 1 sliding to panel 2) */
.pht .car-track { animation-play-state: paused; animation-delay: -5.3s; }
.pht .car-rail b::after { animation-play-state: paused; animation-delay: -5.3s; }
.pht .bk-cover, .pht .pl .wave b, .pht .pl img, .pht .bk, .pht .pl, .pht .ph { animation-play-state: paused; }

.ph-soon { display: flex; align-items: center; justify-content: center; height: 100%; color: #b3a98f; font-size: 11px; letter-spacing: .08em; text-align: center; padding: 0 12px; }
.pg1 .bk-cover, .pg2 .bk-cover, .pg3 .bk-cover { animation: none !important; transform: rotateY(-154deg); }
.pg2 .bk-sheet.s1, .pg3 .bk-sheet.s1 { animation: none !important; transform: rotateY(-154deg); }
.pg3 .bk-sheet.s2 { animation: none !important; transform: rotateY(-154deg); }
