/* Propuesta «El umbral». Hereda los colores del sitio existente (../styles.css).
   Sin literales de color nuevos: la identidad conserva los tokens Tinta y Cobre. */
@font-face {
  font-family:Fraunces;
  src:url(assets/fraunces.ttf) format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap
}

@font-face {
  font-family:Fraunces;
  src:url(assets/fraunces-italic.ttf) format('truetype');
  font-style:italic;
  font-weight:400;
  font-display:swap
}

@font-face {
  font-family:'Instrument Sans';
  src:url(assets/instrument-sans.ttf) format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap
}

@font-face {
  font-family:'Instrument Sans';
  src:url(assets/instrument-sans-semibold.ttf) format('truetype');
  font-style:normal;
  font-weight:600;
  font-display:swap
}

.landing {
  --night:color-mix(in srgb,var(--bg) 68%,black);
  --line:color-mix(in srgb,var(--gold) 20%,transparent);
  --quiet:color-mix(in srgb,var(--text-secondary) 87%,var(--bg));
  --serif:Fraunces,Georgia,serif;
  --sans:'Instrument Sans',Arial,sans-serif;
  background:var(--night);
  font-family:var(--sans);
  line-height:1.6;
  color:var(--text-primary);
  overflow-x:clip
}

.landing * {
  box-sizing:border-box
}

.landing svg {
  width:24px;
  height:24px;
  flex:none
}

.landing .symbol-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}

.landing a {
  color:inherit;
  text-decoration:none
}

.landing button,.landing input {
  font:inherit
}

.landing button {
  cursor:pointer
}

.landing a,.landing button {
  -webkit-tap-highlight-color:transparent
}

.landing :focus-visible {
  outline:2px solid var(--gold);
  outline-offset:6px
}

.landing img {
  max-width:100%;
  display:block
}

.landing figure {
  margin:0
}

.landing section {
  padding:110px 0;
  border:0;
  scroll-margin-top:88px
}

.landing p {
  margin:0
}

.landing h1,.landing h2,.landing h3,.landing h4 {
  font-family:var(--serif);
  font-weight:400;
  line-height:1.1;
  letter-spacing:-.045em;
  color:var(--text-primary);
  margin:0
}

.landing h2 {
  font-size:clamp(36px,4vw,58px)
}

.landing h2 em {
  color:var(--gold);
  font-weight:400
}

.landing .page-width {
  width:min(1260px,calc(100% - 104px));
  margin:auto
}

.landing .eyebrow {
  font-size:12px;
  letter-spacing:.2em;
  color:var(--gold);
  font-weight:500;
  margin-bottom:22px;
  line-height:1.7
}

.landing .tiny-star {
  padding-right:10px;
  font-size:17px
}

.landing .sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

.landing [hidden] {
  display:none!important
}

.skip-link {
  position:fixed;
  top:-100px;
  left:12px;
  z-index:120;
  background:var(--gold);
  color:var(--accent-contrast)!important;
  padding:12px
}

.skip-link:focus {
  top:12px
}

.landing .masthead {
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:20;
  border-bottom:1px solid var(--line);
  background:transparent
}

.landing .nav-inner {
  height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px
}

.landing .wordmark {
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:34px;
  letter-spacing:-.025em
}

.landing .wordmark svg {
  width:34px;
  height:34px
}

.landing .navigation {
  display:flex;
  gap:32px;
  align-items:center;
  font-size:14px;
  color:var(--text-secondary)
}

.landing .navigation a {
  transition:color .2s
}

.landing .navigation a:hover {
  color:var(--gold)
}

.landing .nav-cta {
  display:flex;
  gap:18px;
  align-items:center;
  padding:12px 18px;
  border:1px solid var(--line);
  border-radius:4px;
  color:var(--gold);
  font-size:14px
}

.landing .nav-cta svg {
  width:18px;
  height:18px
}

.landing .nav-cta:hover {
  background:color-mix(in srgb,var(--gold) 8%,transparent)
}

.landing .menu-toggle {
  display:none
}

.landing .hero-scene {
  position:relative;
  padding:96px 0 0;
  isolation:isolate;
  overflow:hidden;
  background:var(--night);
  min-height:810px
}

.hero-landscape {
  position:absolute;
  inset:0;
  z-index:-2;
  background:radial-gradient(ellipse at 75% 40%,var(--surface-raised),transparent 60%),var(--night);
  background-size:cover;
  background-position:center;
  opacity:.58
}

.hero-landscape.has-art {
  background-image:url(assets/umbral-celeste.webp);
  opacity:.61
}

.hero-scene::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,color-mix(in srgb,var(--night) 82%,transparent),transparent 85%),linear-gradient(0deg,var(--night),transparent 42%);
  pointer-events:none;
  z-index:-1
}

#firmamento {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:-1;
  pointer-events:none
}

.landing .hero-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:0;
  padding-top:64px;
  padding-bottom:50px;
  min-height:650px
}

.landing .hero-copy {
  position:relative;
  z-index:3
}

.landing .hero-copy h1 {
  font-size:clamp(68px,6.35vw,94px);
  line-height:1.025;
  margin:0 0 27px;
  letter-spacing:-.065em
}

.hero-copy h1 em {
  color:var(--gold);
  font-weight:400
}

.landing .hero-lede {
  font-size:18px;
  line-height:1.65;
  color:var(--text-primary);
  margin-bottom:17px
}

.landing .hero-description {
  font-size:15px;
  line-height:1.7;
  color:var(--quiet)
}

