.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section-kicker { margin: 0 0 18px; color: var(--copper); font-family: var(--title); font-size: 11px; line-height: 1.7; text-align: center; letter-spacing: .08em; }
.section-title { max-width: 900px; margin: 0 auto 52px; font-family: var(--title); font-size: clamp(24px, 3.2vw, 42px); line-height: 1.38; text-align: center; text-wrap: balance; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 30; background: var(--wood); color: var(--paper); border-bottom: 5px solid var(--dark); box-shadow: 0 4px 0 var(--gold); padding-top: env(safe-area-inset-top); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--paper); text-decoration: none; }
.crest { width: 52px; flex: 0 0 auto; filter: drop-shadow(3px 3px 0 #29170f); }
.brand-name { max-width: 250px; font-family: var(--title); font-size: 11px; line-height: 1.5; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links > a:not(.pixel-btn) { position: relative; font-family: var(--title); font-size: 10px; text-decoration: none; }
.nav-links > a:not(.pixel-btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 4px; background: var(--gold); transition: right 160ms steps(3); }
.nav-links > a:hover::after { right: 0; }
.nav .pixel-btn { min-height: 44px; padding: 10px 14px; box-shadow: 4px 4px 0 #21140e; font-size: 9px; }

.site-footer { padding: 38px 0 46px; color: var(--paper); background: var(--dark); border-top: 6px solid var(--gold); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-inner p { margin: 0; font-family: var(--title); font-size: 9px; line-height: 1.8; }
.footer-motto { color: var(--gold); text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; font-size: 21px; }
.footer-links a:hover { color: var(--gold); }

.floating-cta { position: fixed; right: 24px; bottom: 22px; z-index: 29; display: flex; align-items: center; gap: 14px; min-height: 62px; padding: 10px 17px; color: var(--paper); background: var(--copper); border: 4px solid var(--dark); box-shadow: 7px 7px 0 var(--dark); text-decoration: none; transition: transform 100ms steps(2), box-shadow 100ms steps(2), background 100ms linear; padding-bottom: calc(12px + env(safe-area-inset-bottom)); }
.floating-cta span { padding: 7px 8px; color: var(--dark); background: var(--gold); border: 2px solid var(--dark); font-family: var(--title); font-size: 8px; white-space: nowrap; }
.floating-cta strong { font-family: var(--title); font-size: 10px; line-height: 1.5; white-space: nowrap; }
.floating-cta:hover { background: #b96e48; transform: translate(2px, 2px); box-shadow: 5px 5px 0 var(--dark); }
.floating-cta:active { transform: translate(7px, 7px); box-shadow: 0 0 0 var(--dark); }

.pixel-divider { height: 26px; background: linear-gradient(135deg, var(--wood) 25%, transparent 25%) 0 0 / 26px 26px, linear-gradient(225deg, var(--wood) 25%, transparent 25%) 0 0 / 26px 26px; }

@media (max-width: 960px) {
  .nav-links > a:not(.pixel-btn) { display: none; }
}
@media (max-width: 680px) {
  body { padding-top: 77px; font-size: 22px; }
  body::before { box-shadow: inset 0 0 0 3px var(--dark), inset 0 0 0 6px var(--gold); }
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 72px 0; }
  .nav { min-height: 72px; gap: 8px; }
  .brand-name { display: none; }
  .crest { width: 38px; }
  .nav-links { gap: 8px; }
  .nav .pixel-btn { min-height: 48px; padding: 8px 10px; font-size: 10px; max-width: 140px; }
  .hero { padding: 56px 0 58px; }
  .hero h1 { font-size: clamp(27px, 9vw, 39px); }
  .hero-actions { display: grid; }
  .hero-actions .pixel-btn { width: 100%; }
  .microcopy { font-size: 11px; }
  .scene { min-height: 300px; }
  .quest-ui { top: 14px; right: 12px; width: 130px; }
  .quest-ui strong { font-size: 9px; }
  .quest-ui ul { font-size: 9px; }
  .scroll { padding: 34px 25px 30px; box-shadow: 5px 5px 0 var(--dark); }
  .scroll.chaos { box-shadow: 5px 5px 0 #6e3828; }
  .scroll.builder { box-shadow: 5px 5px 0 #46522e; }
  .audience-card { box-shadow: 5px 5px 0 var(--dark); }
  .program-item { box-shadow: 4px 4px 0 #b18850; }
  .founder-sigil { width: 120px; height: 120px; margin: auto; }
  .book-card { min-height: 0; box-shadow: 5px 5px 0 #14241c; }
  .book-card::after { right: -3px; bottom: -3px; }
  .offer-wrap { padding: 48px 22px 42px; box-shadow: 5px 5px 0 var(--gold), 8px 8px 0 var(--dark); }
  .offer-wrap::before, .offer-wrap::after { display: none; }
  .offer-wrap .pixel-btn { min-width: 0; width: 100%; }
  .offer-intro { font-size: 22px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 16px; }
  .footer-inner p { font-size: 11px; }
  .footer-links { justify-content: center; font-size: 18px; }
  .floating-cta { left: 13px; right: 13px; bottom: 12px; justify-content: center; min-height: 58px; padding: 10px 12px; box-shadow: 5px 5px 0 var(--dark); }
  .floating-cta span { font-size: 10px; }
  .floating-cta strong { font-size: 11px; }
}
@media (max-width: 480px) {
  body { font-size: 20px; padding-bottom: 84px; }
  .container { width: calc(100% - 20px); }
  .section { padding: 56px 0; }
  .hero { padding: 40px 0 44px; }
  .hero h1 { font-size: clamp(22px, 8vw, 32px); }
  .hero-lead { font-size: 20px; margin: 20px 0 24px; }
  .microcopy { font-size: 10px; }
  .scene { min-height: 240px; }
  .scene-frame { box-shadow: 6px 6px 0 var(--wood), 8px 8px 0 var(--gold); }
  .quest-ui { width: 110px; top: 10px; right: 10px; }
  .quest-ui strong { font-size: 8px; padding: 7px; }
  .quest-ui ul { font-size: 8px; padding: 8px 9px; }
  .scroll { padding: 26px 18px 24px; }
  .scroll h3 { font-size: 13px; }
  .book-card { padding: 22px 18px 20px 28px; box-shadow: 4px 4px 0 #14241c; }
  .book-card::after { right: -2px; bottom: -2px; width: 14px; height: 14px; }
  .book-card h3 { font-size: 12px; }
  .book-card p { font-size: 20px; }
  .book-icon { width: 54px; height: 54px; }
  .level-tag { font-size: 9px; }
  .level-note { font-size: 10px; padding: 16px 18px; }
  .audience-card { padding: 26px 22px; }
  .audience-card h3 { font-size: 13px; }
  .founder-panel { padding: 22px 18px; }
  .founder-panel h2 { font-size: 18px; }
  .founder-panel p { font-size: 21px; }
  .founder-sigil { width: 100px; height: 100px; }
  .program-item { padding: 22px 18px; }
  .program-item strong { font-size: 10px; }
  .program-item p { font-size: 20px; }
  .offer-wrap { padding: 38px 18px 34px; box-shadow: 4px 4px 0 var(--gold), 6px 6px 0 var(--dark); }
  .offer-wrap h2 { font-size: 20px; }
  .offer-intro { font-size: 20px; }
  .faq-list summary { padding: 18px 50px 18px 18px; font-size: 10px; }
  .faq-list summary::after { width: 36px; height: 36px; right: 14px; top: 14px; }
  .faq-list details p { padding: 0 18px 20px; font-size: 19px; }
  .legal-card { padding: 20px 18px; }
  .legal-card h2 { font-size: 11px; }
  .legal-card p { font-size: 18px; }
  .waitlist-input { font-size: 18px; min-height: 52px; }
  .waitlist-form .pixel-btn { font-size: 10px; min-height: 52px; }
  .floating-cta { left: 10px; right: 10px; min-height: 54px; }
  .floating-cta span { font-size: 9px; }
  .floating-cta strong { font-size: 10px; }
}
@media (hover: none), (pointer: coarse) {
  body, a, button, summary, label[for], input { cursor: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scene-layer { transform: none !important; }
}
