:root { --ink: #07151d; --ink-soft: #20333d; --snow: #f7f9fa; --ice: #dff2f3; --ice-deep: #9fdde1; --accent: #43c3d0; --mineral: #8e9ca3; --line: rgba(7, 21, 29, 0.14); --white-line: rgba(255, 255, 255, 0.25); --ease-out: cubic-bezier(0.22, 1, 0.36, 1); --ease-smooth: cubic-bezier(0.65, 0, 0.35, 1); --header-height: 76px; --shell: min(1440px, calc(100vw - 10vw)); --display: clamp(3.4rem, 7.4vw, 8.5rem); }

*, ::before, ::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }

body { margin: 0px; background: var(--snow); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

body.dialog-open { overflow: hidden; }

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; }

a { color: inherit; text-decoration: none; }

img, svg { display: block; max-width: 100%; }

::selection { background: var(--accent); color: var(--ink); }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10000; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: white; transform: translateY(-160%); transition: transform 180ms; }

.skip-link:focus { transform: translateY(0px); }

.page-shell { width: var(--shell); margin-inline: auto; }

.section { padding-block: clamp(110px, 13vw, 210px); }

.eyebrow { margin: 0px; color: var(--mineral); font-size: 0.69rem; font-weight: 750; letter-spacing: 0.2em; line-height: 1.25; text-transform: uppercase; }

h1, h2, h3, p { margin-top: 0px; }

h1, h2, h3 { text-wrap: balance; }

h1, h2 { letter-spacing: -0.061em; line-height: 0.93; }

h2 { margin-bottom: 0px; font-size: clamp(3rem, 6.6vw, 7.5rem); font-weight: 600; }

h2 span, .display-copy span { color: var(--mineral); }

.lead-copy { max-width: 32ch; margin-bottom: 0px; color: var(--ink-soft); font-size: clamp(1.15rem, 1.65vw, 1.5rem); font-weight: 430; letter-spacing: -0.025em; line-height: 1.45; }

.button { --button-bg: var(--ink); --button-color: white; position: relative; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 13px; padding: 0px 24px; overflow: hidden; border: 1px solid transparent; border-radius: 999px; background: var(--button-bg); color: var(--button-color); cursor: pointer; font-size: 0.84rem; font-weight: 680; letter-spacing: -0.01em; line-height: 1; transition: transform 300ms var(--ease-out),
    box-shadow 300ms var(--ease-out),
    background-color 300ms ease; }

.button::before { position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(110deg, transparent 15%, rgba(255, 255, 255, 0.3) 48%, transparent 72%); content: ""; transform: translateX(-120%); transition: transform 750ms var(--ease-out); }

.button > * { position: relative; }

.button span { display: inline-block; font-size: 1rem; transition: transform 300ms var(--ease-out); }

.button:hover { transform: translateY(-2px); box-shadow: rgba(7, 21, 29, 0.18) 0px 15px 35px; }

.button:hover::before { transform: translateX(120%); }

.button:hover span { transform: translate(3px, -2px); }

.button--light { --button-bg: rgba(255, 255, 255, 0.96); --button-color: var(--ink); box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px; }

.button--dark { --button-bg: var(--ink); --button-color: white; }

.button--small { min-height: 42px; padding-inline: 18px; font-size: 0.76rem; }

.button--large { min-height: 62px; padding-inline: 32px; }

.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 11px; border-bottom: 1px solid rgba(7, 21, 29, 0.28); font-size: 0.84rem; font-weight: 650; }

.text-link span { transition: transform 300ms var(--ease-out); }

.text-link:hover span { transform: translateY(3px); }

.text-link--light { border-color: rgba(255, 255, 255, 0.4); color: white; }

.scroll-progress { position: fixed; top: 0px; right: 0px; left: 0px; z-index: 1001; height: 2px; pointer-events: none; }

.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left center; will-change: transform; }

.site-header { position: fixed; top: 0px; right: 0px; left: 0px; z-index: 1000; display: grid; width: calc(96vw); height: var(--header-height); grid-template-columns: 1fr auto 1fr; align-items: center; margin: 0px auto; color: white; transition: width 450ms var(--ease-out),
    height 450ms var(--ease-out),
    margin-top 450ms var(--ease-out),
    padding 450ms var(--ease-out),
    color 280ms ease,
    background-color 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease; }

.site-header.is-scrolled { width: min(1180px, -32px + 100vw); height: 60px; margin-top: 12px; padding-inline: 14px 8px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 999px; background: rgba(247, 249, 250, 0.84); box-shadow: rgba(7, 21, 29, 0.08) 0px 12px 40px; color: var(--ink); backdrop-filter: blur(20px) saturate(150%); }

.brand { display: inline-flex; width: max-content; align-items: center; justify-self: start; }

.brand > span { display: block; line-height: 1; }

.brand strong { font-size: 0.7rem; font-weight: 690; letter-spacing: 0.16em; line-height: 1; white-space: nowrap; }

.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.3vw, 40px); }

.main-nav a { position: relative; padding: 9px 0px; font-size: 0.75rem; font-weight: 610; opacity: 0.8; transition: opacity 200ms; }

.main-nav a::after { position: absolute; right: 0px; bottom: 3px; left: 0px; height: 1px; background: currentcolor; content: ""; transform: scaleX(0); transform-origin: right center; transition: transform 350ms var(--ease-out); }

.main-nav a:hover { opacity: 1; }

.main-nav a:hover::after { transform: scaleX(1); transform-origin: left center; }

.header-cta { justify-self: end; }

.site-header:not(.is-scrolled) .header-cta { --button-bg: rgba(255, 255, 255, 0.92); --button-color: var(--ink); }

.menu-toggle { display: none; }

.hero { position: relative; display: grid; min-height: max(760px, 100svh); align-items: center; overflow: hidden; background: rgb(127, 167, 176); color: white; isolation: isolate; }

.hero-media, .hero-image, .hero-vignette, .hero-grain { position: absolute; inset: 0px; }

.hero-media { z-index: -1; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(220, 246, 247, 0.55), transparent 34%), linear-gradient(145deg, rgb(120, 157, 164), rgb(214, 229, 229) 50%, rgb(66, 97, 107)); }

.hero-image { inset: -5%; background-image: url("assets/alpine-water-hero.webp"); background-position: center center; background-size: cover; transform: scale(1.06); will-change: transform; }

.hero-vignette { background: linear-gradient(rgba(4, 17, 25, 0.54) 0%, rgba(4, 17, 25, 0.08) 34%, rgba(4, 17, 25, 0.12) 57%, rgba(4, 17, 25, 0.7) 100%), linear-gradient(90deg, rgba(4, 17, 25, 0.22), transparent 40%, rgba(4, 17, 25, 0.08)); }

.hero-grain, .moq-noise { opacity: 0.11; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }

.hero-copy { position: relative; z-index: 2; padding-top: 3vh; text-align: center; }

.hero-eyebrow { margin-bottom: clamp(20px, 3vh, 34px); color: rgba(255, 255, 255, 0.74); }

.hero h1 { max-width: 12ch; margin: 0px auto; font-size: clamp(3.5rem, 7.7vw, 8.75rem); font-weight: 590; text-shadow: rgba(0, 0, 0, 0.16) 0px 4px 40px; }

.hero h1 span { color: rgba(255, 255, 255, 0.56); }

.hero-intro { max-width: 620px; margin: clamp(28px, 4vh, 44px) auto 0px; color: rgba(255, 255, 255, 0.84); font-size: clamp(1rem, 1.35vw, 1.23rem); letter-spacing: -0.025em; line-height: 1.5; text-wrap: balance; }

.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 32px; }

.hero-meta { position: static; display: flex; width: auto; align-items: baseline; gap: 10px; margin-top: clamp(28px, 4vh, 44px); color: rgba(255, 255, 255, 0.72); font-size: 0.62rem; font-weight: 720; letter-spacing: 0.14em; text-transform: uppercase; }

.hero-meta strong { color: white; font-size: 1.1rem; letter-spacing: -0.03em; }

.scroll-cue { position: absolute; bottom: clamp(28px, 4.5vw, 68px); left: 50%; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255, 255, 255, 0.62); font-size: 0.57rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; transform: translateX(-50%); }

.scroll-cue i { position: relative; display: block; width: 1px; height: 32px; overflow: hidden; background: rgba(255, 255, 255, 0.28); }

.scroll-cue i::after { position: absolute; top: 0px; left: 0px; width: 100%; height: 60%; background: white; content: ""; animation: scroll-line 1.8s var(--ease-smooth) infinite; }

@keyframes scroll-line { 
  0% { transform: translateY(-110%); }
  55%, 100% { transform: translateY(180%); }
}

.js .reveal-hero { opacity: 0; transform: translateY(22px); }

.js .is-ready .reveal-hero { opacity: 1; transform: translateY(0px); transition: opacity 850ms var(--ease-out),
    transform 850ms var(--ease-out); }

.js .is-ready .reveal-hero:nth-child(2) { transition-delay: 80ms; }

.js .is-ready .reveal-hero:nth-child(3) { transition-delay: 160ms; }

.js .is-ready .reveal-hero:nth-child(4) { transition-delay: 240ms; }

