/* ════════════════════════════════════════════════════
   Rise With Lulu — styles
   Palette: ink navy / warm cream / ember orange / mint
   Type: Archivo (display) / Public Sans (body) / JetBrains Mono (labels)
   ════════════════════════════════════════════════════ */

:root {
  --ink: #0d1220;
  --ink-2: #151c30;
  --ink-3: #1f2942;
  --paper: #faf6ee;
  --paper-2: #f1ead9;
  --ember: #f26b1d;
  --ember-2: #ff8f3d;
  --amber: #ffb703;
  --mint: #2ec4a0;
  --rose: #ff6b8b;
  --text: #10131f;
  --text-inv: #fdf9f0;
  --muted: #6b7280;
  --muted-inv: #a9b2c8;
  --line: rgba(13, 18, 32, 0.12);
  --line-inv: rgba(255, 255, 255, 0.14);
  --font-display: 'Archivo', sans-serif;
  --font-body: 'Public Sans', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --radius: 14px;
  --shadow: 0 24px 60px -24px rgba(13, 18, 32, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; margin: 0; overflow-wrap: anywhere; min-width: 0; }

::selection { background: var(--amber); color: var(--ink); }

/* ── shared bits ─────────────────────────────────── */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ember);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.1rem;
}
.eyebrow.dark { color: var(--ember-2); }
.eyebrow-pulse {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--ember);
  animation: pulse 1.6s var(--ease) infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(242, 107, 29, 0.55); }
  50% { box-shadow: 0 0 0 8px rgba(242, 107, 29, 0); }
}
.section-title {
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.title-underline {
  color: var(--ember);
  position: relative;
  white-space: nowrap;
}
.title-underline::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0.04em;
  height: 0.35em; background: var(--amber);
  z-index: -1; opacity: 0.55; border-radius: 2px;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
  white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.btn-primary { background: var(--ember); color: #fff; box-shadow: 0 10px 30px -10px rgba(242, 107, 29, 0.65); }
.btn-primary:hover { transform: translateY(-2px); background: var(--ember-2); box-shadow: 0 16px 36px -12px rgba(242, 107, 29, 0.75); }
.btn-ghost { background: transparent; color: var(--text-inv); border-color: var(--line-inv); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--amber); color: var(--amber); }
.btn-lg { padding: 1rem 1.9rem; font-size: 1.05rem; }
.btn-small { padding: 0.55rem 1.2rem; font-size: 0.85rem; }
.btn-icon { font-size: 0.8em; }

/* ── topbar ─────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 0.9rem clamp(1.2rem, 4vw, 3rem);
  background: rgba(13, 18, 32, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-inv);
}
.wordmark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  color: var(--text-inv);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.wordmark-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 0 4px rgba(242, 107, 29, 0.2);
}
.wordmark-accent { color: var(--amber); margin: 0 0.35em; }
.topnav { display: flex; gap: 1.6rem; }
.topnav a {
  font-weight: 600; font-size: 0.92rem; color: var(--muted-inv);
  transition: color 0.2s;
}
.topnav a:hover { color: var(--amber); }

/* ── hero ───────────────────────────────────────── */
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(242, 107, 29, 0.22), transparent 60%),
    radial-gradient(800px 400px at -10% 30%, rgba(255, 183, 3, 0.12), transparent 55%),
    var(--ink);
  color: var(--text-inv);
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.2rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
}
.hero-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-title {
  font-size: clamp(2.2rem, 5.4vw, 3.9rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-bottom: 1.4rem;
}
.hero-accent { color: var(--ember-2); position: relative; }
.hero-accent::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0.06em;
  height: 0.14em; background: var(--amber); opacity: 0.6;
}
.hero-lede {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: #c7cede;
  max-width: 34rem;
  margin: 0 0 2rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 2.4rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.proof-chip {
  display: flex; align-items: center; gap: 0.7rem;
  border: 1px solid var(--line-inv); border-radius: 10px;
  padding: 0.55rem 0.9rem;
}
.proof-num {
  font-family: var(--font-display); font-weight: 900; font-size: 1.4rem;
  color: var(--amber);
}
.proof-label { font-size: 0.68rem; line-height: 1.25; color: var(--muted-inv); text-transform: uppercase; letter-spacing: 0.08em; }

/* hero board — tactile stand-up mock */
.hero-board {
  background: var(--ink-2);
  border: 1px solid var(--line-inv);
  border-radius: 18px;
  padding: 1.1rem;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
  transition: transform 0.5s var(--ease);
}
.hero-board:hover { transform: rotate(0deg) translateY(-4px); }
.board-head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; color: var(--muted-inv);
  padding: 0.4rem 0.4rem 0.8rem;
  border-bottom: 1px dashed var(--line-inv);
  margin-bottom: 0.9rem;
}
.board-title { color: var(--amber); }
.board-col { margin-bottom: 0.7rem; }
.col-label {
  font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.16em; color: var(--muted-inv);
  display: block; margin-bottom: 0.4rem; padding-left: 0.3rem;
}
.stickynote {
  font-size: 0.82rem; font-weight: 600; line-height: 1.35;
  color: var(--ink);
  padding: 0.5rem 0.7rem; border-radius: 6px;
  margin-bottom: 0.45rem;
  box-shadow: 0 4px 10px -4px rgba(0,0,0,0.4);
  transition: transform 0.3s var(--ease);
}
.stickynote:hover { transform: rotate(-1.5deg) scale(1.02); }
.note-y { background: var(--amber); }
.note-o { background: var(--ember-2); }
.note-p { background: var(--mint); }
.board-footer {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.16em;
  color: var(--muted-inv); text-align: center; padding-top: 0.7rem;
  border-top: 1px dashed var(--line-inv);
}

