:root{--bg:#070604;--panel:#11100d;--panel2:#17140f;--gold:#d6ad57;--gold2:#f2d58b;--muted:#b9aa89;--text:#fff6df;--line:rgba(214,173,87,.38);--danger:#d7a1a1;--ok:#bfe6c7}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% 0%,#21170d 0%,#090704 48%,#030302 100%);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text)}.stars{position:fixed;inset:0;pointer-events:none;background-image:radial-gradient(rgba(242,213,139,.22) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 70%)}.shell{width:100%;max-width:480px;margin:0 auto;padding:20px 16px 50px;position:relative}.oracle-card{position:relative;min-height:330px;padding:38px 24px;margin:14px 0 22px;border:1px solid var(--line);background:linear-gradient(160deg,rgba(23,20,15,.92),rgba(6,5,4,.98)),radial-gradient(circle at center,rgba(214,173,87,.12),transparent 60%);box-shadow:0 24px 80px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.03);text-align:center;overflow:hidden}.oracle-card:before{content:"";position:absolute;inset:16px;border:1px solid rgba(214,173,87,.24)}.corner{position:absolute;width:40px;height:40px;border-color:var(--gold);opacity:.75}.c1{top:18px;left:18px;border-top:1px solid;border-left:1px solid}.c2{top:18px;right:18px;border-top:1px solid;border-right:1px solid}.c3{bottom:18px;left:18px;border-bottom:1px solid;border-left:1px solid}.c4{bottom:18px;right:18px;border-bottom:1px solid;border-right:1px solid}.sigil{font-size:42px;color:var(--gold2);margin-top:10px;text-shadow:0 0 26px rgba(214,173,87,.45)}.small-title{font-family:Cinzel,serif;font-size:12px;letter-spacing:.35em;color:var(--muted);margin-top:28px}.oracle-card h1{font-family:Cinzel,serif;margin:6px 0 22px;font-size:52px;letter-spacing:.10em;color:var(--gold2);font-weight:700;text-shadow:0 0 24px rgba(214,173,87,.22)}.coords{font-family:Cinzel,serif;letter-spacing:.14em;color:#e5cf96;font-size:16px;line-height:1.8}.panel{border:1px solid rgba(214,173,87,.22);background:rgba(13,11,8,.84);padding:22px;border-radius:20px;box-shadow:0 18px 50px rgba(0,0,0,.35)}.eyebrow{font-family:Cinzel,serif;color:var(--gold);letter-spacing:.22em;font-size:11px;text-transform:uppercase}.title{font-family:Cinzel,serif;font-size:32px;margin:8px 0 8px;line-height:1.05}.copy{color:#dfd0aa;line-height:1.65;font-size:15.5px}.btn{appearance:none;border:1px solid rgba(242,213,139,.55);border-radius:999px;background:linear-gradient(180deg,#eacb79,#ae7f32);color:#160f05;padding:15px 18px;font-weight:800;width:100%;font-size:15px;margin-top:18px;box-shadow:0 12px 32px rgba(174,127,50,.25);text-decoration:none;display:inline-block;text-align:center}.btn.secondary{background:transparent;color:var(--gold2);box-shadow:none}.status{margin:16px 0;padding:12px 14px;border-radius:14px;background:rgba(214,173,87,.08);border:1px solid rgba(214,173,87,.2);color:#e8d39a}.status.bad{color:var(--danger);border-color:rgba(215,161,161,.25)}.status.good{color:var(--ok);border-color:rgba(191,230,199,.25)}label{display:block;margin:14px 0 6px;color:#d9c38a;font-weight:600;font-size:13px}input{width:100%;border:1px solid rgba(214,173,87,.25);background:#080705;color:var(--text);padding:14px;border-radius:14px;font-size:16px}.reading{white-space:pre-wrap;line-height:1.72;color:#f4e8c9;font-size:16px}.fadebox{position:relative;max-height:360px;overflow:hidden}.fadebox:after{content:"";position:absolute;left:0;right:0;bottom:0;height:110px;background:linear-gradient(transparent,#0d0b08 80%)}.home-list{display:grid;gap:12px;margin-top:18px}.home-card{display:block;text-decoration:none;color:var(--text);border:1px solid rgba(214,173,87,.2);border-radius:18px;padding:16px;background:rgba(255,255,255,.03)}.home-card b{font-family:Cinzel,serif;color:var(--gold2);letter-spacing:.08em}.tiny{font-size:12px;color:#9f916f;line-height:1.5}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);margin:22px 0}.loading{display:none}.qr{margin:18px auto 0;width:148px;height:148px;background:#fff;padding:8px;border-radius:10px}.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(214,173,87,.22);padding:8px 12px;border-radius:999px;color:#dcc27e;font-size:12px}.premium-list{padding-left:18px;color:#dfd0aa;line-height:1.7}.error{color:#ffb9b9}.success{color:#c5f1c9}@media(min-width:700px){.shell{padding-top:34px}.oracle-card{min-height:390px}.oracle-card h1{font-size:64px}}


/* Mobile screen-lock pass: all non-reading pages are designed to fit in one phone viewport. */
html,body{height:100%;}
body.no-scroll{height:100svh;overflow:hidden;}
body.no-scroll .shell{height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:10px 14px calc(10px + env(safe-area-inset-bottom));}
body.no-scroll .oracle-card{min-height:0;height:clamp(178px,34svh,245px);margin:0 0 10px;padding:22px 18px;flex:0 0 auto;}
body.no-scroll .oracle-card:before{inset:11px;}
body.no-scroll .corner{width:28px;height:28px;}
body.no-scroll .sigil{font-size:30px;margin-top:0;}
body.no-scroll .small-title{font-size:10px;margin-top:13px;letter-spacing:.30em;}
body.no-scroll .oracle-card h1{font-size:clamp(34px,10vw,46px);margin:4px 0 10px;}
body.no-scroll .coords{font-size:12px;line-height:1.55;letter-spacing:.11em;}
body.no-scroll .panel{padding:16px;border-radius:17px;flex:0 1 auto;overflow:hidden;}
body.no-scroll .title{font-size:clamp(22px,7vw,29px);margin:5px 0 6px;}
body.no-scroll .copy{font-size:13.5px;line-height:1.45;margin:6px 0;}
body.no-scroll .eyebrow{font-size:9.5px;letter-spacing:.20em;}
body.no-scroll .btn{padding:12px 15px;margin-top:11px;font-size:14px;}
body.no-scroll .tiny{font-size:10.5px;line-height:1.35;margin:9px 0 0;}
body.no-scroll .status{margin:10px 0;padding:10px 12px;font-size:12px;}
body.no-scroll label{margin:8px 0 4px;font-size:12px;}
body.no-scroll input{padding:10px 12px;border-radius:12px;font-size:15px;}
body.no-scroll .home-list{gap:8px;margin-top:10px;}
body.no-scroll .home-card{padding:12px 13px;border-radius:14px;}
body.no-scroll .divider{margin:12px 0;}
body.allow-scroll{min-height:100svh;overflow:auto;}
body.allow-scroll .shell{padding-bottom:40px;}

@media(max-height:720px){
  body.no-scroll .shell{justify-content:flex-start;padding-top:8px;}
  body.no-scroll .oracle-card{height:158px;margin-bottom:8px;padding:16px 16px;}
  body.no-scroll .oracle-card:before{inset:9px;}
  body.no-scroll .sigil{font-size:24px;}
  body.no-scroll .small-title{margin-top:8px;font-size:9px;}
  body.no-scroll .oracle-card h1{font-size:34px;margin:1px 0 6px;}
  body.no-scroll .coords{font-size:10.5px;line-height:1.35;}
  body.no-scroll .panel{padding:13px;}
  body.no-scroll .title{font-size:22px;}
  body.no-scroll .copy{font-size:12.5px;line-height:1.35;}
  body.no-scroll label{margin:6px 0 3px;font-size:11px;}
  body.no-scroll input{padding:8px 10px;font-size:14px;}
  body.no-scroll .btn{padding:10px 13px;}
}


/* v0.2.2 HARD VIEWPORT LOCK
   Every page uses a single phone viewport except pages explicitly marked allow-scroll.
   This is intentionally aggressive so Hostinger/Safari cannot leave body scroll. */
html, body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
}
body.no-scroll {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden !important;
}
body.no-scroll .stars { position: fixed; inset: 0; }
body.no-scroll .shell {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: calc(8px + env(safe-area-inset-top)) 14px calc(10px + env(safe-area-inset-bottom));
}
body.allow-scroll {
  position: static;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto !important;
  overscroll-behavior-y: auto;
}
body.allow-scroll .shell {
  position: relative;
  height: auto;
  min-height: 100dvh;
  overflow: visible;
  padding: 16px 16px 44px;
}
body.no-scroll .oracle-card {
  height: min(30dvh, 215px);
  min-height: 145px;
  margin: 0;
  padding: 18px 18px;
  flex: 0 0 auto;
}
body.no-scroll .oracle-card:before { inset: 10px; }
body.no-scroll .corner { width: 26px; height: 26px; }
body.no-scroll .sigil { font-size: 24px; margin: 0; line-height: 1; }
body.no-scroll .small-title { font-size: 9px; margin-top: 8px; letter-spacing: .30em; }
body.no-scroll .oracle-card h1 { font-size: clamp(32px, 9.5vw, 42px); margin: 2px 0 7px; line-height: .98; }
body.no-scroll .coords { font-size: 10.5px; line-height: 1.35; letter-spacing: .10em; }
body.no-scroll .panel {
  flex: 0 1 auto;
  min-height: 0;
  max-height: calc(100dvh - 180px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  overflow: hidden !important;
  padding: 13px;
  border-radius: 16px;
}
body.no-scroll .eyebrow { font-size: 9px; letter-spacing: .18em; }
body.no-scroll .title { font-size: clamp(21px, 6.4vw, 27px); margin: 4px 0 6px; line-height: 1.02; }
body.no-scroll .copy { font-size: 12.6px; line-height: 1.34; margin: 5px 0; }
body.no-scroll .btn { padding: 10px 13px; margin-top: 9px; font-size: 13.5px; }
body.no-scroll .tiny { font-size: 10px; line-height: 1.25; margin: 7px 0 0; }
body.no-scroll .status { margin: 8px 0; padding: 9px 10px; font-size: 11.5px; }
body.no-scroll label { margin: 6px 0 3px; font-size: 10.8px; }
body.no-scroll input { padding: 8px 10px; border-radius: 11px; font-size: 14px; }
body.no-scroll .divider { margin: 9px 0; }
body.no-scroll .premium-list { margin: 6px 0; padding-left: 17px; line-height: 1.38; font-size: 12.4px; }
body.no-scroll .reading { font-size: 12.8px; line-height: 1.38; max-height: 150px; overflow: hidden; }
body.no-scroll .home-list { gap: 7px; margin-top: 8px; }
body.no-scroll .home-card { padding: 10px 11px; border-radius: 13px; }
body.no-scroll .home-card b { font-size: 12px; }
body.no-scroll .home-card .tiny { font-size: 9.5px; }
body.no-scroll .version-tag {
  position: fixed;
  right: 8px;
  bottom: 4px;
  z-index: 5;
  color: rgba(214,173,87,.45);
  font-size: 9px;
  letter-spacing: .08em;
}
@media (max-height: 720px) {
  body.no-scroll .shell { justify-content: flex-start; gap: 7px; padding-top: calc(6px + env(safe-area-inset-top)); }
  body.no-scroll .oracle-card { height: 138px; min-height: 138px; padding: 13px 16px; }
  body.no-scroll .sigil { font-size: 20px; }
  body.no-scroll .small-title { margin-top: 6px; font-size: 8.5px; }
  body.no-scroll .oracle-card h1 { font-size: 31px; margin: 1px 0 5px; }
  body.no-scroll .coords { font-size: 9.5px; line-height: 1.25; }
  body.no-scroll .panel { max-height: calc(100dvh - 151px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); padding: 11px; }
  body.no-scroll .title { font-size: 20px; }
  body.no-scroll .copy { font-size: 11.8px; line-height: 1.25; }
  body.no-scroll .reading { max-height: 118px; font-size: 11.7px; line-height: 1.28; }
  body.no-scroll label { margin: 4px 0 2px; }
  body.no-scroll input { padding: 7px 9px; }
  body.no-scroll .btn { padding: 9px 12px; }
}
@media (max-height: 620px) {
  body.no-scroll .oracle-card { height: 118px; min-height: 118px; }
  body.no-scroll .sigil { display:none; }
  body.no-scroll .small-title { margin-top: 2px; }
  body.no-scroll .panel { max-height: calc(100dvh - 128px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); }
  body.no-scroll .copy.extra-copy, body.no-scroll .tiny.optional { display: none; }
}

/* v0.3.0 cinematic mobile redesign */
body.no-scroll{
  background:
    radial-gradient(circle at 50% 10%, rgba(214,173,87,.18), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(120,78,28,.18), transparent 32%),
    #030302;
}
body.no-scroll .stars{opacity:.28;background-size:56px 56px;}
body.no-scroll .shell{
  position:fixed;
  inset:0;
  width:100%;
  max-width:480px;
  height:100dvh;
  margin:0 auto;
  padding:calc(18px + env(safe-area-inset-top)) 22px calc(18px + env(safe-area-inset-bottom));
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:0;
  overflow:hidden!important;
}
.arrival-line{
  min-height:22px;
  text-align:center;
  font-family:Cinzel,serif;
  color:rgba(242,213,139,.92);
  letter-spacing:.12em;
  font-size:12px;
  animation:arrivalFade 900ms ease both;
  margin-top:2px;
}
@keyframes arrivalFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.oracle-hero{
  flex:1 1 auto;
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px 0 8px;
  position:relative;
}
.oracle-hero:before{
  content:"";
  width:min(54vw,230px);
  height:min(54vw,230px);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-52%);
  border:1px solid rgba(214,173,87,.10);
  border-radius:50%;
  box-shadow:0 0 80px rgba(214,173,87,.08), inset 0 0 60px rgba(214,173,87,.03);
}
.hero-sigil{
  position:relative;
  font-size:25px;
  color:var(--gold2);
  text-shadow:0 0 24px rgba(214,173,87,.42);
  margin-bottom:20px;
  animation:softPulse 2.2s ease-in-out infinite;
}
@keyframes softPulse{0%,100%{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}
.oracle-hero .small-title{
  position:relative;
  margin:0 0 5px;
  font-size:12px;
  letter-spacing:.42em;
  color:rgba(242,213,139,.68);
}
.oracle-hero h1{
  position:relative;
  font-family:Cinzel,serif;
  font-size:clamp(48px,16vw,76px);
  line-height:.9;
  letter-spacing:.14em;
  color:var(--gold2);
  margin:0 0 22px;
  font-weight:700;
  text-shadow:0 0 38px rgba(214,173,87,.22);
}
.oracle-hero .coords{
  position:relative;
  font-size:14px;
  line-height:1.65;
  letter-spacing:.14em;
  color:rgba(229,207,150,.88);
}
.landing-action{
  flex:0 0 auto;
  min-height:235px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding-bottom:4px;
}
.landing-action .eyebrow{font-size:11px;letter-spacing:.22em;color:var(--gold);}
.landing-action .title{
  font-size:clamp(29px,8.8vw,41px);
  line-height:1.02;
  margin:7px 0 10px;
}
.landing-action .copy{font-size:16px;line-height:1.42;margin:0 0 4px;color:#eadbbb;}
.landing-action .btn{
  margin-top:18px;
  padding:16px 18px;
  font-size:16px;
  border-radius:999px;
}
.landing-action .tiny{text-align:center;margin-top:11px;font-size:11.5px;color:rgba(185,170,137,.78);}
body.no-scroll .oracle-card{display:none!important;}
body.no-scroll .panel:not(.keep-panel){
  border:0;
  background:transparent;
  box-shadow:none;
  padding:0;
  border-radius:0;
  max-height:none;
}
body.no-scroll form.panel{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  flex:0 0 auto;
  padding-bottom:2px;
}
body.no-scroll form.panel .title{font-size:clamp(29px,8vw,38px);}
body.no-scroll form.panel .copy{font-size:14px;line-height:1.35;margin-bottom:10px;}
body.no-scroll form.panel input{padding:12px 13px;background:rgba(255,255,255,.045);}
body.no-scroll form.panel .btn{padding:15px 18px;font-size:15.5px;margin-top:14px;}
body.no-scroll .status{
  border:1px solid rgba(214,173,87,.20);
  background:rgba(214,173,87,.07);
  border-radius:16px;
  padding:12px 13px;
  margin:12px 0 0;
  font-size:13px;
}
body.no-scroll .version-tag{font-size:10px;right:10px;bottom:6px;opacity:.55;}
@media(max-height:720px){
  body.no-scroll .shell{padding-top:calc(12px + env(safe-area-inset-top));padding-bottom:calc(12px + env(safe-area-inset-bottom));}
  .arrival-line{font-size:11px;min-height:18px;}
  .oracle-hero{min-height:235px;padding-top:0;}
  .oracle-hero h1{font-size:clamp(44px,15vw,66px);margin-bottom:16px;}
  .oracle-hero .small-title{font-size:10px;}
  .oracle-hero .coords{font-size:12.5px;line-height:1.5;}
  .landing-action{min-height:220px;}
  .landing-action .title{font-size:clamp(27px,8vw,36px);}
  .landing-action .copy{font-size:14.5px;}
  .landing-action .btn{padding:14px 16px;margin-top:14px;}
}
@media(max-height:640px){
  .arrival-line{display:none;}
  .oracle-hero{min-height:205px;}
  .hero-sigil{margin-bottom:13px;font-size:20px;}
  .oracle-hero h1{font-size:44px;margin-bottom:12px;}
  .oracle-hero .coords{font-size:11px;line-height:1.38;}
  .landing-action{min-height:205px;}
  .landing-action .title{font-size:26px;}
  .landing-action .copy{font-size:13px;}
  .landing-action .tiny{display:none;}
}

/* v0.4.0 luxury cinematic motion pass */
body.no-scroll .shell{
  padding:calc(14px + env(safe-area-inset-top)) 22px calc(16px + env(safe-area-inset-bottom));
}
body.no-scroll .stars{
  opacity:.38;
  animation:starDrift 18s linear infinite;
}
@keyframes starDrift{from{background-position:0 0}to{background-position:56px 112px}}
.oracle-hero{
  opacity:0;
  animation:heroReveal 760ms cubic-bezier(.22,.8,.24,1) 80ms forwards;
}
@keyframes heroReveal{from{opacity:0;transform:translateY(10px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
.oracle-hero:before{
  animation:haloBreath 4.8s ease-in-out infinite;
}
@keyframes haloBreath{0%,100%{opacity:.55;transform:translate(-50%,-52%) scale(.985)}50%{opacity:1;transform:translate(-50%,-52%) scale(1.025)}}
.arrival-line{
  position:absolute;
  top:8px;
  left:0;
  right:0;
  min-height:18px;
  text-align:center;
  font-family:Cinzel,serif;
  color:rgba(242,213,139,.84);
  letter-spacing:.16em;
  font-size:11px;
  opacity:0;
  animation:arrivalWhisper 2.2s ease forwards;
  pointer-events:none;
}
@keyframes arrivalWhisper{
  0%{opacity:0;transform:translateY(6px)}
  18%,62%{opacity:1;transform:translateY(0)}
  100%{opacity:.22;transform:translateY(-2px)}
}
.compass-wrap{
  position:relative;
  width:min(42vw,178px);
  height:min(42vw,178px);
  margin:18px auto 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  animation:compassEnter 900ms ease 240ms forwards;
}
@keyframes compassEnter{from{opacity:0;transform:scale(.86) rotate(-5deg);filter:blur(5px)}to{opacity:1;transform:scale(1) rotate(0deg);filter:blur(0)}}
.compass-ring{
  position:absolute;
  inset:0;
  border:1px solid rgba(214,173,87,.36);
  border-radius:50%;
  box-shadow:0 0 48px rgba(214,173,87,.10), inset 0 0 36px rgba(214,173,87,.06);
}
.compass-ring:before,.compass-ring:after{
  content:"";
  position:absolute;
  inset:18%;
  border:1px solid rgba(214,173,87,.22);
  border-radius:50%;
}
.compass-ring:after{
  inset:34%;
  border-color:rgba(214,173,87,.16);
}
.compass-star{
  font-size:clamp(36px,10vw,54px);
  color:var(--gold2);
  line-height:1;
  text-shadow:0 0 28px rgba(214,173,87,.38);
  animation:oracleAwake 5.6s ease-in-out infinite;
}
@keyframes oracleAwake{0%,100%{transform:rotate(0deg) scale(.96);opacity:.78}50%{transform:rotate(2.2deg) scale(1.04);opacity:1}}
.hero-sigil{display:none!important;}
.oracle-hero .small-title{
  opacity:0;
  animation:textRise 500ms ease 520ms forwards;
}
.oracle-hero h1{
  font-size:clamp(44px,14.5vw,66px);
  opacity:0;
  animation:textRise 620ms ease 650ms forwards;
}
.oracle-hero .coords{
  opacity:0;
  animation:textRise 520ms ease 850ms forwards;
}
@keyframes textRise{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
.landing-action{
  opacity:0;
  animation:actionRise 620ms cubic-bezier(.22,.8,.24,1) 1050ms forwards;
  min-height:245px;
}
@keyframes actionRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.landing-action .eyebrow{
  font-size:11px;
  letter-spacing:.24em;
}
.landing-action .title{
  font-size:clamp(28px,8.2vw,38px);
}
.landing-action .btn{
  box-shadow:0 12px 42px rgba(214,173,87,.20), inset 0 1px 0 rgba(255,255,255,.55);
  transform:translateZ(0);
}
.landing-action .btn:active{transform:scale(.985)}
body.no-scroll .panel:not(.keep-panel){
  text-align:left;
}
@media(max-height:740px){
  .arrival-line{top:0;font-size:10px;}
  .compass-wrap{width:min(35vw,142px);height:min(35vw,142px);margin:10px auto 14px;}
  .oracle-hero{min-height:300px;justify-content:center;}
  .oracle-hero h1{font-size:clamp(42px,13vw,58px);margin-bottom:15px;}
  .oracle-hero .small-title{font-size:10px;}
  .oracle-hero .coords{font-size:12px;line-height:1.45;}
  .landing-action{min-height:230px;}
  .landing-action .title{font-size:clamp(26px,7.6vw,34px);}
  .landing-action .copy{font-size:14px;}
}
@media(max-height:650px){
  .arrival-line{display:none;}
  .compass-wrap{width:112px;height:112px;margin:4px auto 10px;}
  .oracle-hero{min-height:225px;}
  .oracle-hero h1{font-size:42px;margin-bottom:10px;}
  .oracle-hero .coords{font-size:10.5px;}
  .landing-action{min-height:210px;}
  .landing-action .title{font-size:24px;}
  .landing-action .copy{font-size:12.8px;}
  .landing-action .btn{padding:13px 15px;}
}
@media (prefers-reduced-motion: reduce){
  *,*:before,*:after{animation:none!important;transition:none!important;}
  .oracle-hero,.arrival-line,.compass-wrap,.oracle-hero .small-title,.oracle-hero h1,.oracle-hero .coords,.landing-action{opacity:1!important;transform:none!important;filter:none!important;}
}


/* v0.4.1 small-phone landing copy fix
   Keeps the cinematic layout while preventing the main message from overflowing on narrower devices. */
.landing-action .title{
  font-size:clamp(23px,6.3vw,31px) !important;
  line-height:1.05 !important;
  letter-spacing:.01em;
  max-width:100%;
  overflow-wrap:normal;
  text-wrap:balance;
}
.landing-action .copy{
  font-size:clamp(13px,3.8vw,15px) !important;
  line-height:1.36 !important;
  max-width:100%;
}
.landing-action .eyebrow{
  font-size:clamp(9px,2.8vw,11px) !important;
  letter-spacing:.20em !important;
}
.landing-action .btn{
  margin-top:14px !important;
  padding:14px 16px !important;
  font-size:clamp(14px,4.2vw,16px) !important;
}
.landing-action .tiny{
  font-size:clamp(10px,3vw,11.5px) !important;
  line-height:1.25 !important;
  margin-top:8px !important;
}
body.no-scroll .version-tag::after{content:"";}
@media(max-width:380px){
  body.no-scroll .shell{padding-left:18px;padding-right:18px;}
  .oracle-hero h1{font-size:clamp(40px,13vw,54px) !important;letter-spacing:.11em;}
  .landing-action .title{font-size:23px !important;}
  .landing-action .copy{font-size:13px !important;}
}
@media(max-height:720px){
  .landing-action .title{font-size:clamp(22px,6vw,28px) !important;}
  .landing-action .copy{font-size:13px !important;line-height:1.3 !important;}
}

/* v0.4.3 consult wizard fit
   The intake page now asks one field at a time so it never gets cut off on phones. */
.consult-panel{
  flex:0 0 auto;
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.consult-panel .title{
  white-space:nowrap;
  font-size:clamp(28px,8vw,38px) !important;
}
.consult-copy{
  margin-bottom:10px !important;
}
.wizard-dots{
  display:flex;
  gap:8px;
  margin:10px 0 14px;
}
.wizard-dots span{
  width:7px;height:7px;border-radius:50%;
  border:1px solid rgba(214,173,87,.55);
  background:transparent;
  opacity:.75;
}
.wizard-dots span.active{
  background:var(--gold2);
  box-shadow:0 0 18px rgba(214,173,87,.35);
}
.wizard-step{display:none;}
.wizard-step.active{display:block;animation:stepIn 240ms ease both;}
@keyframes stepIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
.consult-panel label{
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:14px !important;
  margin:10px 0 7px !important;
  color:#e3cd8f;
}
.consult-panel input{
  height:56px;
  font-size:18px !important;
  padding:14px 15px !important;
  background:rgba(255,255,255,.045) !important;
}
.consult-panel .btn{
  margin-top:18px !important;
  padding:14px 16px !important;
}
.consult-panel .btn.secondary{
  margin-top:8px !important;
  padding:10px 16px !important;
}
@media(max-height:720px){
  .consult-panel{min-height:272px;padding:16px !important;}
  .consult-panel .title{font-size:26px !important;}
  .consult-copy{font-size:12.8px !important;line-height:1.25 !important;}
  .wizard-dots{margin:8px 0 10px;}
  .consult-panel input{height:50px;font-size:16px !important;}
  .consult-panel .btn{margin-top:12px !important;padding:12px 14px !important;}
  .consult-panel .btn.secondary{margin-top:6px !important;padding:9px 14px !important;}
}
@media(max-height:650px){
  .consult-panel{min-height:246px;padding:14px !important;}
  .consult-copy{display:none;}
  .consult-panel .title{font-size:24px !important;}
  .consult-panel input{height:46px;}
}


/* v0.4.4 reading-scroll fix
   Free insight and full reading are manuscripts. They must scroll naturally.
   All other screens keep the moment-based no-scroll experience. */
html.allow-scroll-page,
html.allow-scroll-page body{
  width:100%;
  min-height:100%;
  height:auto!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior-y:auto!important;
  -webkit-overflow-scrolling:touch;
  position:static!important;
}
html.allow-scroll-page body.allow-scroll{
  background:
    radial-gradient(circle at 50% 0%, rgba(214,173,87,.16), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(120,78,28,.12), transparent 32%),
    #030302;
}
html.allow-scroll-page body.allow-scroll .shell{
  position:relative!important;
  inset:auto!important;
  height:auto!important;
  min-height:100dvh;
  max-height:none!important;
  overflow:visible!important;
  display:block!important;
  padding:calc(16px + env(safe-area-inset-top)) 18px calc(44px + env(safe-area-inset-bottom))!important;
}
html.allow-scroll-page body.allow-scroll .oracle-hero{
  min-height:auto!important;
  height:auto!important;
  flex:none!important;
  padding:18px 0 16px!important;
  justify-content:flex-start!important;
}
html.allow-scroll-page body.allow-scroll .arrival-line{display:none!important;}
html.allow-scroll-page body.allow-scroll .compass-wrap{
  width:82px!important;
  height:82px!important;
  margin-bottom:10px!important;
}
html.allow-scroll-page body.allow-scroll .oracle-hero:before{
  width:128px!important;
  height:128px!important;
  top:47%!important;
  opacity:.75;
}
html.allow-scroll-page body.allow-scroll .oracle-hero .small-title{
  font-size:10px!important;
  margin-bottom:2px!important;
}
html.allow-scroll-page body.allow-scroll .oracle-hero h1{
  font-size:clamp(38px,12vw,58px)!important;
  margin:0 0 6px!important;
  letter-spacing:.10em!important;
}
html.allow-scroll-page body.allow-scroll .coords{
  font-size:12px!important;
  line-height:1.35!important;
}
html.allow-scroll-page body.allow-scroll .panel{
  position:relative!important;
  overflow:visible!important;
  max-height:none!important;
  height:auto!important;
  padding:24px 20px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(16,13,9,.90),rgba(8,7,5,.96));
}
html.allow-scroll-page body.allow-scroll .title{
  font-size:clamp(28px,8.5vw,40px)!important;
  line-height:1.06!important;
  margin:8px 0 14px!important;
}
html.allow-scroll-page body.allow-scroll .copy{
  font-size:16px!important;
  line-height:1.62!important;
}
html.allow-scroll-page body.allow-scroll .reading{
  display:block!important;
  white-space:pre-wrap!important;
  overflow:visible!important;
  max-height:none!important;
  height:auto!important;
  font-size:16.5px!important;
  line-height:1.78!important;
  color:#f5e8c8!important;
  margin-top:16px;
}
html.allow-scroll-page body.allow-scroll .premium-list{
  font-size:15px!important;
  line-height:1.7!important;
}
html.allow-scroll-page body.allow-scroll .btn{
  font-size:15px!important;
  padding:15px 18px!important;
  margin-top:20px!important;
}
html.allow-scroll-page body.allow-scroll .tiny{
  font-size:12px!important;
  line-height:1.45!important;
}
html.allow-scroll-page body.allow-scroll .version-tag{
  position:fixed;
  right:10px;
  bottom:6px;
  z-index:20;
  color:rgba(214,173,87,.45);
  font-size:10px;
}

/* v0.7.2 full intake form restoration
   Brings all four offerings back onto one page while keeping the cinematic feel. */
body.consult-screen .shell{
  justify-content:flex-start !important;
  padding-top:calc(8px + env(safe-area-inset-top)) !important;
  padding-bottom:calc(10px + env(safe-area-inset-bottom)) !important;
}
body.consult-screen .arrival-line{display:none!important;}
body.consult-screen .oracle-hero{
  flex:0 0 auto!important;
  min-height:0!important;
  height:clamp(185px,34dvh,255px)!important;
  padding:0!important;
  justify-content:center!important;
}
body.consult-screen .compass-wrap{
  width:clamp(82px,24vw,120px)!important;
  height:clamp(82px,24vw,120px)!important;
  margin:0 auto 10px!important;
}
body.consult-screen .oracle-hero .small-title{
  font-size:clamp(8px,2.4vw,10px)!important;
  letter-spacing:.34em!important;
  margin-bottom:4px!important;
}
body.consult-screen .oracle-hero h1{
  font-size:clamp(40px,13vw,58px)!important;
  line-height:.9!important;
  margin:0 0 10px!important;
  letter-spacing:.12em!important;
}
body.consult-screen .oracle-hero .coords{
  font-size:clamp(10px,3vw,12px)!important;
  line-height:1.3!important;
}
body.no-scroll.consult-screen .panel.consult-full{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.consult-full .title{
  white-space:nowrap;
  font-size:clamp(27px,8vw,36px)!important;
  margin:5px 0 7px!important;
}
.consult-full .consult-copy{
  font-size:clamp(12px,3.6vw,14px)!important;
  line-height:1.28!important;
  margin:0 0 8px!important;
  color:#e5d5b3!important;
}
.consult-full .field-grid{
  display:grid;
  gap:4px;
  margin-top:3px;
}
.consult-full label{
  font-size:clamp(11px,3.2vw,13px)!important;
  margin:2px 0 1px!important;
  color:#e3cd8f!important;
  font-weight:700!important;
}
.consult-full input{
  height:clamp(40px,10.5vw,48px)!important;
  padding:8px 12px!important;
  border-radius:14px!important;
  font-size:clamp(15px,4vw,17px)!important;
  background:rgba(255,255,255,.045)!important;
}
.consult-full .btn{
  margin-top:10px!important;
  padding:clamp(12px,3.8vw,15px) 16px!important;
  font-size:clamp(14px,4vw,16px)!important;
  flex:0 0 auto!important;
}
@media(max-height:720px){
  body.consult-screen .oracle-hero{height:clamp(150px,30dvh,205px)!important;}
  body.consult-screen .compass-wrap{width:80px!important;height:80px!important;margin-bottom:7px!important;}
  body.consult-screen .oracle-hero h1{font-size:42px!important;margin-bottom:7px!important;}
  body.consult-screen .oracle-hero .coords{font-size:10px!important;line-height:1.22!important;}
  .consult-full .title{font-size:26px!important;margin:3px 0 4px!important;}
  .consult-full .consult-copy{display:none!important;}
  .consult-full input{height:39px!important;font-size:15px!important;}
  .consult-full .btn{margin-top:8px!important;padding:11px 14px!important;}
}
@media(max-height:630px){
  body.consult-screen .oracle-hero{height:118px!important;}
  body.consult-screen .compass-wrap{display:none!important;}
  body.consult-screen .oracle-hero h1{font-size:34px!important;}
  .consult-full .title{font-size:22px!important;}
  .consult-full input{height:34px!important;padding:6px 10px!important;}
  .consult-full .btn{padding:9px 12px!important;margin-top:6px!important;}
}

/* v0.7.4 reading structure + save PDF controls */
.allow-scroll .reading-panel{
  width:100%;
  padding-bottom: calc(26px + env(safe-area-inset-bottom));
}
.oracle-reading{
  white-space: normal;
}
.oracle-reading p{
  margin: 0 0 1.1rem;
  line-height: 1.68;
  color: rgba(246,238,214,.92);
}
.reading-heading{
  font-family: Cinzel, serif;
  color: var(--gold2);
  font-size: clamp(18px, 5vw, 24px);
  line-height: 1.15;
  letter-spacing: .055em;
  margin: 1.65rem 0 .72rem;
  text-transform: none;
  text-shadow: 0 0 22px rgba(214,173,87,.16);
}
.oracle-reading .reading-heading:first-child{ margin-top: .3rem; }
.reading-panel .btn.secondary{
  margin-top: 10px;
  background: rgba(255,255,255,.03);
  color: var(--gold2);
  border-color: rgba(214,173,87,.36);
  box-shadow: none;
}
.reading-panel .btn + .btn{ margin-top: 10px; }
.unlock-panel .premium-list li{ margin-bottom: 6px; }


/* v0.7.6 too-far page polish */
.too-far-panel .title{font-size:clamp(25px,7.4vw,32px);line-height:1.08;}
.too-far-panel .copy{margin-top:10px;}
.distance-note{border-top:1px solid rgba(214,173,87,.22);border-bottom:1px solid rgba(214,173,87,.12);padding:10px 0;margin:12px 0 2px;color:#d8c28a;}
body.no-scroll .too-far-panel .title{font-size:clamp(23px,7vw,29px);}
body.no-scroll .too-far-panel .copy{font-size:13px;line-height:1.42;}

/* v0.8.0: tappable coordinates + map chooser */
.map-coords{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
  cursor:pointer;
  text-align:center;
  display:block;
  width:auto;
}
.map-coords .map-hint{
  display:block;
  margin-top:4px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(242,213,139,.56);
}
.map-choice-overlay{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(8px);
}
.map-choice-sheet{
  width:min(100%,440px);
  border:1px solid rgba(214,173,87,.28);
  border-radius:28px;
  padding:24px 20px calc(20px + env(safe-area-inset-bottom));
  background:linear-gradient(180deg,rgba(18,15,10,.98),rgba(5,4,3,.99));
  box-shadow:0 -22px 70px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.03);
}
.map-choice-sheet .title{font-size:clamp(25px,7vw,34px)!important;}
.map-cancel{
  appearance:none;
  border:0;
  background:transparent;
  color:#a99a78;
  width:100%;
  padding:15px;
  margin-top:6px;
  font-weight:700;
}
.contribution-copy{font-size:14px!important;line-height:1.55!important;color:#d6c49c!important;}


/* v0.8.1: Continue Consultation must scroll; map link only appears on landing page. */
html.allow-scroll-page body.allow-scroll .unlock-panel{
  margin-bottom: calc(28px + env(safe-area-inset-bottom));
}
html.allow-scroll-page body.allow-scroll .unlock-panel .premium-list{
  padding-left: 22px!important;
  margin: 14px 0 18px!important;
}
html.allow-scroll-page body.allow-scroll .unlock-panel .premium-list li{
  margin-bottom: 8px!important;
}


/* v0.8.2 landing safe-area refinement
   Keeps the discovery block low and protects the small location note from iOS/browser popups. */
body.landing-screen.no-scroll .shell{
  padding-bottom:calc(18px + env(safe-area-inset-bottom)) !important;
}
body.landing-screen.no-scroll .oracle-hero{
  flex:1 1 auto;
  min-height:0 !important;
  padding-bottom:0 !important;
}
body.landing-screen.no-scroll .landing-action{
  flex:0 0 auto;
  min-height:auto !important;
  margin-top:auto !important;
  padding-bottom:calc(34px + env(safe-area-inset-bottom)) !important;
  transform:translateY(10px);
}
body.landing-screen.no-scroll .landing-action .tiny{
  display:block !important;
  margin-top:10px !important;
  margin-bottom:0 !important;
  padding-bottom:2px !important;
}
@media(max-height:720px){
  body.landing-screen.no-scroll .landing-action{
    padding-bottom:calc(30px + env(safe-area-inset-bottom)) !important;
    transform:translateY(8px);
  }
  body.landing-screen.no-scroll .landing-action .copy{
    line-height:1.28 !important;
  }
}
@media(max-height:650px){
  body.landing-screen.no-scroll .landing-action{
    padding-bottom:calc(24px + env(safe-area-inset-bottom)) !important;
    transform:translateY(6px);
  }
  body.landing-screen.no-scroll .landing-action .tiny{
    font-size:10px !important;
  }
}

/* v0.9.0 Stripe + Traveler's Key polish */
.traveler-key-form{
  margin: 18px 0 4px;
  padding: 14px;
  border: 1px solid rgba(214,173,87,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}
.traveler-key-form label{
  margin-top: 0;
}
.traveler-key-form .btn.secondary{
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.traveler-key-form input{
  text-align: center;
  letter-spacing: .08em;
}