.proof-rail { position: relative; z-index: 2; overflow: hidden; border-bottom: 1px solid var(--line); background: white; }

.proof-track { display: flex; width: max-content; height: 68px; align-items: center; animation: 34s linear 0s infinite normal none running proof-scroll; }

.proof-track span { padding-inline: 34px; color: var(--ink-soft); font-size: 0.67rem; font-weight: 740; letter-spacing: 0.18em; text-transform: uppercase; white-space: nowrap; }

.proof-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

@keyframes proof-scroll { 
  100% { transform: translateX(-50%); }
}

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 800ms var(--ease-out),
    transform 800ms var(--ease-out); }

.js .reveal.is-visible { opacity: 1; transform: translateY(0px); }

.intro { background: var(--snow); }

.intro > .eyebrow { margin-bottom: 34px; }

.display-copy { max-width: 11ch; font-size: var(--display); }

.intro-grid { display: grid; grid-template-columns: 1fr 0.65fr; align-items: end; gap: 10vw; margin-top: clamp(70px, 10vw, 150px); padding-left: 22%; }

.intro-stat { display: flex; align-items: flex-end; gap: 18px; }

.stat-number { color: var(--accent); font-size: clamp(4rem, 7vw, 7.5rem); font-weight: 550; letter-spacing: -0.08em; line-height: 0.75; }

.stat-label { color: var(--mineral); font-size: 0.7rem; font-weight: 690; letter-spacing: 0.07em; line-height: 1.45; text-transform: uppercase; }

.alpine-origin { position: relative; display: flex; min-height: 100svh; align-items: center; overflow: hidden; background: var(--deep); color: white; isolation: isolate; }

.origin-content { position: relative; z-index: 1; padding-block: clamp(130px, 15vw, 220px); }

.origin-landscape { position: absolute; inset: 0px; z-index: -1; overflow: hidden; }

.origin-landscape::after { position: absolute; right: 0px; bottom: 0px; left: 0px; height: 32%; background: linear-gradient(180deg, transparent, rgba(12, 31, 37, 0.3)); content: ""; }

.origin-glow { position: absolute; top: -22%; right: -5%; width: min(820px, 68vw); aspect-ratio: 1 / 1; border-radius: 50%; background: radial-gradient(circle, rgba(199, 224, 224, 0.17), rgba(143, 187, 192, 0.04) 42%, transparent 70%); }

.origin-landscape svg { position: absolute; right: -3%; bottom: -5%; width: 106%; height: 74%; fill: none; stroke: rgba(229, 240, 239, 0.16); stroke-width: 1px; vector-effect: non-scaling-stroke; }

.origin-landscape .ridge { vector-effect: non-scaling-stroke; }

.origin-landscape .ridge--back { stroke: rgba(229, 240, 239, 0.09); }

.origin-landscape .ridge--middle { stroke: rgba(229, 240, 239, 0.14); }

.origin-landscape .ridge--front { stroke: rgba(229, 240, 239, 0.22); }

.origin-heading { display: grid; grid-template-columns: minmax(0px, 1.35fr) minmax(280px, 0.55fr); gap: 9vw; align-items: end; }

.origin-heading .eyebrow { margin-bottom: 32px; color: rgba(255, 255, 255, 0.67); }

.origin-heading h2 { max-width: 10.5ch; font-size: clamp(3.5rem, 7vw, 8rem); }

.origin-heading h2 span { color: rgba(255, 255, 255, 0.4); }

.origin-copy { padding-bottom: 8px; }

.origin-copy p:first-child { max-width: 25ch; margin-bottom: 28px; color: rgba(255, 255, 255, 0.9); font-size: clamp(1.3rem, 1.8vw, 1.7rem); font-weight: 470; letter-spacing: -0.03em; line-height: 1.36; }

.origin-copy p:last-child { max-width: 40ch; margin-bottom: 0px; color: rgba(255, 255, 255, 0.58); font-size: 0.93rem; line-height: 1.65; }

.origin-points { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); margin-top: clamp(90px, 11vw, 165px); border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.origin-points > div { display: flex; min-height: 112px; align-items: center; gap: 24px; padding-inline: clamp(20px, 3vw, 46px); border-right: 1px solid rgba(255, 255, 255, 0.2); }

.origin-points > div:first-child { padding-left: 0px; }

.origin-points > div:last-child { padding-right: 0px; border-right: 0px; }

.origin-points span { color: var(--accent); font-size: 0.62rem; font-weight: 760; letter-spacing: 0.16em; }

.origin-points strong { font-size: 0.69rem; font-weight: 710; letter-spacing: 0.13em; text-transform: uppercase; }

.story { position: relative; height: 320vh; background: var(--ice); }

.story-sticky { position: sticky; top: 0px; height: 100svh; min-height: 700px; overflow: hidden; background: rgb(230, 243, 243); transition: background-color 850ms var(--ease-out); isolation: isolate; }

.story[data-step="1"] .story-sticky { background: rgb(203, 232, 233); }

.story[data-step="2"] .story-sticky { background: rgb(10, 35, 48); color: white; }

.story-background { position: absolute; inset: 0px; z-index: -1; opacity: 0.26; }

.story-background::before { position: absolute; top: 16%; left: 28%; width: 44vw; height: 44vw; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 68%); content: ""; filter: blur(4px); transition: opacity 700ms; }

.story[data-step="2"] .story-background::before { opacity: 0.26; }

.story-background svg { position: absolute; right: -8%; bottom: -4%; width: 116%; height: 74%; fill: none; stroke: currentcolor; stroke-width: 1; vector-effect: non-scaling-stroke; }

.story-heading { position: absolute; top: clamp(100px, 13vh, 140px); right: 0px; left: 0px; display: flex; justify-content: space-between; }

.story[data-step="2"] .story-heading .eyebrow { color: rgba(255, 255, 255, 0.48); }

.story-counter { color: var(--mineral); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.15em; }

.story-counter b { color: var(--ink); font-weight: 780; transition: color 500ms; }

.story[data-step="2"] .story-counter b { color: white; }

.story-product { position: absolute; top: 50%; left: 44%; width: min(420px, 36vw); height: min(610px, 66vh); transform: translate(-50%, -48%) rotate(calc((var(--story-progress, 0) - 0.5) * 4deg)); }

.product-halo { position: absolute; top: 14%; left: 50%; width: 130%; aspect-ratio: 1 / 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 67%); transform: translateX(-50%); }

.can-object, .bottle-object { position: absolute; bottom: 4%; filter: drop-shadow(rgba(7, 21, 29, 0.22) 20px 35px 32px); transition: opacity 850ms var(--ease-out),
    transform 850ms var(--ease-out),
    filter 850ms var(--ease-out); }

.can-object { left: 6%; width: 43%; height: 72%; transform: translateX(20%) rotate(-4deg); }

.can-body { position: absolute; inset: 2.5% 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 12% / 3%; background: linear-gradient(90deg, rgba(75, 85, 90, 0.7) 0%, rgb(249, 251, 251) 14%, rgb(185, 196, 200) 34%, rgb(255, 255, 255) 52%, rgb(166, 177, 181) 78%, rgb(232, 237, 239) 91%, rgb(104, 118, 124) 100%); box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 12px inset, rgba(24, 49, 60, 0.14) -8px 0px 18px inset; }

.can-body::after { position: absolute; inset: 0px; background: linear-gradient(105deg, transparent 37%, rgba(255, 255, 255, 0.7) 48%, transparent 58%); content: ""; transform: translateX(-100%); animation: 5s ease-in-out 1.2s infinite normal none running aluminum-shine; }

@keyframes aluminum-shine { 
  0%, 15% { transform: translateX(-110%); }
  45%, 100% { transform: translateX(110%); }
}

.can-top, .can-bottom { position: absolute; z-index: 2; left: 1%; width: 98%; height: 5%; border: 1px solid rgba(32, 50, 58, 0.36); border-radius: 50%; background: linear-gradient(110deg, rgb(111, 127, 133), rgb(249, 255, 255) 38%, rgb(146, 159, 164) 70%, rgb(220, 227, 229)); }

.can-top { top: 0px; box-shadow: rgba(255, 255, 255, 0.5) 0px 4px 6px inset; }

.can-top::after { position: absolute; top: 32%; left: 35%; width: 30%; height: 28%; border-radius: 50%; background: rgba(56, 69, 76, 0.66); content: ""; }

.can-bottom { bottom: 0px; height: 4%; }

.can-word, .can-water, .bottle-word, .bottle-water { position: relative; z-index: 1; color: rgb(23, 55, 67); }

.can-word { font-size: clamp(0.95rem, 2.3vw, 1.8rem); font-weight: 820; letter-spacing: 0.16em; writing-mode: vertical-rl; transform: rotate(180deg); }

.can-water { margin-top: 14px; font-size: clamp(0.35rem, 0.6vw, 0.55rem); font-weight: 700; letter-spacing: 0.32em; }

.can-body i { position: absolute; right: 15%; bottom: 10%; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); box-shadow: rgba(255, 255, 255, 0.58) -18px -55px 0px 1px, rgba(255, 255, 255, 0.6) 9px -99px 0px, rgba(255, 255, 255, 0.5) -76px -140px 0px; }

.bottle-object { right: 2%; width: 41%; height: 88%; opacity: 0.18; transform: translateX(-36%) scale(0.9) rotate(5deg); }