/* ── marquee ────────────────────────────────────── */
.marquee {
  background: var(--amber);
  overflow: hidden;
  padding: 0.75rem 0;
  border-block: 3px solid var(--ink);
}
.marquee-track {
  display: flex; gap: 2.5rem; width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee-track span {
  font-family: var(--font-display); font-weight: 900;
  font-size: 1rem; letter-spacing: 0.08em; color: var(--ink);
  white-space: nowrap;
}
.mq-sep { color: var(--ember); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── why ────────────────────────────────────────── */
.why { padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 4vw, 3rem); }
.why-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: start;
}
.why-text { font-size: 1.06rem; color: #3d4356; margin: 0 0 1.1rem; }
.why-quote {
  margin-top: 1.8rem; padding: 1.4rem 1.5rem;
  background: var(--paper-2); border-left: 4px solid var(--ember);
  border-radius: 0 12px 12px 0;
}
.why-quote blockquote {
  margin: 0 0 0.6rem; font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 700; color: var(--ink);
  font-style: normal;
}
.why-quote cite { font-family: var(--font-mono); font-size: 0.78rem; font-style: normal; color: var(--muted); }

/* ── roadmap / episodes ─────────────────────────── */
.roadmap { background: var(--ink); color: var(--text-inv); padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 4vw, 3rem); }
.roadmap-head { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.roadmap-sub { color: var(--muted-inv); margin: 1.2rem auto 0; max-width: 40rem; }
.roadmap-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}
.ep-card {
  background: var(--ink-2);
  border: 1px solid var(--line-inv);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease);
  display: flex; flex-direction: column; gap: 0.8rem;
}
.ep-card:hover { transform: translateY(-6px); border-color: var(--ember); background: var(--ink-3); }
.ep-top { display: flex; justify-content: space-between; align-items: center; }
.ep-num { font-family: var(--font-mono); font-weight: 700; color: var(--amber); font-size: 0.95rem; }
.ep-tag {
  font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ember-2); border: 1px solid rgba(255, 143, 61, 0.4);
  padding: 0.2rem 0.55rem; border-radius: 999px;
}
.ep-title { font-size: 1.22rem; font-weight: 800; letter-spacing: -0.01em; }
.ep-desc { color: var(--muted-inv); font-size: 0.92rem; line-height: 1.55; margin: 0; }
.roadmap-note {
  text-align: center; color: var(--muted-inv);
  font-family: var(--font-mono); font-size: 0.78rem; margin-top: 2.4rem;
}

