/* =========================================================
   마켓 인사이트 라운지 — Korean Market Insight Community
   Theme: Rose Mica Gold  (#D9A7A0 · #C9B79C · #F8F4F0)
   Warm · elegant · trustworthy
   ========================================================= */

:root {
  /* Color tokens */
  --cream:     #f8f4f0;   /* base background */
  --cream-2:   #f1e8e1;   /* alt section */
  --rose:      #d9a7a0;   /* primary — dusty rose */
  --rose-mid:  #c0837a;   /* gradient / hover */
  --rose-ink:  #9e5e54;   /* deep rose for accent text */
  --mica:      #c9b79c;   /* mica champagne-gold */
  --mica-deep: #9c855c;   /* deep mica */
  --ink:       #322823;   /* warm near-black text */
  --ink-soft:  #5b5048;   /* secondary text */
  --muted:     #897c72;   /* captions */
  --mocha:     #38302b;   /* footer / deep grounding */
  --line:      #e7dccf;   /* hairline on cream */
  --line-warm: rgba(158,94,84,0.18);

  /* Type */
  --serif: "Noto Serif KR", Georgia, serif;
  --sans:  "IBM Plex Sans KR", "Noto Sans KR", system-ui, sans-serif;

  /* Layout */
  --wrap: 1180px;
  --radius: 18px;
  --radius-lg: 26px;

  --shadow-soft: 0 26px 64px -30px rgba(120,80,72,0.45);
  --shadow-card: 0 20px 46px -26px rgba(120,80,72,0.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(var(--wrap), 92vw);
  margin-inline: auto;
}

/* ---------- Shared type utilities ---------- */
.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--rose-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--rose);
  display: inline-block;
}

.section-title {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.26;
  font-size: clamp(1.8rem, 3.6vw, 2.9rem);
  letter-spacing: -0.01em;
  color: var(--ink);
}

.lead {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  max-width: 52ch;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.95em 1.7em;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, background .35s, color .35s, border-color .35s;
  will-change: transform;
}
.btn i { font-size: 0.92em; }

.btn-primary {
  background: linear-gradient(120deg, var(--rose), var(--mica));
  color: var(--ink);
  box-shadow: 0 16px 32px -16px rgba(192,131,122,0.7);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px -16px rgba(192,131,122,0.85);
}
.btn-primary .ar { transition: transform .35s; }
.btn-primary:hover .ar { transform: translateX(4px); }

.btn-ghost {
  background: rgba(255,255,255,0.5);
  color: var(--rose-ink);
  border-color: var(--rose);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: var(--rose-mid);
}