.bottle-cap { position: absolute; top: 0px; left: 36%; z-index: 3; width: 28%; height: 8%; border-radius: 20% 20% 10% 10%; background: repeating-linear-gradient(90deg, rgb(30, 61, 73) 0px, rgb(30, 61, 73) 2px, rgb(48, 86, 100) 2px, rgb(48, 86, 100) 4px); box-shadow: rgba(255, 255, 255, 0.25) 0px 3px inset; }

.bottle-neck { position: absolute; top: 6%; left: 31%; width: 38%; height: 14%; border-radius: 15% 15% 0px 0px; background: linear-gradient(90deg, rgb(116, 129, 134), rgb(245, 248, 248) 26%, rgb(165, 176, 180) 70%, rgb(105, 118, 123)); }

.bottle-body { position: absolute; inset: 15% 0px 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 27% 27% 12% 12% / 9% 9% 5% 5%; background: linear-gradient(90deg, rgb(93, 107, 112), rgb(231, 238, 238) 13%, rgb(168, 180, 184) 34%, rgb(255, 255, 255) 52%, rgb(158, 170, 174) 79%, rgb(216, 224, 226) 91%, rgb(89, 104, 110)); box-shadow: rgba(255, 255, 255, 0.66) 0px 0px 15px inset; }

.bottle-body::after { position: absolute; inset: 0px; background: linear-gradient(105deg, transparent 37%, rgba(255, 255, 255, 0.75) 48%, transparent 58%); content: ""; transform: translateX(-110%); animation: 5.8s ease-in-out 2.1s infinite normal none running aluminum-shine; }

.bottle-word { font-size: clamp(1rem, 2.2vw, 1.7rem); font-weight: 820; letter-spacing: 0.16em; writing-mode: vertical-rl; transform: rotate(180deg); }

.bottle-water { margin-top: 17px; font-size: clamp(0.3rem, 0.5vw, 0.48rem); font-weight: 760; letter-spacing: 0.22em; }

.story[data-step="1"] .can-object { opacity: 1; transform: translateX(-18%) rotate(-7deg) scale(0.97); }

.story[data-step="1"] .bottle-object { opacity: 1; transform: translateX(16%) rotate(6deg) scale(0.97); }

.story[data-step="2"] .can-object { opacity: 0.15; filter: blur(2px) drop-shadow(rgba(0, 0, 0, 0.28) 20px 35px 32px); transform: translateX(-48%) rotate(-8deg) scale(0.88); }

.story[data-step="2"] .bottle-object { opacity: 1; filter: drop-shadow(rgba(0, 0, 0, 0.4) 20px 35px 32px); transform: translateX(-24%) rotate(2deg) scale(1.06); }

.story-steps { position: absolute; inset: 0px; pointer-events: none; }

.story-step { position: absolute; top: 50%; right: 0px; width: min(390px, 30vw); opacity: 0; transform: translateY(calc(-50% + 24px)); transition: opacity 650ms var(--ease-out),
    transform 650ms var(--ease-out); }

.story-step.is-active { opacity: 1; transform: translateY(-50%); }

.step-index { display: block; margin-bottom: 26px; color: var(--accent); font-size: 0.66rem; font-weight: 750; letter-spacing: 0.18em; }

.story-step h3 { margin-bottom: 28px; font-size: clamp(2.8rem, 4.7vw, 5.6rem); font-weight: 590; letter-spacing: -0.06em; line-height: 0.95; }

.story-step p { max-width: 34ch; margin-bottom: 0px; color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.18rem); letter-spacing: -0.02em; line-height: 1.55; }

.story[data-step="2"] .story-step p { color: rgba(255, 255, 255, 0.62); }

.story-dots { position: absolute; right: max(24px, 2vw); top: 50%; display: flex; flex-direction: column; gap: 10px; transform: translateY(-50%); }

.story-dots i { width: 4px; height: 4px; border-radius: 50%; background: var(--mineral); transition: height 400ms var(--ease-out), background-color 400ms ease; }

.story-dots i.is-active { height: 24px; border-radius: 999px; background: var(--accent); }

.products { position: relative; background: white; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: clamp(60px, 8vw, 110px); }

.section-heading .eyebrow, .branding-intro .eyebrow, .process-heading .eyebrow, .faq-heading .eyebrow, .use-cases-copy .eyebrow { margin-bottom: 30px; }

.product-switch { position: relative; display: grid; width: 226px; height: 50px; grid-template-columns: 1fr 1fr; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--snow); isolation: isolate; }

.product-switch button { z-index: 1; border: 0px; background: transparent; cursor: pointer; font-size: 0.75rem; font-weight: 680; transition: color 300ms; }

.product-switch button.is-active { color: white; }

.product-switch span { position: absolute; top: 4px; bottom: 4px; left: 4px; z-index: -1; width: calc(50% - 4px); border-radius: 999px; background: var(--ink); transition: transform 450ms var(--ease-out); }

.product-switch[data-active="bottle"] span { transform: translateX(100%); }

.product-showcase { display: grid; min-height: 760px; grid-template-columns: 1.2fr 0.8fr; overflow: hidden; border-radius: 36px; background: rgb(231, 241, 241); transition: background-color 650ms var(--ease-out); }

.product-showcase[data-active="bottle"] { background: rgb(233, 236, 238); }

.product-visual { position: relative; min-height: 650px; overflow: hidden; background: radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.96) 0px, rgba(255, 255, 255, 0.96) 18%, rgba(255, 255, 255, 0) 56%), linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(70, 170, 180, 0.08)); }

.visual-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(7, 21, 29, 0.09); border-radius: 50%; transform: translate(-50%, -50%); }

.orbit-one { width: 65%; aspect-ratio: 1 / 1; }

.orbit-two { width: 90%; aspect-ratio: 1 / 1; }

.orbit-one::before, .orbit-two::before { position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; box-shadow: rgba(67, 195, 208, 0.7) 0px 0px 20px; }

.orbit-one { animation: 26s linear 0s infinite normal none running orbit-spin; }

.orbit-two { animation: 34s linear 0s infinite reverse none running orbit-spin; }

@keyframes orbit-spin { 
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.showcase-can, .showcase-bottle { position: absolute; top: 50%; left: 50%; z-index: 2; filter: drop-shadow(rgba(7, 21, 29, 0.24) 26px 42px 38px); transition: opacity 750ms var(--ease-out),
    transform 750ms var(--ease-out); }

.showcase-can { width: clamp(190px, 21vw, 290px); height: clamp(430px, 46vw, 610px); transform: translate(-50%, -49%) rotate(-3deg); }

.showcase-can-body { position: absolute; inset: 2.5% 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 10% / 3%; background: linear-gradient(90deg, rgb(61, 127, 135), rgb(127, 211, 216) 15%, rgb(70, 174, 186) 39%, rgb(153, 225, 226) 53%, rgb(56, 154, 168) 79%, rgb(133, 213, 216) 91%, rgb(36, 105, 116)); box-shadow: rgba(255, 255, 255, 0.34) 0px 0px 18px inset; color: white; text-align: center; }

.showcase-can-body::after, .showcase-bottle-body::after { position: absolute; inset: 0px; background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.42) 47%, transparent 58%); content: ""; transform: translateX(-120%); animation: 5.5s ease-in-out 0s infinite normal none running aluminum-shine; }

.showcase-can-top { position: absolute; z-index: 3; top: 0px; left: 1%; width: 98%; height: 5%; border: 1px solid rgb(109, 123, 128); border-radius: 50%; background: linear-gradient(110deg, rgb(110, 122, 126), rgb(248, 255, 255) 40%, rgb(137, 150, 154) 72%, rgb(219, 226, 228)); }

.showcase-can-top::after { position: absolute; top: 34%; left: 35%; width: 30%; height: 26%; border-radius: 50%; background: rgb(82, 97, 103); content: ""; }

.showcase-can-body small, .showcase-bottle-body small { position: absolute; top: 10%; font-size: 0.42rem; font-weight: 720; letter-spacing: 0.28em; }

.showcase-can-body strong, .showcase-bottle-body strong { position: relative; z-index: 1; font-size: clamp(2.6rem, 4.5vw, 5rem); font-weight: 780; letter-spacing: -0.07em; line-height: 0.78; }

.showcase-can-body span, .showcase-bottle-body span { position: absolute; bottom: 9%; font-size: 0.44rem; font-weight: 750; letter-spacing: 0.28em; }

.showcase-bottle { width: clamp(190px, 20vw, 280px); height: clamp(500px, 53vw, 690px); opacity: 0; transform: translate(-50%, -45%) scale(0.8) rotate(6deg); }

.showcase-bottle-cap { position: absolute; top: 0px; left: 36%; z-index: 3; width: 28%; height: 7.5%; border-radius: 20% 20% 8% 8%; background: repeating-linear-gradient(90deg, rgb(16, 43, 55) 0px, rgb(16, 43, 55) 3px, rgb(38, 75, 88) 3px, rgb(38, 75, 88) 6px); }

.showcase-bottle-neck { position: absolute; top: 6%; left: 30%; width: 40%; height: 13%; background: linear-gradient(90deg, rgb(112, 126, 131), rgb(245, 248, 248) 30%, rgb(142, 155, 160) 70%, rgb(101, 114, 119)); }

