/* Homepage scroll scene: native scrolling, no animation dependencies. */
/* The legacy body rule sets overflow-x:hidden after its own @supports block.
   Clip keeps horizontal protection without creating a second scroll container. */
@supports (overflow-x: clip) { html, body { overflow-x: clip; } body { overflow-y: visible; } }
.experience { position: relative; background: var(--bg); isolation: isolate; }
.experience-stage { position: relative; min-height: 680px; height: 100svh; overflow: hidden; isolation: isolate; background: #080d18; }
.experience.is-enhanced { height: 370svh; }
.experience.is-enhanced .experience-stage { position: sticky; top: 0; min-height: 580px; height: 100svh; }
.experience-ambient { opacity: .055; z-index: -3; filter: saturate(.5); }
.experience-atmosphere { position: absolute; inset: 0; z-index: -2; background: radial-gradient(ellipse at 74% 40%, #07345299, transparent 53%), linear-gradient(0deg, #080d18 1%, transparent 45%, #080d18b3); }
.experience-grid { position: absolute; inset: 0; z-index: -1; opacity: .13; background-image: linear-gradient(#60cfff22 1px, transparent 1px), linear-gradient(90deg, #60cfff22 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(ellipse at 70% 50%, #000, transparent 75%); }
.experience-orbit { position: absolute; width: 60vw; height: 60vw; top: 48%; left: 76%; transform: translate(-50%, -50%); border: 1px solid #31baff12; border-radius: 50%; box-shadow: 0 0 0 6vw #2b9fff04, 0 0 0 12vw #2b9fff04; pointer-events: none; }
.experience-intro { position: absolute; inset: 0; display: flex; align-items: center; padding-top: 30px; pointer-events: none; z-index: 3; }
.experience-copy { width: 44%; padding-bottom: 20px; pointer-events: auto; }
.experience-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: .23em; color: #78d2fd; text-transform: uppercase; }
.experience-eyebrow > span { width: 5px; height: 5px; background: #5edfff; border-radius: 50%; box-shadow: 0 0 14px #00d4ff; }
.experience-eyebrow b { margin-left: 14px; font-weight: 400; color: #67798c; }
.experience h1 { margin: 26px 0 24px; font: 700 clamp(2.5rem, 4.4vw, 4.7rem)/1.12 'Orbitron', sans-serif; letter-spacing: -.055em; color: #f5f8ff; }
.experience h1 em { display: block; margin-top: 13px; font-style: normal; font-size: .68em; letter-spacing: -.04em; background: linear-gradient(110deg, #79e4ff, var(--accent-bright) 45%, var(--accent)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.experience-lede { max-width: 38ch; margin: 0 0 30px; font-size: 15px; line-height: 1.85; color: #97a9be; }
.experience-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.experience-actions .btn-pill { padding: 12px 12px 12px 23px; font-size: 12px; box-shadow: 0 8px 32px #0099ff24; }
.experience-actions .btn-ghost { padding: 12px 18px; font-size: 12px; }
.experience-scroll { display: inline-flex; align-items: center; gap: 12px; margin-top: 44px; font-size: 11px; color: #8e9fb3; }
.experience-scroll > span:last-child { color: #48caff; margin-left: 8px; }
.experience-mouse { width: 17px; height: 26px; border: 1px solid #6b8a9e; border-radius: 10px; position: relative; }
.experience-mouse::after { content: ''; position: absolute; top: 5px; left: 7px; width: 1px; height: 5px; background: #72daff; animation: experience-scroll-cue 2s ease-in-out infinite; }
@keyframes experience-scroll-cue { 0%, 100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(7px); opacity: 1; } }
.experience-device-anchor { position: absolute; width: min(46.5vw, 790px); right: 5%; top: 43.5%; transform: translateY(-45%); z-index: 2; }
.experience.is-enhanced .experience-device { will-change: transform; }
.experience-device { position: relative; transform: perspective(1400px) rotateX(8deg) rotateY(-13deg) rotateZ(2deg); transform-origin: 50% 50%; }
.experience-lid { position: relative; padding: 14px 10px 24px; border: 1px solid #5e7184; border-bottom-color: #111b27; border-radius: 17px 17px 7px 7px; background: linear-gradient(135deg, #3a4554, #101925 4%, #0d1219 96%, #50627a); box-shadow: 0 0 0 1px #060910, 0 2px 0 2px #233145, -4px 0 24px #0099ff13, 0 32px 65px #0008; }
.experience-camera { position: absolute; top: 5px; left: 50%; height: 4px; width: 4px; border-radius: 50%; background: #122d3a; box-shadow: 0 0 0 1px #03080e; }
.experience-display { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #03070d; background: #091424; border-radius: 5px; }
.experience-media { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s; }
.experience-media.is-active { opacity: 1; visibility: visible; }
.experience-media img, .experience-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.experience-media video { background: radial-gradient(ellipse at center, #143952, #07111e); }
.experience-screen-shade { position: absolute; inset: 0; background: linear-gradient(0deg, #030914dd, transparent 65%); opacity: .85; }
.experience-screen-ui { position: absolute; top: 7%; left: 5%; right: 5%; display: flex; justify-content: space-between; align-items: center; color: #e7f7ff; font: 500 clamp(7px, .7vw, 11px) 'Orbitron', sans-serif; letter-spacing: .13em; }
.experience-screen-brand { font-weight: 700; }
.experience-screen-brand > span { color: #66dfff; margin: 0 8px; }
.experience-screen-ui i { display: inline-block; width: 4px; height: 4px; background: #73edce; border-radius: 50%; margin-left: 6px; }
.experience-screen-caption { position: absolute; bottom: 10%; left: 6%; color: #fff; }
.experience-screen-caption small { display: block; margin-bottom: 8px; font-size: clamp(7px, .66vw, 10px); letter-spacing: .2em; text-transform: uppercase; color: #9acee0; }
.experience-screen-caption strong { display: block; font: 700 clamp(12px, 2.1vw, 31px)/1.2 'Orbitron', sans-serif; letter-spacing: -.04em; }
.experience-screen-caption > span { display: block; margin-top: 17px; font-size: clamp(6px, .5vw, 8px); letter-spacing: .22em; color: #adc1d0; }
.experience-glass { position: absolute; inset: 0; background: linear-gradient(125deg, #92d5ff10, transparent 38%, #7cbeed08); pointer-events: none; }
.experience-lid-brand { position: absolute; bottom: 6px; width: 100%; left: 0; text-align: center; font: 600 6px 'Inter', sans-serif; color: #8398ad; }
.experience-base { position: absolute; top: calc(100% - 1px); left: -5%; width: 110%; height: 42%; transform: perspective(550px) rotateX(57deg); transform-origin: 50% 0; border-radius: 3px 3px 14px 14px; border: 1px solid #66758b; background: linear-gradient(110deg, #172333, #2a394a 45%, #101b29); box-shadow: 0 5px 0 #0b1420, 0 7px 0 #344355, 0 10px 0 #080e16, 0 18px 36px #000b; }
.experience-base::after { content: ''; position: absolute; bottom: -5px; left: 35%; width: 30%; height: 3px; background: linear-gradient(90deg, transparent, #1fc6ff, transparent); box-shadow: 0 2px 14px #008cff88; }
.experience-keyboard { position: absolute; top: 14%; left: 9%; right: 9%; height: 46%; border: 3px solid #0d1925; border-radius: 4px; background: repeating-linear-gradient(0deg, transparent 0, transparent calc(25% - 3px), #233545 calc(25% - 2px), #090f19 25%), repeating-linear-gradient(90deg, #08121b 0, #0c1d2b calc(6.66% - 3px), #59b7d366 calc(6.66% - 2px), #08121c 6.66%); box-shadow: 0 0 12px #00a6ff10; }
.experience-speakers { position: absolute; top: 6%; left: 12%; width: 76%; height: 3%; background: repeating-linear-gradient(90deg, #050d18 0, #050d18 2px, transparent 2px, transparent 4px); }
.experience-trackpad { position: absolute; bottom: 9%; left: 36%; width: 28%; height: 24%; border: 1px solid #6b81964d; background: #101b293d; border-radius: 4px; }
.experience-device-shadow { position: absolute; z-index: -1; top: 125%; width: 100%; height: 18%; border-radius: 50%; background: #0009; filter: blur(20px); }
.experience-device-note { position: absolute; right: 0; top: calc(100% + 110px); color: #58758a; font-size: 8px; letter-spacing: .2em; }
.experience-cinema-shade { position: absolute; inset: 0; z-index: 4; opacity: 0; pointer-events: none; background: linear-gradient(90deg, #030a16dd, #030a1650 52%, transparent 85%), linear-gradient(0deg, #080d18 0%, transparent 45%, #080d18aa 100%); }
.experience-stories { display: none; }
.experience.is-enhanced .experience-stories { position: absolute; inset: 0; display: block; z-index: 5; pointer-events: none; }
.experience-story { position: absolute; left: clamp(1rem, 4vw, 3rem); bottom: 22%; width: min(600px, 65%); opacity: 0; visibility: hidden; }
.experience-story h2 { color: #f5f8ff; font: 700 clamp(2.7rem, 5.1vw, 5.6rem)/1.08 'Orbitron', sans-serif; letter-spacing: -.055em; margin: 22px 0; }
.experience-story p { color: #b1c1d3; max-width: 37ch; line-height: 1.8; font-size: 16px; }
.experience-story .btn-pill { margin-top: 16px; font-size: 13px; pointer-events: auto; }
.experience-bottom { position: absolute; z-index: 6; bottom: 34px; left: 4.5%; right: 4.5%; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .13em; }
.experience-bottom-label { color: #8ea2b9; }
.experience-bottom-label > span { color: #425c75; margin-left: 10px; }
.experience-chapters { display: flex; align-items: center; gap: 14px; color: #4f647a; text-transform: uppercase; }
.experience-chapters span { transition: color .25s; }
.experience-chapters b { font-weight: 400; margin-right: 5px; }
.experience-chapters i { width: 30px; height: 1px; background: #28445b; }
.experience-chapters .is-active { color: #79dcff; }
.experience-skip { color: #a1b5c9; padding: 10px 0; }
.experience-skip span { color: #46caff; margin-left: 8px; }
.experience-controls { display: flex; align-items: center; gap: 20px; }
.experience-motion { display: inline-flex; align-items: center; gap: 7px; padding: 10px 0; background: none; border: 0; color: #a1b5c9; font: inherit; letter-spacing: inherit; cursor: pointer; }
.experience-motion[hidden] { display: none; }
.experience-motion > span { width: 15px; height: 9px; border: 1px solid #627c92; border-radius: 6px; position: relative; }
.experience-motion > span::after { content: ''; position: absolute; width: 3px; height: 3px; border-radius: 50%; top: 2px; left: 2px; background: #8299aa; }
.experience-motion[aria-pressed="true"] > span { border-color: #55d5ff; }
.experience-motion[aria-pressed="true"] > span::after { left: 8px; background: #55d5ff; }
.experience-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; z-index: 7; background: #2b719722; }
.experience-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #0066cc, #00d4ff); transform: scaleX(0); transform-origin: 0 50%; }
.experience-trust { background: #080d18; padding: 38px 0; scroll-margin-top: 90px; }
.experience-trust > .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.experience-trust-label { color: #637a91; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; max-width: 27ch; }
.experience-trust .hero-meta { margin: 0; display: flex; gap: clamp(30px, 6vw, 95px); }
.experience-trust .hero-meta .val { font-size: 26px; }
.experience-trust .hero-meta .lbl { margin-top: 2px; font-size: 9px; }
.experience a:focus-visible, .experience button:focus-visible { outline: 2px solid #7ae2ff; outline-offset: 6px; }
.experience ~ .curve { background: #080d18; }
.home-reveal { transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.home-reveal.is-waiting { opacity: 0; transform: translateY(25px); }
@media (min-width: 1600px) { .experience-device-anchor { right: max(5%, calc((100vw - 1400px) / 2)); } }
@media (max-width: 1024px) {
    .experience-stage { min-height: 850px; }
    .experience.is-enhanced .experience-stage { min-height: 680px; }
    .experience-intro { align-items: flex-start; padding-top: 125px; text-align: center; }
    .experience-copy { width: 100%; padding: 0; }
    .experience-eyebrow, .experience-actions { justify-content: center; }
    .experience h1 { font-size: clamp(32px, 5vw, 52px); margin: 20px 0 16px; }
    .experience h1 em { display: inline; margin-left: 10px; font-size: .8em; }
    .experience-lede { max-width: 48ch; margin: 0 auto 21px; font-size: 14px; }
    .experience-scroll { margin-top: 20px; }
    .experience-device-anchor { width: min(73vw, 650px); right: 50%; top: 64%; transform: translate(50%, -25%); }
    .experience-device { transform: perspective(1400px) rotateX(8deg); }
    .experience-device-note { display: none; }
    .experience-bottom-label { display: none; }
    .experience-bottom { bottom: 22px; }
    .experience-story .experience-eyebrow { justify-content: flex-start; }
    .experience-story { bottom: 24%; }
    .experience-screen-caption strong { font-size: clamp(20px, 3vw, 30px); }
}
@media (max-width: 640px) {
    .experience-stage { min-height: 740px; }
    .experience.is-enhanced { height: 340svh; }
    .experience.is-enhanced .experience-stage { min-height: 640px; }
    .experience-intro { padding-top: 113px; }
    .experience-eyebrow { font-size: 8px; letter-spacing: .2em; }
    .experience h1 { font-size: clamp(29px, 8vw, 43px); margin-top: 17px; }
    .experience h1 em { display: block; font-size: .82em; margin: 9px 0 0; }
    .experience-lede { font-size: 12px; line-height: 1.75; max-width: 34ch; margin-bottom: 20px; }
    .experience-actions { gap: 8px; }
    .experience-actions .btn-pill { font-size: 10px; padding: 10px 9px 10px 14px; gap: 8px; }
    .experience-actions .btn-pill .dot { width: 25px; height: 25px; }
    .experience-actions .btn-ghost { font-size: 10px; padding: 13px 12px; }
    .experience-scroll { margin-top: 21px; font-size: 10px; }
    .experience-mouse { width: 14px; height: 21px; }
    .experience-mouse::after { left: 6px; }
    .experience-device-anchor { width: 85vw; top: 62%; transform: translate(50%, -18%); }
    .experience-lid { padding: 11px 6px 18px; border-radius: 11px 11px 4px 4px; }
    .experience-lid-brand { font-size: 4px; bottom: 5px; }
    .experience-screen-caption strong { font-size: 18px; }
    .experience-screen-caption > span { margin-top: 8px; }
    .experience-screen-caption small { margin-bottom: 5px; }
    .experience-chapters { gap: 8px; font-size: 7px; letter-spacing: .07em; }
    .experience-chapters i { width: 12px; }
    .experience-chapters b { margin-right: 2px; }
    .experience-bottom { left: 6%; right: 6%; gap: 6px; bottom: 14px; flex-direction: column; }
    .experience-skip { font-size: 9px; letter-spacing: .05em; white-space: nowrap; }
    .experience-controls { gap: 32px; }
    .experience-motion { font-size: 9px; letter-spacing: 0; }
    .experience-chapters { font-size: 8px; gap: 12px; }
    .experience-story { width: calc(100% - 2.5rem); bottom: 24%; }
    .experience-story h2 { font-size: clamp(34px, 10vw, 48px); max-width: 11ch; }
    .experience-story p { font-size: 13px; max-width: 30ch; }
    .experience-story .btn-pill { font-size: 11px; }
    .experience-cinema-shade { background: linear-gradient(0deg, #080d18 0%, #030a1699 50%, #030a1633 80%, #080d18aa); }
    .experience-trust { padding: 29px 0; }
    .experience-trust > .shell { flex-direction: column; gap: 21px; }
    .experience-trust-label { max-width: none; font-size: 8px; }
    .experience-trust .hero-meta { width: 100%; justify-content: space-between; gap: 14px; }
    .experience-trust .hero-meta .val { font-size: 22px; }
    .experience-trust .hero-meta .lbl { font-size: 7px; }
}
@media (max-height: 650px) and (min-width: 1025px) {
    .experience h1 { font-size: 42px; }
    .experience-lede { font-size: 13px; margin-bottom: 20px; }
    .experience-scroll { margin-top: 20px; }
    .experience-device-anchor { width: 46vw; top: 46%; }
}
@media (max-height: 740px) and (max-width: 640px) {
    .experience-intro { padding-top: 94px; }
    .experience h1 { font-size: 28px; }
    .experience-lede { margin-bottom: 14px; }
    .experience-scroll { margin-top: 14px; }
    .experience-device-anchor { top: 64%; width: 77vw; }
}
@media (max-width: 380px) {
    .experience-actions { gap: 4px; }
    .experience-actions .btn-pill { padding-left: 11px; font-size: 9px; }
    .experience-actions .btn-ghost { padding: 13px 10px; font-size: 9px; }
    .experience-chapters { display: none; }
    .experience-base { height: 34%; }
}
@media (prefers-reduced-motion: reduce) {
    .experience-mouse::after { animation: none; }
    .experience-media { transition: none; }
    .home-reveal, .home-reveal.is-waiting { opacity: 1; transform: none; transition: none; }
}
