:root {
  --background: #f5f4ef;
  --surface: #ecefe8;
  --card: #fffefa;
  --ink: #1c251e;
  --muted: #667068;
  --line: #d4d9d0;
  --primary: #5e7351;
  --primary-strong: #40553a;
  --success: #2f7d50;
  --soft-sage: #e6ede0;
  --content: 1240px;
  --reading: 720px;
  --shadow: 0 20px 60px rgba(28, 37, 30, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--background); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.section-shell { width: min(var(--content), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); background: var(--ink); color: white; padding: 12px 18px; border-radius: 10px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #bd7d19; outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(212,217,208,.9); background: rgba(255,254,250,.9); backdrop-filter: blur(16px); }
.header-inner { width: min(var(--content), calc(100% - 48px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 760; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 3px 10px rgba(28,37,30,.15); }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #455048; text-decoration: none; font-size: 14px; font-weight: 650; }
.site-nav a:not(.nav-action):hover { color: var(--primary); }
.site-nav .nav-action { min-height: 46px; padding: 0 19px; border-radius: 12px; background: var(--primary); color: white; }
.site-nav .nav-action:hover { background: var(--primary-strong); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--card); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 735px; padding-block: 86px 100px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: 84px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; color: var(--primary); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; letter-spacing: -.045em; line-height: 1.06; }
h1 { max-width: 720px; font-size: clamp(50px, 5.15vw, 74px); font-weight: 760; }
h2 { font-size: clamp(38px, 4vw, 56px); font-weight: 750; }
.hero-lede { max-width: 660px; margin: 29px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.space-definition { max-width: 670px; margin: 22px 0 0; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,254,250,.72); color: var(--muted); font-size: 14px; line-height: 1.6; }
.space-definition strong { color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 14px; padding: 10px 20px; text-decoration: none; font-size: 15px; font-weight: 750; }
.button svg { width: 25px; height: 25px; fill: currentColor; }
.button-primary { background: var(--primary); color: white; }
.button-primary:hover { background: var(--primary-strong); }
.button-secondary { border-color: var(--line); background: var(--card); color: var(--ink); }
.button-secondary:hover { border-color: var(--primary); color: var(--primary-strong); }
.status-button { cursor: default; user-select: none; }
.status-button > span { display: flex; flex-direction: column; line-height: 1.08; }
.status-button small { margin-bottom: 4px; font-size: 9px; font-weight: 550; letter-spacing: .04em; }
.hero-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.hero-note span { margin-right: 6px; color: var(--success); font-size: 9px; }

.hero-product { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-shape { position: absolute; border-radius: 50%; }
.hero-shape-one { width: min(520px, 100%); aspect-ratio: 1; background: var(--soft-sage); }
.hero-shape-two { width: 170px; height: 170px; right: -25px; top: 18px; border: 1px solid #c8d5c2; background: rgba(255,254,250,.65); }
.phone-frame { overflow: hidden; border: 7px solid #182019; border-radius: 48px; background: #182019; box-shadow: var(--shadow); }
.phone-frame img { width: 100%; height: auto; }
.phone-frame-hero { position: relative; z-index: 2; width: 272px; transform: rotate(2.1deg); }
.product-chip { position: absolute; z-index: 3; min-width: 178px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(212,217,208,.9); border-radius: 15px; background: rgba(255,254,250,.94); box-shadow: 0 16px 40px rgba(28,37,30,.14); backdrop-filter: blur(10px); }
.product-chip svg { width: 29px; height: 29px; flex: 0 0 auto; fill: none; stroke: var(--primary); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.product-chip span { display: flex; flex-direction: column; color: var(--ink); font-size: 13px; font-weight: 750; line-height: 1.3; }
.product-chip small { color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.chip-search { left: -18px; top: 145px; }
.chip-scan { right: -38px; bottom: 103px; }

.section-intro { max-width: var(--reading); }
.split-intro { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); align-items: end; gap: 80px; }
.split-intro > p:last-child, .section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.centered-intro { margin-inline: auto; text-align: center; }
.centered-intro > p:last-child { max-width: 600px; margin: 20px auto 0; }

.visual-heading { max-width: 850px; }
.visual-heading > p:last-child { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.centered-visual-heading { margin-inline: auto; text-align: center; }
.centered-visual-heading > p:last-child { margin-inline: auto; }
.split-visual-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr); align-items: end; gap: 70px; }
.split-visual-heading > p:last-child { margin: 0; }

.visual-intro-section { padding-block: 120px; border-top: 1px solid var(--line); background: var(--card); }
.visual-bridge { min-height: 690px; margin-top: 62px; display: grid; grid-template-columns: minmax(0, 1.25fr) 84px minmax(330px, .75fr); align-items: center; }
.bridge-scene { position: relative; min-width: 0; height: 610px; margin: 0; overflow: hidden; border-radius: 30px; background: var(--surface); box-shadow: 0 24px 70px rgba(28,37,30,.1); }
.bridge-scene > img { width: 100%; height: 100%; object-fit: cover; }
.scene-pin { position: absolute; display: grid; grid-template-columns: 12px auto; column-gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.68); border-radius: 15px; background: rgba(255,254,250,.92); box-shadow: 0 12px 30px rgba(28,37,30,.18); backdrop-filter: blur(12px); }
.scene-pin > span { width: 10px; height: 10px; margin-top: 5px; border: 3px solid white; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 1px var(--success); }
.scene-pin strong, .scene-pin small { grid-column: 2; display: block; }
.scene-pin strong { font-size: 14px; line-height: 1.25; }
.scene-pin small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.scene-pin-cabinet { right: 28px; bottom: 28px; }
.bridge-connector { display: flex; align-items: center; }
.bridge-connector > span { width: 100%; height: 1px; background: #aeb8aa; }
.bridge-connector svg { width: 26px; height: 26px; margin-left: -5px; flex: 0 0 auto; fill: none; stroke: var(--primary); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.bridge-app { position: relative; min-height: 690px; display: grid; place-items: center; overflow: visible; border-radius: 30px; background: var(--soft-sage); }
.bridge-app::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(255,254,250,.56); }
.bridge-phone { position: relative; z-index: 1; width: 265px; transform: rotate(1.5deg); }
.app-result-card { position: absolute; z-index: 2; right: -28px; bottom: 74px; min-width: 236px; padding: 13px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,254,250,.96); box-shadow: 0 18px 46px rgba(28,37,30,.18); }
.result-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: var(--soft-sage); }
.result-icon svg { width: 21px; height: 21px; fill: none; stroke: var(--primary-strong); stroke-width: 1.7; stroke-linecap: round; }
.app-result-card > span:last-child { display: grid; line-height: 1.2; }
.app-result-card small { color: var(--success); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.app-result-card strong { margin-top: 3px; font-size: 13px; }
.app-result-card em { margin-top: 3px; color: var(--muted); font-size: 11px; font-style: normal; }
.visual-verbs { margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-block: 1px solid var(--line); }
.visual-verbs li { min-height: 82px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 15px; font-weight: 750; }
.visual-verbs li + li { border-left: 1px solid var(--line); }
.visual-verbs span { color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .08em; }

.visual-flow-section { padding-block: 120px; background: var(--surface); }
.visual-step-grid { margin: 62px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.visual-step { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--card); }
.step-media { position: relative; min-height: 500px; overflow: hidden; background: var(--soft-sage); }
.step-media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(20,27,21,.34)); }
.step-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.step-phone { position: absolute; z-index: 2; right: 22px; bottom: -88px; width: 164px; border-width: 5px; border-radius: 31px; transform: rotate(2deg); box-shadow: 0 20px 46px rgba(0,0,0,.24); }
.visual-step:nth-child(2) .step-phone { transform: rotate(-2deg); }
.step-count { position: absolute; z-index: 3; top: 22px; left: 22px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,254,250,.9); color: var(--primary-strong); font-size: 13px; font-weight: 850; backdrop-filter: blur(10px); }
.step-copy { min-height: 183px; padding: 34px 26px 28px; position: relative; z-index: 4; background: var(--card); }
.step-copy h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.step-copy p { max-width: 260px; margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.gallery-section { padding-block: 112px 120px; background: var(--primary-strong); color: white; overflow: hidden; }
.gallery-section .eyebrow { color: #c7d4b4; }
.gallery-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.gallery-controls { display: flex; align-items: center; gap: 12px; }
.gallery-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.gallery-controls button:hover { background: rgba(255,255,255,.1); }
.gallery-controls p { min-width: 42px; margin: 0; color: #d5dfd0; font-size: 13px; text-align: center; }
.gallery-track { width: min(100%, calc((100% - var(--content))/2 + var(--content))); margin: 64px 0 0 auto; padding-right: max(24px, calc((100vw - var(--content))/2)); padding-bottom: 14px; display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: #94a88a transparent; scrollbar-width: thin; }
.gallery-track figure { flex: 0 0 340px; margin: 0; scroll-snap-align: start; }
.gallery-phone { overflow: hidden; border: 6px solid #161d17; border-radius: 42px; background: #161d17; box-shadow: 0 22px 55px rgba(0,0,0,.28); }
.gallery-phone img { width: 100%; height: auto; aspect-ratio: 1206 / 2622; object-fit: contain; }
.gallery-track figcaption { margin-top: 20px; display: grid; gap: 4px; color: #e5eae2; font-size: 14px; line-height: 1.45; }
.gallery-track figcaption strong { color: white; font-size: 15px; }
.gallery-track figcaption span { color: #cdd8c9; font-size: 13px; }

.places-section { padding-block: 120px; background: var(--card); }
.places-mosaic { margin-top: 60px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.place-tile { position: relative; min-width: 0; height: 365px; grid-column: span 5; margin: 0; overflow: hidden; border-radius: 25px; background: var(--surface); }
.place-tile-wide { grid-column: span 7; }
.place-tile::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(11,16,12,.72)); }
.place-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.place-tile:hover img { transform: scale(1.025); }
.place-tile figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; color: white; }
.place-tile figcaption strong { font-size: 23px; letter-spacing: -.03em; }
.place-tile figcaption span { color: #e3e9df; font-size: 12px; font-weight: 650; }

.scan-story-section { padding-block: 120px; background: var(--background); }
.scan-story { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--card); }
.scan-visual { position: relative; min-height: 640px; overflow: hidden; }
.scan-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(12,18,13,.08)); pointer-events: none; }
.scan-visual > img { width: 100%; height: 100%; object-fit: cover; }
.physical-label { position: absolute; z-index: 2; top: 34px; left: 34px; padding: 12px 15px; display: flex; align-items: center; gap: 11px; border-radius: 14px; background: rgba(255,254,250,.94); box-shadow: 0 14px 36px rgba(28,37,30,.18); backdrop-filter: blur(10px); }
.label-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--soft-sage); }
.label-mark svg { width: 23px; height: 23px; fill: none; stroke: var(--primary-strong); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.physical-label > span:last-child { display: grid; }
.physical-label small { color: var(--primary); font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.physical-label strong { margin-top: 2px; font-size: 13px; }
.scan-phone { position: absolute; z-index: 3; right: 22px; bottom: -135px; width: 220px; border-width: 6px; border-radius: 39px; transform: rotate(1.7deg); box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.scan-copy { padding: 72px 58px; align-self: center; }
.scan-copy h2 { font-size: clamp(38px, 4vw, 55px); }
.micro-features { margin-top: 34px; display: grid; gap: 11px; }
.micro-features > div { min-height: 58px; padding: 11px 14px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--background); }
.micro-features span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: var(--soft-sage); color: var(--primary-strong); font-size: 18px; }
.micro-features strong { font-size: 14px; }

.inventory-choice-section { padding-bottom: 120px; background: var(--background); }
.inventory-choice { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 30px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); }
.choice-visual { position: relative; min-height: 620px; overflow: hidden; background: #182019; }
.choice-visual::before { content: ""; position: absolute; width: 480px; height: 480px; top: 80px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #29372b; }
.appearance-label { position: absolute; z-index: 4; top: 32px; right: 32px; padding: 8px 12px; border: 1px solid #465246; border-radius: 99px; color: #c7d4b4; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.choice-phone { position: absolute; z-index: 2; bottom: -115px; width: 245px; border-color: #080b08; box-shadow: 0 22px 62px rgba(0,0,0,.45); }
.choice-phone-light { left: calc(50% - 205px); transform: rotate(-6deg); }
.choice-phone-dark { z-index: 3; left: calc(50% - 25px); transform: rotate(5deg); }
.choice-copy-visual { padding: 70px 58px; align-self: center; }
.choice-copy-visual h2 { font-size: clamp(39px, 4vw, 55px); }
.choice-pills { margin-top: 36px; display: grid; gap: 12px; }
.choice-pills > div { min-height: 76px; padding: 13px 16px; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 14px; border: 1px solid var(--line); border-radius: 17px; background: var(--background); }
.choice-pills > div > span { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--soft-sage); color: var(--primary-strong); }
.choice-pills svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.choice-pills strong { font-size: 15px; }
.choice-pills small { color: var(--muted); font-size: 12px; }

.privacy-section { padding-block: 10px 120px; }
.privacy-visual-card { padding: 66px 70px; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 70px; align-items: center; border-radius: 28px; background: var(--soft-sage); }
.privacy-copy { min-width: 0; }
.privacy-icon { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 24px; background: var(--card); color: var(--primary-strong); }
.privacy-icon svg { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.privacy-copy .eyebrow { margin-top: 28px; }
.privacy-copy h2 { font-size: clamp(35px, 3.7vw, 50px); }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.trust-grid > div { min-height: 132px; padding: 20px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 13px; border: 1px solid rgba(94,115,81,.2); border-radius: 18px; background: rgba(255,254,250,.76); }
.trust-grid > div > span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--card); color: var(--primary-strong); font-size: 19px; font-weight: 750; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { margin-top: 3px; color: #59635b; font-size: 11px; line-height: 1.4; }

.faq-section { padding-block: 110px 120px; border-top: 1px solid var(--line); background: var(--card); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro > p:last-child { margin-top: 20px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--soft-sage); color: var(--primary-strong); font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -4px 50px 24px 4px; color: var(--muted); font-size: 15px; line-height: 1.7; }

.final-section { padding-block: 88px; }
.final-card { min-height: 275px; padding: 54px 60px; display: flex; align-items: center; justify-content: space-between; gap: 60px; border-radius: 28px; background: var(--primary-strong); color: white; }
.final-card .eyebrow { color: #c7d4b4; }
.final-card h2 { max-width: 760px; font-size: clamp(38px, 4vw, 54px); }
.final-card p:last-child { margin: 17px 0 0; color: #d5dfd0; font-size: 16px; }
.button-light { flex: 0 0 auto; background: var(--card); color: var(--ink); }

.site-footer { padding-block: 58px 38px; border-top: 1px solid var(--line); background: var(--card); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 40px; }
.footer-brand { font-size: 18px; }
.footer-brand img { width: 40px; height: 40px; }
.footer-grid > div > p { max-width: 370px; margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 650; }
.site-footer nav a:hover { color: var(--primary); }
.copyright { grid-column: 1 / -1; margin: 28px 0 0; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.error-page { min-height: 100vh; width: min(680px, calc(100% - 40px)); margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.error-page > img { margin-bottom: 28px; border-radius: 20px; box-shadow: var(--shadow); }
.error-page h1 { font-size: clamp(44px, 8vw, 72px); }
.error-page > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); font-size: 18px; }

body.reveal-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
body.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.scene-pin > span { animation: pin-pulse 2.8s ease-in-out infinite; }
.bridge-connector svg { animation: connector-nudge 2.4s ease-in-out infinite; }
@keyframes pin-pulse { 0%, 100% { box-shadow: 0 0 0 1px var(--success), 0 0 0 4px rgba(47,125,80,0); } 50% { box-shadow: 0 0 0 1px var(--success), 0 0 0 7px rgba(47,125,80,.15); } }
@keyframes connector-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(4px); } }

@media (max-width: 1060px) {
  .site-nav { gap: 19px; }
  .hero { grid-template-columns: minmax(0, 1fr) 420px; gap: 42px; }
  .chip-search { left: -4px; }
  .chip-scan { right: -15px; }
  .visual-bridge { grid-template-columns: minmax(0, 1fr) 58px minmax(310px, .75fr); }
  .app-result-card { right: 12px; }
  .step-phone { width: 145px; }
  .scan-copy, .choice-copy-visual { padding-inline: 42px; }
}

@media (max-width: 820px) {
  .section-shell, .header-inner { width: min(100% - 40px, var(--content)); }
  .menu-button { display: block; }
  .site-nav { position: fixed; top: 72px; left: 20px; right: 20px; padding: 16px; display: none; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 0 14px; }
  .site-nav .nav-action { margin-top: 8px; justify-content: center; }
  .menu-button[aria-expanded="true"] > span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-block: 70px 90px; grid-template-columns: 1fr; gap: 56px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-product { width: min(580px, 100%); margin-inline: auto; }
  .split-intro { grid-template-columns: 1fr; gap: 24px; }
  .split-visual-heading { grid-template-columns: 1fr; gap: 20px; }
  .visual-bridge { min-height: 0; grid-template-columns: 1fr; gap: 18px; }
  .bridge-scene { height: 530px; }
  .bridge-connector { width: 48px; height: 38px; margin-inline: auto; flex-direction: column; }
  .bridge-connector > span { width: 1px; height: 100%; }
  .bridge-connector svg { margin: -5px 0 0; transform: rotate(90deg); animation: none; }
  .bridge-app { min-height: 650px; }
  .visual-step-grid { grid-template-columns: 1fr; }
  .step-media { min-height: 580px; }
  .step-phone { width: 180px; }
  .step-copy { min-height: 0; }
  .scan-story, .inventory-choice { grid-template-columns: 1fr; }
  .scan-visual { min-height: 560px; }
  .choice-visual { min-height: 590px; }
  .privacy-visual-card { padding: 55px 48px; grid-template-columns: 1fr; gap: 42px; }
  .privacy-icon { width: 72px; height: 72px; border-radius: 20px; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
  .final-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 76px; }
  .section-shell, .header-inner { width: min(100% - 32px, var(--content)); }
  .header-inner { min-height: 72px; }
  .brand { font-size: 18px; }
  .brand img { width: 38px; height: 38px; border-radius: 10px; }
  .site-nav { top: 66px; left: 12px; right: 12px; }
  .hero { min-height: 0; padding-block: 56px 70px; }
  h1 { font-size: clamp(41px, 13vw, 54px); }
  h2 { font-size: clamp(34px, 10.5vw, 45px); }
  .hero-lede { margin-top: 23px; font-size: 17px; line-height: 1.65; }
  .space-definition { width: 100%; font-size: 14px; }
  .button-row { width: 100%; margin-top: 29px; }
  .button-row .button { width: 100%; }
  .hero-product { min-height: 500px; }
  .hero-shape-one { width: 410px; max-width: 108%; }
  .hero-shape-two { width: 120px; height: 120px; right: 0; }
  .phone-frame-hero { width: 236px; border-radius: 42px; }
  .product-chip { min-width: 154px; padding: 11px 12px; }
  .chip-search { top: 105px; left: 0; }
  .chip-scan { right: 0; bottom: 82px; }
  .visual-intro-section, .visual-flow-section, .gallery-section, .places-section, .scan-story-section, .faq-section { padding-block: 82px; }
  .visual-heading > p:last-child { font-size: 15px; }
  .visual-bridge { margin-top: 44px; }
  .bridge-scene { height: 430px; border-radius: 22px; }
  .scene-pin-cabinet { right: 15px; bottom: 15px; }
  .bridge-app { min-height: 560px; border-radius: 22px; }
  .bridge-app::before { width: 280px; height: 280px; }
  .bridge-phone { width: 220px; border-radius: 40px; }
  .app-result-card { right: 14px; bottom: 42px; min-width: 218px; }
  .visual-verbs { grid-template-columns: repeat(2, 1fr); }
  .visual-verbs li { min-height: 70px; }
  .visual-verbs li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .visual-verbs li:nth-child(4) { border-top: 1px solid var(--line); }
  .visual-step-grid { margin-top: 44px; }
  .step-media { min-height: 450px; }
  .step-phone { right: 18px; bottom: -75px; width: 148px; }
  .step-copy { padding: 29px 22px 25px; }
  .gallery-heading-row { display: block; }
  .gallery-controls { margin-top: 28px; }
  .gallery-track { width: 100%; margin-top: 45px; padding-left: 16px; padding-right: 16px; gap: 16px; scroll-padding-inline: 16px; }
  .gallery-track figure { flex: 0 0 calc(100vw - 32px); }
  .gallery-phone { border-radius: 38px; }
  .places-mosaic { margin-top: 42px; grid-template-columns: 1fr; }
  .place-tile, .place-tile-wide { height: 310px; grid-column: auto; border-radius: 20px; }
  .place-tile figcaption { right: 18px; bottom: 17px; left: 18px; }
  .place-tile figcaption strong { font-size: 20px; }
  .scan-story { min-height: 0; border-radius: 22px; }
  .scan-visual { min-height: 500px; }
  .physical-label { top: 18px; left: 18px; }
  .scan-phone { right: 16px; bottom: -105px; width: 180px; border-radius: 33px; }
  .scan-copy { padding: 48px 24px; }
  .inventory-choice-section { padding-bottom: 82px; }
  .inventory-choice { min-height: 0; border-radius: 22px; }
  .choice-visual { min-height: 500px; }
  .choice-visual::before { width: 360px; height: 360px; }
  .choice-phone { bottom: -100px; width: 200px; }
  .choice-phone-light { left: calc(50% - 174px); }
  .choice-phone-dark { left: calc(50% - 23px); }
  .choice-copy-visual { padding: 50px 24px; }
  .privacy-section { padding-bottom: 82px; }
  .privacy-visual-card { width: 100%; padding: 55px 24px; border-radius: 0; }
  .privacy-icon { width: 66px; height: 66px; }
  .trust-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 35px; }
  .faq-list summary { min-height: 72px; font-size: 15px; }
  .final-section { padding-block: 64px; }
  .final-card { width: min(100% - 32px, var(--content)); min-height: 0; padding: 45px 24px; gap: 32px; }
  .final-card .button { width: 100%; }
  .site-footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
  .copyright { margin-top: 8px; }
}

@media (max-width: 350px) {
  .section-shell, .header-inner { width: min(100% - 24px, var(--content)); }
  h1 { font-size: 39px; }
  .product-chip { min-width: 138px; }
  .product-chip svg { display: none; }
}

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

.section-action { margin-top: 34px; display: flex; justify-content: center; }
.inline-links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 22px; }
.inline-links a, .text-action { color: var(--primary-strong); font-size: 14px; font-weight: 750; text-decoration: none; }
.inline-links a:hover, .text-action:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-action { margin-top: 24px; display: inline-flex; gap: 8px; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 52px; }
.footer-links h2 { margin: 0 0 13px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { min-height: 34px; display: block; color: var(--muted); font-size: 13px; font-weight: 620; text-decoration: none; }
.footer-links a:hover { color: var(--primary); }

.page-hero { padding-block: 94px 96px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--background) 0%, var(--soft-sage) 100%); }
.page-hero-inner { max-width: 880px; }
.breadcrumb { margin: 0 0 28px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--primary); }
.page-hero h1 { max-width: 900px; font-size: clamp(48px, 6vw, 76px); }
.page-summary { max-width: 780px; margin: 27px 0 0; color: var(--muted); font-size: 20px; line-height: 1.7; }
.page-meta { margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.page-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.content-section { padding-block: 104px; }
.content-section.surface { background: var(--surface); }
.content-section.card-surface { background: var(--card); }
.content-heading { max-width: 760px; margin-bottom: 54px; }
.content-heading h2 { font-size: clamp(36px, 4vw, 52px); }
.content-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }
.info-card h2, .info-card h3 { margin: 18px 0 10px; font-size: 21px; line-height: 1.28; letter-spacing: -.025em; }
.info-card > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.info-card ul { margin: 16px 0 0; padding-left: 19px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.number-badge { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--soft-sage); color: var(--primary-strong); font-size: 14px; font-weight: 800; }
.product-page-hero { padding-block: 72px; }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr); align-items: center; gap: 72px; }
.product-hero-copy { min-width: 0; }
.product-hero-copy h1 { font-size: clamp(48px, 5.7vw, 74px); }
.product-hero-visual { position: relative; min-height: 650px; overflow: hidden; border-radius: 30px; background: var(--soft-sage); box-shadow: var(--shadow); }
.product-hero-visual::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(14,20,15,.38)); }
.product-hero-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.product-hero-phone { position: absolute; z-index: 2; bottom: -125px; border-width: 6px; box-shadow: 0 22px 65px rgba(0,0,0,.35); }
.product-hero-phone-back { right: 34px; width: 220px; transform: rotate(7deg); }
.product-hero-phone-front { right: 225px; width: 248px; transform: rotate(-4deg); }