.showcase-bottle-body { position: absolute; inset: 15% 0px 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 27% 27% 12% 12% / 9% 9% 5% 5%; background: linear-gradient(90deg, rgb(36, 61, 73), rgb(69, 103, 119) 16%, rgb(24, 53, 66) 39%, rgb(102, 133, 146) 53%, rgb(23, 51, 63) 78%, rgb(72, 105, 118) 91%, rgb(16, 41, 52)); box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 18px inset; color: white; text-align: center; }

.product-showcase[data-active="bottle"] .showcase-can { opacity: 0; transform: translate(-62%, -49%) scale(0.78) rotate(-10deg); }

.product-showcase[data-active="bottle"] .showcase-bottle { opacity: 1; transform: translate(-50%, -49%) scale(1) rotate(2deg); }

.product-shadow { position: absolute; bottom: 8%; left: 50%; width: 38%; height: 6%; border-radius: 50%; background: rgba(7, 21, 29, 0.22); filter: blur(18px); transform: translateX(-50%); }

.product-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 6vw, 100px); background: rgba(255, 255, 255, 0.72); }

.product-kicker { margin-bottom: 25px; color: var(--accent); font-size: 0.66rem; font-weight: 780; letter-spacing: 0.18em; text-transform: uppercase; }

.product-details h3 { margin-bottom: 28px; font-size: clamp(2.75rem, 4.3vw, 5.3rem); font-weight: 590; letter-spacing: -0.065em; line-height: 0.95; }

.product-description { max-width: 38ch; margin-bottom: 36px; color: var(--ink-soft); font-size: 1rem; letter-spacing: -0.015em; line-height: 1.6; }

.spec-list { margin: 0px 0px 38px; border-top: 1px solid var(--line); }

.spec-list > div { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 20px; padding-block: 16px; border-bottom: 1px solid var(--line); }

.spec-list dt, .spec-list dd { margin: 0px; font-size: 0.77rem; }

.spec-list dt { color: var(--mineral); font-weight: 620; }

.spec-list dd { font-weight: 680; }

.product-details .button { align-self: flex-start; }

.branding { background: var(--snow); }

.branding-intro { display: grid; grid-template-columns: 1.15fr 0.55fr; align-items: end; gap: 10vw; margin-bottom: clamp(70px, 9vw, 130px); }

.finish-grid { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 14px; }

.finish-card { position: relative; display: flex; min-height: 490px; flex-direction: column; justify-content: space-between; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; transform-style: preserve-3d; transition: transform 420ms var(--ease-out),
    box-shadow 420ms var(--ease-out); }

.finish-card:hover { box-shadow: rgba(7, 21, 29, 0.1) 0px 28px 70px; }

.finish-sample { position: relative; display: grid; min-height: 360px; place-items: center; overflow: hidden; border-radius: 15px; }

.finish-sample::before { position: absolute; top: 50%; left: 50%; width: 118px; height: 270px; border-radius: 18px / 8px; content: ""; box-shadow: rgba(7, 21, 29, 0.22) 12px 22px 25px; transform: translate(-50%, -50%) rotate(8deg); }

.finish-sample::after { position: absolute; top: calc(50% - 135px); left: calc(50% - 55px); width: 110px; height: 10px; border-radius: 50%; background: linear-gradient(90deg, rgb(88, 103, 109), white 40%, rgb(114, 127, 132)); content: ""; transform: rotate(8deg); }

.finish-sample span { position: absolute; top: 14px; left: 14px; z-index: 2; color: rgba(255, 255, 255, 0.65); font-size: 0.58rem; font-weight: 720; letter-spacing: 0.15em; }

.finish-card--matte .finish-sample { background: rgb(17, 49, 60); }

.finish-card--matte .finish-sample::before { background: linear-gradient(90deg, rgb(10, 34, 43), rgb(29, 70, 82) 48%, rgb(11, 43, 54)); }

.finish-card--gloss .finish-sample { background: rgb(143, 217, 221); }

.finish-card--gloss .finish-sample::before { background: linear-gradient(90deg, rgb(27, 137, 150), rgb(99, 211, 219) 31%, rgb(210, 255, 255) 48%, rgb(65, 189, 200) 64%, rgb(22, 118, 129)); }

.finish-card h3 { margin: 18px 6px 4px; font-size: 1.12rem; font-weight: 700; letter-spacing: -0.025em; }

.finish-card p { margin: 0px 6px 6px; color: var(--mineral); font-size: 0.75rem; }

.fine-print { margin: 26px 0px 0px; color: var(--mineral); font-size: 0.67rem; }

.statement { position: relative; display: flex; min-height: 92svh; align-items: center; overflow: hidden; background: var(--ink); color: white; isolation: isolate; }

.statement::before, .statement::after { position: absolute; z-index: -1; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; content: ""; }

.statement::before { top: -25vw; right: -20vw; width: 70vw; height: 70vw; }

.statement::after { right: -8vw; bottom: -35vw; width: 80vw; height: 80vw; }

.statement-glow { position: absolute; top: 50%; right: -5%; z-index: -1; width: min(750px, 65vw); height: min(750px, 65vw); border-radius: 50%; background: radial-gradient(circle, rgba(67, 195, 208, 0.26), rgba(67, 195, 208, 0) 68%); transform: translateY(-50%); }

.statement .eyebrow { margin-bottom: 44px; color: rgba(255, 255, 255, 0.45); }

.statement blockquote { margin: 0px; font-size: clamp(4rem, 9.3vw, 10rem); font-weight: 570; letter-spacing: -0.07em; line-height: 0.84; }

.statement blockquote span { color: var(--accent); }

.use-cases { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 10vw; background: var(--snow); }

.use-case-list { align-self: end; }

.use-case-list span { display: flex; min-height: 68px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: clamp(1.05rem, 1.4vw, 1.35rem); font-weight: 520; letter-spacing: -0.025em; }

.use-case-list span::after { color: var(--accent); content: "↗"; font-size: 0.8rem; opacity: 0; transform: translate(-8px, 8px); transition: opacity 250ms ease, transform 350ms var(--ease-out); }

.use-case-list span:hover::after { opacity: 1; transform: translate(0px, 0px); }

.office-culture { position: relative; overflow: hidden; background: #e5eceb; isolation: isolate; }

.office-culture::before { position: absolute; top: -34vw; right: -27vw; z-index: -1; width: 72vw; height: 72vw; border: 1px solid rgba(53, 108, 115, 0.11); border-radius: 50%; content: ""; }

.office-intro { display: grid; grid-template-columns: minmax(0px, 1.35fr) minmax(260px, 0.55fr); gap: 9vw; align-items: end; padding-bottom: clamp(70px, 8vw, 120px); border-bottom: 1px solid var(--line); }

.office-intro .eyebrow { margin-bottom: 30px; }

.office-intro h2 { max-width: 11ch; font-size: clamp(3.2rem, 6.2vw, 7.1rem); }

.office-intro .lead-copy { padding-bottom: 4px; }

.office-principles { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); border-bottom: 1px solid var(--line); }

.office-principles article { min-height: 410px; padding: clamp(42px, 4vw, 66px) clamp(28px, 3.5vw, 58px); border-right: 1px solid var(--line); }

.office-principles article:first-child { padding-left: 0px; }

.office-principles article:last-child { padding-right: 0px; border-right: 0px; }

.office-index { display: block; margin-bottom: clamp(72px, 8vw, 120px); color: var(--accent-strong); font-size: 0.66rem; font-weight: 760; letter-spacing: 0.16em; }

.office-principles h3 { margin-bottom: 20px; font-size: clamp(1.75rem, 2.2vw, 2.6rem); font-weight: 590; letter-spacing: -0.045em; line-height: 1.02; }

.office-principles p { max-width: 37ch; margin-bottom: 0px; color: var(--mineral); font-size: 0.92rem; line-height: 1.65; }

.office-manifesto { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding-top: clamp(76px, 9vw, 135px); }

.office-manifesto .eyebrow { margin-bottom: 32px; }

.office-manifesto-copy { margin-bottom: 0px; font-size: clamp(3.1rem, 6.5vw, 7.5rem); font-weight: 590; letter-spacing: -0.067em; line-height: 0.9; }

.office-manifesto-copy span { color: var(--mineral); }

.office-manifesto .button { flex: 0 0 auto; margin-bottom: 6px; }

.process { background: white; }

.process .page-shell { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 10vw; }

.process-heading { position: sticky; top: 130px; align-self: start; }

.process-list { margin: 0px; padding: 0px; list-style: none; }

.process-list li { display: grid; min-height: 190px; grid-template-columns: 76px 1fr; gap: 22px; align-items: start; padding-block: 45px; border-bottom: 1px solid var(--line); }

.process-list li:first-child { border-top: 1px solid var(--line); }

.process-list > li > span { padding-top: 7px; color: var(--accent); font-size: 0.66rem; font-weight: 760; letter-spacing: 0.16em; }

.process-list h3 { margin-bottom: 13px; font-size: clamp(1.7rem, 2.4vw, 2.8rem); font-weight: 590; letter-spacing: -0.045em; }

