/* ============================================================
     RADIO LA LUZ RADIANTE — tokens
     Fixed sky-blue theme: the site always shows the same celeste
     background, regardless of the visitor's light/dark system setting.
     Hero, verse and giving bands keep a fixed identity gradient too —
     they are the station's "on-air" identity, not content surfaces.
  ============================================================ */
  :root{
    --bg:#16BDFF;
    --bg-elevated:#FFFFFF;
    --bg-sunk:#0EA8E8;
    --ink:#2B1608;
    --ink-soft:#4A3A28;
    --ember:#C81E2B;
    --ember-dark:#8F1017;
    --gold:#DE9420;
    --sun:#F2A93B;
    --sky:#0F5E91;
    --sky-soft:#E4EEF5;
    --line: rgba(15,94,145,.18);
    --shadow: 0 20px 45px rgba(15,94,145,.16);
    --radius-lg: 22px;
    --radius-md: 14px;
    --focus: #0F5E91;
  }
  /* Same celeste palette regardless of the visitor's OS light/dark setting. */
  @media (prefers-color-scheme: dark){
    :root:not([data-theme="light"]){
      --bg:#16BDFF;
      --bg-elevated:#FFFFFF;
      --bg-sunk:#0EA8E8;
      --ink:#2B1608;
      --ink-soft:#4A3A28;
      --ember:#C81E2B;
      --ember-dark:#8F1017;
      --gold:#DE9420;
      --sun:#F2A93B;
      --sky:#0F5E91;
      --sky-soft:#E4EEF5;
      --line: rgba(15,94,145,.18);
      --shadow: 0 20px 45px rgba(15,94,145,.16);
      --focus: #0F5E91;
    }
  }
  :root[data-theme="dark"]{
    --bg:#16BDFF;
    --bg-elevated:#FFFFFF;
    --bg-sunk:#0EA8E8;
    --ink:#2B1608;
    --ink-soft:#4A3A28;
    --ember:#C81E2B;
    --ember-dark:#8F1017;
    --gold:#DE9420;
    --sun:#F2A93B;
    --sky:#0F5E91;
    --sky-soft:#E4EEF5;
    --line: rgba(15,94,145,.18);
    --shadow: 0 20px 45px rgba(15,94,145,.16);
    --focus: #0F5E91;
  }

  *,*::before,*::after{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{
    margin:0;
    background:var(--bg);
    color:var(--ink);
    font-family:'Manrope', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{ max-width:100%; display:block; }
  a{ color:inherit; text-decoration:none; }
  button{ font-family:inherit; cursor:pointer; border:none; background:none; color:inherit; }
  h1,h2,h3,h4{ font-family:'Bricolage Grotesque', 'Manrope', sans-serif; margin:0; text-wrap:balance; }
  p{ margin:0; color:var(--ink-soft); line-height:1.7; }
  :focus-visible{ outline:2.5px solid var(--focus); outline-offset:3px; border-radius:4px; }
  @media (prefers-reduced-motion: reduce){
    *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
  }

  .wrap{ width:100%; max-width:1180px; margin:0 auto; padding:0 28px; }
  .serif-quote{ font-family:'Source Serif 4', Georgia, serif; font-style:italic; }
  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  }
  .eyebrow .dot{ width:7px; height:7px; border-radius:50%; background:var(--gold); }

  /* ---------------- Header ---------------- */
  .site-header{
    position:sticky; top:0; z-index:100;
    background:color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(14px);
    border-bottom:1px solid var(--line);
  }
  .header-inner{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding:14px 0; }
  .brand{ display:flex; align-items:center; gap:10px; }
  .brand img{
    height:40px; width:auto;
    filter:drop-shadow(0 2px 6px rgba(43,22,8,.28));
  }
  .main-nav{ display:flex; align-items:center; gap:32px; }
  .main-nav a{ font-weight:700; font-size:.92rem; position:relative; padding:4px 0; color:var(--ink); }
  .main-nav a::after{
    content:''; position:absolute; left:0; right:0; bottom:-3px; height:2px;
    background:linear-gradient(90deg,var(--ember),var(--gold));
    transform:scaleX(0); transform-origin:left; transition:transform .2s ease;
  }
  .main-nav a:hover::after{ transform:scaleX(1); }
  .header-actions{ display:flex; align-items:center; gap:12px; }

  .btn{
    display:inline-flex; align-items:center; gap:9px;
    font-weight:700; font-size:.92rem; font-family:'Manrope',sans-serif;
    padding:12px 22px; border-radius:999px;
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease, opacity .15s ease;
  }
  .btn:active{ transform:scale(.96); }
  .btn-lg{ padding:15px 28px; font-size:.98rem; }
  .btn-solid{
    background:linear-gradient(120deg,var(--ember),var(--ember-dark));
    color:#fff;
    box-shadow:0 10px 24px rgba(200,30,43,.35);
  }
  .btn-solid:hover{ box-shadow:0 14px 30px rgba(200,30,43,.48); transform:translateY(-1px); }
  .btn-outline{
    border:1.5px solid var(--line);
    color:var(--ink);
  }
  .btn-outline:hover{ background:var(--bg-sunk); }
  .btn-live-dot{ width:7px; height:7px; border-radius:50%; background:#fff; animation:blink 1.6s infinite; }
  @keyframes blink{ 0%,100%{opacity:1;} 50%{opacity:.35;} }

  .nav-toggle{ display:none; flex-direction:column; gap:5px; padding:8px; }
  .nav-toggle span{ width:22px; height:2px; background:var(--ink); border-radius:2px; }

  /* ---------------- Hero (fixed sunrise identity) ---------------- */
  .hero{
    position:relative; overflow:hidden;
    background:
      radial-gradient(ellipse 60% 55% at 82% 12%, rgba(255,216,115,.4), transparent 60%),
      radial-gradient(ellipse 70% 60% at 100% 100%, rgba(22,189,255,.55), transparent 65%),
      linear-gradient(150deg, #04141F 0%, #072B40 45%, #0F5E91 78%, #16BDFF 100%);
    color:#FBEEDD;
    padding:76px 0 64px;
  }
  .hero-rays{
    position:absolute; inset:-10% -10% -10% 30%;
    background-image:repeating-conic-gradient(from 200deg at 90% 20%, rgba(255,216,115,.10) 0deg 4deg, transparent 4deg 14deg);
    pointer-events:none;
  }
  .hero-inner{ position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center; }
  .hero-eyebrow{ color:var(--sun); margin-bottom:22px; }
  .hero-logo-plate{
    position:relative;
    display:block;
    width:fit-content;
    margin:0 auto 26px;
    padding:26px 34px;
    background:linear-gradient(160deg, rgba(255,216,115,.16), rgba(200,30,43,.24));
    border:1px solid rgba(255,216,115,.4);
    border-radius:20px;
    backdrop-filter:blur(8px);
    box-shadow:0 24px 50px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.06) inset;
  }
  .hero-logo-plate::before{
    content:'';
    position:absolute; inset:-22px;
    background:radial-gradient(ellipse at center, rgba(255,216,115,.4), transparent 70%);
    z-index:-1;
    filter:blur(8px);
  }
  .hero-logo-plate img{
    width:min(72vw, 420px); height:auto; display:block;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.45)) drop-shadow(0 0 26px rgba(253,185,19,.4));
  }
  .hero-lead{ color:rgba(251,238,221,.82); font-size:1.08rem; max-width:480px; margin-bottom:30px; }
  .hero-actions{ display:flex; flex-wrap:wrap; gap:14px; }

  .hero-art-wrap{ position:relative; display:flex; justify-content:center; }
  .hero-art{
    position:absolute; right:-8%; top:-14%; width:290px; z-index:0;
    mask-image:radial-gradient(ellipse 68% 72% at 60% 42%, #000 62%, transparent 100%);
    -webkit-mask-image:radial-gradient(ellipse 68% 72% at 60% 42%, #000 62%, transparent 100%);
    opacity:.9;
    pointer-events:none;
  }

  /* Player card */
  .player-card{
    position:relative; z-index:1;
    width:100%; max-width:400px;
    background:rgba(255,252,246,.08);
    border:1px solid rgba(255,252,246,.18);
    backdrop-filter:blur(18px);
    border-radius:var(--radius-lg);
    padding:24px;
    box-shadow:0 24px 55px rgba(0,0,0,.4);
  }
  .player-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; }
  .player-logo-chip{ display:flex; align-items:center; gap:8px; }
  .player-logo-chip img{
    height:28px;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,.4)) drop-shadow(0 0 8px rgba(253,185,19,.25));
  }
  .live-badge{
    display:inline-flex; align-items:center; gap:6px;
    font-size:.7rem; font-weight:800; letter-spacing:.06em;
    color:#fff; background:var(--ember); padding:6px 11px; border-radius:999px;
  }
  .player-visual{ display:flex; align-items:flex-end; justify-content:center; gap:5px; height:52px; margin-bottom:22px; }
  .player-visual .bar{ width:5px; border-radius:3px; background:linear-gradient(180deg,var(--sun),var(--ember)); height:10px; opacity:.5; animation:bars 1.1s ease-in-out infinite; }
  .player-visual .bar:nth-child(1){ animation-delay:-1.0s;} .player-visual .bar:nth-child(2){ animation-delay:-.8s;}
  .player-visual .bar:nth-child(3){ animation-delay:-.6s;} .player-visual .bar:nth-child(4){ animation-delay:-.4s;}
  .player-visual .bar:nth-child(5){ animation-delay:-.2s;} .player-visual .bar:nth-child(6){ animation-delay:-.9s;}
  .player-visual .bar:nth-child(7){ animation-delay:-.5s;} .player-visual .bar:nth-child(8){ animation-delay:-.3s;}
  @keyframes bars{ 0%,100%{height:8px;} 50%{height:44px;} }
  .player-visual.playing .bar{ opacity:1; }
  .player-visual:not(.playing) .bar{ animation-play-state:paused; height:7px !important; }

  .player-controls{ display:flex; align-items:center; gap:14px; }
  .play-btn{
    flex-shrink:0; width:56px; height:56px; border-radius:50%;
    background:linear-gradient(135deg,var(--sun),var(--ember));
    color:#2B1608; display:flex; align-items:center; justify-content:center;
    box-shadow:0 10px 24px rgba(242,169,59,.4);
    transition:transform .15s ease;
  }
  .play-btn:hover{ transform:scale(1.06); }
  .player-info{ flex:1; min-width:0; display:flex; flex-direction:column; gap:2px; }
  .player-info strong{ font-size:.95rem; font-family:'Bricolage Grotesque',sans-serif; }
  .player-info span{ font-size:.78rem; color:rgba(251,238,221,.62); }
  .volume-wrap{ display:flex; align-items:center; gap:6px; color:rgba(251,238,221,.7); }
  .volume-wrap input[type="range"]{ width:64px; accent-color:var(--sun); }
  .player-hint{ text-align:center; margin-top:14px; font-size:.82rem; color:rgba(251,238,221,.55); }

  /* ---------------- Dial ticker strip ----------------
     Fixed dark band by design, like the hero/verse/giving/footer bands. */
  .dial-strip{
    background:#04141F; color:#FBF1DE;
    overflow:hidden; white-space:nowrap; position:relative;
  }
  .dial-track{
    display:inline-flex; align-items:center; gap:40px;
    padding:13px 0; animation:ticker 28s linear infinite;
  }
  .dial-track span{ font-size:.82rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; opacity:.9; }
  .dial-track span.sep{ color:var(--gold); opacity:1; }
  @keyframes ticker{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

  /* ---------------- Verse band (fixed identity) ---------------- */
  .verse-band{
    position:relative;
    background:linear-gradient(115deg, #04141F 0%, #0F5E91 55%, #16BDFF 100%);
    padding:64px 0;
    color:#fff;
  }
  .verse-inner{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:18px; }
  .verse-band svg{ width:34px; height:34px; opacity:.9; }
  .verse-band blockquote{ margin:0; font-size:clamp(1.15rem,2.3vw,1.55rem); max-width:780px; line-height:1.55; }
  .verse-band cite{ font-style:normal; font-family:'Manrope',sans-serif; font-weight:800; letter-spacing:.05em; font-size:.85rem; color:#FFE4A8; text-transform:uppercase; }

  /* ---------------- Sections ---------------- */
  .section{ padding:96px 0; }
  .section-split{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
  .section-tag{ color:var(--ember); margin-bottom:16px; }
  .section h2{ font-size:clamp(1.9rem,3.2vw,2.5rem); margin-bottom:18px; color:var(--ink); }
  .section-body p{ font-size:1.03rem; max-width:60ch; }
  .section-body p + p{ margin-top:14px; }

  .art-frame{
    position:relative; border-radius:var(--radius-lg); overflow:hidden;
    box-shadow:var(--shadow); aspect-ratio:16/10;
  }
  .art-frame img{ width:100%; height:100%; object-fit:cover; }
  .art-frame::after{
    content:''; position:absolute; inset:0;
    background:linear-gradient(200deg, rgba(200,30,43,.15), transparent 55%);
  }
  .art-caption{
    position:absolute; left:18px; bottom:16px; z-index:2;
    color:#fff; font-family:'Bricolage Grotesque',sans-serif; font-weight:700; font-size:.95rem;
    display:flex; align-items:center; gap:8px;
  }
  .art-caption .dot{ width:7px;height:7px;border-radius:50%; background:var(--sun); animation:blink 1.6s infinite; }

  /* Pillars — divided list, not cards */
  .pillars{ margin-top:8px; border-top:1px solid var(--line); }
  .pillar-row{
    display:grid; grid-template-columns:56px 1fr; gap:20px; align-items:flex-start;
    padding:26px 0; border-bottom:1px solid var(--line);
  }
  .pillar-icon{
    width:48px; height:48px; border-radius:50%;
    background:var(--bg-sunk); color:var(--ember);
    display:flex; align-items:center; justify-content:center;
  }
  .pillar-icon svg{ width:22px; height:22px; }
  .pillar-row h3{ font-size:1.08rem; margin-bottom:6px; color:var(--ink); }
  .pillar-row p{ font-size:.95rem; max-width:52ch; }

  /* ---------------- Giving ---------------- */
  .giving{
    position:relative; overflow:hidden;
    background:linear-gradient(160deg, #04141F 0%, #0F5E91 55%, #16BDFF 100%);
    color:#fff;
  }
  .giving-art{
    position:absolute; inset:0; opacity:.16;
    background-size:cover; background-position:center;
    mask-image:linear-gradient(90deg, transparent, #000 35%, #000 65%, transparent);
    -webkit-mask-image:linear-gradient(90deg, transparent, #000 35%, #000 65%, transparent);
  }
  .giving-inner{ position:relative; display:flex; justify-content:center; }
  .giving-text{ max-width:640px; text-align:center; }
  .giving .eyebrow{ color:var(--sun); justify-content:center; }
  .giving h2{ color:#fff; font-size:clamp(1.9rem,3.2vw,2.4rem); margin:16px 0 18px; }
  .giving p{ color:rgba(255,255,255,.85); font-size:1.02rem; }
  .giving em{ color:var(--sun); font-style:normal; font-weight:700; }

  .ticket{
    display:inline-flex; align-items:stretch; margin:30px 0 18px;
    background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.22);
    border-radius:var(--radius-md); backdrop-filter:blur(10px); overflow:hidden;
  }
  .ticket-side{ padding:20px 22px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; }
  .ticket-brand{ background:#7C2AE8; color:#fff; font-weight:800; font-size:.78rem; padding:5px 12px; border-radius:999px; }
  .ticket-label{ font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.65); }
  .ticket-divider{ width:0; border-left:2px dashed rgba(255,255,255,.3); position:relative; }
  .ticket-divider::before, .ticket-divider::after{
    content:''; position:absolute; left:50%; width:16px; height:16px; border-radius:50%;
    background:#14456B; transform:translateX(-50%);
  }
  .ticket-divider::before{ top:-8px; } .ticket-divider::after{ bottom:-8px; }
  .ticket-number{ font-family:'Bricolage Grotesque',sans-serif; font-weight:800; font-size:1.9rem; letter-spacing:.02em; }
  .giving-note{ font-size:.9rem; color:rgba(255,255,255,.65); max-width:52ch; margin:0 auto; }

  /* ---------------- Contact ---------------- */
  .contact-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; }
  .contact-card{ background:var(--bg-elevated); padding:30px 22px; text-align:center; }
  .contact-icon{ width:44px; height:44px; border-radius:50%; background:var(--bg-sunk); color:var(--ember); display:flex; align-items:center; justify-content:center; margin:0 auto 14px; }
  .contact-icon svg{ width:20px; height:20px; }
  .contact-card h4{ font-size:.98rem; margin-bottom:6px; color:var(--ink); }
  .contact-card p{ margin:0; font-size:.9rem; }
  .social-row{ display:flex; justify-content:center; gap:10px; margin-top:10px; }
  .social-link{
    width:36px; height:36px; border-radius:50%; border:1px solid var(--line);
    display:flex; align-items:center; justify-content:center; color:var(--sky);
    transition:background .15s ease, color .15s ease;
  }
  .social-link svg{ width:16px; height:16px; }
  .social-link:hover{ background:linear-gradient(135deg,var(--sun),var(--ember)); color:#2B1608; border-color:transparent; }

  /* ---------------- Footer ----------------
     Fixed dark band by design (like the hero/verse/giving bands) — uses literal
     colors rather than theme tokens, so it never inherits the light-mode ink swap. */
  .site-footer{ background:#04141F; color:rgba(251,238,221,.72); padding:56px 0 30px; }
  .footer-inner{ text-align:center; }
  .footer-logo{
    height:40px; margin:0 auto 18px;
    filter:drop-shadow(0 3px 10px rgba(0,0,0,.5)) drop-shadow(0 0 16px rgba(253,185,19,.3));
  }
  .footer-verse{ font-size:1.05rem; color:#FFD873; margin-bottom:22px; }
  .footer-nav{ display:flex; justify-content:center; gap:24px; flex-wrap:wrap; margin-bottom:26px; }
  .footer-nav a{ font-size:.9rem; color:rgba(251,238,221,.82); font-weight:600; }
  .footer-nav a:hover{ color:#FFD873; }
  .footer-copy{ font-size:.8rem; color:rgba(251,238,221,.45); margin:0; }

  /* ---------------- Videos ---------------- */
  .section-lead{ font-size:1.02rem; }
  .videos-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:26px; }
  .video-card{
    background:var(--bg-elevated); border:1px solid var(--line);
    border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow);
  }
  .video-card video{ width:100%; aspect-ratio:16/9; display:block; background:#000; }
  .video-caption{ padding:16px 20px 20px; }
  .video-caption h4{ font-size:1rem; margin-bottom:4px; color:var(--ink); }
  .video-caption p{ font-size:.86rem; margin:0; }
  .video-caption code{
    background:var(--bg-sunk); color:var(--ember); padding:1px 6px; border-radius:5px;
    font-size:.82em; font-family:ui-monospace, 'SF Mono', Consolas, monospace;
  }

  /* ---------------- Comparte (promo posters) ---------------- */
  .promo-grid{ display:grid; grid-template-columns:1fr 1fr; gap:26px; align-items:start; }
  .promo-card{
    display:block; border-radius:var(--radius-lg); overflow:hidden;
    box-shadow:var(--shadow); border:1px solid var(--line);
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .promo-card:hover{ transform:translateY(-4px); box-shadow:0 26px 55px rgba(43,22,8,.22); }
  .promo-card img{ width:100%; height:auto; display:block; }

  /* ---------------- Floating listen (mobile) ---------------- */
  .floating-listen{
    position:fixed; right:18px; bottom:18px; z-index:90;
    width:58px; height:58px; border-radius:50%;
    background:linear-gradient(135deg,var(--sun),var(--ember)); color:#2B1608;
    display:none; align-items:center; justify-content:center;
    box-shadow:0 12px 26px rgba(200,30,43,.4);
  }
  .floating-listen svg{ width:22px; height:22px; }

  /* =================== Responsive =================== */
  @media (max-width:980px){
    .hero-inner{ grid-template-columns:1fr; }
    .hero-text{ text-align:center; }
    .hero-lead{ margin:0 auto 30px; }
    .hero-actions{ justify-content:center; }
    .hero-art{ display:none; }
    .section-split{ grid-template-columns:1fr; gap:36px; }
    .section-body p{ margin-left:auto; margin-right:auto; }
    .contact-grid{ grid-template-columns:repeat(2,1fr); }
  }
  @media (max-width:760px){
    .main-nav{
      position:fixed; top:69px; left:0; right:0;
      background:var(--bg-elevated);
      flex-direction:column; align-items:flex-start;
      padding:22px 28px; gap:18px;
      box-shadow:var(--shadow);
      transform:translateY(-140%); transition:transform .25s ease;
    }
    .main-nav.open{ transform:translateY(0); }
    .nav-toggle{ display:flex; }
    .header-actions .btn-solid .btn-label{ display:none; }
    .btn-solid{ padding:11px 14px; }
    .floating-listen{ display:flex; }
    .pillar-row{ grid-template-columns:44px 1fr; }
  }
  @media (max-width:640px){
    .contact-grid{ grid-template-columns:1fr; }
    .videos-grid{ grid-template-columns:1fr; }
    .promo-grid{ grid-template-columns:1fr; }
    .section{ padding:70px 0; }
    .hero{ padding:56px 0 48px; }
    .ticket{ flex-direction:column; }
    .ticket-divider{ width:auto; height:0; border-left:none; border-top:2px dashed rgba(255,255,255,.3); }
    .ticket-divider::before{ top:auto; left:-8px; }
    .ticket-divider::after{ bottom:auto; left:auto; right:-8px; top:-8px; }
  }
