:root{ color-scheme:dark; }

.geo-page{
  --aurum-hot:#F0B25A;
  --aurum-vivid:#F0D07A;
  --aurum-soft:#F8E4A8;
  --aurum-deep:#8B6914;
  --aura-active:212,168,75;
  --aura-glow:232,196,106;
  --ink:rgba(255,255,255,.94);
  --ink-2:rgba(255,255,255,.74);
  --ink-3:rgba(255,255,255,.62);
  --ink-4:rgba(255,255,255,.28);
  --rule:rgba(255,255,255,.08);
  --rule-gold:rgba(212,168,75,.22);
  --glass:linear-gradient(150deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  --glass-soft:linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  --shadow-card:0 14px 40px rgba(0,0,0,.35), 0 0 24px rgba(212,168,75,.12);
  --shadow-glass:0 0 60px rgba(212,168,75,.10), 0 30px 80px rgba(0,0,0,.4);
  --font-display:'Sora', 'Sora Fallback', 'DM Sans', -apple-system, sans-serif;
  --font-body:'DM Sans', 'DM Sans Fallback', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:'JetBrains Mono', monospace;
  --accent:var(--aurum);
  --accent-rgb:212,168,75;
  --measure:66ch;
  --o-violet:.07; --o-gold:.11; --o-teal:.035; --o-ember:0;
  background:#0A0810;
  color:var(--ink-2);
  font-family:var(--font-body);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
.geo-page[data-geo-theme="night"]{ --o-violet:.13; --o-gold:.05; --o-teal:.06;  --o-ember:0; }
.geo-page[data-geo-theme="deep"]{ --o-violet:.16; --o-gold:.03; --o-teal:.085; --o-ember:.02; }
.geo-page[data-geo-theme="dawn"]{ --o-violet:.03; --o-gold:.20; --o-teal:.04;  --o-ember:.05; }
.geo-page[data-geo-theme="morning"]{ --o-violet:.05; --o-gold:.14; --o-teal:.05;  --o-ember:.065; }
.geo-page[data-geo-theme="ember"]{ --o-violet:.03; --o-gold:.07; --o-teal:.03;  --o-ember:.095; }
.geo-page[data-accent="violet"]{ --accent:#A78BFA; --accent-rgb:139,92,246;  --o-violet:.12; }
.geo-page[data-accent="teal"]{ --accent:#2DD4BF; --accent-rgb:20,184,166;  --o-teal:.09; }
.geo-page[data-accent="copper"]{ --accent:#D9A07A; --accent-rgb:194,133,96;  --o-ember:.06; }
.geo-page[data-accent="emerald"]{ --accent:#6EE7B7; --accent-rgb:52,211,153;  --o-teal:.07; }
.geo-page[data-accent="rose"]{ --accent:#F9A8D4; --accent-rgb:244,114,182; --o-ember:.05; }

.geo-page select option, .geo-page select optgroup{ background-color:#14110B; color:#F4EEE2; }
.geo-page ::selection{ background:rgba(212,168,75,.32); color:#fff; }
.geo-page::before{
  content:''; position:fixed; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(ellipse 92% 68% at 50% 13%, rgba(var(--aura-glow), .17) 0%, rgba(var(--aura-active), .065) 32%, transparent 62%), radial-gradient(ellipse at 50% 102%, rgba(var(--aura-active), .075) 0%, transparent 54%), radial-gradient(ellipse 125% 120% at 50% 42%, rgba(var(--aura-active), .055) 0%, rgba(var(--aura-active), .022) 42%, transparent 72%), radial-gradient(ellipse 132% 108% at 50% 45%, transparent 62%, rgba(0,0,0,.34) 100%);
}
.geo-starfield{
  position:fixed; inset:0; pointer-events:none; z-index:0; opacity:.6;
  background-image:radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.6), transparent), radial-gradient(1px 1px at 40% 70%, rgba(255,255,255,.35), transparent), radial-gradient(1px 1px at 60% 20%, rgba(255,255,255,.45), transparent), radial-gradient(1px 1px at 80% 50%, rgba(255,255,255,.3), transparent), radial-gradient(1.5px 1.5px at 70% 85%, rgba(212,168,75,.4), transparent), radial-gradient(1px 1px at 90% 15%, rgba(255,255,255,.3), transparent), radial-gradient(1px 1px at 30% 50%, rgba(212,168,75,.22), transparent), radial-gradient(1px 1px at 50% 10%, rgba(255,255,255,.3), transparent);
  background-size:100% 100%;
  animation:geoTwinkle 14s ease-in-out infinite;
}
@keyframes geoTwinkle{ 0%,100%{ opacity:.45; } 50%{ opacity:.75; } }
.geo-aura{ position:fixed; inset:0; pointer-events:none; z-index:0; overflow:hidden; }
.geo-orb{ position:absolute; border-radius:50%; pointer-events:none; animation:geoDrift 26s ease-in-out infinite; transition:opacity 2.4s ease; }
.geo-orb.is-violet{ width:940px; height:940px; top:-16%; left:-14%; opacity:var(--o-violet); background:radial-gradient(circle, rgba(139,92,246,1) 0%, rgba(139,92,246,.42) 30%, rgba(139,92,246,0) 68%); }
.geo-orb.is-gold{ width:1080px; height:1080px; top:20%; left:30%; opacity:var(--o-gold); animation-delay:-13s; background:radial-gradient(circle, rgba(212,168,75,1) 0%, rgba(212,168,75,.42) 30%, rgba(212,168,75,0) 68%); }
.geo-orb.is-teal{ width:880px; height:880px; bottom:-22%; left:-12%; opacity:var(--o-teal); animation-delay:-7s; animation-duration:33s; background:radial-gradient(circle, rgba(20,184,166,.9) 0%, rgba(20,184,166,.34) 30%, rgba(20,184,166,0) 66%); }
.geo-orb.is-ember{ width:920px; height:920px; top:44%; right:-16%; opacity:var(--o-ember); animation-delay:-19s; animation-duration:29s; background:radial-gradient(circle, rgba(194,133,96,.9) 0%, rgba(194,133,96,.34) 30%, rgba(194,133,96,0) 66%); }
@keyframes geoDrift{ 0%,100%{ transform:translate(0,0) scale(1); } 33%{ transform:translate(42px,-30px) scale(1.08); } 66%{ transform:translate(-30px,26px) scale(.96); } }
.geo-ring{ position:fixed; border-radius:50%; border:1px solid rgba(212,168,75,.05); left:50%; top:40%; transform:translate(-50%,-50%); pointer-events:none; z-index:0; }
.geo-ring.r1{ width:760px; height:760px; }
.geo-ring.r2{ width:1080px; height:1080px; border-color:rgba(139,92,246,.045); }
.geo-ring.r3{ width:1440px; height:1440px; border-color:rgba(194,133,96,.04); }
html.js .geo-page [data-reveal]{ opacity:0; transform:translateY(26px); transition:opacity .9s cubic-bezier(.4,0,.2,1), transform .9s cubic-bezier(.4,0,.2,1); }
html.js .geo-page [data-reveal].is-revealed{ opacity:1; transform:none; }
html.js .geo-page [data-reveal-delay="1"]{ transition-delay:.08s; }
html.js .geo-page [data-reveal-delay="2"]{ transition-delay:.16s; }
html.js .geo-page [data-reveal-delay="3"]{ transition-delay:.24s; }
html.js .geo-page [data-reveal-delay="4"]{ transition-delay:.32s; }
.geo-main{ position:relative; z-index:1; max-width:1160px; margin:0 auto; padding:96px 20px 64px; }
@media (min-width: 1024px){ .geo-main{ padding:118px 32px 96px; } }
.geo-breath{ height:clamp(56px, 9vh, 110px); display:flex; align-items:center; justify-content:center; position:relative; }
.geo-breath::before{ content:''; width:200px; height:1px; background:linear-gradient(90deg, transparent, rgba(212,168,75,.28), transparent); }
.geo-eyebrow, .geo-kicker{ font-family:var(--font-body); font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--aurum-bright); font-weight:600; margin:0 0 18px; }
.geo-eyebrow .n, .geo-kicker .n{ font-family:var(--font-mono); font-weight:500; }
.gold{ color:var(--aurum-hot); text-shadow:0 0 24px rgba(240,178,90,.34); }
h1 .gold, h2 .gold{ text-shadow:0 0 24px rgba(240,178,90,.46), 0 0 48px rgba(240,178,90,.2); }
.geo-crumbs ol{ list-style:none; margin:0 0 22px; padding:0; display:flex; flex-wrap:wrap; gap:6px 10px; font-size:13px; color:var(--ink-3); }
.geo-crumbs li + li::before{ content:'›'; margin-right:10px; opacity:.5; }
.geo-crumbs a{ color:var(--ink-3); text-decoration:none; }
.geo-crumbs a:hover{ color:var(--aurum-bright); }
.geo-crumbs [aria-current]{ color:var(--ink-2); }
.geo-hero{ display:grid; grid-template-columns:minmax(0, 1fr); gap:28px; align-items:center; margin:0 0 8px; min-height:52svh; }
@media (min-width: 900px){ .geo-hero{ grid-template-columns:minmax(0, 1.15fr) minmax(280px, .85fr); gap:48px; } .geo-hero.geo-hero--noart{ grid-template-columns:minmax(0, 1fr); } }
.geo-hero-copy{ max-width:720px; }
.geo-hero h1{ font-family:var(--font-display); font-weight:600; font-size:clamp(30px, 4.6vw, 52px); line-height:1.08; letter-spacing:-.02em; color:var(--ink); margin:0 0 22px; text-wrap:balance; }
.geo-definition{ font-size:clamp(17.5px, 2vw, 20.5px); line-height:1.6; color:var(--ink); margin:0 0 22px; max-width:var(--measure); }
.geo-quote{ margin:0 0 24px; padding:18px 22px; border-left:2px solid var(--aurum); background:rgba(212,168,75,.06); border-radius:0 16px 16px 0; position:relative; }
.geo-quote::before{ content:'“'; position:absolute; right:16px; top:2px; font-family:var(--font-display); font-size:48px; line-height:1; color:rgba(212,168,75,.22); }
.geo-quote p{ margin:0; font-family:var(--font-display); font-weight:500; font-size:clamp(16px, 1.7vw, 18px); line-height:1.5; color:var(--aurum-soft); }
.geo-meta{ display:flex; flex-wrap:wrap; align-items:center; gap:10px 12px; font-size:13px; color:var(--ink-3); margin:0; }
.geo-meta a{ color:var(--ink-2); text-decoration:none; border-bottom:1px solid var(--rule); }
.geo-author{ display:inline-flex; align-items:center; gap:8px; }
.geo-author img{ width:28px; height:28px; border-radius:50%; object-fit:cover; border:1px solid rgba(212,168,75,.35); box-shadow:0 0 12px rgba(212,168,75,.18); }
.geo-dot{ opacity:.5; }
.geo-meta time{ font-family:var(--font-mono); font-size:12px; }
.geo-chip{ display:inline-flex; align-items:center; gap:6px; padding:6px 12px; border-radius:999px; border:1px solid var(--rule-gold); background:rgba(212,168,75,.06); font-size:12.5px; color:var(--ink-2); }
.geo-hero-art{ position:relative; display:grid; place-items:center; min-height:280px; }
.geo-hero-art::before{ content:''; position:absolute; inset:8% 10%; border-radius:50%; background:radial-gradient(circle, rgba(var(--accent-rgb), .22) 0%, rgba(var(--accent-rgb), .08) 38%, transparent 70%); pointer-events:none; }
.geo-hero-art > *{ position:relative; z-index:1; }
.geo-hero-art svg{ max-width:100%; height:auto; filter:drop-shadow(0 0 22px rgba(var(--accent-rgb), .18)); }
.geo-art-bodygraph{ animation:geoBreathe 7.5s ease-in-out infinite; }
@keyframes geoBreathe{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.018); } }
.geo-art-bodygraph .bg-gem.is-on{ animation:geoGemPulse 6s ease-in-out infinite; transform-box:fill-box; transform-origin:center; }
.geo-art-bodygraph .bg-gem:nth-child(2n){ animation-delay:-2s; }
.geo-art-bodygraph .bg-gem:nth-child(3n){ animation-delay:-4s; }
@keyframes geoGemPulse{ 0%,100%{ opacity:.92; } 50%{ opacity:1; } }
.geo-art-spiral .sp-orbit{ transform-origin:100px 100px; }
html[data-tier="mid"] .geo-art-spiral .sp-orbit-1, html[data-tier="high"] .geo-art-spiral .sp-orbit-1{ animation:geoSpin 15s linear infinite; }
html[data-tier="mid"] .geo-art-spiral .sp-orbit-2, html[data-tier="high"] .geo-art-spiral .sp-orbit-2{ animation:geoSpin 20s linear infinite reverse; }
html[data-tier="mid"] .geo-art-spiral .sp-orbit-3, html[data-tier="high"] .geo-art-spiral .sp-orbit-3{ animation:geoSpin 18s linear infinite; }
html[data-tier="high"] .geo-art-spiral .sp-ring-2{ animation:geoSpin 60s linear infinite; transform-origin:100px 100px; }
@keyframes geoSpin{ to{ transform:rotate(360deg); } }
.geo-art-stats{ display:flex; gap:clamp(18px, 4vw, 40px); align-items:flex-end; justify-content:center; flex-wrap:wrap; }
.geo-stat{ text-align:center; }
.geo-stat-n{ display:block; font-family:var(--font-display); font-weight:600; font-size:clamp(44px, 6vw, 72px); line-height:1; color:var(--aurum-bright); text-shadow:0 0 28px rgba(232,196,106,.35); }
.geo-stat[data-hue="violet"] .geo-stat-n{ color:#A78BFA; text-shadow:0 0 28px rgba(139,92,246,.4); }
.geo-stat[data-hue="teal"] .geo-stat-n{ color:#2DD4BF; text-shadow:0 0 28px rgba(20,184,166,.4); }
.geo-stat-l{ display:block; margin-top:8px; font-family:var(--font-mono); font-size:10.5px; letter-spacing:.28em; text-transform:uppercase; color:var(--ink-3); }
.geo-hero-art .geo-seal{ width:200px; height:200px; }
.geo-hero-art .geo-seal .geo-seal-num{ font-size:76px; }
.geo-seal{ width:132px; height:132px; border-radius:50%; display:grid; place-items:center; align-content:center; gap:2px; border:1.5px solid rgba(212,168,75,.45); background:radial-gradient(circle, rgba(212,168,75,.12), transparent 70%); box-shadow:0 0 40px rgba(212,168,75,.22), inset 0 0 24px rgba(212,168,75,.06); }
.geo-seal-num{ font-family:var(--font-display); font-weight:600; font-size:50px; color:var(--aurum-bright); line-height:.9; }
.geo-seal-days{ font-family:var(--font-mono); font-size:11px; letter-spacing:.32em; color:var(--aurum); }
.geo-letter{ position:relative; width:min(300px, 78vw); aspect-ratio:3 / 3.6; }
.geo-letter-sheet{ position:absolute; inset:0; background:linear-gradient(175deg, #F7F0E0, #F4ECDB 60%, #EEE3CB); border-radius:6px; box-shadow:0 24px 60px rgba(0,0,0,.55), 0 0 50px rgba(212,168,75,.12); padding:26px 24px; transform:rotate(-3deg); display:flex; flex-direction:column; gap:12px; }
.geo-letter-kicker{ font-family:var(--font-body); font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:#7A5424; font-weight:600; }
.geo-letter-line{ display:block; height:7px; border-radius:4px; background:rgba(42,33,24,.16); width:92%; }
.geo-letter-line--2{ width:78%; } .geo-letter-line--3{ width:88%; } .geo-letter-line--4{ width:64%; } .geo-letter-line--5{ width:84%; }
.geo-letter-sig{ margin-top:auto; font-family:var(--font-display); font-weight:500; font-size:13px; color:#2A2118; }
.geo-art-ladder{ display:grid; gap:14px; }
.geo-rung{ display:flex; align-items:center; gap:14px; font-family:var(--font-display); font-weight:600; font-size:20px; color:var(--ink); padding:12px 18px; border-radius:14px; background:var(--glass-soft); border:1px solid var(--rule); }
.geo-rung-dot{ width:14px; height:14px; border-radius:50%; box-shadow:0 0 14px currentColor; }
.geo-rung[data-k="sombra"] .geo-rung-dot{ background:#6366F1; color:#6366F1; }
.geo-rung[data-k="don"] .geo-rung-dot{ background:#14B8A6; color:#14B8A6; }
.geo-rung[data-k="siddhi"] .geo-rung-dot{ background:#E8C46A; color:#E8C46A; }
.geo-rung[data-k="don"]{ transform:translateX(18px); }
.geo-rung[data-k="siddhi"]{ transform:translateX(36px); border-color:var(--rule-gold); }
.geo-art-numbers{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:center; font-family:var(--font-mono); font-size:26px; color:var(--ink-3); }
.geo-art-numbers span{ width:44px; height:44px; border-radius:12px; display:grid; place-items:center; border:1px solid var(--rule); background:var(--glass-soft); }
.geo-art-numbers i{ font-style:normal; color:var(--aurum); }
.geo-art-numbers .is-hi{ color:var(--aurum-bright); border-color:var(--rule-gold); box-shadow:0 0 18px rgba(212,168,75,.2); }
.geo-art-numbers .is-big{ width:64px; height:64px; font-size:34px; }
.geo-layout{ display:grid; grid-template-columns:minmax(0, 1fr); gap:40px; }
@media (min-width: 1024px){ .geo-layout{ grid-template-columns:minmax(0, 760px) 260px; gap:72px; align-items:start; } }
.geo-body{ min-width:0; }
.geo-toc{ position:sticky; top:100px; font-size:14px; display:none; }
@media (min-width: 1024px){ .geo-toc{ display:block; } }
.geo-toc-title{ font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:var(--ink-3); margin:0 0 12px; font-weight:600; }
.geo-toc ol{ list-style:none; margin:0; padding:0 0 0 14px; border-left:1px solid var(--rule); }
.geo-toc li{ margin:0 0 10px; position:relative; }
.geo-toc a{ color:var(--ink-3); text-decoration:none; line-height:1.4; display:block; transition:color .2s; }
.geo-toc a:hover, .geo-toc a.is-active{ color:var(--aurum-bright); }
.geo-toc a.is-active::before{ content:''; position:absolute; left:-15px; top:4px; bottom:4px; width:1px; background:var(--aurum); box-shadow:0 0 8px rgba(232,196,106,.6); }
.geo-toc-cta{ margin-top:22px; padding:16px; border-radius:16px; background:var(--glass); border:1px solid var(--rule-gold); box-shadow:0 0 30px rgba(212,168,75,.08); }
.geo-toc-cta p{ margin:0 0 10px; font-size:13.5px; line-height:1.5; color:var(--ink-2); }
.geo-summary{ position:relative; background:var(--glass); border:1px solid var(--rule-gold); border-radius:20px; padding:22px 24px 18px; margin:0 0 44px; box-shadow:var(--shadow-glass); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); }
.geo-summary::before{ content:''; position:absolute; left:0; top:18px; bottom:18px; width:2px; border-radius:2px; background:linear-gradient(180deg, transparent, var(--aurum), transparent); }
.geo-summary h2{ font-family:var(--font-body); font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--aurum-bright); margin:0 0 14px; font-weight:600; }
.geo-summary ul{ margin:0; padding:0; list-style:none; counter-reset:gem; }
.geo-summary li{ position:relative; margin:0 0 10px; padding-left:34px; line-height:1.55; font-size:16px; color:var(--ink); }
.geo-summary li::before{ counter-increment:gem; content:counter(gem); position:absolute; left:0; top:1px; width:22px; height:22px; border-radius:50%; display:grid; place-items:center; font-family:var(--font-mono); font-size:11px; color:#1A0F08; background:linear-gradient(135deg, var(--aurum-vivid), var(--aurum)); box-shadow:0 0 12px rgba(212,168,75,.35); }
.geo-section{ margin:0 0 56px; scroll-margin-top:96px; position:relative; }
.geo-section > h2, .geo-who > h2, .geo-faq > h2, .geo-takeaways > h2{ font-family:var(--font-display); font-weight:600; font-size:clamp(23px, 3vw, 32px); line-height:1.18; letter-spacing:-.015em; color:var(--ink); margin:0 0 16px; text-wrap:balance; }
.geo-section-n{ display:block; font-family:var(--font-mono); font-size:11px; letter-spacing:.3em; color:var(--aurum); margin:0 0 10px; opacity:.9; }
.geo-lead{ font-size:18px; line-height:1.6; color:var(--ink); margin:0 0 16px; }
.geo-prose{ font-size:16.5px; line-height:1.72; color:var(--ink-2); }
.geo-prose p{ margin:0 0 1.1em; }
.geo-prose p:last-child{ margin-bottom:0; }
.geo-prose h3{ font-family:var(--font-display); font-weight:600; font-size:19px; color:var(--ink); margin:1.6em 0 .5em; }
.geo-prose a{ color:var(--aurum-soft); text-decoration:none; border-bottom:1px solid rgba(212,168,75,.4); transition:border-color .2s, color .2s; }
.geo-prose a:hover{ color:var(--aurum-bright); border-color:var(--aurum-bright); }
.geo-prose a.geo-btn{ border-bottom:0; }
.geo-prose a.geo-btn-gold{ color:#1A0F08; }
.geo-prose a.geo-btn-ghost{ color:var(--aurum-bright); }
.geo-prose strong{ color:var(--ink); font-weight:600; }
.geo-prose ul, .geo-prose ol{ padding-left:22px; margin:0 0 1.1em; }
.geo-prose li{ margin:0 0 .45em; }
.geo-prose ul li::marker{ color:var(--aurum); }
.geo-prose blockquote{ margin:1.4em 0; padding:18px 22px; border-left:2px solid var(--aurum); background:rgba(212,168,75,.05); border-radius:0 16px 16px 0; color:var(--aurum-soft); font-family:var(--font-display); font-weight:500; font-size:17px; line-height:1.5; }
.geo-prose blockquote p{ margin:0; }
.geo-prose .geo-note{ font-size:14.5px; color:var(--ink-3); border-top:1px solid var(--rule); padding-top:10px; }
.geo-prose dfn{ font-style:normal; border-bottom:1px dotted var(--aurum); }
.geo-prose code{ font-family:var(--font-mono); font-size:.92em; }
.geo-callout{ margin:1.4em 0; padding:18px 20px 18px 56px; position:relative; border-radius:16px; background:var(--glass-soft); border:1px solid var(--rule-gold); }
.geo-callout::before{ content:'✦'; position:absolute; left:20px; top:16px; color:var(--aurum-hot); font-size:18px; text-shadow:0 0 14px rgba(240,178,90,.5); }
.geo-callout--teal{ border-color:rgba(20,184,166,.35); } .geo-callout--teal::before{ color:#2DD4BF; text-shadow:0 0 14px rgba(20,184,166,.5); }
.geo-callout--rose{ border-color:rgba(244,114,182,.35); } .geo-callout--rose::before{ content:'✕'; color:#F9A8D4; text-shadow:0 0 14px rgba(244,114,182,.5); }
.geo-callout p:last-child{ margin-bottom:0; }
.geo-table-wrap{ overflow-x:auto; margin:0 0 1.4em; border:1px solid var(--rule-gold); border-radius:18px; background:var(--glass-soft); -webkit-overflow-scrolling:touch; scrollbar-width:thin; box-shadow:0 0 40px rgba(212,168,75,.06); }
.geo-table-scroll{ position:relative; }
.geo-table-scroll::after{ content:''; position:absolute; top:1px; right:1px; bottom:1px; width:34px; border-radius:0 18px 18px 0; background:linear-gradient(90deg, transparent, rgba(14,11,8,.9)); pointer-events:none; opacity:0; transition:opacity .2s; }
.geo-table-scroll.is-scrollable::after{ opacity:1; }
.geo-table-scroll.is-scrollable.at-end::after{ opacity:0; }
.geo-table-wrap caption{ caption-side:top; text-align:left; white-space:normal; display:block; position:sticky; left:0; width:min(100%, calc(100vw - 56px)); box-sizing:border-box; }
.geo-prose table{ width:100%; border-collapse:collapse; font-size:15px; }
.geo-prose caption{ text-align:left; padding:14px 18px 6px; font-size:13px; color:var(--ink-3); caption-side:top; }
.geo-prose th, .geo-prose td{ padding:13px 18px; border-top:1px solid var(--rule); text-align:left; vertical-align:top; line-height:1.5; }
.geo-prose th{ font-family:var(--font-mono); font-weight:500; color:var(--aurum-bright); background:rgba(212,168,75,.06); font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; }
.geo-prose td:first-child, .geo-prose th:first-child{ color:var(--ink); font-weight:500; }
.geo-prose td.geo-num:first-child, .geo-prose th:first-child:empty{ width:1%; white-space:nowrap; }
.geo-prose tbody tr:nth-child(even) td{ background:rgba(255,255,255,.015); }
.geo-prose tbody tr:hover td{ background:rgba(212,168,75,.04); }
.geo-prose tr.is-ours td{ background:rgba(212,168,75,.07); }
.geo-prose .geo-num{ font-family:var(--font-mono); color:var(--aurum-bright); }
.geo-scale{ font-family:var(--font-mono); letter-spacing:.08em; color:var(--aurum-bright); }
.geo-scale i{ font-style:normal; color:var(--ink-4); }
.geo-steps{ counter-reset:step; list-style:none; padding:0; margin:0 0 1.4em; }
.geo-steps > li{ position:relative; padding:0 0 22px 58px; margin:0; }
.geo-steps > li::before{ counter-increment:step; content:counter(step); position:absolute; left:0; top:-4px; width:40px; height:40px; border-radius:50%; border:1px solid rgba(212,168,75,.5); color:var(--aurum-bright); font-family:var(--font-mono); font-size:14px; display:grid; place-items:center; background:radial-gradient(circle, rgba(212,168,75,.14), rgba(212,168,75,.02) 70%); box-shadow:0 0 18px rgba(212,168,75,.18); }
.geo-steps > li + li::after{ content:''; position:absolute; left:19px; top:38px; bottom:0; width:1px; background:linear-gradient(180deg, rgba(212,168,75,.4), var(--rule)); }
.geo-steps > li:last-child::after{ display:none; }
.geo-steps strong{ display:block; color:var(--ink); font-weight:600; margin-bottom:4px; font-family:var(--font-display); font-size:17px; }
.geo-cards, .geo-grid{ list-style:none; margin:0 0 1.2em; padding:0; display:grid; gap:14px; }
@media (min-width: 720px){ .geo-cards{ grid-template-columns:1fr 1fr; } .geo-grid--3{ grid-template-columns:repeat(3, 1fr); } .geo-grid--2{ grid-template-columns:1fr 1fr; } }
.geo-cards a, .geo-card{ display:block; padding:20px 20px 18px; border:1px solid rgba(212,168,75,.18); border-radius:18px; background:var(--glass-soft); text-decoration:none; color:var(--ink-2); transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease; position:relative; }
.geo-cards a:hover, a.geo-card:hover{ transform:translateY(-4px); border-color:rgba(240,178,90,.45); box-shadow:var(--shadow-card); }
.geo-cards strong, .geo-card strong, .geo-card-title{ display:block; font-family:var(--font-display); font-weight:600; font-size:17px; color:var(--ink); margin:12px 0 6px; line-height:1.3; }
.geo-cards strong:first-child{ margin-top:0; }
.geo-card-desc{ display:block; font-size:14.5px; line-height:1.55; color:var(--ink-3); }
.geo-icon{ display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:12px; color:var(--aurum-hot); background:rgba(212,168,75,.1); border:1px solid rgba(212,168,75,.28); box-shadow:0 0 18px rgba(212,168,75,.14); }
.geo-icon svg{ width:24px; height:24px; }
.geo-icon[data-hue="violet"]{ color:#A78BFA; background:rgba(139,92,246,.12); border-color:rgba(139,92,246,.35); box-shadow:0 0 18px rgba(139,92,246,.18); }
.geo-icon[data-hue="teal"]{ color:#2DD4BF; background:rgba(20,184,166,.12); border-color:rgba(20,184,166,.35); box-shadow:0 0 18px rgba(20,184,166,.18); }
.geo-icon[data-hue="rose"]{ color:#F9A8D4; background:rgba(244,114,182,.1); border-color:rgba(244,114,182,.32); box-shadow:0 0 18px rgba(244,114,182,.16); }
.geo-icon[data-hue="emerald"]{ color:#6EE7B7; background:rgba(52,211,153,.1); border-color:rgba(52,211,153,.32); box-shadow:0 0 18px rgba(52,211,153,.16); }
.geo-icon[data-hue="copper"]{ color:#E2B08E; background:rgba(194,133,96,.12); border-color:rgba(194,133,96,.35); box-shadow:0 0 18px rgba(194,133,96,.18); }
html[data-tier="mid"] .geo-icon, html[data-tier="high"] .geo-icon{ animation:geoIconGlow 6s ease-in-out infinite; }
@keyframes geoIconGlow{ 0%,100%{ box-shadow:0 0 14px rgba(212,168,75,.1); } 50%{ box-shadow:0 0 26px rgba(240,178,90,.26); } }
.geo-card-arrow{ position:absolute; right:18px; top:20px; color:var(--aurum); opacity:.6; transition:transform .3s, opacity .3s; }
.geo-cards a:hover .geo-card-arrow, a.geo-card:hover .geo-card-arrow{ transform:translateX(4px); opacity:1; }
.geo-card--hi{ border-color:rgba(232,196,106,.4); box-shadow:0 0 40px rgba(212,168,75,.14); background:linear-gradient(160deg, rgba(212,168,75,.09), rgba(255,255,255,.015)); }
.geo-card-tag{ display:inline-block; font-family:var(--font-mono); font-size:10.5px; letter-spacing:.2em; text-transform:uppercase; color:var(--aurum); margin-bottom:6px; }
.geo-card-meta{ display:flex; flex-wrap:wrap; gap:6px 12px; margin:10px 0 0; font-size:13px; color:var(--ink-3); }
.geo-card-meta b{ color:var(--ink-2); font-weight:500; }
.geo-cards a .astro-card-glyph, .geo-cards a .geo-card-glyph{ display:inline-grid; place-items:center; width:44px; height:44px; border-radius:12px; font-size:22px; line-height:1; color:var(--aurum-hot); background:rgba(212,168,75,.1); border:1px solid rgba(212,168,75,.3); box-shadow:0 0 18px rgba(212,168,75,.16); margin-bottom:4px; }
.geo-cards a[data-accent="violet"] .astro-card-glyph, .geo-cards a[data-accent="violet"] .geo-card-glyph{ color:#A78BFA; background:rgba(139,92,246,.12); border-color:rgba(139,92,246,.35); box-shadow:0 0 18px rgba(139,92,246,.18); }
.geo-cards a[data-accent="teal"] .astro-card-glyph, .geo-cards a[data-accent="teal"] .geo-card-glyph{ color:#2DD4BF; background:rgba(20,184,166,.12); border-color:rgba(20,184,166,.35); box-shadow:0 0 18px rgba(20,184,166,.18); }
.geo-cards a[data-accent="emerald"] .astro-card-glyph, .geo-cards a[data-accent="emerald"] .geo-card-glyph{ color:#6EE7B7; background:rgba(52,211,153,.1); border-color:rgba(52,211,153,.32); box-shadow:0 0 18px rgba(52,211,153,.16); }
.geo-cards a[data-accent="copper"] .astro-card-glyph, .geo-cards a[data-accent="copper"] .geo-card-glyph{ color:#E2B08E; background:rgba(194,133,96,.12); border-color:rgba(194,133,96,.35); box-shadow:0 0 18px rgba(194,133,96,.18); }
.geo-cards a[data-accent="rose"] .astro-card-glyph, .geo-cards a[data-accent="rose"] .geo-card-glyph{ color:#F9A8D4; background:rgba(244,114,182,.1); border-color:rgba(244,114,182,.32); box-shadow:0 0 18px rgba(244,114,182,.16); }
.geo-cards a.is-pending, .geo-cards .geo-card.is-pending{ opacity:.72; pointer-events:none; cursor:default; }
.geo-cards .geo-card.is-pending:hover{ transform:none; box-shadow:none; border-color:rgba(212,168,75,.18); }
.geo-cards a.is-pending .geo-card-tag{ color:var(--ink-3); }
.geo-option{ display:grid; grid-template-columns:44px minmax(0, 1fr); gap:16px; padding:22px; border-radius:20px; background:var(--glass-soft); border:1px solid rgba(212,168,75,.16); margin:0 0 16px; scroll-margin-top:96px; }
.geo-option--ours{ border-color:rgba(232,196,106,.45); background:linear-gradient(160deg, rgba(212,168,75,.10), rgba(255,255,255,.015)); box-shadow:0 0 50px rgba(212,168,75,.14); }
.geo-option h3{ margin:0 0 6px; font-family:var(--font-display); font-weight:600; font-size:20px; color:var(--ink); }
.geo-option h3 .n{ font-family:var(--font-mono); font-weight:400; color:var(--aurum); margin-right:8px; font-size:15px; }
.geo-option-meta{ display:flex; flex-wrap:wrap; gap:6px 14px; font-size:13.5px; color:var(--ink-3); margin:0 0 12px; }
.geo-option-meta b{ color:var(--ink-2); font-weight:500; }
.geo-option p{ margin:0 0 10px; }
.geo-option-row{ display:grid; gap:10px; margin-top:6px; }
@media (min-width: 720px){ .geo-option-row{ grid-template-columns:1fr 1fr; } }
.geo-option-pill{ padding:12px 14px; border-radius:12px; font-size:14.5px; line-height:1.5; border:1px solid var(--rule); }
.geo-option-pill b{ display:block; font-family:var(--font-mono); font-size:10.5px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:4px; font-weight:500; }
.geo-option-pill--for{ border-color:rgba(20,184,166,.3); } .geo-option-pill--for b{ color:#2DD4BF; }
.geo-option-pill--limit{ border-color:rgba(244,114,182,.28); } .geo-option-pill--limit b{ color:#F9A8D4; }
.geo-regions{ list-style:none; margin:0 0 1.2em; padding:0; display:grid; gap:12px; }
@media (min-width: 640px){ .geo-regions{ grid-template-columns:repeat(2, 1fr); } }
@media (min-width: 900px){ .geo-regions{ grid-template-columns:repeat(4, 1fr); } }
.geo-region{ padding:16px; border-radius:16px; background:var(--glass-soft); border:1px solid var(--rule); text-align:center; }
.geo-region b{ display:block; font-family:var(--font-display); font-weight:600; font-size:16px; color:var(--ink); margin-bottom:4px; }
.geo-region span{ display:block; font-size:13.5px; color:var(--ink-3); line-height:1.45; }
.geo-region em{ display:block; font-style:normal; font-family:var(--font-mono); font-size:11px; letter-spacing:.16em; color:var(--aurum); margin-top:8px; }
.geo-who-grid{ display:grid; gap:16px; }
@media (min-width: 720px){ .geo-who-grid{ grid-template-columns:1fr 1fr; } }
.geo-who-col{ background:var(--glass-soft); border:1px solid rgba(20,184,166,.3); border-radius:18px; padding:20px 22px; }
.geo-who-col:last-child{ border-color:rgba(244,114,182,.28); }
.geo-who-col h3{ margin:0 0 12px; font-family:var(--font-display); font-weight:600; font-size:16px; color:#5EEAD4; }
.geo-who-col:last-child h3{ color:#F9A8D4; }
.geo-who-col ul{ margin:0; padding:0; list-style:none; }
.geo-who-col li{ margin:0 0 10px; line-height:1.55; font-size:15.5px; padding-left:26px; position:relative; }
.geo-who-col li::before{ content:'✓'; position:absolute; left:0; top:0; color:#2DD4BF; font-weight:600; }
.geo-who-col:last-child li::before{ content:'✕'; color:#F472B6; }
.geo-faq-item{ border-top:1px solid var(--rule); }
.geo-faq-item:last-child{ border-bottom:1px solid var(--rule); }
.geo-faq-item summary{ list-style:none; cursor:pointer; padding:20px 48px 20px 0; position:relative; }
.geo-faq-item summary::-webkit-details-marker{ display:none; }
.geo-faq-item summary::after{ content:'+'; position:absolute; right:6px; top:16px; font-family:var(--font-mono); font-size:24px; color:var(--aurum); transition:transform .3s; }
.geo-faq-item[open] summary::after{ transform:rotate(45deg); }
.geo-faq-item summary:hover h3{ color:var(--aurum-soft); }
.geo-faq-item summary h3{ margin:0; font-size:17.5px; font-weight:500; color:var(--ink); transition:color .2s; }
.geo-faq-item .geo-prose{ padding:0 0 20px; }
.geo-faq-item .geo-prose p:last-child{ margin-bottom:0; }
.geo-takeaways{ background:linear-gradient(160deg, rgba(212,168,75,.09), rgba(255,255,255,.015)); border:1px solid rgba(212,168,75,.3); border-radius:20px; padding:22px 24px; box-shadow:0 0 40px rgba(212,168,75,.08); }
.geo-takeaways > h2{ font-size:21px; margin-bottom:12px; }
.geo-takeaways ul{ margin:0; padding:0; list-style:none; counter-reset:tk; }
.geo-takeaways li{ margin:0 0 10px; line-height:1.55; color:var(--ink); padding-left:30px; position:relative; }
.geo-takeaways li::before{ counter-increment:tk; content:counter(tk, decimal-leading-zero); position:absolute; left:0; top:2px; font-family:var(--font-mono); font-size:12px; color:var(--aurum); }
.geo-sources{ margin:0 0 28px; font-size:14.5px; color:var(--ink-3); }
.geo-sources h2, .geo-related h2{ font-family:var(--font-body); font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--ink-3); margin:0 0 10px; font-weight:600; }
.geo-sources ol{ margin:0; padding-left:20px; }
.geo-sources li{ margin:0 0 6px; line-height:1.5; }
.geo-sources a{ color:var(--ink-2); text-decoration:none; border-bottom:1px solid var(--rule); overflow-wrap:anywhere; }
.geo-related{ margin:8px 0 8px; }
.geo-related ul{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px; }
.geo-related a{ display:inline-flex; align-items:center; gap:8px; padding:10px 16px; border:1px solid var(--rule-gold); border-radius:999px; color:var(--ink-2); text-decoration:none; font-size:14.5px; background:var(--glass-soft); transition:border-color .2s, color .2s, transform .2s; }
.geo-related a::after{ content:'→'; color:var(--aurum); opacity:.7; }
.geo-related a:hover{ border-color:var(--aurum-bright); color:var(--aurum-bright); transform:translateY(-1px); }
.geo-glossary{ margin:0; }
.geo-glossary dt{ font-family:var(--font-display); font-weight:600; font-size:19px; color:var(--ink); margin:26px 0 6px; scroll-margin-top:96px; }
.geo-glossary dt:first-child{ margin-top:0; }
.geo-glossary dt dfn{ font-style:normal; border:0; }
.geo-glossary dd{ margin:0; font-size:16.5px; line-height:1.68; padding-bottom:18px; border-bottom:1px solid var(--rule); }
.geo-term-more{ white-space:nowrap; }
.geo-az{ display:flex; flex-wrap:wrap; gap:6px; margin:0 0 1.4em; position:sticky; top:70px; z-index:2; padding:10px 0; background:linear-gradient(180deg, rgba(10,8,16,.96), rgba(10,8,16,.85) 80%, transparent); }
.geo-az a{ width:34px; height:34px; display:grid; place-items:center; border-radius:10px; border:1px solid var(--rule); font-family:var(--font-mono); font-size:13px; color:var(--ink-2); text-decoration:none; background:var(--glass-soft); }
.geo-az a:hover{ border-color:var(--aurum); color:var(--aurum-bright); }
.geo-video{ margin:0 0 1.4em; }
.geo-video iframe{ width:100%; aspect-ratio:16 / 9; border:0; border-radius:16px; background:#000; display:block; }
.geo-video figcaption{ font-size:13px; color:var(--ink-3); margin-top:8px; }
.geo-cta-wrap{ position:relative; margin:24px 0 0; }
.geo-cta-wrap::before{ content:''; position:absolute; inset:-10% -20%; pointer-events:none; background:radial-gradient(ellipse 70% 60% at 50% 40%, rgba(232,196,106,.11) 0%, rgba(212,168,75,.05) 42%, transparent 72%); }
.geo-cta{ position:relative; border-radius:22px; border:1px solid var(--rule-gold); background:var(--glass); padding:30px 26px; margin:0 0 20px; box-shadow:var(--shadow-glass); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); }
.geo-cta h2{ font-family:var(--font-display); font-weight:600; font-size:clamp(24px, 3vw, 34px); line-height:1.15; color:var(--ink); margin:0 0 12px; letter-spacing:-.01em; text-wrap:balance; }
.geo-cta p{ font-size:16.5px; line-height:1.6; margin:0 0 14px; max-width:60ch; }
.geo-cta-bullets{ margin:0 0 20px; padding:0; list-style:none; }
.geo-cta-bullets li{ position:relative; padding-left:24px; margin:0 0 8px; font-size:15.5px; line-height:1.5; color:var(--ink); }
.geo-cta-bullets li::before{ content:'✦'; position:absolute; left:0; top:1px; color:var(--aurum-hot); font-size:12px; text-shadow:0 0 10px rgba(240,178,90,.6); }
.geo-cta-actions{ display:flex; flex-direction:column; align-items:flex-start; gap:12px; margin:0 0 14px; }
.geo-btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:16px 34px; border-radius:99px; font-family:var(--font-body); font-size:12.5px; letter-spacing:.16em; text-transform:uppercase; font-weight:600; text-decoration:none; line-height:1.25; text-align:center; border:0; cursor:pointer; transition:transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s cubic-bezier(.4,0,.2,1), background .35s; }
.geo-btn-gold{ color:#1A0F08; background:linear-gradient(135deg, var(--aurum-vivid), var(--aurum) 60%, var(--copper)); box-shadow:0 0 32px rgba(212,168,75,.42), 0 0 64px rgba(212,168,75,.18), 0 4px 18px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.25); }
.geo-btn-gold:hover{ transform:translateY(-2px); box-shadow:0 0 44px rgba(232,196,106,.55), 0 0 90px rgba(212,168,75,.3), 0 8px 24px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.35); }
.geo-btn-ghost{ background:transparent; color:var(--aurum-bright); border:1px solid rgba(212,168,75,.45); font-size:11.5px; padding:13px 26px; letter-spacing:.12em; }
.geo-btn-ghost:hover{ transform:translateY(-1px); background:rgba(212,168,75,.07); box-shadow:0 0 24px rgba(212,168,75,.16); }
.geo-cta-proof{ font-size:13px; color:var(--ink-3); margin:0; }
.geo-cta-wa{ font-size:14px; margin:14px 0 0; }
.geo-cta-wa a{ color:var(--ink-3); text-decoration:none; border-bottom:1px solid var(--rule); }
.geo-cta-manual{ display:grid; gap:28px; align-items:center; }
@media (min-width: 860px){ .geo-cta-manual{ grid-template-columns:300px minmax(0, 1fr); gap:44px; padding:40px 44px; } }
.geo-cta-calc{ background:linear-gradient(150deg, rgba(20,184,166,.08), rgba(255,255,255,.02) 50%, rgba(139,92,246,.07)); display:grid; gap:24px; align-items:center; }
@media (min-width: 860px){ .geo-cta-calc{ grid-template-columns:minmax(0, 1fr) 200px; padding:36px 44px; } }
.geo-cta-calc-art{ display:grid; place-items:center; }
.geo-cta-letter{ background:linear-gradient(150deg, rgba(194,133,96,.10), rgba(255,255,255,.02) 60%); display:grid; gap:24px; align-items:center; }
@media (min-width: 860px){ .geo-cta-letter{ grid-template-columns:minmax(0, 1fr) 240px; padding:36px 44px; } }
.geo-book3d{ position:relative; z-index:1; margin:0 auto; perspective:760px; perspective-origin:52% 42%; display:grid; place-items:center; }
.geo-book3d--md{ --bw:220px; --bh:311px; --bt:20px; width:300px; height:360px; }
.geo-book3d--lg{ --bw:280px; --bh:396px; --bh2:396px; --bt:24px; width:360px; height:440px; }
.geo-book3d--sm{ --bw:150px; --bh:212px; --bt:14px; width:200px; height:240px; }
.geo-book3d .book-aura{ position:absolute; top:50%; left:50%; width:110%; aspect-ratio:1; transform:translate(-50%, -50%); z-index:0; pointer-events:none; }
.geo-book3d .book-aura > span{ position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); border-radius:50%; pointer-events:none; }
.geo-book3d .ba-bloom{ width:168%; height:168%; background:radial-gradient(circle at 50% 50%, rgba(232,196,106,.21) 0%, rgba(212,168,75,.10) 34%, rgba(212,168,75,.035) 56%, transparent 73%); filter:blur(22px); }
.geo-book3d .ba-halo{ width:117%; height:117%; background:radial-gradient(circle at 50% 48%, rgba(250,232,176,.46) 0%, rgba(240,208,122,.31) 22%, rgba(212,168,75,.16) 44%, rgba(212,168,75,.05) 64%, transparent 79%); filter:blur(5px); }
.geo-book3d .ba-floor{ top:auto; bottom:-6%; width:60%; height:13%; transform:translate(-50%, 0); background:radial-gradient(ellipse 50% 50% at 50% 50%, rgba(232,196,106,.30) 0%, rgba(212,168,75,.12) 44%, transparent 72%); filter:blur(9px); }
.geo-book3d .ba-ring{ width:66%; height:66%; border:1.5px solid rgba(240,208,122,.75); box-shadow:0 0 12px rgba(232,196,106,.3); filter:blur(.6px); opacity:0; }
html[data-tier="mid"] .geo-book3d .ba-ring, html[data-tier="high"] .geo-book3d .ba-ring{ animation:geoRingPulse 7s ease-out infinite; }
html[data-tier="mid"] .geo-book3d .ba-ring--2, html[data-tier="high"] .geo-book3d .ba-ring--2{ animation-delay:2.33s; }
html[data-tier="mid"] .geo-book3d .ba-ring--3, html[data-tier="high"] .geo-book3d .ba-ring--3{ animation-delay:4.66s; }
html[data-tier="mid"] .geo-book3d .ba-halo, html[data-tier="high"] .geo-book3d .ba-halo, html[data-tier="mid"] .geo-book3d .ba-bloom, html[data-tier="high"] .geo-book3d .ba-bloom{ animation:geoBreath 9s ease-in-out infinite; }
@keyframes geoBreath{ 0%,100%{ transform:translate(-50%,-50%) scale(1); opacity:.86; } 50%{ transform:translate(-50%,-50%) scale(1.045); opacity:1; } }
@keyframes geoRingPulse{ 0%{ opacity:0; transform:translate(-50%,-50%) scale(.6); } 16%{ opacity:.62; } 100%{ opacity:0; transform:translate(-50%,-50%) scale(2); } }
.geo-book3d__stack{ position:relative; z-index:1; width:var(--bw); height:var(--bh); transform-style:preserve-3d; transform:rotateY(-19deg) rotateX(5deg); animation:geoBookFloat 7.5s ease-in-out infinite; will-change:transform; }
@keyframes geoBookFloat{ 0%,100%{ transform:rotateY(-19deg) rotateX(5deg) translateY(0); } 50%{ transform:rotateY(-14.5deg) rotateX(3deg) translateY(-13px); } }
.geo-book3d__face{ position:absolute; top:50%; left:50%; }
.geo-book3d__front, .geo-book3d__back{ width:var(--bw); height:var(--bh); border-radius:3px 11px 11px 3px; }
.geo-book3d__front{ transform:translate(-50%, -50%) translateZ(calc(var(--bt) / 2)); background:#0D0A06; box-shadow:0 0 0 1px rgba(232,196,106,.22), 0 0 30px rgba(232,196,106,.3), 0 0 84px rgba(212,168,75,.18); }
.geo-book3d__front img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border-radius:3px 11px 11px 3px; display:block; }
.geo-book3d__back{ transform:translate(-50%, -50%) translateZ(calc(var(--bt) / -2)) rotateY(180deg); background:linear-gradient(135deg, #0A0805, #15100A 60%, #0A0805); }
.geo-book3d__pages{ width:var(--bt); height:var(--bh); transform:translate(-50%, -50%) rotateY(90deg) translateZ(calc(var(--bw) / 2)); background:linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,0) 38%), repeating-linear-gradient(180deg, #efe6cf 0 1.3px, #cdbd97 1.3px 2.6px); }
.geo-book3d__pages-top{ width:var(--bw); height:var(--bt); transform:translate(-50%, -50%) rotateX(-90deg) translateZ(calc(var(--bh) / 2)); background:linear-gradient(0deg, rgba(0,0,0,.3), rgba(0,0,0,0) 48%), repeating-linear-gradient(90deg, #efe6cf 0 1.3px, #cdbd97 1.3px 2.6px); }
.geo-book3d__pages-bottom{ width:var(--bw); height:var(--bt); transform:translate(-50%, -50%) rotateX(90deg) translateZ(calc(var(--bh) / 2)); background:linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,0) 52%), repeating-linear-gradient(90deg, #e7ddc4 0 1.3px, #c3b48d 1.3px 2.6px); }
.geo-book3d__spine{ width:var(--bt); height:var(--bh); transform:translate(-50%, -50%) rotateY(-90deg) translateZ(calc(var(--bw) / 2)); background:linear-gradient(0deg, rgba(232,196,106,.2), rgba(232,196,106,0) 60%), linear-gradient(90deg, #0A0805, #1A130B 50%, #100B06); box-shadow:inset 0 0 14px rgba(0,0,0,.5); }
.geo-pages-strip{ display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; padding:10px 4px 18px; margin:0 -4px 1.2em; scrollbar-width:none; }
.geo-pages-strip::-webkit-scrollbar{ display:none; }
.geo-pages-strip figure{ flex:0 0 min(240px, 64vw); margin:0; scroll-snap-align:center; }
.geo-pages-strip img{ width:100%; height:auto; border-radius:8px; box-shadow:0 24px 60px rgba(0,0,0,.55), 0 0 50px rgba(212,168,75,.08); border:1px solid rgba(232,196,106,.18); display:block; }
.geo-pages-strip figcaption{ font-family:var(--font-mono); font-size:11px; letter-spacing:.1em; color:var(--ink-3); margin-top:8px; text-align:center; }
.geo-chapters{ display:grid; gap:10px; margin:0 0 1.2em; }
.geo-chapters details{ border:1px solid var(--rule-gold); border-radius:16px; background:var(--glass-soft); }
.geo-chapters summary{ list-style:none; cursor:pointer; padding:16px 44px 16px 18px; position:relative; font-family:var(--font-display); font-weight:600; font-size:16px; color:var(--ink); }
.geo-chapters summary::-webkit-details-marker{ display:none; }
.geo-chapters summary::after{ content:'+'; position:absolute; right:16px; top:12px; font-family:var(--font-mono); font-size:22px; color:var(--aurum); transition:transform .3s; }
.geo-chapters details[open] summary::after{ transform:rotate(45deg); }
.geo-chapters summary .n{ font-family:var(--font-mono); font-weight:400; font-size:11px; letter-spacing:.2em; color:var(--aurum); display:block; margin-bottom:4px; }
.geo-chapters ol{ margin:0; padding:0 18px 16px 40px; font-size:15px; line-height:1.55; color:var(--ink-2); }
.geo-chapters li{ margin:0 0 6px; }
.geo-chapters li::marker{ font-family:var(--font-mono); color:var(--aurum); font-size:12px; }
@media (prefers-reduced-motion: reduce){
  .geo-starfield, .geo-orb, .geo-book3d__stack, .geo-art-bodygraph, .geo-art-bodygraph .bg-gem, .geo-icon, .geo-book3d .ba-halo, .geo-book3d .ba-bloom, .geo-art-spiral *{ animation:none !important; }
  .geo-book3d .ba-ring{ display:none !important; }
  html.js .geo-page [data-reveal]{ opacity:1; transform:none; transition:none; }
  .geo-btn, .geo-cards a, .geo-card{ transition:none; }
}
html[data-tier="low"] .geo-orb, html[data-tier="low"] .geo-starfield, html[data-tier="low"] .geo-book3d__stack{ animation:none !important; }
@media (max-width: 860px){
  .geo-starfield, .geo-orb, .geo-book3d__stack, .geo-art-bodygraph{ animation:none !important; }
  .geo-ring{ display:none; }
  .geo-orb.is-violet{ width:620px; height:620px; }
  .geo-orb.is-gold{ width:700px; height:700px; left:10%; }
  .geo-orb.is-teal{ width:560px; height:560px; }
  .geo-orb.is-ember{ width:560px; height:560px; }
  .geo-hero{ min-height:0; gap:18px; }
  .geo-hero-art{ min-height:0; order:2; margin-top:8px; }
  .geo-hero-art svg{ max-width:min(240px, 60vw); }
  .geo-book3d--lg{ --bw:200px; --bh:283px; --bt:18px; width:280px; height:330px; }
  .geo-book3d--md{ --bw:180px; --bh:255px; --bt:16px; width:250px; height:300px; }
  .geo-cta{ padding:26px 20px; }
  .geo-btn{ width:100%; }
  .geo-cta-actions{ align-items:stretch; }
  .geo-rung[data-k="don"]{ transform:translateX(10px); } .geo-rung[data-k="siddhi"]{ transform:translateX(20px); }
  .geo-az{ top:64px; }
}
@media (max-width: 680px){
  .geo-table-wrap{ overflow:visible; border:0; background:transparent; box-shadow:none; }
  .geo-table-scroll::after{ display:none; }
  .geo-prose table, .geo-prose tbody, .geo-prose tr, .geo-prose td, .geo-table-wrap table, .geo-table-wrap tbody, .geo-table-wrap tr, .geo-table-wrap td{ display:block; width:100%; box-sizing:border-box; }
  .geo-prose thead, .geo-table-wrap thead{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
  .geo-table-wrap caption, .geo-prose caption{ display:block; position:static; width:auto; padding:0 4px 10px; }
  .geo-table-wrap tr{ border:1px solid var(--rule-gold); border-radius:16px; background:var(--glass-soft); margin:0 0 12px; padding:6px 14px 8px; box-shadow:0 0 28px rgba(212,168,75,.05); }
  .geo-table-wrap td, .geo-prose td{ border-top:1px solid var(--rule); padding:10px 0; }
  .geo-table-wrap tr > td:first-child, .geo-table-wrap tr > th:first-child{ border-top:0; }
  .geo-table-wrap td[data-label]::before{ content:attr(data-label); display:block; font-family:var(--font-mono); font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--aurum); margin-bottom:4px; }
  .geo-table-wrap tbody th[scope="row"]{ display:block; width:100%; box-sizing:border-box; background:transparent; padding:10px 0 2px; border-top:0; }
  .geo-prose td.geo-num{ font-size:22px; }
}
@font-face{ font-family:'DM Sans Fallback'; src:local('Arial'), local('Helvetica Neue'), local('Helvetica'); size-adjust:101%; ascent-override:94%; descent-override:25%; line-gap-override:0%; }
@font-face{ font-family:'Sora Fallback'; src:local('Arial'), local('Helvetica Neue'), local('Helvetica'); size-adjust:109%; ascent-override:98%; descent-override:28%; line-gap-override:0%; }
.geo-pricebox{ border:1px solid var(--rule-gold); border-radius:22px; padding:26px 26px 24px; margin:0 0 1.4em; background:var(--glass-soft); box-shadow:0 0 60px rgba(212,168,75,.08); display:grid; gap:14px; }
.geo-pricebox-kicker{ font-family:var(--font-mono); font-size:11px; letter-spacing:.22em; text-transform:uppercase; color:var(--aurum); margin:0; }
.geo-pricebox-static{ margin:0; color:var(--ink-2); }
.geo-pricebox.is-live .geo-pricebox-static{ font-size:14px; color:var(--ink-3); }
.geo-pricebox-rows{ display:grid; gap:8px; padding:14px 0 6px; border-top:1px solid var(--rule); }
.geo-price-row{ display:flex; justify-content:space-between; align-items:baseline; gap:16px; font-size:15px; color:var(--ink-2); }
.geo-price-row--off{ color:var(--teal, #14B8A6); }
.geo-price-row--final{ border-top:1px solid var(--rule-gold); padding-top:12px; margin-top:4px; font-family:var(--font-display); font-weight:600; color:var(--ink-1); font-size:17px; }
.geo-price-amt{ font-family:var(--font-mono); font-variant-numeric:tabular-nums; white-space:nowrap; }
.geo-price-amt--struck{ text-decoration:line-through; opacity:.7; }
.geo-price-amt--final{ font-size:clamp(26px, 5vw, 34px); color:var(--aurum-bright); text-shadow:0 0 24px rgba(240,178,90,.35); }
.geo-price-cuotas{ margin:0; font-size:13px; color:var(--ink-3); text-align:right; }
.geo-pricebox-note{ margin:0; font-size:12.5px; color:var(--ink-3); }
.geo-pricebox .geo-btn{ justify-self:start; }
.geo-rarity{ border:1px solid var(--rule-gold); border-radius:22px; padding:24px 26px; background:radial-gradient(120% 120% at 100% 0%, rgba(139,92,246,.14), transparent 60%), var(--glass-soft); display:grid; gap:12px; }
.geo-rarity p{ margin:0; }
.geo-rarity .geo-btn{ justify-self:start; }
@media (max-width: 680px){ .geo-pricebox, .geo-rarity{ padding:20px 18px; } .geo-pricebox .geo-btn, .geo-rarity .geo-btn{ justify-self:stretch; text-align:center; } }
html:has(body.geo-page){ overflow-x:clip; }
.geo-main, .geo-cta-wrap, .geo-cta, .bib-nav-stage, .bib-hero{ overflow-x:clip; }
@media (max-width: 760px){ .geo-hero h1{ text-wrap:initial; } }
