:root {
  --navy-950: #02102a;
  --navy-900: #04183d;
  --navy-800: #08275a;
  --navy-700: #0b3876;
  --aqua: #42e6de;
  --aqua-dark: #14aaa8;
  --pink: #e5166f;
  --paper: #f3f2ed;
  --white: #fff;
  --ink: #071329;
  --muted: #5e697a;
  --line: rgba(5, 27, 67, .14);
  --radius: 26px;
  --shadow: 0 28px 80px rgba(1, 16, 43, .16);
  --content: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, Inter, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body::selection { background: var(--aqua); color: var(--navy-950); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.hidden-field { position: absolute; left: -9999px; }

.scroll-progress { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 3px; background: transparent; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--aqua), var(--pink)); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - 1240px)/2)); color: white; transition: background .3s, box-shadow .3s, height .3s; }
.site-header.is-scrolled { height: 72px; background: rgba(3, 19, 49, .88); box-shadow: 0 10px 40px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 132px; height: 58px; object-fit: contain; filter: drop-shadow(0 7px 18px rgba(0,0,0,.2)); }
.brand .brand-owner { display: flex; flex-direction: column; gap: 2px; padding-left: 11px; border-left: 1px solid rgba(255,255,255,.32); }
.brand-owner strong { font-size: 10px; font-weight: 900; letter-spacing: .24em; }
.brand-owner small { color: rgba(255,255,255,.58); font-size: 7px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.site-nav a { position: relative; padding: 10px 0; opacity: .78; transition: opacity .2s; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--aqua); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover { opacity: 1; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: background .25s, color .25s, border-color .25s; }
.header-cta:hover { background: white; color: var(--navy-950); border-color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 880px; height: 100svh; max-height: 1080px; overflow: hidden; color: white; background: var(--navy-900); }
.hero-video, .hero-shade, .hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; opacity: .66; }
.hero-shade { background: linear-gradient(90deg, rgba(2,16,42,.96) 0%, rgba(2,16,42,.74) 37%, rgba(3,25,55,.20) 72%, rgba(3,25,55,.32) 100%), linear-gradient(180deg, rgba(2,13,35,.28), transparent 60%, rgba(2,13,35,.68)); }
.hero-grain { opacity: .13; pointer-events: none; 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-inner { position: relative; z-index: 2; width: var(--content); height: 100%; margin: auto; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 42px; padding-top: 72px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--aqua); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; font-size: clamp(56px, 6.1vw, 98px); line-height: .92; letter-spacing: -.066em; font-weight: 900; }
.hero h1 em { color: var(--aqua); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }
.hero-lede { max-width: 580px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 14px 22px; border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 900; letter-spacing: .025em; transition: transform .22s, background .22s, color .22s, box-shadow .22s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; }
.button-primary { background: var(--aqua); color: var(--navy-950); box-shadow: 0 16px 40px rgba(66,230,222,.19); }
.button-primary:hover { background: #8af7f1; box-shadow: 0 18px 46px rgba(66,230,222,.3); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-dark { color: white; background: var(--navy-950); }
.button-full { width: 100%; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 580px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 20px; }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; padding-right: 20px; }
.hero-proof div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-proof strong { color: white; font-size: 25px; line-height: 1; }
.hero-proof span { color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.hero-stage { position: relative; min-height: 650px; perspective: 1200px; transform-style: preserve-3d; }
.orbit { position: absolute; border: 1px solid rgba(153,255,248,.25); border-radius: 50%; transform: rotate(-18deg); }
.orbit-a { width: 560px; height: 560px; right: -20px; top: 58px; animation: orbitPulse 6s ease-in-out infinite; }
.orbit-b { width: 420px; height: 420px; right: 55px; top: 125px; animation: orbitPulse 6s 1.2s ease-in-out infinite reverse; }
.product-halo { position: absolute; width: 460px; height: 460px; right: 34px; top: 96px; border-radius: 50%; background: radial-gradient(circle, rgba(161,255,250,.62), rgba(42,218,212,.08) 50%, transparent 70%); filter: blur(18px); }
.hero-pack { position: absolute; margin: 0; background: rgba(247,248,244,.96); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 34px 90px rgba(0,12,39,.42); }
.hero-pack img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero-pack-main { z-index: 3; right: 5px; top: 190px; width: min(610px, 43vw); padding: 50px 26px 68px; border-radius: 34px; transform: rotateY(-6deg) rotateX(2deg); animation: floatMain 6s ease-in-out infinite; }
.hero-pack-main img { height: 280px; }
.hero-pack-main figcaption { position: absolute; left: 30px; right: 30px; bottom: 19px; display: flex; justify-content: space-between; align-items: center; color: var(--navy-950); }
.hero-pack-main figcaption strong { font-size: 17px; }
.hero-pack-main figcaption span { color: var(--muted); font-size: 12px; font-weight: 800; }
.hero-pack-tag { position: absolute; z-index: 2; top: 18px; left: 20px; padding: 7px 11px; border-radius: 999px; background: var(--pink); color: white; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-pack-top { z-index: 2; right: 300px; top: 92px; width: 250px; height: 126px; padding: 16px; border-radius: 20px; transform: rotate(-5deg); animation: floatTop 5s .4s ease-in-out infinite; }
.hero-pack-side { z-index: 4; right: -22px; top: 84px; width: 180px; height: 180px; padding: 16px; border-radius: 28px; transform: rotate(5deg); animation: floatSide 5.8s .8s ease-in-out infinite; }
.hero-stamp { position: absolute; z-index: 5; right: 15px; top: 525px; display: flex; align-items: center; gap: 10px; padding: 11px 15px; color: white; background: rgba(2,16,42,.72); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; backdrop-filter: blur(14px); font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.hero-stamp strong { color: var(--aqua); font-size: 16px; }
.hero-scroll { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-scroll span { width: 36px; height: 1px; background: rgba(255,255,255,.38); }

.signal-bar { position: relative; width: 100%; overflow: hidden; color: white; background: var(--pink); box-shadow: 0 14px 35px rgba(229,22,111,.2); }
.signal-track { display: flex; align-items: center; gap: 22px; width: max-content; padding: 17px 22px; white-space: nowrap; animation: marquee 32s linear infinite; }
.signal-track span { font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.signal-track i { color: #ffd4e6; font-style: normal; }

.section-pad { width: var(--content); margin: auto; padding: 128px 0; }
.section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; color: var(--navy-700); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker span { display: inline-grid; place-items: center; width: 28px; height: 28px; border: 1px solid currentColor; border-radius: 50%; }
.section-kicker.light { color: var(--aqua); }
.display-title { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .98; letter-spacing: -.058em; font-weight: 900; }
.display-title span { color: var(--aqua-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.manifesto-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.manifesto-copy { color: var(--muted); font-size: 18px; line-height: 1.72; }
.manifesto-copy p { margin: 0 0 18px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 12px; color: var(--ink); font-size: 13px; font-weight: 900; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.proof-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 76px; }
.proof-card { min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.45); transition: transform .25s, background .25s, box-shadow .25s; }
.proof-card:hover { transform: translateY(-8px); background: white; box-shadow: var(--shadow); }
.proof-number { display: block; color: var(--pink); font-family: Georgia, serif; font-size: 84px; font-style: italic; line-height: 1; }
.proof-card h3 { margin: 30px 0 8px; font-size: 20px; }
.proof-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.range { padding-top: 50px; }
.range-head { display: flex; align-items: flex-start; flex-direction: column; gap: 30px; margin-bottom: 50px; }
.range .display-title { font-size: clamp(48px, 5vw, 72px); }
.filter-bar { display: flex; align-items: stretch; width: 100%; gap: 0; border-top: 1px solid rgba(7,26,52,.13); border-bottom: 1px solid rgba(7,26,52,.13); }
.filter-button { position: relative; flex: 1 1 0; min-width: 0; min-height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 10px 8px 8px; color: var(--navy-700); border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; box-shadow: none; cursor: pointer; text-align: center; transition: color .22s, background .22s, border-color .22s; }
.filter-button:hover { color: var(--navy-950); border-bottom-color: var(--pink); background: rgba(255,255,255,.42); }
.filter-icon { position: static; width: 27px; height: 27px; color: var(--aqua-dark); stroke-width: 1.7; transition: transform .25s, color .22s; }
.filter-button:hover .filter-icon { transform: translateY(-2px); }
.filter-label { max-width: 128px; color: inherit; font-size: 13px; font-weight: 850; line-height: 1.2; }
.filter-rule { width: 18px; height: 2px; background: transparent; transition: width .22s, background .22s; }
.filter-button.is-active { color: var(--navy-950); border-bottom-color: var(--aqua-dark); background: rgba(255,255,255,.34); box-shadow: none; transform: none; }
.filter-button.is-active .filter-icon { color: var(--navy-700); }
.filter-button.is-active .filter-rule { width: 34px; background: var(--aqua-dark); }
.request-modal { width: min(960px, calc(100vw - 34px)); max-height: calc(100svh - 34px); margin: auto; padding: 0; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; background: radial-gradient(circle at 90% 8%, rgba(66,230,222,.17), transparent 32%), var(--navy-950); box-shadow: 0 40px 120px rgba(0,0,0,.46); overflow: auto; }
.request-modal::backdrop { background: rgba(1,10,28,.78); backdrop-filter: blur(10px); }
.request-modal[open] { animation: modalIn .24s ease-out; }
.request-modal-shell { position: relative; padding: 48px; }
.request-modal-close { position: absolute; top: 24px; right: 24px; min-width: 74px; min-height: 38px; padding: 8px 14px; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.06); cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.request-modal-close:hover, .request-modal-close:focus-visible { color: var(--navy-950); background: white; outline: 0; }
.request-modal-kicker { margin: 0 0 14px; color: var(--aqua); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.request-modal h2 { margin: 0; font-size: clamp(44px, 6vw, 70px); line-height: .92; letter-spacing: -.055em; }
.request-modal h2 em { color: var(--aqua); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.request-modal-lede { max-width: 760px; margin: 24px 0 30px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.request-modal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.request-modal-grid article { min-height: 175px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.045); }
.request-modal-grid article > span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--navy-950); border-radius: 50%; background: var(--aqua); font-size: 8px; font-weight: 900; }
.request-modal-grid h3 { margin: 18px 0 7px; font-size: 15px; }
.request-modal-grid p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.55; }
.request-modal-examples { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 22px; margin-top: 16px; padding: 16px 18px; color: rgba(255,255,255,.52); border: 1px solid rgba(66,230,222,.23); border-radius: 15px; background: rgba(66,230,222,.06); font-size: 11px; }
.request-modal-examples strong { color: var(--aqua); }
.request-modal-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 22px; }
.request-modal-secondary { padding: 10px 0; color: rgba(255,255,255,.72); border: 0; border-bottom: 1px solid rgba(255,255,255,.34); background: transparent; cursor: pointer; font-size: 11px; font-weight: 900; }
.request-modal-secondary:hover, .request-modal-secondary:focus-visible { color: var(--aqua); border-color: var(--aqua); outline: 0; }
body.modal-open { overflow: hidden; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; transition: transform .3s, box-shadow .3s, opacity .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card.is-hidden { display: none; }
.product-visual { position: relative; height: 285px; display: grid; place-items: center; padding: 48px 30px 26px; background: linear-gradient(145deg, #fff 0%, #ebece8 100%); overflow: hidden; }
.product-card-feature .product-visual { background: linear-gradient(145deg, #ddfffc 0%, #f5f4ef 60%); }
.product-visual::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; border: 1px solid rgba(9, 91, 123, .1); transform: scale(1.5); transition: transform .5s; }
.product-card:hover .product-visual::before { transform: scale(1.72); }
.product-visual img { position: relative; z-index: 1; width: 92%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-visual img { transform: scale(1.045) rotate(-1deg); }
.product-chip { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 7px 10px; border-radius: 999px; color: var(--navy-950); background: rgba(255,255,255,.75); border: 1px solid rgba(4,24,61,.1); backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-chip-request { color: white; background: rgba(166,106,8,.88); border-color: rgba(255,255,255,.35); }
.product-visual-water { background: linear-gradient(145deg, #e6fbfa 0%, #f7f7f2 72%); }
.product-visual-water img { width: auto; height: auto; max-width: 78%; max-height: 218px; object-fit: contain; mix-blend-mode: multiply; }
.product-info { padding: 27px 30px 32px; }
.product-type { margin: 0 0 4px; color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.spec-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0; }
.spec-row span { padding: 6px 9px; border-radius: 7px; color: var(--navy-700); background: #ecf5f5; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.product-info > p:last-child { max-width: 520px; margin: 0; color: var(--muted); }
.catalogue-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 26px 30px; border-radius: 24px; color: var(--ink); background: var(--aqua); }
.catalogue-cta div { display: flex; flex-direction: column; }
.catalogue-cta span { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.catalogue-cta strong { font-size: 18px; }

.shelf-story { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1240px)/2)); padding-right: max(24px, calc((100vw - 1240px)/2)); color: white; background: var(--navy-950); }
.shelf-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; }
.shelf-copy h2 { margin: 0; font-size: clamp(50px, 6vw, 86px); line-height: .97; letter-spacing: -.06em; }
.shelf-copy h2 em { color: var(--aqua); font-family: Georgia, serif; font-weight: 400; }
.shelf-copy > p { max-width: 560px; margin: 26px 0 36px; color: rgba(255,255,255,.63); font-size: 18px; line-height: 1.7; }
.check-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); }
.check-list li > span { color: var(--aqua); font-size: 10px; font-weight: 900; }
.check-list div { display: flex; flex-direction: column; gap: 4px; }
.check-list strong { font-size: 15px; }
.check-list small { color: rgba(255,255,255,.5); font-size: 13px; }
.shelf-visual { position: relative; min-height: 630px; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; background: radial-gradient(circle at 60% 30%, rgba(51,211,210,.2), transparent 35%), linear-gradient(140deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); overflow: hidden; }
.shelf-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,16,42,.45), transparent 25%); pointer-events: none; }
.shelf-line { position: absolute; left: 6%; right: 6%; height: 8px; border-radius: 99px; background: linear-gradient(90deg, rgba(65,230,222,.12), rgba(255,255,255,.72), rgba(65,230,222,.12)); box-shadow: 0 12px 30px rgba(0,0,0,.4); }
.shelf-line-one { top: 43%; }
.shelf-line-two { bottom: 15%; }
.shelf-pack { position: absolute; z-index: 2; display: grid; place-items: center; padding: 20px; border-radius: 20px; background: #f4f4ef; box-shadow: 0 28px 55px rgba(0,0,0,.32); }
.shelf-pack img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pack-one { width: 44%; height: 185px; left: 5%; top: 10%; transform: rotate(-2deg); }
.pack-two { width: 48%; height: 210px; right: 5%; top: 25%; transform: rotate(2deg); }
.pack-three { width: 43%; height: 210px; left: 10%; bottom: 15%; transform: rotate(-1deg); }
.shelf-callout { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 11px 14px; border-radius: 12px; color: var(--navy-950); background: var(--aqua); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.shelf-callout strong { font-size: 10px; letter-spacing: .13em; }
.shelf-callout span { font-size: 11px; }
.callout-one { left: 3%; top: 4%; }
.callout-two { right: 3%; top: 19%; background: white; }
.callout-three { left: 5%; bottom: 9%; background: var(--pink); color: white; }

.calculator { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1240px)/2)); padding-right: max(24px, calc((100vw - 1240px)/2)); background: #daf7f2; }
.calculator-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.calculator-intro > p { max-width: 500px; color: #49636a; font-size: 17px; line-height: 1.7; }
.calc-note { display: flex; gap: 12px; align-items: flex-start; max-width: 470px; margin-top: 30px; padding: 14px 16px; color: #476068; background: rgba(255,255,255,.55); border-radius: 14px; font-size: 11px; }
.calc-note span { display: inline-grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; color: white; background: var(--navy-900); border-radius: 50%; font-weight: 900; }
.calculator-panel { padding: 38px; color: white; background: var(--navy-900); border-radius: 32px; box-shadow: 0 35px 90px rgba(5,38,81,.2); }
.input-group + .input-group { margin-top: 28px; }
.input-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.input-head label { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; }
.input-head output { color: var(--aqua); font-size: 22px; font-weight: 900; }
input[type="range"] { width: 100%; height: 4px; appearance: none; border-radius: 99px; background: linear-gradient(90deg, var(--aqua) var(--range-fill, 50%), rgba(255,255,255,.17) var(--range-fill, 50%)); cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { width: 21px; height: 21px; appearance: none; border: 4px solid var(--navy-900); border-radius: 50%; background: white; box-shadow: 0 0 0 2px var(--aqua); }
input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 4px solid var(--navy-900); border-radius: 50%; background: white; box-shadow: 0 0 0 2px var(--aqua); }
.range-scale { display: flex; justify-content: space-between; margin-top: 7px; color: rgba(255,255,255,.33); font-size: 9px; }
.calc-results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 34px 0 18px; }
.calc-results > div { display: flex; flex-direction: column; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.04); }
.calc-results span { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.calc-results strong { margin-top: 5px; font-size: 23px; }
.calc-results .result-primary { grid-column: 1 / -1; color: var(--navy-950); background: var(--aqua); border-color: var(--aqua); }
.calc-results .result-primary span { color: rgba(2,16,42,.58); }
.calc-results .result-primary strong { font-size: 38px; }

.route-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; }
.route-copy > p { max-width: 520px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.market-panel { position: relative; padding: 20px; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 88% 8%, rgba(66,230,222,.16), transparent 34%), linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.46)); box-shadow: 0 28px 70px rgba(4,32,75,.08); overflow: hidden; }
.market-panel::before { content: ""; position: absolute; width: 260px; height: 260px; right: -155px; bottom: -185px; border: 1px solid rgba(7,43,91,.09); border-radius: 50%; box-shadow: 0 0 0 42px rgba(7,43,91,.025), 0 0 0 84px rgba(7,43,91,.018); }
.market-hub { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 20px; color: white; border-radius: 22px; background: linear-gradient(120deg, var(--navy-950), var(--navy-700)); box-shadow: 0 18px 42px rgba(4,32,75,.19); }
.market-hub-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--navy-950); border-radius: 17px; background: var(--aqua); }
.market-hub-icon svg { width: 26px; height: 26px; }
.market-hub-copy { display: flex; flex-direction: column; min-width: 0; }
.market-hub-copy > span { color: var(--aqua); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.market-hub-copy strong { margin-top: 3px; font-size: 21px; letter-spacing: -.025em; }
.market-hub-copy small { margin-top: 2px; color: rgba(255,255,255,.55); font-size: 10px; }
.market-hub-status { display: flex; align-items: center; gap: 7px; padding: 9px 11px; color: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.market-hub-status svg { width: 15px; height: 15px; color: var(--aqua); }
.market-country-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.market-country { position: relative; min-height: 164px; padding: 20px 18px; border: 1px solid rgba(7,43,91,.1); border-radius: 19px; background: rgba(255,255,255,.78); overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.market-country::after { position: absolute; right: -4px; bottom: -20px; color: rgba(7,43,91,.035); font-size: 82px; font-weight: 950; letter-spacing: -.08em; }
.market-country:hover { z-index: 2; border-color: rgba(23,183,180,.35); box-shadow: 0 18px 36px rgba(4,32,75,.1); transform: translateY(-4px); }
.market-country-top { display: flex; align-items: center; justify-content: space-between; }
.country-flag { width: 42px; height: 28px; border: 1px solid rgba(7,26,52,.12); border-radius: 6px; box-shadow: 0 5px 12px rgba(4,32,75,.12); }
.flag-netherlands { background: linear-gradient(#ae1c28 0 33.333%, #fff 33.333% 66.666%, #21468b 66.666%); }
.flag-belgium { background: linear-gradient(90deg, #151515 0 33.333%, #fdda24 33.333% 66.666%, #ef3340 66.666%); }
.flag-luxembourg { background: linear-gradient(#ed2939 0 33.333%, #fff 33.333% 66.666%, #00a1de 66.666%); }
.country-code { color: var(--pink); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.market-country h3 { position: relative; z-index: 1; margin: 28px 0 6px; font-size: 20px; letter-spacing: -.035em; }
.market-country p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.5; text-transform: uppercase; }
.market-netherlands::after { content: "NL"; }
.market-belgium::after { content: "BE"; }
.market-luxembourg::after { content: "LU"; }
.market-panel-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 11px 4px 1px; }
.market-panel-footer > span { padding: 7px 10px; color: var(--navy-950); border-radius: 999px; background: var(--aqua); font-size: 9px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.market-panel-footer p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; }
.partner-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 75px; }
.partner-principles article { padding-top: 18px; border-top: 2px solid var(--navy-900); }
.partner-principles article > span { color: var(--pink); font-size: 10px; font-weight: 900; }
.partner-principles h3 { margin: 20px 0 8px; font-size: 20px; }
.partner-principles p { margin: 0; color: var(--muted); line-height: 1.65; }

.partner { position: relative; width: 100%; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; padding: 125px max(24px, calc((100vw - 1240px)/2)); color: white; background: var(--navy-950); overflow: hidden; }
.partner-glow { position: absolute; width: 680px; height: 680px; left: -260px; bottom: -360px; border-radius: 50%; background: var(--aqua); filter: blur(110px); opacity: .2; }
.partner-copy, .partner-form { position: relative; z-index: 1; }
.partner-copy h2 { margin: 0; font-size: clamp(54px, 6.6vw, 92px); line-height: .94; letter-spacing: -.065em; }
.partner-copy h2 em { color: var(--aqua); font-family: Georgia, serif; font-weight: 400; }
.partner-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.partner-contact { display: flex; flex-direction: column; gap: 7px; margin-top: 34px; font-size: 14px; font-weight: 800; }
.partner-contact strong { color: var(--aqua); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.partner-contact span { color: rgba(255,255,255,.46); font-size: 11px; font-weight: 600; }
.partner-contact a:hover { color: var(--aqua); }
.partner-form { padding: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
.form-intro { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.form-intro span { color: var(--aqua); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.form-intro h3 { margin: 8px 0 5px; font-size: 25px; letter-spacing: -.03em; }
.form-intro p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.partner-form label { display: block; margin-bottom: 14px; }
.partner-form label > span:first-child { display: block; margin-bottom: 7px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.partner-form input:not([type="checkbox"]), .partner-form select, .partner-form textarea { width: 100%; padding: 14px 15px; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; outline: 0; background: rgba(255,255,255,.06); transition: border-color .2s, background .2s; }
.partner-form input::placeholder, .partner-form textarea::placeholder { color: rgba(255,255,255,.3); }
.partner-form select { color-scheme: dark; }
.partner-form input:focus, .partner-form select:focus, .partner-form textarea:focus { border-color: var(--aqua); background: rgba(255,255,255,.1); }
.partner-form textarea { resize: vertical; }
.partner-form .consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 8px 0 18px; }
.partner-form .consent input { margin: 3px 0 0; accent-color: var(--aqua); }
.partner-form .consent span { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.form-foot { display: block; margin-top: 13px; color: rgba(255,255,255,.38); text-align: center; font-size: 9px; }

.site-footer { padding: 70px max(24px, calc((100vw - 1240px)/2)) 28px; color: rgba(255,255,255,.55); background: #010a1c; }
.footer-main { display: grid; grid-template-columns: 1.35fr .7fr 1fr .9fr; gap: 5vw; }
.footer-logo-plate { width: 220px; height: 110px; display: inline-flex; align-items: center; justify-content: flex-start; overflow: hidden; }
.footer-brand img { width: 210px; height: auto !important; max-height: 104px; object-fit: contain; aspect-ratio: 1784 / 882; filter: drop-shadow(0 8px 22px rgba(0,0,0,.24)); opacity: 1; }
.footer-brand p { max-width: 270px; margin-top: 20px; font-size: 13px; line-height: 1.65; }
.footer-brand p strong { color: white; }
.footer-column { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-column strong { margin-bottom: 10px; color: white; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a:hover { color: var(--aqua); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 65px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes floatMain { 0%,100% { transform: rotateY(-6deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-3deg) rotateX(0) translateY(-13px); } }
@keyframes floatTop { 0%,100% { transform: rotate(-5deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(-12px); } }
@keyframes floatSide { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(8deg) translateY(12px); } }
@keyframes orbitPulse { 0%,100% { transform: rotate(-18deg) scale(1); opacity: .6; } 50% { transform: rotate(-10deg) scale(1.035); opacity: .3; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr .9fr; }
  .hero-stage { transform: scale(.82); transform-origin: center right; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manifesto-grid, .shelf-layout, .calculator-shell, .route-grid, .partner { gap: 5vw; }
}

@media (max-width: 860px) {
  :root { --content: min(100% - 34px, 680px); }
  .site-header { height: 70px; padding: 0 18px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { position: fixed; top: 70px; left: 14px; right: 14px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; color: white; background: rgba(2,16,42,.96); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .menu-toggle.is-open > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 980px; height: auto; max-height: none; }
  .hero-inner { display: flex; flex-direction: column; justify-content: center; gap: 32px; padding: 120px 0 85px; }
  .hero-copy { width: 100%; }
  .hero-stage { width: 100%; min-height: 520px; transform: none; }
  .hero-pack-main { right: 2%; width: 88%; top: 150px; }
  .hero-pack-main img { height: 230px; }
  .hero-pack-top { left: 2%; right: auto; top: 55px; }
  .hero-pack-side { right: 2%; top: 30px; }
  .hero-stamp { top: 455px; }
  .orbit-a { right: -120px; top: -20px; }
  .orbit-b { right: -20px; top: 45px; }
  .hero-scroll { display: none; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }
  .manifesto-grid, .shelf-layout, .calculator-shell, .route-grid, .partner { grid-template-columns: 1fr; }
  .manifesto-copy { margin-top: 30px; }
  .proof-cards, .partner-principles { grid-template-columns: 1fr; }
  .proof-card { min-height: auto; }
  .range-head { align-items: start; flex-direction: column; }
  .filter-bar { width: 100vw; margin-left: calc((100vw - 100%) / -2); padding: 0 max(17px, calc((100vw - 680px) / 2)); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 126px; min-height: 78px; scroll-snap-align: start; }
  .request-modal-shell { padding: 42px 28px 30px; }
  .request-modal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: 1fr; }
  .shelf-visual { min-height: 580px; }
  .calculator-shell, .route-grid, .partner { gap: 60px; }
  .market-panel { padding: 18px; }
  .partner { padding-top: 90px; padding-bottom: 90px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --content: calc(100% - 28px); }
  .brand img { width: 96px; }
  .brand-owner strong { font-size: 8px; }
  .brand-owner small { display: none; }
  .hero { min-height: 900px; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 34px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 8px; }
  .hero-stage { min-height: 390px; }
  .hero-pack-main { top: 125px; width: 100%; padding: 40px 15px 58px; }
  .hero-pack-main img { height: 170px; }
  .hero-pack-top { width: 190px; height: 102px; top: 25px; }
  .hero-pack-side { width: 125px; height: 125px; top: 12px; }
  .hero-stamp { top: 330px; right: 0; }
  .orbit-a { width: 400px; height: 400px; }
  .orbit-b { width: 290px; height: 290px; }
  .display-title { font-size: 48px; }
  .proof-number { font-size: 65px; }
  .filter-bar { width: 100vw; gap: 0; padding-inline: 14px; }
  .filter-button { flex-basis: 108px; min-height: 72px; padding: 8px 6px 6px; }
  .filter-icon { width: 25px; height: 25px; }
  .filter-label { max-width: 102px; font-size: 12px; }
  .request-modal { width: calc(100vw - 20px); max-height: calc(100svh - 20px); border-radius: 24px; }
  .request-modal-shell { padding: 68px 20px 24px; }
  .request-modal-close { top: 18px; right: 18px; }
  .request-modal h2 { font-size: 43px; }
  .request-modal-grid { grid-template-columns: 1fr; }
  .request-modal-grid article { min-height: auto; }
  .request-modal-actions .button { width: 100%; }
  .product-visual { height: 270px; padding: 40px 22px 20px; }
  .product-info { padding: 24px; }
  .catalogue-cta { align-items: stretch; flex-direction: column; }
  .shelf-copy h2, .partner-copy h2 { font-size: 50px; }
  .shelf-visual { min-height: 480px; }
  .pack-one { width: 58%; height: 145px; }
  .pack-two { width: 62%; height: 160px; }
  .pack-three { width: 58%; height: 155px; }
  .calculator-panel { padding: 25px 20px; }
  .calc-results { grid-template-columns: 1fr; }
  .calc-results .result-primary { grid-column: auto; }
  .market-panel { padding: 14px; border-radius: 24px; }
  .market-hub { grid-template-columns: auto 1fr; padding: 17px; border-radius: 18px; }
  .market-hub-icon { width: 48px; height: 48px; border-radius: 14px; }
  .market-hub-copy strong { font-size: 18px; }
  .market-hub-status { grid-column: 1 / -1; justify-self: start; }
  .market-country-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 230px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .market-country-grid::-webkit-scrollbar { display: none; }
  .market-country { min-height: 150px; scroll-snap-align: start; }
  .market-panel-footer { align-items: flex-start; flex-direction: column; }
  .partner-form { padding: 25px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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