/* The Motivational Hub — site styles v1 */
:root {
  --ink: #0B0F1A;
  --ink-2: #121829;
  --ink-3: #1B2238;
  --paper: #F5F1EA;
  --amber: #F5A524;
  --amber-deep: #B8730A;
  --text: #F5F1EA;
  --muted: #B7BFCF;
  --muted-2: #8B93A6;
  --line: rgba(255,255,255,0.08);
  --line-2: rgba(255,255,255,0.18);
  --display: 'Bebas Neue', 'Impact', 'Arial Narrow', sans-serif;
  --body: 'Poppins', 'Segoe UI', Helvetica, Arial, sans-serif;
  --gutter: clamp(20px, 5vw, 72px);
  --max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber); text-decoration: none; }
a:hover { color: #FFC45C; }
button, input { font-family: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.display { font-family: var(--display); font-weight: 400; letter-spacing: 0.01em; line-height: 0.92; margin: 0; }
.kicker { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--amber); }
.kicker::before { content: ""; width: 28px; height: 2px; background: var(--amber); }
.kicker.plain::before { display: none; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--amber); }
.arrow-link svg { width: 16px; height: 16px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 62px; padding: 0 30px; border: 0; cursor: pointer;
  background: var(--amber); color: var(--ink);
  font-weight: 700; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}
