:root {
  --paper: #f7eddc;
  --ink: #20270e;
  --muted: #596048;
  --pink: #c6245b;
  --pink-light: #ff79a5;
  --dark: #161d0d;
  --cream: #fff6e8;
  --line: #d7cfbd;
  --max: 1680px;
  --ease: cubic-bezier(.2,.7,.2,1);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
main { overflow: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
figure, blockquote { margin: 0; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
::selection { background: #f3aac2; color: var(--ink); }
.container { width: min(calc(100% - 112px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 16px 20px; background: white; border-radius: 8px; }
.skip-link:focus { top: 10px; }
.grid-paper {
  background-color: var(--paper);
  background-image: linear-gradient(#b7945b0e 1px, transparent 1px), linear-gradient(90deg, #b7945b0e 1px, transparent 1px), linear-gradient(#b7945b0a 1px, transparent 1px), linear-gradient(90deg, #b7945b0a 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px, 8px 8px, 8px 8px;
}
/* Header stays outside scene layout. Blur is only enabled after scrolling. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: #f7eddce8; transition: background .25s; }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; transition: min-height .25s; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; flex-shrink: 0; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { font-weight: 750; font-size: 15px; letter-spacing: .18em; }
.site-nav { display: flex; gap: 30px; align-items: center; font-size: 13px; font-weight: 550; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; }
.site-nav a:hover { color: var(--pink); }
.nav-install { border: 1px solid #242b1730; padding: 0 18px; border-radius: 7px; }
.site-header.is-scrolled { background: #f7eddced; backdrop-filter: blur(12px); border-bottom: 1px solid #242b1712; }
.site-header.is-past-hero .nav-shell { min-height: 60px; }
.site-header.is-past-hero .brand img { width: 40px; height: 40px; }
.nav-toggle { display: none; }

h1, h2, h3 { margin: 0; font-family: "Bahnschrift", "Arial Narrow", "Segoe UI", sans-serif; }
h1, h2 { font-weight: 750; letter-spacing: -.055em; line-height: 1.01; }
h1 span, h2 span { color: var(--pink); }
h1 { font-size: clamp(72px, 6vw, 108px); }
h2 { font-size: clamp(58px, 5.3vw, 96px); }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 650; letter-spacing: .17em; line-height: 1.5; }
.scene-copy > p:not(.eyebrow), .origin-copy > p:not(.eyebrow) { font-size: clamp(16px, 1.23vw, 21px); line-height: 1.6; color: var(--muted); max-width: 440px; margin: 26px 0 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 52px; padding: 13px 25px; border-radius: 9px; font-size: 15px; font-weight: 650; line-height: 1.5; transition: background .2s, transform .2s; }
.button-primary { color: white; background: var(--pink); }
.button-primary:hover { background: #b82053; transform: translateY(-2px); }
.button span { font-size: 21px; font-weight: 400; }
.scene { position: relative; isolation: isolate; min-height: 760px; height: 100svh; }
.scene-copy { position: relative; z-index: 5; padding-top: clamp(100px, 11vh, 150px); }

/* Source-pixel crops: no app UI is recreated. Original PNG files remain unchanged. */
.crop { position: relative; width: 100%; aspect-ratio: var(--w) / var(--h); overflow: hidden; }
.crop img { position: absolute; max-width: none; width: calc(100% * var(--sw) / var(--w)); left: calc(-100% * var(--x) / var(--w)); top: calc(-100% * var(--y) / var(--h)); }
.crop-home { --sw: 864; --x: 124; --y: 366; --w: 612; --h: 1320; clip-path: polygon(10% 0, 92% .5%, 98% 2%, 100% 7%, 97% 92%, 94% 98%, 88% 100%, 8% 99%, 1% 96%, 0 90%, 3% 7%, 5% 2%); }
.crop-map { --sw: 866; --x: 194; --y: 553; --w: 476; --h: 575; }
.crop-bed { --sw: 866; --x: 179; --y: 1140; --w: 483; --h: 382; border-radius: 8%; }
.crop-planner { --sw: 864; --x: 207; --y: 478; --w: 481; --h: 596; }
.crop-planner-tools { --sw: 864; --x: 197; --y: 1094; --w: 488; --h: 451; border-radius: 7% 7% 3% 3%; }
.crop-diary { --sw: 941; --x: 50; --y: 301; --w: 792; --h: 1230; clip-path: polygon(41% 0, 91% 0, 98% 3%, 100% 8%, 100% 94%, 96% 99%, 37% 100%, 31% 96%, 31% 90%, 7% 89%, 0 87%, 0 18%, 3% 13%, 31% 12%, 31% 8%, 35% 2%); }
.crop-task { --sw: 941; --x: 249; --y: 802; --w: 442; --h: 95; border-radius: 7px; }
.crop-harvest { --sw: 941; --x: 247; --y: 397; --w: 447; --h: 400; border-radius: 20px; }
.crop-report { --sw: 940; --x: 199; --y: 201; --w: 545; --h: 1350; border-radius: 12% / 5%; }
.crop-photo-strip { --sw: 941; --x: 280; --y: 742; --w: 343; --h: 177; border-radius: 10px; }
.crop-story-map { --sw: 864; --x: 210; --y: 576; --w: 454; --h: 235; border-radius: 8px; }
.crop-story-chart { --sw: 941; --x: 269; --y: 539; --w: 389; --h: 242; border-radius: 8px; }

.hero { height: 100svh; min-height: 780px; position: relative; z-index: 2; isolation: isolate; }
.hero-copy { position: relative; z-index: 5; padding-top: clamp(100px, 11vh, 128px); text-align: center; }
.hero .lead { font-size: clamp(17px, 1.2vw, 20px); line-height: 1.4; margin: 16px 0 19px; color: #454b34; }
.hero-visual { position: absolute; z-index: 3; left: 0; right: 0; top: calc(50% - 18px); height: calc(50% + 82px); overflow: hidden; pointer-events: none; }
.hero-device { width: clamp(510px, 37vw, 710px); margin-inline: auto; filter: drop-shadow(0 16px 25px #14170765); }
.hero-landscape { position: absolute; inset: 40% 0 0; overflow: hidden; opacity: .95; mask-image: linear-gradient(transparent, black 38%); }
.garden-left, .garden-right { position: absolute; top: 0; bottom: 0; width: 34%; background-image: url("../assets/screens/screen-01-home.png"); background-image: image-set(url("../assets/screens/screen-01-home.webp") type("image/webp"), url("../assets/screens/screen-01-home.png") type("image/png")); background-repeat: no-repeat; background-size: 590% auto; }
.garden-left { left: 0; background-position: left 74%; mask-image: linear-gradient(90deg, black 60%, transparent); }
.garden-right { right: 0; background-position: right 67%; mask-image: linear-gradient(270deg, black 62%, transparent); }

.map-scene { background: radial-gradient(ellipse at 77% 55%, #465131 0, var(--dark) 65%); color: var(--cream); }
.map-copy { padding-top: clamp(140px, 16vh, 200px); }
.map-copy h2 span, .diary-copy h2 span, .final-copy h2 span { color: var(--pink-light); }
.map-copy > p:not(.eyebrow), .diary-copy > p:not(.eyebrow) { color: #eee7d8; max-width: 370px; }
.map-scene .eyebrow, .diary-scene .eyebrow { color: #d8d8c0; }
.map-stage { position: absolute; inset: 0; }
.map-plane { position: absolute; width: 59%; left: 44%; top: 13%; transform: perspective(1600px) rotateY(-9deg) rotateZ(-9deg); border: 2px solid #fff4d03a; box-shadow: -30px 35px 70px #0007; border-radius: 22px; overflow: hidden; }
.bed-detail { position: absolute; width: clamp(300px, 28vw, 500px); right: 9%; top: 44%; z-index: 3; transform: rotate(3deg); filter: drop-shadow(0 28px 36px #0007); }
.map-link { position: absolute; top: 40%; right: 26%; width: 11%; height: 13%; border-left: 1px dashed #f49cbe; border-top: 1px dashed #f49cbe; border-radius: 28px 0 0; transform: rotate(-12deg); }
.scene-note { position: absolute; left: 56px; bottom: 46px; color: #c9cbb5; font-size: 13px; line-height: 1.6; }

.planner-scene { z-index: 3; }
.planner-copy h2 { font-size: clamp(57px, 4.85vw, 88px); }
.planner-copy > p:not(.eyebrow) { max-width: 500px; }
.planner-stage { position: absolute; inset: 0; overflow: clip; }
.planner-surface { position: absolute; width: 66%; left: 40%; top: 35%; transform: perspective(1600px) rotateX(26deg) rotateZ(-12deg); transform-origin: center top; border: 9px solid #2c2d21; border-radius: 22px; box-shadow: -15px 28px 0 #262a2012, -25px 50px 65px #39291430; overflow: hidden; }
.planner-tools { position: absolute; left: 8%; bottom: 8%; width: clamp(280px, 25vw, 430px); transform: rotate(-4deg); filter: drop-shadow(0 18px 28px #48391c35); }
.measure { position: absolute; color: #6e735c; font-size: 11px; font-weight: 500; letter-spacing: .05em; }
.measure-horizontal { left: 48%; width: 37%; top: 38%; border-top: 1px solid #6e735c66; transform: rotate(-12deg); }
.measure-horizontal::before, .measure-horizontal::after { content: ""; position: absolute; height: 12px; top: -6px; border-left: 1px solid #6e735c66; }
.measure-horizontal::after { right: 0; }
.measure-horizontal span { position: absolute; left: 45%; top: -22px; }
.measure-vertical { right: 3%; height: 44%; top: 48%; border-right: 1px solid #6e735c66; }
.measure-vertical span { position: absolute; top: 45%; right: 10px; white-space: nowrap; }

.diary-scene { background: #20280f; color: var(--cream); }
.garden-backdrop { position: absolute; z-index: -2; inset: 0; background-image: url("../assets/screens/screen-05-diary-modal.png"); background-image: image-set(url("../assets/screens/screen-05-diary-modal.webp") type("image/webp"), url("../assets/screens/screen-05-diary-modal.png") type("image/png")); background-size: 500% auto; background-position: right 51%; }
.diary-scene::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #111b0bef 0%, #15200ccb 33%, #19200836 80%), linear-gradient(0deg, #17200dad, transparent 55%); }
.diary-copy { padding-top: clamp(110px, 13vh, 160px); }
.diary-stage { position: absolute; inset: 0; overflow: clip; }
.diary-devices { position: absolute; width: 53%; top: 6%; right: 3%; filter: drop-shadow(-22px 22px 30px #0005); transform: rotate(3deg); }
.diary-task { position: absolute; z-index: 3; left: 27%; bottom: 9%; width: clamp(310px, 29vw, 480px); transform: rotate(-4deg); filter: drop-shadow(0 15px 25px #0006); }
.layer-caption { margin: 0 0 12px; font-size: 12px; font-weight: 550; letter-spacing: .05em; color: #fff6e8; }

.season-scene { background: #f7f8f5; }
.season-scene::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 75% 90%, #cfdfc380, transparent 65%); }
.season-copy h2 { font-size: clamp(60px, 5.2vw, 95px); }
.season-copy > p:not(.eyebrow) { max-width: 445px; }
.season-stage { position: absolute; inset: 0; overflow: clip; }
.harvest-result { position: absolute; left: 13%; top: 46%; width: clamp(370px, 51svh, 600px); transform: rotate(-3deg); }
.harvest-result .crop { box-shadow: 0 20px 50px #364d1720; }
.report-result { position: absolute; right: 12%; top: 12%; width: clamp(260px, 30svh, 350px); transform: rotate(5deg); filter: drop-shadow(18px 20px 35px #1d301323); }
.season-stage figcaption { margin-top: 17px; font-size: 13px; color: var(--muted); }
.season-connection { position: absolute; left: 49%; top: 62%; width: 17%; height: 8%; border-top: 1px dashed #858f71; border-right: 1px dashed #858f71; border-radius: 0 35px 0 0; transform: rotate(-11deg); }
.season-connection span { position: absolute; top: -23px; left: 12%; font-size: 9px; letter-spacing: .14em; color: var(--muted); }

.origin-scene { height: auto; min-height: 100svh; padding: clamp(85px, 10vh, 140px) 0 42px; }
.origin-copy h2 { font-size: clamp(43px, 4.2vw, 78px); }
.origin-copy > p:not(.eyebrow) { max-width: 655px; margin-top: 20px; }
.origin-route { display: grid; grid-template-columns: 41% 59%; position: relative; gap: 0; margin-top: 35px; }
.origin-route::before { content: ""; position: absolute; left: 30%; right: 18%; top: 46%; height: 40%; border-top: 1px dashed #cc6b89; border-left: 1px dashed #cc6b89; border-radius: 80px 0 0; transform: rotate(-8deg); }
.voices { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 20px; padding: 24px 0 32px; }
.voice { display: flex; align-items: flex-start; gap: 13px; width: 88%; padding: 14px 18px; background: #fffbf1; border-radius: 15px 15px 15px 2px; box-shadow: 0 6px 18px #40371309; }
.voice:nth-child(2) { margin-left: 10%; width: 76%; transform: rotate(2deg); }
.voice:nth-child(3) { width: 94%; transform: rotate(-2deg); }
.voice:nth-child(4) { margin-left: 7%; width: 80%; }
.voice p { margin: 0; font-size: clamp(14px, 1.15vw, 19px); line-height: 1.45; }
.route-number { color: var(--pink); font: 600 10px/1.6 "Segoe UI", sans-serif; letter-spacing: .05em; flex-shrink: 0; }
.story-results { position: relative; min-height: 460px; }
.story-result { position: absolute; width: 39%; }
.story-result .crop { box-shadow: 0 10px 25px #433b2422; }
.story-result figcaption { margin-top: 11px; font-size: 13px; line-height: 1.5; font-weight: 550; position: relative; padding-left: 24px; }
.story-result figcaption .route-number { position: absolute; left: 0; top: 1px; }
.story-photo { left: 13%; top: 0; transform: rotate(-4deg); }
.story-tasks { right: 0; top: 12%; transform: rotate(4deg); }
.story-map { left: 8%; top: 54%; transform: rotate(-5deg); }
.story-season { right: 0; top: 46%; transform: rotate(3deg); }
.origin-closing { display: flex; align-items: center; justify-content: center; gap: 18px; padding-top: 15px; }
.origin-closing img { width: 68px; height: 68px; }
.origin-closing p { font-size: clamp(20px, 2vw, 32px); line-height: 1.25; letter-spacing: -.03em; margin: 0; }
.origin-closing strong { color: var(--pink); font-weight: 650; }

.practical-section { padding: 100px 0; background: #fffcf6; }
.practical-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; }
.practical-section h2 { font-size: 37px; letter-spacing: -.035em; line-height: 1.2; }
.subscription-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.7; font-size: 16px; margin: 22px 0; }
.text-link { display: inline-flex; gap: 20px; font-size: 14px; font-weight: 550; min-height: 44px; align-items: center; text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover { color: var(--pink); }
.faq { scroll-margin-top: 80px; }
.faq h2 { margin-bottom: 20px; font-size: 28px; }
.faq details { border-bottom: 1px solid var(--line); padding: 0; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; min-height: 65px; padding: 16px 0; font-size: 15px; font-weight: 550; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 24px; color: var(--pink); font-weight: 400; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 0; padding-bottom: 20px; line-height: 1.65; font-size: 14px; color: var(--muted); }
.faq details a { color: var(--pink); text-decoration: underline; text-underline-offset: 3px; }

.final-scene { min-height: 800px; background: #1d2812; color: var(--cream); overflow: clip; }
.final-scene .garden-backdrop { background-image: url("../assets/screens/screen-07-analytics.png"); background-image: image-set(url("../assets/screens/screen-07-analytics.webp") type("image/webp"), url("../assets/screens/screen-07-analytics.png") type("image/png")); background-size: 510% auto; background-position: left 52%; }
.final-scene::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #19200be8 15%, #17230d7a 75%), linear-gradient(0deg, #11190c 0, transparent 55%); }
.final-copy { position: absolute; z-index: 3; top: 18%; left: 10%; }
.final-icon { width: 76px; height: 76px; margin-bottom: 26px; }
.final-copy h2 { font-size: clamp(70px, 6.5vw, 118px); }
.final-copy .button { margin-top: 36px; }
.final-device { position: absolute; right: 7%; top: 16%; width: 39%; transform: rotate(9deg); filter: drop-shadow(-20px 25px 45px #0008); }
.site-footer { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; padding: 22px 0; background: #11190eee; border-top: 1px solid #fff3df21; }
.footer-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; font-size: 12px; color: #e1e3d6; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; }
.footer-links a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-brand { margin-right: auto; letter-spacing: .14em; font-size: 11px; font-weight: 650; }

/* Content remains visible without JS; only observed elements animate. */
.reveal { transition: opacity .85s var(--ease), translate .85s var(--ease), scale .85s var(--ease); }
.reveal.is-waiting { opacity: 0; translate: 0 32px; scale: .975; }
.reveal[data-delay="1"] { transition-delay: 90ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }
.reveal[data-delay="3"] { transition-delay: 270ms; }
.entrance { animation: entrance 1.15s var(--ease) both; }
@keyframes entrance { from { opacity: 0; translate: 0 64px; scale: .96; } to { opacity: 1; translate: 0 0; scale: 1; } }

@media (min-width: 1700px) {
  .hero-visual { top: 46%; height: calc(54% + 64px); }
  .map-plane { width: 54%; left: 47%; }
  .diary-devices { width: 47%; right: 7%; }
  .story-results { min-height: 500px; }
  .voices { gap: 26px; }
}
@media (min-width: 981px) and (max-height: 820px) {
  .hero-visual { top: 53%; height: calc(47% + 64px); }
  .hero-copy { padding-top: 100px; }
  .hero h1 { font-size: 80px; }
  .scene-copy { padding-top: 85px; }
  .map-copy { padding-top: 140px; }
  .planner-copy h2 { font-size: 60px; }
  .planner-tools { width: 270px; bottom: 5%; }
  .scene-copy > p:not(.eyebrow) { font-size: 16px; }
  .report-result { width: 265px; }
}
@media (max-width: 1200px) and (min-width: 981px) {
  .container { width: calc(100% - 72px); }
  .site-nav { gap: 20px; }
  h2 { font-size: 58px; }
  .scene-copy > p:not(.eyebrow) { max-width: 330px; }
  .planner-copy > p:not(.eyebrow) { max-width: 430px; }
  .diary-copy h2 { font-size: 58px; }
  .season-copy h2 { font-size: 57px; }
  .report-result { right: 6%; }
  .scene-note { left: 36px; }
}

/* Keep mobile's vertical, large-image rhythm without nested promo posters. */
@media (max-width: 980px) {
  .container { width: calc(100% - 48px); }
  .site-nav { gap: 17px; font-size: 12px; }
  .nav-shell { gap: 16px; }
  .brand span { font-size: 13px; }
  .scene { height: auto; min-height: 0; }
  .scene-copy { padding-top: 65px; }
  h2 { font-size: clamp(43px, 7vw, 68px); }
  .scene-copy > p:not(.eyebrow), .origin-copy > p:not(.eyebrow) { font-size: 16px; max-width: 540px; margin-top: 20px; }
  .desktop-break { display: none; }
  .hero { height: 940px; min-height: 0; }
  .hero-copy { padding-top: 118px; }
  .hero h1 { font-size: clamp(48px, 9vw, 78px); }
  .hero .lead { font-size: 18px; max-width: 360px; margin: 20px auto 24px; }
  .hero-visual { top: 410px; height: 570px; }
  .hero-device { width: 560px; }
  .hero-landscape { top: 38%; }
  .garden-left, .garden-right { width: 42%; background-size: 680% auto; }
  .map-copy { padding-top: 95px; }
  .map-copy h2 { max-width: 550px; }
  .map-stage, .planner-stage, .diary-stage, .season-stage { position: relative; inset: auto; }
  .map-stage { height: 690px; margin-top: 32px; overflow: clip; }
  .map-plane { width: 74%; left: 24%; top: 0; }
  .bed-detail { top: 240px; right: 11%; width: 340px; }
  .map-link { display: none; }
  .scene-note { position: relative; left: auto; bottom: auto; margin: 0; padding: 0 24px 38px; }
  .planner-copy h2 { font-size: clamp(43px, 7vw, 68px); }
  .planner-copy > p:not(.eyebrow) { max-width: 560px; }
  .planner-stage { height: 740px; margin-top: 30px; }
  .planner-surface { width: 82%; top: 70px; left: 25%; }
  .planner-tools { width: 320px; left: 6%; bottom: 35px; }
  .measure-horizontal { top: 55px; left: 40%; }
  .measure-vertical { display: none; }
  .diary-stage { height: 890px; margin-top: 30px; }
  .diary-devices { width: 76%; max-width: 640px; right: 4%; top: 0; }
  .diary-task { width: 360px; left: 4%; bottom: 48px; }
  .diary-scene::before { background: linear-gradient(180deg, #121c0bf5, #13200b6e 75%); }
  .season-copy h2 { font-size: clamp(43px, 7vw, 68px); }
  .season-stage { height: 710px; margin-top: 32px; }
  .harvest-result { left: 5%; top: 35%; width: 49%; }
  .report-result { width: 34%; right: 8%; top: 0; }
  .season-connection { top: 52%; left: 45%; }
  .origin-scene { padding: 65px 0 50px; }
  .origin-copy h2 { font-size: clamp(36px, 5.8vw, 57px); }
  .origin-route { grid-template-columns: 43% 57%; }
  .voice { padding: 12px; gap: 8px; width: 98%; }
  .voice p { font-size: 14px; }
  .voice:nth-child(2), .voice:nth-child(4) { margin-left: 0; width: 92%; }
  .story-result figcaption { font-size: 11px; }
  .story-results { min-height: 440px; }
  .story-result { width: 44%; }
  .story-photo { left: 7%; }
  .story-map { left: 2%; }
  .practical-section { padding: 65px 0; }
  .practical-layout { gap: 50px; grid-template-columns: 1fr; }
  .final-scene { height: 850px; }
  .final-copy { top: 85px; left: 6%; }
  .final-copy h2 { font-size: 70px; }
  .final-device { top: 310px; width: 55%; right: 4%; }
  .footer-links { gap: 8px 20px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 68px; }
  .container { width: calc(100% - 40px); }
  .nav-shell { min-height: 66px; flex-wrap: wrap; gap: 0 12px; }
  .brand { gap: 6px; }
  .brand img, .site-header.is-past-hero .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 12px; letter-spacing: .16em; }
  .nav-toggle:not([hidden]) { display: flex; gap: 16px; align-items: center; justify-content: center; border: 1px solid #30352138; border-radius: 6px; background: transparent; min-height: 44px; padding: 0 12px; font-size: 12px; color: var(--ink); }
  .nav-toggle span { font-size: 20px; }
  .is-open .nav-toggle span { transform: rotate(45deg); }
  .site-nav { width: 100%; flex-wrap: wrap; justify-content: center; padding-bottom: 12px; gap: 2px 18px; }
  .nav-ready .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 12px 20px 20px; background: #fcf5e9; border-bottom: 1px solid var(--line); box-shadow: 0 18px 22px #28251012; }
  .nav-ready .is-open .site-nav { display: flex; flex-direction: column; align-items: stretch; gap: 3px; }
  .site-nav a { min-height: 46px; }
  .site-nav .nav-install { justify-content: space-between; margin-top: 6px; color: white; background: var(--pink); border-color: var(--pink); }
  h1, h2 { letter-spacing: -.05em; }
  h2 { font-size: 44px; }
  .eyebrow { margin-bottom: 19px; font-size: 9px; letter-spacing: .15em; }
  .scene-copy { padding-top: 50px; }
  .scene-copy > p:not(.eyebrow), .origin-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.65; margin-top: 18px; }
  .hero { height: 880px; }
  .hero-copy { padding-top: 103px; }
  .hero h1 { font-size: clamp(41px, 10.8vw, 63px); line-height: 1.04; }
  .hero .lead { font-size: 15px; max-width: 285px; margin: 18px auto 22px; }
  .button { min-height: 52px; font-size: 14px; padding: 13px 21px; gap: 25px; }
  .hero-visual { top: 350px; height: 565px; }
  .hero-device { width: 390px; max-width: 102%; }
  .hero-landscape { top: 38%; }
  .garden-left, .garden-right { width: 30%; background-size: 630% auto; }
  .map-copy { padding-top: 78px; }
  .map-copy h2 { max-width: 330px; }
  .map-stage { margin-top: 24px; height: 490px; }
  .map-plane { width: 94%; left: 20%; top: 15px; border-radius: 12px; }
  .bed-detail { width: min(79%, 330px); top: 190px; right: 8%; }
  .scene-note { padding: 0 20px 34px; font-size: 11px; }
  .planner-copy h2 { font-size: clamp(35px, 9.5vw, 54px); }
  .planner-stage { height: 590px; margin-top: 24px; }
  .planner-surface { width: 108%; left: 18%; top: 36px; border-width: 6px; border-radius: 13px; }
  .planner-tools { width: 70%; max-width: 315px; left: 5%; bottom: 30px; }
  .measure-horizontal { top: 30px; width: 50%; left: 35%; }
  .diary-copy h2 { max-width: 370px; }
  .diary-stage { height: 710px; margin-top: 24px; }
  .diary-devices { width: 102%; right: -4%; top: 8px; }
  .diary-task { left: 5%; width: 80%; bottom: 30px; }
  .layer-caption { font-size: 11px; }
  .season-copy h2 { font-size: clamp(36px, 9.5vw, 54px); }
  .season-stage { height: max(750px, calc(139vw + 218px)); margin-top: 28px; }
  .harvest-result { width: 67%; left: 3%; top: 0; z-index: 2; }
  .report-result { width: 56%; right: 6%; top: 205px; transform: rotate(4deg); }
  .season-stage figcaption { font-size: 11px; margin-top: 12px; }
  .season-connection { top: 30%; left: 17%; height: 18%; width: 40%; border-right: 0; border-left: 1px dashed #858f71; border-radius: 25px 0 0; transform: none; }
  .season-connection span { left: 12px; top: 64px; writing-mode: vertical-rl; font-size: 8px; }
  .origin-scene { padding: 50px 0 42px; }
  .origin-copy h2 { font-size: clamp(34px, 8.7vw, 46px); line-height: 1.09; }
  .origin-route { display: grid; grid-template-columns: 1fr; margin-top: 32px; }
  .origin-route::before { left: 20px; right: 20px; top: 50px; height: calc(100% - 90px); transform: none; border-left: 1px dashed #cc6b89; border-top: 0; border-radius: 0; }
  .voices, .story-results { display: contents; }
  .voice { margin: 0 0 16px; padding: 13px 16px; max-width: 300px; width: 90%; position: relative; z-index: 2; }
  .voice p { font-size: 14px; }
  .voice:nth-child(2), .voice:nth-child(3), .voice:nth-child(4) { margin: 0 0 16px; width: 90%; transform: none; }
  .story-result { position: relative; width: 67%; max-width: 280px; inset: auto; margin: 0 0 30px auto; transform: rotate(2deg); }
  .story-result figcaption { font-size: 12px; }
  /* Numbered pairs remain sequential without scripting. */
  .voice:nth-child(1) { grid-row: 1; }
  .story-photo { grid-row: 2; }
  .voice:nth-child(2) { grid-row: 3; }
  .story-tasks { grid-row: 4; }
  .voice:nth-child(3) { grid-row: 5; }
  .story-map { grid-row: 6; }
  .voice:nth-child(4) { grid-row: 7; }
  .story-season { grid-row: 8; }
  .origin-closing { gap: 12px; padding-top: 0; }
  .origin-closing img { width: 58px; height: 58px; }
  .origin-closing p { font-size: 22px; }
  .practical-section { padding: 50px 0; }
  .practical-section h2 { font-size: 32px; }
  .subscription-copy p:not(.eyebrow) { font-size: 15px; }
  .faq h2 { font-size: 26px; margin-bottom: 12px; }
  .faq summary { font-size: 14px; line-height: 1.5; }
  .final-scene { height: 940px; }
  .final-copy { position: relative; top: auto; left: auto; text-align: center; padding-top: 52px; }
  .final-icon { margin: 0 auto 20px; width: 66px; height: 66px; }
  .final-copy h2 { font-size: 56px; }
  .final-copy .button { margin-top: 25px; }
  .final-device { top: 375px; right: 9%; width: 79%; transform: rotate(5deg); }
  .site-footer { padding: 18px 0; }
  .footer-links { justify-content: center; gap: 0 18px; font-size: 11px; }
  .footer-brand { width: 100%; text-align: center; margin: 0 0 7px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 37px; }
  h2 { font-size: 39px; }
  .planner-copy h2, .season-copy h2 { font-size: 32px; }
  .diary-stage { height: 630px; }
  .season-stage { height: 660px; }
  .origin-closing p { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.is-waiting { opacity: 1; translate: none; scale: none; }
}