/* ── meet lulu ──────────────────────────────────── */
.lulu { padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 4vw, 3rem); }
.lulu-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.lulu-portrait { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; }
.portrait-ring {
  width: clamp(180px, 22vw, 260px); aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, var(--ink-2), var(--ink));
  border: 8px solid var(--ember);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 30px 60px -25px rgba(13, 18, 32, 0.5), inset 0 0 0 3px var(--ink);
  position: relative;
}
.portrait-ring::before {
  content: '✦';
  position: absolute; top: -26px; right: 8px;
  font-size: 1.6rem; color: var(--amber);
}
.portrait-inner {
  width: 74%; height: 74%; border-radius: 50%;
  background: var(--amber);
  display: flex; align-items: center; justify-content: center;
  border: 4px solid var(--paper);
}
.portrait-letter {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(4rem, 9vw, 6rem); color: var(--ink);
}
.portrait-tag {
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em;
  text-align: center; color: var(--muted); text-transform: uppercase;
  max-width: 20rem;
}
.lulu-text { color: #3d4356; font-size: 1.05rem; margin: 0 0 1.1rem; }
.lulu-points { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 0.7rem; }
.lulu-point { display: flex; align-items: center; gap: 0.7rem; font-weight: 600; color: var(--ink); }
.lulu-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--mint); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 900; flex-shrink: 0;
}

/* ── connect ────────────────────────────────────── */
.connect {
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(255, 183, 3, 0.14), transparent 60%),
    var(--ink);
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 4vw, 3rem);
}
.connect-card {
  max-width: 760px; margin: 0 auto; text-align: center;
  background: var(--paper); border-radius: 24px;
  padding: clamp(2.2rem, 5vw, 3.5rem) clamp(1.4rem, 4vw, 3rem);
  box-shadow: var(--shadow);
  border-top: 6px solid var(--ember);
}
.connect-title { font-size: clamp(1.8rem, 4.5vw, 2.6rem); font-weight: 900; letter-spacing: -0.02em; }
.connect-sub { color: #3d4356; margin: 1rem auto 2rem; max-width: 32rem; }
.connect-handles {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem; text-align: left;
}
.handle {
  display: flex; align-items: center; gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.handle:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -14px rgba(13, 18, 32, 0.3); border-color: var(--ember); }
.handle-icon {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; font-weight: 900; color: #fff;
}
.handle-youtube .handle-icon { background: #ff0000; }
.handle-tiktok .handle-icon { background: #111; }
.handle-instagram .handle-icon { background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7); }
.handle-linkedin .handle-icon { background: #0a66c2; font-family: var(--font-display); font-size: 0.9rem; }
.handle-body { display: flex; flex-direction: column; min-width: 0; }
.handle-name { font-family: var(--font-display); font-weight: 800; font-size: 0.98rem; color: var(--ink); }
.handle-handle { font-family: var(--font-mono); font-size: 0.74rem; color: var(--muted); }
.handle-arrow { margin-left: auto; font-size: 1.1rem; color: var(--ember); transition: transform 0.25s var(--ease); }
.handle:hover .handle-arrow { transform: translateX(4px); }
.connect-note { font-family: var(--font-mono); font-size: 0.74rem; color: var(--muted); margin-top: 1.8rem; }

/* ── footer ─────────────────────────────────────── */
.footer { background: var(--ink); color: var(--muted-inv); padding: 3rem clamp(1.2rem, 4vw, 3rem) 1.6rem; border-top: 1px solid var(--line-inv); }
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem;
  padding-bottom: 2.2rem;
}
.footer-tag { font-size: 0.9rem; margin: 0.9rem 0 0; max-width: 20rem; }
.footer-head { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); display: block; margin-bottom: 0.8rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { font-size: 0.9rem; color: var(--muted-inv); transition: color 0.2s; }
.footer-links a:hover { color: var(--amber); }
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem;
  border-top: 1px solid var(--line-inv); padding-top: 1.4rem;
  font-family: var(--font-mono); font-size: 0.72rem; color: #6d768c;
}
.footer-bottom-right { color: var(--ember-2); }

/* ── reveal on scroll ───────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ── responsive ─────────────────────────────────── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-board { max-width: 460px; }
  .why-grid, .lulu-grid { grid-template-columns: 1fr; }
  .roadmap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .topnav { display: none; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .connect-handles { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .btn-ghost { width: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}