.btn:hover { background: #FFC45C; color: var(--ink); }
.btn:active { transform: translateY(1px); }
.btn.dark { background: var(--ink); color: var(--paper); }
.btn.dark:hover { background: #1B2238; }
.btn.small { height: 44px; padding: 0 22px; font-size: 14px; letter-spacing: 0.04em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Grain overlay */
.grain { position: relative; }
.grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.16; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(11,15,26,0.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand .mark { width: 36px; height: 36px; flex-shrink: 0; }
.brand .name { font-family: var(--display); font-size: 26px; letter-spacing: 0.06em; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 15px; font-weight: 500; }
.nav-links a { color: #C9CFDD; }
.nav-links a:hover { color: var(--text); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; }

/* HERO */
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 700px at 78% 30%, var(--ink-3) 0%, var(--ink) 60%); }
.hero .wrap { position: relative; display: flex; align-items: center; min-height: 800px; padding-top: 96px; padding-bottom: 120px; }
.hero .art { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero .art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.glow { position: absolute; border-radius: 999px; filter: blur(90px); }
.beam { position: absolute; top: -10%; height: 130%; width: 2px; transform: rotate(18deg); background: linear-gradient(180deg, rgba(245,165,36,0) 0%, rgba(245,165,36,0.85) 45%, rgba(245,165,36,0) 100%); }
.step { position: absolute; height: 3px; background: linear-gradient(90deg, rgba(245,165,36,0) 0%, var(--amber) 30%, var(--amber) 70%, rgba(245,165,36,0) 100%); box-shadow: 0 0 22px rgba(245,165,36,0.8); }
.hero-copy { position: relative; display: flex; flex-direction: column; gap: 32px; max-width: 900px; }
.hero h1 { font-size: clamp(56px, 9vw, 108px); color: var(--text); }
.hero .lede { font-size: clamp(17px, 1.6vw, 22px); line-height: 1.5; color: #C9CFDD; max-width: 620px; text-wrap: pretty; margin: 0; }
.hero .scroll-hint { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 14px; font-weight: 500; color: #C9CFDD; }
.hero .scroll-hint svg { width: 18px; height: 18px; }

/* Email form */
.signup { display: flex; flex-direction: column; gap: 12px; max-width: 620px; width: 100%; }
.signup .row { display: flex; }
.signup input[type="email"] {
  flex: 1 1 auto; min-width: 0; height: 62px; padding: 0 22px; font-size: 17px; color: var(--text);
  background: rgba(255,255,255,0.06); border: 1px solid var(--line-2); border-right: none; outline: none;
}
.signup input[type="email"]:focus { border-color: var(--amber); }
.signup input::placeholder { color: var(--muted-2); }
.signup .fine { font-size: 13px; color: var(--muted-2); margin: 0; }
.signup .msg { font-size: 14px; color: var(--amber); margin: 0; min-height: 1.2em; }
.signup .hp { position: absolute; left: -9999px; }

/* HOOK STRIP */
.hook { background: var(--amber); color: var(--ink); }
.hook .wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.hook h2 { font-size: clamp(44px, 5vw, 68px); line-height: 0.95; }
.hook p { font-size: 18px; line-height: 1.55; font-weight: 500; max-width: 520px; text-wrap: pretty; margin: 0 0 22px; }
.beats { display: flex; gap: 14px; }
.beat { flex: 1 1 0; display: flex; flex-direction: column; gap: 8px; padding: 18px; border: 2px solid var(--ink); }
.beat .n { font-family: var(--display); font-size: 30px; line-height: 1; }
.beat .t { font-size: 14px; font-weight: 600; line-height: 1.3; }

/* HUB TOUR */
.tour .wrap { display: flex; flex-direction: column; gap: 56px; padding-top: 120px; padding-bottom: 100px; }
.tour .head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.tour .head h2 { font-size: clamp(56px, 6vw, 88px); margin-top: 14px; }
.tour .head p { font-size: 17px; line-height: 1.55; color: #9AA3B5; max-width: 420px; text-wrap: pretty; margin: 0; }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.card { display: flex; flex-direction: column; gap: 20px; padding: 30px; background: var(--ink-2); border: 1px solid var(--line); min-height: 380px; color: var(--text); transition: transform .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(245,165,36,0.5); color: var(--text); }
.card svg.icon { width: 44px; height: 44px; }
.card h3 { font-size: 40px; color: var(--text); }
.card p { font-size: 15px; line-height: 1.6; color: var(--muted); text-wrap: pretty; margin: 0; flex-grow: 1; }
.play { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; color: var(--amber); }
.play .disc { width: 44px; height: 44px; border-radius: 999px; background: var(--amber); display: flex; align-items: center; justify-content: center; }
.play .disc svg { width: 18px; height: 18px; }

/* STARTER KIT */
.kit { padding: 0 var(--gutter); }
.kit .inner { max-width: calc(var(--max) - 2 * var(--gutter)); margin: 0 auto; padding: 72px; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 72px; align-items: center; }
.kit .stack { position: relative; height: 420px; }
.sheet { position: absolute; width: 300px; height: 388px; background: #fff; border: 2px solid var(--ink); box-shadow: 0 30px 60px rgba(11,15,26,0.18); }
.sheet.back { left: 56px; top: 0; transform: rotate(6deg); }
.sheet.mid { left: 28px; top: 14px; transform: rotate(-3deg); }
.sheet.front { left: 0; top: 28px; display: flex; flex-direction: column; gap: 14px; padding: 24px; box-shadow: 0 30px 60px rgba(11,15,26,0.22); }
.sheet .tag { align-self: flex-start; background: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 9px; }
.sheet .title { font-size: 20px; font-weight: 700; line-height: 1.15; }
.sheet .rule { height: 2px; background: var(--ink); }
.sheet .lines { display: flex; flex-direction: column; gap: 8px; }
.sheet .lines span { display: block; height: 10px; background: #E2DDD3; }
.sheet .why { margin-top: auto; border: 2px dashed var(--ink); padding: 10px; font-size: 11px; font-weight: 600; }
.kit .copy { display: flex; flex-direction: column; gap: 24px; }
.kit .kicker { color: var(--amber-deep); }
.kit .kicker::before { background: var(--amber-deep); }
.kit h2 { font-size: clamp(52px, 5.5vw, 80px); }
.kit p.lede { font-size: 18px; line-height: 1.55; color: #3C4353; max-width: 560px; text-wrap: pretty; margin: 0; }
.kit .cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.kit .cta .note { font-size: 14px; color: #3C4353; }
.kit .more { font-size: 14px; color: #6B7280; margin: 0; }
.kit .signup input[type="email"] { color: var(--ink); background: #fff; border-color: var(--ink); }
.kit .signup .fine { color: #3C4353; } .kit .signup .msg { color: var(--amber-deep); }
.kit .more a { color: var(--amber-deep); font-weight: 600; }


/* PLANNER BUILDER SPOTLIGHT */
.planner .wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 72px; align-items: center; padding-top: 120px; }
.planner-mock { background: var(--ink-2); border: 1px solid rgba(245,165,36,0.35); padding: 22px; display: flex; flex-direction: column; gap: 18px; box-shadow: 0 40px 80px rgba(0,0,0,0.35); }
.planner-mock .steps { display: flex; gap: 6px; flex-wrap: wrap; }
.planner-mock .steps span { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); padding: 7px 10px; border: 1px solid rgba(255,255,255,0.1); }
.planner-mock .steps span.on { color: var(--ink); background: var(--amber); border-color: var(--amber); }
.mock-body { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 18px; }
.devices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; align-content: start; }
.dev { font-size: 13px; font-weight: 500; color: #C9CFDD; padding: 12px 12px; border: 1px solid rgba(255,255,255,0.12); }
.dev.on { border-color: var(--amber); color: var(--text); box-shadow: inset 3px 0 0 var(--amber); }
.page { background: #FFFFFF; color: var(--ink); padding: 16px 14px; display: flex; flex-direction: column; gap: 10px; aspect-ratio: 3 / 4; }
.page-head { display: flex; justify-content: space-between; font-family: var(--display); font-size: 13px; letter-spacing: 0.06em; border-bottom: 2px solid var(--ink); padding-bottom: 6px; }
.page-line { height: 7px; background: #E2DDD3; }
.page-line.w80 { width: 80%; } .page-line.w70 { width: 70%; } .page-line.w60 { width: 60%; } .page-line.w50 { width: 50%; }
.page-box { flex-grow: 1; border: 2px dashed var(--ink); min-height: 40px; }
.page-foot { font-size: 10px; color: #6B7280; margin-top: auto; }
.planner-copy { display: flex; flex-direction: column; gap: 22px; }
.planner-copy h2 { font-size: clamp(52px, 5.5vw, 80px); }
.planner-copy .lede { font-size: 18px; line-height: 1.55; color: var(--muted); text-wrap: pretty; margin: 0; }
.planner-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.planner-points li { position: relative; padding-left: 26px; font-size: 16px; color: #DCE1EC; }
.planner-points li::before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 12px; background: var(--amber); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.planner-copy .cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 6px; }

/* CHALLENGE + QUIZ */
.duo .wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding-top: 120px; }
.panel { display: flex; flex-direction: column; gap: 18px; padding: 44px; background: var(--ink-2); border: 1px solid var(--line); }
.panel.challenge { border-color: rgba(245,165,36,0.5); background: linear-gradient(135deg, #141B2E 0%, var(--ink) 100%); }
.panel .top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.panel .week { font-size: 12px; font-weight: 600; color: var(--muted-2); letter-spacing: 0.1em; text-transform: uppercase; }
.panel h2 { font-size: clamp(38px, 4vw, 54px); }
.panel p { font-size: 16px; line-height: 1.6; color: var(--muted); text-wrap: pretty; margin: 0; }
.panel[hidden] { display: none; }
.duo .wrap.single { grid-template-columns: minmax(0, 1fr); }
.duo .wrap.single .panel { max-width: 760px; width: 100%; margin: 0 auto; }

.quiz-list { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.14); }
.q .stmt { font-size: 15px; color: var(--text); }
.scale { display: flex; gap: 6px; flex-shrink: 0; }
.scale button { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.3); background: none; color: #C9CFDD; font-size: 12px; font-weight: 600; cursor: pointer; }
.scale button:hover { border-color: var(--amber); color: var(--text); }
.scale button[aria-pressed="true"] { background: var(--amber); border-color: var(--amber); color: var(--ink); font-weight: 700; }
.quiz-result { font-size: 15px; color: var(--text); margin: 0; }

/* WAITLIST */
.waitlist { position: relative; overflow: hidden; margin-top: 120px; background: radial-gradient(900px 500px at 50% 120%, #2A1D05 0%, var(--ink) 60%); }
.waitlist .wrap { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; padding-top: 120px; padding-bottom: 120px; }
.waitlist h2 { font-size: clamp(52px, 7vw, 96px); max-width: 1000px; }
.waitlist p.lede { font-size: 19px; line-height: 1.55; color: var(--muted); max-width: 620px; text-wrap: pretty; margin: 0; }
.waitlist .signup { align-items: stretch; }

/* FOOTER */
.footer { border-top: 1px solid var(--line); }
.footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 36px; padding-bottom: 36px; font-size: 13px; color: var(--muted-2); }
.footer .brand .name { font-size: 20px; }
.footer .brand .mark { width: 26px; height: 26px; }
.footer .links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer .links a { color: #C9CFDD; }
.footer .links a.quiet { color: var(--muted-2); }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Responsive */
@media (max-width: 1100px) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planner .wrap { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 80px; }
  .card { min-height: 0; }
  .kit .inner { grid-template-columns: minmax(0, 1fr); padding: 48px; }
  .kit .stack { height: 440px; max-width: 380px; }
  .duo .wrap { grid-template-columns: minmax(0, 1fr); }
  .tour .head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 800px) {
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 78px; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line); padding: 8px 0 16px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px var(--gutter); }
  .nav-links .btn { margin: 8px var(--gutter) 0; }
  .nav-toggle { display: inline-flex; }
  .brand .name { font-size: 20px; }
  .brand .mark { width: 28px; height: 28px; }
  .hero .wrap { min-height: 0; padding-top: 64px; padding-bottom: 72px; }
  .hero .beam { display: none; }
  .hero .step { display: none; }
  .hero .glow { filter: blur(60px); }
  .hero-copy { gap: 22px; }
  .signup .row { flex-direction: column; gap: 10px; }
  .signup input[type="email"] { border-right: 1px solid var(--line-2); height: 56px; }
  .signup .btn { height: 56px; width: 100%; }
  .hook .wrap { grid-template-columns: minmax(0, 1fr); gap: 20px; padding-top: 44px; padding-bottom: 44px; }
  .beats { flex-direction: column; gap: 10px; }
  .beat { flex-direction: row; align-items: center; gap: 14px; padding: 12px 14px; }
  .beat .n { font-size: 26px; }
  .tour .wrap { padding-top: 64px; padding-bottom: 64px; gap: 28px; }
  .cards { grid-template-columns: minmax(0, 1fr); }
  .card { padding: 24px; gap: 14px; }
  .mock-body { grid-template-columns: minmax(0, 1fr); }
  .page { aspect-ratio: auto; }
  .planner-copy .cta .btn { width: 100%; }
  .card h3 { font-size: 36px; }
  .kit .inner { padding: 40px 24px; gap: 32px; }
  .kit .stack { height: 380px; }
  .sheet { width: 240px; height: 310px; }
  .kit .cta .btn { width: 100%; }
  .duo .wrap { padding-top: 64px; gap: 14px; }
  .panel { padding: 28px 24px; gap: 14px; }
  .q { flex-direction: column; align-items: stretch; gap: 10px; }
  .scale { display: flex; }
  .scale button { flex: 1 1 0; width: auto; height: 44px; font-size: 13px; }
  .waitlist { margin-top: 64px; }
  .waitlist .wrap { padding-top: 72px; padding-bottom: 72px; gap: 18px; }
  .footer .wrap { flex-direction: column; text-align: center; }
  .footer .links { justify-content: center; gap: 12px; flex-direction: column; }
}

/* ===== MINDSET SHEETS: library + pack pages ===== */
.arrow-link.light { color: #C9CFDD; } .arrow-link.light svg { stroke: var(--amber); }
.lib-hero { position: relative; overflow: hidden; background: radial-gradient(1000px 600px at 85% 20%, var(--ink-3) 0%, var(--ink) 60%); }
.lib-hero .wrap { position: relative; display: flex; flex-direction: column; gap: 26px; padding-top: 96px; padding-bottom: 72px; max-width: calc(var(--max)); }
.lib-hero h1 { font-size: clamp(56px, 8vw, 104px); max-width: 1000px; }
.lib-hero .lede { font-size: 19px; line-height: 1.55; color: #C9CFDD; max-width: 680px; text-wrap: pretty; margin: 0; }
.lib-hero .cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.stats { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 18px; }
.stats div { display: flex; flex-direction: column; gap: 4px; }
.stats .display { font-size: 40px; color: var(--amber); }
.stats small { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); }

.lib-kit { padding-top: 0; }
.lib-kit .inner { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 56px; }
.lib-kit .shot img { border: 2px solid var(--ink); box-shadow: 0 30px 60px rgba(11,15,26,0.22); }
.lib-kit .signup input[type="email"] { color: var(--ink); background: #fff; border-color: var(--ink); }
.lib-kit .signup .fine, .lib-kit .signup .msg { color: #3C4353; }
.lib-kit .signup .msg { color: var(--amber-deep); }
.deliver { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.deliver[hidden] { display: none; }
.deliver .btn { height: 52px; padding: 0 22px; font-size: 14px; }

.packs .wrap { display: flex; flex-direction: column; gap: 32px; padding-top: 110px; padding-bottom: 80px; }
.packs .head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.packs .head h2 { font-size: clamp(48px, 5vw, 72px); margin-top: 12px; max-width: 760px; }
.packs .head p { font-size: 16px; line-height: 1.55; color: #9AA3B5; max-width: 400px; text-wrap: pretty; margin: 0; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid rgba(255,255,255,0.25); background: none; color: #C9CFDD; padding: 9px 16px; font: 600 13px var(--body); cursor: pointer; }
.chip:hover { border-color: var(--amber); color: var(--text); }
.chip[aria-pressed="true"] { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pack { background: var(--ink-2); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease; }
.pack:hover { transform: translateY(-4px); border-color: rgba(245,165,36,0.5); }
.pack[hidden] { display: none; }
.pack .thumb { display: block; border-bottom: 1px solid var(--line); }
.pack .thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pack .b { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.pack .m { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); font-weight: 600; }
.pack h3 { font-size: 34px; } .pack h3 a { color: var(--text); }
.pack p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; flex-grow: 1; text-wrap: pretty; }
.pack .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.buy { display: inline-flex; align-items: center; gap: 12px; }
.buy .btn { height: 48px; padding: 0 22px; font-size: 14px; }
.buy .price { font-weight: 700; font-size: 16px; color: var(--text); }
.buy .soon { display: inline-flex; align-items: center; height: 48px; padding: 0 18px; border: 1px dashed rgba(255,255,255,0.3); color: var(--muted-2); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.guard { font-size: 14px; line-height: 1.6; color: var(--muted-2); border: 1px solid var(--line); padding: 18px 20px; margin: 8px 0 0; }

.every { background: var(--paper); color: var(--ink); }
.every .wrap { display: flex; flex-direction: column; gap: 36px; padding-top: 88px; padding-bottom: 88px; }
.every .kicker { color: var(--amber-deep); }
.every h2 { font-size: clamp(44px, 5vw, 68px); margin-top: 12px; max-width: 900px; }
.every-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.every-grid div { border-top: 3px solid var(--ink); padding-top: 16px; }
.every-grid strong { display: block; font-size: 17px; margin-bottom: 6px; }
.every-grid p { margin: 0; font-size: 15px; line-height: 1.55; color: #3C4353; }

.faq .wrap { display: flex; flex-direction: column; gap: 10px; padding-top: 88px; padding-bottom: 96px; max-width: 900px; }
.faq h2 { font-size: 56px; margin-bottom: 14px; }
.faq details { border-top: 1px solid var(--line); padding: 16px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 600; font-size: 17px; color: var(--text); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::after { content: "+"; color: var(--amber); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: 12px 0 0; color: var(--muted); line-height: 1.6; max-width: 720px; }

.pack-hero { position: relative; overflow: hidden; background: radial-gradient(1000px 600px at 85% 20%, var(--ink-3) 0%, var(--ink) 60%); }
.pack-hero .wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 64px; align-items: center; padding-top: 88px; padding-bottom: 88px; }
.pack-hero .copy { display: flex; flex-direction: column; gap: 22px; }
.pack-hero .kicker a { color: var(--amber); }
.pack-hero h1 { font-size: clamp(56px, 7vw, 96px); }
.pack-hero .lede { font-size: 18px; line-height: 1.55; color: #C9CFDD; text-wrap: pretty; margin: 0; }
.pack-hero .meta { display: flex; gap: 10px; flex-wrap: wrap; }
.pack-hero .meta span { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-2); border: 1px solid var(--line-2); padding: 7px 11px; }
.buy-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 6px; }
.buy-row .buy .btn { height: 62px; padding: 0 30px; font-size: 15px; }
.buy-row .buy .soon { height: 62px; }
.pack-hero .shot img { border: 1px solid var(--line-2); box-shadow: 0 40px 80px rgba(0,0,0,0.4); }
.pack-hero .signup input[type="email"] { }

.inside .wrap { display: flex; flex-direction: column; gap: 36px; padding-top: 100px; padding-bottom: 100px; }
.inside h2 { font-size: clamp(44px, 5vw, 68px); margin-top: 12px; max-width: 900px; }
.sheet-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; }
.sheet-list li { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.sheet-list .num { font-family: var(--display); font-size: 22px; color: var(--amber); letter-spacing: 0.04em; padding-top: 2px; }
.sheet-list strong { display: block; font-size: 18px; line-height: 1.3; margin-bottom: 6px; }
.sheet-list p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--muted); text-wrap: pretty; }
.sheet-list.packs-in li { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.sheet-list.packs-in a { color: var(--text); } .sheet-list.packs-in a:hover { color: var(--amber); }
.sheet-list.packs-in span { font-size: 13px; color: var(--muted-2); }
.inside-cta { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; padding-top: 12px; }
.inside-cta .fine { font-size: 13px; color: var(--muted-2); margin: 0; }
.inside-cta .buy .btn { height: 62px; padding: 0 30px; font-size: 15px; }

.more .wrap { display: flex; flex-direction: column; gap: 32px; padding-top: 96px; padding-bottom: 96px; }
.more h2 { font-size: 56px; margin-top: 12px; }
.minis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.mini { display: flex; flex-direction: column; gap: 10px; background: var(--ink-2); border: 1px solid var(--line); padding: 14px; color: var(--text); transition: transform .2s ease, border-color .2s ease; }
.mini:hover { transform: translateY(-4px); border-color: rgba(245,165,36,0.5); color: var(--text); }
.mini img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.mini .display { font-size: 28px; }
.mini small { font-size: 12px; color: var(--muted-2); letter-spacing: 0.08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .every-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lib-kit .inner, .pack-hero .wrap { grid-template-columns: minmax(0, 1fr); }
  .pack-hero .shot { order: -1; max-width: 520px; }
  .sheet-list { grid-template-columns: minmax(0, 1fr); }
  .packs .head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 800px) {
  .grid, .minis, .every-grid { grid-template-columns: minmax(0, 1fr); }
  .lib-hero .wrap { padding-top: 56px; padding-bottom: 48px; }
  .stats { gap: 24px; }
  .packs .wrap, .inside .wrap, .more .wrap { padding-top: 64px; padding-bottom: 64px; }
  .pack-hero .wrap { padding-top: 48px; padding-bottom: 56px; gap: 32px; }
  .sheet-list li { grid-template-columns: 74px minmax(0, 1fr); gap: 12px; }
  .sheet-list .num { font-size: 18px; }
  .buy-row .buy, .buy-row .buy .btn, .inside-cta .buy .btn { width: 100%; }
  .deliver .btn { width: 100%; }
}
