:root {
  --paper: #f3efe3;
  --paper-deep: #e7dfcc;
  --ink: #20231d;
  --muted: #706f65;
  --red: #ec4d28;
  --red-deep: #c8341c;
  --yellow: #f2c965;
  --green: #7e9654;
  --cream: #fffaf0;
  --reference-cream: #fefaf1;
  --cool: #dfe9e5;
  --line: rgba(32, 35, 29, 0.15);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(60, 45, 26, 0.12);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { color: #fff; background: var(--red); }

.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--red); }

.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 82px;
  padding: 0 clamp(24px, 4vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, height .3s ease, border-color .3s ease;
}
.topbar.is-scrolled { height: 68px; background: rgba(248, 245, 237, .86); border-color: rgba(32,35,29,.1); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-weight: 800; letter-spacing: -.03em; }
.brand em { padding-left: 7px; color: var(--muted); border-left: 1px solid var(--line); font-size: 12px; font-style: normal; font-weight: 600; letter-spacing: .12em; }
.brand-mark { display: block; width: 28px; height: 28px; border-radius: 50%; object-fit: contain; background: transparent; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: var(--ink); content: ""; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 18px; padding: 11px 17px; border: 1px solid rgba(32,35,29,.65); border-radius: 100px; font-size: 12px; font-weight: 700; }
.nav-cta span { font-size: 17px; }
.menu-button { display: none; }

