:root {
  --bg: #f9f9f8;
  --surface-low: #f3f4f3;
  --surface: #eeeeed;
  --surface-high: #e8e8e7;
  --ink: #1a1c1c;
  --muted: #5b5f5f;
  --variant: #424845;
  --outline: #c2c8c4;
  --forest: #041e17;
  --forest-2: #1a332b;
  --mint: #cce9dd;
  --mint-dim: #b1cdc1;
  --urge: #fff1ee;
  --urge-line: #eed7d0;
  --radius-sm: 12px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --shell: 1280px;
  --shadow-device: 0 32px 80px rgba(4, 30, 23, .16), 0 5px 15px rgba(4, 30, 23, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Hanken Grotesk", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--mint); color: var(--forest); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--forest); color: white; border-radius: 10px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--variant); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: var(--mint-dim); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.site-header.is-scrolled { background: rgba(249,249,248,.86); backdrop-filter: blur(18px); border-bottom-color: rgba(194,200,196,.55); }
.site-header__inner { width: min(calc(100% - 40px), 1360px); min-height: 78px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand img { border-radius: 11px; flex: 0 0 auto; }
.brand__copy { display: flex; flex-direction: column; min-width: 0; }
.brand__copy strong { font-size: 14px; line-height: 18px; letter-spacing: -.015em; }
.brand__copy small { color: var(--muted); font-size: 10px; line-height: 14px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .n8-link, .language-switch { font-size: 13px; font-weight: 600; color: var(--variant); transition: color .15s ease; }
.desktop-nav a:hover, .n8-link:hover { color: var(--forest); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 15px; }
.language-switch { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--outline); border-radius: 999px; background: rgba(255,255,255,.46); }
.n8-link { padding: 10px 0; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 0; cursor: pointer; }
.menu-button span { width: 20px; height: 1.5px; background: var(--forest); display: block; margin: 5px auto; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { background: rgba(249,249,248,.98); border-bottom: 1px solid var(--outline); padding: 10px 24px 26px; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu a { padding: 14px 0; font-size: 18px; border-bottom: 1px solid rgba(194,200,196,.5); }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; padding: 128px 0 72px; overflow: clip; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 73% 38%, rgba(204,233,221,.47), transparent 32%), linear-gradient(180deg,#fbfbfa 0%, var(--bg) 100%); }
.hero-orbit { position: absolute; border: 1px solid rgba(26,51,43,.09); border-radius: 50%; z-index: -2; pointer-events: none; }
.hero-orbit--one { width: 720px; aspect-ratio: 1; right: -190px; top: 10%; }
.hero-orbit--two { width: 520px; aspect-ratio: 1; right: -80px; top: 21%; }
.hero__grid { display: grid; grid-template-columns: minmax(0,1.07fr) minmax(430px,.93fr); gap: clamp(50px,7vw,120px); align-items: center; }
.hero__copy { max-width: 760px; padding-top: 12px; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(52px,6.2vw,96px); line-height: .94; letter-spacing: -.062em; font-weight: 700; text-wrap: balance; }
.hero__lede { max-width: 650px; margin: 28px 0 0; color: var(--variant); font-size: clamp(18px,1.7vw,22px); line-height: 1.55; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero__actions--center { justify-content: center; }
.button { min-height: 54px; padding: 0 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button--dark { background: var(--forest); color: #fff; }
.button--dark:hover { background: var(--forest-2); }
.button--quiet { border-color: var(--outline); background: rgba(255,255,255,.55); }
.button--quiet:hover { border-color: #9aa29d; background: white; }
.button--light { background: white; color: var(--forest); min-height: 48px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px 20px; list-style: none; padding: 0; margin: 28px 0 0; color: var(--muted); font-size: 12px; }
.hero-meta li { display: flex; align-items: center; gap: 8px; }
.hero-meta li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--forest-2); opacity: .65; }
.hero__visual { position: relative; justify-self: center; width: min(100%, 485px); padding: 24px 30px 30px; perspective: 1200px; }
.hero-plant-mark { position: absolute; inset: 13% auto auto -17%; width: 190px; color: rgba(26,51,43,.075); transform: rotate(-13deg); z-index: -1; }
.hero-plant-mark svg { fill: none; stroke: currentColor; stroke-width: .7; }
.device-frame { position: relative; overflow: hidden; background: white; border: 1px solid rgba(26,28,28,.09); box-shadow: var(--shadow-device); }
.device-frame img { width: 100%; height: auto; }
.device-frame--hero { border-radius: 48px; transform: rotate(1.7deg); transition: transform .2s ease; will-change: transform; }
.device-frame--hero::after, .device-frame--flow::after, .device-frame--small::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 5px rgba(255,255,255,.28); pointer-events: none; }
.floating-note { position: absolute; z-index: 4; background: rgba(249,249,248,.88); backdrop-filter: blur(14px); border: 1px solid rgba(194,200,196,.8); color: var(--variant); }
.floating-note--day { top: 14%; right: -4%; width: 128px; border-radius: 18px; padding: 13px 14px; transform: rotate(-2deg); }
.floating-note--day strong { display: block; color: var(--forest); font-size: 21px; line-height: 24px; letter-spacing: -.03em; }
.floating-note--day span { font-size: 11px; }
.floating-note--privacy { bottom: 13%; left: -10%; display: flex; align-items: center; gap: 8px; border-radius: 999px; padding: 10px 12px; font-size: 11px; font-weight: 650; white-space: nowrap; }
.floating-note__dot, .live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #5e8a72; box-shadow: 0 0 0 4px rgba(94,138,114,.13); }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); width: 24px; height: 38px; border: 1px solid var(--outline); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; background: var(--forest); border-radius: 10px; transform: translateX(-50%); animation: scrollCue 1.8s ease infinite; }
@keyframes scrollCue { 0%,100% { opacity: .25; transform: translate(-50%,0); } 50% { opacity: 1; transform: translate(-50%,9px); } }

.intro { padding: 150px 0 170px; }
.section-heading { max-width: 780px; }
.section-heading--wide { max-width: 960px; }
.section-heading h2, .privacy-copy h2, .plant-copy h2, .final-content h2 { margin: 0; font-size: clamp(42px,5vw,72px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.section-heading > p:last-child, .privacy-lede, .plant-copy > p:not(.eyebrow):not(.plant-note), .final-content > p:not(.eyebrow) { margin: 24px 0 0; color: var(--variant); font-size: 18px; line-height: 1.65; max-width: 720px; }
.flow-player { margin-top: 76px; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.78fr); gap: 80px; align-items: center; }
.flow-player__steps { display: flex; flex-direction: column; }
.flow-step { position: relative; border: 0; border-top: 1px solid var(--outline); background: transparent; text-align: left; padding: 24px 12px 26px 0; cursor: pointer; opacity: .48; transition: opacity .25s ease, padding .25s ease; }
.flow-step:last-child { border-bottom: 1px solid var(--outline); }
.flow-step::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 2px; background: var(--forest); transition: width .35s ease; }
.flow-step.is-active { opacity: 1; padding-left: 18px; }
.flow-step.is-active::before { width: 100%; }
.flow-step__label { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 9px; }
.flow-step strong { display: block; font-size: clamp(23px,2.2vw,31px); line-height: 1.08; letter-spacing: -.035em; }
.flow-step__body { display: block; max-width: 630px; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.flow-player__stage { display: flex; justify-content: center; position: sticky; top: 120px; }
.flow-device-wrap { position: relative; width: min(100%, 390px); }
.device-frame--flow { border-radius: 43px; background: white; }
.device-frame--flow img { transition: opacity .2s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
.device-frame--flow.is-switching img { opacity: .2; transform: translateY(14px) scale(.985); }
.flow-status { position: absolute; left: -44px; right: -44px; bottom: -30px; min-height: 64px; border: 1px solid var(--outline); background: rgba(249,249,248,.94); backdrop-filter: blur(12px); border-radius: 18px; padding: 13px 16px; display: flex; align-items: center; gap: 14px; }
.flow-status span:first-child { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: white; font-size: 10px; font-weight: 700; }
.flow-status span:last-child { font-size: 13px; font-weight: 650; }

.plant-section { position: relative; overflow: clip; background: var(--forest); color: white; padding: 150px 0; isolation: isolate; }
.plant-section::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .45; background-image: radial-gradient(rgba(204,233,221,.12) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to bottom,transparent,black 16%,black 84%,transparent); }
.plant-glow { position: absolute; width: 800px; height: 800px; right: -240px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(204,233,221,.12), transparent 65%); z-index: -1; }
.plant-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(480px,1.18fr); gap: clamp(60px,8vw,130px); align-items: center; }
.plant-copy h2 { max-width: 680px; color: white; }
.plant-copy > p:not(.eyebrow):not(.plant-note) { color: rgba(255,255,255,.7); }
.plant-note { margin: 22px 0 0; color: var(--mint-dim); font-size: 13px; line-height: 1.5; }
.plant-day-readout { margin-top: 44px; display: flex; align-items: baseline; gap: 10px; }
.plant-day-readout span { color: var(--mint-dim); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.plant-day-readout strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.plant-day-readout small { color: rgba(255,255,255,.55); }
.plant-controls { margin-top: 22px; }
.plant-controls input[type="range"] { width: 100%; accent-color: var(--mint); cursor: ew-resize; }
.plant-quick-days { display: flex; gap: 8px; margin-top: 12px; }
.plant-quick-days button { min-width: 42px; min-height: 36px; color: var(--mint-dim); background: rgba(255,255,255,.06); border: 1px solid rgba(204,233,221,.16); border-radius: 999px; cursor: pointer; transition: background .15s ease, color .15s ease; }
.plant-quick-days button:hover { background: rgba(255,255,255,.12); color: white; }
.plant-stage-track { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-top: 24px; }
.plant-stage-track span { padding: 7px 4px; border-top: 1px solid rgba(204,233,221,.15); color: rgba(255,255,255,.35); font-size: 9px; text-align: center; transition: color .2s ease, border-color .2s ease; }
.plant-stage-track span.is-active { color: var(--mint); border-color: var(--mint); }
.plant-demo { position: relative; min-height: 670px; border: 1px solid rgba(204,233,221,.16); border-radius: 36px; background: linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)); overflow: hidden; }
.plant-demo__top, .plant-demo__bottom { position: absolute; left: 22px; right: 22px; z-index: 8; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.plant-demo__top { top: 20px; }
.plant-demo__top > div { display: flex; flex-direction: column; gap: 2px; }
.plant-demo__top span { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.plant-demo__top strong { font-size: 16px; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; width: auto; height: auto; background: transparent; box-shadow: none; color: var(--mint-dim) !important; font-size: 9px !important; font-weight: 700; letter-spacing: .13em; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #76a287; box-shadow: 0 0 0 4px rgba(118,162,135,.12); }
.plant-canvas { position: absolute; inset: 74px 0 82px; touch-action: none; user-select: none; }
.plant-canvas::before { content: ""; position: absolute; width: 440px; height: 440px; top: 2%; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle,rgba(204,233,221,.13),rgba(204,233,221,.03) 55%,transparent 70%); }
.plant-canvas svg { width: 100%; height: 100%; overflow: visible; }
.plant-root { transform-origin: 215px 390px; transition: transform .14s ease-out; }
.plant-canvas.is-idle .plant-root { animation: plantSway 5.8s ease-in-out infinite; }
@keyframes plantSway { 0%,100%{transform:rotate(-.6deg)}50%{transform:rotate(.8deg)} }
.water-can { position: absolute; right: 19%; top: 18%; opacity: 0; font-size: 54px; transform: rotate(0deg); transition: opacity .2s ease; color: var(--mint-dim); }
.water-can.is-pouring { opacity: 1; animation: pour 1.25s ease-in-out; }
@keyframes pour { 0%,100%{transform:rotate(0)} 30%,75%{transform:translate(-8px,8px) rotate(-32deg)} }
.water-drop { animation: drop .85s ease-in forwards; }
@keyframes drop { from{opacity:0;transform:translateY(-10px)}20%{opacity:1}to{opacity:0;transform:translate(-45px,210px)} }
.plant-demo__bottom { bottom: 18px; }
.plant-demo__bottom p { margin: 0; max-width: 330px; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.45; }
.plant-toast { position: absolute; left: 50%; bottom: 78px; transform: translate(-50%,10px); opacity: 0; z-index: 12; background: rgba(249,249,248,.94); color: var(--forest); padding: 9px 12px; border-radius: 999px; font-size: 10px; font-weight: 650; white-space: nowrap; transition: opacity .2s ease, transform .2s ease; }
.plant-toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.privacy-section { padding: 160px 0; background: #f5f6f4; }
.privacy-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr); gap: clamp(60px,8vw,130px); align-items: center; }
.privacy-copy h2 { max-width: 680px; }
.privacy-foot { margin: 26px 0 0; padding-left: 16px; border-left: 2px solid var(--forest-2); color: var(--variant); font-size: 13px; line-height: 1.5; }
.privacy-panel { min-height: 560px; padding: 34px; border-radius: 32px; border: 1px solid var(--outline); background: rgba(255,255,255,.52); display: grid; grid-template-columns: 180px 1fr; gap: 36px; align-items: center; }
.privacy-device { width: 168px; height: 340px; border-radius: 30px; border: 1.5px solid #75817b; position: relative; display: grid; place-items: center; background: var(--surface-low); overflow: hidden; }
.privacy-device__island { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 56px; height: 13px; background: #202726; border-radius: 999px; }
.privacy-device__icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--forest-2); z-index: 2; }
.privacy-device__icon svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.privacy-device__pulse { position: absolute; width: 170px; aspect-ratio: 1; border: 1px solid rgba(26,51,43,.11); border-radius: 50%; box-shadow: 0 0 0 42px rgba(26,51,43,.035), 0 0 0 84px rgba(26,51,43,.02); }
.privacy-panel ul { list-style: none; padding: 0; margin: 0; }
.privacy-panel li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 20px 0; border-bottom: 1px solid var(--outline); }
.privacy-panel li:last-child { border-bottom: 0; }
.privacy-check { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); }
.privacy-check svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.privacy-panel strong { font-size: 15px; }
.privacy-panel p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.marquee { overflow: hidden; border-top: 1px solid var(--outline); border-bottom: 1px solid var(--outline); background: var(--bg); }
.marquee__track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 18px 0; animation: marquee 35s linear infinite; color: var(--variant); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.marquee__track i { color: var(--mint-dim); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.screens-section { padding: 160px 0 170px; overflow: hidden; }
.screens-section .section-heading { max-width: 850px; }
.screen-rail-wrap { margin-top: 72px; }
.screen-rail { display: flex; gap: 24px; overflow-x: auto; padding: 0 max(24px,calc((100vw - min(calc(100vw - 48px), var(--shell))) / 2)) 34px; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.screen-rail::-webkit-scrollbar { display: none; }
.screen-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.screen-card { flex: 0 0 min(370px,78vw); scroll-snap-align: start; }
.device-frame--small { border-radius: 38px; box-shadow: 0 22px 54px rgba(4,30,23,.11); }
.screen-card__copy { padding: 20px 5px 0; }
.screen-card__copy > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.screen-card h3 { margin: 7px 0 0; font-size: 23px; letter-spacing: -.035em; }
.screen-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.final-section { position: relative; min-height: 760px; padding: 150px 0; display: grid; place-items: center; overflow: hidden; border-top: 1px solid rgba(194,200,196,.5); }
.final-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%,rgba(204,233,221,.44),transparent 36%); z-index: -2; }
.final-rings { position: absolute; inset: 0; display: grid; place-items: center; z-index: -1; pointer-events: none; }
.final-rings i { position: absolute; border: 1px solid rgba(26,51,43,.09); border-radius: 50%; }
.final-rings i:nth-child(1) { width: 430px; height: 430px; }
.final-rings i:nth-child(2) { width: 680px; height: 680px; }
.final-rings i:nth-child(3) { width: 940px; height: 940px; }
.final-content { text-align: center; display: flex; flex-direction: column; align-items: center; }
.final-content img { border-radius: 26px; margin-bottom: 30px; box-shadow: 0 18px 42px rgba(4,30,23,.14); }
.final-content h2 { max-width: 800px; font-size: clamp(56px,7vw,100px); }
.final-content > p:not(.eyebrow) { max-width: 660px; }
.final-status { margin-top: 26px; display: flex; align-items: center; gap: 9px; color: var(--forest-2); font-size: 12px; font-weight: 700; }

.site-footer { border-top: 1px solid var(--outline); padding: 34px 0 26px; background: var(--surface-low); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: start; }
.footer-brand .brand__copy small { max-width: 300px; }
.footer-links { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; }
.footer-links a { color: var(--variant); font-size: 12px; }
.footer-links a:hover { color: var(--forest); }
.footer-legal { grid-column: 1/-1; margin: 20px 0 0; padding-top: 20px; border-top: 1px solid rgba(194,200,196,.6); color: var(--muted); font-size: 10px; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s cubic-bezier(.2,.8,.2,1) var(--delay,0ms), transform .65s cubic-bezier(.2,.8,.2,1) var(--delay,0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .n8-link { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero__grid { grid-template-columns: 1fr 420px; gap: 40px; }
  .hero h1 { font-size: clamp(50px,7vw,70px); }
  .flow-player { gap: 50px; }
  .plant-layout, .privacy-layout { grid-template-columns: 1fr 1fr; gap: 50px; }
  .plant-demo { min-height: 600px; }
  .privacy-panel { grid-template-columns: 1fr; min-height: 0; }
  .privacy-device { display: none; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header__inner { width: calc(100% - 28px); min-height: 70px; }
  .brand__copy small { display: none; }
  .hero { padding: 112px 0 82px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; margin-inline: auto; }
  .hero h1 { font-size: clamp(48px,12vw,72px); }
  .hero__lede { margin-inline: auto; font-size: 18px; }
  .hero__actions, .hero-meta { justify-content: center; }
  .hero__visual { width: min(100%,430px); margin-top: 20px; }
  .scroll-cue { display: none; }
  .intro, .screens-section, .privacy-section { padding-block: 110px; }
  .flow-player { grid-template-columns: 1fr; margin-top: 50px; }
  .flow-player__steps { order: 2; }
  .flow-player__stage { order: 1; position: relative; top: auto; }
  .flow-step { padding: 20px 0; }
  .flow-step.is-active { padding-left: 0; }
  .flow-step__body { max-width: none; }
  .plant-section { padding-block: 110px; }
  .plant-layout, .privacy-layout { grid-template-columns: 1fr; }
  .plant-demo { min-height: 650px; }
  .privacy-panel { padding: 28px; }
  .screen-card { flex-basis: min(330px,78vw); }
  .final-section { min-height: 680px; padding-block: 110px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; justify-content: flex-start; }
}

@media (max-width: 520px) {
  .language-switch { width: 36px; height: 36px; font-size: 11px; }
  .menu-button { width: 38px; height: 38px; }
  .hero { padding-top: 104px; }
  .hero h1 { font-size: clamp(44px,13vw,62px); }
  .hero__lede { font-size: 16px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-meta { gap: 8px 13px; font-size: 11px; }
  .hero__visual { padding-inline: 20px; }
  .device-frame--hero { border-radius: 38px; }
  .floating-note--day { right: -1%; width: 108px; }
  .floating-note--privacy { left: -1%; bottom: 8%; font-size: 9px; }
  .section-heading h2, .privacy-copy h2, .plant-copy h2 { font-size: clamp(38px,11vw,54px); }
  .section-heading > p:last-child, .privacy-lede, .plant-copy > p:not(.eyebrow):not(.plant-note) { font-size: 16px; }
  .flow-device-wrap { width: min(88vw,340px); }
  .flow-status { left: -10px; right: -10px; bottom: -22px; }
  .plant-day-readout strong { font-size: 40px; }
  .plant-stage-track { grid-template-columns: repeat(2,1fr); }
  .plant-demo { min-height: 560px; border-radius: 28px; }
  .plant-demo__bottom { align-items: flex-end; }
  .plant-demo__bottom p { max-width: 190px; font-size: 9px; }
  .plant-demo__bottom .button { width: auto; padding-inline: 16px; }
  .plant-toast { max-width: calc(100% - 36px); white-space: normal; text-align: center; }
  .privacy-panel { padding: 20px; }
  .privacy-panel li { grid-template-columns: 30px 1fr; }
  .screen-card { flex-basis: 76vw; }
  .device-frame--small { border-radius: 30px; }
  .final-content h2 { font-size: clamp(52px,14vw,72px); }
  .final-content > p:not(.eyebrow) { font-size: 15px; }
  .final-content img { width: 90px; height: 90px; }
  .footer-links { flex-direction: column; gap: 12px; }
}

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

.faq-section { padding: 150px 0; border-top: 1px solid rgba(194,200,196,.55); background: var(--bg); }
.faq-layout { display: grid; grid-template-columns: minmax(0,.75fr) minmax(520px,1.25fr); gap: clamp(60px,8vw,130px); align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { margin: 0; font-size: clamp(40px,4.7vw,68px); line-height: .98; letter-spacing: -.052em; text-wrap: balance; }
.faq-list { border-top: 1px solid var(--outline); }
.faq-list details { border-bottom: 1px solid var(--outline); }
.faq-list summary { min-height: 88px; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 16px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.faq-list summary strong { font-size: clamp(18px,1.7vw,23px); line-height: 1.2; letter-spacing: -.025em; }
.faq-list summary i { font-style: normal; font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -4px 40px 28px 54px; max-width: 620px; color: var(--muted); font-size: 14px; line-height: 1.65; }
@media (max-width: 820px) {
  .faq-section { padding: 110px 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 44px; }
  .faq-heading { position: static; }
}
@media (max-width: 520px) {
  .faq-list summary { grid-template-columns: 30px 1fr 20px; gap: 10px; min-height: 78px; }
  .faq-list details p { margin: -2px 20px 24px 40px; font-size: 13px; }
}