.process-list p { max-width: 40ch; margin-bottom: 0px; color: var(--mineral); font-size: 0.95rem; }

.moq { position: relative; min-height: 100svh; padding-block: clamp(110px, 13vw, 190px); overflow: hidden; background: rgb(8, 32, 44); color: white; isolation: isolate; }

.moq::before { position: absolute; top: -30%; left: 43%; z-index: -1; width: 75vw; height: 75vw; border-radius: 50%; background: radial-gradient(circle, rgba(59, 183, 195, 0.24), transparent 68%); content: ""; }

.moq-noise { position: absolute; inset: 0px; z-index: -1; }

.moq .eyebrow { margin-bottom: 7vw; color: rgba(255, 255, 255, 0.45); }

.moq-number { margin-left: -0.065em; color: white; font-size: clamp(6rem, 18vw, 20rem); font-weight: 560; letter-spacing: -0.095em; line-height: 0.7; }

.moq h2 { margin-top: clamp(50px, 7vw, 100px); font-size: clamp(2.7rem, 5.5vw, 6.5rem); }

.moq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; margin-top: 70px; padding-top: 35px; border-top: 1px solid var(--white-line); }

.moq-grid p { max-width: 43ch; color: rgba(255, 255, 255, 0.6); font-size: 1.05rem; line-height: 1.55; }

.moq-grid strong { color: white; }

.moq-grid .button { margin-top: 20px; }

.faq { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 10vw; background: var(--snow); }

.faq-heading { align-self: start; }

.accordion details { border-bottom: 1px solid var(--line); }

.accordion details:first-child { border-top: 1px solid var(--line); }

.accordion summary { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font-size: clamp(1rem, 1.25vw, 1.22rem); font-weight: 620; letter-spacing: -0.025em; list-style: none; }

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary i { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }

.accordion summary i::before, .accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: currentcolor; content: ""; transform: translate(-50%, -50%); transition: transform 300ms var(--ease-out); }

.accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); }

.accordion details[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); }

.accordion details p { max-width: 62ch; margin: -3px 55px 33px 0px; color: var(--mineral); font-size: 0.94rem; line-height: 1.65; }

.final-cta { position: relative; display: flex; min-height: 90svh; align-items: center; overflow: hidden; background: var(--ice); text-align: center; isolation: isolate; }

.final-rings, .final-rings i { position: absolute; top: 50%; left: 50%; z-index: -1; border: 1px solid rgba(7, 21, 29, 0.08); border-radius: 50%; transform: translate(-50%, -50%); }

.final-rings { width: 38vw; height: 38vw; min-width: 380px; min-height: 380px; }

.final-rings i:nth-child(1) { width: 145%; height: 145%; }

.final-rings i:nth-child(2) { width: 200%; height: 200%; }

.final-rings i:nth-child(3) { width: 260%; height: 260%; }

.final-cta .eyebrow { margin-bottom: 34px; }

.final-cta h2 { font-size: clamp(4rem, 9.3vw, 10.5rem); }

.final-cta p:not(.eyebrow) { max-width: 520px; margin: 36px auto 32px; color: var(--ink-soft); font-size: 1.03rem; }

.site-footer { padding-block: 80px 28px; background: var(--ink); color: white; }

.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 75px; }

.brand--footer { color: white; }

.footer-top > p { margin: 0px; color: rgba(255, 255, 255, 0.5); font-size: clamp(1.4rem, 2.5vw, 2.5rem); font-weight: 530; letter-spacing: -0.05em; line-height: 1.08; }

.footer-mail { justify-self: end; padding: 0px 0px 5px; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgba(255, 255, 255, 0.35); border-image: none; background: transparent; color: white; cursor: pointer; font-size: 0.82rem; font-weight: 650; }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.38); font-size: 0.61rem; font-weight: 640; letter-spacing: 0.1em; text-transform: uppercase; }

.footer-bottom a { color: rgba(255, 255, 255, 0.72); }

.inquiry-dialog { width: min(1180px, -40px + 100vw); max-width: none; max-height: min(880px, -40px + 100svh); margin: auto; padding: 0px; overflow: hidden; border: 0px; border-radius: 30px; background: white; color: var(--ink); box-shadow: rgba(1, 12, 18, 0.35) 0px 40px 100px; }

.inquiry-dialog::backdrop { background: rgba(3, 14, 21, 0.7); backdrop-filter: blur(12px); }

.inquiry-dialog[open] { animation: dialog-in 500ms var(--ease-out) both; }

@keyframes dialog-in { 
  0% { opacity: 0; transform: translateY(30px) scale(0.97); }
  100% { opacity: 1; transform: translateY(0px) scale(1); }
}

.dialog-close { position: absolute; top: 20px; right: 20px; z-index: 3; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, 0.84); cursor: pointer; }

.dialog-close span { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: currentcolor; }

.dialog-close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }

.dialog-close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

.dialog-layout { display: grid; width: 100%; height: min(740px, -40px + 100svh); min-height: 0px; grid-template-columns: 0.8fr 1.2fr; }

.dialog-aside { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 45px; overflow: hidden; background: radial-gradient(circle at 85% 25%, rgba(84, 202, 211, 0.34), transparent 32%), rgb(10, 39, 51); color: white; }

.dialog-aside::after { position: absolute; right: -40%; bottom: -18%; width: 115%; aspect-ratio: 1 / 1; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 50%; content: ""; }

.brand--dialog { color: white; }

.dialog-aside .eyebrow { margin-bottom: 25px; color: rgba(255, 255, 255, 0.45); }

.dialog-aside h2 { font-size: clamp(3rem, 5vw, 5.7rem); }

.dialog-aside > p { position: relative; z-index: 1; max-width: 31ch; margin: 0px; color: rgba(255, 255, 255, 0.55); font-size: 0.85rem; }

.dialog-main { height: 100%; padding: clamp(44px, 5vw, 78px); overflow-y: auto; }

.form-heading { margin-bottom: 40px; }

.form-heading .eyebrow { margin-bottom: 18px; }

.form-heading h2, .form-success h2 { font-size: clamp(2.8rem, 4.2vw, 4.8rem); }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.field { display: flex; flex-direction: column; gap: 8px; }

.field--full { grid-column: 1 / -1; }

.field > span, .format-choice legend { color: var(--mineral); font-size: 0.65rem; font-weight: 720; letter-spacing: 0.08em; text-transform: uppercase; }

.field input, .field select, .field textarea { width: 100%; border-top: 0px; border-right: 0px; border-left: 0px; border-image: none; border-bottom: 1px solid var(--line); border-radius: 0px; outline: 0px; background: transparent; color: var(--ink); transition: border-color 200ms; }

.field input, .field select { height: 47px; }

.field textarea { min-height: 90px; padding-top: 12px; resize: vertical; }

.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }

.field input::placeholder, .field textarea::placeholder { color: rgb(170, 179, 183); }

.format-choice { display: flex; gap: 9px; margin: 28px 0px; padding: 0px; border: 0px; }

.format-choice legend { margin-bottom: 12px; }

.format-choice label { cursor: pointer; }

.format-choice input { position: absolute; opacity: 0; }

.format-choice span { display: inline-flex; min-height: 42px; align-items: center; padding-inline: 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 0.73rem; font-weight: 650; transition: background-color 200ms, color 200ms, border-color 200ms; }

.format-choice input:checked + span { border-color: var(--ink); background: var(--ink); color: white; }

.format-choice input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }

.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; }

.form-footer p { max-width: 35ch; margin: 0px; color: var(--mineral); font-size: 0.62rem; line-height: 1.5; }

.form-footer .button { flex: 0 0 auto; }

.form-honeypot { position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0px; border: 0px; clip: rect(0 0 0 0); white-space: nowrap; }

.form-footer .button:disabled { opacity: 0.58; cursor: wait; }

