/* Prueba visual clara de la home. La tipografia sigue viniendo de home.css. */
:root {
  --ink: #211b16;
  --muted: #746b61;
  --gold: #b88218;
  --gold-dark: #a16f0d;
  --plum: #eee5f0;
  --black: #fbfaf7;
  --panel: #ffffff;
  --line: #ded7cc;
}

body { background: var(--black); }
body { font-size: 17px; }
.site-header {
  background: rgba(251, 250, 247, .9);
  border-bottom-color: rgba(161, 111, 13, .18);
  box-shadow: 0 8px 30px rgba(62, 48, 30, .05);
}
.site-header > .brand {
  display: block;
  width: 198px;
  height: 58px;
  flex: 0 0 198px;
  overflow: hidden;
  background: url('/assets/brand-wordmark.png') center / contain no-repeat;
  color: transparent;
  font-size: 0;
  white-space: nowrap;
}
.site-header > .brand span { display: none; }
.site-header nav a { font-size: .94rem; }
.portal-hero {
  background:
    radial-gradient(circle at 50% 27%, rgba(207, 178, 218, .58) 0, rgba(244, 237, 244, .72) 28%, transparent 61%),
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.hero-copy { color: #655b51; }
.hero-orbit { border-color: rgba(184, 130, 24, .24); }
.hero-orbit::before, .hero-orbit::after { border-color: rgba(184, 130, 24, .13); }
.button.gold { background: #171319; color: #fff; }
.button.gold:hover { background: #33243a; }
.text-link { color: #6e6359; }
.intro-art { background: #eee7de; }
.intro {
  position: relative;
  background: radial-gradient(circle at 17% 48%, rgba(224,207,229,.48) 0, rgba(244,237,244,.3) 17%, transparent 35%);
}
.intro-visual { position: relative; }
.intro-art {
  position: relative;
  width: min(340px, 100%);
  max-width: 340px;
  border: 1px solid rgba(184,130,24,.34);
  border-radius: 30px;
  background: #1a111d;
  box-shadow: 0 28px 75px rgba(72,45,78,.18), 0 8px 24px rgba(73,55,32,.1);
}
.intro-art::before {
  position: absolute;
  z-index: 1;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 21px;
  pointer-events: none;
  content: "";
}
.intro-art img { transform: scale(1.015); }
.intro-quote > span { color: rgba(184, 130, 24, .42); }
.world-heading {
  max-width: 1320px;
  margin: auto;
  padding: 115px 6vw 0;
}
.world-heading h2 {
  max-width: 820px;
  margin: 0;
  font: 500 clamp(2.9rem, 5.7vw, 5.2rem)/.95 var(--serif);
}
.carousel-hint { display: none; }
@keyframes carousel-nudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

/* Cuatro disciplinas en una unica fila en desktop. */
.world-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.world-card {
  min-height: 430px;
  padding: 34px 28px;
  border-color: #ddd4c8;
  border-radius: 24px;
  background: linear-gradient(155deg, #fff, #f5f1eb);
  box-shadow: 0 15px 45px rgba(73, 55, 32, .06);
  overflow: hidden;
}
.world-card.featured {
  border-color: #cab596;
  background: linear-gradient(155deg, #eee4f0, #faf6fb);
}
.world-card.featured h3 { text-align: center; }
.world-card h3 {
  margin-top: 72px;
  font-size: clamp(2.35rem, 3.25vw, 3.65rem);
  line-height: .94;
}
.world-card p:not(.eyebrow) { color: #756b61; }
.card-symbol { right: auto; left: 28px; top: 28px; }
.world-card > .eyebrow {
  display: flex;
  min-height: 52px;
  align-items: center;
  margin-left: 68px;
}
.world-card .card-cta {
  right: 28px;
  bottom: 30px;
  left: 28px;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #171319;
  border-radius: 999px;
  background: #171319;
  color: #fff;
  font-weight: 600;
}
.card-link:hover .card-cta { text-decoration: none; background: #33243a; }
.card-link:hover { box-shadow: 0 20px 55px rgba(73, 55, 32, .13); }

.live-reading {
  position: relative;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 0;
  max-width: 1320px;
  margin: 0 auto 125px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d6c7d8;
  border-radius: 28px;
  background: linear-gradient(120deg, #eee4f0, #f8f3f8 68%, #fff);
  box-shadow: 0 24px 70px rgba(67, 42, 73, .1);
}
.free-reading-heading {
  max-width: 1320px;
  margin: 0 auto 34px;
  padding: 0 6vw;
}
.free-reading-heading h2 {
  max-width: 820px;
  margin: 0;
  font: 500 clamp(2.8rem, 5vw, 4.8rem)/.95 var(--serif);
}
.live-reading > div:first-child { position: relative; z-index: 1; padding: clamp(52px, 7vw, 90px); }
.live-reading > div:first-child p:last-child { color: #685e55; }
.live-reading h2 { max-width: 720px; }
.live-reading .button { margin-top: 28px; }
.live-reading .button.gold {
  min-height: 54px;
  padding-inline: 30px;
  background: #171319;
  color: #fff;
  box-shadow: 0 12px 28px rgba(23,19,25,.18);
}
.live-reading .button.gold:hover { background: #33243a; }
.reading-art { align-self: stretch; width: 100%; min-height: 540px; border: 0; border-left: 1px solid #d6c7d8; background: #eee7ef; }
.reading-art img { object-position: center; }
.experience-list b { color: #8d8378; }
.journal-card,
.journal-card:nth-child(2) {
  display: flex;
  flex-direction: column;
  border-color: #d9d0c4;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f4f0ea);
  box-shadow: 0 16px 45px rgba(73, 55, 32, .06);
}
.journal-card .journal-index { background: rgba(255, 255, 255, .8); }
.journal-meta { color: #857a6e; }
.site-footer { background: #f3efe8; }
.footer-main .brand {
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 18px;
  background: #fbfaf7 url('/assets/brand-monogram.png') center / contain no-repeat;
  box-shadow: 0 8px 24px rgba(73, 55, 32, .08);
  color: transparent;
  font-size: 0;
}
.footer-main .brand span { display: none; }
.footer-bottom { border-top-color: #d9d0c4; }
.developer-credit:hover { box-shadow: 0 10px 28px rgba(73, 55, 32, .12); }
.footer-social { flex-direction: row; flex-wrap: wrap; }
.footer-social .eyebrow { flex: 0 0 100%; }
.footer-social a {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  background: #171319;
  color: #fff;
  font-size: 0 !important;
}
.footer-social a:hover { background: #33243a; color: #fff; }
.footer-social a svg { display: none; }
.footer-social a::before,
.transaction-footer a[href*="instagram"]::before,
.transaction-footer a[href*="wa.me"]::before {
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.footer-social a[href*="instagram"]::before,
.transaction-footer a[href*="instagram"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.2' cy='6.8' r='1.1' fill='white' stroke='none'/%3E%3C/svg%3E");
}
.footer-social a[href*="wa.me"]::before,
.transaction-footer a[href*="wa.me"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11.7a8 8 0 0 1-11.8 7L4 20l1.3-4.1A8 8 0 1 1 20 11.7Z'/%3E%3Cpath d='M9 8.2c.2-.4.4-.4.7-.4h.4c.2 0 .3.1.4.4l.7 1.7c.1.3.1.5-.1.7l-.5.6c-.2.2-.1.4 0 .6.6 1.1 1.5 2 2.6 2.6.2.1.4.2.6 0l.7-.8c.2-.2.4-.2.7-.1l1.6.8c.3.1.4.3.4.5 0 .3-.1 1.2-.8 1.7-.6.5-1.4.7-2.3.4-1.1-.3-2.7-1-4.4-2.5-1.4-1.3-2.4-2.8-2.7-3.9-.3-.9 0-1.7.4-2.2.4-.4.8-.5 1.1-.5'/%3E%3C/svg%3E");
}
.developer-credit {
  border-color: #171319;
  background: #171319;
  color: #fff;
}
.developer-credit span { color: #fff; }
.developer-credit:hover { border-color: #33243a; background: #33243a; }
.experiences { padding-top: 0; padding-bottom: 60px; }
.journal-section { padding-top: 68px; }

/* Categoria Numerologia y notas editoriales. */
.numerology-hero {
  padding-bottom: 50px;
  background: radial-gradient(circle at 50% 18%, rgba(207,178,218,.55), rgba(246,240,246,.72) 38%, transparent 72%), #fbfaf7;
}
.numerology-hero + .services-section { padding-top: 62px; }
.service-card {
  min-height: 390px;
  padding-bottom: 102px;
  border-color: #ddd4c8;
  border-radius: 24px;
  background: linear-gradient(155deg, #fff, #f5f1eb);
  box-shadow: 0 14px 38px rgba(73,55,32,.05);
}
.service-card.available {
  border-color: #cab596;
  background: linear-gradient(155deg, #eee4f0, #faf6fb);
}
.service-topic + .service-topic { margin-top: 105px; }
.topic-heading {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.topic-heading > span { color: var(--gold); font: 500 2.5rem/1 var(--serif); }
.topic-heading .eyebrow { margin-bottom: 8px; }
.topic-heading h3 { margin: 0; font: 500 clamp(2.1rem, 4vw, 3.4rem)/1 var(--serif); }
.service-card .card-cta {
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #171319;
  border-radius: 999px;
  background: #171319;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
}
.service-card .card-cta.disabled {
  border-color: #d6cec3;
  background: #eee9e2;
  color: #867c71;
}
.service-card.card-link:hover .card-cta { background: #33243a; text-decoration: none; }
.article-hero,
.article-hero.personal {
  border-bottom-color: #d8c8b5;
  background: radial-gradient(circle at 76% 16%, rgba(213,188,220,.62) 0, transparent 33%), linear-gradient(145deg,#f3ebf4,#fbfaf7 72%);
}
.article-lead,
.article-opening,
.article-body > p,
.article-body li { color: #5f554b !important; }
.article-body blockquote {
  background: #f1e8f2;
  color: #33273a;
}
.article-cta {
  background: radial-gradient(circle at 100% 0,#e4d4e7,transparent 48%),#f7f1f7;
}
.article-cover img { box-shadow: 0 30px 90px rgba(73,55,32,.16); }

/* Legibilidad prioritaria para lectura mobile y publico +40. */
.eyebrow { font-size: .82rem; line-height: 1.55; }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; font-size: .9rem; }
.button { font-size: 1.1rem; }
.hero-copy,
.intro-quote p,
.world-card p:not(.eyebrow),
.live-reading > div:first-child p:last-child,
.experience-list p,
.journal-card > p:not(.eyebrow),
.numerology-hero > p:not(.eyebrow),
.service-card p { font-size: 1rem; }
.text-link { font-size: .95rem; }
.soon,
.available-label,
.experience-list b { font-size: .76rem; }
.world-card .card-cta,
.service-card .card-cta { font-size: 1.05rem; }
.journal-meta {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  align-items: center;
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 26px;
  font-size: .9rem;
}
.journal-meta i {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: #171319;
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
}
.footer-main > div:first-child p,
.footer-main nav a,
.footer-social a,
.footer-bottom > p,
.developer-credit span,
.developer-credit strong,
.developer-credit i { font-size: .9rem; }
.article-meta { font-size: .9rem; }
.article-body > p,
.article-body li { font-size: 1.1rem; }

@media (max-width: 1080px) {
  .site-header .main-nav,
  .public-header .main-nav {
    background: rgba(251, 250, 247, .98);
    box-shadow: 0 24px 50px rgba(73, 55, 32, .15);
  }
}

@media (max-width: 850px) {
  .intro-art::after {
    background: linear-gradient(180deg, rgba(251,250,247,.4), rgba(251,250,247,.5) 48%, rgba(251,250,247,.72));
  }
  .intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    padding: 64px 20px 68px;
    background: #f4edf4;
  }
  .intro > .intro-visual {
    position: relative;
    z-index: 1;
    inset: auto;
    width: 100%;
    max-width: none;
    height: auto;
    grid-column: 1;
    grid-row: 1;
  }
  .intro-visual .eyebrow {
    position: static;
    margin: 0 4px 20px;
    color: #806020;
  }
  .intro-art { display: none; }
  .intro > .intro-quote {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 54px 28px 30px;
    border: 1px solid rgba(184,130,24,.25);
    border-radius: 24px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 55px rgba(73,55,32,.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .intro-quote h2,
  .intro-quote p { width: 100%; max-width: none; }
  .intro-quote > span { top: 12px; left: 24px; font-size: 4.5rem; }
  .intro-quote h2 { font-size: clamp(2.9rem, 12vw, 3.8rem); }
  .intro-quote p { margin-top: 22px; }
  .world-heading { padding: 82px 20px 24px; }
  .world-heading h2 { font-size: clamp(3rem, 12vw, 4.2rem); }
  .carousel-hint {
    display: flex;
    max-width: 1320px;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin: 0;
    padding: 0 22px;
    color: #806020;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .04em;
  }
  .carousel-hint span {
    display: inline-block;
    font-size: 1.25rem;
    animation: carousel-nudge 1.5s ease-in-out infinite;
  }

  /* Carrusel tactil: la siguiente card queda visible como invitacion a deslizar. */
  .world-grid {
    display: flex;
    max-width: none;
    padding: 18px 0 92px 20px;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .world-grid::-webkit-scrollbar { display: none; }
  .world-card {
    flex: 0 0 min(82vw, 390px);
    min-height: 410px;
    scroll-snap-align: start;
  }
  .world-card:last-child { margin-right: 20px; }
  .free-reading-heading { margin-bottom: 24px; padding: 0 20px; }
  .free-reading-heading h2 { font-size: clamp(2.8rem, 11vw, 3.8rem); }
  .live-reading { grid-template-columns: 1fr; margin: 0 20px 90px; }
  .live-reading > div:first-child { padding: 52px 34px 42px; }
  .reading-art { grid-row: auto; min-height: 360px; max-width: none; border-top: 1px solid #d6c7d8; border-left: 0; }
  .live-reading .button,
  .live-reading .button.gold {
    width: 100%;
    padding: 16px 18px;
    text-align: center;
    line-height: 1.25;
  }
  .services-section { max-width: none; padding-right: 0; }
  .services-section > .section-heading { padding-right: 20px; }
  .service-topic + .service-topic { margin-top: 82px; }
  .topic-heading { margin-right: 20px; grid-template-columns: 50px 1fr; gap: 14px; }
  .topic-heading > span { font-size: 2rem; }
  .services-grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    padding-right: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .services-grid::-webkit-scrollbar { display: none; }
  .service-card { flex: 0 0 min(82vw, 390px); min-height: 390px; scroll-snap-align: start; }
}

@media (max-width: 560px) {
  html { font-size: 17px; }
  body { font-size: 18px; }
  .eyebrow { font-size: .78rem; }
  .hero-copy,
  .intro-quote p,
  .world-card p:not(.eyebrow),
  .live-reading > div:first-child p:last-child,
  .experience-list p,
  .journal-card > p:not(.eyebrow),
  .numerology-hero > p:not(.eyebrow),
  .service-card p { font-size: 1rem; line-height: 1.7; }
  .button,
  .world-card .card-cta,
  .service-card .card-cta { min-height: 52px; font-size: 1.05rem; }
  .service-card .card-cta {
    padding-inline: 12px;
    font-size: .88rem;
    white-space: nowrap;
  }
  .journal-meta { margin-top: auto; padding-top: 28px; gap: 14px; }
  .journal-meta i { min-height: 48px; font-size: 1rem; }
  .footer-main nav a,
  .footer-social a { min-height: 44px; align-items: center; font-size: 1rem; }
  .intro { min-height: 0; padding-top: 52px; padding-bottom: 55px; }
  .intro-quote { padding: 48px 24px 26px; }
  .intro-quote h2 { font-size: 3.05rem; }
  .live-reading .button { font-size: 1rem; }
  .world-heading { padding-top: 72px; }
  .world-heading h2 { font-size: 3.15rem; }
  .experiences { padding-bottom: 40px; }
  .journal-section { padding-top: 52px; }
  .numerology-hero { padding-bottom: 38px; }
  .numerology-hero + .services-section { padding-top: 48px; }
  .world-grid { padding-left: 20px; padding-right: 0; }
  .world-card { flex-basis: 82vw; padding: 30px; }
  .world-card h3 { margin-top: 62px; font-size: 3rem; }
  .site-header > .brand {
    width: 178px;
    height: 54px;
    flex-basis: 178px;
  }
}