.product-tour-section { padding-block: 130px; background: var(--card); }
.product-tour { display: grid; gap: 125px; }
.product-tour-row { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 84px; }
.product-tour-row:nth-child(even) .product-tour-copy { order: 2; }
.product-tour-row:nth-child(even) .feature-scene { order: 1; }
.product-tour-copy h2 { font-size: clamp(38px, 4vw, 56px); }
.product-tour-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.visual-tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.visual-tags span { min-height: 34px; padding: 7px 11px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 99px; background: var(--background); color: #506054; font-size: 11px; font-weight: 700; }
.feature-scene { position: relative; min-height: 620px; overflow: hidden; border-radius: 28px; background: var(--surface); }
.feature-scene::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(10,15,11,.32)); }
.feature-scene > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.feature-scene-phone { position: absolute; z-index: 2; right: 38px; bottom: -140px; width: 250px; border-width: 6px; border-radius: 43px; box-shadow: 0 24px 65px rgba(0,0,0,.32); }
.feature-scene-dual .feature-scene-phone { width: 215px; bottom: -105px; }
.feature-scene-phone-one { right: 210px; transform: rotate(-4deg); }
.feature-scene-phone-two { right: 35px; transform: rotate(5deg); }

.movement-section { padding-block: 120px; background: var(--surface); }
.movement-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.movement-grid article { min-height: 270px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 23px; background: var(--card); }
.movement-icon { width: 58px; height: 58px; margin-bottom: auto; display: grid; place-items: center; border-radius: 17px; background: var(--soft-sage); color: var(--primary-strong); font-size: 28px; }
.movement-grid h3 { margin: 32px 0 7px; font-size: 24px; letter-spacing: -.03em; }
.movement-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.sharing-visual-section { padding-block: 120px; background: var(--card); }
.sharing-visual { min-height: 650px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); overflow: hidden; border-radius: 30px; background: var(--soft-sage); }
.sharing-preview { position: relative; min-height: 650px; display: grid; place-items: end center; overflow: hidden; background: #182019; }
.sharing-preview::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: #29372b; }
.sharing-preview .phone-frame { position: relative; z-index: 1; width: 260px; margin-bottom: -95px; border-color: #070a08; }
.sharing-copy { padding: 68px 62px; align-self: center; }
.sharing-copy h2 { font-size: clamp(38px, 4vw, 55px); }
.sharing-copy > p:not(.eyebrow) { margin: 20px 0 0; color: #59635b; font-size: 16px; }
.role-cards { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.role-cards > div { padding: 19px; border: 1px solid rgba(94,115,81,.2); border-radius: 17px; background: rgba(255,254,250,.76); }
.role-cards strong, .role-cards span, .role-cards small { display: block; }
.role-cards strong { font-size: 16px; }
.role-cards span { margin-top: 6px; color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.role-cards small { margin-top: 13px; color: #59635b; font-size: 11px; line-height: 1.5; }
.sharing-note { font-size: 12px !important; }
.permission-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.permission-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.permission-card { padding: 28px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.permission-card strong { display: block; font-size: 17px; }
.permission-card p { margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.use-cases-hero { padding-block: 72px; }
.use-cases-hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr); align-items: center; gap: 72px; }
.use-cases-hero-grid h1 { font-size: clamp(48px, 5.7vw, 74px); }
.use-cases-hero-photo { position: relative; height: 610px; margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.use-cases-hero-photo::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(12,17,13,.62)); }
.use-cases-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.use-cases-hero-photo figcaption { position: absolute; z-index: 1; right: 28px; bottom: 26px; left: 28px; color: white; }
.use-cases-hero-photo figcaption span, .use-cases-hero-photo figcaption strong { display: block; }
.use-cases-hero-photo figcaption span { color: #dce6d8; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.use-cases-hero-photo figcaption strong { margin-top: 5px; font-size: 22px; }

.life-scenes-section { padding-block: 125px; background: var(--card); }
.life-scenes-grid { margin-top: 58px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 330px); gap: 16px; }
.life-scene { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 25px; background: var(--surface); }
.life-scene-large { grid-row: 1 / 3; }
.life-scene::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10,15,11,.72)); }
.life-scene img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.life-scene:hover img { transform: scale(1.025); }
.life-scene figcaption { position: absolute; z-index: 1; right: 25px; bottom: 23px; left: 25px; color: white; }
.life-scene figcaption span, .life-scene figcaption strong, .life-scene figcaption small { display: block; }
.life-scene figcaption span { color: #dce6d8; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.life-scene figcaption strong { margin-top: 5px; font-size: 23px; }
.life-scene figcaption small { margin-top: 5px; color: #e6ece3; font-size: 11px; }

.moving-story-section { padding-block: 120px; background: var(--surface); }
.moving-story { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--card); }
.moving-copy { padding: 60px 64px 46px; text-align: center; }
.moving-copy h2 { max-width: 850px; margin-inline: auto; }
.moving-visual { position: relative; height: 610px; overflow: hidden; }
.moving-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,15,11,.36)); }
.moving-visual > img { width: 100%; height: 100%; object-fit: cover; }
.moving-phone { position: absolute; z-index: 2; right: 7%; bottom: -145px; width: 245px; border-width: 6px; border-radius: 42px; transform: rotate(3deg); box-shadow: 0 24px 65px rgba(0,0,0,.34); }
.moving-timeline { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.moving-timeline li { min-height: 110px; padding: 20px 26px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 13px; }
.moving-timeline li + li { border-left: 1px solid var(--line); }
.moving-timeline li > span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-sage); color: var(--primary-strong); font-size: 12px; font-weight: 850; }
.moving-timeline strong { font-size: 15px; }
.moving-timeline small { color: var(--muted); font-size: 11px; }

