
:root{
  --ink:#f4f0e6; --bg:#0b1616; --card1:#0e2626; --card2:#081011;
  --accent:#e6d6a6; --ink-dark:#0e1a19;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
     color:var(--ink); background:var(--bg); line-height:1.5}
.container{max-width:1100px;margin:0 auto;padding:24px}
header{display:flex;align-items:center;justify-content:space-between;gap:12px}
nav a{color:var(--ink);text-decoration:none;opacity:.85;margin-right:16px}
nav a:hover{opacity:1;text-decoration:underline}
.btn{display:inline-block;text-decoration:none;font-weight:700;border-radius:999px;padding:12px 18px}
.btn-primary{background:var(--accent);color:var(--ink-dark)}
.btn-ghost{border:1px solid rgba(255,255,255,.18);color:var(--ink)}
.card{background:linear-gradient(180deg,var(--card1),var(--card2));
      border:1px solid rgba(255,255,255,.06); border-radius:18px; padding:24px;
      box-shadow:0 10px 30px rgba(0,0,0,.35)}
h1{font-size:clamp(28px,4vw,46px);margin:0 0 8px}
h2{font-size:clamp(22px,3vw,30px);margin:20px 0 8px}
p.lead{opacity:.9;font-size:clamp(16px,2.2vw,19px)}
.grid{display:grid;gap:20px}
.grid-2{grid-template-columns:1fr}
@media(min-width:900px){.grid-2{grid-template-columns:420px 1fr}}
img.cover{width:100%;max-width:420px;border-radius:12px;border:1px solid rgba(255,255,255,.08)}
/* Hello bar */
.hello-bar{position:sticky;top:0;z-index:1000;background:#0f2f2d;color:#f4f0e6;
  padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.08);
  display:flex;gap:12px;align-items:center;justify-content:center}
.hello-bar a{background:var(--accent);color:var(--ink-dark);text-decoration:none;
  padding:8px 14px;border-radius:999px;font-weight:600}
.hello-bar small{opacity:.85}
.ku-badge{
  display:inline-flex; align-items:center; gap:.45rem;
  margin-left:.5rem; padding:.2rem .55rem;
  font:600 .85rem/1.1 system-ui, sans-serif;
  color:#0b0b0d; background:#ffd54f; /* warm KU-ish glow */
  border-radius:999px; border:1px solid rgba(0,0,0,.08);
  box-shadow:0 4px 10px rgba(0,0,0,.15)
}
.ku-badge svg{width:14px;height:14px;opacity:.9}
/* Sticky CTA */

  
}
/* Thank-you nudge */



/* Lightbox */
.lb{cursor:pointer;transition:transform .2s ease}
.lb:hover{transform:scale(1.01)}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.85);display:none;align-items:center;justify-content:center;z-index:2000}
.lightbox img{max-width:92vw;max-height:92vh;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lightbox.active{display:flex}
.lightbox .close{position:absolute;top:20px;right:24px;font-size:28px;color:#fff;cursor:pointer}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.gallery img{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.08)}
footer{opacity:.75;padding:20px 0;text-align:center}


}

/* Hide the sticky CTA by default on non-mobile */


/* Hybrid: only small screens AND touch devices (centered button) */
  /* Center via transform to avoid container width issues */
  
  
  /* Keep toast above the CTA */
  

/* Hard-disable CTA & toast */
.sticky-cta,.thankyou-nudge{display:none!important}

/* --- Press page helpers (v25) --- */
.link-list{list-style:none;padding-left:0;margin:8px 0}
.link-list li{margin:6px 0}
.link-list a{color:#d7e8de;text-decoration:underline}
.bullets{padding-left:20px;margin:8px 0}
.grid{display:grid}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gap-lg{gap:18px}
@media (max-width:900px){.grid-3{grid-template-columns:1fr}}
.hero-card{padding:18px}
.gradient{background:linear-gradient(180deg,#0f2a28 0%,rgba(15,42,40,0.5) 100%)}

/* ========== Clean Lantern visual polish (non-breaking) ========== */

/* Background depth + global rhythm */
body{
  background:
    radial-gradient(1200px 800px at 10% -10%, rgba(124,196,255,.08), transparent 60%),
    radial-gradient(900px 600px at 110% 10%, rgba(164,255,206,.07), transparent 60%),
    var(--bg);
  line-height: 1.6;
}

/* Header/nav: subtle glass + hover target */
header{
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: saturate(130%) blur(8px);
  background: rgba(8,16,17,.45);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
nav a{padding:.7rem .9rem;border-radius:8px;transition:.2s}
nav a:hover{background:rgba(255,255,255,.06);text-decoration:none}

/* Hero: max width + hierarchy */
.hero{max-width:980px;margin:4.5rem auto 2.5rem;padding:0 1rem;text-align:center}
.hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;letter-spacing:.2px;margin:.2rem 0 .6rem}
p.lead{opacity:.9;font-size:clamp(16px,2.2vw,19px);max-width:36ch;margin:0 auto 1rem}

/* CTA row */
.cta-row{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}

/* Buttons: premium feel */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.85rem 1.1rem;border-radius:999px;font-weight:700;border:1px solid transparent;
  text-decoration:none;transition:.2s ease
}
.btn-primary{
  background:linear-gradient(135deg,var(--accent),#a4ffce);
  color:var(--ink-dark); box-shadow:0 6px 18px rgba(124,196,255,.25)
}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(124,196,255,.45)}
.btn-ghost{border:1px solid rgba(255,255,255,.18);color:var(--ink)}
.btn-ghost:hover{background:rgba(255,255,255,.06)}

/* Cover image */
img.cover{box-shadow:0 10px 30px rgba(0,0,0,.35)}

/* Newsletter card (MailerLite embed wrapper) */
.newsletter{
  max-width:780px;margin:3rem auto 4rem;padding:1.25rem 1.25rem 1rem;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.08); border-radius:14px
}
.newsletter h2{margin:.25rem 0 .5rem;font-size:1.35rem}
.newsletter p{opacity:.85;margin:.25rem 0 .5rem}
.newsletter .ml-embedded{margin-top:.75rem}

/* Press list polish (already present—make it breathe) */
.link-list li{margin:.5rem 0}
.link-list a{opacity:.95}
.link-list a:hover{opacity:1}

/* Footer */
footer{opacity:.75;padding:24px 0;text-align:center}

/* Mobile tweaks */
@media (max-width: 640px){
  .hero{margin:3rem auto 1.6rem}
  .btn{width:100%}
  p.lead{font-size:1rem}
}

.trust-strip{
  margin:.8rem auto 0;
  color:#aab3c1;
  font-size:.95rem;
  text-align:center;
  max-width:42rem;
}