.landing .hero-actions {
  display:flex;
  align-items:center;
  gap:30px;
  margin-top:30px
}

.landing .button {
  border-radius:4px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  padding:17px 25px;
  min-height:54px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:600;
  transition:transform .25s,box-shadow .25s,background .25s
}

.landing .button:hover {
  transform:translateY(-3px)
}

.landing .button-gold {
  background:var(--gold);
  color:var(--accent-contrast);
  box-shadow:0 0 30px color-mix(in srgb,var(--gold) 9%,transparent)
}

.landing .button-gold:hover {
  box-shadow:0 0 36px color-mix(in srgb,var(--gold) 25%,transparent)
}

.landing .button svg {
  width:20px;
  height:20px
}

.landing .button-outline {
  border-color:var(--line);
  color:var(--gold)
}

.landing .text-link {
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:14px;
  background:none;
  border:0;
  color:var(--text-primary);
  padding:10px 0
}

.landing .text-link:hover {
  color:var(--gold)
}

.landing .text-link>span:last-child {
  color:var(--gold)
}

.landing .text-link svg {
  width:18px;
  height:18px
}

.landing .launch-note {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:var(--text-secondary);
  margin-top:22px
}

.launch-note>span:first-child {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 10px var(--gold)
}

.landing .note-separator {
  margin:0 2px
}

.celestial-stage {
  position:relative;
  height:590px;
  min-width:0;
  perspective:1200px
}

.hero-fan {
  position:absolute;
  inset:0;
  transform:rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg));
  transition:transform .4s ease-out
}

.hero-card {
  position:absolute;
  top:120px;
  left:calc(50% - 107px);
  width:214px;
  aspect-ratio:467/800;
  border-radius:13px;
  box-shadow:0 28px 38px color-mix(in srgb,var(--night) 78%,transparent);
  transform-origin:50% 80%;
  will-change:transform
}

.hero-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:13px;
  border:1px solid color-mix(in srgb,var(--gold) 40%,transparent)
}

.card-moon {
  --card-rotation:-19deg;
  --card-x:-139px;
  --card-y:37px;
  z-index:1;
  transform:translate(var(--card-x),var(--card-y)) rotate(var(--card-rotation));
  animation:card-drift 7s ease-in-out infinite
}

.card-sun {
  --card-rotation:19deg;
  --card-x:145px;
  --card-y:36px;
  z-index:1;
  transform:translate(var(--card-x),var(--card-y)) rotate(var(--card-rotation));
  animation:card-drift 7s -3s ease-in-out infinite
}

.card-star {
  --card-rotation:0deg;
  --card-x:0px;
  --card-y:-3px;
  z-index:2;
  transform:translate(var(--card-x),var(--card-y));
  animation:card-drift 7s -1.5s ease-in-out infinite;
  box-shadow:0 36px 50px color-mix(in srgb,var(--night) 92%,transparent),0 0 65px color-mix(in srgb,var(--gold) 10%,transparent)
}

.orbit {
  position:absolute;
  left:50%;
  top:46%;
  border:1px solid var(--line);
  border-radius:50%;
  pointer-events:none
}

.orbit-outer {
  width:525px;
  height:525px;
  transform:translate(-50%,-50%) rotate(-25deg);
  animation:orbit-drift 90s linear infinite
}

.orbit-outer::before,.orbit-outer::after {
  content:'';
  position:absolute;
  inset:15px;
  border-radius:50%;
  border:1px dotted color-mix(in srgb,var(--gold) 14%,transparent)
}

.orbit-outer::after {
  inset:42px;
  border-style:solid
}

.orbit-outer span {
  position:absolute;
  top:calc(50% - 16px);
  left:-12px;
  color:var(--gold);
  font-size:24px
}

.orbit-outer i {
  position:absolute;
  right:20%;
  top:9%;
  width:5px;
  height:5px;
  background:var(--gold);
  box-shadow:0 0 12px var(--gold);
  border-radius:50%
}

.orbit-inner {
  width:300px;
  height:300px;
  transform:translate(-50%,-50%);
  background:radial-gradient(ellipse,color-mix(in srgb,var(--gold) 11%,transparent),transparent 70%)
}

.orbit-label {
  position:absolute;
  top:10px;
  left:0;
  right:0;
  text-align:center;
  letter-spacing:.25em;
  color:var(--text-muted);
  font-size:9px
}

.stage-star {
  position:absolute;
  z-index:4;
  color:var(--gold);
  animation:star-breathe 4s ease-in-out infinite
}

.star-one {
  top:48px;
  left:47%;
  font-size:45px
}

.star-two {
  top:410px;
  left:7%;
  font-size:30px;
  animation-delay:-2s
}

.star-three {
  top:153px;
  right:1%;
  font-size:38px;
  animation-delay:-1s
}

.stage-caption {
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  font-family:var(--serif);
  font-style:italic;
  font-size:15px;
  color:var(--text-secondary)
}

.stage-caption span {
  height:1px;
  width:28px;
  background:var(--line)
}

.landing .hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0 25px
}

.scroll-hint {
  font-size:10px;
  letter-spacing:.19em;
  color:var(--text-muted)!important;
  display:flex;
  align-items:center;
  gap:15px
}

.scroll-hint span {
  font-size:20px;
  color:var(--gold)
}

.experience-controls {
  display:flex;
  gap:20px
}

.experience-controls button {
  border:0;
  background:none;
  color:var(--text-secondary);
  font-size:12px;
  display:flex;
  gap:7px;
  align-items:center;
  padding:10px 0;
  min-height:44px
}