.across-locations-section { padding-block: 120px; background: var(--card); }
.location-cards { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.location-cards article { position: relative; min-height: 500px; overflow: hidden; border-radius: 26px; background: var(--surface); }
.location-cards article::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10,15,11,.72)); }
.location-cards img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.location-cards article:hover img { transform: scale(1.025); }
.location-cards article > div { position: absolute; z-index: 1; right: 27px; bottom: 26px; left: 27px; color: white; }
.location-cards span { color: #dce6d8; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.location-cards h3 { max-width: 440px; margin: 7px 0 0; font-size: 27px; line-height: 1.18; letter-spacing: -.035em; }
.collaboration-strip { margin-top: 16px; padding: 23px 26px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft-sage); }
.collaboration-strip > div { min-width: 0; }
.collaboration-strip strong, .collaboration-strip small { display: block; }
.collaboration-strip strong { font-size: 13px; }
.collaboration-strip small { margin-top: 2px; color: #59635b; font-size: 10px; }
.collaboration-strip > span { color: var(--primary); }
.statement-card { padding: 58px 60px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; border-radius: 28px; background: var(--primary-strong); color: white; }
.statement-card h2 { max-width: 780px; font-size: clamp(34px, 4vw, 50px); }
.statement-card p { max-width: 720px; margin: 16px 0 0; color: #d5dfd0; }

.legal-section { padding-block: 76px 120px; background: var(--card); }
.legal-layout { display: grid; grid-template-columns: 245px minmax(0, 780px); justify-content: space-between; gap: 90px; }
.legal-toc { position: sticky; top: 112px; align-self: start; }
.legal-toc h2 { margin: 0 0 16px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.legal-toc nav { display: grid; gap: 2px; }
.legal-toc a { padding: 8px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-toc a:hover { color: var(--primary); }
.legal-contact { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }
.legal-contact a { color: var(--primary-strong); font-weight: 700; }
.prose { min-width: 0; max-width: 780px; }
.prose section { padding-block: 6px 54px; scroll-margin-top: 105px; }
.prose section + section { padding-top: 48px; border-top: 1px solid var(--line); }
.prose h2 { margin: 0 0 20px; font-size: 30px; line-height: 1.2; letter-spacing: -.035em; }
.prose h3 { margin: 28px 0 10px; font-size: 18px; line-height: 1.35; }
.prose p, .prose li { color: #505b53; font-size: 15px; line-height: 1.8; }
.prose p { margin: 0 0 16px; }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 22px; }
.prose li + li { margin-top: 8px; }
.prose a { color: var(--primary-strong); font-weight: 650; text-underline-offset: 3px; }
.prose strong { color: var(--ink); }
.legal-note { margin: 24px 0; padding: 20px 22px; border-left: 4px solid var(--primary); border-radius: 0 14px 14px 0; background: var(--soft-sage); }
.legal-note p:last-child { margin-bottom: 0; }
.table-wrap { width: 100%; max-width: 100%; margin: 24px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.data-table { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--card); }
.data-table th, .data-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; line-height: 1.6; }
.data-table th { background: var(--surface); color: var(--ink); font-weight: 750; }
.data-table td { color: var(--muted); }
.data-table tr:last-child td { border-bottom: 0; }

.support-shell { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .65fr); gap: 80px; }
.support-group + .support-group { margin-top: 68px; }
.support-group h2 { margin: 0 0 24px; font-size: 32px; }
.support-list { border-top: 1px solid var(--line); }
.support-list details { border-bottom: 1px solid var(--line); }
.support-list summary { min-height: 68px; padding: 19px 4px; display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 720; }
.support-list summary::-webkit-details-marker { display: none; }
.support-list summary span { color: var(--primary); font-size: 20px; }
.support-list details[open] summary span { transform: rotate(45deg); }
.support-list details > div { padding: 0 42px 24px 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.support-list details p { margin: 0 0 12px; }
.support-list details ol, .support-list details ul { margin: 10px 0 0; padding-left: 20px; }
.support-list details a, .contact-panel a:not(.button) { color: var(--primary-strong); font-weight: 700; text-underline-offset: 3px; }
.contact-panel { position: sticky; top: 112px; align-self: start; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--soft-sage); }
.contact-panel h2 { margin: 0 0 12px; font-size: 24px; }
.contact-panel p { margin: 0 0 22px; color: #59635b; font-size: 14px; line-height: 1.7; }
.contact-panel .button { width: 100%; }
.contact-detail { margin-top: 18px; color: #59635b; font-size: 12px; line-height: 1.6; }
.contact-panel hr { margin: 24px 0; border: 0; border-top: 1px solid var(--line); }
.deletion-steps { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; counter-reset: deletion-step; }
.deletion-steps li { counter-increment: deletion-step; padding: 22px; display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.deletion-steps li::before { content: counter(deletion-step); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--primary); color: white; font-weight: 800; }
.deletion-steps strong { display: block; margin-bottom: 5px; }
.deletion-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.status-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.status-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.status-card strong { display: block; margin-bottom: 7px; font-size: 17px; }
.status-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

@media (max-width: 940px) {
  .footer-links { gap: 26px; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .permission-grid { grid-template-columns: repeat(2, 1fr); }
  .product-hero-grid, .use-cases-hero-grid { grid-template-columns: 1fr; }
  .product-hero-visual { min-height: 620px; }
  .use-cases-hero-photo { height: 540px; }
  .product-tour-row { gap: 45px; }
  .sharing-visual { grid-template-columns: 1fr; }
  .sharing-preview { min-height: 590px; }
  .legal-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 50px; }
  .support-shell { gap: 45px; }
}

@media (max-width: 720px) {
  .page-hero { padding-block: 68px 72px; }
  .page-summary { font-size: 17px; }
  .content-section { padding-block: 78px; }
  .info-grid, .permission-grid, .status-row { grid-template-columns: 1fr; }
  .product-page-hero, .use-cases-hero { padding-block: 58px 70px; }
  .product-hero-grid, .use-cases-hero-grid { gap: 48px; }
  .product-hero-visual { min-height: 540px; border-radius: 24px; }
  .product-hero-phone-back { right: 18px; width: 180px; }
  .product-hero-phone-front { right: 156px; width: 205px; }
  .use-cases-hero-photo { height: 460px; border-radius: 24px; }
  .product-tour-section { padding-block: 84px; }
  .product-tour { gap: 82px; }
  .product-tour-row { grid-template-columns: 1fr; gap: 36px; }
  .product-tour-row:nth-child(even) .product-tour-copy, .product-tour-row:nth-child(even) .feature-scene { order: initial; }
  .feature-scene { min-height: 530px; border-radius: 23px; }
  .feature-scene-phone { right: 24px; width: 205px; }
  .feature-scene-dual .feature-scene-phone { width: 175px; }
  .feature-scene-phone-one { right: 145px; }
  .feature-scene-phone-two { right: 20px; }
  .movement-section, .sharing-visual-section, .life-scenes-section, .moving-story-section, .across-locations-section { padding-block: 82px; }
  .movement-grid { grid-template-columns: 1fr; }
  .movement-grid article { min-height: 220px; }
  .sharing-visual { min-height: 0; border-radius: 23px; }
  .sharing-preview { min-height: 540px; }
  .sharing-copy { padding: 50px 28px; }
  .life-scenes-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .life-scene, .life-scene-large { height: 370px; grid-row: auto; }
  .moving-story { border-radius: 23px; }
  .moving-copy { padding: 48px 26px 38px; }
  .moving-visual { height: 500px; }
  .moving-phone { right: 24px; bottom: -105px; width: 190px; }
  .moving-timeline { grid-template-columns: 1fr; }
  .moving-timeline li + li { border-top: 1px solid var(--line); border-left: 0; }
  .location-cards { grid-template-columns: 1fr; }
  .location-cards article { min-height: 410px; }
  .collaboration-strip { display: grid; grid-template-columns: repeat(2, 1fr); }
  .collaboration-strip > span { display: none; }
  .statement-card { padding: 42px 26px; grid-template-columns: 1fr; }
  .legal-section { padding-block: 55px 82px; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-toc { position: static; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
  .legal-toc nav { grid-template-columns: repeat(2, 1fr); gap: 2px 18px; }
  .legal-contact { grid-column: 1 / -1; }
  .support-shell { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .page-hero h1 { font-size: 43px; }
  .page-actions .button { width: 100%; }
  .info-card { padding: 25px; }
  .product-hero-visual { min-height: 470px; }
  .product-hero-phone-back { right: 8px; width: 155px; }
  .product-hero-phone-front { right: 122px; width: 178px; }
  .use-cases-hero-photo { height: 390px; }
  .feature-scene { min-height: 455px; }
  .feature-scene-phone { right: 18px; bottom: -105px; width: 170px; }
  .feature-scene-dual .feature-scene-phone { width: 148px; }
  .feature-scene-phone-one { right: 114px; }
  .feature-scene-phone-two { right: 12px; }
  .role-cards { grid-template-columns: 1fr; }
  .sharing-preview { min-height: 480px; }
  .sharing-preview .phone-frame { width: 220px; }
  .life-scene, .life-scene-large { height: 320px; }
  .moving-visual { height: 440px; }
  .moving-phone { right: 16px; bottom: -90px; width: 165px; }
  .location-cards article { min-height: 350px; }
  .collaboration-strip { grid-template-columns: 1fr; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .prose h2 { font-size: 27px; }
  .table-wrap { margin-inline: 0; }
  .deletion-steps li { grid-template-columns: 36px 1fr; padding: 18px; }
  .deletion-steps li::before { width: 36px; height: 36px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
}