.btn-dark {
  background: var(--mocha);
  color: var(--cream);
}
.btn-dark:hover { transform: translateY(-3px); background: #2c251f; }

.link-cta {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--rose-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
  padding-bottom: 2px;
  transition: gap .3s, border-color .3s, color .3s;
}
.link-cta:hover { gap: 0.9em; border-color: var(--rose-mid); color: var(--rose-mid); }

/* =========================================================
   Hero — framed editorial portrait
   ========================================================= */
.hero { position: relative; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(78% 70% at 84% 24%, rgba(217,167,160,0.45), transparent 55%),
    radial-gradient(70% 80% at 6% 92%, rgba(201,183,156,0.45), transparent 60%),
    linear-gradient(160deg, #fbf7f3 0%, #f6efe9 52%, #f1e6df 100%);
}
.hero-grid-tex {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(158,94,84,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(158,94,84,0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(110% 90% at 60% 20%, #000 35%, transparent 80%);
  -webkit-mask-image: radial-gradient(110% 90% at 60% 20%, #000 35%, transparent 80%);
}
.hero-wrap {
  position: relative;
  z-index: 2;
  width: min(var(--wrap), 92vw);
  margin-inline: auto;
  padding-top: 28px;
}

/* overline brand row (replaces sticky header) */
.hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: clamp(26px, 5vw, 54px);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(32px, 6vw, 70px);
}
.brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 0.6em;
  color: var(--ink);
}
.brand .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 4px rgba(217,167,160,0.3);
  flex: none;
}
.brand .brand-name { display: flex; flex-direction: column; line-height: 1.15; }
.brand small {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 2px;
}
.hero-top-meta {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-main {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  padding-bottom: clamp(40px, 6vw, 80px);
}
.hero-copy { max-width: 580px; }
.hero-copy .eyebrow { margin-bottom: 1.4rem; }

.hero h1 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2.4rem, 5.6vw, 4.2rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin-bottom: 1.3rem;
  color: var(--ink);
}
.hero h1 .accent {
  background: linear-gradient(110deg, var(--rose-mid), var(--mica-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.type-caret {
  display: inline-block;
  width: 3px; height: 0.92em;
  background: var(--rose-mid);
  margin-left: 4px;
  transform: translateY(0.08em);
  animation: blink 1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

.hero p.sub {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  margin-bottom: 2.1rem;
  max-width: 48ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.6rem;
}
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; }
.hero-stat { display: flex; flex-direction: column; padding-right: 2rem; }
.hero-stat b {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.55rem;
  color: var(--rose-ink);
}
.hero-stat span {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--muted);
}
.hero-stat + .hero-stat { padding-left: 2rem; border-left: 1px solid var(--line); }

/* framed portrait */
.hero-figure { position: relative; justify-self: center; width: min(380px, 86%); }
.frame {
  position: relative;
  background: linear-gradient(160deg, #f1e6da, #e8d6c8);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 11px;
  box-shadow: var(--shadow-soft);
  animation: floaty 6s ease-in-out infinite;
}
.frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(217,167,160,0.55);
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}
.frame-glow {
  position: absolute;
  inset: -16%;
  background: radial-gradient(closest-side, rgba(217,167,160,0.5), transparent 70%);
  filter: blur(22px);
  z-index: -1;
  animation: haloPulse 5s ease-in-out infinite;
}
.frame .portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  display: block;
}
.frame-plate {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 3;
  background: var(--mocha);
  color: var(--cream);
  border-top: 2px solid var(--rose);
  border-radius: 10px;
  padding: 0.55em 1.3em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 18px 32px -16px rgba(120,80,72,0.6);
}
.frame-plate b { font-family: var(--serif); font-weight: 700; font-size: 0.96rem; display: block; }
.frame-plate span { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.04em; color: #c6bbae; }

.hero-chip {
  position: absolute;
  z-index: 4;
  top: 8%;
  left: -10%;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55em 1em;
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 0.55em;
  box-shadow: var(--shadow-card);
  animation: floaty 6s ease-in-out infinite reverse;
}
.hero-chip .live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--rose-mid);
  box-shadow: 0 0 0 4px rgba(217,167,160,0.25);
  animation: blink 1.4s steps(1) infinite;
}

@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-12px); }
}
@keyframes haloPulse {
  0%,100% { opacity: .75; transform: scale(1); }
  50%     { opacity: 1;   transform: scale(1.04); }
}

.hero-pulse { position: relative; z-index: 2; }

/* =========================================================
   Pulse line divider (signature motif)
   ========================================================= */
.pulse-divider { width: 100%; overflow: hidden; line-height: 0; padding: 6px 0; }
.pulse-divider svg { width: 100%; height: 56px; display: block; }
.pulse-path {
  fill: none;
  stroke: url(#pulseGrad);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pulse-anim { stroke-dasharray: 2400; stroke-dashoffset: 2400; animation: drawPulse 4s ease forwards; }
@keyframes drawPulse { to { stroke-dashoffset: 0; } }

/* =========================================================
   Section frame
   ========================================================= */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section.alt { background: var(--cream-2); }

.section-head { max-width: 640px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head .eyebrow { margin-bottom: 1.1rem; }
.section-head .lead { margin-top: 1.1rem; }

/* =========================================================
   Feature (value) modules — alternating
   ========================================================= */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
}
.feature + .feature { margin-top: clamp(70px, 9vw, 130px); }
.feature.reverse .feature-media { order: -1; }

.feature-tag {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose-ink);
  display: inline-block;
  margin-bottom: 1rem;
}
.feature h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: var(--ink);
}
.feature p { color: var(--ink-soft); margin-bottom: 1.4rem; max-width: 46ch; }
.feature ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.8rem;
}
.feature ul li {
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--ink-soft);
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
}
.feature ul li i { color: var(--rose-mid); margin-top: 0.35em; font-size: 0.55em; }