.experience-controls button svg {
  width:15px;
  height:15px
}

.experience-controls button[aria-pressed=true] {
  color:var(--gold)
}

.universe-ribbon {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:color-mix(in srgb,var(--bg) 60%,transparent)
}

.universe-ribbon>div {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  padding:24px 0;
  overflow:auto;
  scrollbar-width:none
}

.universe-ribbon span {
  font-family:var(--serif);
  font-size:23px;
  white-space:nowrap
}

.universe-ribbon i {
  font-size:20px;
  font-style:normal;
  color:var(--gold)
}

.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:60px;
  margin-bottom:42px
}

.section-heading>p {
  font-size:16px;
  color:var(--quiet);
  line-height:1.8;
  margin-bottom:4px
}

.section-heading strong {
  font-weight:400;
  color:var(--text-primary)
}

.art-filters {
  display:flex;
  justify-content:space-between;
  gap:22px;
  border-bottom:1px solid var(--line);
  margin-top:46px;
  overflow-x:auto;
  scrollbar-width:thin;
  scrollbar-color:var(--border) transparent
}

.art-filters button {
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  color:var(--text-secondary);
  background:none;
  border:0;
  border-bottom:2px solid transparent;
  padding:15px 0;
  font-size:14px;
  min-height:50px
}

.art-filters button span {
  font-size:11px;
  color:var(--text-muted)
}

.art-filters button[aria-pressed=true] {
  border-color:var(--gold);
  color:var(--gold)
}

.art-filters button:hover {
  color:var(--gold)
}

.art-gallery {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0 24px;
  padding-top:14px;
  min-height:270px
}

.art-tile {
  display:flex;
  align-items:center;
  gap:16px;
  padding:24px 0;
  background:none;
  border:0;
  border-bottom:1px solid color-mix(in srgb,var(--line) 55%,transparent);
  text-align:left;
  color:var(--text-primary);
  min-height:125px
}

.art-tile img {
  width:78px;
  height:78px;
  object-fit:contain;
  border-radius:50%;
  transition:transform .4s,filter .4s
}

.art-tile:hover img {
  transform:scale(1.09);
  filter:drop-shadow(0 0 10px color-mix(in srgb,var(--gold) 20%,transparent))
}

.art-tile .art-name {
  font-family:var(--serif);
  display:block;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.025em
}

.art-tile .art-subtitle {
  display:block;
  font-size:12px;
  color:var(--text-muted);
  margin-top:7px
}

.art-tile .art-arrow {
  margin-left:auto;
  color:var(--gold);
  transition:transform .2s
}

.art-tile:hover .art-arrow {
  transform:translate(3px,-3px)
}

.landing .gallery-note {
  margin-top:24px;
  display:flex;
  gap:12px;
  align-items:center;
  color:var(--text-muted);
  font-size:13px
}

.gallery-note>span {
  color:var(--gold);
  font-size:20px
}

.landing .ritual-section {
  position:relative;
  background:radial-gradient(ellipse at 65% 50%,color-mix(in srgb,var(--surface-raised) 50%,var(--night)),var(--night) 70%);
  border-block:1px solid var(--line);
  overflow:hidden
}

.ritual-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:50px;
  align-items:center
}

.ritual-copy h2 {
  font-size:clamp(44px,4.5vw,66px)
}

.landing #ritual-intro {
  margin-top:25px;
  color:var(--text-secondary);
  font-size:16px
}

.age-confirmation {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:27px;
  font-size:13px;
  color:var(--text-secondary);
  cursor:pointer;
  min-height:44px
}

.age-confirmation input {
  width:18px;
  height:18px;
  accent-color:var(--gold);
  cursor:pointer;
  flex:none
}

.landing .ritual-fine {
  font-size:12px;
  color:var(--text-muted);
  line-height:1.7;
  max-width:350px;
  margin-top:6px
}

.ritual-table {
  position:relative;
  min-height:440px;
  display:grid;
  align-content:center;
  isolation:isolate
}

.table-ring {
  position:absolute;
  width:540px;
  height:340px;
  border:1px solid var(--line);
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-44%) rotate(-8deg);
  z-index:-1
}

.table-ring::after {
  content:'';
  position:absolute;
  inset:18px;
  border:1px dashed var(--line);
  border-radius:50%
}

.table-star {
  position:absolute;
  top:0;
  left:50%;
  font-size:32px;
  color:var(--gold);
  transform:translateX(-50%)
}

.ritual-cards {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  padding-top:30px
}

.choice-card {
  position:relative;
  display:block;
  width:160px;
  aspect-ratio:467/800;
  perspective:1000px;
  border:0;
  background:none;
  padding:0;
  transition:transform .5s,opacity .5s,filter .5s;
  flex-shrink:0;
  transform-origin:center bottom
}

.choice-one {
  transform:translateY(15px) rotate(-9deg)
}

.choice-three {
  transform:translateY(15px) rotate(9deg)
}

.choice-card:enabled:hover {
  transform:translateY(-13px) rotate(0)
}

.choice-card:disabled {
  cursor:default
}

.flip-inner {
  position:absolute;
  inset:0;
  display:block;
  transform-style:preserve-3d;
  transition:transform 1.1s cubic-bezier(.2,.7,.2,1)
}

.choice-card.is-chosen {
  transform:translateY(-20px) scale(1.05);
  z-index:3
}

.choice-card.is-chosen .flip-inner {
  transform:rotateY(180deg)
}

