:root {
    --olive: #5A6B3B;
    --olive-dark: #3B4D1F;
    --pistachio: #E8EDD8;
    --cloud: #FAFAF7;
    --oat: #F1EFE8;
    --warm-border: #E8E3D0;
    --coral: #D85A30;
    --coral-soft: #FAECE7;
    --coral-dark: #712B13;
    --clay: #F0997B;
    --ink: #1A1A1A;
    --slate: #5F5E5A;
    --stone: #888780;
    --fog: #B5B3A8;
    --serif: "Fraunces", "Times New Roman", serif;
    --sans: "Inter", -apple-system, system-ui, sans-serif;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { background: var(--cloud); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
  body { font-size: 15px; line-height: 1.5; }
  a { color: inherit; text-decoration: none; }

  /* ================== NAV ================== */
  .nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-logo {
    display: block;
  }
  .hero-logo {
    display: block;
    height: clamp(110px, 13vw, 180px);
    width: auto;
    margin: 0 0 22px -10px;
  }
  .feed-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--slate);
    margin-top: 4px;
  }
  .feed-actions .fa {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
  }
  .feed-actions .fa-save {
    margin-left: auto;
    color: var(--olive-dark);
  }
  .nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
    font-size: 13px;
    color: var(--slate);
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta {
    background: var(--olive);
    color: var(--cloud);
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
    transition: background .15s ease;
  }
  .nav-cta:hover { background: var(--olive-dark); }

  /* ================== HERO ================== */
  .hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 32px 96px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    color: var(--olive-dark);
    background: var(--pistachio);
    padding: 5px 11px;
    border-radius: 999px;
    margin-bottom: 22px;
    letter-spacing: 0.2px;
  }
  .hero-eyebrow .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--olive);
  }
  .hero h1 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(38px, 4.8vw, 60px);
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: var(--ink);
    margin-bottom: 22px;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--olive);
    font-weight: 400;
  }
  .hero-lede {
    font-size: 17px;
    line-height: 1.55;
    color: var(--slate);
    max-width: 460px;
    margin-bottom: 32px;
    text-wrap: pretty;
  }
  .hero-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
  }
  .btn-primary {
    background: var(--olive);
    color: var(--cloud);
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .15s ease, transform .15s ease;
  }
  .btn-primary:hover { background: var(--olive-dark); transform: translateY(-1px); }
  .btn-secondary {
    color: var(--slate);
    padding: 14px 18px;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .btn-secondary:hover { color: var(--ink); }
  .hero-fineprint {
    margin-top: 18px;
    font-size: 12px;
    color: var(--stone);
  }

  /* ================== WAITLIST FORM ================== */
  .waitlist-form {
    max-width: 460px;
    margin-top: 4px;
  }
  .closing-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
  }
  .wl-row {
    display: flex;
    gap: 8px;
    background: var(--cloud);
    border: 1px solid var(--warm-border);
    border-radius: 999px;
    padding: 5px 5px 5px 18px;
    align-items: center;
    transition: border-color .15s ease, box-shadow .15s ease;
  }
  .wl-row:focus-within {
    border-color: var(--olive);
    box-shadow: 0 0 0 4px rgba(90, 107, 59, 0.12);
  }
  .wl-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink);
    padding: 10px 0;
    min-width: 0;
  }
  .wl-input::placeholder { color: var(--stone); }
  .wl-row .btn-primary {
    border: none;
    cursor: pointer;
    font-family: var(--sans);
    padding: 12px 20px;
    flex-shrink: 0;
  }
  .wl-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    cursor: pointer;
    user-select: none;
  }
  .wl-check input { position: absolute; opacity: 0; pointer-events: none; }
  .wl-box {
    flex-shrink: 0;
    width: 18px; height: 18px;
    border-radius: 5px;
    border: 1.5px solid var(--fog);
    background: var(--cloud);
    display: flex; align-items: center; justify-content: center;
    color: transparent;
    transition: all .12s ease;
    margin-top: 1px;
  }
  .wl-check input:checked + .wl-box {
    background: var(--olive);
    border-color: var(--olive);
    color: var(--cloud);
  }
  .wl-check input:focus-visible + .wl-box {
    box-shadow: 0 0 0 3px rgba(90, 107, 59, 0.25);
  }
  .wl-check-lbl {
    font-size: 13px;
    color: var(--slate);
    line-height: 1.45;
  }
  .wl-check-lbl strong { color: var(--ink); font-weight: 500; }
  .closing-form .wl-check { justify-content: center; max-width: 380px; margin-left: auto; margin-right: auto; }
  .wl-success[hidden] { display: none !important; }
  .wl-success[hidden] { display: none !important; }
  .wl-success {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 16px;
    background: var(--pistachio);
    color: var(--olive-dark);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
  }

  /* ================== HERO PHONE ================== */
  .hero-art {
    position: relative;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone {
    background: var(--cloud);
    border-radius: 42px;
    border: 8px solid #1a1a1a;
    overflow: hidden;
    position: relative;
    box-shadow:
      0 30px 60px -20px rgba(58, 70, 35, 0.25),
      0 12px 24px -8px rgba(0,0,0,0.08);
    z-index: 2;
    transform: rotate(-2deg);
  }
  .phone-inner {
    display: flex; flex-direction: column;
    position: relative;
    background: var(--cloud);
  }
  .phone-notch {
    position: absolute; top: 8px; left: 50%;
    transform: translateX(-50%);
    width: 86px; height: 22px;
    background: #1a1a1a; border-radius: 12px; z-index: 10;
  }
  .phone-status {
    height: 38px;
    display: flex; justify-content: space-between; align-items: flex-end;
    padding: 0 22px 4px;
    font-size: 11px; font-weight: 500; color: var(--ink);
  }
  .phone-header {
    padding: 10px 18px 12px;
    display: flex; justify-content: space-between; align-items: center;
  }
  .phone-logo-img {
    height: 48px;
    width: auto;
    display: block;
    margin: -10px 0;
  }
  .phone-logo {
    font-family: var(--serif);
    font-size: 24px; font-weight: 500;
    color: var(--olive);
    letter-spacing: -0.6px;
  }
  .phone-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--oat);
    display: flex; align-items: center; justify-content: center;
    color: var(--slate);
  }
  .phone-feed { flex: 1; overflow: hidden; }

  .feed-card {
    padding: 12px 16px 14px;
    border-bottom: 0.5px solid rgba(0,0,0,0.06);
  }
  .feed-user {
    display: flex; align-items: center; gap: 9px; margin-bottom: 10px;
  }
  .feed-avatar {
    width: 30px; height: 30px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif);
    font-size: 12px; font-weight: 500;
    color: var(--cloud);
  }
  .feed-avatar.a { background: linear-gradient(135deg, #8FA562, #5A6B3B); }
  .feed-avatar.b { background: var(--clay); color: #4A1B0C; }
  .feed-name { font-size: 13px; font-weight: 500; color: var(--ink); }
  .feed-meta { font-size: 11px; color: var(--stone); margin-top: 1px; }
  .feed-photo {
    width: 100%; height: 168px;
    border-radius: 14px;
    margin-bottom: 10px;
    position: relative; overflow: hidden;
  }
  .feed-photo.pasta {
    background: linear-gradient(135deg, #D4A574 0%, #B07A3F 100%);
  }
  .feed-photo.pasta::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at 35% 45%, rgba(255,225,160,0.55), transparent 55%),
      radial-gradient(ellipse at 70% 65%, rgba(180,60,55,0.35), transparent 50%),
      radial-gradient(circle at 50% 30%, rgba(255,255,255,0.18), transparent 40%);
  }
  .feed-photo.salad {
    background: linear-gradient(135deg, #8FA562 0%, #5A6B3B 100%);
  }
  .feed-photo.salad::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(circle at 35% 45%, rgba(220,235,180,0.6), transparent 45%),
      radial-gradient(circle at 65% 60%, rgba(255,200,120,0.4), transparent 40%);
  }
  .feed-photo.flop {
    background: linear-gradient(135deg, #5C3A20 0%, #36210F 100%);
  }
  .feed-photo.flop::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at 50% 55%, rgba(120,75,40,0.5), transparent 55%);
  }
  .feed-chips {
    display: flex; gap: 6px; margin-bottom: 7px; flex-wrap: wrap;
  }
  .chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px; font-weight: 500;
    background: var(--oat); color: var(--slate);
  }
  .chip.score { background: var(--pistachio); color: var(--olive-dark); }
  .chip.flop { background: var(--coral-soft); color: var(--coral-dark); }
  .feed-title { font-size: 13px; font-weight: 500; color: var(--ink); }

  .phone-tabbar {
    height: 56px;
    border-top: 0.5px solid rgba(0,0,0,0.08);
    display: flex; justify-content: space-around; align-items: center;
    padding: 0 12px 6px;
    background: rgba(255,255,255,0.95);
  }
  .phone-tab { color: var(--fog); }
  .phone-tab.active { color: var(--olive); }
  .phone-tab.post {
    width: 40px; height: 40px;
    background: var(--olive); color: var(--cloud);
    border-radius: 13px;
    display: flex; align-items: center; justify-content: center;
  }

  /* floating decoration cards next to phone */
  .float-card {
    position: absolute;
    background: var(--cloud);
    border: 0.5px solid var(--warm-border);
    border-radius: 14px;
    padding: 11px 14px;
    box-shadow: 0 12px 28px -10px rgba(58, 70, 35, 0.18);
    display: flex; align-items: center; gap: 10px;
    z-index: 3;
  }
  .float-card.streak {
    top: 88px; left: -8px;
    transform: rotate(-5deg);
  }
  .float-card.flame {
    bottom: 110px; right: -4px;
    transform: rotate(4deg);
  }
  .fc-icon {
    width: 32px; height: 32px;
    border-radius: 9px;
    background: var(--pistachio);
    display: flex; align-items: center; justify-content: center;
    color: var(--olive-dark);
    flex-shrink: 0;
  }
  .fc-icon.coral { background: var(--coral-soft); color: var(--coral); }
  .fc-num {
    font-family: var(--serif);
    font-size: 22px; font-weight: 500; color: var(--ink);
    line-height: 1;
  }
  .fc-num em { font-style: normal; color: var(--olive); }
  .fc-lbl {
    font-size: 10px; color: var(--slate);
    margin-top: 2px;
  }

  /* ================== TRUST STRIP ================== */
  .strip {
    border-top: 0.5px solid var(--warm-border);
    border-bottom: 0.5px solid var(--warm-border);
    background: var(--cloud);
  }
  .strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--slate);
  }
  .strip-quote {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    color: var(--ink);
  }
  .strip-quote span { color: var(--stone); font-style: normal; font-family: var(--sans); font-size: 12px; margin-left: 6px; }
  .strip-stats {
    display: flex; gap: 36px;
  }
  .stat-num {
    font-family: var(--serif);
    font-size: 20px; font-weight: 500;
    color: var(--ink);
    line-height: 1;
  }
  .stat-lbl {
    font-size: 11px; color: var(--stone);
    margin-top: 4px;
  }

  /* ================== FEATURES ================== */
  .features {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 32px 96px;
    background: linear-gradient(180deg, #f7f6f1 0%, var(--cloud) 20%);
    border-radius: 24px;
  }
  .section-eyebrow {
    font-size: 11px;
    font-weight: 500;
    color: var(--olive);
    text-transform: lowercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
  }
  .section-head {
    font-family: var(--serif);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -1.2px;
    color: var(--ink);
    max-width: 580px;
    margin-bottom: 56px;
    text-wrap: pretty;
  }
  .section-head em { font-style: italic; color: var(--olive); font-weight: 400; }

  .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .feature-card {
    background: var(--cloud);
    border: 0.5px solid var(--warm-border);
    border-radius: 22px;
    padding: 28px;
    display: flex; flex-direction: column;
    min-height: 380px;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -16px rgba(58, 70, 35, 0.18);
  }
  .feature-card.tinted { background: var(--pistachio); border-color: transparent; }
  .feature-num {
    font-family: var(--serif);
    font-size: 13px;
    color: var(--olive);
    margin-bottom: 14px;
    font-weight: 500;
  }
  .feature-title {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
    color: var(--ink);
  }
  .feature-body {
    font-size: 14px;
    line-height: 1.55;
    color: var(--slate);
    margin-bottom: 22px;
    text-wrap: pretty;
  }
  .feature-art {
    margin-top: auto;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
  }

  /* feature 1 — slider */
  .art-slider {
    background: var(--cloud);
    border: 0.5px solid var(--warm-border);
    padding: 18px 16px 16px;
  }
  .as-row {
    display: flex; justify-content: space-between; align-items: baseline;
    margin-bottom: 8px;
  }
  .as-lbl { font-size: 11px; color: var(--stone); font-weight: 500; }
  .as-val {
    font-family: var(--serif);
    font-size: 28px; font-weight: 500;
    color: var(--olive);
    line-height: 1;
  }
  .as-track {
    height: 5px; background: var(--warm-border); border-radius: 3px;
    position: relative; margin-bottom: 8px;
  }
  .as-fill {
    height: 100%; background: var(--olive); border-radius: 3px;
    width: 78%;
  }
  .as-thumb {
    position: absolute; top: 50%; left: 78%;
    transform: translate(-50%, -50%);
    width: 16px; height: 16px;
    background: var(--olive);
    border: 2.5px solid var(--cloud);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  }
  .as-scale {
    display: flex; justify-content: space-between;
    font-size: 10px; color: var(--stone);
  }

  /* feature 2 — flop card on tinted bg */
  .art-flop {
    background: var(--cloud);
    padding: 14px;
    box-shadow: 0 6px 16px -8px rgba(0,0,0,0.08);
  }
  .af-photo {
    width: 100%; height: 88px;
    border-radius: 9px;
    background: linear-gradient(135deg, #5C3A20 0%, #36210F 100%);
    margin-bottom: 10px;
    position: relative; overflow: hidden;
  }
  .af-photo::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 55%, rgba(120,75,40,0.5), transparent 55%);
  }
  .af-row {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 4px;
  }
  .af-title { font-size: 13px; font-weight: 500; color: var(--ink); }
  .af-meta { font-size: 11px; color: var(--stone); }

  /* feature 2 — recipe step (replaces flop) */
  .art-recipe {
    background: var(--cloud);
    padding: 16px;
    box-shadow: 0 6px 16px -8px rgba(0,0,0,0.08);
  }
  .ar-step-pill {
    display: inline-block;
    font-size: 10px; font-weight: 500;
    color: var(--olive);
    background: var(--pistachio);
    padding: 3px 9px;
    border-radius: 999px;
    margin-bottom: 10px;
  }
  .ar-step-body {
    font-family: var(--serif);
    font-size: 16px; font-weight: 500;
    line-height: 1.3;
    color: var(--ink);
    margin-bottom: 12px;
    text-wrap: pretty;
  }
  .ar-timer {
    background: var(--pistachio);
    border-radius: 10px;
    padding: 10px 12px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .ar-timer-lbl {
    font-size: 9px; font-weight: 500;
    color: var(--olive);
    margin-bottom: 2px;
    text-transform: lowercase;
    letter-spacing: 0.4px;
  }
  .ar-timer-time {
    font-family: var(--serif);
    font-size: 22px; font-weight: 500;
    color: var(--olive-dark);
    line-height: 1;
  }
  .ar-timer-btn {
    background: var(--olive); color: var(--cloud);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px; font-weight: 500;
  }

  /* feature 3 — streak */
  .art-streak {
    background: var(--cloud);
    border: 0.5px solid var(--warm-border);
    padding: 16px;
  }
  .ar-cells {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 12px;
  }
  .ar-cell {
    aspect-ratio: 1;
    border-radius: 4px;
    background: var(--oat);
  }
  .ar-cell.l1 { background: #D6DEC2; }
  .ar-cell.l2 { background: #A8B585; }
  .ar-cell.l3 { background: var(--olive); }
  .ar-bottom {
    display: flex; justify-content: space-between; align-items: baseline;
  }
  .ar-num {
    font-family: var(--serif);
    font-size: 26px; font-weight: 500;
    color: var(--olive-dark);
    line-height: 1;
  }
  .ar-lbl { font-size: 11px; color: var(--slate); }

  /* ================== HOW IT WORKS ================== */
  .how {
    background: var(--pistachio);
    padding: 96px 32px;
  }
  .how-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .how .section-eyebrow { color: var(--olive-dark); }
  .how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 12px;
  }
  .how-step {
    border-top: 1px solid rgba(58, 70, 35, 0.15);
    padding-top: 22px;
  }
  .how-num {
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 500;
    color: var(--olive);
    margin-bottom: 14px;
  }
  .how-title {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.4px;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .how-body {
    font-size: 14px;
    line-height: 1.55;
    color: var(--olive-dark);
    text-wrap: pretty;
  }

  /* ================== CLOSING CTA ================== */
  .closing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 32px;
    text-align: center;
  }
  .closing h2 {
    font-family: var(--serif);
    font-size: clamp(38px, 4.8vw, 60px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -1.5px;
    color: var(--ink);
    margin-bottom: 20px;
  }
  .closing h2 em { font-style: italic; color: var(--olive); font-weight: 400; }
  .closing-sub {
    font-size: 16px;
    color: var(--slate);
    margin-bottom: 32px;
  }
  .closing-actions {
    display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  }
  .closing-actions .btn-primary { padding: 16px 26px; font-size: 15px; }

  /* ================== FOOTER ================== */
  footer {
    border-top: 0.5px solid var(--warm-border);
  }
  .foot {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--stone);
    flex-wrap: wrap;
    gap: 16px;
  }
  .foot-logo {
    height: 64px;
  }
  .foot-links {
    display: flex; gap: 22px;
  }
  .foot-links a:hover { color: var(--ink); }

  /* ================== RESPONSIVE ================== */
  @media (max-width: 900px) {
    .hero {
      grid-template-columns: 1fr;
      gap: 32px;
      padding: 32px 24px 64px;
    }
    .hero-art { height: 520px; }
    .nav { padding: 20px 24px; }
    .nav-links a:not(.nav-cta) { display: none; }
    .features, .closing { padding-left: 24px; padding-right: 24px; }
    .feature-grid, .how-grid { grid-template-columns: 1fr; gap: 16px; }
    .how { padding: 64px 24px; }
    .features { padding-top: 64px; padding-bottom: 64px; }
    .closing { padding: 80px 24px; }
    .strip-inner { flex-direction: column; align-items: flex-start; }
    .strip-stats { gap: 28px; }
  }
