:root {
  --navy: #061c67;
  --blue: #083fb7;
  --bright-blue: #056ef0;
  --aqua: #31d5ed;
  --ice: #eafaff;
  --mint: #dff8ed;
  --green: #3f9d4f;
  --ink: #071a38;
  --muted: #64748b;
  --line: rgba(8, 63, 183, .13);
  --white: #ffffff;
  --section-pad: clamp(78px, 9vw, 140px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
main { overflow: clip; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.section { padding: var(--section-pad) clamp(22px, 5vw, 84px); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100% - 40px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 60px rgba(4, 30, 105, .12);
  backdrop-filter: blur(18px);
}
.logo-link { display: inline-flex; min-width: 188px; }
.brand-mark { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); }
.brand-orb { width: 38px; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #071569 12%, #006ce8 88%); position: relative; box-shadow: inset 0 0 0 2px rgba(255,255,255,.26); }
.brand-orb::before, .brand-orb::after { content: ""; position: absolute; left: 5px; width: 28px; height: 11px; border-radius: 50%; border: 4px solid white; border-left-color: transparent; border-right-color: transparent; transform: rotate(-10deg); }
.brand-orb::before { top: 7px; }
.brand-orb::after { bottom: 6px; transform: rotate(170deg); opacity: .9; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 27px; letter-spacing: -1.3px; }
.brand-copy small { margin-top: 5px; font-size: 7.5px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; color: #0f172a; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); }
.site-header nav > a { font-size: 13px; font-weight: 700; color: #2e4669; transition: color .25s ease, transform .25s ease; }
.site-header nav > a:hover { color: var(--bright-blue); transform: translateY(-1px); }
.site-header nav .nav-cta { color: white; border-radius: 13px; padding: 15px 19px; background: linear-gradient(135deg, var(--navy), var(--bright-blue)); box-shadow: 0 9px 24px rgba(5, 71, 194, .22); }
.site-header nav .nav-cta:hover { color: white; }
.nav-cta span { margin-left: 6px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 6px 0; border-radius: 2px; background: var(--navy); transition: .25s ease; }
.menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero {
  min-height: 880px;
  position: relative;
  display: grid;
  align-items: center;
  padding: 140px clamp(22px, 5vw, 84px) 95px;
  isolation: isolate;
  background: linear-gradient(112deg, #f8fdff 0%, #effaff 42%, #d9f7ff 100%);
}
.hero-bg { position: absolute; inset: 0; z-index: -4; background: linear-gradient(90deg, rgba(249,254,255,.98) 0%, rgba(242,252,255,.92) 44%, rgba(218,247,255,.37) 70%), url('images/water-nature.webp') center/cover; opacity: .93; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 100px; background: linear-gradient(180deg, transparent, rgba(234,250,255,.92)); z-index: -2; clip-path: polygon(0 55%, 18% 70%, 39% 50%, 57% 82%, 78% 48%, 100% 66%, 100% 100%, 0 100%); }
.hero-glow { position: absolute; z-index: -3; border-radius: 50%; filter: blur(5px); opacity: .55; }
.hero-glow--one { width: 430px; height: 430px; background: radial-gradient(circle, rgba(49,213,237,.45), transparent 70%); right: 10%; top: 14%; animation: drift 8s ease-in-out infinite; }
.hero-glow--two { width: 300px; height: 300px; background: radial-gradient(circle, rgba(75,174,244,.3), transparent 68%); left: 35%; bottom: 5%; animation: drift 10s ease-in-out infinite reverse; }
.hero-inner { width: min(1240px, 100%); margin: 0 auto; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(34px, 5vw, 82px); }
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: 2.5px; font-size: 10px; font-weight: 900; }
.eyebrow span { width: 29px; height: 2px; background: var(--aqua); }
.hero h1 { max-width: 700px; margin: 24px 0 24px; color: var(--navy); font-size: clamp(52px, 5.7vw, 88px); line-height: .96; letter-spacing: -4.8px; font-weight: 800; }
.hero h1 em { color: var(--bright-blue); }
.hero-lead { max-width: 600px; color: #425c7d; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border-radius: 14px; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: white; background: linear-gradient(135deg, #061c67, #0878ee); box-shadow: 0 17px 35px rgba(6, 66, 174, .22); }
.button--primary:hover { box-shadow: 0 21px 42px rgba(6, 66, 174, .32); }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 800; color: var(--navy); }
.play { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid rgba(8, 63, 183, .2); border-radius: 50%; font-size: 8px; padding-left: 2px; background: rgba(255,255,255,.6); }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 40px; }
.proof-seal { width: 67px; height: 67px; flex: 0 0 67px; display: grid; place-content: center; text-align: center; color: white; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 7px rgba(49,213,237,.15); }
.proof-seal b { font-size: 16px; line-height: 1; }
.proof-seal small { margin-top: 3px; font-size: 7px; text-transform: uppercase; letter-spacing: .7px; }
.hero-proof p { margin: 0; color: #6a7d97; font-size: 12px; line-height: 1.65; }
.hero-proof b { color: var(--navy); font-size: 13px; }

.hero-art { position: relative; width: 100%; max-width: 590px; justify-self: end; perspective: 1100px; }
.campaign-frame { position: relative; overflow: hidden; width: min(100%, 550px); margin-left: auto; aspect-ratio: 1.02; border: 9px solid rgba(255,255,255,.85); border-radius: 42% 42% 26% 26% / 33% 33% 18% 18%; box-shadow: 0 42px 90px rgba(0, 54, 138, .25); transform: rotate(2.5deg); animation: frameFloat 6.5s ease-in-out infinite; }
.campaign-frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 75px rgba(6, 55, 149, .13); pointer-events: none; }
.campaign-frame img { width: 100%; height: 100%; object-fit: cover; }
.float-card { position: absolute; z-index: 3; display: grid; grid-template-columns: 38px 1fr; align-items: center; min-width: 190px; padding: 13px 16px; color: var(--navy); border: 1px solid rgba(255,255,255,.72); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: 0 17px 40px rgba(8, 46, 115, .17); backdrop-filter: blur(12px); animation: cardFloat 5s ease-in-out infinite; }
.float-card i { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; color: white; font-style: normal; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--aqua)); }
.float-card b { font-size: 12px; }
.float-card small { font-size: 8px; color: #69809c; margin-top: 3px; }
.float-card--top { right: -30px; top: 16%; }
.float-card--bottom { left: -24px; bottom: 13%; animation-delay: -2s; }
.bubble { position: absolute; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: rgba(62,206,240,.13); box-shadow: inset 3px 3px 7px rgba(255,255,255,.7); animation: bubbleUp 5s ease-in-out infinite; }
.bubble--one { width: 28px; height: 28px; right: 9%; bottom: -3%; }
.bubble--two { width: 14px; height: 14px; right: 2%; bottom: 12%; animation-delay: -1.5s; }
.bubble--three { width: 18px; height: 18px; left: 1%; top: 14%; animation-delay: -3s; }
.scroll-cue { position: absolute; z-index: 5; left: clamp(22px, 5vw, 84px); bottom: 30px; display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.scroll-cue i { display: inline-block; width: 34px; height: 1px; background: var(--blue); animation: scrollLine 2s ease-in-out infinite; transform-origin: left; }

.trust-strip { width: min(1190px, calc(100% - 44px)); position: relative; z-index: 4; margin: -12px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 22px; box-shadow: 0 26px 60px rgba(9, 46, 115, .11); }
.trust-strip > div { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-strip > div > span { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 37px; color: var(--bright-blue); border-radius: 11px; background: var(--ice); font-size: 18px; font-weight: 800; }
.trust-strip p { margin: 0; display: flex; flex-direction: column; gap: 5px; }
.trust-strip b { font-size: 13px; color: var(--navy); }
.trust-strip small { font-size: 9px; color: #7a8ca4; }

.section-kicker { margin-bottom: 52px; color: #6c7f99; }
.section-kicker span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--bright-blue); border: 1px solid rgba(8,63,183,.2); letter-spacing: 0; font-size: 9px; }
.section-kicker--light { color: rgba(255,255,255,.58); }
.section-kicker--light span { color: var(--aqua); border-color: rgba(255,255,255,.23); }
.overline { margin: 0 0 18px; color: var(--bright-blue); text-transform: uppercase; letter-spacing: 2.5px; font-size: 10px; font-weight: 900; }
.story { max-width: 1400px; margin: 0 auto; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 130px); }
.story-title h2, .section-heading h2, .finder h2, .quality h2, .values h2, .sustainability h2, .closing-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 74px); line-height: 1.07; letter-spacing: -3.2px; color: var(--navy); }
.story-title h2 em { color: var(--bright-blue); }
.story-copy { padding-top: 48px; color: #65758d; font-size: 15px; line-height: 1.9; }
.story-copy p { margin: 0 0 22px; }
.story-copy .lead-paragraph { color: var(--ink); font-size: 22px; line-height: 1.55; font-weight: 700; }
.story-manifesto { min-height: 345px; margin-top: 88px; padding: clamp(34px, 6vw, 76px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; border-radius: 32px; color: white; overflow: hidden; background: linear-gradient(120deg, #061c67, #064fc3 63%, #21bcd6); box-shadow: 0 30px 70px rgba(8, 50, 146, .22); }
.story-manifesto blockquote { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 54px); line-height: 1.15; font-style: italic; }
.story-manifesto p { margin: 22px 0 0; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.6); font-size: 9px; font-weight: 800; }
.quote-mark { display: block; height: 30px; color: var(--aqua); font-family: Georgia, serif; font-size: 70px; line-height: .8; }
.manifesto-water { position: relative; height: 240px; }
.manifesto-water::before { content: ""; position: absolute; width: 260px; height: 260px; right: -10px; top: -14px; border: 1px solid rgba(255,255,255,.24); border-radius: 48% 52% 50% 50%; box-shadow: inset 20px 15px 50px rgba(255,255,255,.16), 0 0 0 28px rgba(255,255,255,.04), 0 0 0 58px rgba(255,255,255,.03); animation: waterPulse 5s ease-in-out infinite; }
.drop { position: absolute; width: 26px; height: 34px; border-radius: 50% 50% 50% 8%; transform: rotate(-45deg); background: rgba(255,255,255,.3); box-shadow: inset 5px 5px 12px rgba(255,255,255,.3); }
.drop--one { top: 10px; right: 23%; animation: drip 4s ease-in-out infinite; }
.drop--two { width: 14px; height: 18px; right: 8%; top: 45%; animation: drip 3.4s ease-in-out infinite -1s; }
.drop--three { width: 10px; height: 13px; right: 55%; bottom: 4%; animation: drip 3s ease-in-out infinite -2s; }

.products { color: white; background: #041653; }
.section-heading { max-width: 1240px; margin: 0 auto 60px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-heading h2, .quality h2 { color: white; }
.section-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.6); line-height: 1.8; font-size: 15px; }
.product-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-card { min-height: 650px; position: relative; display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; }
.product-card::before { content: ""; position: absolute; inset: 0; opacity: .6; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(180deg, transparent, #000); }
.product-card--bottle { background: linear-gradient(145deg, #0b6ed7, #073cb4); }
.product-card--dispenser { background: linear-gradient(145deg, #eefbff, #b8edfb); color: var(--navy); border-color: rgba(27,137,206,.2); }
.product-details { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; padding: 42px 0 42px 42px; }
.product-number { font-size: 9px; font-weight: 900; letter-spacing: 2px; opacity: .57; }
.product-type { margin: auto 0 0; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; font-weight: 900; opacity: .7; }
.product-details h3 { margin: 8px 0 12px; font-size: clamp(64px, 7vw, 94px); line-height: .9; letter-spacing: -5px; }
.product-details > p:not(.product-type) { max-width: 280px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.75; }
.product-card--dispenser .product-details > p:not(.product-type) { color: #4c6683; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.product-tags span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; font-size: 8px; font-weight: 800; }
.product-card--dispenser .product-tags span { border-color: rgba(6,28,103,.15); }
.product-details > a { margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 900; }
.product-details > a span { margin-left: 8px; }
.product-image { position: relative; z-index: 1; height: 100%; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.product-image img { position: relative; z-index: 2; width: 115%; max-width: none; height: 78%; object-fit: cover; object-position: center 73%; filter: drop-shadow(0 24px 30px rgba(0,30,100,.35)); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-image img { transform: translateY(-10px) scale(1.035); }
.product-card--bottle .product-image img { width: 112%; height: 80%; object-position: center bottom; }
.product-halo { position: absolute; z-index: 0; width: 250px; height: 250px; right: -5%; top: 22%; border-radius: 50%; border: 1px solid rgba(255,255,255,.23); box-shadow: 0 0 0 28px rgba(255,255,255,.045), 0 0 0 58px rgba(255,255,255,.025); }
.product-card--dispenser .product-halo { border-color: rgba(6,28,103,.12); box-shadow: 0 0 0 28px rgba(6,28,103,.035), 0 0 0 58px rgba(6,28,103,.02); }

.finder { background: linear-gradient(180deg, #f8fdff, #eafaff); }
.finder-panel { max-width: 1240px; min-height: 620px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 34px; background: white; box-shadow: 0 26px 80px rgba(15,63,118,.1); }
.finder-copy { padding: clamp(38px, 6vw, 78px); display: flex; flex-direction: column; }
.finder-copy .section-kicker { margin-bottom: auto; }
.finder h2 { font-size: clamp(40px, 4.5vw, 65px); }
.finder-copy > p:not(.overline) { max-width: 550px; color: #64748b; line-height: 1.8; }
.finder-tabs { display: flex; gap: 8px; margin-top: 28px; }
.finder-tabs button { border: 1px solid var(--line); border-radius: 25px; padding: 11px 16px; color: #62758e; background: white; cursor: pointer; font-size: 11px; font-weight: 800; transition: .25s ease; }
.finder-tabs button:hover, .finder-tabs button.is-active { color: white; border-color: var(--blue); background: var(--blue); transform: translateY(-2px); }
.recommendation { margin-top: 26px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-left: 3px solid var(--aqua); background: var(--ice); }
.recommendation span { color: #68819d; font-size: 8px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 900; }
.recommendation b { color: var(--navy); font-size: 12px; }
.finder-visual { position: relative; min-height: 580px; overflow: hidden; }
.finder-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5,36,113,.4)); }
.finder-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.finder-visual--offices img { transform: scale(1.09); filter: saturate(.92) contrast(1.03); }
.finder-visual--events img { transform: scale(1.15); filter: saturate(1.16) brightness(1.05); }
.visual-stat { position: absolute; z-index: 2; left: 34px; bottom: 34px; display: flex; align-items: baseline; gap: 12px; color: white; }
.visual-stat b { font-family: Georgia, serif; font-style: italic; font-size: 40px; }
.visual-stat span, .visual-stat small { font-size: 12px; font-weight: 800; }
.visual-stat span::before, .visual-stat small::before { content: "•"; margin-right: 12px; color: var(--aqua); }

.quality { color: white; background: radial-gradient(circle at 85% 10%, #0a53b5, transparent 32%), #051d62; }
.quality-heading { max-width: 1240px; margin: 0 auto; }
.quality-heading > p:not(.overline) { max-width: 600px; margin-top: 26px; color: rgba(255,255,255,.61); line-height: 1.8; }
.quality h2 em { color: var(--aqua); }
.quality-steps { max-width: 1240px; margin: 75px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.quality-steps article { min-height: 330px; position: relative; padding: 38px 28px 24px 0; border-right: 1px solid rgba(255,255,255,.12); }
.quality-steps article + article { padding-left: 28px; }
.quality-steps article:last-child { border-right: 0; }
.quality-steps article > span { position: absolute; right: 20px; top: 20px; color: rgba(255,255,255,.24); font-size: 9px; letter-spacing: 1px; }
.quality-steps i { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 75px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--aqua); font-style: normal; font-size: 22px; }
.quality-steps h3 { margin: 0 0 13px; font-size: 17px; }
.quality-steps p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.7; }

.vision { max-width: 1410px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vision-card { min-height: 490px; position: relative; overflow: hidden; padding: clamp(38px, 5vw, 68px); border-radius: 30px; }
.vision-card > span { text-transform: uppercase; font-size: 9px; letter-spacing: 2.2px; font-weight: 900; }
.vision-card h2 { max-width: 550px; margin: 45px 0 25px; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.06; letter-spacing: -3px; }
.vision-card p { max-width: 560px; color: #5e738e; line-height: 1.8; font-size: 14px; }
.vision-card--mission { color: var(--navy); border: 1px solid var(--line); background: linear-gradient(145deg, #ffffff, #f1fbff); }
.vision-card--vision { color: white; background: linear-gradient(145deg, #071761, #087bea); }
.vision-card--vision h2 { color: white; }
.vision-card--vision p { color: rgba(255,255,255,.67); }
.vision-rings { position: absolute; right: -80px; bottom: -100px; width: 310px; height: 310px; }
.vision-rings i { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); animation: waterPulse 5s ease-in-out infinite; }
.vision-rings i:nth-child(2) { inset: 42px; animation-delay: -1.5s; }
.vision-rings i:nth-child(3) { inset: 92px; animation-delay: -3s; }

.values { max-width: 1400px; margin: 0 auto; }
.values-intro { max-width: 780px; margin-bottom: 60px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 275px; position: relative; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.value-card:hover { z-index: 2; transform: translateY(-6px); background: white; box-shadow: 0 25px 55px rgba(8,61,150,.12); }
.value-card > span { color: var(--bright-blue); font-size: 9px; letter-spacing: 1px; }
.value-card h3 { margin: 56px 0 13px; color: var(--navy); font-size: 22px; }
.value-card p { max-width: 310px; margin: 0; color: #6c7e96; font-size: 12px; line-height: 1.7; }
.value-card i { position: absolute; top: 30px; right: 30px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-style: normal; opacity: 0; transform: translate(-7px, 7px); transition: .3s ease; }
.value-card:hover i { opacity: 1; transform: none; }

.sustainability { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; padding-top: 0; padding-bottom: 0; }
.sustainability-image { min-height: 620px; overflow: hidden; border-radius: 0 28px 28px 0; margin-left: calc(clamp(22px, 5vw, 84px) * -1); }
.sustainability-image img { width: 100%; height: 100%; object-fit: cover; }
.sustainability-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px); background: #effbf5; }
.leaf-symbol { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 60px; border-radius: 50%; color: #3b9a50; background: white; font-size: 27px; }
.sustainability h2 { color: #123c36; }
.sustainability-copy > p:not(.overline) { max-width: 570px; color: #648079; line-height: 1.9; }

.closing-cta { min-height: 650px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; background: linear-gradient(120deg, #061a64 0%, #0659ce 55%, #28c9e5 100%); }
.closing-cta::after { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.35), transparent 24%), linear-gradient(140deg, transparent 60%, rgba(255,255,255,.16)); }
.closing-copy { position: relative; z-index: 2; max-width: 770px; }
.closing-cta h2 { color: white; font-size: clamp(55px, 7vw, 100px); line-height: .95; }
.closing-cta h2 em { color: var(--aqua); }
.closing-copy > p:not(.overline) { max-width: 600px; color: rgba(255,255,255,.69); font-size: 15px; line-height: 1.8; }
.button--white { color: var(--navy); background: white; box-shadow: 0 16px 35px rgba(0,31,111,.24); }
.text-link--white { color: white; }
.cta-droplet { position: absolute; z-index: 1; right: 6%; width: clamp(280px, 34vw, 510px); height: clamp(360px, 43vw, 650px); display: grid; place-items: center; border: 2px solid rgba(255,255,255,.35); border-radius: 56% 44% 52% 48% / 67% 63% 37% 33%; transform: rotate(21deg); background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.55), rgba(74,218,242,.2) 23%, rgba(5,55,179,.14) 62%); box-shadow: inset 30px 20px 70px rgba(255,255,255,.22), 0 0 0 25px rgba(255,255,255,.035); animation: frameFloat 7s ease-in-out infinite; }
.cta-droplet span { transform: rotate(-21deg); font-family: Georgia, serif; font-style: italic; text-align: center; font-size: clamp(33px, 4vw, 58px); line-height: 1; color: white; }

footer { padding: 78px clamp(22px, 5vw, 84px) 32px; color: white; background: #03133f; }
.brand-mark--light { color: white; }
.brand-mark--light .brand-copy small { color: rgba(255,255,255,.65); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top p { max-width: 420px; margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.7; }
.footer-top > a { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: .25s ease; }
.footer-top > a:hover { background: white; color: var(--navy); transform: translateY(-3px); }
.footer-nav { display: grid; grid-template-columns: .7fr .7fr 1.4fr; gap: 60px; padding: 58px 0 70px; }
.footer-nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-nav span { margin-bottom: 10px; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: 2px; font-size: 8px; font-weight: 900; }
.footer-nav a { color: rgba(255,255,255,.76); font-size: 12px; transition: color .2s ease; }
.footer-nav a:hover { color: var(--aqua); }
.footer-nav p { max-width: 410px; margin: 0; color: rgba(255,255,255,.76); font-family: Georgia, serif; font-style: italic; font-size: 22px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.quality-steps .reveal:nth-child(2), .values-grid .reveal:nth-child(2) { transition-delay: .09s; }
.quality-steps .reveal:nth-child(3), .values-grid .reveal:nth-child(3) { transition-delay: .18s; }
.quality-steps .reveal:nth-child(4), .values-grid .reveal:nth-child(4) { transition-delay: .27s; }
.values-grid .reveal:nth-child(5) { transition-delay: .09s; }
.values-grid .reveal:nth-child(6) { transition-delay: .18s; }

@keyframes drift { 50% { transform: translate3d(30px, -18px, 0) scale(1.08); } }
@keyframes frameFloat { 50% { transform: translateY(-12px) rotate(.5deg); } }
@keyframes cardFloat { 50% { transform: translateY(-8px); } }
@keyframes bubbleUp { 50% { transform: translateY(-24px) scale(.85); opacity: .55; } }
@keyframes scrollLine { 0%, 100% { transform: scaleX(.35); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes waterPulse { 50% { transform: scale(1.04) rotate(3deg); opacity: .7; } }
@keyframes drip { 50% { transform: translateY(18px) rotate(-45deg); opacity: .5; } }

@media (max-width: 1100px) {
  .site-header { top: 10px; width: calc(100% - 22px); }
  .site-header nav { gap: 16px; }
  .site-header nav > a { font-size: 11px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-inner { gap: 35px; }
  .hero h1 { font-size: clamp(48px, 6.5vw, 68px); }
  .float-card--top { right: -8px; }
  .float-card--bottom { left: -10px; }
  .product-card { min-height: 580px; grid-template-columns: 1fr; }
  .product-details { padding: 34px; }
  .product-type { margin-top: 85px; }
  .product-image { position: absolute; right: 0; top: 0; width: 53%; }
  .product-image img { height: 100%; }
  .product-details > p:not(.product-type) { max-width: 52%; }
}

@media (max-width: 820px) {
  .section { padding-left: 22px; padding-right: 22px; }
  .site-header { min-height: 68px; border-radius: 17px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-header nav { position: absolute; top: calc(100% + 9px); left: 0; right: 0; padding: 22px; display: flex; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; transform: translateY(-8px); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 20px 50px rgba(4,30,105,.16); transition: .25s ease; }
  .site-header nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-header nav > a { padding: 13px 5px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .site-header nav .nav-cta { margin-top: 12px; padding: 16px; text-align: center; border: 0; }
  .hero { padding: 125px 22px 92px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero h1 { margin-left: auto; margin-right: auto; letter-spacing: -3.5px; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-art { max-width: 570px; margin: 25px auto 0; justify-self: center; }
  .campaign-frame { margin: 0 auto; }
  .scroll-cue { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: -35px; }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-grid, .section-heading, .finder-panel, .vision, .sustainability { grid-template-columns: 1fr; }
  .story-copy { padding-top: 0; }
  .story-manifesto { grid-template-columns: 1fr; }
  .manifesto-water { display: none; }
  .section-heading { gap: 25px; }
  .product-grid { grid-template-columns: 1fr; }
  .finder-copy .section-kicker { margin-bottom: 60px; }
  .quality-steps { grid-template-columns: 1fr 1fr; }
  .quality-steps article:nth-child(2) { border-right: 0; }
  .quality-steps article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .sustainability { padding: 0; }
  .sustainability-image { margin: 0; min-height: 430px; border-radius: 0; }
  .sustainability-copy { padding: 75px 28px; }
  .cta-droplet { right: -180px; opacity: .5; }
  .closing-copy { max-width: 640px; }
}

@media (max-width: 560px) {
  :root { --section-pad: 82px; }
  .logo-link { min-width: 0; }
  .brand-orb { width: 34px; }
  .brand-copy strong { font-size: 24px; }
  .brand-copy small { font-size: 6.6px; }
  .hero { min-height: 930px; align-items: start; }
  .hero h1 { font-size: 49px; letter-spacing: -3px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { text-align: left; }
  .campaign-frame { width: calc(100% - 16px); border-width: 6px; border-radius: 32px; transform: none; }
  .float-card { min-width: 160px; padding: 10px 12px; }
  .float-card--top { top: 8%; right: 0; }
  .float-card--bottom { left: 0; bottom: 4%; }
  .bubble { display: none; }
  .trust-strip { width: calc(100% - 30px); grid-template-columns: 1fr; }
  .trust-strip > div { min-height: 85px; justify-content: flex-start; padding-left: 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .story-title h2, .section-heading h2, .finder h2, .quality h2, .values h2, .sustainability h2 { font-size: 42px; letter-spacing: -2.3px; }
  .story-manifesto { margin-top: 58px; border-radius: 24px; }
  .product-card { min-height: 680px; display: block; }
  .product-details { height: 100%; }
  .product-type { margin-top: 70px; }
  .product-details > p:not(.product-type) { max-width: 88%; }
  .product-image { width: 65%; height: 49%; top: auto; bottom: 0; }
  .product-image img { height: 100%; }
  .finder-copy { padding: 35px 24px 45px; }
  .finder-tabs { flex-wrap: wrap; }
  .recommendation { align-items: flex-start; flex-direction: column; }
  .finder-visual { min-height: 390px; }
  .quality-steps { grid-template-columns: 1fr; }
  .quality-steps article, .quality-steps article + article { min-height: 250px; padding: 32px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .quality-steps i { margin-bottom: 52px; }
  .vision-card { min-height: 440px; }
  .values-grid { grid-template-columns: 1fr; }
  .sustainability-image { min-height: 330px; }
  .closing-cta { min-height: 740px; align-items: flex-start; padding-top: 100px; }
  .closing-cta h2 { font-size: 56px; }
  .cta-droplet { right: -130px; bottom: -190px; opacity: .58; }
  .footer-top, .footer-nav { grid-template-columns: 1fr; gap: 32px; }
  .footer-nav { padding-bottom: 50px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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