.choice-card.is-muted {
  opacity:.28;
  filter:saturate(.35)
}

.card-face {
  position:absolute;
  inset:0;
  display:block;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  overflow:hidden;
  border-radius:10px;
  border:1px solid color-mix(in srgb,var(--gold) 45%,transparent);
  box-shadow:0 12px 35px color-mix(in srgb,var(--night) 85%,transparent)
}

.card-face img {
  height:100%;
  width:100%;
  object-fit:cover
}

.card-front {
  transform:rotateY(180deg)
}

.card-back img {
  object-fit:cover
}

.card-back::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 25%,color-mix(in srgb,var(--gold) 19%,transparent),transparent 75%);
  transform:translateX(-150%);
  transition:transform 1s;
  pointer-events:none
}

.choice-card:enabled:hover .card-back::after {
  transform:translateX(150%)
}

.choice-number {
  position:absolute;
  bottom:-37px;
  left:0;
  right:0;
  font-family:var(--serif);
  font-size:14px;
  color:var(--gold);
  letter-spacing:.1em
}

.landing .table-instruction {
  text-align:center;
  font-size:12px;
  letter-spacing:.08em;
  color:var(--text-muted);
  margin-top:68px;
  min-height:22px
}

.ritual-result {
  padding-top:26px;
  border-top:1px solid var(--line);
  margin-top:24px;
  animation:result-arrive .65s ease-out
}

.ritual-result .eyebrow {
  margin-bottom:8px
}

.landing .ritual-result h3 {
  font-size:34px;
  color:var(--gold);
  margin:0 0 15px
}

.landing .ritual-result>p:not(.eyebrow) {
  font-size:16px;
  color:var(--text-secondary)
}

.landing .ritual-result .result-disclosure {
  font-size:12px!important;
  color:var(--text-muted)!important;
  margin-top:15px
}

.result-actions {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-top:10px
}

.ritual-copy.has-result>h2 {
  font-size:40px
}

.ritual-copy.has-result #ritual-intro {
  display:none
}

.ritual-copy.has-result>.ritual-fine {
  display:none
}

.ritual-copy.has-result .age-confirmation {
  margin-top:14px
}

.daily-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px;
  align-items:center
}

.daily-visual {
  position:relative;
  min-height:670px;
  display:grid;
  justify-items:center;
  align-content:center;
  isolation:isolate
}

.daily-aura {
  position:absolute;
  inset:10% -5%;
  background:radial-gradient(ellipse,color-mix(in srgb,var(--art-astro) 10%,transparent),transparent 67%);
  z-index:-1
}

.phone-preview {
  width:290px;
  border:1px solid color-mix(in srgb,var(--gold) 40%,var(--bg));
  border-radius:42px;
  padding:11px;
  background:var(--bg);
  box-shadow:0 40px 60px color-mix(in srgb,var(--night) 80%,transparent),inset 0 0 0 5px color-mix(in srgb,var(--night) 70%,var(--border));
  transform:rotate(-5deg);
  position:relative
}

.phone-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:6px 14px 13px;
  font-size:10px;
  position:relative
}

.phone-island {
  height:18px;
  width:76px;
  border-radius:12px;
  background:var(--night);
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:4px
}

.phone-content {
  padding:12px 13px 5px
}

.landing .phone-logo {
  color:var(--gold);
  font-family:var(--serif);
  font-size:21px;
  margin-bottom:27px
}

.landing .phone-kicker {
  font-size:9px;
  letter-spacing:.18em;
  color:var(--accent);
  margin-bottom:8px
}

.landing .phone-content h3 {
  font-size:33px;
  line-height:1.1;
  margin-bottom:21px
}

.phone-content h3 em {
  color:var(--gold)
}

.phone-daily-card {
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:14px;
  padding:14px;
  display:flex;
  align-items:center;
  gap:12px
}

.phone-daily-card>div {
  flex:1
}

.landing .phone-daily-card p {
  font-size:8px;
  letter-spacing:.1em;
  color:var(--text-muted);
  margin-bottom:10px
}

.landing .phone-daily-card h4 {
  font-size:19px;
  letter-spacing:-.035em;
  margin-bottom:9px
}

.phone-daily-card span {
  font-size:10px;
  color:var(--text-secondary);
  line-height:1.5
}

.phone-daily-card>img {
  width:90px;
  height:auto;
  border-radius:6px;
  transform:rotate(6deg)
}

.phone-card-arrow {
  display:block;
  margin-top:12px;
  color:var(--gold)!important
}

.phone-mini-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px
}

.phone-mini-row>div {
  background:var(--bg-subtle);
  padding:12px;
  border:1px solid var(--line);
  border-radius:11px
}

.phone-mini-row svg {
  width:18px;
  height:18px;
  color:var(--gold)
}

.phone-mini-row b {
  font-family:var(--serif);
  color:var(--gold);
  font-size:23px;
  font-weight:400;
  display:block;
  height:22px;
  line-height:1
}

.landing .phone-mini-row p {
  font-size:11px;
  margin-top:6px
}

.phone-mini-row span {
  font-size:8px;
  color:var(--text-muted)
}

.landing .phone-affirmation {
  text-align:center;
  font:italic 17px/1.4 var(--serif);
  color:var(--gold);
  padding:20px 0 14px
}

.phone-nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 9px 14px;
  font-size:8px;
  color:var(--text-muted);
  border-top:1px solid var(--line)
}

.phone-nav b {
  color:var(--gold);
  font-size:26px;
  font-weight:400
}

.phone-nav span:first-child {
  color:var(--gold)
}

