:root {
  --bg: #FAF7F2;
  --text: #1A1A1A;
  --muted: #666666;
  --light: #999999;
  --line: rgba(26, 26, 26, 0.1);
  --accent: #E8734A;
  --accent-light: #FFF0EB;
  --card: #FFFFFF;
  --card-border: rgba(26, 26, 26, 0.08);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ==================== TOP BAR ==================== */

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6vw;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(16px);
  z-index: 100;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
.brand-logo {
  height: 32px;
  width: auto;
}

.nav {
  display: flex;
  gap: 28px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
}

.nav a:hover {
  color: var(--text);
}

/* ==================== HERO ==================== */

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 80px 6vw;
  min-height: calc(100vh - 70px);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 16px;
}

.hero h1 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  line-height: 0.98;
  margin: 0;
  max-width: 14ch;
  letter-spacing: -0.03em;
  color: var(--text);
}

.subhead {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 42rem;
  margin-top: 20px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
}

.btn-primary:hover {
  background: #D4623E;
  border-color: #D4623E;
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 2px solid var(--line);
}

.btn-secondary:hover {
  border-color: var(--text);
}

.social-proof {
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--light);
  font-weight: 500;
}

/* Hero Visual with Photos */

.hero-visual {
  position: relative;
  min-height: 520px;
}

.image-card {
  position: absolute;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.image-main {
  inset: 0 220px 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-small {
  width: 220px;
  height: 280px;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.why-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.why-card {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 24px;
  background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.0) 100%);
}

.why-card-small {
  padding: 16px;
}

.why-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.65rem;
  font-weight: 600;
  opacity: 0.6;
  margin-bottom: 8px;
}

.why-text {
  font-family: "DM Serif Display", serif;
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 12px;
}

.why-card-small .why-text {
  font-size: 0.8rem;
  line-height: 1.3;
}

.why-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  opacity: 0.5;
}

/* ==================== STATS ==================== */

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 6vw 80px;
}

.stats div {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: 20px;
  padding: 28px;
}

.stats strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.stats span {
  font-weight: 700;
  font-size: 1rem;
  display: block;
  margin-bottom: 4px;
}

.stat-desc {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 4px;
}

/* ==================== PROBLEM ==================== */

.problem {
  padding: 80px 6vw;
  border-top: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading h2,
.safety h2,
.founders h2,
.cta h2 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.05;
  max-width: 100%;
  letter-spacing: -0.02em;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  align-items: start;
}

.problem-card {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: 20px;
  padding: 32px;
  height: auto;
}

.problem-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: var(--accent);
}

.problem-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* ==================== HOW IT WORKS ==================== */

.how-it-works {
  padding: 80px 6vw;
  border-top: 1px solid var(--line);
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: 20px;
  padding: 32px;
}

.feature-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.3;
  margin-bottom: 12px;
}

.feature h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.feature p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* ==================== SAFETY ==================== */

.safety {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
  padding: 80px 6vw;
  border-top: 1px solid var(--line);
}

.safety p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 38rem;
  margin-top: 16px;
}

.safety-panel {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: 20px;
  padding: 28px;
}

.panel-title {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.safety-panel ul {
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.safety-panel li {
  margin-bottom: 8px;
  line-height: 1.5;
}

/* ==================== FOR YOU IF ==================== */

.for-you {
  padding: 80px 6vw;
  border-top: 1px solid var(--line);
}

.for-you-list {
  max-width: 640px;
}

.for-you-item {
  font-size: 1.05rem;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  line-height: 1.5;
}

.for-you-item:last-child {
  border-bottom: none;
}

/* ==================== FOUNDERS ==================== */

.founders {
  padding: 80px 6vw;
  border-top: 1px solid var(--line);
}

.founders-text-full {
  max-width: 720px;
}

.founders-text-full p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 16px;
}

.founder-creds {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.founder {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: 16px;
  padding: 20px;
}

.founder strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.founder span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* ==================== FAQ ==================== */

.faq {
  padding: 80px 6vw;
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.faq-item {
  border: 1px solid var(--card-border);
  background: var(--card);
  border-radius: 20px;
  padding: 28px;
}

.faq-item h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.faq-item p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* ==================== CTA / WAITLIST ==================== */

.cta {
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 80px 6vw 100px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--accent-light) 100%);
}

.cta h2 {
  margin: 0 auto;
  max-width: 16ch;
}

.cta-sub {
  color: var(--muted);
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 8px;
}

.signup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.form-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.signup input {
  width: 220px;
  padding: 16px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--card);
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.signup input:focus {
  border-color: var(--accent);
}

.signup button {
  padding: 16px 32px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.signup button:hover {
  background: #D4623E;
}

.cta-trust {
  margin-top: 16px;
  font-size: 0.8rem;
  color: var(--light);
}
/* ==================== TALLY EMBED ==================== */

.tally-embed {
  max-width: 480px;
  margin: 28px auto 0;
}

.tally-embed iframe {
  border-radius: 16px;
}

/* ==================== FOOTER ==================== */

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 6vw;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--light);
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  height: 24px;
  width: auto;
}

.footer-right {
  display: flex;
  gap: 24px;
}

.footer-right a:hover {
  color: var(--text);
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 900px) {
  .hero,
  .safety,
  .grid,
  .stats,
  .problem-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: auto;
    padding: 60px 5vw;
  }

  .hero-visual {
    min-height: 400px;
  }

  .image-main {
    inset: 0;
  }

  .image-small {
    display: none;
  }

  .nav {
    gap: 16px;
    font-size: 0.82rem;
  }

  .problem,
  .how-it-works,
  .safety,
  .for-you,
  .founders,
  .faq,
  .cta {
    padding: 60px 5vw;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 16px 5vw;
    flex-wrap: wrap;
    gap: 12px;
  }

  .brand {
    font-size: 1rem;
  }

  .nav {
    gap: 12px;
    font-size: 0.75rem;
    width: 100%;
    justify-content: flex-start;
  }

  .hero h1,
  .section-heading h2,
  .safety h2,
  .founders h2,
  .cta h2 {
    font-size: 2.2rem;
  }

  .form-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .signup input {
    width: 100%;
    max-width: 340px;
  }

  .signup button {
    width: 100%;
    max-width: 340px;
  }

  .footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .hero-visual {
    min-height: 320px;
  }

  .stats div {
    padding: 20px;
  }
}