/* media photo frame */
.feature-media {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 8px;
  background: linear-gradient(160deg, #f1e6da, #e9d8c9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 8px);
  display: block;
}

/* =========================================================
   Live + schedule — soft mica-tinted section
   ========================================================= */
.live {
  background: linear-gradient(160deg, #f3ebe1, #f2e4e0);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.live::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 85% 5%, rgba(217,167,160,0.28), transparent 55%);
  pointer-events: none;
}
.live-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.live h2 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.28; margin: 1rem 0 1.2rem;
  letter-spacing: -0.01em; color: var(--ink);
}
.live p { color: var(--ink-soft); margin-bottom: 1.8rem; max-width: 46ch; }
.live-meta { display: flex; gap: 2rem; flex-wrap: wrap; }
.live-meta .lm b { font-family: var(--serif); font-size: 1.6rem; color: var(--rose-ink); display: block; }
.live-meta .lm span { font-family: var(--sans); font-size: 0.78rem; color: var(--muted); letter-spacing: .04em; }

.schedule {
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 34px);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-card);
}
.schedule-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 1.1rem; margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
}
.schedule-head b { font-family: var(--sans); font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.live-pill {
  font-family: var(--sans); font-size: 0.68rem; font-weight: 700; letter-spacing: .1em;
  color: #fff; background: var(--rose-mid);
  padding: 0.35em 0.75em; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 0.5em;
}
.live-pill .live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  animation: blink 1.2s steps(1) infinite;
}
.sched-row { display: flex; align-items: center; gap: 1rem; padding: 0.85rem 0; font-family: var(--sans); }
.sched-row + .sched-row { border-top: 1px dashed var(--line); }
.sched-row .day { width: 54px; flex: none; text-align: center; }
.sched-row .day b { display: block; font-size: 1.1rem; color: var(--rose-ink); }
.sched-row .day span { font-size: 0.62rem; color: var(--muted); }
.sched-row .info b { font-size: 0.9rem; color: var(--ink); display: block; }
.sched-row .info span { font-size: 0.74rem; color: var(--ink-soft); }
.sched-row i { margin-left: auto; color: var(--rose-mid); }

/* =========================================================
   Join CTA — warm rose-mica conversion block
   ========================================================= */
.join { text-align: center; }
.join-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: clamp(48px, 7vw, 92px) clamp(24px, 5vw, 60px);
  background:
    radial-gradient(100% 130% at 50% 0%, rgba(217,167,160,0.5), transparent 60%),
    linear-gradient(160deg, #f0dcd5, #e7d6bd);
  border: 1px solid var(--rose);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.join-card .eyebrow { color: var(--rose-ink); justify-content: center; margin-bottom: 1.3rem; }
.join-card .eyebrow::before { background: var(--rose-ink); }
.join h2 {
  font-family: var(--serif); font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  line-height: 1.22; letter-spacing: -0.015em;
  margin-bottom: 1.2rem; color: var(--ink); position: relative;
}
.join p { color: var(--ink-soft); max-width: 50ch; margin: 0 auto 2.2rem; position: relative; }
.join-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }
.join-note { font-family: var(--sans); font-size: 0.78rem; color: var(--muted); margin-top: 1.4rem; position: relative; }
.join-pulse { position: absolute; left: 0; right: 0; bottom: 0; opacity: .5; }

/* =========================================================
   Footer
   ========================================================= */
.footer {
  background: var(--mocha);
  color: rgba(248,244,240,0.78);
  padding: clamp(54px, 7vw, 80px) 0 130px;
  font-family: var(--sans);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(217,167,160,0.18);
}
.footer .brand { color: var(--cream); margin-bottom: 0.9rem; }
.footer .brand small { color: rgba(248,244,240,0.5); }
.footer-desc { font-size: 0.86rem; max-width: 42ch; color: rgba(248,244,240,0.6); line-height: 1.8; }
.footer-legal { display: flex; flex-direction: column; gap: 0.7rem; align-items: flex-start; }
.footer-legal .fl-title {
  font-size: 0.68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 0.4rem;
}
.footer-legal button {
  background: none; border: none; cursor: pointer;
  color: rgba(248,244,240,0.78); font-family: var(--sans); font-size: 0.88rem;
  padding: 0; text-align: left;
  transition: color .25s, padding-left .25s;
  display: inline-flex; align-items: center; gap: 0.5em;
}
.footer-legal button:hover { color: var(--rose); padding-left: 4px; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  padding-top: 1.8rem;
  font-size: 0.76rem; color: rgba(248,244,240,0.5);
}
.footer-disclaimer {
  margin-top: 1.4rem; padding-top: 1.4rem;
  border-top: 1px dashed rgba(217,167,160,0.16);
  font-size: 0.74rem; line-height: 1.8; color: rgba(248,244,240,0.45);
  max-width: 78ch;
}

