:root {
  --bg: #090909;
  --panel: #111113;
  --panel-2: #161416;
  --soft: #1b1b20;
  --text: #f8f1e8;
  --muted: #b9aea2;
  --line: rgba(255,255,255,.11);
  --gold: #d9ad70;
  --gold-2: #f2d49f;
  --danger: #c25b55;
  --ok: #7fc79b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% -5%, rgba(130,77,53,.22), transparent 30%),
    radial-gradient(circle at 100% 18%, rgba(111,61,81,.13), transparent 27%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(890px, calc(100% - 48px)); }
.section { padding: 105px 0; }
.eyebrow {
  color: var(--gold);
  font-size: .76rem;
  letter-spacing: .19em;
  font-weight: 850;
  text-transform: uppercase;
}
.center { text-align: center; }

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  padding: 62px 0 72px;
}
.cover-shell { position: relative; width: min(100%, 560px); margin-inline: auto; }
.cover-glow {
  position: absolute;
  inset: 9% -7% -5% 8%;
  background: linear-gradient(140deg, rgba(216,176,120,.28), rgba(115,54,73,.23));
  filter: blur(42px);
  z-index: -1;
}
.cover-window {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.70;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.14);
  background: #171717;
  box-shadow: 0 40px 120px rgba(0,0,0,.62);
}
.cover {
  position: absolute;
  left: 50%; top: 50%;
  width: 132%; max-width: none;
  transform: translate(-50%, -50%);
  display: block;
}
.cover-caption { text-align: center; color: #82786e; font-size: .72rem; letter-spacing: .16em; margin-top: 17px; }

h1 {
  margin: 14px 0 22px;
  font-size: clamp(4.5rem, 8.3vw, 8.5rem);
  line-height: .82;
  letter-spacing: -.06em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.tagline { font-family: Georgia, serif; font-size: clamp(1.55rem, 2.65vw, 2.35rem); line-height: 1.24; max-width: 760px; margin: 0 0 22px; }
.lead { color: var(--muted); line-height: 1.75; font-size: 1.06rem; max-width: 720px; margin-bottom: 26px; }
.hero-points { display: grid; gap: 13px; margin: 28px 0; }
.hero-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.hero-points span { color: var(--gold); font-family: Georgia, serif; font-weight: 700; }
.hero-points p { margin: 0; color: #d3cbc3; line-height: 1.55; }
.purchase-card {
  margin-top: 30px; padding: 25px 0 2px; border-top: 1px solid var(--line);
  display: flex; gap: 28px; align-items: center; justify-content: space-between;
}
.price-stack { display: grid; }
.price-label { color: var(--muted); font-size: .72rem; letter-spacing: .14em; margin-bottom: 2px; }
#price { font-size: 2.55rem; line-height: 1.05; }
.price-stack small { margin-top: 6px; color: #857b73; font-size: .78rem; }
.primary-btn, .secondary-btn {
  border: 0; border-radius: 999px; padding: 16px 25px; font-weight: 900; transition: .2s ease;
}
.primary-btn { color: #1a120a; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 11px 30px rgba(216,176,120,.19); }
.primary-btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.secondary-btn { color: var(--text); background: var(--soft); border: 1px solid var(--line); }
.hero-buy { min-width: 210px; }
.large { padding: 18px 29px; font-size: 1rem; }
.full { width: 100%; }
.link-btn { display: block; text-align: center; text-decoration: none; }
.pay-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 21px; color: #8f867e; font-size: .76rem; }
.pay-line b { color: #c9c0b8; font-weight: 700; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; }
.secure-dot { width: 8px; height: 8px; background: var(--ok); border-radius: 50%; box-shadow: 0 0 0 4px rgba(127,199,155,.08); }

.emotional-hook { border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.display-center { margin: 17px auto 28px; max-width: 960px; text-align: center; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.9rem); line-height: 1.05; letter-spacing: -.035em; }
.small-display { font-size: clamp(2.2rem, 4.2vw, 4rem); }
.center-copy { color: var(--muted); font-family: Georgia, serif; font-size: 1.23rem; line-height: 1.85; text-align: center; margin: 18px auto; }

.two-worlds { padding-top: 25px; }
.worlds-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.character-card { min-height: 460px; border: 1px solid var(--line); border-radius: 28px; padding: clamp(35px,5vw,64px); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; }
.character-card::before { content:""; position:absolute; inset:0; pointer-events:none; }
.isaya-card { background: linear-gradient(150deg, #171210, #0f1012 68%); }
.isaya-card::before { background: radial-gradient(circle at 80% 10%, rgba(216,176,120,.13), transparent 32%); }
.tausi-card { background: linear-gradient(150deg, #151117, #0e1010 68%); }
.tausi-card::before { background: radial-gradient(circle at 20% 5%, rgba(128,67,87,.17), transparent 35%); }
.card-kicker { position: relative; z-index: 1; color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .18em; }
.character-card h3 { position: relative; z-index: 1; margin: 12px 0 17px; font-family: Georgia, serif; font-size: clamp(2rem,3.5vw,3.2rem); line-height: 1.05; }
.character-card p { position: relative; z-index: 1; color: var(--muted); line-height: 1.75; max-width: 560px; }
.character-line { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 15px; color: #eee2d3 !important; font-family: Georgia, serif; font-size: 1.22rem; }

.quote-section { padding: 125px 0; text-align: center; }
.quote-mark { font-family: Georgia, serif; color: var(--gold); font-size: 6rem; height: 56px; line-height: 1; }
blockquote { margin: 0 auto; max-width: 980px; font-family: Georgia, serif; font-size: clamp(2.5rem,5vw,5rem); line-height: 1.08; letter-spacing: -.035em; }
.quote-by { margin-top: 28px; color: var(--gold); letter-spacing: .12em; font-size: .78rem; }

.collision { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.collision-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px,8vw,100px); align-items: center; }
.collision h2, .preview h2, .what-you-get h2, .final-copy h2 { margin: 13px 0 21px; font-family: Georgia, serif; font-size: clamp(2.5rem,4.8vw,4.8rem); line-height: 1.04; letter-spacing: -.035em; }
.collision p { color: var(--muted); line-height: 1.8; font-size: 1.04rem; }
.big-question { color: #efe5d9 !important; font-family: Georgia, serif; font-size: 1.45rem !important; }
.scene-card { border: 1px solid rgba(216,176,120,.22); background: linear-gradient(145deg,#171416,#101012); border-radius: 24px; padding: clamp(32px,5vw,55px); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.scene-label { color: var(--gold); font-size: .7rem; letter-spacing: .18em; font-weight: 800; }
.scene-copy { color: #f3e8dc !important; font-family: Georgia, serif; font-size: 1.55rem !important; line-height: 1.55 !important; }
.scene-divider { height: 1px; background: var(--line); margin: 30px 0; }
.scene-small { font-size: .95rem !important; }
.hidden-message { display: block; margin-top: 14px; font-family: Georgia, serif; font-size: 1.7rem; color: var(--gold-2); }

.reasons { padding-bottom: 80px; }
.reason-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reason-grid > div { min-height: 270px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-grid span { color: var(--gold); font-family: Georgia, serif; }
.reason-grid h3 { margin: 10px 0 13px; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.2; }
.reason-grid p { color: var(--muted); line-height: 1.7; }

.preview { background: linear-gradient(180deg, rgba(74,45,53,.10), transparent 70%); }
.preview-grid { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr); gap: clamp(45px,8vw,100px); align-items: center; }
.small-cover-window { max-width: 450px; margin-inline: auto; }
.preview-copy p { color: var(--muted); line-height: 1.8; max-width: 710px; }
.preview-quote { color: #f1e5d8 !important; font-family: Georgia, serif; font-size: clamp(1.45rem,2.5vw,2.1rem); line-height: 1.55 !important; border-left: 2px solid var(--gold); padding-left: 22px; margin: 25px 0; }

.what-you-get { border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.what-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,8vw,100px); align-items: center; }
.what-you-get h2 { font-size: clamp(2.3rem,4.2vw,4.2rem); }
.delivery-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.delivery-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.delivery-list span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(127,199,155,.35); color: var(--ok); }
.delivery-list p { margin: 0; color: var(--muted); line-height: 1.65; }
.delivery-list strong { color: var(--text); }

.final-cta { padding: 120px 0; }
.final-card { display: grid; grid-template-columns: 360px 1fr; gap: clamp(40px,7vw,85px); align-items: center; border: 1px solid var(--line); background: linear-gradient(145deg,#171416,#0f1011); border-radius: 32px; padding: clamp(30px,5vw,60px); }
.final-cover-window { max-width: 360px; }
.final-copy p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.final-price { display: flex; align-items: baseline; gap: 14px; margin: 25px 0 19px; }
.final-price span { color: var(--muted); font-size: .78rem; letter-spacing: .12em; }
.final-price strong { font-size: 2.7rem; }
.micro-copy { color: #857b73; font-size: .76rem; margin-top: 13px; }

.faq { padding-top: 30px; }
.faq-wrap { max-width: 900px; }
.faq-list { margin-top: 45px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { list-style: none; cursor: pointer; padding: 24px 0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--gold); font-family: system-ui; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -5px 0 25px; color: var(--muted); line-height: 1.75; }

.sticky-buy { display: none; }

.modal { position: fixed; inset: 0; display: none; z-index: 50; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.checkout {
  position: relative; z-index: 2; width: min(520px,calc(100% - 28px)); max-height: 92vh; overflow: auto;
  margin: 4vh auto; background: #111114; border: 1px solid var(--line); border-radius: 22px; padding: 32px;
  box-shadow: 0 40px 100px rgba(0,0,0,.65);
}
.close { position: absolute; right: 17px; top: 13px; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: transparent; border: 1px solid var(--line); font-size: 1.6rem; line-height: 1; }
.checkout h2 { margin: 10px 0 8px; font-family: Georgia, serif; font-size: 2.1rem; }
.checkout-note, .tiny { color: var(--muted); }
.checkout-note { line-height: 1.55; margin-bottom: 22px; }
form { display: grid; gap: 15px; }
label { display: grid; gap: 7px; font-size: .85rem; font-weight: 700; }
input { width: 100%; background: #0b0b0d; color: var(--text); border: 1px solid var(--line); border-radius: 12px; padding: 14px; outline: none; }
input:focus { border-color: rgba(216,176,120,.75); box-shadow: 0 0 0 3px rgba(216,176,120,.08); }
.checkout-total { display: flex; justify-content: space-between; align-items: center; margin: 5px 0; padding: 16px 0; border-block: 1px solid var(--line); }
.checkout-total span { color: var(--muted); }
.checkout-total strong { font-size: 1.4rem; }
.tiny { text-align: center; font-size: .76rem; margin: 0; }
.status-icon { width: 70px; height: 70px; margin: 0 auto 18px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 2rem; }
#statusStage { text-align: center; padding: 18px 0 5px; }
#statusStage h2 { margin-bottom: 10px; }
#statusText { color: var(--muted); line-height: 1.55; }
.spinner { width: 32px; height: 32px; border: 3px solid rgba(255,255,255,.14); border-top-color: var(--gold); border-radius: 50%; margin: 22px auto; animation: spin .8s linear infinite; }
.reference { font-size: .74rem; color: #7f7771; word-break: break-all; margin: 10px 0 20px; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 32px; }
  .cover-shell { width: min(100%, 620px); }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  h1 { font-size: clamp(4rem,14vw,7.5rem); }
  .worlds-grid, .collision-grid, .preview-grid, .what-grid { grid-template-columns: 1fr; }
  .character-card { min-height: 390px; }
  .preview-cover { width: min(100%, 480px); }
  .final-card { grid-template-columns: 300px 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 82px; }
  .wrap, .narrow { width: min(100% - 28px, 680px); }
  .section { padding: 78px 0; }
  .hero { gap: 42px; padding-bottom: 58px; }
  .cover-shell { width: min(100%, 500px); }
  .cover-window { border-radius: 12px; }
  h1 { font-size: clamp(3.55rem,17vw,6rem); }
  .tagline { font-size: 1.45rem; }
  .lead { font-size: 1rem; }
  .purchase-card { align-items: flex-end; }
  #price { font-size: 2.2rem; }
  .display-center { font-size: clamp(2.25rem,10vw,3.7rem); }
  .center-copy { font-size: 1.08rem; text-align: left; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid > div { min-height: 0; padding: 30px 24px; }
  .quote-section { padding: 88px 0; }
  blockquote { font-size: clamp(2.15rem,9.5vw,3.7rem); }
  .final-card { grid-template-columns: 1fr; }
  .final-cover-window { width: min(100%, 360px); margin-inline: auto; }
  .sticky-buy {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 35;
    display: flex; align-items: center; justify-content: space-between; gap: 15px;
    padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
    background: rgba(12,12,13,.95); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
  }
  .sticky-buy > div { min-width: 0; display: grid; }
  .sticky-buy span { color: #9d9289; font-size: .62rem; letter-spacing: .08em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .sticky-buy strong { font-size: 1.08rem; }
  .sticky-buy .primary-btn { padding: 13px 20px; white-space: nowrap; }
}

@media (max-width: 520px) {
  .purchase-card { flex-direction: column; align-items: stretch; }
  .hero-buy { width: 100%; }
  .pay-line { gap: 6px; }
  .character-card { padding: 30px 24px; border-radius: 22px; }
  .scene-card { padding: 30px 24px; }
  .checkout { padding: 28px 20px 22px; }
  .final-card { padding: 24px; border-radius: 24px; }
}
