.home figure, .home h1, .home h2, .home h3, .home p { margin: 0; }
.home .hero { background: var(--butter); overflow: hidden; padding: 44px 24px 0; text-align: center; }
.hero-copy { max-width: 790px; margin: auto; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #aab488; border-radius: 24px; padding: 5px 12px; font-size: 10px; }
.beta-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--olive); }
.home .hero h1 { font-size: clamp(54px, 7vw, 90px); line-height: .99; letter-spacing: -.065em; margin: 24px 0; }
.hero h1 em { font-style: normal; color: var(--olive); }
.description { max-width: 590px; margin: auto !important; font-size: 19px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 25px; }
.availability { font-size: 14px; color: var(--muted); }
.maker-note { font-size: 13px; color: var(--muted); margin-top: 20px; }
.hero-scene { position: relative; isolation: isolate; width: 900px; max-width: 100%; height: 610px; margin: 40px auto 0; }
.scene-circle { position: absolute; width: 850px; height: 560px; top: 110px; left: 50%; transform: translateX(-50%); border-radius: 50% 50% 0 0; background: var(--sage); z-index: -2; }
.original-card, .food-print { position: absolute; z-index: 2; background: var(--paper); box-shadow: 0 14px 26px #34362117; }
.original-card { width: 217px; left: 24px; top: 139px; padding: 11px 11px 21px; transform: rotate(-7deg); }
.original-card img { display: block; width: 100%; height: 261px; object-fit: cover; }
.original-card figcaption { font: 400 15px Inter, sans-serif; margin-top: 12px; color: var(--olive); }
.food-print { width: 223px; right: 24px; top: 178px; padding: 11px 11px 16px; transform: rotate(7deg); }
.food-print img { width: 100%; aspect-ratio: 201 / 225; height: auto; object-fit: cover; display: block; }
.food-print figcaption { font: 400 15px Inter, sans-serif; color: var(--olive); line-height: 1.35; padding-top: 10px; }
.journey-arrow { position: absolute; color: var(--olive); opacity: .5; font: 36px Georgia, serif; z-index: 2; }
.left-arrow { left: 256px; top: 277px; transform: rotate(15deg); }
.right-arrow { right: 251px; top: 295px; transform: rotate(110deg); }
.closing { text-align: center; padding: 68px 24px; background: var(--butter); }
.closing h2 { font-size: 44px; line-height: 1.1; }
.home .closing p { margin: 20px 0 28px; color: var(--muted); font-size: 16px; }
.home .site-footer { border: 0; }
@media (max-width: 850px) and (min-width: 601px) {
  .original-card { left: 0; width: 175px; }
  .original-card img { height: 225px; }
  .food-print { right: 0; width: 175px; }
  .journey-arrow { display: none; }
}
@media (max-width: 600px) {
  .home .site-header nav > a:first-child { display: none; }
  .home .hero { padding: 30px 20px 0; }
  .home .hero h1 { font-size: clamp(45px, 12vw, 66px); letter-spacing: -.06em; margin: 22px 0; }
  .description { font-size: 17px; max-width: 390px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .maker-note { font-size: 12px; margin-top: 16px; }
  .hero-scene { width: 350px; height: 493px; margin-top: 32px; }
  .scene-circle { width: 400px; height: 420px; top: 100px; }
  .original-card { width: 94px; left: -5px; top: 170px; padding: 5px 5px 10px; z-index: 4; }
  .original-card img { height: 121px; }
  .original-card figcaption { font-size: 8px; margin-top: 6px; }
  .food-print { width: 94px; right: -5px; top: 168px; padding: 5px 5px 10px; z-index: 4; }
  .food-print figcaption { font-size: 8px; padding-top: 5px; }
  .journey-arrow { display: none; }
  .closing h2 { font-size: 36px; }
}
@media (max-width: 360px) {
  .original-card { top: 72px; width: 78px; }
  .original-card img { height: 96px; }
  .original-card figcaption { font-size: 7px; }
  .food-print { top: 100px; width: 78px; }
  .food-print figcaption { font-size: 7px; }
}

.phone { position: absolute; z-index: 1; width: 280px; left: 50%; top: 0; transform: translateX(-50%); padding: 6px; background: #39392f; border: 1px solid #887963; border-radius: 42px; box-shadow: 0 22px 45px -25px #2a2b1e70; }
.app-screenshot { display: block; width: 100%; height: auto; border-radius: 35px; }
@media (max-width: 600px) {
  .phone { width: 212px; border-radius: 33px; padding: 5px; }
  .app-screenshot { border-radius: 27px; }
}

.chapter-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 42px; padding: 24px; background: var(--sage); font-size: 14px; font-weight: 700; }
.chapter-strip a { text-decoration: none; padding: 4px 0; }
.chapter-strip a:hover { text-decoration: underline; }
.features { max-width: 1120px; margin: auto; padding: 0 32px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; padding: 96px 0; }
.feature-copy h2, .family-heading h2 { font-size: clamp(32px, 4vw, 46px); line-height: 1.12; letter-spacing: -.045em; margin: 16px 0 24px; }
.feature-copy > p:not(.eyebrow), .family-heading > p:not(.eyebrow), .family-detail p:not(.eyebrow) { font-size: 18px; line-height: 1.75; color: var(--muted); max-width: 48ch; }
.feature-copy > p + p { margin-top: 16px; }
.capture-visual { background: var(--sage); padding: 38px 50px 24px; border-radius: 28px; text-align: center; }
.capture-visual img { width: 250px; height: 320px; object-fit: cover; transform: rotate(-5deg); box-shadow: 0 16px 28px #34432826; }
.capture-visual figcaption, .screen-stage figcaption, .family-detail figcaption { font-size: 13px; color: var(--olive); margin-top: 24px; }
.voice-section { padding: 56px; border-radius: 28px; background: #f3f4db; }
.screen-stage { padding: 40px 24px 24px; text-align: center; background: var(--butter); border-radius: 28px; }
.feature-phone { width: 254px; max-width: 100%; margin: auto; border: 5px solid #39392f; border-radius: 38px; overflow: hidden; box-shadow: 0 20px 40px #34362120; }
.feature-phone img { display: block; width: 100%; height: auto; }
.family-section { border-top: 1px solid var(--line); padding: 80px 0 96px; }
.family-heading { max-width: 680px; }
.family-heading > p:not(.eyebrow) { max-width: 58ch; }
.family-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px; padding: 44px; border-radius: 28px; background: var(--sage); }
.family-detail h3 { font-size: 28px; line-height: 1.2; margin: 12px 0 20px; }
.family-detail figure { text-align: center; }
@media (max-width: 800px) {
  .feature-row { gap: 32px; padding: 64px 0; }
  .voice-section { padding: 32px; gap: 32px; }
  .capture-visual { padding: 30px 24px 24px; }
  .family-detail { gap: 32px; padding: 32px; }
}
@media (max-width: 600px) {
  .chapter-strip { justify-content: flex-start; gap: 8px 24px; padding: 20px 24px; font-size: 13px; }
  .features { padding: 0 24px; }
  .feature-row, .voice-section, .family-detail { grid-template-columns: 1fr; }
  .feature-row { gap: 32px; padding: 56px 0; min-width: 0; }
  .feature-row > * { min-width: 0; }
  .feature-copy h2, .family-heading h2 { font-size: 34px; }
  .feature-copy > p:not(.eyebrow), .family-heading > p:not(.eyebrow), .family-detail p:not(.eyebrow) { font-size: 17px; }
  .voice-section { padding: 30px 24px; gap: 32px; }
  .cook-section .feature-copy { grid-row: 1; }
  .family-section { padding: 56px 0; }
  .family-detail { margin-top: 32px; padding: 28px 24px; }
  .family-detail h3 { font-size: 25px; }
}

.voice-section .feature-copy { max-width: 680px; }
.voice-section .feature-copy > p:not(.eyebrow) { max-width: 62ch; }

.founders { max-width: 1000px; margin: 0 auto; padding: 40px 32px 96px; }
.founders-intro { display: grid; grid-template-columns: 1fr 160px; align-items: center; gap: 72px; margin-bottom: 48px; }
.founders h2 { margin: 16px 0 22px; font-size: clamp(28px, 3vw, 40px); line-height: 1.15; letter-spacing: -.04em; }
.founders-intro p:not(.eyebrow) { font-size: 18px; line-height: 1.75; color: var(--muted); }
.founders-childhood { padding: 8px 8px 12px; background: var(--paper); box-shadow: 0 14px 32px #34362115; transform: rotate(-3deg); }
.founders-childhood img { display: block; width: 100%; height: auto; }
.founders-childhood figcaption { font-size: 11px; line-height: 1.4; color: var(--muted); text-align: center; margin-top: 8px; }
.founders-profiles { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.founder-profile { min-width: 0; display: grid; grid-template-rows: subgrid; grid-row: span 4; }
.founder-portrait { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border-radius: 18px; }
.founder-profile h3 { margin: 22px 0 6px; font-size: 25px; line-height: 1.2; letter-spacing: -.03em; }
.founder-role, .founder-experience { color: var(--muted); font-size: 15px; line-height: 1.6; }
.founder-experience { margin-top: 24px; }
.founder-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 22px 0 0; padding-top: 22px; border-top: 1px solid var(--line); gap: 12px; }
.founder-stats div { display: flex; flex-direction: column-reverse; justify-content: center; min-height: 76px; gap: 5px; }
.founder-stats dt { font-size: 12px; color: var(--muted); }
.founder-stats dd { margin: 0; font-size: 25px; font-weight: 700; line-height: 1.2; letter-spacing: -.03em; }
.home .closing > p { max-width: 45ch; margin: 20px auto 28px; line-height: 1.7; }
.home .closing .beta-email-note { font-size: 12px; margin: 14px auto 0; }
@media (max-width: 650px) {
  .founders { padding: 24px 24px 64px; }
  .founders-intro { grid-template-columns: 1fr; gap: 28px; margin-bottom: 40px; }
  .founders-childhood { width: 150px; justify-self: center; }
  .founders-intro p:not(.eyebrow) { font-size: 17px; }
  .founders-profiles { grid-template-columns: 1fr; gap: 40px; }
  .founder-profile { display: block; grid-row: auto; }
}

.founder-stats a { text-decoration: none; }
.founder-stats a:hover { text-decoration: underline; }
.founder-companies { display: flex; align-items: center; gap: 12px; list-style: none; margin: 22px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); }
.founder-companies li { flex: 1; min-width: 0; min-height: 76px; display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); }
.founder-companies img { display: block; width: 100%; max-width: 106px; height: 28px; object-fit: contain; }