.form-error { margin: 18px 0px 0px; color: #9c4545; font-size: 0.78rem; line-height: 1.5; }

.form-error[hidden] { display: none; }

.form-success { display: flex; min-height: 590px; flex-direction: column; align-items: flex-start; justify-content: center; }

.form-success[hidden] { display: none; }

.success-mark { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 38px; border-radius: 50%; background: var(--ice); color: var(--ink); font-size: 1.4rem; }

.form-success .eyebrow { margin-bottom: 18px; }

.form-success > p:not(.eyebrow) { max-width: 45ch; margin: 24px 0px 35px; color: var(--mineral); }

@media (max-width: 1100px) {
  :root { --shell: min(1440px, calc(100vw - 64px)); }
  .main-nav { gap: 20px; }
  .main-nav a:nth-child(5) { display: none; }
  .story-product { left: 38%; width: 38vw; }
  .story-step { width: 36vw; }
  .product-showcase { grid-template-columns: 1fr 0.85fr; }
  .finish-card { min-height: 410px; }
  .finish-sample { min-height: 290px; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; --shell: calc(100vw - 40px); }
  .section { padding-block: 100px; }
  .site-header, .site-header.is-scrolled { width: calc(-24px + 100vw); height: 58px; grid-template-columns: 1fr auto; margin-top: 8px; padding-inline: 14px 8px; border: 1px solid rgba(255, 255, 255, 0.54); border-radius: 999px; background: rgba(247, 249, 250, 0.86); box-shadow: rgba(7, 21, 29, 0.08) 0px 10px 35px; color: var(--ink); backdrop-filter: blur(20px) saturate(150%); }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; width: 42px; height: 42px; border: 0px; border-radius: 50%; background: var(--ink); cursor: pointer; }
  .menu-toggle span { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: white; transition: transform 350ms var(--ease-out); }
  .menu-toggle span:first-child { transform: translate(-50%, -4px); }
  .menu-toggle span:last-child { transform: translate(-50%, 4px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translate(-50%, 0px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translate(-50%, 0px) rotate(-45deg); }
  .main-nav { position: fixed; top: 12px; right: 12px; left: 12px; display: flex; height: auto; flex-direction: column; align-items: flex-start; gap: 0px; padding: 88px 24px 28px; border-radius: 26px; background: var(--snow); box-shadow: rgba(7, 21, 29, 0.22) 0px 30px 80px; color: var(--ink); opacity: 0; pointer-events: none; transform: translateY(-15px) scale(0.98); transform-origin: center top; transition: opacity 300ms ease, transform 450ms var(--ease-out); }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0px) scale(1); }
  .main-nav a, .main-nav a:nth-child(5) { display: flex; width: 100%; min-height: 52px; align-items: center; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .hero { min-height: 860px; align-items: start; }
  .hero-copy { padding-top: 160px; }
  .hero h1 { font-size: clamp(3.25rem, 11vw, 5.4rem); }
  .hero-intro { max-width: 500px; }
  .hero-image { background-position: 52% center; }
  .hero-meta { margin-top: 34px; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 60px; padding-left: 0px; }
  .alpine-origin { min-height: 0px; }
  .origin-content { padding-block: 120px; }
  .origin-heading { grid-template-columns: 1fr; gap: 56px; }
  .origin-copy { padding-bottom: 0px; }
  .origin-points { grid-template-columns: 1fr; }
  .origin-points > div, .origin-points > div:first-child, .origin-points > div:last-child { min-height: 88px; padding-inline: 0px; border-right: 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .origin-points > div:last-child { border-bottom: 0px; }
  .origin-landscape svg { right: -34%; width: 150%; height: 58%; }
  .story { height: auto; }
  .story-sticky { position: relative; height: auto; min-height: 0px; padding: 100px 0px; }
  .story-heading { position: relative; top: auto; margin-bottom: 55px; }
  .story-product { position: relative; top: auto; left: auto; width: min(480px, 82vw); height: 590px; margin: 0px auto 50px; transform: none; }
  .story-steps { position: relative; display: grid; gap: 0px; }
  .story-step, .story-step.is-active { position: relative; top: auto; right: auto; width: auto; padding: 42px 0px; border-top: 1px solid rgba(7, 21, 29, 0.14); opacity: 1; transform: none; }
  .story-step:last-child { border-bottom: 1px solid rgba(7, 21, 29, 0.14); }
  .story-step h3 { max-width: 9ch; }
  .story[data-step="2"] .story-sticky { background: rgb(230, 243, 243); color: var(--ink); }
  .story[data-step="2"] .story-step p { color: var(--ink-soft); }
  .story-dots { display: none; }
  .section-heading { align-items: flex-end; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-visual { min-height: 670px; }
  .product-details { padding: 60px 40px; }
  .branding-intro, .use-cases, .process .page-shell, .faq { grid-template-columns: 1fr; gap: 70px; }
  .office-intro { grid-template-columns: 1fr; gap: 52px; }
  .office-principles { grid-template-columns: 1fr; }
  .office-principles article, .office-principles article:first-child, .office-principles article:last-child { min-height: 0px; padding: 44px 0px; border-right: 0px; border-bottom: 1px solid var(--line); }
  .office-principles article:last-child { border-bottom: 0px; }
  .office-index { margin-bottom: 56px; }
  .office-manifesto { align-items: flex-start; flex-direction: column; gap: 44px; }
  .finish-grid { grid-template-columns: repeat(2, 1fr); }
  .finish-card { min-height: 460px; }
  .finish-sample { min-height: 335px; }
  .process-heading { position: relative; top: auto; }
  .moq-grid { gap: 50px; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-aside { display: none; }
  .dialog-main { height: 100%; padding: 55px 34px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 40px); }
  h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .hero { min-height: 820px; }
  .hero-copy { padding-top: 135px; }
  .hero-eyebrow { font-size: 0.6rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-intro { max-width: 30ch; font-size: 0.95rem; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .hero-meta { justify-content: flex-start; }
  .proof-track { height: 58px; }
  .intro-stat { align-items: center; }
  .origin-content { padding-block: 100px; }
  .origin-heading h2 { font-size: clamp(3.05rem, 14vw, 4.6rem); }
  .origin-copy p:first-child { font-size: 1.25rem; }
  .origin-points { margin-top: 76px; }
  .origin-points strong { font-size: 0.64rem; }
  .story-sticky { padding: 90px 0px; }
  .story-product { height: 480px; }
  .story-step h3 { font-size: 2.75rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-switch { width: 100%; }
  .product-showcase { border-radius: 24px; }
  .product-visual { min-height: 520px; }
  .showcase-can { width: 180px; height: 410px; }
  .showcase-bottle { width: 180px; height: 490px; }
  .product-details { padding: 48px 24px; }
  .spec-list > div { grid-template-columns: 0.72fr 1.28fr; gap: 12px; }
  .finish-grid { grid-template-columns: 1fr; }
  .finish-card { min-height: 420px; }
  .finish-sample { min-height: 300px; }
  .statement { min-height: 75svh; }
  .statement blockquote { font-size: clamp(3.7rem, 17vw, 6rem); }
  .office-intro h2 { font-size: clamp(2.75rem, 12.5vw, 4.5rem); }
  .office-manifesto-copy { font-size: clamp(2.9rem, 13vw, 4.5rem); }
  .process-list li { grid-template-columns: 52px 1fr; }
  .moq { min-height: 0px; }
  .moq .eyebrow { margin-bottom: 70px; }
  .moq-number { font-size: 22vw; }
  .moq-grid { grid-template-columns: 1fr; }
  .accordion summary { min-height: 80px; }
  .final-cta { min-height: 80svh; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; }
  .footer-mail { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .inquiry-dialog { width: calc(-20px + 100vw); max-height: calc(-20px + 100svh); border-radius: 23px; }
  .dialog-main { height: 100%; padding: 65px 22px 35px; }
  .field-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .format-choice { flex-wrap: wrap; }
  .form-footer { align-items: flex-start; flex-direction: column; }
}

@media (hover: none), (pointer: coarse) {
  .tilt-card { transform: none !important; }
}

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

:root { --ink: #1e3036; --ink-soft: #465a61; --snow: #f5f4f0; --surface: #fbfaf7; --ice: #e8eeee; --ice-deep: #d5e1e1; --accent: #8fbbc0; --accent-strong: #356c73; --mineral: #5f7076; --deep: #263d44; --line: rgba(30, 48, 54, 0.14); }

:focus-visible { outline-color: var(--accent-strong); }

.scroll-progress span, .proof-track i, .story-dots i.is-active, .orbit-one::before, .orbit-two::before { background: var(--accent-strong); }

.site-header { color: var(--ink); }

.site-header.is-scrolled { background: rgba(251, 250, 247, 0.88); }

.site-header:not(.is-scrolled) .header-cta { --button-bg: var(--deep); --button-color: white; }

.hero { background: rgb(220, 230, 230); color: var(--ink); }

.hero-media { background: linear-gradient(145deg, rgb(244, 243, 239), rgb(230, 238, 238) 55%, rgb(189, 205, 208)); }

.hero-image { z-index: 0; inset: -3%; background-image: url("assets/alpine-water-hero-background-v8.png"); background-position: center center; transform: scale(1.04); }

/* Keep the hero formats independent so their real-world proportion stays exact.
   Reference: bottle 1.134x the visible can height, 0.822x its visible width,
   with the bottle base raised by 7.1% of the can height. */
.hero-products { position: absolute; inset: 0px; z-index: 1; overflow: hidden; pointer-events: none; transform-origin: center center; will-change: transform; }

.hero-product { position: absolute; display: block; width: auto; max-width: none; object-fit: contain; filter: drop-shadow(0px 26px 24px rgba(30, 48, 54, 0.18)); transform: scaleX(1.078); transform-origin: 50% 50%; }

.hero-product--can { right: 26.3%; bottom: 4.94%; height: 80.18%; }

.hero-product--bottle { right: 4.7%; bottom: 5.3%; height: 101.86%; }

.hero-vignette { z-index: 2; background: linear-gradient(90deg, rgba(245, 244, 240, 0.98) 0%, rgba(245, 244, 240, 0.86) 31%, rgba(245, 244, 240, 0.3) 53%, rgba(245, 244, 240, 0.04) 75%), linear-gradient(rgba(245, 244, 240, 0.16) 0%, rgba(245, 244, 240, 0) 62%, rgba(55, 75, 81, 0.12) 100%); }

.hero-grain { z-index: 3; opacity: 0.035; }

.hero-copy { padding-top: 2vh; text-align: left; }

.hero-eyebrow { color: var(--mineral); }

.hero h1 { max-width: 8.8ch; margin: 0px; font-size: clamp(3.5rem, 7.2vw, 8.25rem); text-shadow: none; }

.hero h1 span { color: rgba(30, 48, 54, 0.46); }

.hero-intro { max-width: 515px; margin-right: 0px; margin-left: 0px; color: var(--ink-soft); }

.hero-actions { justify-content: flex-start; }

.hero .button--light { --button-bg: var(--deep); --button-color: white; box-shadow: rgba(38, 61, 68, 0.15) 0px 12px 36px; }

.hero .text-link--light { border-color: rgba(30, 48, 54, 0.32); color: var(--ink); }

.hero-meta, .scroll-cue { color: rgba(30, 48, 54, 0.62); }

.hero-meta strong { color: var(--ink); }

.scroll-cue i { background: rgba(30, 48, 54, 0.2); }

.scroll-cue i::after { background: var(--accent-strong); }

.proof-rail, .products, .process, .finish-card, .inquiry-dialog { background: var(--surface); }

.story-sticky { background: rgb(237, 242, 241); }

.story[data-step="1"] .story-sticky { background: rgb(223, 232, 231); }

.story[data-step="2"] .story-sticky { background: var(--deep); }

.story-background { opacity: 0.18; }

.story-background::before { opacity: 0.7; }

.story-product { left: 41%; width: min(460px, 34vw); height: min(650px, 72vh); }

.can-object, .bottle-object { bottom: 1%; display: flex; align-items: flex-end; justify-content: center; filter: drop-shadow(rgba(30, 48, 54, 0.17) 12px 24px 22px); }

.can-object { left: 5%; width: 43%; height: 88%; transform: translateX(14%) rotate(-1deg); }

.bottle-object { right: 1%; width: 50%; height: 91%; opacity: 0.14; transform: translateX(-28%) scale(0.94) rotate(1deg); }

.can-object img, .bottle-object img, .showcase-can img, .showcase-bottle img { display: block; width: 100%; height: 100%; object-fit: contain; }

.bottle-object img { transform-origin: 50% 100%; scale: 1.23; }

.showcase-bottle img { transform-origin: 50% 50%; scale: 1.12; }

.story[data-step="1"] .can-object { opacity: 1; transform: translateX(-12%) rotate(-2deg) scale(0.99); }

.story[data-step="1"] .bottle-object { opacity: 1; transform: translateX(11%) rotate(2deg) scale(0.99); }

.story[data-step="2"] .can-object { opacity: 0.13; filter: blur(1px) drop-shadow(rgba(0, 0, 0, 0.22) 12px 24px 22px); transform: translateX(-36%) rotate(-2deg) scale(0.92); }

.story[data-step="2"] .bottle-object { opacity: 1; filter: drop-shadow(rgba(0, 0, 0, 0.24) 12px 24px 22px); transform: translateX(-18%) rotate(1deg) scale(1.03); }

.step-index, .product-kicker, .process-list > li > span, .stat-number { color: var(--accent-strong); }

.product-switch { width: 260px; background: rgb(241, 241, 237); }

.product-switch span { background: var(--deep); }

.product-switch button { font-size: 0.7rem; }

.product-showcase, .product-showcase[data-active="bottle"] { background: rgb(237, 241, 239); }

.product-visual { background: radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.93) 18%, rgba(255, 255, 255, 0) 58%), linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(143, 187, 192, 0.08)); }

.visual-orbit { border-color: rgba(53, 108, 115, 0.12); }

.orbit-one::before, .orbit-two::before { box-shadow: rgba(143, 187, 192, 0.4) 0px 0px 18px; }

.showcase-can, .showcase-bottle { display: flex; align-items: center; justify-content: center; filter: drop-shadow(rgba(30, 48, 54, 0.16) 14px 28px 24px); }

.showcase-can { width: clamp(170px, 17vw, 240px); height: clamp(455px, 44vw, 620px); transform: translate(-50%, -49%) rotate(-1deg); }

.showcase-bottle { width: clamp(190px, 20vw, 275px); height: clamp(490px, 47vw, 650px); transform: translate(-50%, -46%) scale(0.86) rotate(2deg); }

.product-showcase[data-active="bottle"] .showcase-can { opacity: 0; transform: translate(-58%, -49%) scale(0.88) rotate(-3deg); }

.product-showcase[data-active="bottle"] .showcase-bottle { opacity: 1; transform: translate(-50%, -49%) scale(1) rotate(1deg); }

.product-shadow { width: 30%; height: 4%; background: rgba(30, 48, 54, 0.14); filter: blur(20px); }

.product-details { background: rgba(251, 250, 247, 0.78); }

.finish-card:hover { box-shadow: rgba(30, 48, 54, 0.08) 0px 24px 60px; }

.finish-sample::before, .finish-sample::after { display: none; }

.finish-sample img { position: relative; z-index: 1; display: block; width: auto; height: 83%; object-fit: contain; filter: drop-shadow(rgba(30, 48, 54, 0.14) 10px 18px 16px); transform: rotate(1.5deg); }

.finish-card--matte .finish-sample { background: rgb(223, 231, 229); }

.finish-card--matte .finish-sample img { filter: saturate(0.62) brightness(0.86) drop-shadow(rgba(30, 48, 54, 0.14) 10px 18px 16px); }

.finish-card--gloss .finish-sample { background: rgb(221, 235, 236); }

.finish-card--gloss .finish-sample img { filter: saturate(1.05) brightness(1.03) drop-shadow(rgba(30, 48, 54, 0.12) 10px 18px 16px); }

.finish-sample span, .finish-card--matte .finish-sample span, .finish-card--gloss .finish-sample span { color: rgba(30, 48, 54, 0.56); }

.statement, .site-footer { background: var(--deep); }

.moq { background: rgb(43, 69, 77); }

.statement-glow { background: radial-gradient(circle, rgba(143, 187, 192, 0.15), rgba(143, 187, 192, 0) 68%); }

.moq::before { background: radial-gradient(circle, rgba(143, 187, 192, 0.14), transparent 68%); }

.dialog-aside { background: radial-gradient(circle at 85% 25%, rgba(143, 187, 192, 0.18), transparent 32%),
    var(--deep); }

.statement .eyebrow, .moq .eyebrow, .footer-bottom, .dialog-aside .eyebrow { color: rgba(255, 255, 255, 0.7); }

.format-choice input:checked + span { border-color: var(--deep); background: var(--deep); }

@media (max-width: 820px) {
  .hero-image { background-position: 68% center; }
  .hero-product--can { right: 31%; bottom: 3%; height: 52%; }
  .hero-product--bottle { right: -6%; bottom: 3%; height: 66.3%; }
  .hero-vignette { background: linear-gradient(rgba(245, 244, 240, 0.98) 0%, rgba(245, 244, 240, 0.86) 37%, rgba(245, 244, 240, 0.28) 66%, rgba(55, 75, 81, 0.1) 100%), linear-gradient(90deg, rgba(245, 244, 240, 0.62), rgba(245, 244, 240, 0.04)); }
  .hero-copy { text-align: left; }
  .hero h1 { max-width: 8.2ch; margin: 0px; }
  .hero-intro { margin-right: 0px; margin-left: 0px; text-wrap: pretty; }
  .hero-actions { justify-content: flex-start; }
  .story-product { width: min(430px, 88vw); height: 560px; }
  .story[data-step="2"] .story-sticky { background: rgb(237, 242, 241); }
  .orbit-one, .orbit-two { animation: auto ease 0s 1 normal none running none; }
  .orbit-two { display: none; }
}

@media (max-width: 560px) {
  .hero { min-height: 840px; }
  .hero-copy { padding-top: 124px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 4.35rem); }
  .hero-intro { max-width: 29ch; }
  .hero-actions { align-items: flex-start; }
  .story-product { width: min(360px, 92vw); height: 480px; }
  .product-visual { min-height: 560px; }
  .showcase-can { width: 165px; height: 440px; }
  .showcase-bottle { width: 195px; height: 500px; }
  .product-switch { width: 100%; }
}

.showcase-can-family { display: flex; width: min(620px, 90%); height: 600px; align-items: flex-end; justify-content: center; gap: clamp(5px, 1vw, 16px); filter: none; transform: translate(-50%, -48%); }

.showcase-can-family .can-size { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: flex-end; }

.showcase-can-family .can-size img { display: block; width: auto; height: auto; object-fit: contain; filter: drop-shadow(rgba(30, 48, 54, 0.14) 10px 20px 17px); }

.showcase-can-family .can-size--84 img { width: clamp(92px, 10vw, 142px); }

.showcase-can-family .can-size--12 img { width: clamp(112px, 12vw, 170px); }

.showcase-can-family .can-size--16 img { width: clamp(132px, 14vw, 198px); }

.showcase-can-family .can-size--84 { transform: rotate(-1.25deg); }

.showcase-can-family .can-size--16 { transform: rotate(1.25deg); }

.showcase-can-family .can-size span { margin-top: 12px; color: var(--accent-strong); font-size: 0.58rem; font-weight: 780; letter-spacing: 0.16em; line-height: 1; }

.product-showcase[data-active="bottle"] .showcase-can-family { opacity: 0; transform: translate(-56%, -48%) scale(0.9); }

.product-shadow { width: 52%; }

@media (max-width: 560px) {
  .showcase-can-family { width: 330px; height: 440px; gap: 4px; }
  .showcase-can-family .can-size--84 img { width: 82px; }
  .showcase-can-family .can-size--12 img { width: 98px; }
  .showcase-can-family .can-size--16 img { width: 116px; }
  .showcase-can-family .can-size span { margin-top: 9px; font-size: 0.52rem; }
}

/* Fluid motion layer */
.page-loader { display: none; }

.js .page-loader { position: fixed; inset: 0px; z-index: 12000; display: grid; place-items: center; overflow: hidden; background: var(--surface); color: var(--ink); pointer-events: none; }

.page-loader::before { position: absolute; top: 50%; left: 50%; width: min(620px, 72vw); aspect-ratio: 1 / 1; border-radius: 50%; background: radial-gradient(circle, rgba(143, 187, 192, 0.2), transparent 68%); content: ""; transform: translate(-50%, -50%) scale(0.82); animation: loader-halo 1.8s var(--ease-out) both; }

.page-loader__mark { position: relative; display: grid; min-width: min(310px, 72vw); gap: 24px; text-align: center; }

.page-loader__mark span { font-size: clamp(0.68rem, 1vw, 0.82rem); font-weight: 740; letter-spacing: 0.22em; }

.page-loader__mark i { position: relative; display: block; width: 100%; height: 1px; overflow: hidden; background: rgba(30, 48, 54, 0.14); }

.page-loader__mark b { position: absolute; inset: 0px; display: block; background: var(--accent-strong); transform: translateX(-105%); animation: loader-line 1.15s var(--ease-out) 120ms forwards; }

.is-loaded .page-loader__mark { animation: loader-mark-out 450ms var(--ease-smooth) 360ms forwards; }

.is-loaded .page-loader { animation: loader-curtain-out 1.05s var(--ease-smooth) 560ms forwards; }

@keyframes loader-line {
  to { transform: translateX(0px); }
}

@keyframes loader-halo {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.72); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes loader-mark-out {
  to { opacity: 0; transform: translateY(-14px); }
}

@keyframes loader-curtain-out {
  0% { clip-path: inset(0px 0px 0% 0px); }
  99% { visibility: visible; }
  100% { visibility: hidden; clip-path: inset(0px 0px 100% 0px); }
}

.js .reveal { opacity: 0; filter: blur(7px); clip-path: inset(0px 0px 9% 0px); transform: translateY(46px) scale(0.988); transition: opacity 1050ms var(--ease-out), transform 1050ms var(--ease-out), filter 1050ms var(--ease-out), clip-path 1100ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }

.js .reveal.is-visible { opacity: 1; filter: blur(0px); clip-path: inset(0px 0px 0% 0px); transform: translateY(0px) scale(1); }

/* Large numerals extend beyond their compressed line boxes; never mask that optical overhang. */
.js .intro-stat.reveal,
.js .intro-stat.reveal.is-visible,
.js .moq-number.reveal,
.js .moq-number.reveal.is-visible { overflow: visible; clip-path: none; }

.js .product-showcase.reveal { clip-path: inset(0px 0px 12% 0px round 36px); transform: translateY(64px) scale(0.975); }

.js .product-showcase.reveal.is-visible { clip-path: inset(0px 0px 0% 0px round 36px); transform: translateY(0px) scale(1); }

.js .origin-points > div { opacity: 0; filter: blur(4px); transform: translateY(24px); transition: opacity 850ms var(--ease-out), transform 950ms var(--ease-out), filter 850ms var(--ease-out); }

.js .origin-points.is-visible > div { opacity: 1; filter: blur(0px); transform: translateY(0px); }

.js .origin-points.is-visible > div:nth-child(1) { transition-delay: 180ms; }
.js .origin-points.is-visible > div:nth-child(2) { transition-delay: 290ms; }
.js .origin-points.is-visible > div:nth-child(3) { transition-delay: 400ms; }

.js .use-case-list span { opacity: 0; transform: translateX(28px); transition: opacity 720ms var(--ease-out), transform 900ms var(--ease-out); }

.js .use-case-list.is-visible span { opacity: 1; transform: translateX(0px); }

.js .use-case-list.is-visible span:nth-child(1) { transition-delay: 80ms; }
.js .use-case-list.is-visible span:nth-child(2) { transition-delay: 140ms; }
.js .use-case-list.is-visible span:nth-child(3) { transition-delay: 200ms; }
.js .use-case-list.is-visible span:nth-child(4) { transition-delay: 260ms; }
.js .use-case-list.is-visible span:nth-child(5) { transition-delay: 320ms; }
.js .use-case-list.is-visible span:nth-child(6) { transition-delay: 380ms; }
.js .use-case-list.is-visible span:nth-child(7) { transition-delay: 440ms; }

.statement blockquote .statement-line { display: block; color: inherit; }

.statement blockquote .statement-line--accent { color: var(--accent); }

.js .statement-line { opacity: 0; filter: blur(5px); transform: translateY(48%) rotate(1deg); transition: opacity 850ms var(--ease-out), transform 1000ms var(--ease-out), filter 850ms var(--ease-out); }

.js blockquote.is-visible .statement-line { opacity: 1; filter: blur(0px); transform: translateY(0px) rotate(0deg); }

.js blockquote.is-visible .statement-line:nth-child(1) { transition-delay: 100ms; }
.js blockquote.is-visible .statement-line:nth-child(2) { transition-delay: 220ms; }
.js blockquote.is-visible .statement-line:nth-child(3) { transition-delay: 340ms; }

.js .hero-image { transform: translate3d(0px, var(--hero-shift, 0px), 0px) scale(var(--hero-scale, 1.04)); }

.js .hero-products { transform: translate3d(0px, var(--hero-shift, 0px), 0px) scale(var(--hero-product-scale, 1)); }

.js .hero-copy { opacity: var(--hero-copy-opacity, 1); translate: 0px var(--hero-copy-shift, 0px); will-change: opacity, translate; }

.intro .intro-grid { translate: var(--scene-shift-x, 0px) 0px; }

.origin-landscape svg { translate: 0px var(--scene-shift-y, 0px); scale: 1.045; }

.origin-glow { translate: 0px var(--scene-shift-y, 0px); animation: origin-breathe 9s ease-in-out infinite; }

.products .visual-orbit, .products .showcase-can-family .can-size, .products .showcase-bottle img { translate: 0px var(--scene-shift-y, 0px); }

.branding .finish-grid { translate: var(--scene-shift-x, 0px) 0px; }

.statement .page-shell, .moq .page-shell, .final-cta .page-shell { translate: 0px var(--scene-shift-y, 0px); }

.office-manifesto { translate: var(--scene-shift-x, 0px) 0px; }

.intro .intro-grid, .origin-landscape svg, .origin-glow, .products .visual-orbit, .products .showcase-can-family .can-size, .products .showcase-bottle img, .branding .finish-grid, .statement .page-shell, .moq .page-shell, .office-manifesto, .final-cta .page-shell { will-change: translate; }

.showcase-can-family .can-size img, .showcase-bottle img { animation: product-breathe 6.4s ease-in-out infinite; }

.showcase-can-family .can-size:nth-child(2) img { animation-delay: -1.1s; }

.showcase-can-family .can-size:nth-child(3) img { animation-delay: -2.2s; }

.showcase-bottle img { animation-delay: -1.6s; }

.final-rings { animation: rings-breathe 10s ease-in-out infinite; }

.proof-track { backface-visibility: hidden; will-change: transform; }

.button { transition: transform 460ms var(--ease-out), box-shadow 460ms var(--ease-out), background-color 300ms ease; }

@keyframes product-breathe {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes origin-breathe {
  0%, 100% { opacity: 0.72; scale: 0.96; }
  50% { opacity: 1; scale: 1.04; }
}

@keyframes rings-breathe {
  0%, 100% { scale: 0.98; }
  50% { scale: 1.035; }
}

@media (max-width: 820px) {
  .js .reveal { filter: blur(4px); transform: translateY(34px) scale(0.992); }
  .js .reveal.is-visible { filter: blur(0px); transform: translateY(0px) scale(1); }
  .intro .intro-grid, .branding .finish-grid, .office-manifesto { translate: 0px 0px; }
  .page-loader__mark { min-width: min(280px, 72vw); }
}

@media (prefers-reduced-motion: reduce) {
  .js .page-loader { display: none !important; }
  .js .reveal, .js .reveal.is-visible, .js .product-showcase.reveal, .js .product-showcase.reveal.is-visible { opacity: 1; filter: none; clip-path: none; transform: none; transition: none; }
  .js .origin-points > div, .js .use-case-list span, .js .statement-line { opacity: 1; filter: none; transform: none; transition: none; }
  .js .hero-image { transform: scale(1.04); }
  .js .hero-products { transform: none; }
  .js .hero-copy, .intro .intro-grid, .origin-landscape svg, .origin-glow, .products .visual-orbit, .products .showcase-can-family .can-size, .products .showcase-bottle img, .branding .finish-grid, .statement .page-shell, .moq .page-shell, .office-manifesto, .final-cta .page-shell { opacity: 1; translate: 0px 0px; }
  .showcase-can-family .can-size img, .showcase-bottle img, .origin-glow, .final-rings { animation: none; }
}
