.pixel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 21px;
  border: 4px solid var(--dark);
  border-radius: 0;
  background: var(--gold);
  color: var(--dark);
  box-shadow: 6px 6px 0 var(--dark);
  font-family: var(--title);
  font-size: 11px;
  line-height: 1.45;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 100ms steps(2), box-shadow 100ms steps(2), background 100ms linear;
}
.pixel-btn:hover { background: #f0c36f; transform: translate(2px, 2px); box-shadow: 4px 4px 0 var(--dark); }
.pixel-btn:active { transform: translate(6px, 6px); box-shadow: 0 0 0 var(--dark); }
.pixel-btn.secondary { background: var(--paper); }
.pixel-btn.secondary:hover { background: #fff9e8; }

.problem-section { background-color: var(--parchment); }
.scrolls { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 680px) { .scrolls { grid-template-columns: 1fr; gap: 36px; } }
.scroll { position: relative; padding: 40px 38px 36px; border: 5px solid var(--dark); background: var(--paper); box-shadow: 8px 8px 0 var(--dark); }
.scroll::before, .scroll::after { content: ""; position: absolute; left: 16px; right: 16px; height: 10px; border-inline: 4px solid var(--dark); }
.scroll::before { top: -12px; background: #e6c68a; border-top: 4px solid var(--dark); }
.scroll::after { bottom: -12px; background: #d3ad6d; border-bottom: 4px solid var(--dark); }
.scroll.chaos { background: #f4d0b7; border-color: #6e3828; box-shadow: 8px 8px 0 #6e3828; }
.scroll.builder { background: #e7e5b8; border-color: #46522e; box-shadow: 8px 8px 0 #46522e; }
.scroll h3 { margin: 0 0 26px; font-family: var(--title); font-size: 15px; line-height: 1.6; }
.scroll ul { list-style: none; margin: 0; padding: 0; }
.scroll li { position: relative; padding-left: 28px; margin: 13px 0; line-height: 1.4; }
.scroll li::before { content: "◆"; position: absolute; left: 0; top: 2px; color: var(--copper); font-size: 15px; }
.builder li::before { color: var(--moss); }

.grimoires { color: var(--paper); background-color: #283a2f; background-image: linear-gradient(90deg, rgba(255,243,212,.025) 50%, transparent 50%), linear-gradient(rgba(255,243,212,.025) 50%, transparent 50%); background-size: 32px 32px; border-block: 6px solid var(--dark); }
.grimoires .section-kicker { color: #efc66f; }
.book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
@media (max-width: 960px) { .book-grid { grid-template-columns: 1fr; gap: 18px; } }
.book-card { position: relative; min-height: 300px; padding: 29px 25px 25px 35px; color: var(--ink); background: #f5dfa9; border: 5px solid #2b1b12; box-shadow: 7px 7px 0 #14241c; }
.book-card::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 9px; background: var(--copper); border-inline: 3px solid var(--dark); }
.book-card:nth-child(even) { background: #e7dfae; }
.book-card:nth-child(even)::before { background: var(--moss); }
.book-card::after { content: ""; position: absolute; right: -5px; bottom: -5px; width: 18px; height: 18px; background: linear-gradient(135deg, transparent 46%, var(--dark) 48%); }
.book-number { position: absolute; top: 17px; right: 17px; color: rgba(57,35,23,.42); font-family: var(--title); font-size: 9px; }
.book-icon { width: 66px; height: 66px; margin-bottom: 20px; padding: 7px; color: var(--wood); background: var(--gold); border: 4px solid var(--dark); box-shadow: 4px 4px 0 var(--copper); }
.book-card h3 { margin: 0 0 15px; font-family: var(--title); font-size: 14px; line-height: 1.55; }
.book-card p { margin: 0; font-size: 23px; line-height: 1.35; }
.level-note { max-width: 760px; margin: 40px auto 0; padding: 21px 24px; color: var(--dark); background: var(--gold); border: 4px solid var(--dark); box-shadow: 6px 6px 0 #16261d; font-family: var(--title); font-size: 11px; line-height: 1.8; text-align: center; }
.level-tag { display: inline-block; margin-bottom: 12px; padding: 6px 8px; color: var(--paper); background: var(--moss); border: 2px solid var(--dark); font-family: var(--title); font-size: 8px; }

.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
@media (max-width: 680px) { .audience-grid { grid-template-columns: 1fr; } }
.audience-card { padding: 36px; border: 5px solid var(--dark); box-shadow: 7px 7px 0 var(--dark); }
.audience-card.yes { background: #e7e5b8; }
.audience-card.no { background: #f0d1b9; }
.audience-card h3 { margin: 0 0 22px; font-family: var(--title); font-size: 15px; line-height: 1.6; }
.audience-card ul { margin: 0; padding: 0; list-style: none; }
.audience-card li { position: relative; margin: 14px 0; padding-left: 29px; line-height: 1.35; }
.audience-card li::before { position: absolute; left: 0; color: var(--moss); font-family: var(--title); font-size: 12px; }
.audience-card.yes li::before { content: "✓"; }
.audience-card.no li::before { content: "×"; color: var(--copper); }

.founder-story { background: #ead6a8; }
.founder-panel { display: grid; grid-template-columns: 170px 1fr; gap: 38px; align-items: center; max-width: 900px; margin: auto; padding: 38px; background: var(--paper); border: 5px solid var(--dark); box-shadow: 8px 8px 0 var(--copper); }
@media (max-width: 680px) { .founder-panel { grid-template-columns: 1fr; padding: 26px; text-align: center; } }
.founder-sigil { display: grid; place-items: center; width: 150px; height: 150px; color: var(--paper); background: var(--moss); border: 6px solid var(--dark); box-shadow: inset 0 0 0 6px var(--gold), 6px 6px 0 var(--dark); font-family: var(--title); font-size: 28px; object-fit: cover; object-position: center; }
.founder-panel h2 { margin: 0 0 17px; font-family: var(--title); font-size: clamp(20px, 3vw, 31px); line-height: 1.5; }
.founder-panel p { margin: 0 0 12px; font-size: 25px; line-height: 1.35; }
.founder-panel p:last-child { margin-bottom: 0; }

.program-section { background: var(--parchment); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
@media (max-width: 960px) { .program-grid { grid-template-columns: 1fr; gap: 18px; } }
.program-item { padding: 27px; background: var(--paper); border: 4px solid var(--dark); box-shadow: 6px 6px 0 #b18850; }
.program-item strong { display: block; margin-bottom: 11px; color: var(--copper); font-family: var(--title); font-size: 11px; line-height: 1.5; }
.program-item p { margin: 0; font-size: 23px; line-height: 1.35; }
.program-honesty { max-width: 820px; margin: 34px auto 0; padding: 18px 22px; border-left: 6px solid var(--moss); background: #eee1b8; line-height: 1.35; }

.offer-section { overflow: hidden; background-color: #d9be83; background-image: linear-gradient(45deg, rgba(87,55,34,.05) 25%, transparent 25%, transparent 75%, rgba(87,55,34,.05) 75%), linear-gradient(45deg, rgba(87,55,34,.05) 25%, transparent 25%, transparent 75%, rgba(87,55,34,.05) 75%); background-position: 0 0, 12px 12px; background-size: 24px 24px; }
.offer-wrap { position: relative; max-width: 890px; margin: auto; padding: 66px 72px 58px; color: var(--paper); background: var(--wood); border: 7px solid var(--dark); box-shadow: 12px 12px 0 var(--gold), 18px 18px 0 var(--dark); text-align: center; }
.offer-wrap::before, .offer-wrap::after { content: ""; position: absolute; top: 42px; width: 32px; height: 32px; background: var(--gold); border: 5px solid var(--dark); transform: rotate(45deg); }
.offer-wrap::before { left: -20px; }
.offer-wrap::after { right: -20px; }
.founder { display: inline-block; margin-bottom: 23px; padding: 9px 14px; color: var(--dark); background: var(--gold); border: 3px solid var(--paper); font-family: var(--title); font-size: 10px; }
.offer-wrap h2 { margin: 0 0 19px; font-family: var(--title); font-size: clamp(24px, 4vw, 38px); line-height: 1.45; }
.offer-intro { max-width: 650px; margin: 0 auto 32px; font-size: 29px; line-height: 1.35; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; max-width: 640px; margin: 0 auto 38px; padding: 0; list-style: none; text-align: left; }
@media (max-width: 680px) { .offer-list { grid-template-columns: 1fr; } }
.offer-list li { position: relative; padding: 9px 10px 9px 31px; border-bottom: 3px dotted #a97842; line-height: 1.35; }
.offer-list li::before { content: "✓"; position: absolute; left: 6px; color: #c6d47d; font-weight: bold; }
.offer-wrap .pixel-btn { min-width: 290px; }
.checkout-note { max-width: 620px; margin: 24px auto 8px; color: #ead7ae; font-size: 20px; line-height: 1.35; }
.billing-link { color: var(--gold); font-size: 20px; }
.billing-link:hover { color: var(--paper); }

.faq-section { background: var(--paper); }
.faq-list { max-width: 900px; margin: auto; display: grid; gap: 15px; }
.faq-list details { background: var(--parchment); border: 4px solid var(--dark); box-shadow: 5px 5px 0 #c49c5b; }
.faq-list summary { position: relative; padding: 22px 58px 22px 22px; cursor: pointer; list-style: none; font-family: var(--title); font-size: 11px; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 19px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 44px; height: 44px; color: var(--paper); background: var(--copper); border: 3px solid var(--dark); font-family: var(--title); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 24px 24px; line-height: 1.35; }

.legal-section { padding: 45px 0; background: #ead6a8; border-top: 5px solid var(--wood); }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
@media (max-width: 680px) { .legal-grid { grid-template-columns: 1fr; } }
.legal-card { padding: 25px; background: var(--paper); border: 4px solid var(--dark); }
.legal-card h2 { margin: 0 0 13px; font-family: var(--title); font-size: 12px; line-height: 1.5; }
.legal-card p { margin: 0; font-size: 20px; line-height: 1.35; }
.legal-warning { color: #7a3d29; font-weight: bold; }

.waitlist-form { display: flex; flex-wrap: wrap; gap: 14px; max-width: 580px; margin: 0 auto 20px; justify-content: center; }
.waitlist-input { flex: 1 1 280px; min-height: 56px; padding: 12px 18px; border: 4px solid var(--dark); border-radius: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 22px; line-height: 1.2; }
.waitlist-input:focus { outline: 4px solid #fff3d4; outline-offset: 2px; box-shadow: 0 0 0 8px var(--copper); }
.waitlist-form .pixel-btn { flex: 0 0 auto; }
.waitlist-message { max-width: 580px; margin: 0 auto 16px; color: var(--gold); font-family: var(--title); font-size: 11px; line-height: 1.6; text-align: center; min-height: 18px; }
.waitlist-message.success { color: #c6d47d; }
.waitlist-message.error { color: #f4d0b7; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
