/* Aurora Tikun home C2 — shared ES/EN. Paths relative to css/. */

  :root {
    --void: #0A0A12;
    --navy: #121330;
    --gold: #d4af37;
    --gold-soft: #e8cca1;
    --gold-deep: #6F581C;
    --bone: #eee8e2;
    --bone-2: #e4dcd6;
    --plum: #32263c;
    --plum-2: #281e32;
    --ink: #1c1830;
    --muted-bone: #5a5568;
    --cream: #f7f1e4;
    --r-card: 16px;
    --r-pill: 999px;
    --ease: cubic-bezier(0.32, 0.72, 0, 1);
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    font-family: Outfit, sans-serif;
    background: var(--bone);
    color: var(--ink);
    line-height: 1.5;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  h1, h2, h3 { font-family: "Cormorant Garamond", serif; font-weight: 600; letter-spacing: -0.02em; }
  .wrap { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }
  .skip {
    position: absolute; left: -999px; top: 8px; z-index: 80;
    background: var(--gold); color: var(--navy); padding: .55rem 1rem; border-radius: var(--r-pill);
  }
  .skip:focus { left: 12px; }
  .band-plum {
    color: var(--cream);
    background:
      linear-gradient(180deg, rgba(238,232,226,.45) 0%, rgba(50,38,60,0) 32px),
      linear-gradient(180deg, rgba(50,38,60,0) calc(100% - 32px), rgba(238,232,226,.45) 100%),
      #32263c;
  }
  .band-bone {
    color: var(--ink);
    background:
      linear-gradient(180deg, rgba(50,38,60,.22) 0%, rgba(238,232,226,0) 32px),
      linear-gradient(180deg, rgba(238,232,226,0) calc(100% - 32px), rgba(50,38,60,.18) 100%),
      #eee8e2;
  }

  .hero {
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
    padding: 5.5rem 0 5.5rem;
    background: linear-gradient(180deg, #32263c 0%, #32263c 78%, #4a3f48 100%);
  }
  .hero-bg {
    position: absolute; inset: 0;
    background: #32263c url("../img/design/hero-cosmic-banner-fixed.webp") center/cover no-repeat;
    opacity: .62;
  }
  .hero-bg::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(50,38,60,.78) 0%, rgba(50,38,60,.42) 52%, rgba(50,38,60,.22) 100%),
                linear-gradient(180deg, rgba(50,38,60,0) calc(100% - 32px), rgba(238,232,226,.38) 100%);
  }
  .nav-shell {
    position: relative; z-index: 20;
    display: flex; justify-content: center; padding: 0 12px 2.2rem;
  }
  .nav {
    display: flex; align-items: center; gap: 1.1rem;
    height: 56px; position: relative; width: min(980px, 100%);
    padding: 0 6px 0 1.15rem;
    border-radius: var(--r-pill);
    background: rgba(36,20,54,.55);
    border: 1px solid rgba(232,204,161,.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 40px rgba(0,0,0,.35);
  }
  .brand { font-family: "Cormorant Garamond", serif; font-size: 1.2rem; font-weight: 700; color: var(--gold-soft); }
  .nav-links { margin-left: auto; display: flex; gap: .85rem; font-size: .76rem; font-weight: 500; color: rgba(247,241,228,.72); }
  .nav-links a:hover { color: var(--gold-soft); }
  .btn-gold {
    display: inline-flex; align-items: center; justify-content: center;
    height: 44px; padding: 0 1.15rem; border-radius: var(--r-pill);
    background: var(--gold); color: var(--navy); font-weight: 600; font-size: .78rem;
    white-space: nowrap; border: 0;
  }
  .nav-cta {
    display: inline-flex; align-items: center;
    height: 42px; padding: 0 .55rem; border-radius: 0; border: 0;
    background: transparent; color: var(--gold-soft);
    font-weight: 500; font-size: .76rem; white-space: nowrap;
  }
  .nav-cta:hover, .btn-gold:hover { background: var(--gold-soft); color: var(--navy); }
  .nav-cta:hover { background: transparent; color: #fff; }
  .menu-btn {
    display: none; width: 40px; height: 40px; border: 0; border-radius: var(--r-pill);
    background: var(--gold); color: var(--navy); margin-left: auto;
  }
  .hero-grid {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center;
  }
  .hero h1 {
    font-size: clamp(2.3rem, 4.6vw, 3.7rem);
    line-height: 1.12; color: var(--cream); margin: 0 0 .85rem;
    text-wrap: balance; padding-bottom: 4px;
  }
  .hero h1 em { font-style: italic; font-weight: 400; color: var(--gold-soft); }
  .hero .seo-h2 {
    font-family: Outfit, sans-serif;
    font-size: clamp(.95rem, 1.6vw, 1.15rem);
    font-weight: 500;
    letter-spacing: .02em;
    color: var(--gold-soft);
    margin: -.35rem 0 .85rem;
  }
  .lede { margin: 0 0 1.4rem; max-width: 36ch; color: #c9c0d4; }
  .cta-row { display: flex; flex-wrap: wrap; gap: .7rem; }
  .btn-ghost {
    display: inline-flex; align-items: center; justify-content: center;
    height: 44px; padding: 0 1.15rem; border-radius: var(--r-pill);
    border: 1px solid rgba(232,204,161,.35); color: var(--gold-soft);
    font-weight: 600; font-size: .78rem; white-space: nowrap; background: transparent;
  }
  .btn-ghost:hover { background: rgba(232,204,161,.08); }
  .pdf-fan {
    position: relative;
    height: 520px;
  }
  .pdf-fan img {
    position: absolute;
    top: 24px;
    height: 460px;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: top center;
    border-radius: 6px;
    box-shadow: 0 22px 50px rgba(0,0,0,.45);
    border: 1px solid rgba(232,204,161,.18);
  }
  .pdf-fan .a { left: 6%; transform: rotate(-7deg); z-index: 1; }
  .pdf-fan .b { left: 30%; transform: rotate(1.5deg); z-index: 2; }
  .pdf-fan .c { left: 54%; transform: rotate(7deg); z-index: 3; }

  .entradas {
    display: grid;
    grid-template-columns: 1.15fr 1fr .95fr;
    gap: .7rem;
    padding: 2.2rem 0 0;
  }
  .entrada {
    border: 1px solid rgba(36,20,54,.14);
    border-radius: var(--r-card);
    padding: 1rem 1.1rem 1.1rem;
    display: flex;
    flex-direction: column;
    min-height: 148px;
    background: rgba(255,253,248,.55);
  }
  .entrada h2, .entrada h3 {
    margin: 0 0 .35rem;
    font-size: 1.15rem;
    color: var(--navy);
  }
  .entrada p {
    margin: 0 0 .9rem;
    font-size: .82rem;
    color: var(--muted-bone);
  }
  .entrada a {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 .9rem;
    border-radius: var(--r-pill);
    border: 1px solid rgba(36,20,54,.28);
    color: var(--navy);
    font-size: .72rem;
    font-weight: 600;
    white-space: nowrap;
    background: transparent;
    width: fit-content;
  }
  .entrada a:hover { background: rgba(36,20,54,.05); }
  .entrada.quiet { opacity: .92; }

  .quote { padding: 2.2rem 0 3.2rem; }
  .quote blockquote {
    margin: 0; font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.35rem, 2.4vw, 1.9rem); font-style: italic;
    color: var(--gold-deep); max-width: 22ch; line-height: 1.25;
  }
  .quote cite { display: block; margin-top: .7rem; font-style: normal; font-size: .78rem; color: var(--muted-bone); }

  .lecturas { padding: 3.4rem 0 4.4rem; }
  .lecturas h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); color: var(--cream); margin: 0 0 1.4rem; }
  .bento {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: .85rem;
  }
  .cell {
    background: var(--plum-2);
    border: 1px solid rgba(232,204,161,.14);
    border-radius: var(--r-card);
    overflow: hidden;
    display: flex; flex-direction: column; min-height: 230px;
  }
  .cell img { width: 100%; height: 110px; object-fit: cover; }
  .cell .pad { padding: 1rem 1.15rem 1.2rem; display: flex; flex-direction: column; flex: 1; }
  .cell h3 { margin: 0 0 .3rem; font-size: 1.3rem; color: var(--cream); }
  .cell p { margin: 0 0 .8rem; color: #b7aec4; font-size: .86rem; }
  .price { margin-top: auto; font-size: 1.15rem; font-weight: 600; color: var(--gold-soft); }
  .price span { font-size: .7rem; font-weight: 400; color: #b7aec4; }
  .buy {
    margin-top: .7rem; min-height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--gold); color: var(--navy);
    border-radius: var(--r-pill); font-size: .75rem; font-weight: 600; white-space: nowrap;
    padding: .65rem 1.1rem;
  }
  .buy:hover { background: var(--gold-soft); }
  .tikun {
    grid-row: 1 / span 2;
    position: relative;
    isolation: isolate;
    min-height: 420px;
  }
  .badge-top {
    position: absolute; top: 14px; left: 1.15rem; z-index: 3;
    background: var(--navy); color: var(--gold-soft);
    border: 1px solid var(--gold); border-radius: var(--r-pill);
    padding: .3rem .8rem; font-size: .68rem; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0,0,0,.35);
  }
  .tikun::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/tikun_premium_bg.webp") center 12% / cover no-repeat;
    opacity: .34;
    z-index: 0;
  }
  .tikun img {
    height: 240px;
    position: relative;
    z-index: 1;
    -webkit-mask-image: linear-gradient(#000 78%, transparent);
    mask-image: linear-gradient(#000 78%, transparent);
  }
  .tikun .pad {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(40,30,50,0) 0%, rgba(40,30,50,.78) 38%, rgba(40,30,50,.94) 100%);
  }
  .tikun h3 { font-size: 1.75rem; }
  .astro { grid-column: 1 / -1; display: grid; grid-template-columns: 240px 1fr auto; gap: 1.1rem; align-items: center; min-height: 140px; }
  .astro img { height: 140px; width: 240px; }
  .astro .pad { padding: 1rem 1.2rem 1rem 0; }

  .checkout {
    padding: 3.4rem 0 4.4rem;
    display: grid; grid-template-columns: 1fr 1.05fr; gap: 2.4rem; align-items: center;
  }
  .checkout h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); color: var(--navy); margin: 0 0 1.3rem; }
  .verb { padding: .9rem 0; border-top: 1px solid rgba(36,20,54,.12); }
  .verb h3 { margin: 0 0 .2rem; font-size: 1.15rem; color: var(--gold-deep); }
  .verb p { margin: 0; color: var(--muted-bone); font-size: .92rem; }
  .tree {
    border-radius: 1.2rem; overflow: hidden; border: 1px solid rgba(36,20,54,.1);
  }
  .tree img { width: 100%; height: 380px; object-fit: cover; opacity: .95; }

  .cierre { padding: 3.4rem 0 4.4rem; }
  .cierre-box {
    border: 1px solid rgba(232,204,161,.2);
    background: var(--plum-2);
    border-radius: 1.5rem;
    padding: 2rem 1.6rem;
    display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
  }
  .cierre h2 { margin: 0 0 .4rem; font-size: 1.8rem; color: var(--cream); }
  .cierre p { margin: 0; color: #b7aec4; max-width: 42ch; }

  .quien { padding: 3.4rem 0 4rem; }
  .quien img { width: 112px; height: 112px; object-fit: cover; border-radius: var(--r-card); margin-bottom: 1rem; }
  .quien h2 { font-size: 1.7rem; color: var(--navy); margin: 0 0 .6rem; }
  .quien h3 { font-size: 1.15rem; color: var(--navy); margin: 0 0 .45rem; }
  .quien p { max-width: 62ch; color: var(--muted-bone); margin: 0 0 .6rem; }
  .quien a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
  .quien .line { font-family: "Cormorant Garamond", serif; font-style: italic; color: var(--gold-deep); font-size: 1.12rem; }

  .faq { padding: 3rem 0 1.2rem; }
  .faq h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--cream); margin: 0 0 1rem; }
  .faq details { border-top: 1px solid rgba(232,204,161,.16); padding: .85rem 0; }
  .faq summary {
    cursor: pointer;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
    color: var(--cream);
    list-style: none;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq p { margin: .45rem 0 0; color: #b7aec4; max-width: 62ch; font-size: .92rem; }

  footer {
    padding: 1.6rem 0 2.4rem;
    display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
    font-size: .78rem; color: #b7aec4;
  }
  footer span:last-child { display: flex; gap: 1rem; }
  footer a { color: var(--gold-soft); }

  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
  .reveal.on { opacity: 1; transform: none; }

  @media (max-width: 639px) {
    .nav-links, .nav-cta { display: none; }
    .menu-btn { display: grid; place-items: center; }
    .hero-grid, .bento, .checkout, .astro, .entradas { grid-template-columns: 1fr; }
    .tikun, .astro { grid-column: auto; grid-row: auto; }
    .astro img { width: 100%; height: 160px; }
    .hero { min-height: auto; padding: 1.1rem 0 2.4rem; }
    .pdf-fan { height: 380px; }
    .pdf-fan img { height: 340px; width: auto; max-width: none; left: auto; right: auto; transform: none; }
    .pdf-fan .a, .pdf-fan .c { display: none; }
    .pdf-fan .b { left: 50%; top: 12px; transform: translateX(-50%); z-index: 3; }
    .cta-row .btn-gold { min-height: 44px; }
    .entrada a, .buy { min-height: 44px; }
  }
  @media (min-width: 640px) and (max-width: 1023px) {
    .hero-grid { grid-template-columns: 1fr; gap: 1.6rem; }
    .bento { grid-template-columns: 1fr 1fr; }
    .tikun { grid-row: auto; }
    .astro { grid-column: 1 / -1; }
    .checkout { grid-template-columns: 1fr; }
    .entradas { grid-template-columns: 1fr 1fr; }
    .entrada.quiet { grid-column: 1 / -1; }
    .hero { min-height: auto; padding: 2rem 0 3rem; }
    .pdf-fan { height: 440px; }
    .pdf-fan img { height: 400px; }
  }
  @media (prefers-reduced-motion: reduce) {
    * { transition: none !important; }
    .reveal { opacity: 1; transform: none; }
    html { scroll-behavior: auto; }
  }

  .nav-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(280px, 100%);
    flex-direction: column;
    gap: .15rem;
    padding: .7rem;
    background: rgba(40,30,50,.97);
    border-radius: 16px;
    border: 1px solid rgba(232,204,161,.22);
    z-index: 40;
  }
  .nav-panel a {
    color: var(--cream);
    padding: .7rem .85rem;
    border-radius: 10px;
    font-size: .84rem;
    font-weight: 500;
  }
  .nav-panel a:hover { background: rgba(232,204,161,.1); color: var(--gold-soft); }
  .nav-panel.open { display: flex; }
  footer span:last-child { flex-wrap: wrap; }
  .lang { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(247,241,228,.55); }
  .lang:hover { color: var(--gold-soft); }
