/* Ignacio Novo · estilos consolidados
   Generado desde los bloques inline del index original, conservando su orden. */

/* ===== Bloque original 1 ===== */
:root {
      --paper: #f4ede2;
      --paper-soft: #fbf7f0;
      --paper-deep: #e7d7c2;
      --ink: #18120e;
      --ink-soft: #55483d;
      --muted: #7a6b5e;
      --night: #0f0b08;
      --night-soft: #21150f;
      --gold: #af7d2e;
      --gold-light: #d8b873;
      --line: rgba(24, 18, 14, .12);
      --line-light: rgba(255, 255, 255, .14);
      --shadow: 0 28px 70px rgba(59, 42, 28, .14);
      --shadow-soft: 0 16px 42px rgba(59, 42, 28, .09);
      --radius: 26px;
      --max: 1180px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      background: var(--paper);
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open { overflow: hidden; }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }
    p { font-size: 18px; }
    section { scroll-margin-top: 88px; }

    .skip-link {
      position: fixed;
      left: 16px;
      top: -80px;
      z-index: 1000;
      padding: 12px 16px;
      background: var(--ink);
      color: white;
      border-radius: 8px;
    }
    .skip-link:focus { top: 16px; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(251, 247, 240, .94);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(24, 18, 14, .08);
    }
    .nav {
      max-width: var(--max);
      min-height: 78px;
      margin: 0 auto;
      padding: 13px 26px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .brand { display: flex; flex-direction: column; line-height: 1.1; }
    .brand strong {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 26px;
      font-weight: 400;
      letter-spacing: -.35px;
    }
    .brand span {
      margin-top: 5px;
      color: var(--muted);
      font-size: 10px;
      letter-spacing: 2.3px;
      text-transform: uppercase;
    }
    .nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; }
    .nav-links > a { color: rgba(24,18,14,.76); white-space: nowrap; transition: color .2s ease; }
    .nav-links > a:hover, .nav-links > a:focus-visible { color: var(--gold); }
    .nav-cta {
      padding: 11px 17px;
      border: 1px solid rgba(175,125,46,.42);
      border-radius: 999px;
    }
    .nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); color: var(--paper) !important; border-color: var(--ink); }
    .menu-button {
      display: none;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: transparent;
      cursor: pointer;
    }
    .menu-icon, .menu-icon::before, .menu-icon::after {
      width: 19px;
      height: 1px;
      background: var(--ink);
      display: block;
      position: relative;
      transition: transform .2s ease, opacity .2s ease;
    }
    .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
    .menu-icon::before { top: -6px; }
    .menu-icon::after { top: 6px; }
    .menu-button[aria-expanded="true"] .menu-icon { background: transparent; }
    .menu-button[aria-expanded="true"] .menu-icon::before { top: 0; transform: rotate(45deg); }
    .menu-button[aria-expanded="true"] .menu-icon::after { top: 0; transform: rotate(-45deg); }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 12% 18%, rgba(216,184,115,.20), transparent 26%),
        radial-gradient(circle at 78% 20%, rgba(255,255,255,.58), transparent 24%),
        linear-gradient(135deg, #fffaf3 0%, #efe0ce 52%, #d6bea1 100%);
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .16;
      background-image: linear-gradient(90deg, rgba(24,18,14,.04) 1px, transparent 1px), linear-gradient(rgba(24,18,14,.035) 1px, transparent 1px);
      background-size: 58px 58px;
      mask-image: linear-gradient(to right, transparent, black 45%, black);
    }
    .hero-grid {
      position: relative;
      z-index: 2;
      max-width: 1280px;
      min-height: calc(100vh - 78px);
      margin: 0 auto;
      padding: 72px 38px 100px;
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 62px;
      align-items: center;
    }
    .eyebrow, .label {
      display: block;
      color: var(--gold);
      font-size: 11px;
      letter-spacing: 3.4px;
      text-transform: uppercase;
      margin-bottom: 15px;
    }
    h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
    h1 {
      font-size: clamp(58px, 7.8vw, 112px);
      line-height: .92;
      letter-spacing: -4px;
      max-width: 790px;
      margin-bottom: 27px;
    }
    .hero-claim {
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(28px, 3.1vw, 48px);
      line-height: 1.15;
      max-width: 700px;
      margin-bottom: 24px;
    }
    .hero-intro { color: var(--ink-soft); max-width: 660px; margin-bottom: 34px; }
    .actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
    .btn {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 24px;
      border: 1px solid var(--ink);
      border-radius: 999px;
      font-size: 11px;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    }
    .btn:hover, .btn:focus-visible { transform: translateY(-2px); }
    .btn.dark { background: var(--ink); color: var(--paper); }
    .btn.dark:hover, .btn.dark:focus-visible { background: var(--gold); border-color: var(--gold); color: var(--ink); }
    .btn.light { background: rgba(255,255,255,.24); }
    .btn.light:hover, .btn.light:focus-visible { background: rgba(255,255,255,.65); }
    .btn.gold { background: var(--gold-light); border-color: var(--gold-light); color: var(--ink); }
    .btn.ghost-dark { color: var(--paper); border-color: rgba(255,255,255,.34); }
    .btn.ghost-dark:hover { background: var(--paper); color: var(--ink); }
    .proof {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      color: var(--muted);
      font-size: 14px;
      max-width: 620px;
      margin-top: 30px;
    }
    .proof::before { content: ""; width: 46px; height: 1px; background: var(--gold); margin-top: 12px; flex: 0 0 auto; }
    .portrait-stage {
      position: relative;
      min-height: 600px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .portrait-glow {
      position: absolute;
      inset: 4% 3% 4% 10%;
      border-radius: 48% 48% 38% 62% / 45% 45% 55% 55%;
      background:
        radial-gradient(circle at 45% 25%, rgba(255,255,255,.82), transparent 30%),
        linear-gradient(155deg, rgba(255,255,255,.58), rgba(146,102,60,.16));
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 46px 100px rgba(68,46,27,.20);
    }
    .portrait-stage img {
      position: relative;
      z-index: 2;
      width: min(430px, 86%);
      max-height: 570px;
      object-fit: cover;
      object-position: 50% 12%;
      border-radius: 48% 48% 34px 34px / 25% 25% 34px 34px;
      filter: sepia(.08) contrast(1.02) saturate(.90);
      box-shadow: 0 34px 70px rgba(40,27,18,.22);
    }
    .portrait-note {
      position: absolute;
      z-index: 3;
      left: 0;
      bottom: 42px;
      width: min(340px, 72%);
      padding: 23px 24px;
      border: 1px solid var(--line-light);
      border-radius: 22px;
      color: var(--paper);
      background: rgba(15,11,8,.88);
      backdrop-filter: blur(16px);
      box-shadow: 0 22px 60px rgba(0,0,0,.26);
    }
    .portrait-note small { color: var(--gold-light); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; }
    .portrait-note p { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.3; margin-top: 8px; }

    .section { padding: 112px 26px; }
    .section-inner { max-width: var(--max); margin: 0 auto; }
    .section-title {
      font-size: clamp(42px, 5vw, 75px);
      line-height: .99;
      letter-spacing: -2px;
    }
    .section-lead { max-width: 760px; margin-top: 24px; color: var(--ink-soft); font-size: 19px; }
    .dark {
      color: var(--paper);
      background:
        radial-gradient(circle at 18% 14%, rgba(216,184,115,.18), transparent 24%),
        radial-gradient(circle at 84% 36%, rgba(255,255,255,.05), transparent 28%),
        linear-gradient(145deg, var(--night-soft), var(--night));
    }
    .dark .section-lead, .dark p { color: #b8a99a; }
    .split { display: grid; grid-template-columns: .84fr 1.16fr; gap: 70px; align-items: start; }
    .card {
      padding: 40px;
      background: var(--paper-soft);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-soft);
    }
    .dark .card { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.13); box-shadow: 0 26px 74px rgba(0,0,0,.23); }
    .card h3 { font-size: clamp(30px, 3vw, 42px); line-height: 1.08; margin-bottom: 18px; }
    .card p { color: var(--ink-soft); margin-bottom: 17px; }
    .card p:last-child { margin-bottom: 0; }

    /* Audio */
    .listen-section { position: relative; z-index: 5; margin-top: -54px; padding: 0 26px 40px; }
    .listen-card {
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 46px;
      align-items: center;
      padding: 42px;
      border-radius: 30px;
      color: var(--paper);
      background:
        radial-gradient(circle at 85% 10%, rgba(216,184,115,.20), transparent 25%),
        linear-gradient(140deg, #24170f, #0f0b08);
      box-shadow: 0 34px 80px rgba(43,29,18,.28);
      border: 1px solid rgba(255,255,255,.10);
    }
    .listen-card h2 { font-size: clamp(38px, 4vw, 62px); line-height: 1; margin-bottom: 15px; }
    .listen-card p { color: #b8a99a; }
    .audio-player {
      display: grid;
      grid-template-columns: 62px 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 20px;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,.13);
      background: rgba(255,255,255,.055);
    }
    .play-button {
      width: 60px;
      height: 60px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 999px;
      background: var(--gold-light);
      color: var(--ink);
      cursor: pointer;
      transition: transform .2s ease;
    }
    .play-button:hover, .play-button:focus-visible { transform: scale(1.04); }
    .play-symbol { width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid currentColor; }
    .play-button.playing .play-symbol { width: 13px; height: 16px; margin-left: 0; border: 0; border-left: 4px solid currentColor; border-right: 4px solid currentColor; }
    .track-meta strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 400; }
    .track-meta span { display: block; color: #9f9082; font-size: 13px; margin-top: 2px; }
    .progress { width: 100%; accent-color: var(--gold-light); margin-top: 12px; cursor: pointer; }
    .time { color: #b8a99a; font-size: 13px; min-width: 82px; text-align: right; }
    audio { display: none; }

    /* Testimonios */
    .testimonials { padding-top: 88px; }
    .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
    .testimonial {
      min-height: 280px;
      padding: 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: var(--radius);
      background: var(--paper-soft);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }
    .testimonial::before { content: "“"; color: var(--gold); font-family: Georgia, serif; font-size: 62px; line-height: .7; }
    .testimonial blockquote { font-size: 23px; line-height: 1.36; margin: 18px 0 24px; }
    .testimonial cite { color: var(--muted); font-size: 14px; font-style: normal; }

    /* Gateways */
    .gateway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
    .gateway-card {
      min-height: 300px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--paper-soft);
      box-shadow: var(--shadow-soft);
    }
    .gateway-card.primary {
      color: var(--paper);
      border-color: rgba(255,255,255,.11);
      background:
        radial-gradient(circle at 85% 10%, rgba(216,184,115,.16), transparent 25%),
        linear-gradient(140deg, var(--night-soft), var(--night));
    }
    .gateway-card h3 { font-size: 34px; line-height: 1.08; margin-bottom: 13px; }
    .gateway-card p { color: var(--ink-soft); font-size: 16px; }
    .gateway-card.primary p { color: #b8a99a; }
    .text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--gold); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
    .badge {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(175,125,46,.13);
      color: var(--gold);
      font-size: 10px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .badge.light { background: rgba(216,184,115,.14); color: var(--gold-light); }

    /* El Refugio */
    .refugio-name { font-size: clamp(62px, 8vw, 116px); line-height: .88; letter-spacing: -4px; margin-bottom: 26px; }
    .refugio-kicker { max-width: 600px; color: var(--gold-light) !important; font-family: Georgia, serif; font-size: 24px; line-height: 1.38; }
    .membership-definition {
      margin-bottom: 25px;
      padding: 18px 20px;
      border-left: 2px solid var(--gold-light);
      background: rgba(255,255,255,.045);
      color: #ded0c2 !important;
      font-size: 19px;
    }
    .included-list { list-style: none; margin: 24px 0 28px; display: grid; gap: 12px; }
    .included-list li { position: relative; padding-left: 25px; color: #c4b5a7; }
    .included-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold-light); }
    .price-line { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: baseline; margin: 28px 0; }
    .price-line strong { font-family: Georgia, serif; font-size: 40px; font-weight: 400; color: var(--paper); }
    .price-line span { color: #a99a8d; }
    .disclaimer { margin-top: 20px; font-size: 12px; color: #8f8175 !important; }

    /* Correo */

    .email-privacy {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.45;
      color: var(--muted);
    }
    .email-privacy a {
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .email-card {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid var(--line);
      background: var(--paper-soft);
      box-shadow: var(--shadow);
    }
    .email-copy { padding: 55px; }
    .email-copy h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -2px; margin-bottom: 22px; }
    .email-copy p { color: var(--ink-soft); max-width: 620px; margin-bottom: 18px; }
    .email-aside {
      padding: 55px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: var(--paper);
      background:
        radial-gradient(circle at 80% 12%, rgba(216,184,115,.20), transparent 25%),
        linear-gradient(145deg, #2a1b12, #100b08);
    }
    .email-aside strong { font-family: Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1.2; }
    .email-aside p { color: #b5a697; font-size: 15px; margin: 15px 0 25px; }

    /* Biblioteca */
    .library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
    .product-card {
      min-height: 360px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--paper-soft);
      box-shadow: var(--shadow-soft);
    }
    .product-card.featured {
      color: var(--paper);
      background:
        radial-gradient(circle at 84% 12%, rgba(216,184,115,.20), transparent 24%),
        linear-gradient(145deg, #2b1b12, #100b08);
      border-color: rgba(255,255,255,.12);
    }
    .product-card h3 { font-size: 34px; line-height: 1.08; margin-bottom: 14px; }
    .product-card p { color: var(--ink-soft); font-size: 16px; }
    .product-card.featured p { color: #b7a899; }
    .status-link { margin-top: 24px; color: var(--gold); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
    .status-link[aria-disabled="true"] { cursor: default; }

    /* Libros */
    .books-showcase { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 25px; margin-top: 48px; }
    .book {
      overflow: hidden;
      display: flex;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--paper-soft);
      box-shadow: var(--shadow-soft);
    }
    .book-cover { min-height: 360px; display: flex; align-items: center; justify-content: center; padding: 24px; background: #e6dbcc; }
    .book-cover img { max-height: 410px; width: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 18px 38px rgba(0,0,0,.20); }
    .book-cover.clock {
      color: #f5ebdc;
      background:
        radial-gradient(circle at 50% 46%, rgba(223,190,115,.74) 0 1px, transparent 2px),
        radial-gradient(circle at 50% 46%, rgba(223,190,115,.22) 0 22%, transparent 23%),
        linear-gradient(145deg, #5f6344, #a78554 54%, #403c2b);
    }
    .clock-mark {
      width: 190px; height: 190px; border: 2px solid rgba(245,235,220,.72); border-radius: 50%; position: relative;
      box-shadow: inset 0 0 0 8px rgba(255,255,255,.05), 0 20px 42px rgba(0,0,0,.25);
    }
    .clock-mark::before { content: ""; position: absolute; width: 2px; height: 54px; background: #f5ebdc; left: 50%; top: 50%; transform-origin: bottom; transform: translate(-50%, -100%) rotate(32deg); }
    .clock-mark::after { content: ""; position: absolute; width: 44px; height: 2px; background: #f5ebdc; left: 50%; top: 50%; transform-origin: left; transform: rotate(-22deg); }
    .book-cover.yellow { flex-direction: column; text-align: center; background: #e2b52f; color: #17120e; }
    .book-cover.yellow strong { font-family: Georgia, serif; font-size: 45px; line-height: .98; font-weight: 700; }
    .book-info { padding: 28px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; gap: 24px; }
    .book-info h3 { font-size: 31px; line-height: 1.08; margin-bottom: 12px; }
    .book-info p { color: var(--ink-soft); font-size: 15px; }
    .book-info a { color: var(--gold); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }

    /* Sobre mí */
    .about-copy p { margin-bottom: 19px; color: var(--ink-soft); }
    .about-copy .signature { margin-top: 28px; font-family: Georgia, serif; font-size: 28px; color: var(--ink); }
    .about-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 30px; }
    .fact { padding: 20px; border-top: 1px solid var(--line); }
    .fact strong { display: block; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
    .fact span { color: var(--muted); font-size: 13px; }

    .quote-band {
      padding: 88px 26px;
      color: var(--paper);
      background:
        radial-gradient(circle at 50% 0, rgba(216,184,115,.18), transparent 28%),
        linear-gradient(145deg, #21150f, #0f0b08);
      text-align: center;
    }
    .quote-band blockquote { max-width: 900px; margin: 0 auto; font-size: clamp(31px, 4.2vw, 58px); line-height: 1.12; }

    /* Contacto */
    .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
    .contact-card { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.045); }
    .contact-card h3 { font-size: 28px; margin-bottom: 11px; }
    .contact-card p, .contact-card a { color: #b8a99a; font-size: 15px; overflow-wrap: anywhere; }
    .contact-card a:hover { color: var(--gold-light); }

    .footer { padding: 52px 26px; text-align: center; background: #090604; color: #8d8176; }
    .footer strong { display: block; color: var(--paper); font-family: Georgia, serif; font-size: 27px; font-weight: 400; margin-bottom: 7px; }
    .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 20px; margin-top: 18px; font-size: 13px; }
    .footer-links a:hover { color: var(--gold-light); }
    .footer-note { margin-top: 22px; font-size: 12px; }

    @media (max-width: 1040px) {
      .menu-button { display: inline-flex; }
      .nav-links {
        position: fixed;
        inset: 79px 0 auto 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px 26px 28px;
        background: rgba(251,247,240,.98);
        border-bottom: 1px solid var(--line);
        box-shadow: 0 20px 45px rgba(40,27,18,.12);
      }
      .nav-links.open { display: flex; }
      .nav-links > a { padding: 15px 0; border-bottom: 1px solid rgba(24,18,14,.07); font-size: 17px; }
      .nav-cta { margin-top: 14px; text-align: center; border-bottom: 1px solid rgba(175,125,46,.42) !important; }
      .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 60px; }
      .hero-copy { order: 1; }
      .portrait-stage { order: 2; min-height: 520px; }
      .portrait-stage img { max-height: 500px; }
      .listen-card, .split, .email-card { grid-template-columns: 1fr; }
      .testimonial-grid, .gateway-grid, .library-grid, .contact-grid { grid-template-columns: 1fr 1fr; }
      .books-showcase { grid-template-columns: 1fr 1fr; }
      .book:first-child { grid-column: span 2; }
    }

    @media (max-width: 720px) {
      section { scroll-margin-top: 20px; }
      .site-header { position: relative; }
      .nav { padding: 18px 21px; }
      .brand strong { font-size: 24px; }
      .brand span { font-size: 9px; letter-spacing: 1.8px; }
      .nav-links { inset: 82px 0 auto 0; }
      .hero-grid { padding: 48px 22px 92px; gap: 30px; }
      h1 { font-size: clamp(51px, 15vw, 78px); letter-spacing: -2px; }
      .hero-claim { font-size: clamp(29px, 8vw, 42px); }
      .hero-intro { font-size: 18px; }
      .actions { flex-direction: column; align-items: stretch; }
      .btn { width: 100%; }
      .portrait-stage { min-height: 440px; }
      .portrait-stage img { width: min(330px, 88%); max-height: 420px; }
      .portrait-note { left: 10px; right: 10px; bottom: 14px; width: auto; }
      .listen-section { margin-top: -42px; padding-left: 16px; padding-right: 16px; }
      .listen-card { padding: 28px 22px; gap: 26px; }
      .audio-player { grid-template-columns: 56px 1fr; gap: 14px; }
      .play-button { width: 54px; height: 54px; }
      .time { grid-column: 2; text-align: left; }
      .section { padding: 78px 22px; }
      .section-title { font-size: clamp(42px, 12vw, 62px); }
      .card { padding: 28px; }
      .testimonial-grid, .gateway-grid, .library-grid, .books-showcase, .contact-grid { grid-template-columns: 1fr; }
      .book:first-child { grid-column: auto; }
      .testimonial { min-height: 240px; }
      .email-copy, .email-aside { padding: 34px 28px; }
      .about-facts { grid-template-columns: 1fr; }
      .quote-band { padding: 68px 22px; }
      .refugio-name { letter-spacing: -2px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }
  

/* Simplificación home: El Refugio en tres accesos */
.simple-refugio-section {
  background: #130d09;
  color: var(--paper);
  padding-top: 88px;
  padding-bottom: 88px;
}
.simple-refugio-inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: center;
}
.simple-refugio-copy .section-title {
  max-width: 760px;
}
.simple-refugio-copy .section-lead {
  max-width: 640px;
  color: #cbbcae;
}
.simple-refugio-actions {
  display: grid;
  gap: 14px;
}
.simple-action {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 24px;
  text-decoration: none;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.045);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.simple-action:hover {
  transform: translateY(-2px);
  border-color: rgba(216,184,115,.45);
  background: rgba(255,255,255,.075);
}
.simple-action.primary {
  background: linear-gradient(135deg, rgba(216,184,115,.22), rgba(255,255,255,.05));
  border-color: rgba(216,184,115,.42);
}
.simple-action small {
  grid-row: span 2;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 800;
}
.simple-action strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  font-weight: 400;
}
.simple-action span {
  color: #cbbcae;
  font-size: 14px;
}
@media (max-width: 900px) {
  .simple-refugio-inner {
    grid-template-columns: 1fr;
  }
  .simple-action {
    grid-template-columns: 1fr;
  }
  .simple-action small {
    grid-row: auto;
  }
}

/* ===== Bloque original 2 ===== */
.hero-grid {
  max-width: 1380px;
  grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr);
  gap: 54px;
  padding-right: 18px;
}
.hero-visual {
  align-self: stretch;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
.hero-visual img {
  width: min(650px, 100%);
  height: auto;
  display: block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.dark .card h3 { color: #fffaf2; }
.dark .card p { color: #e6d9cc; }
.dark .card .membership-definition { color: #f4e9dd !important; }
.dark .included-list li { color: #ddcfc1; }
.dark .price-line span { color: #c8b8a9; }
.dark .disclaimer { color: #ad9f92 !important; }

.books-minimal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.book-minimal {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper-soft);
  box-shadow: 0 16px 40px rgba(59,42,28,.09);
  transition: transform .2s ease, box-shadow .2s ease;
}
.book-minimal:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(59,42,28,.14);
}
.book-cover-link {
  aspect-ratio: 2 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #ebe2d6;
  overflow: hidden;
}
.book-cover-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
  background: #fff;
}
.book-minimal-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 20px 22px;
}
.book-minimal-info h3 {
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.25px;
}
.book-minimal-info a {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (min-width: 1101px) {
  .book-minimal:nth-child(5) { grid-column: 2; }
}

.about-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.about-heading h3 { margin: 0; }
.mic-signature {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  border: 1px solid rgba(175,125,46,.32);
  border-radius: 999px;
  background: rgba(175,125,46,.07);
}
.mic-signature svg { display: block; }

.community-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(216,184,115,.20), transparent 27%),
    linear-gradient(135deg, #fffaf3 0%, #eadbc8 100%);
}
.community-editorial {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: 78px;
  align-items: start;
}
.community-stat {
  padding-top: 7px;
}
.community-stat > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 9vw, 132px);
  font-weight: 400;
  line-height: .85;
  letter-spacing: -5px;
  color: var(--ink);
  margin: 22px 0 17px;
}
.community-stat-caption {
  display: block;
  max-width: 320px;
  color: var(--ink-soft);
  font-size: 17px;
}
.community-content .section-title { max-width: 690px; }
.social-directory {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.social-directory a {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  transition: color .2s ease, padding .2s ease;
}
.social-directory a:nth-child(odd) { padding-right: 28px; }
.social-directory a:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.social-directory a:hover { color: var(--gold); padding-inline-start: 8px; }
.social-directory a:nth-child(even):hover { padding-left: 36px; }
.social-directory span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}
.social-directory small { color: var(--muted); font-size: 12px; text-align: right; }
.footer-socials {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.footer-socials a { color: var(--gold-light); }
.footer-socials a:hover { color: var(--paper); }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; padding-right: 26px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: auto; justify-content: center; }
  .hero-visual img { width: min(720px, 100%); }
  .books-minimal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .community-editorial { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 760px) {
  .hero-grid { padding-right: 22px; }
  .hero-visual img { width: 100%; }
  .books-minimal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px; }
  .book-minimal-info { padding: 15px 15px 18px; }
  .book-minimal-info h3 { font-size: 18px; }
  .book-minimal-info a { font-size: 9px; letter-spacing: 1.2px; }
  .social-directory { grid-template-columns: 1fr; }
  .social-directory a:nth-child(odd), .social-directory a:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
  .social-directory a:hover, .social-directory a:nth-child(even):hover { padding-left: 6px; }
}
@media (max-width: 520px) {
  .books-minimal-grid { grid-template-columns: 1fr !important; }
  .book-cover-link { padding: 18px; }
  .book-minimal-info h3 { font-size: 23px; }
}

/* ===== Bloque original 3 ===== */
#libros .book-cover-link {
  padding: 0 !important;
  background: transparent !important;
  align-items: stretch;
  justify-content: stretch;
}
#libros .book-cover-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
#libros .book-title-link {
  color: inherit;
  text-decoration: none;
}
#libros .book-title-link:hover,
#libros .book-title-link:focus-visible {
  color: var(--gold);
}
#libros .book-cover-link:focus-visible,
#libros .book-title-link:focus-visible,
#libros .book-minimal-info > a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
@media (max-width: 520px) {
  #libros .book-cover-link { padding: 0 !important; }
}

/* ===== Bloque original 4 ===== */
/* Ajuste final del hero: integración fotográfica, jerarquía y limpieza */
.hero-copy .proof {
  margin: 0 0 26px;
  color: #6b5747;
  font-size: 15px;
  line-height: 1.55;
}
.hero .actions {
  gap: 16px;
}
.hero .hero-secondary {
  border-color: rgba(24, 18, 14, .30);
  background: rgba(255, 255, 255, .15);
  color: rgba(24, 18, 14, .78);
}
.hero .hero-secondary:hover,
.hero .hero-secondary:focus-visible {
  background: rgba(255, 255, 255, .50);
  border-color: rgba(24, 18, 14, .52);
  color: var(--ink);
}
.hero-visual {
  position: relative;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 12% -2% 5% 8%;
  background: radial-gradient(ellipse at 46% 48%, rgba(255,255,255,.30), rgba(216,184,115,.10) 48%, transparent 74%);
  filter: blur(28px);
  pointer-events: none;
}
.hero-visual img {
  position: relative;
  z-index: 1;
  /* La propia imagen lleva una transición alfa muy suave en el borde izquierdo e inferior. */
}
@media (max-width: 1100px) {
  .hero-visual::before { inset: 9% 2% 2% 2%; opacity: .72; }
}
@media (max-width: 760px) {
  .hero-copy .proof { margin-bottom: 24px; }
  .hero .actions { align-items: stretch; }
  .hero-visual::before { inset: 8% 0 2%; filter: blur(20px); }
}

/* ===== Bloque original 5 ===== */
.library-topbar {
    min-height: 42px;
    padding: 9px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 18px;
    text-align: center;
    color: var(--paper);
    background: linear-gradient(90deg, #0f0b08, #2a1b12 52%, #0f0b08);
    border-bottom: 1px solid rgba(216,184,115,.28);
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .15px;
  }
  .library-topbar strong {
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 400;
  }
  .library-topbar .library-topbar-action {
    color: var(--gold-light);
    font-size: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .library-topbar:hover .library-topbar-action,
  .library-topbar:focus-visible .library-topbar-action {
    color: #fff3cf;
  }
  .status-link[href] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    transition: color .2s ease, transform .2s ease;
  }
  .status-link[href]:hover,
  .status-link[href]:focus-visible {
    color: var(--ink);
    transform: translateX(3px);
  }
  .product-card.featured .status-link[href]:hover,
  .product-card.featured .status-link[href]:focus-visible {
    color: var(--paper);
  }
  .library-main-action {
    margin-top: 34px;
  }
  @media (max-width: 720px) {
    .library-topbar {
      padding: 10px 16px;
      flex-wrap: wrap;
      gap: 2px 8px;
      font-size: 12px;
    }
    .library-topbar strong {
      width: 100%;
      font-size: 14px;
    }
  }

/* ===== Bloque original 6 ===== */
/* =========================================================
   VERSIÓN 15 · JERARQUÍA, ALMA Y ENTRADA A LA BIBLIOTECA
   ========================================================= */
.library-topbar {
  min-height: 58px;
  padding: 10px 24px;
  gap: 8px 18px;
  background:
    radial-gradient(circle at 20% 50%, rgba(216,184,115,.17), transparent 26%),
    linear-gradient(90deg, #090705, #24150d 52%, #090705);
  box-shadow: inset 0 -1px rgba(216,184,115,.22);
}
.library-topbar-kicker {
  padding: 5px 9px;
  border: 1px solid rgba(216,184,115,.38);
  border-radius: 999px;
  color: #f2d99c;
  font-size: 9px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  white-space: nowrap;
}
.library-topbar-copy { color: #cdbfb0; }
.library-topbar .library-topbar-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--gold-light);
  color: #18120e;
  font-weight: 700;
}
.library-topbar .library-topbar-action b { font-size: 15px; transition: transform .2s ease; }
.library-topbar:hover .library-topbar-action,
.library-topbar:focus-visible .library-topbar-action { color: #18120e; background: #f0d18d; }
.library-topbar:hover .library-topbar-action b { transform: translateX(3px); }

.hero-library-entry {
  width: min(720px, 100%);
  margin: 0 0 24px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(92,55,22,.20);
  border-radius: 18px;
  background:
    radial-gradient(circle at 85% 20%, rgba(216,184,115,.31), transparent 33%),
    rgba(255,250,243,.76);
  box-shadow: 0 18px 42px rgba(74,47,24,.11);
  backdrop-filter: blur(10px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.hero-library-entry:hover,
.hero-library-entry:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(175,125,46,.48);
  box-shadow: 0 24px 55px rgba(74,47,24,.17);
}
.hero-library-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #f3d48c;
  background: linear-gradient(145deg, #1e120c, #432918);
  box-shadow: inset 0 0 0 1px rgba(216,184,115,.24);
}
.hero-library-icon svg { width: 31px; height: 31px; }
.hero-library-copy { min-width: 0; }
.hero-library-copy small {
  display: block;
  margin-bottom: 2px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.hero-library-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
.hero-library-copy em {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}
.hero-library-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 15px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-library-cta b { font-size: 16px; transition: transform .2s ease; }
.hero-library-entry:hover .hero-library-cta b { transform: translateX(4px); }

/* Tres puertas */
.gateway-section {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 8% 18%, rgba(205,139,48,.25), transparent 28%),
    radial-gradient(circle at 90% 86%, rgba(103,65,36,.38), transparent 32%),
    linear-gradient(145deg, #0b0806 0%, #1b100b 55%, #2b1a10 100%);
}
.gateway-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.gateway-inner { position: relative; z-index: 1; }
.gateway-heading { max-width: 1020px; margin: 0 auto 58px; text-align: center; }
.gateway-heading .label { color: #e1bc70; }
.gateway-heading .section-title {
  margin: 0 auto 22px;
  max-width: 1040px;
  color: #fff9f0;
  font-size: clamp(56px, 7.2vw, 104px);
  line-height: .94;
  letter-spacing: -3.4px;
}
.gateway-intro {
  max-width: 700px;
  margin: 0 auto;
  color: #c9b9a8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.52;
}
.gateway-grid-v15 { margin-top: 0; gap: 24px; align-items: stretch; }
.gateway-grid-v15 .gateway-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 26px;
  border-radius: 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.gateway-grid-v15 .gateway-card:hover { transform: translateY(-7px); }
.gateway-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.gateway-topline > span:first-child {
  font-family: Georgia, serif;
  font-size: 18px;
  opacity: .52;
}
.gateway-visual {
  height: 164px;
  margin: 18px 0 21px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  overflow: hidden;
}
.gateway-visual svg { width: 92%; height: 92%; }
.gateway-copy { flex: 1; }
.gateway-grid-v15 .gateway-card h3 { font-size: 40px; margin-bottom: 15px; }
.gateway-grid-v15 .gateway-card p { font-size: 16px; line-height: 1.65; }
.gateway-grid-v15 .text-link { font-weight: 700; }
.gateway-grid-v15 .text-link span { font-size: 17px; transition: transform .2s ease; }
.gateway-grid-v15 .text-link:hover span { transform: translateX(4px); }
.gateway-dates {
  display: block;
  margin-top: 16px;
  color: rgba(24,18,14,.62);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.gateway-refugio {
  color: #fff8ed;
  border-color: rgba(216,184,115,.26);
  background:
    radial-gradient(circle at 50% 31%, rgba(230,169,68,.13), transparent 31%),
    linear-gradient(155deg, #100c09, #24150d 62%, #0a0806);
  box-shadow: 0 28px 68px rgba(0,0,0,.35);
}
.gateway-refugio p { color: #c8b6a4 !important; }
.gateway-window { color: #e4bd6d; background: radial-gradient(circle, rgba(225,160,53,.16), rgba(255,255,255,.018) 66%); }
.gateway-mail {
  color: #2b1b10;
  border-color: rgba(255,255,255,.43);
  background:
    radial-gradient(circle at 14% 15%, rgba(255,255,255,.80), transparent 28%),
    linear-gradient(145deg, #f6e9d5, #d6a75f 130%);
  box-shadow: 0 28px 68px rgba(0,0,0,.23);
}
.gateway-mail p { color: #5d4836 !important; }
.gateway-mail .gateway-visual { color: #7e4c21; background: rgba(255,255,255,.37); }
.gateway-mail .text-link { color: #7a451d; }
.gateway-library {
  color: #1a120d;
  border-color: rgba(216,184,115,.45);
  background:
    radial-gradient(circle at 87% 8%, rgba(255,245,211,.83), transparent 30%),
    linear-gradient(155deg, #c88a34 0%, #f0d49a 58%, #f8eee0 100%);
  box-shadow: 0 28px 68px rgba(0,0,0,.25);
}
.gateway-library p { color: #57402e !important; }
.gateway-library .gateway-visual { color: #5c3519; background: rgba(255,250,239,.38); }
.gateway-library .text-link { color: #5c3519; }
.gateway-library .badge, .gateway-mail .badge { background: rgba(82,43,17,.09); color: #6e401d; }

/* El Refugio con emblema visual */
.refugio-immersive {
  background:
    radial-gradient(circle at 18% 44%, rgba(207,143,48,.17), transparent 31%),
    linear-gradient(145deg, #080605, #18100b 58%, #28180e);
}
.refugio-immersive .section-inner.split { grid-template-columns: .88fr 1.12fr; gap: 72px; }
.refugio-emblem {
  position: relative;
  min-height: 330px;
  margin-top: 42px;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(216,184,115,.27);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 30%, rgba(232,169,62,.23), transparent 31%),
    linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  box-shadow: inset 0 0 70px rgba(0,0,0,.34), 0 30px 70px rgba(0,0,0,.28);
}
.refugio-emblem::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 32px 32px;
}
.refugio-emblem-window {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 142px;
  height: 168px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  padding: 8px;
  border: 2px solid #ddb665;
  border-radius: 4px 4px 16px 16px;
  box-shadow: 0 0 58px rgba(226,158,50,.35), 0 34px 70px rgba(0,0,0,.45);
}
.refugio-emblem-window span {
  display: block;
  background: radial-gradient(circle at 50% 48%, #ffe9ad, #c78127 74%, #69401e);
  box-shadow: inset 0 0 22px rgba(255,244,197,.25);
}
.refugio-emblem-copy { position: relative; z-index: 1; width: 100%; text-align: center; }
.refugio-emblem-copy small {
  display: block;
  color: #c7a25c;
  font-size: 9px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.refugio-emblem-copy strong {
  display: block;
  margin-top: 5px;
  color: #fff4e2;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}
.refugio-wave { height: 30px; margin: 16px auto 0; display: flex; align-items: center; justify-content: center; gap: 5px; }
.refugio-wave i { width: 2px; height: 10px; background: #d7b36b; border-radius: 5px; opacity: .75; }
.refugio-wave i:nth-child(2), .refugio-wave i:nth-child(8) { height: 17px; }
.refugio-wave i:nth-child(3), .refugio-wave i:nth-child(7) { height: 24px; }
.refugio-wave i:nth-child(4), .refugio-wave i:nth-child(6) { height: 15px; }
.refugio-wave i:nth-child(5) { height: 29px; }

/* Tarjetas de producto */
.membership-plans {
  margin: 28px 0 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.membership-plan {
  min-height: 112px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(216,184,115,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}
.membership-plan strong {
  color: #f4dfba;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.membership-plan span { margin-top: 9px; color: #bca995; font-size: 12px; line-height: 1.35; }
.membership-plan.founder { background: rgba(216,184,115,.09); }
.membership-flexibility { margin: 0 0 18px; color: #b8a696; font-size: 14px; }
.membership-library-note {
  margin: 22px 0 4px;
  padding: 18px 20px;
  color: #cbbbad;
  font-size: 14px;
  border-left: 2px solid #d8b873;
  background: rgba(255,255,255,.028);
}
.membership-library-note strong { color: #f0dfc4; }

/* Correo */
#correo .email-card {
  background:
    radial-gradient(circle at 92% 12%, rgba(216,184,115,.20), transparent 31%),
    linear-gradient(135deg, #fbf7ef, #ead8bd);
  border-color: rgba(175,125,46,.22);
}
#correo .email-copy h2 { max-width: 760px; }
#correo .email-aside { background: linear-gradient(155deg, #1b110b, #332013); border-color: rgba(216,184,115,.24); }
#correo .email-aside strong { color: #f5e5c7; }
#correo .email-aside p { color: #c9b6a4; }

/* Biblioteca con profundidad cromática */
.library-showcase-section {
  position: relative;
  overflow: hidden;
  color: #fff8ee;
  background:
    radial-gradient(circle at 9% 13%, rgba(216,184,115,.19), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(111,67,31,.40), transparent 32%),
    linear-gradient(145deg, #0c0907 0%, #20140d 58%, #321d10 100%);
}
.library-showcase-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -250px;
  top: -220px;
  border: 1px solid rgba(216,184,115,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(216,184,115,.025), 0 0 0 92px rgba(216,184,115,.018);
}
.library-v15-inner { position: relative; z-index: 1; }
.library-v15-heading {
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  gap: 70px;
  align-items: end;
}
.library-v15-heading .label { color: #dcb66d; }
.library-v15-heading .section-title {
  color: #fff8ee;
  font-size: clamp(56px, 7vw, 96px);
  line-height: .95;
  letter-spacing: -3px;
  margin: 0;
}
.library-v15-intro p { color: #cdbbaa; font-size: 17px; }
.library-v15-intro a {
  display: inline-flex;
  gap: 10px;
  margin-top: 22px;
  color: #e1bd72;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.library-launch-ribbon {
  margin: 52px 0 28px;
  padding: 15px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(216,184,115,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(8px);
}
.library-launch-ribbon span { padding: 0 18px; color: #bbaa99; font-size: 12px; text-align: center; }
.library-launch-ribbon span + span { border-left: 1px solid rgba(216,184,115,.18); }
.library-launch-ribbon strong { display: block; color: #e0bd75; font-size: 9px; letter-spacing: 1.7px; text-transform: uppercase; }
.library-grid-v15 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card-v15 {
  min-height: 610px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  box-shadow: 0 28px 65px rgba(0,0,0,.31);
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card-v15:hover { transform: translateY(-7px); box-shadow: 0 36px 78px rgba(0,0,0,.42); }
.product-art { height: 294px; position: relative; overflow: hidden; }
.product-copy-v15 { flex: 1; padding: 28px; display: flex; flex-direction: column; }
.product-date { color: #d6ad62; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; }
.product-copy-v15 h3 { margin: 13px 0 15px; font-size: 35px; line-height: 1.04; color: #fff9f1; }
.product-copy-v15 p { flex: 1; color: #cdbdaf; font-size: 16px; line-height: 1.64; }
.product-copy-v15 a { display: inline-flex; gap: 9px; margin-top: 25px; color: #e3bf74; font-size: 10px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.product-volume { background: linear-gradient(155deg, #29180e, #110c09); }
.product-season { background: linear-gradient(155deg, #151716, #080b0b); }
.product-nights { background: linear-gradient(155deg, #101225, #090914); }
.product-art-cover {
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 42%, rgba(244,202,114,.30), transparent 38%),
    linear-gradient(145deg, #8c5727, #23150d 75%);
}
.product-art-cover img {
  height: 100%;
  width: auto;
  max-width: 84%;
  object-fit: contain;
  border-radius: 3px;
  box-shadow: -10px 18px 34px rgba(0,0,0,.42);
}
.christmas-preview {
  margin-top: 24px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border: 1px solid rgba(216,184,115,.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 20%, rgba(216,184,115,.13), transparent 30%),
    rgba(255,255,255,.035);
}
.christmas-preview h3 { margin: 8px 0 8px; color: #fff8ee; font-size: 30px; }
.christmas-preview p { max-width: 820px; color: #cdbbaa; font-size: 15px; }
.christmas-preview a {
  flex: 0 0 auto;
  color: #e3bf74;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.product-art-book {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(244,202,114,.42), transparent 35%),
    linear-gradient(145deg, #8c5727, #23150d 75%);
}
.book-object {
  position: relative;
  z-index: 2;
  width: 160px;
  height: 224px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #1a110c;
  background: linear-gradient(100deg, #b7772e, #f0cb78 48%, #b56f28);
  border-radius: 3px 7px 7px 3px;
  box-shadow: -12px 18px 38px rgba(0,0,0,.42), inset 7px 0 rgba(72,35,9,.13);
  transform: rotate(-3deg);
}
.book-object::before { content: ""; position: absolute; left: 11px; top: 0; bottom: 0; width: 1px; background: rgba(68,35,14,.28); }
.book-object small { font-size: 7px; letter-spacing: 1.7px; }
.book-object strong { margin-top: 36px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.book-object span { margin-top: 3px; font-size: 8px; letter-spacing: 2.4px; }
.book-object i { margin-top: auto; font-family: Georgia, serif; font-size: 10px; line-height: 1.35; font-style: italic; }
.book-shadow { position: absolute; width: 205px; height: 37px; bottom: 19px; background: rgba(0,0,0,.39); border-radius: 50%; filter: blur(11px); }
.product-art-audio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(194,151,79,.16), transparent 36%),
    linear-gradient(145deg, #30362f, #0a0d0c 76%);
}
.episode-number { color: #e9cf98; font-family: Georgia, serif; font-size: 94px; line-height: .8; }
.episode-label { margin-top: 13px; color: #b7aa91; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }
.audio-bars { height: 49px; margin-top: 30px; display: flex; align-items: center; gap: 6px; }
.audio-bars i { width: 3px; height: 11px; background: #d5af67; border-radius: 4px; opacity: .78; }
.audio-bars i:nth-child(2), .audio-bars i:nth-child(11) { height: 20px; }
.audio-bars i:nth-child(3), .audio-bars i:nth-child(10) { height: 31px; }
.audio-bars i:nth-child(4), .audio-bars i:nth-child(9) { height: 43px; }
.audio-bars i:nth-child(5), .audio-bars i:nth-child(8) { height: 27px; }
.audio-bars i:nth-child(6), .audio-bars i:nth-child(7) { height: 48px; }
.product-art-night {
  background:
    radial-gradient(circle at 50% 40%, rgba(133,129,208,.22), transparent 35%),
    linear-gradient(155deg, #25284b, #080813 78%);
}
.moon {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #f2d898;
  box-shadow: 0 0 42px rgba(242,216,152,.24);
}
.moon::after { content: ""; position: absolute; width: 130px; height: 130px; left: 34px; top: -16px; border-radius: 50%; background: #171936; }
.star { position: absolute; color: #e6d6a7; opacity: .8; }
.star.s1 { left: 24%; top: 24%; }.star.s2 { left: 74%; top: 19%; }.star.s3 { left: 79%; top: 55%; }.star.s4 { left: 17%; top: 66%; }
.night-line { position: absolute; left: 12%; right: 12%; bottom: 38px; height: 1px; background: linear-gradient(90deg, transparent, rgba(222,197,137,.5), transparent); }
.library-v15-cta {
  margin-top: 34px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(216,184,115,.23);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
}
.library-v15-cta p { max-width: 680px; color: #cdbbaa; font-family: Georgia, serif; font-size: 19px; }
.library-gold-btn { border-color: #d6ad62; background: #d6ad62; color: #17100c; white-space: nowrap; }
.library-gold-btn:hover { background: #efd18d; border-color: #efd18d; color: #17100c; }

/* Testimonios más abajo y con una cabecera más limpia */
.testimonials-lower {
  padding-top: 110px;
  background: linear-gradient(180deg, #eee2d2, #f5ede2);
}
.testimonials-lower .section-inner > .label { text-align: center; }
.testimonials-lower .section-title {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(50px, 6.4vw, 88px);
  line-height: .98;
  letter-spacing: -2.8px;
}
.testimonials-lower .testimonial-grid { margin-top: 55px; }

@media (max-width: 1100px) {
  .hero-library-entry { grid-template-columns: 52px minmax(0,1fr); }
  .hero-library-cta { grid-column: 2; padding-left: 0; }
  .gateway-grid-v15, .library-grid-v15 { grid-template-columns: 1fr; }
  .gateway-grid-v15 .gateway-card { min-height: 430px; }
  .gateway-visual { height: 145px; }
  .refugio-immersive .section-inner.split { grid-template-columns: 1fr; }
  .refugio-emblem { max-width: 640px; }
  .library-v15-heading { grid-template-columns: 1fr; gap: 28px; }
  .library-launch-ribbon { grid-template-columns: 1fr; }
  .library-launch-ribbon span { padding: 11px; }
  .library-launch-ribbon span + span { border-left: 0; border-top: 1px solid rgba(216,184,115,.18); }
  .membership-plans { grid-template-columns: 1fr; }
  .christmas-preview { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-card-v15 { min-height: auto; display: grid; grid-template-columns: .75fr 1.25fr; }
  .product-art { height: 100%; min-height: 310px; }
}
@media (max-width: 760px) {
  .library-topbar { min-height: 0; padding: 10px 14px; gap: 5px 9px; }
  .library-topbar-kicker { display: none; }
  .library-topbar strong { width: auto; font-size: 13px; }
  .library-topbar-copy { display: none; }
  .library-topbar .library-topbar-action { padding: 6px 10px; font-size: 8px; }
  .hero-library-entry { grid-template-columns: 44px minmax(0,1fr); padding: 14px; gap: 12px; }
  .hero-library-icon { width: 44px; height: 44px; }
  .hero-library-copy strong { font-size: 17px; }
  .hero-library-copy em { font-size: 11px; }
  .hero-library-cta { grid-column: 1 / -1; padding-top: 9px; border-top: 1px solid rgba(24,18,14,.10); }
  .gateway-heading .section-title, .library-v15-heading .section-title { letter-spacing: -2px; }
  .gateway-grid-v15 .gateway-card { min-height: 470px; padding: 22px; }
  .gateway-grid-v15 .gateway-card h3 { font-size: 35px; }
  .refugio-emblem { min-height: 310px; padding: 24px; }
  .refugio-emblem-window { width: 126px; height: 150px; }
  .library-showcase-section::before { display: none; }
  .product-card-v15 { display: flex; }
  .product-art { height: 275px; min-height: 0; }
  .product-art-cover img { max-width: 76%; }
  .product-copy-v15 { padding: 24px; }
  .product-copy-v15 h3 { font-size: 31px; }
  .library-v15-cta { align-items: stretch; flex-direction: column; }
  .library-gold-btn { width: 100%; }
  .testimonials-lower .section-title { letter-spacing: -1.7px; }
}
@media (max-width: 480px) {
  .library-topbar strong { font-size: 12px; }
  .library-topbar .library-topbar-action { letter-spacing: 1.1px; }
  .hero-library-copy small { letter-spacing: 1.3px; }
  .gateway-heading .section-title { font-size: 50px; }
  .gateway-intro { font-size: 18px; }
  .gateway-visual { height: 135px; }
  .library-v15-heading .section-title { font-size: 50px; }
  .product-art { height: 250px; }
}

/* ===== Bloque original 7 ===== */
/* v16 — El Refugio compacto en la portada */
.refugio-compact { padding-top: 82px; padding-bottom: 82px; }
.refugio-compact .section-inner.split {
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: center;
}
.refugio-compact .refugio-name {
  font-size: clamp(54px, 6.6vw, 92px);
  margin-bottom: 20px;
}
.refugio-compact .refugio-kicker {
  max-width: 560px;
  font-size: 21px;
}
.refugio-compact .refugio-emblem {
  min-height: 220px;
  margin-top: 30px;
  padding: 26px;
}
.refugio-compact .card { padding: 34px; }
.refugio-compact .card h3 {
  font-size: clamp(29px, 2.7vw, 39px);
}
.refugio-compact .actions { margin-top: 26px; }
@media (max-width: 900px) {
  .refugio-compact { padding-top: 68px; padding-bottom: 68px; }
  .refugio-compact .section-inner.split { grid-template-columns: 1fr; gap: 38px; }
  .refugio-compact .refugio-emblem { min-height: 200px; max-width: 620px; }
}

/* ===== Bloque original 8 ===== */
/* Ajustes v17: home centrada en la entrada gratuita a El Refugio en Substack */
.hero-substack .hero-claim { max-width: 740px; }
.substack-entry { border-color: rgba(175,125,46,.40); }
.substack-icon { font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.substack-section { background: linear-gradient(180deg, rgba(255,250,243,.95), rgba(244,237,226,.98)); }
.substack-inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
  gap: 46px;
  align-items: center;
}
.substack-copy h2 { max-width: 740px; }
.substack-copy p { max-width: 760px; }
.substack-list {
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 760px;
}
.substack-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  line-height: 1.65;
}
.substack-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(216,184,115,.14);
}
.substack-window {
  display: block;
  color: inherit;
  border: 1px solid rgba(92,55,22,.18);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.72);
  box-shadow: 0 28px 70px rgba(64,41,26,.16);
  transform: rotate(.4deg);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.substack-window:hover,
.substack-window:focus-visible {
  transform: rotate(0deg) translateY(-4px);
  border-color: rgba(175,125,46,.46);
  box-shadow: 0 34px 85px rgba(64,41,26,.22);
}
.substack-window-bar {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  background: #21150f;
  color: rgba(255,250,243,.82);
  font-size: 12px;
  letter-spacing: .3px;
}
.substack-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,250,243,.36);
}
.substack-window-bar strong {
  margin-left: 8px;
  font-weight: 400;
  color: rgba(255,250,243,.76);
}
.substack-window-body {
  min-height: 390px;
  padding: 34px;
  background:
    radial-gradient(circle at 88% 14%, rgba(216,184,115,.32), transparent 34%),
    linear-gradient(180deg, rgba(255,250,243,.96), rgba(238,226,211,.96));
}
.substack-window-body small {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(216,184,115,.18);
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.substack-window-body h3 {
  margin: 0 0 16px;
  max-width: 380px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: .98;
  color: var(--ink);
}
.substack-window-body p {
  max-width: 420px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.substack-window-feed {
  margin: 26px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.substack-window-feed span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(92,55,22,.12);
  font-size: 12px;
  color: var(--muted);
}
.substack-window-cta {
  display: inline-flex;
  color: var(--ink);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-size: 11px;
}
.trajectory-inner {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(340px, .75fr);
  gap: 42px;
  align-items: center;
}
.trajectory-card { background: rgba(255,250,243,.72); }
@media (max-width: 960px) {
  .substack-inner, .trajectory-inner { grid-template-columns: 1fr; }
  .substack-window { transform: none; }
}
@media (max-width: 640px) {
  .substack-window-body { min-height: auto; padding: 26px; }
  .substack-window-bar strong { font-size: 11px; }
}

/* ===== Bloque original 9 ===== */
/* Ajuste visual: la portada deja de competir en el hero; el hero muestra la ventana de Substack. */
.hero-substack-visual { min-height: 560px; justify-content: center; }
.hero-substack-visual::before { opacity: .52; }
.hero-window { width: min(520px, 100%); transform: rotate(-1.2deg); }
.hero-window .substack-window-body { min-height: 430px; }
@media (max-width: 760px) { .hero-substack-visual { min-height: auto; margin-top: 26px; } .hero-window { transform: none; } }

/* ===== Bloque original 10 ===== */
/* Ajustes v18: Ignacio vuelve al hero y las imágenes críticas quedan integradas en el index. */
.hero-author-visual {
  position: relative;
  min-height: 640px;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.author-hero-card {
  position: relative;
  width: min(520px, 92%);
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(216,184,115,.28);
  background: #1b110d;
  box-shadow: 0 34px 90px rgba(0,0,0,.38);
}
.author-hero-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.author-hero-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(24,14,10,.78);
  color: #fff7ea;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.18);
}
.author-hero-card figcaption strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
}
.author-hero-card figcaption span {
  display: block;
  margin-top: 7px;
  color: rgba(255,247,234,.78);
  font-size: 13px;
  letter-spacing: .4px;
}
.hero-window-floating {
  position: absolute;
  right: clamp(0px, 2vw, 28px);
  bottom: -34px;
  width: min(355px, 58%);
  transform: rotate(-2deg);
  z-index: 4;
}
.hero-window-floating .substack-window-body {
  min-height: 240px;
  padding: 24px;
}
.hero-window-floating .substack-window-body h3 {
  font-size: clamp(28px, 2.9vw, 38px);
}
.hero-window-floating .substack-window-body p {
  font-size: 14px;
}
.about-photo {
  margin: 28px 0 0;
  max-width: 380px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(92,55,22,.16);
  box-shadow: 0 20px 54px rgba(64,41,26,.14);
  background: rgba(255,250,243,.72);
}
.about-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.about-photo figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 13px;
}
.product-art-cover img {
  max-width: 72%;
  max-height: 380px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(0,0,0,.24);
}
@media (max-width: 960px) {
  .hero-author-visual { min-height: auto; padding-bottom: 72px; }
  .hero-window-floating { right: 5%; bottom: -18px; width: min(345px, 70%); }
}
@media (max-width: 640px) {
  .author-hero-card { width: min(410px, 100%); border-radius: 26px; }
  .hero-window-floating { position: relative; right: auto; bottom: auto; width: 92%; margin: -34px auto 0; transform: none; }
  .hero-window-floating .substack-window-body { min-height: auto; }
  .about-photo { max-width: 100%; }
}

/* ===== Bloque original 11 ===== */
/* Ajustes v19: hero más compacto, Ignacio visible desde arriba y favicon integrado en el propio index. */
.hero-grid {
  min-height: auto !important;
  align-items: start !important;
  padding-top: clamp(38px, 4.6vw, 58px) !important;
  padding-bottom: clamp(82px, 8vw, 112px) !important;
}
.hero-author-visual {
  align-self: start !important;
  min-height: auto !important;
  padding-top: clamp(10px, 2vw, 24px) !important;
}
.author-hero-card {
  width: min(500px, 92%) !important;
}
.hero-window-floating {
  bottom: -52px;
}
@media (min-width: 1101px) {
  .hero-author-visual {
    transform: translateY(-22px);
  }
}
@media (max-width: 1100px) {
  .hero-grid { padding-top: 42px !important; }
  .hero-author-visual {
    transform: none;
    padding-top: 0 !important;
  }
}
@media (max-width: 760px) {
  .hero-grid { padding-top: 34px !important; }
  .hero-window-floating { bottom: auto; }
}

/* ===== Bloque original 12 ===== */
/* v20 — Hero corregido: la ventana de Substack ya no tapa la foto de Ignacio. */
.hero-substack {
  padding-top: clamp(48px, 6vw, 76px);
}
.hero-substack .hero-grid {
  align-items: start;
  gap: clamp(42px, 5vw, 76px);
}
.hero-author-visual {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  min-height: 0 !important;
  padding-top: 0;
  overflow: visible;
}
.author-hero-card {
  width: min(430px, 100%);
  margin: 0 auto;
  z-index: 2;
}
.author-hero-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-window-floating {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  width: min(430px, 100%) !important;
  max-width: 100%;
  margin: 0 auto;
  transform: none !important;
  z-index: 1;
  box-shadow: 0 22px 52px rgba(42, 27, 17, .16);
}
.hero-window-floating .substack-window-bar {
  min-height: 40px;
  padding: 0 18px;
}
.hero-window-floating .substack-window-body {
  min-height: 0 !important;
  padding: 22px 24px 24px;
}
.hero-window-floating .substack-window-body h3 {
  font-size: clamp(28px, 3vw, 36px) !important;
  line-height: 1.03;
  margin-top: 12px;
}
.hero-window-floating .substack-window-body p {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.55;
}
.hero-window-floating .substack-window-feed {
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.hero-window-floating .substack-window-cta {
  margin-top: 18px;
}
@media (max-width: 980px) {
  .hero-substack .hero-grid { grid-template-columns: 1fr; }
  .hero-author-visual { margin-top: 14px; }
  .author-hero-card, .hero-window-floating { width: min(520px, 100%); }
}
@media (max-width: 640px) {
  .hero-substack { padding-top: 36px; }
  .hero-author-visual { gap: 16px; }
  .hero-window-floating .substack-window-body { padding: 20px; }
}

/* ===== Bloque original 13 ===== */
/* Ajustes v21: sección Sobre mí equilibrada con foto horizontal proporcionada por Ignacio. */
#sobre-mi {
  padding-top: clamp(78px, 8vw, 118px) !important;
  padding-bottom: clamp(82px, 8vw, 122px) !important;
}
#sobre-mi .about-section-grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr);
  grid-template-areas:
    "intro photo"
    "intro bio";
  gap: 28px 48px;
  align-items: start;
}
#sobre-mi .about-intro {
  grid-area: intro;
  max-width: 520px;
}
#sobre-mi .about-facts {
  margin-top: 34px;
  gap: 18px;
}
#sobre-mi .fact {
  background: rgba(255,250,243,.36);
  border-top: 1px solid rgba(92,55,22,.18);
  border-radius: 0 0 18px 18px;
}
#sobre-mi .about-photo {
  grid-area: photo;
  margin: 0 !important;
  max-width: none !important;
  width: 100%;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid rgba(92,55,22,.16);
  background: rgba(255,250,243,.72);
  box-shadow: 0 24px 66px rgba(64,41,26,.15);
}
#sobre-mi .about-photo img {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center center !important;
}
#sobre-mi .about-photo figcaption {
  padding: 14px 18px;
  color: #6f5c4c;
  font-size: 13px;
  background: rgba(255,250,243,.88);
}
#sobre-mi .about-copy {
  grid-area: bio;
  padding: clamp(30px, 3.2vw, 42px) !important;
}
#sobre-mi .about-copy h3 {
  margin-bottom: 18px;
}
@media (max-width: 1060px) {
  #sobre-mi .about-section-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "photo"
      "bio";
    gap: 30px;
  }
  #sobre-mi .about-intro { max-width: 760px; }
}
@media (max-width: 680px) {
  #sobre-mi { padding-left: 20px; padding-right: 20px; }
  #sobre-mi .about-facts { grid-template-columns: 1fr; }
  #sobre-mi .about-photo { border-radius: 24px !important; }
}

/* ===== Bloque original 14 ===== */
/* v20 — La home equilibra podcast gratuito y libro */
.hero-entry-grid {
  width: min(780px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 16px;
}
.hero-entry-grid .hero-library-entry {
  width: 100%;
  min-height: 168px;
  margin: 0;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: start;
}
.hero-entry-grid .hero-library-cta {
  grid-column: 2;
  padding-left: 0;
  margin-top: 6px;
}
.hero-book-entry {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.42), transparent 34%),
    rgba(255,250,243,.70);
}
.book-icon { font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.podcast-platforms-inline,
.listen-platform-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #6b5747;
  font-size: 12px;
  line-height: 1.4;
}
.podcast-platforms-inline { margin: 0 0 23px; }
.podcast-platforms-inline span,
.listen-platform-strip span {
  margin-right: 2px;
  color: #7b6453;
}
.podcast-platforms-inline a,
.listen-platform-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(92,55,22,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  color: #40291a;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.podcast-platforms-inline a:hover,
.podcast-platforms-inline a:focus-visible,
.listen-platform-strip a:hover,
.listen-platform-strip a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(175,125,46,.45);
  background: rgba(255,255,255,.72);
}
.listen-platform-strip {
  width: min(980px, calc(100% - 42px));
  margin: 20px auto 0;
  padding: 16px 20px;
  justify-content: center;
  border: 1px solid rgba(92,55,22,.13);
  border-radius: 999px;
  background: rgba(255,250,243,.70);
  box-shadow: 0 14px 35px rgba(74,47,24,.08);
}
.simple-action.alt-primary {
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(216,184,115,.16));
  border-color: rgba(216,184,115,.36);
}
@media (max-width: 920px) {
  .hero-entry-grid { grid-template-columns: 1fr; }
  .hero-entry-grid .hero-library-entry { min-height: 0; }
  .listen-platform-strip { border-radius: 26px; justify-content: flex-start; }
}
@media (max-width: 560px) {
  .podcast-platforms-inline { gap: 6px; }
  .podcast-platforms-inline span { width: 100%; }
  .listen-platform-strip { width: calc(100% - 30px); padding: 14px; }
}


/* Integración visible de colaboraciones — Método Novo */
.collaborations-home-section {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 10%, rgba(216,184,115,.22), transparent 28%),
    linear-gradient(135deg, #fbf7ef 0%, #efe0c8 100%);
  border-top: 1px solid rgba(175,125,46,.16);
  border-bottom: 1px solid rgba(175,125,46,.18);
}
.collaborations-home-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  bottom: -230px;
  border-radius: 50%;
  border: 1px solid rgba(175,125,46,.22);
  box-shadow: 0 0 0 42px rgba(175,125,46,.045), 0 0 0 82px rgba(175,125,46,.025);
  pointer-events: none;
}
.collaborations-home-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .55fr);
  gap: 42px;
  align-items: center;
}
.collaborations-home-copy .section-title {
  max-width: 760px;
}
.collaborations-home-copy .section-lead {
  max-width: 780px;
}
.collaborations-home-copy p:not(.section-lead) {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.72;
  margin-top: 14px;
}
.collaborations-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}
.collab-text-link {
  color: var(--gold);
  font-weight: 800;
  border-bottom: 1px solid rgba(175,125,46,.35);
}
.collab-text-link:hover { color: var(--ink); }
.collaborations-home-card {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(175,125,46,.24);
  box-shadow: 0 30px 70px rgba(40,27,18,.11);
}
.collab-card-kicker {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.collaborations-home-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 8.6vw, 128px);
  line-height: .86;
  letter-spacing: -7px;
  color: var(--ink);
}
.collaborations-home-card p {
  margin: 18px 0 20px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
}
.collaborations-home-card ul {
  list-style: none;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}
.collaborations-home-card li {
  padding: 10px 0;
  border-top: 1px solid rgba(175,125,46,.18);
  color: rgba(24,18,14,.74);
  font-weight: 700;
}
.contact-grid { grid-template-columns: repeat(4, 1fr); }
.contact-card-collab {
  background: linear-gradient(145deg, rgba(216,184,115,.13), rgba(255,255,255,.05));
  border-color: rgba(216,184,115,.30);
}
@media (max-width: 1040px) {
  .collaborations-home-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .collaborations-home-card { padding: 28px; border-radius: 28px; }
  .collaborations-home-card strong { letter-spacing: -4px; }
}

/* ===== Bloque original 15 ===== */
/* Lo último de Ignacio Novo · versión editorial integrada */
  .live-section {
    position: relative;
    overflow: hidden;
    padding: clamp(68px, 8vw, 112px) 0;
    background: linear-gradient(180deg, #f7f2e9 0%, #f3ede3 100%);
    border-top: 1px solid rgba(139, 104, 52, .14);
    border-bottom: 1px solid rgba(139, 104, 52, .16);
  }
  .live-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 9% 18%, rgba(176, 137, 67, .10), transparent 27%),
      radial-gradient(circle at 92% 82%, rgba(71, 91, 81, .08), transparent 29%);
  }
  .live-section .section-inner {
    position: relative;
    z-index: 1;
  }
  .live-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    gap: clamp(32px, 6vw, 86px);
    align-items: end;
    margin-bottom: clamp(40px, 5.5vw, 68px);
  }
  .live-heading-main { max-width: 690px; }
  .live-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 18px;
    color: var(--gold, #9f732f);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 3.1px;
    text-transform: uppercase;
  }
  .live-kicker::before {
    content: "";
    width: 36px;
    height: 1px;
    background: currentColor;
  }
  .live-heading .section-title {
    max-width: 670px;
    margin: 0;
    text-wrap: balance;
  }
  .live-heading-text {
    margin: 0;
    padding-left: 24px;
    border-left: 1px solid rgba(139, 104, 52, .30);
    color: var(--ink-soft, rgba(24, 18, 14, .72));
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.68;
  }
  .live-layout {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(400px, 500px);
    gap: clamp(34px, 6vw, 82px);
    align-items: start;
    justify-content: center;
  }
  .live-copy {
    max-width: 470px;
    padding-top: 14px;
  }
  .live-copy-label {
    display: block;
    margin-bottom: 14px;
    color: rgba(24, 18, 14, .52);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .live-copy h3 {
    max-width: 430px;
    margin: 0;
    color: var(--ink, #18120e);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(29px, 3.1vw, 44px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1.4px;
    text-wrap: balance;
  }
  .live-copy p {
    margin: 22px 0 0;
    color: rgba(24, 18, 14, .70);
    font-size: 16px;
    line-height: 1.68;
  }
  .live-points {
    display: grid;
    gap: 0;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(139, 104, 52, .22);
  }
  .live-points li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(139, 104, 52, .18);
    color: rgba(24, 18, 14, .68);
    font-size: 14px;
    line-height: 1.48;
  }
  .live-points b {
    color: var(--gold, #9f732f);
    font-size: 13px;
  }
  .live-social-block {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(139, 104, 52, .20);
  }
  .live-social-block > span {
    display: block;
    margin-bottom: 14px;
    color: rgba(24, 18, 14, .58);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.45px;
    text-transform: uppercase;
  }
  .live-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }
  .live-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(24, 18, 14, .20);
    border-radius: 50%;
    background: rgba(255, 255, 255, .52);
    color: var(--ink, #18120e) !important;
    box-shadow: 0 7px 18px rgba(38, 29, 21, .06);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .live-social-link svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
    stroke: currentColor;
  }
  .live-social-link:hover,
  .live-social-link:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(159, 115, 47, .58);
    background: #fff;
    box-shadow: 0 12px 24px rgba(38, 29, 21, .11);
  }
  .facebook-live-shell { width: 100%; max-width: 500px; margin-left: auto; }
  .facebook-live-frame {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(111, 83, 43, .20);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(49, 37, 27, .10);
  }
  .facebook-card-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    min-height: 88px;
    padding: 16px 17px;
    background: linear-gradient(135deg, #fff 0%, #fbf7f0 100%);
    border-bottom: 1px solid rgba(111, 83, 43, .16);
  }
  .facebook-card-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
  }
  .facebook-card-copy { min-width: 0; }
  .facebook-card-copy small {
    display: block;
    margin-bottom: 2px;
    color: rgba(24, 18, 14, .52);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.35px;
    text-transform: uppercase;
  }
  .facebook-card-copy strong {
    display: block;
    overflow: hidden;
    color: var(--ink, #18120e);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .facebook-card-copy span {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: rgba(24, 18, 14, .60);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .facebook-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 11px;
    border: 1px solid rgba(24, 18, 14, .18);
    border-radius: 999px;
    color: var(--ink, #18120e) !important;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
  }
  .facebook-live-feed-crop {
    position: relative;
    height: 680px;
    overflow: hidden;
    overscroll-behavior: contain;
    background: #fff;
  }
  .facebook-live-viewport {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 760px;
    overflow: hidden;
    background: #fff;
    transform: translateY(-73px);
  }
  .facebook-live-viewport .fb-page,
  .facebook-live-viewport > span,
  .facebook-live-viewport iframe { max-width: 100% !important; }
  .facebook-live-viewport iframe { min-height: 760px !important; }
  .facebook-live-under {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 12px 2px 0;
    color: rgba(24, 18, 14, .56);
    font-size: 12px;
    line-height: 1.45;
  }
  .facebook-live-under a {
    color: var(--ink, #18120e);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(24, 18, 14, .30);
  }
  @media (max-width: 900px) {
    .live-heading {
      grid-template-columns: 1fr;
      gap: 22px;
      margin-bottom: 42px;
    }
    .live-heading-text {
      max-width: 680px;
      padding-left: 0;
      padding-top: 18px;
      border-left: 0;
      border-top: 1px solid rgba(139, 104, 52, .25);
    }
    .live-layout {
      grid-template-columns: minmax(250px, .68fr) minmax(360px, 500px);
      gap: 30px;
    }
  }
  @media (max-width: 760px) {
    .live-section { padding: 60px 0 68px; }
    .live-layout { grid-template-columns: 1fr; gap: 34px; }
    .live-copy { max-width: 660px; padding-top: 0; }
    .live-copy h3 { max-width: 610px; }
    .facebook-live-shell { margin: 0 auto; }
  }
  @media (max-width: 560px) {
    .live-section .section-inner { width: min(100% - 24px, 1180px); }
    .live-heading .section-title {
      font-size: clamp(39px, 12vw, 54px);
      line-height: .98;
    }
    .live-heading-text { font-size: 16px; line-height: 1.6; }
    .live-copy h3 { font-size: 31px; letter-spacing: -.8px; }
    .live-copy p { font-size: 15px; }
    .live-social-links { gap: 10px; }
    .live-social-link { width: 46px; height: 46px; }
    .facebook-live-shell {
      width: calc(100% + 24px);
      max-width: none;
      margin-left: -12px;
      margin-right: -12px;
    }
    .facebook-live-under { margin-left: 12px; margin-right: 12px; }
    .facebook-card-head { grid-template-columns: auto 1fr; }
    .facebook-card-link { display: none; }
    .facebook-card-copy strong { font-size: 17px; }
    .facebook-live-frame {
      max-width: none;
      border-left: 0;
      border-right: 0;
      border-radius: 12px;
      box-shadow: 0 12px 34px rgba(49, 37, 27, .09);
    }
    .facebook-live-feed-crop { height: 620px; }
    .facebook-live-viewport { min-height: 700px; }
    .facebook-live-under { align-items: flex-start; }
  }

/* ===== Bloque original 16 ===== */
.legal-section {
    background: #f5efe7;
    border-top: 1px solid rgba(73, 53, 37, 0.08);
  }
  .legal-wrap {
    width: min(1120px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 84px 0;
  }
  .legal-intro {
    max-width: 760px;
    margin-bottom: 28px;
  }
  .legal-intro p {
    margin: 12px 0 0;
    color: #5b4c41;
    line-height: 1.75;
  }
  .legal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .legal-card {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(73, 53, 37, 0.1);
    border-radius: 22px;
    box-shadow: 0 22px 48px rgba(61, 40, 20, 0.08);
    overflow: hidden;
  }
  .legal-card details {
    height: 100%;
  }
  .legal-card summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 22px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem;
    font-weight: 700;
    color: #2d2119;
  }
  .legal-card summary::-webkit-details-marker { display: none; }
  .legal-card summary::after {
    content: '+';
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(175, 125, 46, 0.14);
    color: #8a6120;
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .legal-card details[open] summary::after { content: '–'; }
  .legal-body {
    padding: 0 22px 24px;
    color: #4b3b2f;
    line-height: 1.72;
    font-size: 0.98rem;
  }
  .legal-body p, .legal-body ul { margin: 0 0 14px; }
  .legal-body ul { padding-left: 20px; }
  .legal-body li + li { margin-top: 8px; }
  .legal-meta {
    padding: 16px 22px 22px;
    border-top: 1px solid rgba(73, 53, 37, 0.08);
    color: #7a6b5e;
    font-size: 0.86rem;
  }
  .legal-warning {
    margin: 18px 0 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(175, 125, 46, 0.12);
    color: #5b4630;
    font-size: 0.93rem;
  }
  .legal-inline-button,
  .footer-link-button,
  .cookie-button {
    appearance: none;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    padding: 0;
  }
  .footer-link-button:hover,
  .legal-inline-button:hover {
    color: var(--gold-light);
  }
  .social-consent-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-height: 100%;
    padding: 26px;
    background: linear-gradient(180deg, rgba(245,239,231,0.92), rgba(255,255,255,0.96));
    color: #4b3b2f;
  }
  .social-consent-card[hidden] { display: none !important; }
  .social-consent-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    color: #2d2119;
  }
  .social-consent-card p {
    margin: 0;
    line-height: 1.7;
  }
  .social-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }
  .cookie-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #2d2119;
    color: #fff;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .cookie-button:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(31,20,12,0.18); }
  .cookie-button.secondary {
    background: rgba(73,53,37,0.08);
    color: #493525;
  }
  .cookie-button.light {
    background: rgba(255,255,255,0.9);
    color: #493525;
    border: 1px solid rgba(73,53,37,0.12);
  }
  .cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 60;
    background: rgba(31, 20, 12, 0.96);
    color: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 54px rgba(0,0,0,0.28);
    padding: 22px 24px;
  }
  .cookie-banner[hidden] { display: none !important; }
  .cookie-banner-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
    gap: 18px 24px;
    align-items: center;
  }
  .cookie-banner h3 {
    margin: 0 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
  }
  .cookie-banner p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
    font-size: 0.96rem;
  }
  .cookie-banner p a { color: #f4d8aa; }
  .cookie-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }
  .cookie-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7a6b5e;
    font-size: 0.9rem;
    margin-top: 8px;
  }
  .cookie-status::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #8a6120;
  }
  @media (max-width: 1040px) {
    .legal-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 780px) {
    .legal-wrap { width: min(100vw - 28px, 1120px); padding: 70px 0; }
    .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 18px; }
    .cookie-banner-inner { grid-template-columns: 1fr; }
    .cookie-actions { justify-content: flex-start; }
    .social-consent-card { padding: 22px 18px; }
  }