.hero { position: relative; min-height: 900px; height: 100svh; overflow: hidden; background: var(--cream); }
.hero::before { position: absolute; z-index: 2; top: 0; left: 50%; width: 1px; height: 100%; background: rgba(32,35,29,.08); content: ""; }
.hero-split { position: absolute; top: 0; width: 50%; height: 100%; }
.hero-split--cool { left: 0; background: radial-gradient(circle at 58% 53%, rgba(255,255,255,.9), transparent 36%), linear-gradient(145deg, #f2f3ed 0%, #dceae7 100%); }
.hero-split--warm { right: 0; background: radial-gradient(circle at 38% 53%, rgba(255,255,255,.88), transparent 36%), linear-gradient(145deg, #fff9e9 0%, #efd9c0 100%); }
.hero-copy { position: absolute; z-index: 6; top: 18%; left: clamp(28px, 5.2vw, 96px); width: min(580px, 39vw); }
.eyebrow { margin: 0 0 24px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { margin: 0; font-size: clamp(44px, 5.1vw, 88px); line-height: 1.03; letter-spacing: -.07em; }
.hero h1 span { color: var(--red); }
.hero-intro { margin: 28px 0 0; color: #575a52; font-size: clamp(15px, 1.15vw, 19px); line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 210px; padding: 17px 20px; border: 0; border-radius: 100px; font-size: 13px; font-weight: 700; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--dark { color: #fff; background: var(--ink); }
.button--dark:hover { background: var(--red); }
.button--light { color: var(--ink); background: var(--cream); }
.text-button { padding: 10px 0; border: 0; border-bottom: 1px solid rgba(32,35,29,.35); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.text-button span { margin-left: 8px; color: var(--red); font-size: 10px; }
.hero-product-wrap { position: absolute; z-index: 5; top: 17%; left: 48%; width: min(58vw, 980px); transform: translateX(-23%); pointer-events: none; }
.hero-product { position: relative; z-index: 2; filter: drop-shadow(0 40px 38px rgba(92,58,21,.18)); mix-blend-mode: multiply; transform: rotate(-2deg); will-change: transform; }
.hero-orbit { position: absolute; z-index: 1; top: 7%; left: 5%; width: 82%; aspect-ratio: 1.7; border: 1px solid rgba(32,35,29,.18); border-radius: 50%; transform: rotate(-12deg); }
.hero-orbit::before { position: absolute; top: 16%; right: 2%; width: 9px; height: 9px; border-radius: 50%; background: var(--red); content: ""; box-shadow: 0 0 0 8px rgba(236,77,40,.12); }
.mode-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.mode-label span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.mode-label--fridge { top: 45%; left: -11%; color: #506c69; }
.mode-label--cook { right: 3%; bottom: 13%; color: #a13a24; }
.hero-bottom { position: absolute; z-index: 6; bottom: 28px; left: clamp(28px, 5.2vw, 96px); display: flex; justify-content: space-between; width: calc(100% - clamp(56px, 10.4vw, 192px)); color: rgba(32,35,29,.55); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll { display: flex; align-items: center; gap: 10px; }
.hero-scroll i { position: relative; display: block; width: 1px; height: 28px; overflow: hidden; background: rgba(32,35,29,.2); }
.hero-scroll i::after { position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--ink); content: ""; animation: scroll-line 2s infinite; }
@keyframes scroll-line { 0% { transform: translateY(0); } 100% { transform: translateY(200%); } }

.section-index { display: flex; align-items: center; gap: 14px; margin-bottom: 40px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-index span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; letter-spacing: 0; }
.section-index--light { color: rgba(255,255,255,.52); }
.section-index--light span { color: #fff; border-color: rgba(255,255,255,.28); }

.manifesto { padding: 140px clamp(24px, 5vw, 90px) 150px; background: var(--paper); }
.manifesto-copy { display: grid; grid-template-columns: 1fr 3fr; align-items: end; max-width: var(--max); margin: 0 auto 80px; }
.manifesto-kicker { align-self: start; margin: 12px 0 0; color: var(--red); font-size: 14px; font-weight: 700; }
.manifesto h2, .journey h2, .modes h2, .today h2, .cooking h2, .closure h2, .hardware h2, .ending h2 { margin: 0; font-size: clamp(42px, 5vw, 78px); line-height: 1.08; letter-spacing: -.065em; }
.manifesto h2 em, .journey h2 em, .today h2 em, .closure h2 em, .hardware h2 em { color: var(--red); font-style: normal; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 36px); max-width: var(--max); margin: 0 auto; }
.problem-card { min-width: 0; }
.problem-image { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 16px; background: #ddd; }
.problem-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.problem-card:hover img { transform: scale(1.035); }
.problem-meta { display: flex; align-items: center; gap: 10px; margin: 22px 0 15px; color: var(--red); font-size: 10px; font-weight: 800; }
.problem-meta i { flex: 1; height: 1px; background: var(--line); }
.problem-card h3 { margin: 0 0 10px; font-size: clamp(18px, 1.55vw, 24px); letter-spacing: -.04em; }
.problem-card p { max-width: 90%; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.manifesto-answer { max-width: var(--max); margin: 110px auto 0; padding-top: 32px; border-top: 1px solid var(--line); font-size: clamp(24px, 3vw, 44px); letter-spacing: -.05em; }
.manifesto-answer strong { color: var(--red); }

.journey { padding: 130px clamp(24px, 5vw, 90px) 150px; color: #f8f2e7; background: #20251f; }
.journey-head { display: grid; grid-template-columns: 1.15fr 1.7fr 1fr; gap: 55px; max-width: var(--max); margin: 0 auto 78px; }
.journey-head .section-index { grid-column: 1 / -1; margin-bottom: 0; }
.journey-head h2 { grid-column: 1 / 3; font-size: clamp(45px, 5.2vw, 80px); }
.journey-head h2 em { color: var(--yellow); }
.journey-head > p { align-self: end; margin: 0 0 8px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; }
.journey-stage { position: relative; max-width: var(--max); margin: 0 auto; padding: 38px 24px 60px; overflow: hidden; border-radius: var(--radius); background: #fffdf7; }
.journey-stage img { position: relative; z-index: 2; mix-blend-mode: multiply; }
.journey-line { position: absolute; z-index: 1; right: 5%; bottom: 28px; left: 5%; height: 2px; overflow: hidden; background: rgba(126,150,84,.25); }
.journey-line span { display: block; width: 30%; height: 100%; background: var(--green); animation: journey-progress 4s ease-in-out infinite; }
@keyframes journey-progress { 0%, 100% { transform: translateX(-10%); } 50% { transform: translateX(245%); } }
.journey-steps { display: flex; justify-content: space-between; max-width: var(--max); margin: 24px auto 0; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .08em; }
.journey-steps span { display: flex; align-items: center; gap: 8px; }
.journey-steps b { color: var(--yellow); font-size: 9px; }
.journey blockquote { max-width: 980px; margin: 125px auto 0; text-align: center; font-size: clamp(27px, 3.5vw, 52px); font-weight: 500; line-height: 1.35; letter-spacing: -.045em; }
.journey blockquote strong { color: var(--yellow); font-weight: 700; }

.modes { display: grid; grid-template-columns: .9fr 1.4fr; gap: 7vw; padding: 150px clamp(24px, 5vw, 90px); background: #f8f5ed; }
.modes-copy { align-self: center; max-width: 550px; margin-left: auto; }
.modes h2 { font-size: clamp(45px, 4.6vw, 72px); }
.modes-copy > p { max-width: 460px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.mode-switcher { display: flex; gap: 6px; width: fit-content; margin: 34px 0; padding: 5px; border-radius: 100px; background: #e9e4d8; }
.mode-switcher button { padding: 11px 17px; border: 0; border-radius: 100px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; transition: .25s; }
.mode-switcher button span { margin-right: 5px; color: #a9aa9f; font-size: 8px; }
.mode-switcher button.is-active { background: #fff; box-shadow: 0 4px 18px rgba(32,35,29,.08); }
.mode-switcher button.is-active span { color: var(--red); }
.mode-detail { padding: 24px 0 0; border-top: 1px solid var(--line); }
.mode-detail > p { margin: 0 0 8px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.mode-detail h3 { margin: 0 0 17px; font-size: 20px; letter-spacing: -.03em; }
.mode-detail ul { display: grid; gap: 10px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: 13px; }
.mode-detail li::before { margin-right: 10px; color: var(--red); content: "↗"; }
.modes-visual { position: relative; min-height: 680px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #d9d2c3; }
.modes-visual > img { height: 100%; object-fit: cover; transition: opacity .25s ease, transform .6s ease; }
.modes-visual.is-changing > img { opacity: .2; transform: scale(1.02); }
.lever-window { position: absolute; right: 24px; bottom: 24px; width: min(35%, 245px); padding: 10px; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 15px 50px rgba(32,35,29,.18); backdrop-filter: blur(12px); }
.lever-window > span { display: block; padding: 5px 7px 10px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.lever-window img { aspect-ratio: 1.15; border-radius: 11px; object-fit: cover; }
.lever-indicator { position: absolute; right: 13%; top: 29%; width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(236,77,40,.18); transition: transform .4s ease; }
body[data-active-mode="cooking"] .lever-indicator { transform: translateX(-28px) translateY(12px); }

.today { display: grid; grid-template-columns: 1.18fr 1fr; gap: 8vw; padding: 150px clamp(24px, 5vw, 90px); background: var(--paper); }
.today-visual { position: relative; align-self: center; min-height: 630px; overflow: hidden; border-radius: var(--radius); background: #eee; }
.today-visual > img { height: 100%; min-height: 630px; object-fit: cover; object-position: 35% center; }
.priority-panel { position: absolute; right: 30px; top: 50%; width: min(47%, 380px); padding: 20px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,250,240,.92); box-shadow: 0 25px 80px rgba(42,35,26,.16); transform: translateY(-50%); backdrop-filter: blur(15px); }
.priority-header { display: flex; align-items: center; justify-content: space-between; padding: 3px 3px 17px; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 800; }
.priority-header b { padding: 4px 8px; color: var(--red); border-radius: 100px; background: rgba(236,77,40,.1); font-size: 10px; }
.priority-row { display: flex; align-items: center; justify-content: space-between; padding: 17px 3px; border-bottom: 1px solid var(--line); font-size: 13px; }
.priority-row:last-child { border: 0; }
.priority-row span { font-weight: 700; }
.priority-row small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 500; }
.priority-row b { color: var(--green); font-size: 11px; }
.priority-row.is-alert b { color: var(--red); }
.today-copy { align-self: center; max-width: 600px; }
.today h2 { font-size: clamp(43px, 4.5vw, 70px); }
.today-copy > p { margin: 28px 0 35px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.input-methods { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.input-methods article { padding: 26px 22px 26px 0; }
.input-methods article + article { padding-left: 22px; border-left: 1px solid var(--line); }
.input-methods span { color: var(--red); font-size: 9px; font-weight: 800; }
.input-methods h3 { margin: 11px 0 8px; font-size: 16px; letter-spacing: -.03em; }
.input-methods p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.today-note { color: var(--red) !important; font-size: 13px !important; font-weight: 700; }

.ingredient-card { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #f2ead7; box-shadow: 0 20px 60px rgba(70,51,27,.09); text-align: center; }
.status-dot { position: absolute; top: 22px; right: 22px; width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(236,77,40,.1); }
.ingredient-card > p { margin: 0; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.ingredient-emoji { display: grid; place-items: center; width: 112px; height: 112px; margin: 26px auto 20px; border-radius: 50%; background: #fffaf0; font-size: 56px; box-shadow: inset 0 0 0 1px rgba(32,35,29,.06); }
.ingredient-card h3 { margin: 0; font-size: 27px; letter-spacing: -.05em; }
.ingredient-meta { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.ingredient-meta span { padding: 6px 11px; border-radius: 100px; background: rgba(32,35,29,.07); font-size: 9px; font-weight: 700; }
.flow-connector { position: relative; height: 2px; margin: 0 18px; background: repeating-linear-gradient(90deg, rgba(32,35,29,.3) 0 4px, transparent 4px 9px); }
.flow-connector span { position: absolute; top: -4px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--red); animation: connector 2.8s infinite ease-in-out; }
.flow-connector i { position: absolute; top: -5px; right: -2px; width: 10px; height: 10px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); transform: rotate(45deg); }
@keyframes connector { from { transform: translateX(0); } to { transform: translateX(calc(100% + 55px)); } }
.recipe-stack { display: grid; gap: 12px; }
.recipe-card { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 18px; width: 100%; padding: 21px 24px; color: var(--ink); border: 1px solid var(--line); border-radius: 18px; background: transparent; cursor: pointer; text-align: left; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }
.recipe-card:hover, .recipe-card.is-selected { transform: translateX(8px); border-color: rgba(236,77,40,.5); background: #fff; box-shadow: 0 14px 40px rgba(70,51,27,.08); }
.recipe-index { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #eee7d8; font-size: 10px; font-weight: 800; }
.recipe-card.is-selected .recipe-index { color: #fff; background: var(--red); }
.recipe-card b { display: block; font-size: 17px; letter-spacing: -.03em; }
.recipe-card small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; }
.recipe-card em { padding: 6px 10px; color: var(--green); border: 1px solid rgba(126,150,84,.35); border-radius: 100px; font-size: 9px; font-style: normal; font-weight: 700; }

.cooking { display: grid; grid-template-columns: 1.45fr .75fr; min-height: 850px; color: #fff; background: #23251f; }
.cooking-media { position: relative; min-height: 800px; overflow: hidden; }
.cooking-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(25,26,22,.8) 100%); content: ""; }
.cooking-media > img { height: 100%; object-fit: cover; }
.play-demo { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; align-items: center; gap: 15px; color: #fff; border: 0; background: transparent; cursor: pointer; transform: translate(-50%,-50%); }
.play-demo > span { display: grid; place-items: center; width: 82px; height: 82px; padding-left: 5px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(32,35,29,.25); backdrop-filter: blur(10px); transition: .3s; }
.play-demo:hover > span { color: var(--ink); background: var(--yellow); transform: scale(1.08); }
.play-demo b { font-size: 9px; line-height: 1.5; letter-spacing: .12em; text-align: left; }
.voice-bubble { position: absolute; z-index: 3; top: 25%; left: 13%; padding: 14px 20px; color: var(--ink); border-radius: 16px 16px 16px 3px; background: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; box-shadow: var(--shadow); }
.voice-bubble i { position: absolute; right: -42px; top: 50%; width: 32px; height: 12px; background: repeating-linear-gradient(90deg, var(--yellow) 0 3px, transparent 3px 6px); }
.timer-chip { position: absolute; z-index: 3; right: 7%; bottom: 15%; display: flex; align-items: center; gap: 18px; padding: 13px 17px; color: var(--ink); border-radius: 14px; background: var(--yellow); box-shadow: var(--shadow); }
.timer-chip span { font-size: 9px; font-weight: 800; }
.timer-chip strong { font-size: 20px; letter-spacing: -.04em; }
.cooking-copy { align-self: center; max-width: 520px; padding: 100px 5vw 100px 1vw; }
.cooking h2 { font-size: clamp(45px, 4.5vw, 73px); }
.cooking-copy > p { margin: 28px 0 35px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.voice-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.voice-list li { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; }
.voice-list span { color: var(--yellow); font-size: 9px; }
.offline-note { display: flex; gap: 14px; margin-top: 32px !important; padding: 18px; border-radius: 14px; background: rgba(255,255,255,.06); }
.offline-note i { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 4px; border-radius: 50%; background: #97b66c; box-shadow: 0 0 0 6px rgba(151,182,108,.1); }
.offline-note b { display: block; margin-bottom: 5px; color: #fff; font-size: 11px; }
.offline-note span { font-size: 10px; line-height: 1.6; }

.closure { display: grid; grid-template-columns: .78fr 1.35fr; gap: 8vw; align-items: center; padding: 150px clamp(24px, 5vw, 90px); background: #f8f5ed; }
.closure-copy { max-width: 580px; margin-left: auto; }
.closure h2 { font-size: clamp(45px, 4.6vw, 72px); }
.closure-copy > p { margin: 28px 0 32px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.stock-change { border-top: 1px solid var(--line); }
.stock-change div { display: grid; grid-template-columns: 1fr auto 30px auto; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.stock-change span { font-size: 13px; font-weight: 700; }
.stock-change b { color: var(--muted); font-size: 12px; text-decoration: line-through; }
.stock-change i { color: var(--muted); font-style: normal; text-align: center; }
.stock-change strong { color: var(--red); font-size: 17px; }
.closure blockquote { margin: 35px 0 0; color: var(--red); font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.closure-visual { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.closure-visual img { transition: transform .7s ease; }
.closure-visual:hover img { transform: scale(1.02); }
.closure-stamp { position: absolute; right: 28px; bottom: 26px; display: grid; place-items: center; width: 94px; height: 94px; color: #fff; border-radius: 50%; background: var(--red); font-size: 8px; font-weight: 700; line-height: 1.2; letter-spacing: .12em; text-align: center; transform: rotate(8deg); }
.closure-stamp b { font-size: 14px; letter-spacing: 0; }

.hardware { padding: 140px clamp(24px, 6vw, 110px); color: #f7f2e8; background: #1c201b; }
.hardware-head { display: grid; grid-template-columns: .8fr 2fr; gap: 5vw; max-width: var(--max); margin: 0 auto 80px; }
.hardware-head h2 { font-size: clamp(45px, 5vw, 78px); }
.hardware-head h2 em { color: var(--yellow); }
.hardware-showcase { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5vw; align-items: center; max-width: var(--max); margin: 0 auto; }
.hardware-product { position: relative; min-height: 670px; border-radius: var(--radius); background: radial-gradient(circle, rgba(255,255,255,.08), transparent 57%), #242923; }
.hardware-product img { position: absolute; top: 50%; left: 50%; width: 88%; filter: drop-shadow(0 40px 45px rgba(0,0,0,.28)); mix-blend-mode: screen; transform: translate(-50%,-50%); }
.spec-tag { position: absolute; display: flex; align-items: center; gap: 12px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; background: rgba(28,32,27,.75); font-size: 9px; font-weight: 700; backdrop-filter: blur(8px); }
.spec-tag i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(242,201,101,.1); }
.spec-tag--display { top: 67%; left: 8%; }
.spec-tag--lever { top: 13%; right: 9%; }
.spec-tag--voice { right: 7%; bottom: 13%; }
.hardware-specs { display: grid; grid-template-columns: 1fr 1fr; }
.hardware-specs article { min-height: 190px; padding: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.hardware-specs article:nth-child(even) { border-left: 1px solid rgba(255,255,255,.14); }
.hardware-specs span { color: var(--yellow); font-size: 9px; font-weight: 800; }
.hardware-specs h3 { margin: 17px 0 9px; font-size: 20px; }
.hardware-specs p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.7; }
.ai-principle { display: grid; grid-template-columns: .8fr 1.7fr; gap: 6vw; max-width: var(--max); margin: 120px auto 0; padding: 60px; border-radius: var(--radius); background: #f0c964; color: var(--ink); }
.ai-title span { font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.ai-title h3 { margin: 18px 0 0; font-size: clamp(29px, 3vw, 46px); line-height: 1.1; letter-spacing: -.055em; }
.system-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1.4fr; align-items: center; gap: 14px; }
.system-flow div { padding: 18px; border: 1px solid rgba(32,35,29,.2); border-radius: 14px; background: rgba(255,255,255,.18); }
.system-flow span { display: block; margin-bottom: 9px; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.system-flow b { font-size: 11px; }
.system-flow i { font-style: normal; }
.ai-principle > p { grid-column: 2; margin: 0; color: rgba(32,35,29,.62); font-size: 10px; }

.ending { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-height: 860px; padding: 120px clamp(24px, 6vw, 110px) 90px; overflow: hidden; color: #fff; background: var(--red); }
.ending::before { position: absolute; top: -25%; right: 18%; width: 55vw; height: 55vw; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.ending-copy { position: relative; z-index: 2; max-width: 650px; }
.ending .eyebrow { color: var(--yellow); }
.ending h2 { font-size: clamp(47px, 5vw, 78px); }
.ending-copy > p:not(.eyebrow) { margin: 30px 0 22px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.8; }
.ending-copy > strong { display: block; margin-bottom: 38px; color: var(--yellow); font-size: clamp(26px, 3vw, 46px); letter-spacing: -.05em; }
.ending-visual { position: relative; z-index: 2; }
.ending-visual img { border-radius: 50%; filter: drop-shadow(0 35px 45px rgba(116,26,13,.26)); mix-blend-mode: screen; }
.ending-ring { position: absolute; inset: -4%; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; animation: ending-ring 9s linear infinite; }
.ending-ring::before { position: absolute; top: 10%; left: 7%; width: 15px; height: 15px; border-radius: 50%; background: var(--yellow); content: ""; }
@keyframes ending-ring { to { transform: rotate(360deg); } }
.ending-footer { position: absolute; right: clamp(24px, 6vw, 110px); bottom: 30px; left: clamp(24px, 6vw, 110px); display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: 8px; font-weight: 800; letter-spacing: .15em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .09s; }
.reveal-delay-2 { transition-delay: .18s; }
.reveal-delay-3 { transition-delay: .27s; }

@media (max-width: 1100px) {
  .hero-copy { top: 16%; width: 48vw; }
  .hero-product-wrap { top: 25%; left: 52%; width: 66vw; }
  .mode-label { display: none; }
  .manifesto-copy { grid-template-columns: 1fr; gap: 22px; }
  .journey-head { grid-template-columns: 1fr 1fr; }
  .journey-head > p { grid-column: 2; }
  .modes, .today, .closure { gap: 4vw; }
  .priority-panel { right: 18px; width: 58%; }
  .cooking { grid-template-columns: 1.2fr .8fr; }
  .hardware-product { min-height: 560px; }
}

@media (max-width: 800px) {
  .topbar { height: 66px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: grid; gap: 5px; width: 38px; height: 38px; padding: 11px 8px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.4); }
  .menu-button span { display: block; width: 100%; height: 1px; background: var(--ink); }
  .topbar.menu-visible { height: 100svh; align-content: start; background: var(--paper); }
  .topbar.menu-visible .desktop-nav { grid-column: 1 / -1; display: grid; align-self: start; gap: 0; padding-top: 90px; font-size: 32px; font-weight: 700; }
  .topbar.menu-visible .desktop-nav a { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 830px; height: 100svh; }
  .hero::before { display: none; }
  .hero-split--cool { width: 100%; background: linear-gradient(160deg, #eff3ec 0%, #f6e6cf 100%); }
  .hero-split--warm { display: none; }
  .hero-copy { top: 13%; left: 24px; width: calc(100% - 48px); text-align: center; }
  .hero h1 { font-size: clamp(41px, 11vw, 62px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { justify-content: center; margin-top: 24px; }
  .text-button { display: none; }
  .hero-product-wrap { top: auto; bottom: 7%; left: 50%; width: 110vw; transform: translateX(-50%); }
  .hero-product { transform: rotate(-2deg); }
  .hero-bottom span:first-child, .hero-bottom span:last-child { display: none; }
  .hero-bottom { justify-content: center; bottom: 15px; }
  .section-index { margin-bottom: 30px; }
  .manifesto, .journey, .modes, .today, .closure, .hardware { padding: 90px 20px; }
  .manifesto h2, .journey h2, .modes h2, .today h2, .cooking h2, .closure h2, .hardware h2, .ending h2 { font-size: 40px; }
  .problem-grid { grid-template-columns: 1fr; gap: 55px; }
  .problem-image { aspect-ratio: 4 / 4.5; }
  .manifesto-answer { margin-top: 75px; font-size: 27px; line-height: 1.4; }
  .journey-head { display: block; margin-bottom: 45px; }
  .journey-head > p { margin-top: 25px; }
  .journey-stage { padding: 16px 8px 28px; overflow-x: auto; }
  .journey-stage img { width: 900px; max-width: none; }
  .journey-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .journey blockquote { margin-top: 80px; font-size: 27px; }
  .modes, .today, .closure { grid-template-columns: 1fr; }
  .modes-copy, .today-copy, .closure-copy { max-width: none; margin: 0; }
  .modes-visual { min-height: 480px; }
  .modes-copy { order: 1; }
  .modes-visual { order: 2; }
  .today { gap: 55px; }
  .today-visual { min-height: 500px; }
  .today-visual > img { min-height: 500px; }
  .priority-panel { right: 12px; width: 65%; padding: 14px; }
  .input-methods { grid-template-columns: 1fr; }
  .input-methods article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .ingredient-card { max-width: 300px; margin: 0 auto; }
  .flow-connector { width: 2px; height: 55px; margin: 0 auto; background: repeating-linear-gradient(180deg, rgba(32,35,29,.3) 0 4px, transparent 4px 9px); }
  .flow-connector span { animation: connector-mobile 2.4s infinite ease-in-out; }
  .flow-connector i { top: auto; right: -4px; bottom: 0; transform: rotate(135deg); }
  @keyframes connector-mobile { from { transform: translateY(0); } to { transform: translateY(55px); } }
  .recipe-card { grid-template-columns: 40px 1fr; padding: 16px; }
  .recipe-card em { display: none; }
  .recipe-card:hover, .recipe-card.is-selected { transform: translateX(3px); }
  .cooking { grid-template-columns: 1fr; }
  .cooking-media { min-height: 560px; }
  .cooking-media::after { background: linear-gradient(0deg, #23251f 0%, transparent 35%); }
  .cooking-copy { max-width: none; padding: 70px 20px 90px; }
  .voice-bubble { top: 16%; left: 6%; }
  .timer-chip { right: 6%; bottom: 8%; }
  .closure { gap: 60px; }
  .closure-visual { order: -1; }
  .hardware-head, .hardware-showcase { grid-template-columns: 1fr; }
  .hardware-head { gap: 20px; }
  .hardware-product { min-height: 430px; }
  .hardware-specs article { min-height: 160px; padding: 20px 12px; }
  .ai-principle { grid-template-columns: 1fr; gap: 35px; margin-top: 70px; padding: 28px 20px; }
  .system-flow { grid-template-columns: 1fr; }
  .system-flow i { transform: rotate(90deg); text-align: center; }
  .ai-principle > p { grid-column: 1; }
  .ending { grid-template-columns: 1fr; min-height: auto; padding: 100px 20px 90px; text-align: center; }
  .ending-copy { max-width: none; }
  .ending-visual { margin-top: 60px; }
  .ending-footer { right: 20px; bottom: 20px; left: 20px; }
  .ending-footer span:first-child, .ending-footer span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Revision 02 — image-led product release layout */
.hero-v2 { min-height: 860px; height: 100svh; background: #eee5d8; }
.hero-v2::before { display: none; }
.hero-scene { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,25,20,.02) 38%, rgba(245,239,226,.25) 58%, rgba(245,239,226,.96) 91%); }
.hero-copy-v2 { top: auto; bottom: 5.5%; left: 50%; width: min(900px, calc(100% - 48px)); text-align: center; transform: translateX(-50%); }
.hero-copy-v2 .eyebrow { margin-bottom: 12px; }
.hero-copy-v2 h1 { font-size: clamp(39px, 4.35vw, 72px); }
.hero-copy-v2 .hero-intro { margin-top: 15px; color: #4d504a; font-size: 14px; }
.hero-mode { position: absolute; z-index: 3; top: 48%; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 12px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.64); box-shadow: 0 12px 45px rgba(60,45,26,.09); backdrop-filter: blur(12px); }
.hero-mode > span { grid-row: 1 / 3; display: grid; place-items: center; width: 29px; height: 29px; color: #fff; border-radius: 50%; background: var(--red); font-size: 9px; font-weight: 800; }
.hero-mode b { font-size: 11px; }
.hero-mode small { color: var(--muted); font-size: 8px; }
.hero-mode--left { left: 5%; }
.hero-mode--left > span { background: #738f87; }
.hero-mode--right { right: 5%; }

.journey-v2 { padding-bottom: 140px; }
.journey-head-v2 { display: grid; grid-template-columns: .8fr 2fr; align-items: end; margin-bottom: 90px; }
.journey-head-v2 .section-index { grid-column: 1; }
.journey-head-v2 h2 { grid-column: 2; }
.journey-experience { display: grid; grid-template-columns: minmax(230px,.65fr) minmax(540px,1.55fr); gap: 8vw; max-width: 1240px; margin: 0 auto; }
.journey-sticky { position: sticky; top: 25vh; align-self: start; padding-top: 20px; }
.journey-sticky > p { margin: 0 0 30px; color: rgba(255,255,255,.72); font-size: clamp(21px,2.2vw,32px); font-weight: 700; line-height: 1.4; letter-spacing: -.04em; }
.journey-progress { width: 100%; height: 2px; overflow: hidden; background: rgba(255,255,255,.14); }
.journey-progress span { display: block; width: 14.28%; height: 100%; background: var(--yellow); transition: width .45s ease; }
.journey-sticky strong { display: block; margin-top: 13px; color: var(--yellow); font-size: 10px; letter-spacing: .15em; }
.journey-cards { display: grid; gap: 22vh; }
.journey-card { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; min-height: 72vh; padding: clamp(25px,3.5vw,52px); color: var(--ink); border-radius: 28px; background: #fffdf7; box-shadow: 0 35px 90px rgba(0,0,0,.2); opacity: .48; transform: scale(.95); transition: opacity .5s, transform .5s; }
.journey-card.is-current { opacity: 1; transform: scale(1); }
.journey-card > div { position: relative; z-index: 2; }
.journey-card span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.journey-card h3 { margin: 17px 0 13px; font-size: clamp(27px,3vw,45px); line-height: 1.08; letter-spacing: -.055em; }
.journey-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.journey-card img { width: 100%; max-height: 58vh; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.journey-card:nth-child(even) img { order: -1; }
.journey-card:nth-child(even) { grid-template-columns: 1.18fr .82fr; }
.journey-overview { max-width: var(--max); margin: 150px auto 0; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: #fffdf8; }
.journey-overview img { mix-blend-mode: multiply; }
.journey-overview figcaption { display: flex; align-items: center; gap: 20px; padding: 19px 8px 0; color: #74746b; border-top: 1px solid rgba(32,35,29,.1); font-size: 11px; }
.journey-overview figcaption span { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .15em; }

.modes-v2 { grid-template-columns: .72fr 1.55fr; }
.modes-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; min-width: 0; }
.modes-v2 .modes-visual { min-height: 720px; }
.scene-caption { position: absolute; left: 22px; bottom: 20px; padding: 9px 13px; color: #fff; border-radius: 100px; background: rgba(32,35,29,.74); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.lever-explain { align-self: end; margin: 0; padding: 10px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.lever-explain img { border-radius: 15px; }
.lever-explain figcaption { padding: 16px 10px 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }

.today-v2 { display: block; padding-top: 140px; padding-bottom: 80px; }
.today-heading { display: grid; grid-template-columns: 1.6fr .58fr; align-items: end; column-gap: 7vw; row-gap: 24px; max-width: var(--max); margin: 0 auto 65px; }
.today-heading .section-index { grid-column: 1 / -1; }
.today-heading h2 { font-size: clamp(43px,4.8vw,75px); }
.today-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.today-effect { position: relative; max-width: var(--max); min-height: 650px; margin: 0 auto; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: #ebe3d3; }
.today-effect > img { height: 650px; object-fit: cover; }
.priority-panel-v2 { right: 6%; width: min(37%,430px); padding: 25px; }
.priority-panel-v2 > p { margin: 10px -4px -3px; padding: 17px 7px 4px; border-top: 1px solid var(--line); font-size: 11px; }
.priority-panel-v2 > p strong { display: block; margin-top: 6px; color: var(--red); font-size: 16px; }
.priority-panel-v2 > p span { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }
.today-effect-note { position: absolute; left: 34px; bottom: 31px; display: grid; padding: 16px 19px; color: #fff; border-radius: 14px; background: rgba(32,35,29,.78); backdrop-filter: blur(8px); }
.today-effect-note b { font-size: 14px; }
.today-effect-note span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 9px; }
.today-summary { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; max-width: var(--max); margin: 28px auto 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.today-summary > * { margin: 0; padding: 25px; }
.today-summary p { display: grid; grid-template-columns: 30px 1fr; color: var(--muted); font-size: 10px; }
.today-summary p + p { border-left: 1px solid var(--line); }
.today-summary span { grid-row: 1 / 3; color: var(--red); font-size: 9px; }
.today-summary b { margin-bottom: 6px; color: var(--ink); font-size: 14px; }
.today-summary > strong { display: flex; align-items: center; justify-content: center; color: var(--red); border-left: 1px solid var(--line); font-size: 14px; text-align: center; }

.cooking-v2 { position: relative; grid-template-columns: 1.25fr .75fr; height: clamp(720px,100svh,760px); min-height: 0; isolation: isolate; }
.cooking-v2 .cooking-media { z-index: 0; grid-row: 1; grid-column: 1 / -1; min-height: 0; }
.cooking-v2 .cooking-media::after { z-index: 1; background: linear-gradient(90deg, rgba(35,37,31,0) 0%, rgba(35,37,31,0) 46%, rgba(35,37,31,.28) 55%, rgba(35,37,31,.82) 66%, rgba(35,37,31,.97) 78%, #23251f 100%); pointer-events: none; }
.cooking-v2 .cooking-media > img { width: 119%; max-width: none; object-position: left center; transform: translateX(-16%); }
.cooking-v2 .cooking-center { left: 3.75%; transform: scale(.84); transform-origin: left bottom; }
.cooking-copy-v2 { position: relative; z-index: 2; grid-row: 1; grid-column: 2; max-width: 610px; padding-top: 60px; padding-bottom: 60px; padding-left: 2vw; }
.cooking-copy-v2 h2 { font-size: clamp(49px,5vw,82px); }
.cooking-lead { max-width: 520px; color: rgba(255,255,255,.72) !important; font-size: 18px !important; line-height: 1.85 !important; }
.cooking-actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 34px; }
.cooking-actions p { margin: 0; padding: 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; background: rgba(255,255,255,.06); font-size: 13px; }
.cooking-principle { padding: 25px; border-left: 3px solid var(--yellow); background: rgba(255,255,255,.05); }
.cooking-principle b { display: block; color: #fff; font-size: 18px; line-height: 1.45; }
.cooking-principle b + b { color: var(--yellow); }
.cooking-principle span { display: block; margin-top: 17px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }

.cooking-center { position: absolute; z-index: 3; left: 6%; bottom: 7%; width: min(570px,58%); padding: 19px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(27,30,25,.76); box-shadow: 0 28px 85px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.cooking-center__top { display: flex; align-items: center; justify-content: space-between; padding: 1px 3px 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
.cooking-center__top > span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.cooking-center__top > span i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(236,77,40,.16); animation: listen-pulse 1.8s infinite; }
@keyframes listen-pulse { 50% { box-shadow: 0 0 0 9px rgba(236,77,40,0); } }
.sound-wave { display: flex; align-items: center; gap: 3px; height: 20px; }
.sound-wave b { display: block; width: 2px; height: 5px; border-radius: 3px; background: var(--yellow); animation: sound-wave .95s ease-in-out infinite alternate; }
.sound-wave b:nth-child(2), .sound-wave b:nth-child(6) { animation-delay: -.2s; }
.sound-wave b:nth-child(3), .sound-wave b:nth-child(5) { animation-delay: -.5s; }
.sound-wave b:nth-child(4) { animation-delay: -.7s; }
@keyframes sound-wave { to { height: 19px; } }
.cooking-center__body { display: grid; grid-template-columns: 145px 1fr; gap: 22px; align-items: center; padding: 19px 4px; }
.timer-ring { position: relative; display: grid; place-items: center; width: 138px; height: 138px; }
.timer-ring svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.timer-ring circle { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 6; }
.timer-ring .timer-ring__progress { stroke: var(--yellow); stroke-linecap: round; stroke-dasharray: 327; stroke-dashoffset: 88; }
.timer-ring > span { position: relative; text-align: center; }
.timer-ring strong { display: block; font-size: 25px; letter-spacing: -.04em; }
.timer-ring small { display: block; margin-top: 3px; color: rgba(255,255,255,.48); font-size: 8px; }
.current-step > span { color: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.current-step h3 { margin: 10px 0 8px; font-size: clamp(19px,1.8vw,28px); line-height: 1.3; letter-spacing: -.04em; }
.current-step p { margin: 0; color: rgba(255,255,255,.45); font-size: 9px; }
.cooking-center__voice { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 13px; background: rgba(255,255,255,.08); }
.cooking-center__voice > span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--ink); border-radius: 50%; background: var(--yellow); font-size: 15px; }
.cooking-center__voice p { margin: 0; font-size: 11px; font-weight: 700; }
.cooking-center__voice b { padding: 5px 8px; color: #b9d38f; border: 1px solid rgba(185,211,143,.28); border-radius: 100px; font-size: 8px; }

.hardware-v2 { padding-top: 150px; }
.hardware-head-v2 { grid-template-columns: .6fr 2.3fr; }
.hardware-deck { grid-column: 2; max-width: 680px; margin: 0; color: rgba(255,255,255,.56); font-size: 15px; line-height: 1.85; }
.detail-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 76px 20px; max-width: var(--max); margin: 0 auto; }
.detail-card { position: relative; align-self: start; margin: 0; min-width: 0; }
.detail-card:nth-child(1) { grid-column: 1 / 8; grid-row: 1; }
.detail-card:nth-child(2) { grid-column: 9 / 13; grid-row: 1; margin-top: 90px; }
.detail-card:nth-child(3) { grid-column: 1 / 5; grid-row: 2; }
.detail-card:nth-child(4) { grid-column: 5 / 9; grid-row: 2; margin-top: 78px; }
.detail-card:nth-child(5) { grid-column: 9 / 13; grid-row: 2; margin-top: 18px; }
.detail-media { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 25px; background: #f6f1e7; }
.detail-card:nth-child(1) .detail-media { aspect-ratio: 16 / 11; }
.detail-card:nth-child(2) .detail-media { aspect-ratio: 1 / 1; background: #fff; }
.detail-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.detail-card:nth-child(2) img { object-fit: contain; }
.detail-card:hover img { transform: scale(1.025); }
.detail-card figcaption { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 22px 4px 0; color: #fff; }
.detail-card figcaption > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); border-radius: 50%; background: var(--yellow); font-size: 11px; font-weight: 900; }
.detail-card figcaption b { display: block; font-size: clamp(17px,1.5vw,22px); line-height: 1.25; }
.detail-card figcaption p { margin: 8px 0 0; color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.75; }
.hardware-capabilities { display: grid; grid-template-columns: .72fr 1.8fr; gap: clamp(45px,6vw,100px); max-width: var(--max); margin: 150px auto 0; padding-top: 70px; border-top: 1px solid rgba(255,255,255,.14); }
.capabilities-head { align-self: start; position: sticky; top: 120px; }
.capabilities-head > span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.capabilities-head h3 { margin: 18px 0 22px; font-size: clamp(32px,3.5vw,54px); line-height: 1.08; letter-spacing: -.055em; }
.capabilities-head p { max-width: 330px; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.8; }
.capabilities-grid { display: grid; grid-template-columns: 1fr 1fr; }
.capabilities-grid article { min-height: 200px; padding: 30px 30px 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
.capabilities-grid article:nth-child(odd) { padding-right: 36px; }
.capabilities-grid article:nth-child(even) { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.14); }
.capabilities-grid article:nth-child(-n+2) { border-top: 0; }
.capabilities-grid article > span { display: inline-flex; align-items: center; min-height: 25px; padding: 0 10px; color: var(--ink); border-radius: 100px; background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.capabilities-grid h4 { margin: 20px 0 10px; font-size: 21px; letter-spacing: -.03em; }
.capabilities-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.75; }

.ending-v2 { display: block; min-height: 880px; padding: 0; background: #20170e; text-align: left; }
.ending-v2::before { display: none; }
.ending-photo { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.ending-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,12,9,.9) 0%, rgba(15,12,9,.68) 31%, rgba(15,12,9,.08) 67%); }
.ending-copy-v2 { position: absolute; z-index: 2; top: 50%; left: clamp(25px,7vw,125px); width: min(650px,41vw); transform: translateY(-50%); }
.ending-copy-v2 h2 { font-size: clamp(45px,4.7vw,76px); }

@media (max-width: 1100px) {
  .journey-card { grid-template-columns: 1fr; gap: 25px; }
  .journey-card:nth-child(even) { grid-template-columns: 1fr; }
  .journey-card:nth-child(even) img { order: 0; }
  .modes-gallery { grid-template-columns: 1fr; }
  .modes-v2 .modes-visual { min-height: 600px; }
  .lever-explain { max-width: 480px; }
  .detail-gallery { gap: 60px 16px; }
  .detail-card:nth-child(2) { margin-top: 55px; }
  .detail-card:nth-child(4) { margin-top: 45px; }
}

@media (max-width: 800px) {
  .hero-v2 { min-height: 760px; }
  .hero-scene { object-position: 50% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(245,239,226,0) 25%, rgba(245,239,226,.93) 74%); }
  .hero-copy-v2 { bottom: 7%; }
  .hero-copy-v2 h1 { font-size: 38px; }
  .hero-mode { display: none; }
  .journey-head-v2 { display: block; margin-bottom: 60px; }
  .journey-experience { display: block; }
  .journey-sticky { z-index: 5; top: 66px; margin: 0 -20px 45px; padding: 16px 20px; background: rgba(32,37,31,.9); backdrop-filter: blur(12px); }
  .journey-sticky > p { display: none; }
  .journey-cards { gap: 70px; }
  .journey-card { grid-template-columns: 1fr; min-height: 560px; padding: 25px; opacity: 1; transform: none; }
  .journey-card:nth-child(even) { grid-template-columns: 1fr; }
  .journey-card:nth-child(even) img { order: 0; }
  .journey-card img { max-height: 330px; }
  .journey-overview { margin-top: 90px; padding: 10px; overflow-x: auto; }
  .journey-overview img { width: 900px; max-width: none; }
  .journey-overview figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .modes-v2 { grid-template-columns: 1fr; }
  .modes-gallery { grid-template-columns: 1fr; }
  .modes-v2 .modes-visual { min-height: 470px; }
  .lever-explain { max-width: none; }
  .today-heading { grid-template-columns: 1fr; }
  .today-heading .section-index { grid-column: 1; }
  .today-effect { min-height: 570px; }
  .today-effect > img { height: 570px; object-position: 28% center; }
  .priority-panel-v2 { top: auto; right: 12px; bottom: 12px; left: 12px; width: auto; transform: none; }
  .today-effect-note { display: none; }
  .today-summary { grid-template-columns: 1fr; }
  .today-summary p + p, .today-summary > strong { border-top: 1px solid var(--line); border-left: 0; }
  .cooking-v2 { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .cooking-v2 .cooking-media { grid-row: 1; grid-column: 1; min-height: 620px; }
  .cooking-v2 .cooking-media::after { background: linear-gradient(0deg, #23251f 0%, rgba(35,37,31,.88) 12%, transparent 38%); }
  .cooking-v2 .cooking-media > img { width: 100%; transform: none; }
  .cooking-v2 .cooking-center { left: 12px; transform: none; }
  .cooking-copy-v2 { grid-row: 2; grid-column: 1; padding: 70px 20px 90px; }
  .cooking-lead { font-size: 16px !important; }
  .cooking-principle b { font-size: 17px; }
  .cooking-center { right: 12px; bottom: 12px; left: 12px; width: auto; padding: 14px; }
  .cooking-center__body { grid-template-columns: 105px 1fr; gap: 14px; padding: 14px 0; }
  .timer-ring { width: 102px; height: 102px; }
  .timer-ring strong { font-size: 20px; }
  .current-step h3 { font-size: 17px; }
  .hardware-head-v2 { display: block; }
  .hardware-deck { margin-top: 24px; }
  .detail-gallery { display: flex; gap: 18px; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .detail-card, .detail-card:nth-child(n) { flex: 0 0 84vw; margin: 0; scroll-snap-align: start; }
  .detail-card .detail-media, .detail-card:nth-child(n) .detail-media { aspect-ratio: 4 / 3; }
  .detail-card figcaption { grid-template-columns: 40px 1fr; padding-top: 18px; }
  .detail-card figcaption > span { width: 34px; height: 34px; }
  .hardware-capabilities { display: block; margin-top: 100px; padding-top: 55px; }
  .capabilities-head { position: static; margin-bottom: 45px; }
  .capabilities-grid { grid-template-columns: 1fr; }
  .capabilities-grid article, .capabilities-grid article:nth-child(n) { min-height: 0; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .capabilities-grid article:first-child { border-top: 0; }
  .ending-v2 { min-height: 800px; }
  .ending-photo { object-position: 64% center; }
  .ending-overlay { background: linear-gradient(180deg, rgba(15,12,9,.2) 22%, rgba(15,12,9,.9) 72%); }
  .ending-copy-v2 { top: auto; right: 22px; bottom: 65px; left: 22px; width: auto; text-align: center; transform: none; }
  .ending-copy-v2 h2 { font-size: 38px; }
}

/* FreshMate editorial rhythm — translated from measured reference-site DNA. */
:root {
  --paper: #f4efdf;
  --ink: #20251f;
  --red: #e84b2a;
  --yellow: #f6c84f;
  --leaf: #405b4a;
  --stage-radius: clamp(34px, 4.5vw, 68px);
  --scene-gap: clamp(8px, 1vw, 14px);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

body { background: var(--paper); font-family: "Avenir Next Rounded", "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif; }
.desktop-nav { gap: clamp(20px,2.5vw,42px); font-size: 12px; font-weight: 650; }

main > section:not(.hero-v2) { position: relative; z-index: 1; width: 100%; margin: 0; border-radius: 0; }
.manifesto-v3, .modes-v2, .today-v2, .closure { background-color: #fffaf0; }
.journey-v3, .cooking-v2 { background-color: var(--ink); }
.hardware-v2 { background-color: #1c201b; border-top-left-radius: var(--stage-radius); border-top-right-radius: var(--stage-radius); }
.ending-v2 { background-color: #20170e; }
.modes-v2 .section-index, .today-v2 .section-index, .closure .section-index, .hardware-v2 .section-index, .cooking-v2 .section-index { margin-bottom: 26px; }
.section-index { gap: 10px; letter-spacing: .19em; }
.section-index span { width: auto; height: auto; padding: 7px 10px; border-radius: 999px; }

/* Opening stage */
.hero-v3 { min-height: 900px; height: 100svh; padding: var(--scene-gap); background: #e9e2d2; }
.hero-v3::before { display: none; }
.hero-stage { position: relative; width: 100%; height: 100%; min-height: 872px; overflow: hidden; border-radius: var(--stage-radius); background: var(--yellow); isolation: isolate; }
.hero-stage::before { position: absolute; inset: 0; background: radial-gradient(circle at 74% 40%, rgba(255,255,255,.42), transparent 31%), linear-gradient(120deg, rgba(255,255,255,.2), transparent 43%); content: ""; pointer-events: none; }
.hero-stage::after { position: absolute; top: -18%; right: -8%; width: 48vw; height: 48vw; border: 1px solid rgba(32,37,31,.13); border-radius: 50%; content: ""; pointer-events: none; }
.hero-copy-v3 { top: 20%; left: clamp(34px,6vw,96px); width: min(48vw,680px); }
.hero-copy-v3 .eyebrow { margin-bottom: 20px; color: var(--ink); }
.hero-copy-v3 h1 { font-size: clamp(60px,7.1vw,108px); line-height: .91; letter-spacing: -.075em; }
.hero-copy-v3 h1 span { color: var(--red); font-family: "Songti SC", "STSong", serif; font-weight: 700; letter-spacing: -.09em; }
.hero-copy-v3 .hero-intro { max-width: 500px; margin-top: 28px; color: rgba(32,37,31,.74); font-size: clamp(15px,1.25vw,19px); line-height: 1.7; }
.hero-copy-v3 .hero-actions { gap: 20px; margin-top: 32px; }
.hero-copy-v3 .hero-actions > p { display: grid; gap: 3px; margin: 0; padding-left: 19px; border-left: 1px solid rgba(32,37,31,.25); font-size: 11px; }
.hero-copy-v3 .hero-actions > p span { color: rgba(32,37,31,.58); }
.hero-product-stage { position: absolute; z-index: 2; top: 9%; right: -2.5%; width: min(63vw,940px); margin: 0; transform: rotate(-2deg); pointer-events: none; }
.hero-product-stage img { mix-blend-mode: multiply; filter: saturate(.97) contrast(1.02); }
.hero-product-stage figcaption { position: absolute; right: 10%; bottom: 3%; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.72); border-radius: 16px; background: rgba(255,250,240,.72); box-shadow: 0 16px 50px rgba(60,45,26,.12); backdrop-filter: blur(12px); font-size: 10px; font-weight: 750; }
.hero-product-stage figcaption span, .hero-orbit-card figcaption span { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; border-radius: 50%; background: var(--leaf); font-size: 9px; }
.hero-orbit-card { position: absolute; z-index: 4; right: 2.2%; bottom: 9%; width: clamp(145px,14vw,230px); margin: 0; }
.hero-orbit-card img { aspect-ratio: 1; object-fit: cover; border: 7px solid rgba(255,250,240,.82); border-radius: 50%; box-shadow: 0 20px 60px rgba(60,45,26,.18); }
.hero-orbit-card figcaption { display: flex; align-items: center; gap: 8px; margin: 10px 0 0 15px; font-size: 9px; font-weight: 800; }
.hero-orbit-card figcaption span { background: var(--red); }
.hero-route { position: absolute; z-index: 3; right: 17%; bottom: 10.5%; display: flex; align-items: center; gap: 9px; color: rgba(32,37,31,.55); font: 800 8px/1 "Avenir Next", sans-serif; letter-spacing: .16em; }
.hero-route i { width: 28px; height: 1px; background: currentColor; }
.hero-route b { color: var(--red); font-size: 14px; }
.hero-ticker { position: absolute; z-index: 6; right: 0; bottom: 0; left: 0; height: 51px; overflow: hidden; border-top: 1px solid rgba(32,37,31,.16); background: rgba(255,250,240,.28); }
.hero-ticker > div { display: flex; align-items: center; width: max-content; height: 100%; padding-left: 4vw; animation: ribbon-drift 26s linear infinite; }
.hero-ticker span { margin: 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.hero-ticker i { color: var(--red); font-style: normal; }
@keyframes ribbon-drift { to { transform: translateX(-22%); } }

/* Why FreshMate — editorial collage, not a feature-card grid. */
.manifesto-v3 { padding: 150px clamp(22px,5vw,82px) 0; background: #fffaf0; }
.story-lead { display: grid; grid-template-columns: 150px minmax(0,1fr) 300px; gap: clamp(28px,3vw,48px); align-items: start; max-width: var(--max); margin: 0 auto 110px; }
.story-lead .eyebrow { margin-top: 13px; }
.story-lead h2 { font-size: clamp(50px,5.3vw,80px); line-height: .98; }
.story-lead h2 em { color: var(--ink); font-family: "Songti SC", "STSong", serif; }
.story-lead > p:last-child { align-self: end; max-width: 330px; margin: 0 0 9px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.story-collage { display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 250px 310px 420px; gap: clamp(12px,1.6vw,24px); max-width: var(--max); min-height: 1028px; margin: 0 auto 120px; }
.story-frame { position: relative; margin: 0; overflow: hidden; background: #ddd5c5; }
.story-frame img { height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.story-frame:hover img { transform: scale(1.035); }
.story-frame figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 90px 28px 25px; color: #fff; background: linear-gradient(transparent,rgba(20,22,18,.82)); }
.story-frame figcaption span { display: block; margin-bottom: 9px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.story-frame figcaption b { display: block; font-size: clamp(24px,2.7vw,42px); line-height: 1.03; letter-spacing: -.05em; }
.story-frame figcaption p { max-width: 380px; margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.6; }
.story-frame--wide { grid-column: 1 / 8; grid-row: 1 / 3; border-radius: 52px 52px 160px 52px; }
.story-frame--tall { grid-column: 8 / 13; grid-row: 2 / 4; border-radius: 160px 52px 52px 52px; }
.story-frame--round { grid-column: 2 / 7; grid-row: 3 / 4; width: 440px; max-width: 100%; height: 390px; align-self: end; border-radius: 210px 210px 34px 34px; box-shadow: 0 24px 70px rgba(55,43,28,.13); }
.story-frame--round img { object-position: 52% center; }
.story-frame--round figcaption { padding: 72px 28px 24px; text-align: left; background: linear-gradient(180deg,rgba(20,22,18,0) 0%,rgba(20,22,18,.15) 32%,rgba(20,22,18,.86) 100%); }
.story-frame--round figcaption b { max-width: 290px; font-size: clamp(20px,2vw,29px); line-height: 1.08; }
.story-pause { grid-column: 8 / 13; grid-row: 1 / 2; align-self: start; margin: 0; padding: 18px 20px 0 7px; }
.story-pause span { display: block; color: var(--red); font-size: 13px; font-weight: 800; }
.story-pause strong { display: block; margin-top: 17px; font-size: clamp(28px,3.1vw,47px); line-height: 1.08; letter-spacing: -.055em; }
.story-thesis { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(210px,.72fr) minmax(0,2fr) auto; gap: clamp(34px,5vw,92px); align-items: center; min-height: 450px; margin: 0 calc(0px - clamp(22px,5vw,82px)); padding: clamp(72px,8vw,122px) clamp(28px,7vw,120px); overflow: hidden; color: #fff; background: var(--leaf); }
.story-thesis::before { content: ""; position: absolute; top: 0; left: clamp(28px,7vw,120px); width: clamp(90px,13vw,220px); height: 7px; background: var(--red); }
.story-thesis p { align-self: start; max-width: 250px; margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.story-thesis p span { display: block; margin-bottom: 16px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.story-thesis strong { display: grid; gap: 7px; font-size: clamp(45px,5.7vw,84px); line-height: .96; letter-spacing: -.065em; }
.story-thesis strong span,
.story-thesis strong em { display: block; white-space: nowrap; }
.story-thesis strong em { color: var(--yellow); font-family: inherit; font-style: normal; }
.story-thesis > span { display: grid; place-items: center; width: 58px; height: 58px; color: var(--yellow); border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: transparent; font-size: 22px; }

/* The Fresh Loop — one intentional scroll narrative. */
.journey-v3 { padding: 72px 0 0; overflow: visible !important; color: #fff; background: var(--ink); clip-path: none; }
.loop-head { display: grid; grid-template-columns: .65fr 2.25fr .8fr; gap: clamp(28px,4vw,70px); align-items: end; max-width: var(--max); margin: 0 auto; padding: 150px clamp(24px,5vw,84px) 115px; }
.loop-head .eyebrow { align-self: start; margin-top: 10px; color: var(--yellow); }
.loop-head h2 { font-size: clamp(50px,5.9vw,88px); line-height: .98; }
.loop-head h2 em { color: var(--yellow); font-family: "Songti SC", "STSong", serif; }
.loop-head > p:last-child { margin: 0 0 7px; color: rgba(255,255,255,.53); font-size: 13px; line-height: 1.7; }
.loop-scroll { position: relative; height: 320vh; }
.loop-sticky { position: sticky; top: 0; display: grid; grid-template-columns: minmax(280px,31vw) 1fr; gap: clamp(25px,4vw,70px); align-items: center; height: 100vh; min-height: 720px; padding: 84px clamp(24px,4vw,68px) 40px; overflow: hidden; }
.loop-narrative { align-self: center; }
.loop-narrative > p { margin: 0 0 28px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.loop-narrative h3 { margin: 0; font-size: clamp(38px,4.4vw,66px); line-height: 1.02; letter-spacing: -.06em; }
.loop-narrative > span { display: block; max-width: 390px; margin-top: 25px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.8; }
.loop-progress { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; margin-top: 54px; }
.loop-progress i { height: 2px; overflow: hidden; background: rgba(255,255,255,.16); }
.loop-progress i b { display: block; width: 25%; height: 100%; background: var(--yellow); transition: width .2s linear; }
.loop-progress strong { font-size: 10px; letter-spacing: .12em; }
.loop-viewport { min-width: 0; overflow: hidden; }
.loop-track { display: flex; gap: 22px; width: max-content; will-change: transform; }
.loop-act { position: relative; flex: 0 0 min(59vw,860px); height: min(70vh,680px); margin: 0; overflow: hidden; color: var(--ink); border-radius: 48px; background: #f4efdf; opacity: .38; transform: scale(.95); transition: opacity .45s ease, transform .6s var(--ease-out); }
.loop-act.is-current { opacity: 1; transform: scale(1); }
.loop-act img { width: 100%; height: 100%; object-fit: cover; }
.loop-act > div { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 26px 28px; border-radius: 32px; background: rgba(255,250,240,.88); box-shadow: 0 0 0 1px rgba(255,255,255,.56), 0 20px 60px rgba(32,37,31,.13); backdrop-filter: blur(18px) saturate(1.08); }
.loop-act > div > span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.loop-act h4 { margin: 10px 0 16px; font-size: clamp(28px,3vw,44px); line-height: 1.02; letter-spacing: -.055em; }
.loop-act ol { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 0; padding: 0; list-style: none; color: rgba(32,37,31,.6); font-size: 11px; }
.loop-act:nth-child(2) > div { background: rgba(246,200,79,.9); }
.loop-act:nth-child(3) > div { color: #fff; background: rgba(64,91,74,.91); }
.loop-act:nth-child(3) ol { color: rgba(255,255,255,.65); }
.loop-act:nth-child(4) > div { background: rgba(255,250,240,.9); }
.loop-finale { position: relative; z-index: 3; padding: clamp(16px,2vw,28px); background: var(--ink); }
.journey-v2 .loop-finale { margin: clamp(90px,10vw,150px) calc(0px - clamp(24px,5vw,90px)) -140px; }
.loop-finale-stage { overflow: hidden; padding: clamp(20px,2vw,30px) clamp(22px,4vw,64px) clamp(10px,1vw,16px); border-radius: clamp(64px,8vw,110px); background: var(--red); }
.loop-resolution { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto clamp(8px,1vw,14px); padding: 0; color: var(--ink); background: transparent; }
.loop-resolution p { display: flex; align-items: baseline; gap: clamp(18px,3vw,48px); margin: 0 0 clamp(22px,2.6vw,38px); font-size: 13px; font-weight: 800; }
.loop-resolution s { font-size: clamp(25px,3vw,43px); line-height: 1.1; opacity: .48; text-decoration-thickness: 2px; }
.loop-resolution strong { display: grid; gap: 5px; font-size: clamp(32px,4.3vw,64px); line-height: .98; letter-spacing: -.065em; }
.loop-resolution strong span { display: block; white-space: nowrap; }
.loop-overview { position: relative; max-width: 1800px; margin: 0 auto; overflow: hidden; aspect-ratio: 5 / 1; color: var(--ink); background: transparent; }
.loop-overview img { position: absolute; top: 50%; left: -2px; display: block; width: calc(100% + 4px); height: auto; object-fit: contain; transform: translateY(-50%); }

/* Section rhythm: full-bleed fields with only a few deliberate transition surfaces. */
.modes-v2 { padding-top: 130px; }
.hardware-v2 { padding-bottom: 140px; }
.ending-v2 { margin-top: 0 !important; border-radius: 0; }
.ending-overlay { background: linear-gradient(90deg, rgba(15,12,9,.9) 0%, rgba(15,12,9,.68) 31%, rgba(15,12,9,.08) 67%); }
.hardware-v2 + .ending-v2 {
  isolation: isolate;
  margin-top: -2px !important;
  background: #1c201b;
}
.hardware-v2 + .ending-v2::after {
  position: absolute;
  z-index: 1;
  top: -2px;
  right: 0;
  left: 0;
  height: clamp(200px,18vw,280px);
  pointer-events: none;
  background: linear-gradient(180deg,
    #1c201b 0%,
    #1c201b 20%,
    rgba(28,32,27,.96) 30%,
    rgba(28,32,27,.78) 50%,
    rgba(28,32,27,.42) 72%,
    rgba(28,32,27,0) 100%);
  content: "";
}

/* Useful information floats; the page itself stays unboxed. */
.priority-panel-v2 { border: 0; background: rgba(255,250,240,.72); box-shadow: 0 0 0 1px rgba(255,255,255,.62), 0 22px 64px rgba(51,45,34,.16); backdrop-filter: blur(24px) saturate(1.12); }
.today-effect-note { border-color: transparent; background: rgba(32,37,31,.72); box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 18px 54px rgba(32,37,31,.18); backdrop-filter: blur(22px) saturate(1.1); }
.cooking-center { border: 0; background: rgba(27,30,25,.7); box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 28px 85px rgba(0,0,0,.28); backdrop-filter: blur(24px) saturate(1.1); }
.lever-explain img { border-radius: 12px; }
.story-frame img, .modes-visual > img, .lever-explain img, .today-effect > img, .closure-visual img, .cooking-media > img, .detail-media img { outline: 1px solid rgba(32,37,31,.1); outline-offset: -1px; }
.button, .nav-cta, .mode-switcher button, .menu-button { transition-property: color, background-color, border-color, transform, box-shadow; transition-duration: .22s; transition-timing-function: ease; }
.button:active, .nav-cta:active, .mode-switcher button:active, .menu-button:active { transform: scale(.96); }

@media (max-width: 1100px) {
  .hero-product-stage { top: 17%; right: -9%; width: 68vw; }
  .hero-copy-v3 { width: 49vw; }
  .story-lead, .loop-head { grid-template-columns: .55fr 2fr; }
  .story-lead > p:last-child, .loop-head > p:last-child { grid-column: 2; max-width: 520px; }
  .loop-sticky { grid-template-columns: 290px 1fr; gap: 30px; }
  .loop-act { flex-basis: 63vw; }
}

@media (max-width: 800px) {
  :root { --scene-gap: 7px; --stage-radius: 30px; }
  .brand { font-size: 14px; }
  .brand em { font-size: 9px; }
  .topbar.menu-visible { top: 0; left: 0; width: 100%; height: 100svh; padding: 18px 20px; border-radius: 0; background: #fffaf0; }
  .topbar.menu-visible .desktop-nav { padding-top: 70px; font-size: 29px; }
  .topbar.menu-visible .menu-button { position: absolute; top: 18px; right: 18px; }
  main > section:not(.hero-v2) { border-radius: 0; }
  .hero-v3 { min-height: 844px; height: 100svh; padding: 7px; }
  .hero-stage { min-height: 830px; border-radius: 30px; }
  .hero-stage::after { top: 38%; right: -38%; width: 110vw; height: 110vw; }
  .hero-copy-v3 { top: 106px; left: 22px; width: calc(100% - 44px); text-align: left; }
  .hero-copy-v3 .eyebrow { margin-bottom: 14px; font-size: 8px; }
  .hero-copy-v3 h1 { font-size: clamp(50px,14vw,60px); line-height: .92; }
  .hero-copy-v3 .hero-intro { max-width: 340px; margin-top: 17px; font-size: 13px; line-height: 1.55; }
  .hero-copy-v3 .hero-actions { margin-top: 19px; }
  .hero-copy-v3 .button { min-width: 190px; padding: 14px 16px; }
  .hero-copy-v3 .hero-actions > p { display: none; }
  .hero-product-stage { top: 45%; right: -20%; width: 126vw; transform: rotate(-3deg); }
  .hero-product-stage figcaption { right: 18%; bottom: 5%; padding: 8px 10px; }
  .hero-orbit-card { right: 10px; bottom: 67px; width: 116px; }
  .hero-orbit-card img { border-width: 4px; }
  .hero-orbit-card figcaption, .hero-route { display: none; }
  .hero-ticker { height: 44px; }
  .hero-ticker > div { animation-duration: 18s; }
  .hero-ticker span { margin: 0 18px; font-size: 9px; }

  .manifesto-v3 { padding: 105px 15px 0; }
  .story-lead { display: block; margin-bottom: 65px; }
  .story-lead .eyebrow { margin-bottom: 22px; }
  .story-lead h2 { font-size: 45px; line-height: 1.01; }
  .story-lead > p:last-child { margin-top: 25px; font-size: 13px; }
  .story-collage { display: block; min-height: 0; margin-bottom: 72px; }
  .story-frame, .story-frame--wide, .story-frame--tall, .story-frame--round { width: 100%; height: 520px; margin: 0 0 13px; border-radius: 27px; }
  .story-frame--tall { height: 570px; }
  .story-frame--round { width: min(88vw,430px); height: min(98vw,500px); margin: 45px 0 0 auto; border-radius: 44vw 44vw 27px 27px; }
  .story-frame figcaption { padding: 80px 22px 22px; }
  .story-frame figcaption b { font-size: 30px; }
  .story-frame--round figcaption b { font-size: 24px; }
  .story-pause { margin: 52px 8px; padding: 0; }
  .story-pause strong { font-size: 34px; }
  .story-thesis { display: block; min-height: 430px; margin: 0 -22px; padding: 64px 22px 82px; }
  .story-thesis::before { left: 22px; width: 90px; height: 5px; }
  .story-thesis p { max-width: 260px; }
  .story-thesis strong { margin-top: 60px; font-size: clamp(40px,12vw,54px); line-height: .99; }
  .story-thesis strong span,
  .story-thesis strong em { white-space: normal; }
  .story-thesis > span { position: absolute; right: 22px; bottom: 22px; width: 48px; height: 48px; }

  .journey-v3 { padding: 40px 0 0; }
  .loop-head { display: block; padding: 105px 22px 72px; }
  .loop-head .eyebrow { margin-bottom: 22px; }
  .loop-head h2 { font-size: 44px; line-height: 1.01; }
  .loop-head > p:last-child { margin-top: 25px; }
  .loop-scroll { height: auto; }
  .loop-sticky { position: static; display: block; height: auto; min-height: 0; padding: 0 12px 70px; overflow: visible; }
  .loop-narrative { display: none; }
  .loop-viewport { overflow: visible; }
  .loop-track { display: grid; gap: 14px; width: 100%; transform: none !important; }
  .loop-act { width: 100%; height: 610px; opacity: 1; transform: none; border-radius: 28px; }
  .loop-act > div { right: 9px; bottom: 9px; left: 9px; padding: 22px 20px; border-radius: 19px; }
  .loop-act h4 { font-size: 33px; }
  .loop-act ol { display: grid; gap: 5px; }
  .loop-finale { padding: 14px; }
  .loop-finale-stage { padding: 34px 16px 22px; border-radius: 54px; }
  .loop-overview { overflow-x: auto; aspect-ratio: auto; height: 160px; scrollbar-width: none; }
  .loop-overview::-webkit-scrollbar { display: none; }
  .loop-overview img { top: 50%; left: 0; width: 940px; max-width: none; height: auto; transform: translateY(-50%); }
  .loop-resolution { margin-bottom: 32px; }
  .loop-resolution p { display: block; margin-bottom: 32px; }
  .loop-resolution s { display: block; margin-top: 14px; font-size: 27px; }
  .loop-resolution strong { gap: 7px; font-size: clamp(31px,9.4vw,40px); }
  .loop-resolution strong span { white-space: normal; }

  .modes-v2 { padding-top: 100px; }
  .hardware-v2 { padding-bottom: 90px; }
  .ending-overlay { background: linear-gradient(180deg, rgba(15,12,9,.2) 22%, rgba(15,12,9,.9) 72%); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ticker > div { animation: none; }
  .loop-scroll { height: auto; }
  .loop-sticky { position: static; display: block; height: auto; min-height: 0; padding-top: 40px; }
  .loop-narrative { display: none; }
  .loop-viewport { overflow: visible; }
  .loop-track { display: grid; width: 100%; transform: none !important; }
  .loop-act { width: 100%; opacity: 1; transform: none; }
}

/* Navigation — Milamend-inspired hierarchy, translated into FreshMate. */
.topbar {
  top: 14px;
  left: 50%;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  width: min(calc(100% - 32px), 1120px);
  height: 64px;
  padding: 3px 4px 3px 24px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  box-shadow: 0 14px 44px rgba(32,35,29,.1);
  backdrop-filter: blur(22px) saturate(1.12);
  transform: translateX(-50%);
  transition: top .3s ease, height .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.topbar.is-scrolled {
  top: 10px;
  height: 58px;
  color: var(--ink);
  border-color: rgba(255,255,255,.78);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 40px rgba(32,35,29,.12);
  backdrop-filter: blur(24px) saturate(1.14);
}
.topbar .brand { color: var(--ink); }
.topbar .desktop-nav { justify-content: center; gap: 3px; color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .045em; }
.topbar .desktop-nav a { margin: -4px 0; padding: 9px 11px; border-radius: 999px; transition: background-color .25s ease, opacity .25s ease; }
.topbar .desktop-nav a::after { display: none; }
.topbar .desktop-nav a:hover { background: rgba(255,255,255,.48); }
.topbar .nav-cta {
  min-width: 104px;
  height: 42px;
  margin-right: 8px;
  padding: 0 12px;
  color: #fff;
  border: 0;
  border-radius: 15px;
  background: var(--red);
  font-size: 10px;
  letter-spacing: .045em;
  transition: background-color .25s ease, transform .25s ease;
}
.topbar.is-scrolled .nav-cta { height: 40px; }
.topbar .nav-cta:hover { color: #fff; background: var(--red-deep); transform: none; }

/* Keep the arched story caption confined to the lower image edge. */
.story-frame--round figcaption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 72px 28px 24px;
  background: linear-gradient(180deg,rgba(20,22,18,0) 0%,rgba(20,22,18,.15) 32%,rgba(20,22,18,.86) 100%);
}
.story-frame--round figcaption b {
  max-width: 290px;
  margin: 0;
  font-size: clamp(20px,2vw,29px);
  line-height: 1.08;
  text-wrap: balance;
}

@media (max-width: 800px) {
  .topbar,
  .topbar.is-scrolled {
    top: 8px;
    left: 50%;
    display: flex;
    justify-content: center;
    width: calc(100% - 16px);
    height: 54px;
    padding: 3px 4px;
    border-color: rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(255,255,255,.5);
    transform: translateX(-50%);
  }
  .topbar .brand { position: relative; z-index: 2; gap: 7px; font-size: 14px; }
  .topbar .brand em { display: none; }
  .topbar .brand-mark { width: 24px; height: 24px; }
  .topbar .menu-button {
    position: absolute;
    z-index: 3;
    top: 7px;
    left: 8px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 10px 7px;
    border: 0;
    background: transparent;
  }
  .topbar .menu-button span { background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
  .topbar.menu-visible .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  .topbar.menu-visible .menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .topbar.menu-visible .menu-button { top: 7px; right: auto; left: 8px; }
  .topbar .nav-cta,
  .topbar.is-scrolled .nav-cta {
    position: absolute;
    z-index: 3;
    top: 6px;
    right: 9px;
    display: grid;
    place-items: center;
    min-width: 0;
    width: auto;
    height: 42px;
    margin-right: 0;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 8px;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  .topbar.menu-visible {
    top: 8px;
    left: 50%;
    width: calc(100% - 16px);
    height: 54px;
    padding: 3px 4px;
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    transform: translateX(-50%);
  }
  .topbar.menu-visible .desktop-nav {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px;
    color: var(--ink);
    border: 1px solid rgba(32,35,29,.1);
    border-radius: 24px;
    background: rgba(255,250,240,.97);
    box-shadow: 0 24px 70px rgba(32,35,29,.18);
    backdrop-filter: blur(20px);
    font-size: 21px;
  }
  .topbar.menu-visible .desktop-nav a {
    margin: 0;
    padding: 16px 14px;
    border-bottom: 1px solid rgba(32,35,29,.1);
    border-radius: 14px;
  }
  .topbar.menu-visible .desktop-nav a:last-child { border-bottom: 0; }
  .topbar.menu-visible .desktop-nav a:hover { background: rgba(236,77,40,.08); }
  .story-frame--round figcaption { right: 0; bottom: 0; left: 0; padding: 70px 22px 22px; }
  .story-frame--round figcaption b { max-width: 280px; font-size: 24px; line-height: 1.12; }
}

/* The Fresh Loop — all seven original steps, one complete slide at a time. */
.fresh-carousel { position: relative; padding: 0 clamp(18px,4vw,64px) 120px; }
.fresh-carousel-bar { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto 18px; }
.fresh-carousel-bar > p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.fresh-carousel-bar > p span { color: var(--yellow); font-size: 18px; }
.fresh-carousel-bar > div { display: flex; gap: 8px; }
.fresh-carousel-bar button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; color: var(--ink); border: 0; border-radius: 50%; background: var(--yellow); cursor: pointer; font-size: 19px; transition: transform .2s ease, background-color .2s ease; }
.fresh-carousel-bar button:hover { background: #ffe092; transform: translateY(-2px); }
.fresh-carousel-bar button:active { transform: scale(.94); }
.fresh-carousel-window { max-width: 1280px; margin: 0 auto; overflow: hidden; border-radius: clamp(32px,4vw,52px); }
.fresh-carousel-track { display: flex; width: 100%; transition: transform .7s cubic-bezier(.22,1,.36,1); will-change: transform; }
.fresh-slide { display: grid; grid-template-columns: .85fr 1.15fr; flex: 0 0 100%; min-width: 0; min-height: min(72vh,680px); overflow: hidden; color: var(--ink); border-radius: clamp(32px,4vw,52px); background: #fffaf0; }
.fresh-slide > div { align-self: center; padding: clamp(38px,4vw,56px); }
.fresh-slide > div > span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.fresh-slide h3 { max-width: 480px; margin: 18px 0 20px; font-size: clamp(36px,4.2vw,60px); line-height: .98; letter-spacing: -.065em; }
.fresh-slide p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.fresh-slide img { align-self: stretch; width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #fff; outline: 1px solid rgba(32,37,31,.08); outline-offset: -1px; }
.fresh-carousel-dots { display: flex; justify-content: center; gap: 7px; max-width: 1280px; margin: 22px auto 0; }
.fresh-carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.25); cursor: pointer; transition: width .35s ease, background-color .35s ease; }
.fresh-carousel-dots button.is-current { width: 34px; background: var(--yellow); }

@media (max-width: 800px) {
  .fresh-carousel { padding: 0 12px 78px; }
  .fresh-carousel-bar { margin-bottom: 12px; }
  .fresh-carousel-bar button { width: 42px; height: 42px; }
  .fresh-carousel-window, .fresh-slide { border-radius: 28px; }
  .fresh-slide { display: flex; flex-direction: column; min-height: 0; }
  .fresh-slide > div { padding: 30px 24px 25px; }
  .fresh-slide h3 { margin: 13px 0 13px; font-size: 39px; line-height: 1.02; }
  .fresh-slide p { font-size: 12px; line-height: 1.7; }
  .fresh-slide img { aspect-ratio: 1 / 1; height: auto; object-fit: contain; }
  .fresh-carousel-dots { margin-top: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .fresh-carousel-track { transition: none; }
}

/* Fresh Loop — a centered seven-step gallery; the orange finale remains separate. */
.journey-carousel {
  display: block;
  max-width: none;
  margin-right: calc(0px - clamp(24px,5vw,90px));
  margin-left: calc(0px - clamp(24px,5vw,90px));
  overflow: hidden;
}
.journey-viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}
.journey-viewport:active { cursor: grabbing; }
.journey-carousel .journey-cards {
  display: flex;
  gap: clamp(16px,1.8vw,28px);
  width: max-content;
  padding: 24px calc((100vw - min(68vw,840px))/2) 50px;
}
.journey-carousel .journey-card,
.journey-carousel .journey-card:nth-child(even) {
  flex: 0 0 min(68vw,840px);
  grid-template-columns: .82fr 1.18fr;
  min-height: min(66vh,620px);
  opacity: .3;
  transform: scale(.86);
  transform-origin: center;
  transition: opacity .55s ease, transform .65s var(--ease-out), box-shadow .55s ease;
}
.journey-carousel .journey-card:nth-child(even) img { order: 0; }
.journey-carousel .journey-card.is-current {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 42px 110px rgba(0,0,0,.3);
}
.journey-controls {
  display: grid;
  grid-template-columns: 58px minmax(220px,340px) 58px;
  gap: clamp(18px,3vw,42px);
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.journey-controls button {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  color: var(--yellow);
  border: 1px solid rgba(246,200,79,.74);
  border-radius: 20px;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}
.journey-controls button:hover {
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(-2px);
}
.journey-status { text-align: center; }
.journey-status strong {
  display: block;
  color: #fff;
  font-size: clamp(24px,2.2vw,34px);
  letter-spacing: -.04em;
}
.journey-status .journey-progress { margin-top: 13px; }
.journey-status p {
  margin: 13px 0 0;
  color: rgba(255,255,255,.45);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

@media (max-width: 800px) {
  .journey-carousel { margin-right: -20px; margin-left: -20px; }
  .journey-carousel .journey-cards {
    gap: 12px;
    padding: 10px 9vw 32px;
  }
  .journey-carousel .journey-card,
  .journey-carousel .journey-card:nth-child(even) {
    flex-basis: 82vw;
    grid-template-columns: 1fr;
    min-height: 540px;
    opacity: .34;
    transform: scale(.91);
  }
  .journey-carousel .journey-card img { max-height: 315px; }
  .journey-controls {
    grid-template-columns: 48px minmax(170px,230px) 48px;
    gap: 13px;
    padding: 0 15px;
  }
  .journey-controls button { width: 48px; height: 48px; border-radius: 16px; }
  .journey-status strong { font-size: 24px; }
  .journey-status p { font-size: 7px; letter-spacing: .12em; }
}

@media (prefers-reduced-motion: reduce) {
  .journey-carousel .journey-card { transition: none; }
}

/* Hero — an inset, rounded stage that holds the complete FreshMate story. */
.hero-v2 {
  min-height: 760px;
  height: 100svh;
  padding: clamp(8px, 1vw, 16px);
  background: var(--reference-cream);
}
.hero-card-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 732px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: clamp(34px, 4.5vw, 68px);
  background: #d9d2c4;
  box-shadow: none;
  isolation: isolate;
}
.hero-card-stage::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.hero-card-stage .hero-scene {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  transform: scale(1.015);
}
.hero-card-stage .hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(243,239,227,.97) 0%, rgba(243,239,227,.9) 24%, rgba(243,239,227,.18) 52%, transparent 72%),
    linear-gradient(180deg, transparent 55%, rgba(27,30,25,.2) 100%);
}
.hero-card-stage .hero-copy-v2 {
  z-index: 4;
  top: 55.5%;
  bottom: auto;
  left: clamp(34px, 5.5vw, 88px);
  width: min(620px, 44vw);
  text-align: left;
  transform: translateY(-43%);
}
.hero-card-stage .hero-copy-v2 .eyebrow {
  margin-bottom: 22px;
  color: var(--red);
}
.hero-card-stage .hero-copy-v2 h1 {
  max-width: 620px;
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", sans-serif;
  font-size: clamp(48px, 5.2vw, 84px);
  font-weight: 750;
  line-height: .93;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.hero-card-stage .hero-copy-v2 h1 span { color: var(--red); }
.hero-card-stage .hero-copy-v2 .hero-intro {
  max-width: 470px;
  margin-top: 26px;
  color: rgba(32,35,29,.72);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.75;
}
.hero-video-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 100px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 12px 45px rgba(60,45,26,.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ink);
  text-decoration: none;
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.hero-video-link:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.8);
  box-shadow: 0 16px 48px rgba(60,45,26,.14);
}
.hero-video-link:active { transform: scale(.98); }
.hero-video-link:focus-visible {
  outline: 3px solid rgba(239,73,39,.32);
  outline-offset: 4px;
}
.hero-video-link__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 6px 16px rgba(239,73,39,.22);
}
.hero-video-link__icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}
.hero-video-link__copy { display: grid; gap: 2px; white-space: nowrap; }
.hero-video-link__copy b { font-size: 12px; line-height: 1.2; }
.hero-video-link__copy small { color: var(--muted); font-size: 9px; line-height: 1.25; }
.hero-video-link__arrow { margin-left: 4px; color: var(--red); font-size: 15px; line-height: 1; }

@media (max-width: 1100px) {
  .hero-card-stage .hero-copy-v2 { width: min(570px, 50vw); }
  .hero-card-stage .hero-copy-v2 h1 { font-size: clamp(47px, 5.6vw, 68px); }
}

@media (max-width: 800px) {
  .hero-v2 { min-height: 720px; height: 100svh; padding: 10px; }
  .hero-card-stage { min-height: 720px; border-radius: 24px; }
  .hero-card-stage .hero-scene { object-position: 54% 35%; transform: scale(1.02); }
  .hero-card-stage .hero-shade {
    background:
      linear-gradient(180deg, rgba(243,239,227,.96) 0%, rgba(243,239,227,.88) 31%, rgba(243,239,227,.05) 60%, rgba(27,30,25,.24) 100%);
  }
  .hero-card-stage .hero-copy-v2 {
    top: 124px;
    left: 22px;
    width: calc(100% - 44px);
    transform: none;
  }
  .hero-card-stage .hero-copy-v2 .eyebrow { margin-bottom: 14px; font-size: 8px; }
  .hero-card-stage .hero-copy-v2 h1 { max-width: 520px; font-size: clamp(41px, 12.1vw, 58px); line-height: .94; }
  .hero-card-stage .hero-copy-v2 .hero-intro { max-width: 350px; margin-top: 17px; font-size: 12px; line-height: 1.6; }
  .hero-video-link { gap: 9px; margin-top: 19px; padding: 6px 10px 6px 6px; }
  .hero-video-link__icon { width: 34px; height: 34px; }
  .hero-video-link__icon svg { width: 21px; height: 21px; }
  .hero-video-link__copy b { font-size: 11px; }
  .hero-video-link__copy small { font-size: 8px; }
  .hero-video-link__arrow { margin-left: 2px; font-size: 13px; }
}

/* Fresh Loop portrait gallery: full-bleed images with text held by a low black veil. */
.journey-carousel .journey-cards {
  padding-right: calc((100vw - min(31vw,430px))/2);
  padding-left: calc((100vw - min(31vw,430px))/2);
}
.journey-carousel .journey-card,
.journey-carousel .journey-card:nth-child(even) {
  position: relative;
  display: block;
  flex-basis: min(31vw,430px);
  min-height: 0;
  aspect-ratio: 3 / 4.35;
  padding: 0;
  overflow: hidden;
  border-radius: 34px;
  background: #d8ccb5;
}
.journey-carousel .journey-card img,
.journey-carousel .journey-card:nth-child(even) img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  order: initial;
  transition: transform .75s var(--ease-out);
}
.journey-carousel .journey-card.is-current img { transform: scale(1.025); }
.journey-carousel .journey-card > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 132px clamp(22px,2.3vw,34px) clamp(25px,2.6vw,38px);
  color: #fff;
  background: linear-gradient(180deg,rgba(16,18,15,0) 0%,rgba(16,18,15,.18) 24%,rgba(16,18,15,.88) 72%,rgba(16,18,15,.96) 100%);
}
.journey-carousel .journey-card span { color: var(--yellow); }
.journey-carousel .journey-card h3 {
  margin: 13px 0 11px;
  font-size: clamp(26px,2.4vw,38px);
  line-height: 1.03;
  letter-spacing: -.055em;
}
.journey-carousel .journey-card p {
  max-width: 330px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 800px) {
  .journey-carousel .journey-cards {
    padding-right: 11vw;
    padding-left: 11vw;
  }
  .journey-carousel .journey-card,
  .journey-carousel .journey-card:nth-child(even) {
    flex-basis: 78vw;
    min-height: 0;
    aspect-ratio: 3 / 4.35;
    border-radius: 27px;
  }
  .journey-carousel .journey-card img { max-height: none; }
  .journey-carousel .journey-card > div { padding: 110px 23px 25px; }
  .journey-carousel .journey-card h3 { font-size: 30px; }
}

/* Revision 04 — AI kitchen experience narrative. */
:root { --section-pad: clamp(88px,10vw,152px); --content-pad: clamp(22px,6vw,96px); --soft-cream: #fffaf0; --warm-white: #f7f2e7; --leaf: #405b4a; }
main > section:not(.hero-v2) { overflow: hidden; }
.problem-section h2, .loop-section h2, .feature-section h2, .hardware-simple h2 { margin: 0; font-size: clamp(38px,4.25vw,64px); font-weight: 750; line-height: 1.06; letter-spacing: -.058em; }
.problem-section h2 em, .loop-section h2 em, .feature-section h2 em, .hardware-simple h2 em { color: var(--red); font-family: "Songti SC","STSong",serif; font-style: normal; font-weight: 650; }
.section-deck { max-width: 480px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }

/* Problem — warm editorial photo triptych. */
.problem-section { padding: var(--section-pad) var(--content-pad); background: var(--reference-cream); }
.editorial-head { display: grid; grid-template-columns: 150px minmax(0,1.35fr) minmax(230px,.65fr); gap: clamp(28px,4vw,64px); align-items: start; max-width: var(--max); margin: 0 auto 78px; }
.editorial-head .eyebrow { margin-top: 13px; }
.editorial-head .section-deck { align-self: end; margin-bottom: 4px; }
.problem-section .story-collage { margin-bottom: 0; }

/* Core loop — a guided, living system map. */
.loop-section { padding: clamp(72px,7vw,104px) var(--content-pad) 0; color: #fff; background: var(--ink); }
.loop-section__head { display: grid; grid-template-columns: 150px minmax(0,1.35fr) minmax(230px,.65fr); gap: clamp(28px,4vw,64px); align-items: end; max-width: var(--max); margin: 0 auto 78px; }
.loop-section__head .eyebrow { align-self: start; margin-top: 13px; color: var(--yellow); }
.loop-section__head h2 em { color: var(--yellow); }
.loop-section__head > p:last-child { margin: 0 0 4px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.8; }
.food-loop { max-width: var(--max); margin: 0 auto; }
.food-loop__steps { display: grid; grid-template-columns: repeat(7,1fr); border-top: 1px solid rgba(255,255,255,.14); }
.food-loop__steps button { position: relative; display: grid; gap: 6px; padding: 18px 8px 19px; color: rgba(255,255,255,.42); border: 0; border-bottom: 2px solid transparent; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; transition: color .3s ease,border-color .3s ease; }
.food-loop__steps button span { font-size: 8px; letter-spacing: .13em; }
.food-loop__steps button.is-active { color: var(--yellow); border-bottom-color: var(--yellow); }
.food-loop__visual { position: relative; margin: 34px 0 0; padding: clamp(22px,3vw,44px); overflow: hidden; border-radius: 34px; background: #f8f2e6; }
.food-loop__visual img { position: relative; z-index: 1; }
.food-loop__visual i { position: absolute; z-index: 2; top: 50%; left: 7.5%; width: clamp(42px,6vw,82px); aspect-ratio: 1; border: 2px solid var(--red); border-radius: 50%; box-shadow: 0 0 0 12px rgba(236,77,40,.13),0 16px 44px rgba(32,35,29,.2); transform: translate(-50%,-50%); transition: left .55s var(--ease-out); }
.food-loop__visual i::after { position: absolute; inset: 8px; border-radius: inherit; background: rgba(236,77,40,.1); content: ""; }
.food-loop__caption { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 84px; margin: 0; padding: 20px 4px; border-bottom: 1px solid rgba(255,255,255,.14); }
.food-loop__caption span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.food-loop__caption b { font-size: clamp(16px,1.7vw,24px); letter-spacing: -.035em; text-align: right; }
.loop-section .loop-finale { margin: clamp(130px,12vw,190px) calc(0px - var(--content-pad)) 0; }
.loop-section .loop-overview img { top: 47%; left: 2.5%; width: 95%; height: 95%; object-fit: cover; }
.loop-section .journey-carousel { max-width: var(--max); margin-right: auto; margin-left: auto; }
.loop-section .journey-controls { margin-bottom: 0; }

@media (min-width: 801px) {
  .loop-section {
    padding-top: clamp(52px,7vh,68px);
  }
  .loop-section .loop-finale {
    margin-top: clamp(34px,5vh,48px);
  }
  .loop-section .journey-carousel {
    display: grid;
    grid-template-columns: minmax(400px,.78fr) minmax(0,1.22fr);
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "head viewport"
      "controls viewport";
    gap: clamp(36px,5vw,78px);
    align-items: center;
  }
  .loop-section .loop-section__head {
    grid-area: head;
    display: block;
    align-self: start;
    max-width: none;
    margin: 0;
  }
  .loop-section .loop-section__head .eyebrow {
    margin: 4px 0 24px;
  }
  .loop-section .loop-section__head h2 {
    font-size: clamp(40px,3.5vw,54px);
    line-height: 1.02;
  }
  .loop-section .loop-section__head > p:last-child {
    max-width: 330px;
    margin: 25px 0 0;
  }
  .loop-section .journey-viewport {
    grid-area: viewport;
    min-width: 0;
  }
  .loop-section .journey-carousel .journey-cards {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .loop-section .journey-carousel .journey-card,
  .loop-section .journey-carousel .journey-card:nth-child(even) {
    flex-basis: min(28vw,395px);
  }
  .loop-section .journey-controls {
    grid-area: controls;
    align-self: end;
    grid-template-columns: 58px minmax(190px,1fr) 58px;
    gap: clamp(12px,1.5vw,24px);
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 800px) {
  .loop-section .loop-section__head { margin-bottom: 42px; }
  .loop-section .journey-carousel .journey-card.is-current {
    opacity: 1;
    transform: scale(1);
  }
}

/* Software feature chapters. */
.feature-section { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(520px,1.2fr); gap: clamp(55px,8vw,130px); align-items: center; padding: var(--section-pad) var(--content-pad); background: var(--soft-cream); }
.feature-section:nth-of-type(even) { background: var(--warm-white); }
.feature-copy { justify-self: end; width: min(100%,560px); }
.product-visual { position: relative; width: min(100%,860px); margin: 0; overflow: hidden; border-radius: 34px; background: #eee5d7; box-shadow: var(--shadow); }
.product-visual img { aspect-ratio: 16/9; object-fit: cover; }
.product-visual--soft { background: #ecdfc9; }
.feature-section--intelligence { background: var(--warm-white); padding-top: clamp(56px, 6vw, 88px); padding-bottom: clamp(56px, 6vw, 88px); }
.feature-section--pantry { padding-top: clamp(56px, 6vw, 88px); padding-bottom: clamp(56px, 6vw, 88px); }
.feature-section--intelligence .product-visual img { transform: none; }
.product-visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.58); border-radius: 19px; background: rgba(255,250,240,.8); box-shadow: 0 10px 32px rgba(32,35,29,.1); backdrop-filter: blur(15px); }
.product-visual figcaption span { color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.product-visual figcaption b { font-size: 12px; }
.input-methods { display: flex; gap: clamp(24px,3vw,46px); margin-top: 34px; border: 0; }
.input-methods span { display: inline-flex; align-items: center; gap: 10px; min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; font-size: 13px; font-weight: 750; }
.input-methods span::before { flex: 0 0 auto; width: 7px; height: 7px; margin: 0; border-radius: 50%; background: var(--red); content: ""; }
.feature-points { margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.feature-points li { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.feature-points b { font-size: 13px; }
.feature-points span { color: var(--muted); }
.match-note { display: grid; grid-template-columns: 1fr auto; align-items: end; max-width: 300px; margin-top: 36px; padding: 22px; color: #fff; border-radius: 24px; background: var(--leaf); }
.match-note span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.match-note strong { grid-row: 1/3; grid-column: 2; font-size: 42px; letter-spacing: -.07em; }
.match-note small { margin-top: 8px; color: rgba(255,255,255,.6); }

/* Preserve the requested established modules while bringing type into one hierarchy. */
.today-v2 { padding-right: var(--content-pad); padding-left: var(--content-pad); }
.today-heading h2, .cooking-copy-v2 h2, .closure h2 { font-size: clamp(38px,4.25vw,64px); }
.today-effect > img, .cooking-media > img { object-position: center; }
.fridge-scene-inset { position: absolute; top: 30px; left: 30px; width: min(27%,360px); margin: 0; overflow: hidden; border: 7px solid rgba(255,250,240,.88); border-radius: 22px; background: var(--soft-cream); box-shadow: 0 18px 55px rgba(52,43,28,.18); }
.fridge-scene-inset img { aspect-ratio: 16/9; object-fit: cover; }
.fridge-scene-inset figcaption { padding: 11px 12px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
/* Hardware: one restrained overview, not a specification wall. */
.hardware-simple { padding: var(--section-pad) var(--content-pad); color: #fff; background: var(--ink); }
.editorial-head--hardware { align-items: end; margin-bottom: 70px; }
.editorial-head--hardware .eyebrow { align-self: start; color: var(--yellow); }
.editorial-head--hardware h2 em { color: var(--yellow); }
.editorial-head--hardware .section-deck { color: rgba(255,255,255,.55); }
.hardware-scene { max-width: min(1160px,72vw); margin: 0 auto; overflow: hidden; border-radius: 34px; background: #f0e8d9; }
.hardware-scene img { aspect-ratio: 16/9; object-fit: cover; }
.hardware-notes { display: grid; grid-template-columns: repeat(3,1fr); max-width: var(--max); margin: 40px auto 0; border-top: 1px solid rgba(255,255,255,.14); }
.hardware-notes article { display: grid; grid-template-columns: 42px 1fr; padding: 28px clamp(10px,2vw,28px); }
.hardware-notes article + article { border-left: 1px solid rgba(255,255,255,.14); }
.hardware-notes span { grid-row: 1/3; color: var(--yellow); font-size: 9px; font-weight: 900; }
.hardware-notes b { font-size: 19px; }
.hardware-notes p { max-width: 280px; margin: 10px 0 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.7; }

@media (max-width: 1100px) {
  .editorial-head, .loop-section__head { grid-template-columns: 110px minmax(0,1.4fr) minmax(210px,.6fr); }
  .feature-section { grid-template-columns: minmax(280px,.8fr) minmax(440px,1.2fr); gap: 48px; }
  .hardware-scene { max-width: 84vw; }
}

@media (max-width: 800px) {
  :root { --section-pad: 88px; --content-pad: 20px; }
  .modes-v2 .modes-copy { order: 1; }
  .modes-v2 .modes-gallery { order: 2; }
  .problem-section h2, .loop-section h2, .feature-section h2, .hardware-simple h2, .today-heading h2, .cooking-copy-v2 h2, .closure h2 { font-size: 38px; line-height: 1.08; }
  .editorial-head, .loop-section__head { display: block; margin-bottom: 48px; }
  .editorial-head .eyebrow, .loop-section__head .eyebrow { margin: 0 0 20px; }
  .editorial-head .section-deck, .loop-section__head > p:last-child { margin-top: 22px; }
  .food-loop__steps { display: flex; overflow-x: auto; }
  .food-loop__steps button { flex: 0 0 72px; }
  .food-loop__visual { margin-top: 22px; padding: 12px; border-radius: 22px; overflow-x: auto; }
  .food-loop__visual img { width: 760px; max-width: none; }
  .food-loop__visual i { display: none; }
  .food-loop__caption { display: grid; }
  .food-loop__caption b { text-align: left; }
  .loop-section .loop-finale { margin-top: 108px; }
  .loop-section .loop-finale-stage { padding: 28px 16px 18px; }
  .loop-section .loop-resolution { margin-bottom: 12px; }
  .loop-section .loop-resolution p { display: grid; }
  .loop-section .loop-resolution strong { font-size: 30px; }
  .loop-section .loop-resolution strong span { white-space: normal; }
  .loop-section .loop-overview { aspect-ratio: auto; overflow-x: auto; }
  .loop-section .loop-overview img { width: 722px; height: auto; max-width: none; object-fit: contain; }
  .feature-section { grid-template-columns: 1fr; gap: 48px; }
  .feature-copy { justify-self: stretch; }
  .product-visual { width: 100%; border-radius: 24px; }
  .feature-section--intelligence .product-visual img { transform: none; }
  .product-visual figcaption { right: 10px; bottom: 10px; left: 10px; padding: 13px; }
  .input-methods { flex-wrap: wrap; }
  .today-v2 { padding-right: 20px; padding-left: 20px; }
  .fridge-scene-inset { top: 14px; left: 14px; width: 44%; border-width: 4px; border-radius: 16px; }
  .fridge-scene-inset figcaption { display: none; }
  .cooking-media > img { min-height: 620px; object-fit: cover; }
  .cooking-center { bottom: 16px; }
  .hardware-scene { max-width: none; border-radius: 24px; }
  .hardware-notes { grid-template-columns: 1fr; }
  .hardware-notes article + article { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .food-loop__visual i, .story-frame img { transition: none; }
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 2.5vw, 34px);
  bottom: clamp(18px, 2.5vw, 34px);
  z-index: 20;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(56, 35, 21, .24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease, background .22s ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--ink); transform: translateY(-2px); }
.back-to-top:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.back-to-top svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 800px) {
  .back-to-top { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top { transition: none; }
}

/* Revision 05 — content typography only. Hero and section compositions stay intact. */
:root {
  --section-pad: clamp(104px, 10.5vw, 156px);
}

.title-line { display: block; white-space: nowrap; }
.phrase-lock { white-space: nowrap; }

main > section:not(.hero-v2) h2,
.loop-section .loop-section__head h2 {
  font-size: clamp(44px, 4.4vw, 48px);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.045em;
  text-wrap: balance;
}

main > section:not(.hero-v2) .eyebrow {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .18em;
  text-transform: uppercase;
}

main > section:not(.hero-v2) .section-deck,
.loop-section__head > p:last-child,
.modes-copy > p,
.today-heading > p,
.cooking-lead,
.closure-copy > p,
.hardware-deck,
.ending-copy-v2 > p:not(.eyebrow) {
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.6;
  text-wrap: pretty;
}

.story-frame figcaption b,
.journey-carousel .journey-card h3,
.detail-card figcaption b,
.capabilities-grid h4 {
  text-wrap: balance;
}

.story-frame figcaption p,
.journey-carousel .journey-card p,
.detail-card figcaption p,
.capabilities-grid p {
  font-size: 14px;
  line-height: 1.65;
  text-wrap: pretty;
}

.story-frame figcaption span,
.journey-carousel .journey-card span,
.detail-card figcaption > span,
.capabilities-grid article > span {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .14em;
}

.loop-resolution strong {
  font-size: min(48px, 4.4vw);
  line-height: 1.15;
  letter-spacing: -.045em;
}

.capabilities-head h3,
.ai-title h3 {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.15;
  text-wrap: balance;
}

@media (max-width: 800px) {
  :root { --section-pad: 96px; }

  main > section:not(.hero-v2) h2,
  .loop-section .loop-section__head h2 {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -.035em;
  }

  main > section:not(.hero-v2) .section-deck,
  .loop-section__head > p:last-child,
  .modes-copy > p,
  .today-heading > p,
  .cooking-lead,
  .closure-copy > p,
  .hardware-deck,
  .ending-copy-v2 > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }

  .story-frame figcaption p,
  .journey-carousel .journey-card p,
  .detail-card figcaption p,
  .capabilities-grid p {
    font-size: 14px;
    line-height: 1.65;
  }

  .loop-section .loop-resolution strong {
    font-size: 32px;
    line-height: 1.15;
  }
}