.floating-rune {
  position:absolute;
  left:-2%;
  bottom:15%;
  width:120px;
  transform:rotate(-15deg);
  z-index:2
}

.floating-rune img {
  width:100%;
  height:auto;
  filter:drop-shadow(0 12px 15px var(--night))
}

.floating-moon {
  position:absolute;
  right:-4%;
  top:4%;
  width:135px;
  z-index:2;
  filter:drop-shadow(0 0 30px color-mix(in srgb,var(--gold) 9%,transparent))
}

.floating-moon img {
  width:100%;
  height:auto;
  border-radius:50%;
  mix-blend-mode:screen
}

.landing .concept-caption {
  position:absolute;
  bottom:0;
  text-align:center;
  font-size:11px;
  color:var(--text-muted)
}

.landing .section-lede {
  font-size:17px;
  color:var(--text-secondary);
  margin-top:25px
}

.daily-feature {
  display:flex;
  gap:24px;
  align-items:flex-start;
  border-bottom:1px solid var(--line);
  padding:26px 0
}

.daily-feature>span {
  font-size:12px;
  color:var(--gold);
  padding-top:4px
}

.landing .daily-feature h3 {
  font-size:23px;
  letter-spacing:-.025em;
  margin:0 0 10px
}

.daily-feature p {
  font-size:14px;
  line-height:1.8;
  color:var(--text-secondary)
}

.daily-copy>.text-link {
  margin-top:28px
}

.landing .trust-section {
  background:color-mix(in srgb,var(--bg-subtle) 55%,var(--night));
  border-block:1px solid var(--line)
}

.trust-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:52px;
  margin-top:54px
}

.trust-number {
  font:italic 29px var(--serif);
  color:var(--gold);
  display:block;
  margin-bottom:25px
}

.landing .trust-grid h3 {
  font-size:27px;
  letter-spacing:-.03em;
  margin:0 0 16px
}

.trust-grid p {
  font-size:15px;
  color:var(--text-secondary);
  line-height:1.8
}

.trust-grid a {
  font-size:13px;
  color:var(--gold);
  display:inline-block;
  margin-top:21px;
  padding-block:5px
}

.trust-grid a span {
  padding-left:9px
}

.faq-layout {
  display:grid;
  grid-template-columns:.85fr 1.5fr;
  gap:70px;
  margin-top:90px;
  padding-top:58px;
  border-top:1px solid var(--line)
}

.landing .faq-layout>h3 {
  font-size:35px;
  line-height:1.2;
  color:var(--text-primary)
}

.faq-list details {
  border-bottom:1px solid var(--line)
}

.faq-list summary {
  font-size:15px;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  min-height:68px;
  padding:18px 0
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.faq-list summary>span {
  color:var(--gold);
  font-size:23px;
  transition:transform .2s
}

.faq-list details[open] summary>span {
  transform:rotate(45deg)
}

.landing .faq-list p {
  padding:0 35px 23px 0;
  font-size:14px;
  color:var(--text-secondary);
  line-height:1.85
}

.faq-list p a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--gold)
}

.landing .contact-section {
  text-align:center;
  padding:85px 0 100px
}

.contact-ornament {
  color:var(--gold);
  font-size:55px;
  margin-bottom:20px
}

.landing .contact-section h2 {
  font-size:clamp(40px,4.3vw,62px)
}

.landing .contact-section>p:not(.eyebrow) {
  color:var(--text-secondary);
  margin-top:23px;
  font-size:16px
}

.landing .contact-email {
  font-size:clamp(19px,2.2vw,29px);
  font-family:var(--serif);
  display:inline-block;
  color:var(--gold);
  border-bottom:1px solid var(--line);
  padding-bottom:8px;
  margin-top:32px
}

.contact-email span {
  margin-left:22px;
  font-family:var(--sans);
  font-size:22px
}

.platforms {
  display:flex;
  gap:22px;
  align-items:center;
  justify-content:center;
  margin-top:32px;
  font-size:14px
}

.platforms i {
  color:var(--gold);
  font-size:9px;
  font-style:normal
}

.platforms small {
  color:var(--text-muted);
  font-size:12px
}

.landing-footer {
  border-top:1px solid var(--line);
  padding:40px 0 26px
}

.footer-top {
  display:flex;
  align-items:center;
  gap:40px
}

.footer-top p {
  color:var(--text-muted);
  font:italic 16px var(--serif)
}

.back-top {
  margin-left:auto;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:50%;
  color:var(--gold)!important
}

.footer-links {
  display:flex;
  flex-wrap:wrap;
  gap:20px 30px;
  margin-top:35px;
  font-size:13px;
  color:var(--text-secondary)
}

.footer-links a:hover {
  color:var(--gold)
}

.footer-bottom {
  display:flex;
  gap:90px;
  justify-content:space-between;
  font-size:11px;
  color:var(--text-muted);
  border-top:1px solid var(--line);
  margin-top:30px;
  padding-top:22px
}

.footer-bottom p:last-child {
  max-width:720px
}

.footer-bottom p:first-child {
  flex:none
}

.landing dialog {
  background:var(--bg);
  color:var(--text-primary);
  border:1px solid var(--line);
  border-radius:16px;
  max-width:550px;
  width:calc(100% - 32px);
  padding:42px;
  text-align:center;
  box-shadow:0 30px 90px var(--night);
  max-height:calc(100dvh - 48px);
  overflow:auto
}

.landing dialog::backdrop {
  background:color-mix(in srgb,var(--night) 87%,transparent);
  backdrop-filter:blur(8px)
}

