:root {
  color-scheme: dark;
  --ink: #f2faf7;
  --muted: #90a79e;
  --dim: #5f766e;
  --mint: #61f0c5;
  --mint-2: #32dcae;
  --night: #06110e;
  --panel: #091a15;
  --line: rgba(102, 236, 195, 0.16);
  --page: min(1240px, calc(100vw - 48px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--night);
  color: var(--ink);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #06110e; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.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; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 8px; background: var(--mint); color: #03231a; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-shell { position: relative; overflow: clip; }
.site-shell::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 850px; pointer-events: none; background: radial-gradient(800px 500px at 78% 20%, rgba(37, 178, 139, .12), transparent 70%), linear-gradient(180deg, rgba(5, 18, 15, .15), var(--night)); }
.site-header { width: var(--page); height: 94px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border-bottom: 1px solid rgba(126, 176, 161, .12); }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand img { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 0 30px rgba(73, 238, 191, .12); }
.brand-name { font-size: 19px; line-height: 1; font-weight: 850; letter-spacing: -.045em; }
.brand-name b { color: var(--mint); font-weight: 850; }
.main-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; margin-right: 42px; }
.main-nav a { color: #9bb0a9; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-picker { position: relative; display: flex; align-items: center; height: 42px; border: 1px solid rgba(120, 183, 164, .22); border-radius: 12px; background: rgba(10, 27, 22, .7); }
.language-picker svg { position: absolute; left: 12px; width: 17px; height: 17px; fill: none; stroke: #91aaa1; stroke-width: 1.5; pointer-events: none; }
.language-picker select { appearance: none; color: #cfddd8; min-width: 82px; height: 100%; padding: 0 12px 0 36px; border: 0; outline: 0; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.language-picker select option { background: #0b1915; }
.header-download { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 19px; border-radius: 12px; color: #042119; background: var(--mint); font-size: 13px; font-weight: 850; box-shadow: 0 8px 25px rgba(45, 222, 172, .12); transition: transform .2s ease, box-shadow .2s ease; }
.header-download:hover, .play-button:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(45, 222, 172, .16); }

.section-grid { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .88fr) minmax(510px, 1.12fr); gap: 28px; }
.hero { position: relative; z-index: 2; min-height: 740px; padding: 72px 0 40px; align-items: center; }
.hero-copy { position: relative; z-index: 5; padding-bottom: 45px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span:first-child { display: block; width: 28px; height: 1px; background: var(--mint); box-shadow: 0 0 8px var(--mint); }
.hero h1, .wear-copy h2, .final-cta h2 { margin: 25px 0 24px; max-width: 720px; font-size: clamp(62px, 6vw, 94px); line-height: .92; letter-spacing: -.068em; font-weight: 900; }
h1 em, h2 em { display: block; color: var(--mint); font-style: normal; }
.hero-lead { max-width: 575px; color: #a5b8b1; font-size: 19px; line-height: 1.65; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.play-button { display: inline-flex; align-items: center; gap: 12px; height: 62px; padding: 0 24px; border: 1px solid rgba(109, 244, 203, .32); border-radius: 15px; background: linear-gradient(135deg, rgba(18, 50, 40, .9), rgba(8, 28, 22, .95)); transition: transform .2s ease, box-shadow .2s ease; }
.play-button svg { width: 27px; height: 31px; }
.play-button span { display: flex; flex-direction: column; }
.play-button small { color: #9eb0aa; font-size: 8px; line-height: 1.1; letter-spacing: .12em; }
.play-button strong { color: #fff; font-size: 20px; line-height: 1.2; font-weight: 650; letter-spacing: -.02em; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #b9c8c3; font-size: 13px; font-weight: 750; }
.text-link > span:last-child { color: var(--mint); font-size: 20px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 34px; color: #789087; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.hero-points > span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points i { width: 5px; height: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px var(--mint); }

.hero-visual { position: relative; height: 670px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; left: 7%; top: 7%; width: 88%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(48, 231, 177, .15), rgba(14, 63, 49, .06) 46%, transparent 70%); filter: blur(4px); }
.orbit { position: absolute; border: 1px solid rgba(91, 226, 184, .12); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 510px; height: 300px; top: 176px; left: 57px; }
.orbit-two { width: 650px; height: 390px; top: 130px; left: -13px; }
.pulse-dot { position: absolute; z-index: 3; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(97, 240, 197, .07), 0 0 24px var(--mint); }
.dot-one { top: 147px; right: 76px; }
.dot-two { left: 31px; bottom: 155px; }
.creative-shot { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(126, 234, 201, .22); border-radius: 22px; background: #04100d; box-shadow: 0 40px 90px rgba(0, 0, 0, .5); }
.creative-shot img { width: 100%; height: 100%; object-fit: cover; }
.creative-main { z-index: 4; width: 272px; height: 484px; left: 50%; top: 62px; transform: translateX(-50%) rotate(1.5deg); }
.creative-left, .creative-right { z-index: 2; width: 205px; height: 364px; top: 133px; filter: saturate(.8) brightness(.67); }
.creative-left { left: 0; transform: rotate(-7deg); }
.creative-right { right: -2px; transform: rotate(8deg); }
.floating-card { position: absolute; z-index: 8; display: flex; align-items: center; gap: 12px; min-width: 158px; padding: 13px 16px; border: 1px solid rgba(102, 236, 195, .23); border-radius: 15px; background: rgba(5, 20, 16, .84); box-shadow: 0 20px 50px rgba(0,0,0,.38); backdrop-filter: blur(14px); }
.floating-card div { display: flex; flex-direction: column; gap: 2px; }
.floating-card b { color: var(--mint); font-size: 13px; }
.floating-card small { color: #8fa69e; font-size: 9px; white-space: nowrap; }
.floating-top { right: -6px; top: 76px; }
.floating-bottom { left: 12px; bottom: 76px; }
.floating-bottom svg { width: 25px; fill: none; stroke: var(--mint); stroke-width: 1.2; }
.radar { width: 30px; height: 30px; border: 1px solid var(--mint); border-radius: 50%; background: radial-gradient(circle, var(--mint) 0 2px, transparent 3px 9px, rgba(97,240,197,.45) 10px 11px, transparent 12px); }

.system-strip { width: var(--page); margin: 18px auto 0; padding: 29px 32px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.system-strip div { display: flex; flex-direction: column; gap: 6px; padding-left: 28px; border-left: 1px solid rgba(119, 164, 150, .13); }
.system-strip div:first-child { padding-left: 0; border-left: 0; }
.system-strip strong { color: var(--mint); font-size: 15px; letter-spacing: .04em; }
.system-strip span { color: #738b82; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .09em; }

.feature-section { width: var(--page); margin: 0 auto; padding: 145px 0 110px; }
.section-heading { display: grid; grid-template-columns: 1fr 1.12fr; column-gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(43px, 4vw, 66px); line-height: .98; letter-spacing: -.055em; }
.section-heading p { margin: 0 0 4px; max-width: 520px; color: #899f97; font-size: 16px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(107, 208, 177, .14); border-radius: 27px; background: radial-gradient(circle at 70% 18%, rgba(49, 202, 156, .1), transparent 35%), linear-gradient(145deg, #0a1c17, #07130f); }
.feature-map, .feature-coach { grid-column: span 6; }
.feature-map { background: radial-gradient(circle at 70% 27%, rgba(49, 202, 156, .13), transparent 40%), linear-gradient(145deg, #0a1c17, #07130f); }
.feature-coach { background: radial-gradient(circle at 72% 22%, rgba(77, 125, 192, .13), transparent 40%), linear-gradient(145deg, #0b1b18, #07130f); }
.feature-copy { position: relative; z-index: 3; max-width: 360px; padding: 36px; }
.feature-number { display: inline-block; color: var(--mint); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.feature-card h3 { margin: 20px 0 12px; font-size: 30px; line-height: 1.04; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: #80978f; font-size: 14px; line-height: 1.65; }
.map-visual { position: absolute; right: -5px; bottom: -35px; width: 62%; aspect-ratio: 1; display: grid; place-items: center; }
.map-visual::before { content: "BODY / SIGNAL / MAP"; position: absolute; left: -30px; bottom: 78px; color: rgba(99,240,197,.35); font-size: 8px; font-weight: 800; letter-spacing: .16em; transform: rotate(-90deg); }
.map-visual img { position: relative; z-index: 3; width: 102px; height: 102px; border-radius: 29px; box-shadow: 0 0 65px rgba(69,228,181,.22); }
.map-orbit { position: absolute; border: 1px solid rgba(96,234,193,.14); border-radius: 50%; }
.orbit-a { inset: 27%; }.orbit-b { inset: 14%; }.orbit-c { inset: 1%; }
.map-node { position: absolute; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 14px var(--mint); }
.node-a { left: 19%; top: 39%; }.node-b { right: 17%; top: 53%; }.node-c { left: 43%; bottom: 11%; }
.scan-line { position: absolute; z-index: 4; left: 20%; right: 10%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(96,240,196,.9), transparent); box-shadow: 0 0 8px rgba(96,240,196,.5); }
.program-visual { position: absolute; left: 36px; right: 36px; bottom: 34px; padding: 22px; border: 1px solid rgba(108,226,190,.16); border-radius: 20px; background: rgba(3,17,13,.62); box-shadow: 0 24px 55px rgba(0,0,0,.26); }
.program-status { display: flex; align-items: center; gap: 10px; padding-bottom: 17px; border-bottom: 1px solid rgba(111,170,151,.14); }
.program-status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }.program-status b { color: var(--mint); font-size: 12px; letter-spacing: .08em; }.program-status i { margin-left: auto; color: #60786f; font-size: 9px; font-style: normal; letter-spacing: .1em; }
.program-row { display: grid; grid-template-columns: 28px 1fr 36px; gap: 13px; align-items: center; min-height: 46px; border-bottom: 1px solid rgba(111,170,151,.09); }
.program-row:last-child { border-bottom: 0; }.program-row strong { color: #6e877e; font-size: 9px; }.program-row > span { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(98,149,133,.13); }.program-row > span i { display: block; width: 72%; height: 100%; border-radius: inherit; background: #3b8e73; }.program-row:nth-child(4) > span i { width: 48%; }.program-row:nth-child(5) > span i { width: 24%; }.program-row em { color: #5f756d; font-size: 8px; font-style: normal; text-align: right; }
.program-row.active strong, .program-row.active em { color: var(--mint); }.program-row.active > span i { width: 100%; background: var(--mint); box-shadow: 0 0 12px rgba(97,240,197,.45); }
.compact-card { grid-column: span 4; min-height: 370px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; }
.compact-card h3 { max-width: 290px; }
.line-icon { position: absolute; left: 28px; top: 58px; width: 150px; height: 92px; }
.line-icon::after { content: ""; position: absolute; left: 0; bottom: 0; width: 260px; height: 1px; background: linear-gradient(90deg, rgba(91,239,194,.45), transparent); }
.line-icon svg { width: 80px; fill: none; stroke: var(--mint); stroke-width: 1.4; filter: drop-shadow(0 0 8px rgba(97,240,197,.4)); }
.calorie-card { background: radial-gradient(circle at 50% 21%, rgba(243, 169, 77, .14), transparent 32%), linear-gradient(145deg, #111b17, #07130f); }
.calorie-orb { position: absolute; top: 47px; left: 50%; display: grid; place-items: center; width: 108px; height: 108px; transform: translateX(-50%); border: 1px solid rgba(255, 185, 90, .28); border-radius: 50%; }
.calorie-orb::before, .calorie-orb::after, .calorie-orb span { content: ""; position: absolute; border: 1px solid rgba(255, 185, 90, .13); border-radius: 50%; }
.calorie-orb::before { inset: 12px; }.calorie-orb::after { inset: 25px; }.calorie-orb span { inset: -17px; }
.calorie-orb b { color: #ffc36f; font-size: 20px; letter-spacing: -.04em; }
.club-card { background: radial-gradient(circle at 50% 17%, rgba(173, 113, 255, .12), transparent 31%), linear-gradient(145deg, #0c1917, #07130f); }
.rank-pyramid { position: absolute; left: 50%; top: 52px; width: 170px; height: 112px; transform: translateX(-50%); }
.rank-pyramid i { position: absolute; bottom: 0; width: 34px; height: 34px; border: 1px solid rgba(115, 245, 205, .45); border-radius: 50%; background: radial-gradient(circle, #37c79c, #0b2a21 62%); box-shadow: 0 0 25px rgba(80, 223, 179, .14); }
.rank-pyramid i:nth-child(1) { left: 68px; top: 0; }
.rank-pyramid i:nth-child(2) { left: 30px; bottom: 3px; }.rank-pyramid i:nth-child(3) { right: 30px; bottom: 3px; }
.rank-pyramid i:nth-child(4) { left: 0; bottom: -42px; }.rank-pyramid i:nth-child(5) { right: 0; bottom: -42px; }
.rank-pyramid::before, .rank-pyramid::after { content: ""; position: absolute; inset: 18px 16px; border-left: 1px solid rgba(95,235,192,.18); border-right: 1px solid rgba(95,235,192,.18); transform: perspective(80px) rotateX(25deg); }

.gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(225px, 24%); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: rgba(97,240,197,.38) rgba(15,41,33,.6); padding: 4px 0 20px; }
.gallery-track figure { position: relative; margin: 0; overflow: hidden; aspect-ratio: 9 / 16; scroll-snap-align: start; border: 1px solid rgba(110, 220, 186, .17); border-radius: 22px; background: #07130f; }
.gallery-track figure::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.015); border-radius: inherit; }
.gallery-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-track figure:hover img { transform: scale(1.018); }

.wear-section { width: var(--page); min-height: 750px; margin: 70px auto 0; display: grid; grid-template-columns: 1.04fr .96fr; gap: 100px; align-items: center; padding: 80px 72px; overflow: hidden; position: relative; border: 1px solid rgba(106, 221, 186, .15); border-radius: 34px; background: radial-gradient(circle at 17% 55%, rgba(66, 111, 193, .17), transparent 36%), radial-gradient(circle at 56% 18%, rgba(52, 205, 158, .11), transparent 33%), #081813; }
.wear-visual { position: relative; height: 630px; }
.wear-glow { position: absolute; width: 460px; height: 460px; left: 30px; top: 45px; border-radius: 50%; background: radial-gradient(circle, rgba(91, 118, 230, .16), transparent 68%); }
.wear-creative { position: absolute; overflow: hidden; margin: 0; width: 276px; height: 491px; left: 38px; top: 42px; transform: rotate(-5deg); border: 1px solid rgba(117,226,192,.24); border-radius: 22px; box-shadow: 0 35px 70px rgba(0,0,0,.5); }
.wear-creative img { width: 100%; height: 100%; object-fit: cover; }
.watch { position: absolute; z-index: 5; right: -8px; bottom: 78px; width: 210px; height: 250px; border-radius: 64px; background: linear-gradient(150deg, #49635b, #15251f 55%, #07100d); box-shadow: 0 35px 60px rgba(0,0,0,.5), inset 0 0 0 2px rgba(170, 218, 202, .18); }
.watch::before, .watch::after { content: ""; position: absolute; z-index: -1; left: 43px; width: 124px; height: 100px; background: linear-gradient(90deg, #172a24, #415a52, #172a24); }
.watch::before { top: -68px; border-radius: 34px 34px 12px 12px; }.watch::after { bottom: -68px; border-radius: 12px 12px 34px 34px; }
.watch-crown { position: absolute; width: 13px; height: 39px; right: -9px; top: 68px; border-radius: 5px; background: #3b514a; }
.watch-face { position: absolute; inset: 9px; overflow: hidden; border-radius: 56px; background: radial-gradient(circle at 50% 35%, #0d3d2e, #03100c 67%); display: flex; flex-direction: column; align-items: center; }
.watch-face img { width: 35px; height: 35px; margin-top: 23px; border-radius: 11px; }
.watch-ring { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 112px; height: 112px; margin-top: 9px; border: 8px solid rgba(85, 233, 187, .14); border-top-color: var(--mint); border-right-color: #34b990; border-radius: 50%; transform: rotate(-25deg); }
.watch-ring span, .watch-ring small { transform: rotate(25deg); }.watch-ring span { font-size: 22px; font-weight: 850; }.watch-ring small { margin-top: 2px; color: #6e887e; font-size: 8px; letter-spacing: .12em; }
.wear-copy h2 { margin-top: 26px; font-size: clamp(50px, 4.8vw, 73px); }
.wear-copy > p { color: #90a69e; font-size: 17px; line-height: 1.7; }
.wear-copy ul { list-style: none; padding: 0; margin: 38px 0 0; }
.wear-copy li { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(108, 160, 144, .14); }
.wear-copy li > span { color: var(--mint); font-size: 9px; font-weight: 850; letter-spacing: .12em; padding-top: 4px; }
.wear-copy li div { display: flex; flex-direction: column; gap: 5px; }.wear-copy li b { font-size: 14px; }.wear-copy li small { color: #728a82; font-size: 12px; line-height: 1.5; }

.privacy-section { width: var(--page); margin: 110px auto; padding: 52px 58px; display: grid; grid-template-columns: auto 1fr 310px; align-items: center; gap: 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-symbol { display: grid; place-items: center; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle, rgba(76, 225, 181, .13), transparent 70%); }
.privacy-symbol svg { width: 67px; fill: rgba(65, 221, 174, .04); stroke: var(--mint); stroke-width: 1.3; filter: drop-shadow(0 0 15px rgba(75,230,183,.2)); }
.privacy-copy h2 { margin: 18px 0 9px; font-size: 36px; letter-spacing: -.045em; }.privacy-copy p { margin: 0; max-width: 610px; color: #7f958d; font-size: 14px; line-height: 1.65; }
.privacy-links { display: flex; flex-direction: column; }
.privacy-links a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(113, 164, 148, .14); color: #b5c4bf; font-size: 13px; font-weight: 700; }.privacy-links a span:last-child { color: var(--mint); }

.final-cta { width: var(--page); margin: 0 auto 30px; min-height: 590px; padding: 110px 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 34px; border: 1px solid rgba(104, 224, 187, .15); background: radial-gradient(circle at 50% 100%, rgba(52, 209, 162, .18), transparent 45%), #081713; }
.cta-lines { position: absolute; width: 720px; height: 350px; left: 50%; bottom: -210px; transform: translateX(-50%); border: 1px solid rgba(92,233,190,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(92,233,190,.035), 0 0 0 110px rgba(92,233,190,.025), 0 0 0 165px rgba(92,233,190,.016); }
.final-cta h2 { max-width: 900px; margin: 25px 0 20px; font-size: clamp(54px, 6vw, 86px); }.final-cta h2 em { display: inline; }.final-cta p { max-width: 620px; color: #8ca198; font-size: 17px; line-height: 1.6; }.final-cta .play-button { position: relative; z-index: 2; margin-top: 22px; }

.site-footer { width: var(--page); min-height: 130px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.footer-brand img { width: 40px; height: 40px; }.site-footer p { color: #536a61; font-size: 11px; }.site-footer nav { display: flex; justify-content: flex-end; gap: 24px; }.site-footer nav a { color: #728980; font-size: 11px; font-weight: 650; }

[dir="rtl"] .eyebrow > span:first-child { order: 2; }
[dir="rtl"] .main-nav { margin-left: 42px; margin-right: auto; }
[dir="rtl"] .language-picker svg { left: auto; right: 12px; }
[dir="rtl"] .language-picker select { padding: 0 36px 0 12px; }
[dir="rtl"] .floating-top { right: auto; left: -6px; }
[dir="rtl"] .floating-bottom { left: auto; right: 12px; }
[dir="rtl"] .system-strip div { padding-left: 0; padding-right: 28px; border-left: 0; border-right: 1px solid rgba(119, 164, 150, .13); }
[dir="rtl"] .system-strip div:first-child { padding-right: 0; border-right: 0; }

@media (max-width: 1050px) {
  :root { --page: min(930px, calc(100vw - 36px)); }
  .main-nav { display: none; }
  .section-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .hero-copy .eyebrow { justify-content: center; }.hero-lead { margin-left: auto; margin-right: auto; }.hero-actions, .hero-points { justify-content: center; }
  .hero-visual { width: min(680px, 100%); margin: -10px auto 0; }
  .feature-card h3 { font-size: 27px; }
  .wear-section { grid-template-columns: 1fr; gap: 40px; padding: 70px; }
  .wear-visual { order: 2; max-width: 560px; width: 100%; margin: 0 auto; }
  .wear-copy { text-align: center; }.wear-copy .eyebrow { justify-content: center; }.wear-copy > p { max-width: 620px; margin: 0 auto; }.wear-copy li { text-align: start; }
  .privacy-section { grid-template-columns: auto 1fr; }.privacy-links { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 28px); }
  .site-header { height: 76px; }
  .brand { gap: 9px; }.brand img { width: 37px; height: 37px; border-radius: 11px; }.brand-name { font-size: 16px; }
  .header-download { display: none; }.language-picker { height: 39px; }.language-picker select { width: 52px; min-width: 52px; color: transparent; padding-right: 0; }
  .hero { min-height: auto; padding: 64px 0 30px; }.hero h1 { font-size: clamp(52px, 15vw, 72px); }.hero-lead { font-size: 16px; line-height: 1.6; }.hero-actions { flex-direction: column; }.hero-points { gap: 13px; }
  .hero-visual { height: 500px; margin-top: 30px; }.creative-main { width: 226px; height: 402px; top: 35px; }.creative-left, .creative-right { width: 161px; height: 286px; top: 95px; }.creative-left { left: -28px; }.creative-right { right: -28px; }.floating-card { min-width: 132px; padding: 10px 12px; }.floating-top { top: 45px; right: -2px; }.floating-bottom { left: 0; bottom: 35px; }
  .system-strip { grid-template-columns: repeat(2, 1fr); gap: 26px 0; padding: 26px 12px; }.system-strip div:nth-child(3) { padding-left: 0; border-left: 0; }
  .feature-section { padding: 105px 0 60px; }.section-heading { grid-template-columns: 1fr; gap: 23px; }.section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }.section-heading h2 { font-size: 44px; }.feature-grid { display: flex; flex-direction: column; }.feature-card { min-height: 500px; }.feature-copy { padding: 30px; }.map-visual { width: 76%; }.program-visual { left: 28px; right: 28px; }.compact-card { min-height: 350px; padding: 27px; }
  .gallery-track { grid-auto-columns: minmax(236px, 76vw); }
  .wear-section { min-height: auto; margin-top: 55px; padding: 55px 24px 30px; gap: 20px; }.wear-copy h2 { font-size: 51px; }.wear-visual { height: 500px; }.wear-creative { width: 224px; height: 398px; left: 2px; }.watch { width: 165px; height: 198px; right: -20px; bottom: 82px; border-radius: 49px; }.watch-face { border-radius: 42px; }.watch-face img { width: 29px; height: 29px; margin-top: 15px; }.watch-ring { width: 90px; height: 90px; }.watch::before,.watch::after { left: 34px; width: 97px; height: 80px; }.watch::before { top: -53px; }.watch::after { bottom: -53px; }
  .privacy-section { grid-template-columns: 1fr; padding: 48px 20px; text-align: center; }.privacy-symbol { margin: 0 auto; }.privacy-copy .eyebrow { justify-content: center; }.privacy-links { grid-column: auto; text-align: start; }
  .final-cta { min-height: 560px; padding: 80px 20px; }.final-cta h2 { font-size: 54px; }.final-cta h2 em { display: block; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; padding: 42px 0; text-align: center; }.site-footer nav { justify-content: center; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: no-preference) {
  .creative-main { animation: float 6s ease-in-out infinite; }
  .floating-top { animation: floatCard 5.2s ease-in-out infinite; }
  .floating-bottom { animation: floatCard 6.3s ease-in-out -1.2s infinite; }
  .watch { animation: watchFloat 6s ease-in-out infinite; }
  @keyframes float { 0%,100% { transform: translateX(-50%) rotate(1.5deg) translateY(0); } 50% { transform: translateX(-50%) rotate(1.5deg) translateY(-9px); } }
  @keyframes floatCard { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
  @keyframes watchFloat { 0%,100% { transform: translateY(0) rotate(4deg); } 50% { transform: translateY(-8px) rotate(4deg); } }
}