/* =========================================================
   Modal
   ========================================================= */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(50,40,35,0.5);
  backdrop-filter: blur(5px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  max-width: 600px; width: 100%;
  max-height: 82vh; overflow-y: auto;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 40px 90px -30px rgba(50,40,35,.5);
  transform: translateY(20px) scale(.98);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.modal-overlay.open .modal { transform: translateY(0) scale(1); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.modal h3 { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; color: var(--ink); }
.modal .modal-close {
  background: var(--cream-2); border: 1px solid var(--line); cursor: pointer;
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  color: var(--ink-soft); font-size: 1rem;
  transition: background .25s, transform .25s, color .25s;
}
.modal .modal-close:hover { background: var(--rose); color: #fff; transform: rotate(90deg); }
.modal-body { font-family: var(--sans); font-size: 0.92rem; color: var(--ink-soft); line-height: 1.9; }
.modal-body h4 { font-family: var(--serif); font-size: 1.05rem; color: var(--rose-ink); margin: 1.3rem 0 0.5rem; }
.modal-body p { margin-bottom: 0.8rem; }
.modal-body ul { padding-left: 1.2rem; margin-bottom: 0.8rem; }
.modal-body li { margin-bottom: 0.4rem; }

/* =========================================================
   Floating CTA (Kakao — brand yellow stays)
   ========================================================= */
.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.9em 1.6em;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.96rem;
  color: #2a1f12;
  background: linear-gradient(120deg, #ffe14d, #ffd400);
  box-shadow: 0 18px 40px -14px rgba(120,80,40,.4), 0 0 0 6px rgba(255,212,0,.16);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
  animation: bob 3s ease-in-out infinite;
  max-width: calc(100vw - 28px);
}
.floating-cta:hover {
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 24px 50px -14px rgba(120,80,40,.5), 0 0 0 8px rgba(255,212,0,.2);
}
.floating-cta .btn-icon { width: 26px; height: 26px; flex: none; }
.floating-cta span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@keyframes bob {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%     { transform: translateX(-50%) translateY(-6px); }
}

/* =========================================================
   Scroll reveal
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .hero-top-meta { display: none; }
}
@media (max-width: 860px) {
  .hero-main { grid-template-columns: 1fr; text-align: center; padding-bottom: 30px; }
  .hero-copy { max-width: 100%; margin-inline: auto; }
  .hero-copy .eyebrow, .hero-actions, .hero-stats { justify-content: center; }
  .hero p.sub { margin-inline: auto; }
  .hero-figure { order: -1; width: min(290px, 70%); margin: 0 auto 2rem; }
  .hero-chip { left: 50%; transform: translateX(-50%); top: -14px; }

  .section { padding: 54px 0; }
  .section-head { margin-bottom: 30px; }
  .feature { grid-template-columns: 1fr; gap: 22px; }
  .feature + .feature { margin-top: 46px; }
  .feature.reverse .feature-media { order: 0; }
  .feature-media img { aspect-ratio: 16 / 10; }
  .live-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-top { grid-template-columns: 1fr; gap: 1.6rem; }
  .footer { padding-bottom: 120px; }
}
@media (max-width: 560px) {
  .hero-top { padding-bottom: 22px; margin-bottom: 26px; }
  .brand { font-size: 1.02rem; }
  .section { padding: 44px 0; }
  .section-title { font-size: 1.55rem; }
  .feature + .feature { margin-top: 38px; }
  .feature h3 { font-size: 1.35rem; }
  .feature p, .feature ul { margin-bottom: 1rem; }
  .hero h1 { font-size: 2.1rem; }
  .hero-stat { padding-right: 1.2rem; }
  .hero-stat + .hero-stat { padding-left: 1.2rem; }
  .hero-stat b { font-size: 1.3rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .join-actions { flex-direction: column; align-items: stretch; }
  .join-actions .btn { justify-content: center; }
  .floating-cta { font-size: 0.82rem; padding: 0.8em 1.1em; bottom: 14px; }
  .floating-cta .btn-icon { width: 22px; height: 22px; }
}

/* =========================================================
   Reduced motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .pulse-anim { stroke-dashoffset: 0; }
}
