:root { --ink: #0b1519; --deep: #102f38; --aqua: #00aeff; --foam: #eff3f6; --muted: #94a5aa; --line: rgba(255,255,255,.18); --ease-out: cubic-bezier(.16,1,.3,1); --ease-wave: cubic-bezier(.65,0,.35,1); --header-height: clamp(72px,4.1vw,108px); --page-gutter: clamp(40px,7vw,180px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { background: var(--ink); color: #fff; font-family: "DM Sans", sans-serif; margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
:where(a, button, input, select, textarea):focus-visible { outline: 2px solid var(--aqua); outline-offset: 4px; }

.site-header { align-items: center; backdrop-filter: blur(8px); background: linear-gradient(180deg, rgba(132,132,132,.62), rgba(95,95,95,.42)); border-bottom: 1px solid rgba(255,255,255,.13); box-shadow: 0 4px 12px rgba(0,0,0,.25); display: flex; height: var(--header-height); justify-content: space-between; left: 0; padding: 0 clamp(40px,3vw,96px); position: fixed; right: 0; top: 0; transition: background .45s ease, box-shadow .45s ease, height .45s var(--ease-out), transform .45s var(--ease-out); z-index: 10; }
.site-header.is-scrolled { background: rgba(8,25,31,.78); box-shadow: 0 8px 24px rgba(0,0,0,.32); height: calc(var(--header-height) - clamp(8px,.45vw,12px)); }
.site-header.is-hidden { transform: translateY(-115%); }
.brand img { display: block; height: auto; width: clamp(180px,10vw,300px); }
.desktop-nav { align-items: center; display: flex; gap: 4px; margin-left: auto; margin-right: 36px; padding: 4px; position: relative; }
.desktop-nav a { color: rgba(255,255,255,.78); font-size: clamp(14px,.8vw,20px); padding: clamp(9px,.55vw,14px) clamp(13px,.8vw,20px); position: relative; transition: color .3s ease; z-index: 1; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.nav-indicator { background: linear-gradient(130deg, rgba(4,178,255,.76), rgba(31,137,205,.56) 48%, rgba(0,205,255,.62)); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; box-shadow: 0 5px 15px rgba(0,126,190,.25), inset 0 1px 1px rgba(255,255,255,.3); height: calc(100% - 8px); left: 4px; overflow: hidden; pointer-events: none; position: absolute; top: 4px; transform: translateX(var(--indicator-x,0px)); transition: transform .58s var(--ease-wave), width .42s var(--ease-wave); width: var(--indicator-width,0px); }
.nav-indicator::before { background: radial-gradient(ellipse at 24% 116%, rgba(255,255,255,.42) 0 10%, transparent 11%), radial-gradient(ellipse at 60% 112%, rgba(255,255,255,.18) 0 13%, transparent 14%), linear-gradient(180deg, rgba(255,255,255,.26), transparent 48%); content: ""; inset: -45% -28%; position: absolute; transform: translateX(-4%) rotate(-4deg); }
.header-cta, .primary-cta { align-items: center; display: inline-flex; gap: 12px; transition: background .25s ease, transform .35s var(--ease-out), border-color .25s ease, box-shadow .35s ease; }
.header-cta { background: rgba(83,83,83,.25); border-radius: 6px; box-shadow: inset 0 0 .5px 2px rgba(255,255,255,.25), 0 4px 4px rgba(0,0,0,.24); color: #fff; font-size: clamp(14px,.8vw,20px); font-weight: 700; padding: clamp(9px,.55vw,14px) clamp(12px,.8vw,20px); }
.header-cta:hover, .primary-cta:hover { background: #31bcff; box-shadow: inset 0 0 .5px 2px rgba(255,255,255,.32), 0 10px 20px rgba(0,102,160,.28); transform: translateY(-3px); }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 10px 0 10px 14px; }
.menu-toggle span { background: #fff; display: block; height: 2px; margin: 4px 0; transition: transform .3s var(--ease-out), opacity .25s ease; width: 20px; }
.site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.site-header--deep { background: linear-gradient(180deg, rgba(8,35,43,.96), rgba(8,30,37,.9)); }

.hero { align-items: center; display: flex; min-height: max(100svh, 760px); overflow: hidden; padding: clamp(120px,13svh,220px) var(--page-gutter) clamp(80px,9svh,160px); position: relative; }
.hero-image, .hero-overlay { inset: 0; position: absolute; }
.hero-image { height: 112%; object-fit: cover; transform: translate3d(0,var(--parallax-y,0px),0) scale(1.04); transition: transform .1s linear; width: 100%; will-change: transform; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,17,22,.32) 0%, rgba(4,17,22,.02) 66%, rgba(4,17,22,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.12), transparent 50%); }
.hero-content { max-width: min(72vw,1500px); position: relative; z-index: 1; }
.eyebrow { color: var(--aqua); font-size: 12px; font-weight: 700; letter-spacing: .16em; margin: 0 0 22px; text-transform: uppercase; }
h1, h2 { margin: 0; text-transform: uppercase; }
h1 { color: #fff; font-family: "Archivo Black", "Termina Test", "Arial Black", Arial, sans-serif; font-size: clamp(84px,7.2vw,210px); font-weight: 400; letter-spacing: -.065em; line-height: 1.14; max-width: min(72vw,1500px); position: relative; text-shadow: 0 3px 4px rgba(0,0,0,.18); }
.hero h1::after { background: linear-gradient(135deg, rgba(255,255,255,.83) 0%, rgba(255,255,255,.38) 18%, transparent 45%); background-clip: text; color: transparent; content: "SURF\A IN YOUR\A BACKYARD"; font: inherit; inset: 0; line-height: inherit; mix-blend-mode: screen; pointer-events: none; position: absolute; white-space: pre; -webkit-background-clip: text; }
.pool-hero h1::after { content: none; }
.primary-cta { background: #00aeff; border: 0; border-radius: 6px; box-shadow: inset 0 0 .5px 2px rgba(255,255,255,.25), 0 4px 4px rgba(0,0,0,.24); font-size: clamp(18px,1vw,25px); font-weight: 700; margin-top: clamp(30px,3.5svh,52px); padding: clamp(15px,.9vw,22px) clamp(19px,1.1vw,28px); }
.primary-cta span, .header-cta span { transition: transform .35s var(--ease-out); }
.primary-cta:hover span, .header-cta:hover span { transform: translateX(4px); }
.scroll-cue { align-items: center; bottom: 34px; color: rgba(255,255,255,.75); display: flex; font-size: 12px; gap: 10px; letter-spacing: .08em; position: absolute; right: 7vw; text-transform: uppercase; transition: color .25s ease, transform .35s var(--ease-out); z-index: 1; }
.scroll-cue:hover { color: #fff; transform: translateY(-3px); }
.scroll-cue span { animation: bob 1.8s ease-in-out infinite; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; height: 22px; position: relative; width: 22px; }
.scroll-cue span::after { border-bottom: 1px solid #fff; border-right: 1px solid #fff; content: ""; height: 5px; left: 7px; position: absolute; top: 6px; transform: rotate(45deg); width: 5px; }

/* Home product gateway */
.home-page { background: var(--foam); color: var(--ink); }
.product-gateway { display: flex; min-height: 100svh; overflow: hidden; padding-top: var(--header-height); }
.product-panel { color: var(--ink); display: grid; flex: 1 1 50%; gap: clamp(24px,2.4vw,44px); grid-template-rows: auto minmax(320px,1fr) auto; min-width: 0; padding: clamp(44px,5vw,94px) clamp(28px,4.4vw,110px) clamp(40px,4vw,80px); position: relative; transition: background .45s ease, flex-grow .68s var(--ease-wave); }
.product-panel + .product-panel { border-left: 1px solid rgba(11,21,25,.14); }
.product-panel--surf { background: #eff3f6; }
.product-panel--pools { background: #eff3f6; }
.product-panel:hover, .product-panel:focus-visible { flex-grow: 1.08; outline-offset: -4px; }
.product-panel:hover, .product-panel:focus-visible { background: #e1eff3; }
.product-panel__heading .eyebrow { margin-bottom: 10px; }
.product-panel__heading h2 { font-family: "Archivo Black", "Termina Test", "Arial Black", Arial, sans-serif; font-size: clamp(58px,5.4vw,146px); font-weight: 400; letter-spacing: -.065em; line-height: .86; }
.product-panel__subtitle { color: rgba(11,21,25,.62); font-size: clamp(15px,1.1vw,22px); font-weight: 500; letter-spacing: .02em; margin: 18px 0 0; }
.product-panel__media { border-radius: clamp(18px,2vw,34px); box-shadow: 0 24px 54px rgba(11,21,25,.16); margin: 0; min-height: 0; overflow: hidden; position: relative; }
.product-panel__media::after { background: linear-gradient(180deg, transparent 48%, rgba(4,17,22,.7)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.product-panel__media img { display: block; height: 100%; object-fit: cover; transform: scale(1.025); transition: transform .9s var(--ease-out); width: 100%; }
.product-panel--surf .product-panel__media img { object-position: center 48%; }
.product-panel--pools .product-panel__media img { object-position: center 58%; }
.product-panel:hover .product-panel__media img, .product-panel:focus-visible .product-panel__media img { transform: scale(1.07); }
.product-panel__label { bottom: clamp(18px,2vw,32px); color: #fff; font-size: clamp(12px,.85vw,18px); font-weight: 700; left: clamp(18px,2vw,32px); letter-spacing: .13em; position: absolute; right: clamp(18px,2vw,32px); text-transform: uppercase; z-index: 1; }
.product-panel__cta { align-items: center; background: var(--ink); border: 1px solid var(--ink); border-radius: 6px; color: #fff; display: inline-flex; font-size: clamp(15px,1vw,21px); font-weight: 700; gap: 14px; justify-self: start; padding: 14px 18px; transition: background .25s ease, border-color .25s ease, transform .35s var(--ease-out); }
.product-panel--pools .product-panel__cta { background: #174653; border-color: #174653; }
.product-panel:hover .product-panel__cta, .product-panel:focus-visible .product-panel__cta { background: var(--aqua); border-color: var(--aqua); transform: translateY(-3px); }
.product-panel__cta > span { transition: transform .35s var(--ease-out); }
.product-panel:hover .product-panel__cta > span, .product-panel:focus-visible .product-panel__cta > span { transform: translateX(4px); }
.motion-ready .product-panel[data-intro] { opacity: 0; transform: translate3d(0,24px,0); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out), background .45s ease, flex-grow .68s var(--ease-wave); }
.motion-ready.page-loaded .product-panel[data-intro] { opacity: 1; transform: translate3d(0,0,0); }
.motion-ready.page-loaded .product-panel--pools[data-intro] { transition-delay: .12s, .12s, 0s, 0s; }

.gallery-section { background: #333; display: grid; gap: clamp(36px,6vw,140px); grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); min-height: max(100svh, 760px); overflow: hidden; padding: clamp(80px,10svh,190px) var(--page-gutter); }
.gallery { min-height: clamp(680px,66svh,980px); position: relative; }
.gallery-copy { align-self: center; max-width: 560px; order: 2; }
.gallery-copy h2, .contact-section h2 { font-size: clamp(32px,3.3vw,104px); letter-spacing: -.045em; line-height: .98; }
.gallery-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: clamp(18px,1.6vw,34px); line-height: 1.35; margin: clamp(26px,3svh,44px) 0; }
.text-link { border-bottom: 1px solid var(--aqua); color: #fff; display: inline-flex; font-weight: 700; gap: 14px; padding-bottom: 8px; transition: color .25s ease, gap .35s var(--ease-out); }
.text-link:hover { color: var(--aqua); gap: 20px; }
.gallery-image { box-shadow: 4px -4px 18px rgba(0,0,0,.25); margin: 0; overflow: hidden; position: absolute; transform: translate3d(0,var(--parallax-y,0px),0); will-change: transform, opacity; }
.gallery-image img { display: block; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform .8s var(--ease-out); width: 100%; }
.gallery-image:hover img { transform: scale(1.055); }
.image-one { border-radius: 80px; height: 22%; left: 0; top: 4%; width: 38%; }
.image-two { border-radius: 80px; height: 27%; right: 3%; top: 11%; width: 31%; }
.image-three { border-radius: 24px; height: 48%; left: 16%; top: 25%; width: 66%; z-index: 2; }
.image-four { border-radius: 80px; bottom: 0; height: 28%; left: 4%; width: 36%; }

.pool-hero__copy { color: rgba(255,255,255,.82); font-size: clamp(18px,1.35vw,28px); line-height: 1.35; margin: clamp(26px,3svh,44px) 0 0; max-width: 620px; }
.pool-overview { background: #333; display: grid; gap: clamp(36px,6vw,140px); grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); min-height: max(100svh,760px); overflow: hidden; padding: clamp(80px,10svh,190px) var(--page-gutter); }
.pool-overview__copy { order: 2; }
.pool-collage { order: 1; }
.pool-collage .image-one { border-radius: 44px; height: 25%; left: 4%; top: 7%; width: 34%; }
.pool-collage .image-two { border-radius: 44px; height: 24%; right: 0; top: 1%; width: 36%; }
.pool-collage .image-three { border-radius: 36px; height: 52%; left: 11%; top: 23%; width: 68%; }
.pool-collage .image-four { border-radius: 44px; bottom: 5%; height: 26%; left: auto; right: 3%; width: 35%; }
.pool-modes { background: #174653; color: #fff; padding: clamp(90px,12svh,190px) var(--page-gutter); }
.pool-modes__intro { max-width: 920px; }
.pool-modes__intro h2 { font-size: clamp(42px,4.8vw,126px); letter-spacing: -.055em; line-height: .96; }
.pool-modes__intro > p:not(.eyebrow) { font-size: clamp(18px,1.35vw,25px); line-height: 1.4; margin: clamp(24px,3svh,38px) 0 0; max-width: 680px; }
.pool-depth-slider { align-items: center; display: grid; gap: clamp(40px,6vw,120px); grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); margin-top: clamp(64px,8svh,120px); }
.pool-depth-stage { aspect-ratio: 1.28; background: var(--deep); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; overflow: hidden; position: relative; }
.pool-depth-stage::after { background: linear-gradient(180deg, rgba(4,17,22,.08), rgba(4,17,22,.36)); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.pool-depth-stage__meta { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; left: 24px; letter-spacing: .16em; position: absolute; text-transform: uppercase; top: 22px; z-index: 2; }
.pool-depth-slide { inset: 0; margin: 0; opacity: 0; position: absolute; transform: scale(1.055); transition: opacity .62s ease, transform .9s var(--ease-out); }
.pool-depth-slide.is-active { opacity: 1; transform: scale(1); }
.pool-depth-slide img { display: block; height: 100%; object-fit: cover; width: 100%; }
.pool-depth-visual { min-width: 0; }
.pool-depth-info { max-width: 500px; }
.pool-depth-info h3 { font-size: clamp(34px,3.2vw,78px); letter-spacing: -.05em; line-height: .98; margin: 0; text-transform: uppercase; }
.pool-depth-info > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: clamp(18px,1.35vw,25px); line-height: 1.4; margin: 24px 0 0; }
.pool-depth-controls { background: rgba(4,28,36,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; display: grid; gap: 0; grid-template-columns: repeat(var(--depth-count,4),minmax(0,1fr)); margin-top: 24px; overflow: hidden; padding: 6px; position: relative; }
.pool-depth-controls::before { background: linear-gradient(135deg, rgba(4,178,255,.96), rgba(31,137,205,.88) 48%, rgba(0,205,255,.94)); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; bottom: 6px; box-shadow: 0 5px 15px rgba(0,126,190,.25), inset 0 1px 1px rgba(255,255,255,.3); box-sizing: border-box; content: ""; left: 6px; pointer-events: none; position: absolute; top: 6px; transform: translateX(calc(var(--depth-index, 0) * 100%)); transition: transform .58s var(--ease-wave); width: calc((100% - 12px) / var(--depth-count,4)); }
.pool-depth-notch { align-items: center; background: transparent; border: 0; color: rgba(255,255,255,.66); cursor: pointer; display: flex; flex-direction: column; font: inherit; justify-content: center; min-height: 52px; min-width: 0; padding: 10px 9px; position: relative; text-align: center; transition: color .3s ease, transform .35s var(--ease-out); z-index: 1; }
.pool-depth-notch:not(:last-child)::after { background: rgba(255,255,255,.24); content: ""; height: 20px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; }
.pool-depth-notch span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.pool-depth-notch b { display: block; font-size: 12px; font-weight: 500; line-height: 1.2; margin-top: 9px; }
.pool-depth-notch.is-active { color: #fff; }
.pool-depth-notch:hover, .pool-depth-notch:focus-visible { color: #fff; transform: translateY(-3px); }

/* Surf comparison */
.surf-comparison { align-items: end; background: #fff; color: var(--ink); display: grid; gap: clamp(48px,7vw,150px); grid-template-columns: minmax(280px,.72fr) minmax(560px,1.28fr); padding: clamp(90px,12svh,180px) var(--page-gutter); }
.surf-comparison__intro { align-self: start; max-width: 650px; }
.surf-comparison__intro h2 { font-size: clamp(44px,4.7vw,112px); letter-spacing: -.06em; line-height: .94; }
.surf-comparison__intro > p:not(.eyebrow) { color: rgba(11,21,25,.7); font-size: clamp(18px,1.3vw,24px); line-height: 1.45; margin: 28px 0 0; max-width: 540px; }
.surf-comparison__table-wrap { min-width: 0; }
.surf-comparison__table { border-collapse: separate; border-spacing: 0; table-layout: fixed; width: 100%; }
.surf-comparison__table col:first-child { width: 48%; }
.surf-comparison__table col:not(:first-child) { width: 26%; }
.surf-comparison__table th, .surf-comparison__table td { border-bottom: 1px solid rgba(11,21,25,.14); padding: clamp(16px,1.5vw,24px) clamp(10px,1.25vw,20px); }
.surf-comparison__table thead th { color: rgba(11,21,25,.62); font-size: clamp(11px,.82vw,15px); font-weight: 700; letter-spacing: .1em; line-height: 1.25; text-align: center; text-transform: uppercase; }
.surf-comparison__table thead th:first-child { text-align: left; }
.surf-comparison__table tbody th { font-size: clamp(15px,1.05vw,20px); font-weight: 500; line-height: 1.3; text-align: left; }
.surf-comparison__table td { text-align: center; }
.surf-comparison__table th:nth-child(2), .surf-comparison__table td:nth-child(2) { background: rgba(0,174,255,.075); }
.surf-comparison__table thead th:nth-child(2) { border-radius: 14px 14px 0 0; color: #087cac; }
.surf-comparison__table tbody tr:last-child td:nth-child(2) { border-radius: 0 0 14px 14px; }
.comparison-check, .comparison-typical-check { align-items: center; border-radius: 50%; display: inline-flex; font-size: 16px; font-weight: 700; height: 32px; justify-content: center; width: 32px; }
.comparison-check { background: var(--aqua); box-shadow: inset 0 1px 1px rgba(255,255,255,.4); color: #fff; }
.comparison-typical-check { background: rgba(11,21,25,.09); color: rgba(11,21,25,.7); }
.comparison-empty { color: rgba(11,21,25,.34); font-size: 24px; }
.surf-comparison__note { color: rgba(11,21,25,.48); font-size: 12px; line-height: 1.45; margin: 18px 0 0; }

/* Adjustable pools route */
.pools-page { background: var(--foam); }
.pools-hero .hero-overlay { background: linear-gradient(90deg, rgba(5,28,35,.72) 0%, rgba(5,28,35,.28) 50%, rgba(5,28,35,.12) 100%), linear-gradient(0deg, rgba(4,22,28,.25), transparent 55%); }
.pools-hero .hero-image { filter: saturate(.86) contrast(1.04); object-position: center 58%; }
.pools-hero h1 { max-width: min(76vw,1500px); }
.pools-page .pool-overview { background: var(--foam); color: var(--ink); }
.pools-page .pool-overview .gallery-copy p:not(.eyebrow) { color: rgba(11,21,25,.74); }
.pools-page .pool-overview .text-link { color: var(--ink); }
.pools-page .pool-overview .text-link:hover { color: #008dce; }
.pool-principles { background: #dcebef; color: var(--ink); padding: clamp(90px,12svh,190px) var(--page-gutter); }
.pool-principles__intro { max-width: 980px; }
.pool-principles__intro h2 { font-size: clamp(42px,4.8vw,126px); letter-spacing: -.055em; line-height: .96; }
.pool-principles__grid { display: grid; gap: clamp(28px,4vw,72px); grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: clamp(54px,7svh,100px); }
.pool-principles article { border-top: 1px solid rgba(11,21,25,.22); padding-top: 20px; }
.pool-principles article > span { color: #008dce; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.pool-principles h3 { font-size: clamp(24px,2vw,42px); letter-spacing: -.035em; line-height: 1; margin: 24px 0 0; text-transform: uppercase; }
.pool-principles article p { color: rgba(11,21,25,.68); font-size: clamp(16px,1.15vw,22px); line-height: 1.45; margin: 18px 0 0; }
.pool-prototype-note { border-top: 1px solid rgba(11,21,25,.18); color: rgba(11,21,25,.55); font-size: 12px; line-height: 1.5; margin: clamp(54px,7svh,96px) 0 0; padding-top: 18px; }
.pool-contact { background: #123d48; }

.projects-section { background: var(--foam); color: var(--ink); display: flex; flex-direction: column; justify-content: center; min-height: max(100svh,760px); overflow: hidden; padding: 48px var(--page-gutter); }
.projects-intro { max-width: 760px; }
.projects-intro h2 { font-size: clamp(40px,4.3vw,116px); letter-spacing: -.055em; line-height: .96; }
.projects-intro > p:not(.eyebrow) { font-size: clamp(18px,1.35vw,25px); line-height: 1.4; margin: clamp(24px,3svh,38px) 0 0; max-width: 560px; }
.projects-carousel { margin-top: clamp(24px,3svh,48px); position: relative; }
.surf-page .projects-carousel { margin-left: auto; margin-right: auto; max-width: 1500px; width: 100%; }
.projects-viewport { clip-path: inset(-96px 0); margin: 0 clamp(54px,6vw,108px); outline: none; overflow: visible; }
.projects-track { height: min(42vw,650px,54svh); position: relative; }
.project-card { aspect-ratio: 3 / 4; height: 100%; left: 50%; margin: 0; opacity: 0; pointer-events: none; position: absolute; top: 0; transform: translate3d(-50%,calc(18px + var(--parallax-y,0px)),0) scale(.8); transition: opacity .38s ease, transform .68s var(--ease-out); width: auto; will-change: transform, opacity; }
.project-card.is-active { opacity: 1; pointer-events: auto; transform: translate3d(-50%,var(--parallax-y,0px),0) scale(1); z-index: 3; }
.project-card.is-previous, .project-card.is-next { opacity: .78; pointer-events: auto; z-index: 1; }
.project-card.is-previous { transform: translate3d(-112%,calc(22px + var(--parallax-y,0px)),0) scale(.88); }
.project-card.is-next { transform: translate3d(12%,calc(22px + var(--parallax-y,0px)),0) scale(.88); }
.project-card img { aspect-ratio: 3 / 4; border-radius: 10px; box-shadow: 0 14px 30px rgba(11,21,25,.14); display: block; object-fit: cover; transform: scale(1.02); transition: transform .8s var(--ease-out); width: 100%; }
.project-card.is-active:hover img { transform: scale(1.055); }
.project-card__title { bottom: 20px; color: #fff; font-size: clamp(12px,1.1vw,17px); font-weight: 700; letter-spacing: .14em; line-height: 1.1; margin: 0; max-width: 72%; opacity: 0; pointer-events: none; position: absolute; right: 20px; text-align: right; text-shadow: 0 2px 12px rgba(0,0,0,.72); text-transform: uppercase; transform: translate3d(0,10px,0); transition: opacity .28s ease .42s, transform .42s var(--ease-out) .42s; }
.project-card.is-active .project-card__title { opacity: 1; transform: translate3d(0,0,0); }
.projects-arrow { align-items: center; background: #fff; border: 1px solid rgba(11,21,25,.28); border-radius: 6px; color: var(--ink); cursor: pointer; display: grid; font: 700 26px/1 Arial, sans-serif; height: 48px; place-items: center; position: absolute; top: calc(50% - 24px); transition: background .25s ease, color .25s ease, transform .35s var(--ease-out), border-color .25s ease, box-shadow .25s ease; width: 48px; z-index: 4; }
.projects-arrow > span { display: block; line-height: 1; transform: translateY(-1px); }
.projects-arrow--previous { left: 0; }
.projects-arrow--next { right: 0; }
.projects-arrow:hover:not(:disabled) { background: var(--aqua); border-color: var(--aqua); box-shadow: 0 8px 18px rgba(0,126,190,.24); color: #fff; transform: translateY(-3px); }
.projects-arrow:disabled { cursor: not-allowed; opacity: .34; }
.projects-details { margin: 16px auto 0; max-width: min(31.5vw,487.5px,40.5svh); text-align: left; }
.projects-details > p { font-size: clamp(17px,1.2vw,22px); line-height: 1.4; margin: 0; }
.surf-page .projects-section { justify-content: flex-start; min-height: 0; padding-bottom: clamp(72px,8svh,120px); padding-top: clamp(72px,8svh,120px); }
.sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.contact-section .eyebrow { color: #168fc8; }
.contact-section { background: var(--deep); overflow: hidden; padding: clamp(100px,16svh,270px) var(--page-gutter); position: relative; }
.contact-section::before { background: radial-gradient(circle, rgba(0,174,255,.15), transparent 66%); content: ""; height: 700px; pointer-events: none; position: absolute; right: -310px; top: -330px; width: 700px; }
.contact-section > * { position: relative; }
.contact-section h2 { max-width: 760px; }
.inquiry-section { background: var(--foam); color: var(--ink); display: grid; gap: clamp(60px,10vw,190px); grid-template-columns: minmax(280px,.75fr) minmax(500px,1.25fr); padding: clamp(90px,13svh,230px) var(--page-gutter); }
.contact-main { min-height: max(100svh,760px); padding-top: max(clamp(90px,13svh,230px), calc(var(--header-height) + 70px)); }
.contact-page.motion-ready .contact-main [data-reveal] { animation: none; opacity: 0; transform: translate3d(0,42px,0) scale(.97); }
.contact-page.motion-ready.page-loaded .contact-main [data-reveal] { animation: contact-pop .82s var(--ease-out) .12s both; }
.contact-page.motion-ready.page-loaded .contact-main .inquiry-form { animation-delay: .3s; }
.inquiry-intro h2 { font-size: clamp(42px,4.2vw,112px); letter-spacing: -.05em; line-height: .98; max-width: 670px; text-transform: uppercase; }
.contact-details { border-top: 1px solid rgba(11,21,25,.22); margin-top: clamp(42px,7svh,90px); padding-top: 20px; }
.contact-details a, .contact-details p { color: var(--ink); display: flex; flex-direction: column; font-size: clamp(17px,1.15vw,24px); gap: 6px; margin: 0 0 22px; }
.contact-details span { color: #168fc8; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.inquiry-form { background: #fff; border-radius: 18px; box-shadow: 0 22px 60px rgba(11,21,25,.12); display: flex; flex-direction: column; gap: 24px; padding: clamp(30px,4vw,64px); }
.form-row { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.inquiry-form label { display: flex; flex-direction: column; font-size: 12px; font-weight: 700; gap: 9px; letter-spacing: .07em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { background: #f3f7f8; border: 1px solid rgba(11,21,25,.16); border-radius: 6px; color: var(--ink); font: 400 16px/1.4 "DM Sans", sans-serif; letter-spacing: 0; outline: none; padding: 15px 16px; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease; width: 100%; }
.inquiry-form textarea { min-height: 144px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(0,174,255,.16); }
.inquiry-form button { cursor: pointer; font-family: inherit; justify-content: center; margin-right: auto; }
.form-note, .form-status { color: rgba(11,21,25,.62); font-size: 13px; line-height: 1.4; margin: -10px 0 0; }
.form-status { color: #087cac; font-weight: 700; }
.site-footer { background: #07171c; color: rgba(255,255,255,.68); padding: clamp(56px,7vw,130px) var(--page-gutter) 26px; }
.footer-main { display: grid; gap: clamp(42px,5vw,100px); grid-template-columns: minmax(260px,1.7fr) repeat(3,minmax(140px,.65fr)); }
.footer-intro { align-items: flex-start; display: flex; flex-direction: column; max-width: 420px; }
.footer-brand img { display: block; width: clamp(180px,10vw,300px); }
.footer-intro > p { font-size: clamp(16px,1.2vw,22px); line-height: 1.35; margin: clamp(24px,2.2vw,38px) 0 20px; }
.footer-email, .footer-column a, .footer-bottom a { transition: color .25s ease, transform .25s var(--ease-out); }
.footer-email { border-bottom: 1px solid var(--aqua); color: #fff; display: inline-flex; font-weight: 700; gap: 10px; padding-bottom: 8px; }
.footer-column { display: flex; flex-direction: column; font-size: clamp(13px,.85vw,17px); gap: 13px; line-height: 1.35; }
.footer-column a:hover, .footer-email:hover, .footer-bottom a:hover { color: var(--aqua); transform: translateX(3px); }
.footer-heading { color: var(--aqua); font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 8px; text-transform: uppercase; }
.footer-location p:not(.footer-heading) { margin: 0; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.12); display: flex; font-size: 11px; justify-content: space-between; letter-spacing: .1em; margin-top: clamp(54px,6vw,100px); padding-top: 22px; text-transform: uppercase; }
.footer-bottom a { color: #fff; display: inline-flex; gap: 10px; }

.motion-ready [data-reveal] { opacity: 0; transform: translate3d(0,34px,0); transition: opacity .85s var(--ease-out), transform .85s var(--ease-out); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0,0,0); }
.motion-ready .gallery-image[data-reveal] { transform: translate3d(0,calc(var(--parallax-y,0px) + 18px),0) scale(.96); transition: opacity .85s var(--ease-out), transform 1s var(--ease-out); }
.motion-ready .gallery-image[data-reveal].is-visible { transform: translate3d(0,var(--parallax-y,0px),0) scale(1); }
.motion-ready .hero-content [data-intro] { opacity: 0; transform: translate3d(0,24px,0); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.motion-ready.page-loaded .hero-content [data-intro] { opacity: 1; transform: translate3d(0,0,0); }
.motion-ready.page-loaded .hero-content [data-intro]:nth-child(1) { transition-delay: .12s; }
.motion-ready.page-loaded .hero-content [data-intro]:nth-child(2) { transition-delay: .22s; }

/* How it works — temporary 3D concept experience */
.how-it-works-page { background: var(--foam); }
.how-experience { background: radial-gradient(circle at 74% 25%, rgba(0,174,255,.12), transparent 30%), radial-gradient(circle at 18% 78%, rgba(92,190,225,.1), transparent 36%), #dcebef; position: relative; }
.how-stage { height: 100svh; overflow: hidden; position: sticky; top: 0; }
.how-stage::before, .how-stage::after { content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.how-stage::before { background: linear-gradient(90deg, rgba(239,243,246,.22), transparent 45%, rgba(239,243,246,.1)), linear-gradient(0deg, rgba(239,243,246,.18), transparent 34%, rgba(239,243,246,.04)); }
.how-stage::after { display: none; }
.how-canvas { height: 100%; left: 0; outline: none; position: absolute; top: 0; width: 100%; }
.scene-stepper { background: rgba(8,25,31,.96); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; box-shadow: 0 18px 40px rgba(11,21,25,.24), inset 0 1px rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 2px; padding: 7px; position: absolute; right: var(--page-gutter); top: 50%; transform: translateY(-50%); z-index: 4; }
.scene-stepper__indicator { background: linear-gradient(130deg, rgba(0,174,255,.96), rgba(22,145,210,.92) 54%, rgba(75,202,241,.9)); border: 1px solid rgba(179,239,255,.56); border-radius: 10px; box-shadow: 0 5px 15px rgba(0,126,190,.3), inset 0 1px 1px rgba(255,255,255,.34); height: var(--stepper-height,0px); left: 7px; pointer-events: none; position: absolute; right: 7px; top: 7px; transform: translateY(var(--stepper-y,0px)); transition: transform .58s var(--ease-wave), height .42s var(--ease-wave); z-index: 0; }
.scene-stepper__button { align-items: center; background: transparent; border: 0; border-radius: 10px; box-shadow: none; color: rgba(255,255,255,.76); cursor: pointer; display: flex; font: inherit; gap: 9px; justify-content: flex-start; letter-spacing: .09em; min-height: 42px; min-width: 210px; padding: 10px 13px; position: relative; text-align: left; transition: color .25s ease, transform .25s var(--ease-out); z-index: 1; }
.scene-stepper__button span { font-size: 11px; font-weight: 700; }
.scene-stepper__button i { font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.scene-stepper__button:hover, .scene-stepper__button:focus-visible { color: #fff; outline: none; transform: translateX(-3px); }
.scene-stepper__button:focus-visible { box-shadow: 0 0 0 2px rgba(179,239,255,.86); }
.scene-stepper__button.is-active { background: transparent; box-shadow: none; color: #fff; }
.scene-editorial { left: var(--page-gutter); max-width: min(36vw,520px); position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; }
.scene-editorial[hidden] { display: none; }
.scene-editorial h1, .scene-editorial h2 { color: var(--ink); font-family: "Archivo Black", "Termina Test", "Arial Black", Arial, sans-serif; font-size: clamp(46px,5vw,112px); font-weight: 400; letter-spacing: -.06em; line-height: .95; text-shadow: 0 3px 28px rgba(239,243,246,.9); }
.scene-editorial__copy { color: #000; font-size: clamp(17px,1.35vw,25px); font-weight: 500; line-height: 1.35; margin: clamp(24px,3svh,38px) 0 0; max-width: 480px; text-shadow: 0 1px 18px rgba(239,243,246,.9); }
.scene-editorial .primary-cta { pointer-events: auto; }
.scene-loader { align-items: center; color: var(--ink); display: flex; flex-direction: column; gap: 12px; justify-content: center; opacity: 1; position: absolute; inset: 0; text-align: center; transition: opacity .5s var(--ease-out), visibility .5s ease; z-index: 5; }
.scene-loader.is-complete { opacity: 0; visibility: hidden; }
.scene-loader__eyebrow { color: var(--aqua); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.scene-loader__progress { color: rgba(11,21,25,.65); font-size: 15px; }
.scene-fallback { align-items: center; display: flex; flex-direction: column; inset: 0; justify-content: center; padding: 120px 24px 48px; position: absolute; text-align: center; z-index: 4; }
.scene-fallback[hidden] { display: none; }
.scene-fallback img { max-height: min(56vh,500px); max-width: min(78vw,820px); width: 100%; }
.scene-fallback p { color: rgba(11,21,25,.72); font-size: 16px; line-height: 1.45; margin: 22px 0 0; max-width: 390px; }
.annotation-line { height: 100%; left: 0; overflow: visible; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 3; }
.annotation-line[hidden], .scene-annotation[hidden] { display: none; }
.annotation-line line { stroke: rgba(0,126,190,.82); stroke-width: 1.5; }
.annotation-line circle { fill: var(--aqua); filter: drop-shadow(0 0 7px rgba(0,174,255,.8)); }
.scene-annotation { background: rgba(255,255,255,.96); border: 1px solid rgba(11,21,25,.2); border-radius: 10px; box-shadow: 0 16px 40px rgba(11,21,25,.16), inset 0 1px rgba(255,255,255,.8); max-width: 270px; opacity: 0; padding: 17px 18px 18px; pointer-events: none; position: absolute; transform: translate3d(-999px,-999px,0); transition: opacity .3s ease, transform .42s var(--ease-out); z-index: 4; }
.scene-annotation.is-visible { opacity: 1; }
.scene-annotation__label { color: var(--aqua); font-size: 10px; font-weight: 700; letter-spacing: .15em; margin: 0 0 9px; text-transform: uppercase; }
.scene-annotation__copy { color: rgba(11,21,25,.78); font-size: 15px; line-height: 1.35; margin: 0; }
.how-story { margin-top: -100svh; pointer-events: none; position: relative; z-index: 4; }
.how-it-works-page:not([data-scene-error]) .how-story { display: none; }
.how-it-works-page[data-scene-error] .how-story { margin-top: 0; pointer-events: auto; }
.story-step { align-items: center; display: flex; min-height: 165svh; padding: calc(var(--header-height) + 74px) var(--page-gutter) 80px; }
.story-step--final { min-height: 100svh; }
.story-step--right { justify-content: flex-end; }
.story-step__content { max-width: min(38vw,560px); opacity: .28; transform: translate3d(0,24px,0); transition: opacity .4s ease, transform .6s var(--ease-out); }
.story-step.is-active .story-step__content { opacity: 1; transform: translate3d(0,0,0); }
.story-step h1, .story-step h2 { color: var(--ink); font-size: clamp(46px,5vw,112px); letter-spacing: -.06em; line-height: .95; }
.story-step h1 { max-width: 700px; }
.story-step__content > p:not(.eyebrow) { color: rgba(226,243,250,.75); font-size: clamp(17px,1.35vw,25px); line-height: 1.35; margin: clamp(24px,3svh,38px) 0 0; }
.story-scroll-hint { align-items: center; color: rgba(255,255,255,.7); display: inline-flex; font-size: 11px; font-weight: 700; gap: 12px; letter-spacing: .13em; margin-top: 34px; text-transform: uppercase; }
.story-scroll-hint span { animation: bob 1.8s ease-in-out infinite; color: var(--aqua); font-size: 18px; }
.story-step--final .primary-cta { pointer-events: auto; }
.how-it-works-page:not([data-scene-error]) .story-step:not(:first-child):not(:last-child) .story-step__content { opacity: 0 !important; transform: none; }

@media (max-width: 1180px) {
  :is(.how-it-works-page, .contact-page) .site-header { backdrop-filter: blur(14px) saturate(130%); background: linear-gradient(180deg, rgba(8,25,31,.94), rgba(8,25,31,.88)); border-bottom-color: rgba(255,255,255,.2); box-shadow: 0 8px 22px rgba(3,17,23,.32); }
  :is(.how-it-works-page, .contact-page) .header-cta { background: rgba(0,78,111,.94); border: 1px solid rgba(186,239,255,.42); box-shadow: inset 0 1px 1px rgba(255,255,255,.22), 0 4px 10px rgba(0,18,27,.42); color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.32); }
  :is(.how-it-works-page, .contact-page) .header-cta:hover { background: #008fd1; }
  .site-header { height: 72px; padding: 0 24px; }
  .site-header.is-scrolled { height: 68px; }
  .site-header.is-hidden { transform: none; }
  .brand img { width: 160px; }
  .desktop-nav { background: rgba(8,25,31,.94); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; box-shadow: 0 18px 40px rgba(0,0,0,.28); display: flex; flex-direction: column; gap: 2px; margin-right: 0; opacity: 0; padding: 7px; pointer-events: none; position: absolute; right: 24px; top: calc(100% + 8px); transform: translate3d(0,-8px,0) scale(.96); transform-origin: top right; transition: opacity .25s ease, transform .35s var(--ease-out); visibility: hidden; width: 196px; }
  .desktop-nav a { padding: 10px 13px; width: 100%; }
  .site-header.menu-open .desktop-nav { opacity: 1; pointer-events: auto; transform: translate3d(0,0,0) scale(1); visibility: visible; }
  .nav-indicator { height: var(--indicator-height,0px); left: 7px; top: 7px; transform: translateY(var(--indicator-y,0px)); transition: transform .5s var(--ease-wave), height .38s var(--ease-wave), width .38s var(--ease-wave); width: calc(100% - 14px); }
  .header-cta { font-size: 13px; margin-left: auto; margin-right: 14px; padding: 10px 12px; }
  .menu-toggle { display: block; }
}

@keyframes bob { 50% { transform: translateY(5px); } }
@keyframes contact-pop { 0% { opacity: 0; transform: translate3d(0,42px,0) scale(.97); } 72% { opacity: 1; transform: translate3d(0,-3px,0) scale(1.008); } 100% { opacity: 1; transform: translate3d(0,0,0) scale(1); } }

@media (max-width: 900px) {
  .product-gateway { flex-direction: column; }
  .product-panel { flex: none; min-height: calc(100svh - 36px); }
  .product-panel + .product-panel { border-left: 0; border-top: 1px solid rgba(11,21,25,.14); }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .inquiry-section { gap: clamp(52px,7vw,86px); grid-template-columns: minmax(0,1fr); }
  .inquiry-intro { max-width: 720px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .pool-principles__grid { grid-template-columns: 1fr; }
  .surf-comparison { align-items: start; gap: 58px; grid-template-columns: 1fr; }
  .surf-comparison__intro { max-width: 760px; }
}

@media (max-width: 760px) {
  .site-header { height: 62px; padding: 0 18px; }
  .site-header.is-scrolled { height: 58px; }
  .brand img { width: 142px; }
  .desktop-nav { right: 18px; width: 178px; }
  .header-cta { font-size: 12px; margin-right: 12px; padding: 9px 11px; }
  .product-gateway { padding-top: 62px; }
  .product-panel { gap: 24px; grid-template-rows: auto minmax(300px,1fr) auto; min-height: 720px; padding: 50px 24px 44px; }
  .product-panel__heading h2 { font-size: clamp(58px,18vw,78px); }
  .product-panel__media { border-radius: 18px; min-height: 340px; }
  .product-panel__label { bottom: 18px; font-size: 11px; left: 18px; right: 18px; }
  .product-panel__cta { font-size: 15px; padding: 13px 16px; }
  .hero { min-height: 780px; padding: 100px 24px 70px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,17,22,.58), rgba(4,17,22,.08)); }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(46px,14vw,68px); letter-spacing: -.07em; line-height: 1.12; max-width: 100%; }
  .eyebrow { font-size: 10px; }
  .primary-cta { font-size: 16px; margin-top: 28px; }
  .hero-content .primary-cta { display: flex; margin-left: auto; margin-right: auto; width: fit-content; }
  .scroll-cue { bottom: 22px; right: 24px; }
  .gallery-section { display: flex; flex-direction: column; min-height: 0; padding: 80px 24px; }
  .gallery { min-height: 520px; order: 2; }
  .gallery-copy { order: 1; }
  .gallery-copy p:not(.eyebrow) { font-size: 18px; }
  .pool-hero__copy { font-size: 17px; margin-top: 20px; max-width: 350px; }
  .pool-overview { display: flex; flex-direction: column; min-height: 0; padding: 80px 24px; }
  .pool-overview__copy { order: 1; }
  .pool-overview .gallery { min-height: 520px; order: 2; }
  .pool-modes { padding: 80px 24px; }
  .pool-modes__intro h2 { font-size: clamp(38px,10vw,54px); }
  .pool-depth-slider { display: block; margin-top: 48px; }
  .pool-depth-stage { aspect-ratio: 1.08; }
  .pool-depth-stage__meta { font-size: 10px; left: 18px; top: 18px; }
  .pool-depth-info { margin-top: 32px; max-width: none; }
  .pool-depth-info h3 { font-size: clamp(32px,9vw,48px); }
  .pool-depth-info > p:not(.eyebrow) { font-size: 17px; margin-top: 18px; }
  .pool-depth-controls { margin-top: 18px; padding: 5px; }
  .pool-depth-controls::before { bottom: 5px; left: 5px; top: 5px; width: calc((100% - 10px) / var(--depth-count,4)); }
  .pool-depth-notch { min-height: 48px; padding: 8px 4px; }
  .pool-depth-notch b { font-size: 10px; margin-top: 7px; }
  .surf-comparison { display: block; padding: 80px 24px; }
  .surf-comparison__intro h2 { font-size: clamp(38px,10vw,54px); }
  .surf-comparison__table-wrap { margin-top: 48px; }
  .surf-comparison__table col:first-child { width: 44%; }
  .surf-comparison__table col:not(:first-child) { width: 28%; }
  .surf-comparison__table th, .surf-comparison__table td { padding: 15px 7px; }
  .surf-comparison__table thead th { font-size: 9px; letter-spacing: .06em; }
  .surf-comparison__table tbody th { font-size: 13px; }
  .comparison-check, .comparison-typical-check { font-size: 13px; height: 27px; width: 27px; }
  .pool-principles { padding: 80px 24px; }
  .pool-principles__intro h2 { font-size: clamp(38px,10vw,54px); }
  .pool-principles__grid { gap: 42px; grid-template-columns: 1fr; margin-top: 52px; }
  .projects-section { display: block; min-height: 780px; padding: 48px 24px; }
  .surf-page .projects-section { min-height: 0; padding: 64px 24px 80px; }
  .projects-intro h2 { font-size: clamp(38px,10vw,54px); }
  .projects-viewport { margin: 0 52px; }
  .projects-track { aspect-ratio: 3 / 4; height: auto; }
  .project-card { aspect-ratio: auto; height: auto; width: 100%; }
  .project-card.is-previous, .project-card.is-next { opacity: 0; pointer-events: none; }
  .projects-arrow { top: calc(50% - 22px); }
  .projects-arrow--previous { left: 0; }
  .projects-arrow--next { right: 0; }
  .project-card__title { bottom: 14px; right: 14px; }
  .projects-details { margin: 16px 52px 0; max-width: none; text-align: left; }
  .projects-details > p { margin-left: 0; }
  .contact-section { min-height: 0; padding: 100px 24px; }
  .site-footer { padding: 58px 24px 24px; }
  .footer-main { gap: 40px; grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 48px; }
  .inquiry-section { display: flex; flex-direction: column; gap: 52px; padding: 80px 24px; }
  .contact-main { min-height: 0; padding-top: 124px; }
  .inquiry-intro h2 { font-size: clamp(38px,11vw,54px); }
  .inquiry-form { gap: 20px; padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .how-stage { height: 82svh; }
  .how-stage::after { inset: 76px 18px 18px; }
  .scene-stepper { bottom: 18px; flex-direction: row; gap: 3px; justify-content: space-between; left: 24px; right: 24px; top: auto; transform: none; }
  .scene-stepper__indicator { bottom: 5px; height: auto; left: 5px; right: auto; top: 5px; transform: translateX(var(--stepper-x,0px)); transition: transform .58s var(--ease-wave), width .42s var(--ease-wave); width: var(--stepper-width,0px); }
  .scene-stepper__button { flex: 1 1 0; gap: 0; justify-content: center; min-height: 38px; min-width: 0; padding: 0; }
  .scene-stepper__button i { display: none; }
  .scene-editorial { display: block; left: 24px; max-width: min(78vw,330px); right: auto; top: 92px; transform: none; }
  .scene-editorial h1, .scene-editorial h2 { font-size: clamp(38px,10vw,54px); }
  .scene-editorial__copy { font-size: 16px; margin-top: 16px; max-width: 310px; }
  .scene-annotation { max-width: min(230px,calc(100vw - 72px)); padding: 13px 14px 14px; }
  .scene-annotation__copy { font-size: 13px; }
  .how-story { margin-top: -82svh; }
  .story-step { align-items: flex-end; min-height: 135svh; padding: 110px 24px 44px; }
  .story-step--final { min-height: 100svh; }
  .story-step--right { justify-content: flex-start; }
  .story-step__content { background: linear-gradient(135deg, rgba(4,22,28,.93), rgba(4,22,28,.62)); border: 1px solid rgba(164,229,255,.16); border-radius: 14px; max-width: 100%; padding: 20px; }
  .story-step h1, .story-step h2 { font-size: clamp(38px,10vw,54px); }
  .story-step__content > p:not(.eyebrow) { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .motion-ready [data-reveal], .motion-ready .hero-content [data-intro] { opacity: 1; transform: none; }
  .motion-ready .gallery-image[data-reveal] { transform: none; }
  .contact-page.motion-ready .contact-main [data-reveal] { animation: none; opacity: 1; transform: none; }
  .story-step__content { opacity: 1; transform: none; }
  .scene-loader { display: none; }
}
