:root {
  --ink: #1d1916;
  --muted: #746d66;
  --paper: #f8f3eb;
  --card: #fffdf9;
  --tomato: #c94d2e;
  --tomato-dark: #9e351f;
  --sand: #eadcc9;
  --sage: #dbe1d4;
  --line: rgba(29, 25, 22, .13);
  --serif: "New York", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark { color: var(--tomato); font-size: 24px; font-weight: 800; letter-spacing: .06em; text-decoration: none; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
nav a { text-decoration: none; }
.language { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); padding: 9px 12px; color: var(--ink); font: inherit; cursor: pointer; }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 720px;
  margin: 18px auto 68px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 64px;
}
.eyebrow { margin: 0 0 18px; color: var(--tomato); text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: .14em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 700px; margin: 0; font-size: clamp(58px, 7vw, 96px); line-height: .98; }
.lede { max-width: 590px; margin: 28px 0 34px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.store-button { display: inline-flex; align-items: center; gap: 10px; min-width: 178px; padding: 11px 18px; border-radius: 13px; background: var(--ink); color: #fff; font-size: 24px; line-height: 1; }
.store-button span:last-child { display: grid; gap: 2px; font-size: 17px; font-weight: 600; }
.store-button small { font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.text-link { color: var(--tomato-dark); font-size: 15px; font-weight: 700; text-underline-offset: 5px; }
.hero-visual { position: relative; height: 660px; overflow: hidden; border: 1px solid var(--line); border-radius: 46px; background: linear-gradient(145deg, #ead8c6 0%, #f4e8da 48%, #d8dfcf 100%); isolation: isolate; }
.hero-orbit { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; right: -40px; top: 52px; box-shadow: 0 0 0 54px rgba(255,255,255,.16), 0 0 0 108px rgba(255,255,255,.08); }
.device { position: relative; overflow: hidden; border: 7px solid #191715; border-radius: 42px; background: #fff; box-shadow: 0 28px 60px rgba(48, 31, 21, .24), inset 0 0 0 1px rgba(255,255,255,.28); }
.device img { width: 100%; height: auto; }
.device-front { position: absolute; z-index: 3; width: 270px; left: 62px; bottom: -84px; transform: rotate(-4deg); }
.device-back { position: absolute; z-index: 2; width: 226px; right: 42px; top: 72px; transform: rotate(7deg); opacity: .96; }
.screen-label { position: absolute; z-index: 4; padding: 10px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: rgba(255,253,249,.9); box-shadow: 0 10px 26px rgba(60,40,26,.12); backdrop-filter: blur(12px); font-family: var(--serif); font-size: 17px; }
.label-save { left: 18px; top: 172px; transform: rotate(-5deg); }
.label-cook { right: 19px; bottom: 102px; transform: rotate(5deg); }

.proof { padding: 34px 20px; border-block: 1px solid var(--line); text-align: center; }
.proof p { margin: 0 auto; max-width: 820px; font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); line-height: 1.25; }
.feature-intro { width: min(900px, calc(100% - 40px)); margin: 150px auto 90px; text-align: center; }
.feature-intro h2, .closing h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: 1.04; }
.feature-row { width: min(1080px, calc(100% - 40px)); margin: 0 auto 130px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.feature-row.reverse .phone-stage { order: 2; }
.phone-stage { position: relative; height: 680px; border: 1px solid var(--line); border-radius: 42px; display: grid; place-items: end center; overflow: hidden; }
.phone-stage::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; top: 54px; right: -70px; box-shadow: 0 0 0 46px rgba(255,255,255,.13); }
.phone-stage.warm { background: linear-gradient(145deg, #ead6c3, #f3e8dc); }
.phone-stage.sage { background: linear-gradient(145deg, #cfd9c8, #e7ebe2); }
.phone-stage.clay { background: linear-gradient(145deg, #e7bcaa, #f2d8cd); }
.feature-device { width: 305px; margin-bottom: -68px; transform: rotate(-1.5deg); }
.feature-row.reverse .feature-device { transform: rotate(1.5deg); }
.feature-copy .step { display: block; margin-bottom: 34px; color: var(--tomato); font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.feature-copy h3 { margin: 0 0 24px; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; }
.feature-copy p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.quiet-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quiet-list li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }

.cookbook-panel { width: min(1180px, calc(100% - 40px)); min-height: 680px; margin: 160px auto; padding: 80px 90px 0; border-radius: 48px; background: var(--ink); color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; overflow: hidden; }
.cookbook-panel h2 { margin: 0 0 24px; font-size: clamp(48px, 6vw, 76px); line-height: 1.05; }
.cookbook-panel p:not(.eyebrow) { color: #c7c0b9; font-size: 18px; line-height: 1.7; }
.cookbook-device { width: 330px; justify-self: center; align-self: end; margin-bottom: -72px; border-color: #393532; box-shadow: 0 30px 70px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.2); }
.closing { width: min(960px, calc(100% - 40px)); margin: 180px auto; text-align: center; }
.closing .store-button { margin-top: 38px; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 46px 0 56px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
footer div { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
footer div a { color: var(--muted); font-size: 13px; text-decoration: none; }
footer p { justify-self: end; color: var(--muted); font-size: 12px; }

.legal-shell { min-height: 100vh; }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-main { width: min(780px, calc(100% - 40px)); margin: 74px auto 120px; }
.legal-main h1 { font-size: clamp(48px, 7vw, 76px); }
.legal-main .updated { color: var(--muted); margin: 16px 0 50px; }
.legal-main h2 { margin: 54px 0 14px; font-family: var(--serif); font-size: 31px; }
.legal-main h3 { margin: 32px 0 10px; font-size: 18px; }
.legal-main p, .legal-main li { color: #48413c; font-size: 16px; line-height: 1.72; }
.legal-main a { color: var(--tomato-dark); }
.legal-main table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-main th, .legal-main td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-main th { background: var(--sand); }
.notice { padding: 18px 20px; border-left: 3px solid var(--tomato); background: rgba(255,255,255,.55); }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 36px 0; }
.support-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.5); }
.support-card h2 { margin: 0 0 8px; font-size: 24px; }
.support-card p { margin: 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  nav a { display: none; }
  .hero { grid-template-columns: 1fr; margin-top: 48px; gap: 20px; }
  .hero-visual { height: 570px; }
  .device-front { width: 246px; left: 9%; bottom: -72px; }
  .device-back { width: 198px; right: 6%; top: 62px; }
  .label-save { left: 8px; top: 145px; }
  .label-cook { right: 10px; bottom: 82px; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 48px; }
  .feature-row.reverse .phone-stage { order: initial; }
  .feature-copy { text-align: center; }
  .quiet-list { text-align: left; }
  .cookbook-panel { grid-template-columns: 1fr; padding: 58px 28px 0; text-align: center; }
  .cookbook-device { width: min(310px, 82vw); }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p { justify-self: center; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .hero-visual { height: 520px; border-radius: 34px; }
  .hero-orbit { width: 380px; height: 380px; right: -110px; }
  .device-front { width: 218px; left: 6%; }
  .device-back { width: 176px; right: 3%; }
  .screen-label { font-size: 14px; padding: 8px 12px; }
  .phone-stage { height: 615px; border-radius: 32px; }
  .feature-device { width: 275px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
