/* GatherPop — marketing site
   Warm, festive, grown-up. One committed light look (no theme switching). */

:root {
  --ink: #221733;
  --ink-soft: #574869;
  --cream: #FFF8F1;
  --cream-deep: #F8EBDC;
  --white: #FFFFFF;
  --coral: #FF6B4A;
  --amber: #FFB020;
  --teal: #16A394;
  --grape: #7C4DD0;
  --line: rgba(34, 23, 51, 0.12);
  --shadow-sm: 0 2px 8px rgba(34, 23, 51, 0.06);
  --shadow-md: 0 12px 32px rgba(34, 23, 51, 0.10);
  --shadow-lg: 0 28px 64px rgba(34, 23, 51, 0.16);
  --radius: 16px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.15rem; letter-spacing: -0.01em; }

p { margin: 0 0 1em; }

a { color: inherit; }

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------------------------------------------------------------- header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 241, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.wordmark .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 5px -5px 0 -2px var(--amber), -5px 5px 0 -3px var(--teal);
}

.nav-links {
  display: flex;
  gap: 28px;
  font-size: 0.95rem;
  font-weight: 500;
}

.nav-links a { text-decoration: none; color: var(--ink-soft); }
.nav-links a:hover { color: var(--coral); }

@media (max-width: 640px) { .nav-links { display: none; } }

/* ---------------------------------------------------------------- hero */

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 72px;
  text-align: center;
}

.confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
}

.hero .wrap { position: relative; z-index: 1; }

.eyebrow {
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.hero h1 { max-width: 17ch; margin-inline: auto; text-wrap: balance; }

.hero h1 em {
  font-style: normal;
  color: var(--coral);
  white-space: nowrap; /* keep "night in." from orphaning the "in." */
}

.lede {
  max-width: 56ch;
  margin: 0 auto 32px;
  font-size: 1.16rem;
  color: var(--ink-soft);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--coral);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover { box-shadow: var(--shadow-lg); }

.btn-ghost {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
}

/* ---------------------------------------------------------------- plan card mockup */

.showcase { padding: 8px 0 96px; }

.plan-card {
  max-width: 560px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.plan-head {
  padding: 22px 26px;
  background: linear-gradient(135deg, var(--grape), var(--coral));
  color: var(--white);
}

.plan-head .kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
}

.plan-head h3 {
  margin: 4px 0 0;
  font-size: 1.6rem;
  color: var(--white);
}

.plan-body { padding: 8px 26px 24px; }

.plan-group { padding: 16px 0; border-bottom: 1px solid var(--line); }
.plan-group:last-child { border-bottom: 0; }

.plan-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 10px;
}

.plan-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 0.98rem;
}

.plan-items li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.plan-items .tick { color: var(--teal); font-weight: 700; }
.plan-items .meta { margin-left: auto; font-size: 0.85rem; color: var(--ink-soft); }

.plan-foot {
  padding: 16px 26px;
  background: var(--cream-deep);
  font-size: 0.92rem;
  color: var(--ink-soft);
  font-style: italic;
}

/* ---------------------------------------------------------------- sections */

section { padding: 80px 0; }

.section-head { text-align: center; max-width: 60ch; margin: 0 auto 52px; }
.section-head p { color: var(--ink-soft); margin: 0; }

.band { background: var(--white); border-block: 1px solid var(--line); }

/* steps */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 36px;
  counter-reset: step;
}

.step { counter-increment: step; }

.step::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
}

.step h3 { margin-bottom: 6px; }
.step p { color: var(--ink-soft); margin: 0; font-size: 0.98rem; }

/* feature grid */

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.feature {
  padding: 26px 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.band .feature { background: var(--cream); }

.feature .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 1.25rem;
}

.feature h3 { margin-bottom: 6px; }
.feature p { margin: 0; font-size: 0.96rem; color: var(--ink-soft); }

/* vibes */

.vibe-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: center;
}

.vibe {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 19px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 0.97rem;
  font-weight: 500;
}

/* waitlist */

.waitlist {
  text-align: center;
  padding: 72px 32px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 26px;
  margin-block: 40px;
}

.waitlist h2 { color: var(--white); }
.waitlist p { color: rgba(255, 248, 241, 0.75); max-width: 46ch; margin: 0 auto 28px; }

/* ---------------------------------------------------------------- footer */

.site-footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 52px 0 40px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--coral); }

.disclosure {
  margin-top: 26px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.disclosure strong { color: var(--ink); }

/* ---------------------------------------------------------------- legal pages */

.legal { padding: 64px 0 88px; }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(2.1rem, 4.5vw, 3rem); margin-bottom: 8px; }
.legal .updated { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 44px; }
.legal h2 { font-size: 1.45rem; margin-top: 44px; }
.legal h3 { font-size: 1.05rem; margin-top: 28px; }
.legal p, .legal li { color: var(--ink-soft); }
.legal strong { color: var(--ink); }
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 8px; }

.callout {
  padding: 20px 24px;
  margin: 28px 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--amber);
  border-radius: 12px;
}

.callout p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- guides */

.guide-hero {
  padding: 64px 0 40px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.guide-hero p { color: var(--ink-soft); max-width: 54ch; margin: 0 auto; }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
}

.guide-card {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.guide-card .tag {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 10px;
}

.guide-card h3 { margin-bottom: 8px; font-size: 1.22rem; }
.guide-card p { margin: 0; font-size: 0.95rem; color: var(--ink-soft); }
.guide-card .when { margin-top: 16px; font-size: 0.85rem; color: var(--ink-soft); }

/* article */

.article { padding: 56px 0 80px; }
.article .wrap { max-width: 720px; }
.article .tag {
  display: block; /* own line, under the back-link */
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--coral);
}
.article h1 { font-size: clamp(2.1rem, 4.6vw, 3.1rem); margin: 10px 0 12px; }
.article .byline {
  color: var(--ink-soft);
  font-size: 0.92rem;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.article h2 { font-size: 1.5rem; margin-top: 44px; }
.article h3 { font-size: 1.1rem; margin-top: 30px; }
.article p, .article li { color: var(--ink-soft); }
.article strong { color: var(--ink); }
.article ul, .article ol { padding-left: 22px; }
.article li { margin-bottom: 9px; }

.article table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
  font-size: 0.95rem;
}

.article th, .article td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.article th {
  background: var(--white);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.article td { color: var(--ink-soft); }

.table-scroll { overflow-x: auto; }

.article-cta {
  margin-top: 52px;
  padding: 30px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.article-cta h3 { margin-bottom: 8px; }
.article-cta p { margin-bottom: 20px; }

.back-link {
  display: table; /* shrink-wrapped but forces its own line */
  margin-bottom: 26px;
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
}

.back-link:hover { color: var(--coral); }