.dialog-close {
  position:absolute;
  top:12px;
  right:12px;
  width:44px;
  height:44px;
  background:none;
  border:0;
  color:var(--text-secondary);
  font-size:30px!important
}

.landing dialog>img {
  width:125px;
  height:125px;
  object-fit:contain;
  border-radius:50%;
  margin:0 auto 20px
}

.landing dialog h2 {
  font-size:40px;
  margin-bottom:20px
}

.landing dialog>p {
  font-size:16px;
  color:var(--text-secondary)
}

.landing dialog .eyebrow {
  font-size:11px;
  color:var(--gold);
  margin-bottom:12px
}

.landing dialog .dialog-detail {
  font-size:14px;
  color:var(--text-muted);
  margin-top:15px
}

.landing dialog .button {
  margin-top:28px;
  font-size:14px
}

.landing dialog .dialog-fine {
  font-size:12px;
  color:var(--text-muted);
  margin-top:20px
}

.reveal {
  opacity:1
}

.js-motion .reveal {
  transition:opacity .75s,transform .75s
}

.js-motion .reveal.pending-reveal {
  opacity:0;
  transform:translateY(25px)
}

@keyframes card-drift {
  0%,100% {
    transform:translate(var(--card-x),var(--card-y)) rotate(var(--card-rotation))
  }
  50% {
    transform:translate(var(--card-x),calc(var(--card-y) - 11px)) rotate(calc(var(--card-rotation) + 1deg))
  }
}

@keyframes orbit-drift {
  to {
    transform:translate(-50%,-50%) rotate(335deg)
  }
}

@keyframes star-breathe {
  0%,100% {
    opacity:.45
  }
  50% {
    opacity:1
  }
}

@keyframes result-arrive {
  from {
    opacity:0;
    transform:translateY(12px)
  }
  to {
    opacity:1;
    transform:none
  }
}

.motion-paused *,.motion-paused *::before,.motion-paused *::after {
  animation-play-state:paused!important
}

.motion-paused .hero-fan {
  transform:none
}

.motion-paused .reveal {
  opacity:1!important;
  transform:none!important
}

.motion-paused .flip-inner,.motion-paused .choice-card {
  transition-duration:.01ms
}

.motion-paused {
  scroll-behavior:auto
}

@media(min-width:1550px) {
  .landing .hero-scene {
    min-height:850px
  }
  .landing .hero-grid {
    padding-top:85px
  }
  .hero-card {
    width:235px;
    left:calc(50% - 117px);
    top:110px
  }
  .celestial-stage {
    height:620px
  }
}

@media(max-width:1150px) {
  .landing .page-width {
    width:calc(100% - 64px)
  }
  .landing .navigation {
    gap:19px
  }
  .landing .nav-inner {
    gap:20px
  }
  .hero-card {
    width:183px;
    left:calc(50% - 91px)
  }
  .card-moon {
    --card-x:-110px
  }
  .card-sun {
    --card-x:110px
  }
  .orbit-outer {
    width:430px;
    height:430px
  }
  .celestial-stage {
    height:520px
  }
  .landing .hero-copy h1 {
    font-size:78px
  }
  .landing .hero-grid {
    min-height:650px;
    padding-top:45px
  }
  .landing .hero-scene {
    min-height:780px
  }
  .stage-caption {
    font-size:13px
  }
  .orbit-label {
    top:20px;
    font-size:8px
  }
  .art-gallery {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .art-filters {
    gap:25px
  }
  .daily-section {
    gap:70px
  }
  .daily-visual {
    min-height:640px
  }
  .floating-rune {
    left:-5%
  }
  .floating-moon {
    right:-8%;
    width:105px
  }
  .trust-grid {
    gap:32px
  }
}

@media(max-width:900px) {
  .landing .nav-cta {
    display:none
  }
  .landing .navigation {
    gap:27px
  }
  .landing .hero-grid {
    grid-template-columns:1.06fr .94fr;
    gap:0
  }
  .landing .hero-copy h1 {
    font-size:68px
  }
  .hero-card {
    width:153px;
    left:calc(50% - 76px);
    top:140px
  }
  .card-moon {
    --card-x:-84px
  }
  .card-sun {
    --card-x:84px
  }
  .orbit-outer {
    width:365px;
    height:365px
  }
  .orbit-label {
    display:none
  }
  .star-three {
    right:-7%;
    top:115px
  }
  .star-two {
    top:395px
  }
  .star-one {
    top:54px
  }
  .landing .hero-lede {
    font-size:16px
  }
  .landing .hero-description {
    font-size:14px
  }
  .desktop-break {
    display:none
  }
  .landing .hero-actions {
    gap:17px
  }
  .landing .hero-actions .button {
    padding:15px;
    gap:12px;
    font-size:13px
  }
  .landing .hero-actions .text-link {
    font-size:13px
  }
  .stage-caption {
    font-size:12px;
    white-space:nowrap
  }
  .stage-caption span {
    width:15px
  }
  .art-gallery {
    gap:0 22px
  }
  .art-tile {
    gap:12px
  }
  .art-tile img {
    width:60px;
    height:60px
  }
  .art-tile .art-name {
    font-size:21px
  }
  .section-heading {
    gap:40px
  }
  .section-heading>p {
    font-size:14px
  }
  .ritual-grid {
    gap:20px;
    grid-template-columns:1fr 1fr
  }
  .ritual-cards {
    gap:13px
  }
  .choice-card {
    width:110px
  }
  .ritual-table {
    min-height:390px
  }
  .table-ring {
    width:390px;
    height:290px
  }
  .daily-section {
    gap:45px
  }
  .daily-visual {
    min-height:650px
  }
  .phone-preview {
    width:270px
  }
  .daily-feature {
    gap:15px
  }
  .floating-moon {
    right:-10%;
    width:95px
  }
  .floating-rune {
    left:-8%;
    width:95px
  }
  .trust-grid {
    gap:27px
  }
  .landing .trust-grid h3 {
    font-size:23px
  }
  .trust-grid p {
    font-size:14px
  }
}

@media(max-width:680px) {
  .landing .page-width {
    width:calc(100% - 40px)
  }
  .landing section {
    padding:72px 0;
    scroll-margin-top:25px
  }
  .landing .masthead {
    position:absolute
  }
  .landing .nav-inner {
    height:76px
  }
  .landing .wordmark {
    font-size:30px;
    gap:9px
  }
  .landing .wordmark svg {
    width:28px;
    height:28px
  }
  .landing .menu-toggle {
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    width:44px;
    height:44px;
    background:none;
    border:1px solid var(--line);
    border-radius:50%;
    padding:12px;
    margin-left:auto;
    z-index:22
  }
  .menu-toggle span {
    display:block;
    background:var(--gold);
    height:1px;
    width:18px;
    transition:transform .25s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(4px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-4px) rotate(-45deg)
  }
  .landing .navigation {
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:15px 25px 25px;
    background:var(--bg);
    border-bottom:1px solid var(--line)
  }
  .landing .navigation.is-open {
    display:flex
  }
  .navigation a {
    padding:15px 0;
    border-bottom:1px solid var(--line)
  }
  .landing .hero-scene {
    padding-top:76px;
    min-height:0
  }
  .landing .hero-grid {
    display:flex;
    flex-direction:column;
    min-height:0;
    padding-top:45px;
    padding-bottom:0;
    text-align:center
  }
  .landing .hero-copy .eyebrow {
    font-size:9px;
    letter-spacing:.14em;
    margin-bottom:20px
  }
  .tiny-star {
    font-size:13px!important;
    padding-right:6px!important
  }
  .landing .hero-copy h1 {
    font-size:clamp(62px,15vw,86px);
    line-height:1.01;
    margin-bottom:22px
  }
  .landing .hero-lede {
    font-size:16px
  }
  .landing .hero-description {
    font-size:14px;
    max-width:330px;
    margin:auto
  }
  .landing .hero-actions {
    justify-content:center;
    gap:22px;
    margin-top:25px
  }
  .landing .hero-actions .button {
    font-size:14px;
    padding:16px 18px;
    gap:15px
  }
  .landing .launch-note {
    font-size:10px;
    justify-content:center;
    margin-top:18px
  }
  .celestial-stage {
    height:417px;
    width:100%;
    max-width:430px;
    margin-top:25px
  }
  .hero-card {
    width:143px;
    left:calc(50% - 71px);
    top:61px;
    border-radius:10px
  }
  .card-star {
    --card-y:-4px
  }
  .card-moon {
    --card-x:-89px;
    --card-y:27px
  }
  .card-sun {
    --card-x:89px;
    --card-y:27px
  }
  .orbit-outer {
    width:335px;
    height:335px;
    top:46%
  }
  .orbit-inner {
    width:220px;
    height:220px;
    top:46%
  }
  .hero-card img {
    border-radius:10px
  }
  .stage-caption {
    bottom:18px;
    font-size:13px
  }
  .star-one {
    top:2px;
    left:48%;
    font-size:30px
  }
  .star-two {
    left:5%;
    top:318px;
    font-size:21px
  }
  .star-three {
    right:2%;
    top:51px;
    font-size:30px
  }
  .landing .hero-bottom {
    padding:0 0 18px;
    justify-content:center
  }
  .scroll-hint {
    display:none!important
  }
  .experience-controls {
    gap:30px
  }
  .experience-controls button {
    font-size:11px
  }
  .hero-landscape {
    background-position:70% center
  }
  .hero-scene::after {
    background:linear-gradient(180deg,var(--night),color-mix(in srgb,var(--night) 65%,transparent) 25%,transparent 65%,var(--night))
  }
  .universe-ribbon>div {
    width:100%!important;
    padding:19px 20px;
    gap:22px;
    justify-content:flex-start
  }
  .universe-ribbon span {
    font-size:20px
  }
  .universe-ribbon i {
    font-size:16px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  .landing h2 {
    font-size:42px;
    line-height:1.09
  }
  .landing .eyebrow {
    font-size:10px;
    letter-spacing:.15em;
    margin-bottom:18px
  }
  .section-heading>p {
    margin-top:24px;
    font-size:15px
  }
  .art-filters {
    margin-top:25px;
    gap:25px;
    padding-bottom:0
  }
  .art-filters button {
    font-size:13px
  }
  .art-gallery {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 18px;
    min-height:0
  }
  .art-tile {
    min-height:108px;
    padding:18px 0;
    gap:10px
  }
  .art-tile img {
    width:50px;
    height:50px
  }
  .art-tile .art-name {
    font-size:19px
  }
  .art-tile .art-subtitle {
    font-size:10px;
    margin-top:5px
  }
  .art-tile .art-arrow {
    font-size:12px;
    display:none
  }
  .landing .gallery-note {
    font-size:12px;
    align-items:flex-start
  }
  .ritual-grid {
    display:flex;
    flex-direction:column;
    gap:42px;
    align-items:stretch
  }
  .ritual-copy {
    max-width:440px
  }
  .ritual-copy h2 {
    font-size:48px;
    line-height:1.05
  }
  .ritual-copy h2 br:nth-of-type(2) {
    display:none
  }
  .landing #ritual-intro {
    font-size:15px;
    margin-top:22px
  }
  .ritual-table {
    min-height:345px;
    width:100%;
    max-width:420px;
    margin:auto
  }
  .choice-card {
    width:clamp(91px,25vw,125px)
  }
  .ritual-cards {
    gap:14px;
    padding-top:15px
  }
  .table-ring {
    width:350px;
    height:250px;
    max-width:105%;
    top:46%
  }
  .table-star {
    top:-20px;
    font-size:24px
  }
  .landing .table-instruction {
    font-size:11px;
    margin-top:65px
  }
  .landing .ritual-result h3 {
    font-size:34px
  }
  .landing .daily-section {
    display:flex;
    flex-direction:column-reverse;
    gap:48px
  }
  .daily-visual {
    min-height:625px;
    width:100%;
    max-width:390px;
    margin:auto
  }
  .phone-preview {
    width:279px
  }
  .floating-moon {
    right:-1%;
    top:6%;
    width:100px
  }
  .floating-rune {
    left:-1%;
    width:90px;
    bottom:16%
  }
  .landing .section-lede {
    font-size:16px;
    margin-top:22px
  }
  .daily-feature {
    padding:23px 0
  }
  .landing .daily-feature h3 {
    font-size:24px
  }
  .daily-feature p {
    font-size:14px
  }
  .trust-grid {
    display:block;
    margin-top:20px
  }
  .trust-grid article {
    padding:28px 0;
    border-bottom:1px solid var(--line)
  }
  .trust-number {
    font-size:25px;
    margin-bottom:16px
  }
  .landing .trust-grid h3 {
    font-size:28px
  }
  .trust-grid p {
    font-size:15px
  }
  .trust-grid a {
    margin-top:13px
  }
  .faq-layout {
    grid-template-columns:1fr;
    gap:25px;
    margin-top:35px;
    padding-top:25px;
    border:0
  }
  .landing .faq-layout>h3 {
    font-size:31px
  }
  .faq-list summary {
    font-size:14px;
    padding-block:20px
  }
  .faq-list p {
    font-size:14px;
    padding-right:12px
  }
  .landing .contact-section {
    padding:62px 0 70px
  }
  .landing .contact-section h2 {
    font-size:39px
  }
  .contact-ornament {
    font-size:42px
  }
  .landing .contact-email {
    font-size:25px
  }
  .platforms {
    gap:15px
  }
  .landing-footer {
    padding-top:29px
  }
  .footer-top {
    gap:18px;
    flex-wrap:wrap
  }
  .footer-top p {
    order:3;
    width:100%;
    font-size:16px
  }
  .footer-links {
    gap:18px 22px;
    margin-top:27px;
    font-size:12px
  }
  .footer-bottom {
    display:block;
    font-size:11px;
    margin-top:25px;
    line-height:1.8
  }
  .footer-bottom p:last-child {
    margin-top:15px
  }
  .landing dialog {
    padding:35px 25px
  }
  .landing dialog h2 {
    font-size:35px
  }
  .landing dialog>p {
    font-size:15px
  }
  .landing dialog>img {
    width:105px;
    height:105px
  }
}

/* En móvil, las cartas entran en la primera pantalla y preceden a la llamada. */
@media(max-width:680px) {
  .landing .hero-grid {
    padding-top:25px
  }
  .landing .hero-copy {
    display:contents
  }
  .landing .hero-copy>.eyebrow {
    order:1;
    margin-bottom:17px
  }
  .landing .hero-copy h1 {
    order:2;
    font-size:clamp(56px,15vw,72px);
    margin-bottom:0
  }
  .landing .celestial-stage {
    order:3;
    height:320px;
    margin-top:18px
  }
  .landing .hero-lede {
    order:4;
    margin-top:10px;
    margin-bottom:0;
    font-size:15px
  }
  .landing .hero-description {
    display:none
  }
  .landing .hero-actions {
    order:5;
    margin-top:21px
  }
  .landing .launch-note {
    order:6;
    margin-top:14px;
    margin-bottom:20px
  }
  .hero-card {
    width:127px;
    left:calc(50% - 63.5px);
    top:36px
  }
  .card-moon {
    --card-x:-73px;
    --card-y:24px
  }
  .card-sun {
    --card-x:73px;
    --card-y:24px
  }
  .orbit-outer {
    width:285px;
    height:285px;
    top:47%
  }
  .orbit-inner {
    width:205px;
    height:205px;
    top:47%
  }
  .stage-caption {
    display:none
  }
  .star-one {
    top:-5px;
    font-size:26px
  }
  .star-two {
    top:270px;
    left:10%
  }
  .star-three {
    top:31px;
    right:8%;
    font-size:26px
  }
  .art-tile>span:not(.art-arrow) {
    min-width:0;
    overflow-wrap:anywhere
  }
}

.hero-offscreen .hero-scene * {
  animation-play-state:paused!important
}

.landing button:disabled:not(.choice-card) {
  cursor:default;
  opacity:.7
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  .landing *,.landing *::before,.landing *::after {
    animation:none!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important
  }
  .landing .hero-fan {
    transform:none
  }
  .landing .reveal {
    opacity:1!important;
    transform:none!important
  }
}

