@font-face{font-family:Titania;src:url(/fonts/Titania-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Titania;src:url(/fonts/Titania-Outline.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Titania Shadow;src:url(/fonts/Titania-Shadow.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Exmouth;src:url(/fonts/exmouth_.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--dark-blue: #1E223F;--warm-cream: #F6F1EB;--coral-pink: #E9898D;--classic-bg: #7B61B3;--classic-text: #F6F1EB;--classic-secondary: #DDD6F3;--classic-accent: #C8B7E6;--ginger-bg: #F4C56A;--ginger-text: #1D2463;--ginger-secondary: #7B4D16;--ginger-accent: #F7E2AF;--berry-bg: #B8336A;--berry-text: #FFF4F7;--berry-secondary: #F5C7D7;--berry-accent: #E56798;--orange-bg: #F28C28;--orange-text: #FFF8EF;--orange-secondary: #FFE0B8;--orange-accent: #FFD37A;--grapefruit-bg: #D97A86;--grapefruit-text: #FFF6F7;--grapefruit-secondary: #F6CDD3;--grapefruit-accent: #F2A9B3;--cucumber-bg: #A9DCCB;--cucumber-text: #1D2463;--cucumber-secondary: #4F7F72;--cucumber-accent: #D8F1E7}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;background:var(--warm-cream);color:var(--dark-blue);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.noise-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.04;background-image:url(https://grainy-gradients.vercel.app/noise.svg);background-repeat:repeat;mix-blend-mode:overlay}.reveal-mask{overflow:hidden;display:block}.reveal-mask .reveal-up{transform:translateY(115%);transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.reveal-mask.visible .reveal-up{transform:translateY(0)}.snap-container{height:100vh;height:100dvh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.fullscreen-section{height:100vh;height:100dvh;width:100%;scroll-snap-align:start;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.content-wrapper{width:100%;max-width:1400px;padding:0 4rem;margin:0 auto;position:relative;z-index:10}.content-wrapper.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.content-wrapper.split.reverse{grid-template-columns:1fr 1fr}.headline-xl{font-family:Titania,serif;font-size:clamp(2.8rem,5.5vw,4.8rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.01em}.headline-lg{font-family:Titania,serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.1;margin-bottom:1rem;letter-spacing:-.01em}.subheadline-lg{font-family:Roboto,sans-serif;font-weight:300;font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.5;max-width:480px;margin-bottom:2.5rem;opacity:.85}.subheadline-md{font-family:Roboto,sans-serif;font-weight:300;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.5;margin-bottom:1.5rem;opacity:.75}.flavor-role{display:inline-block;font-family:Roboto,sans-serif;font-weight:500;font-size:.7rem;text-transform:uppercase;letter-spacing:.3em;margin-bottom:1.5rem;opacity:.6;border-bottom:1px solid currentColor;padding-bottom:.3rem}.description{font-family:Roboto,sans-serif;font-weight:300;font-size:1rem;line-height:1.7;max-width:420px;opacity:.8}.supporting-text{font-family:Roboto,sans-serif;font-weight:300;font-size:.9rem;opacity:.5;margin-top:1.2rem;font-style:italic}.hero-section{background-color:var(--warm-cream);color:var(--dark-blue)}.hero-section h1.headline-xl{color:var(--coral-pink)}.hero-logo{height:140px;width:auto;margin-bottom:2rem;filter:brightness(0) saturate(100%) invert(14%) sepia(18%) saturate(1814%) hue-rotate(194deg) brightness(97%) contrast(92%)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;min-height:100vh;padding:6rem 4rem 4rem;max-width:1400px;margin:0 auto;position:relative;z-index:10}.hero-text{padding-right:2rem}.hero-visual{display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.hero-bottle{height:60vh;max-height:650px;display:flex;align-items:center;justify-content:center}.hero-bottle img{height:100%;width:auto;object-fit:contain}.hero-cta-area{margin-top:2rem}.cta-button{display:inline-block;padding:1rem 2.8rem;border:2px solid currentColor;color:currentColor;background:transparent;text-decoration:none;font-family:Roboto,sans-serif;font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;border-radius:50px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.16,1,.3,1);z-index:-1}.cta-button:hover{color:var(--warm-cream)!important}.cta-button:hover:before{transform:scaleX(1)}.cta-button.light{border-color:var(--warm-cream);color:var(--warm-cream)}.cta-button.light:before{background:var(--warm-cream)}.cta-button.light:hover{color:var(--dark-blue)}.flavor-section[data-flavor=classic]{background-color:var(--classic-bg);color:var(--classic-text)}.flavor-section[data-flavor=ginger]{background-color:var(--ginger-bg);color:var(--ginger-text)}.flavor-section[data-flavor=berry]{background-color:var(--berry-bg);color:var(--berry-text)}.flavor-section[data-flavor=orange]{background-color:var(--orange-bg);color:var(--orange-text)}.flavor-section[data-flavor=grapefruit]{background-color:var(--grapefruit-bg);color:var(--grapefruit-text)}.flavor-section[data-flavor=cucumber]{background-color:var(--cucumber-bg);color:var(--cucumber-text)}.pattern-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden;background-size:500px;background-repeat:repeat;background-position:center;opacity:.06;mix-blend-mode:multiply;animation:pattern-drift 120s linear infinite;will-change:transform}.final-pattern{background-image:url(/img/pattern.png);background-size:900px;background-repeat:repeat;background-position:center;opacity:.06;filter:invert(1);mix-blend-mode:screen;animation:pattern-drift 120s linear infinite}@keyframes pattern-drift{0%{transform:translate(0) scale(1.05)}to{transform:translate(-30px,-30px) scale(1.05)}}.hero-section .pattern-overlay{background-image:url(/img/pattern.png);background-size:900px;background-repeat:repeat;background-position:center;opacity:.08;mix-blend-mode:multiply;animation:pattern-drift 120s linear infinite}.bottle-container{display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.bottle-container img{height:55vh;max-height:580px;width:auto;object-fit:contain;will-change:transform}.bottle-container.image-missing{display:none}@keyframes bottle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.bottle-float{animation:bottle-float 6s ease-in-out infinite}.reveal-up{opacity:0;transform:translateY(40px);transition:all .9s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--i, 0) * .15s)}.reveal-up.visible{opacity:1;transform:translateY(0)}.reveal-scale{opacity:0;transform:scale(.92);transition:all 1.1s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--i, 0) * .15s)}.reveal-scale.visible{opacity:1;transform:scale(1)}.reveal-left{opacity:0;transform:translate(-50px);transition:all .9s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--i, 0) * .15s)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:all .9s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--i, 0) * .15s)}.reveal-right.visible{opacity:1;transform:translate(0)}.organic-blob{position:absolute;border-radius:40% 60% 70% 30%/40% 50% 60%;z-index:2;pointer-events:none;will-change:transform}.hero-section .organic-blob{width:400px;height:400px;background-color:var(--coral-pink);opacity:.07;top:-80px;right:-60px;animation:blob-morph 20s ease-in-out infinite}.hero-section .organic-blob:nth-child(3){width:280px;height:280px;background-color:var(--dark-blue);opacity:.04;bottom:-50px;left:-40px;top:auto;right:auto;animation-delay:-10s}@keyframes blob-morph{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:rotate(0) scale(1)}25%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(5deg) scale(1.05)}50%{border-radius:30% 60% 70% 40%/50% 60% 30%;transform:rotate(-3deg) scale(.95)}75%{border-radius:50% 40% 60% 50%/40% 60%;transform:rotate(4deg) scale(1.02)}}.flavor-blob{position:absolute;border-radius:40% 60% 70% 30%/40% 50% 60%;z-index:2;pointer-events:none;opacity:.07;animation:blob-morph 25s ease-in-out infinite}.flavor-blob.blob-1{width:320px;height:320px;top:-100px;right:10%}.flavor-blob.blob-2{width:220px;height:220px;bottom:-60px;left:5%;animation-delay:-12s}.flavor-section[data-flavor=classic] .flavor-blob{background-color:var(--classic-accent)}.flavor-section[data-flavor=ginger] .flavor-blob{background-color:var(--ginger-accent)}.flavor-section[data-flavor=berry] .flavor-blob{background-color:var(--berry-accent)}.flavor-section[data-flavor=orange] .flavor-blob{background-color:var(--orange-accent)}.flavor-section[data-flavor=grapefruit] .flavor-blob{background-color:var(--grapefruit-accent)}.flavor-section[data-flavor=cucumber] .flavor-blob{background-color:var(--cucumber-accent)}.final-section{background-color:var(--dark-blue);color:var(--orange-bg);text-align:center}.final-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:4rem}.final-logo{width:140px;margin-bottom:2.5rem}.final-logo img{width:100%;height:auto;filter:invert(66%) sepia(50%) saturate(1450%) hue-rotate(345deg) brightness(101%) contrast(92%);opacity:.6}.final-sub{font-family:Roboto,sans-serif;font-weight:300;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.6;max-width:520px;margin:0 auto;opacity:.7}.logo-watermark{font-family:Titania,serif;font-size:clamp(6rem,18vw,16rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.03;color:var(--warm-cream);white-space:nowrap;z-index:1;pointer-events:none}.final-cta{margin-top:2.5rem;margin-bottom:4rem}.final-section .organic-blob{width:450px;height:450px;background-color:var(--classic-bg);opacity:.05;bottom:-120px;left:-80px;animation:blob-morph 30s ease-in-out infinite}.final-section .organic-blob:nth-child(3){width:300px;height:300px;background-color:var(--coral-pink);opacity:.04;top:-60px;right:-40px;bottom:auto;left:auto;animation-delay:-15s}.main-footer{position:absolute;bottom:2rem;left:0;right:0;padding:0 4rem;display:flex;justify-content:center;align-items:center;z-index:10}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--warm-cream);text-decoration:none;font-family:Roboto,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;opacity:.4;transition:opacity .3s ease}.footer-links a:hover{opacity:1}.footer-tagline{font-family:Roboto,sans-serif;font-weight:300;font-size:.6rem;opacity:.25}.scroll-progress{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:.7rem;mix-blend-mode:difference}.scroll-dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;transition:all .4s ease;cursor:pointer}.scroll-dot.active{background:#fff;transform:scale(1.6)}.accent-word{font-family:Exmouth,cursive;position:absolute;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;line-height:1;opacity:.15;color:currentColor;left:0;width:100%;text-align:center;bottom:8%;top:auto;transform:none}.hero-section .accent-word{left:50%;width:50%;top:65%;bottom:auto;transform:translateY(-50%);font-size:clamp(8rem,20vw,25rem);opacity:.22;color:var(--coral-pink)}.flavor-section .accent-word{font-size:clamp(8rem,18vw,22rem)}.accent-word--final{font-size:clamp(6rem,12vw,15rem);opacity:.18;bottom:5%}@media (max-width: 1024px){.content-wrapper{padding:0 2rem}.content-wrapper.split{grid-template-columns:1fr;text-align:center;gap:1.5rem}.content-wrapper.split.reverse{grid-template-columns:1fr}.content-wrapper.split .visual-content{order:-1}.hero-inner{display:flex;flex-direction:column;text-align:center;padding:3rem 2rem 2rem;gap:1.5rem}.hero-text{display:contents}.hero-logo{order:1;height:120px;margin:0 auto 1.5rem}.hero-text .headline-xl{order:2;margin-bottom:.5rem}.hero-text .subheadline-lg{order:3;margin-bottom:0}.hero-visual{order:4}.hero-cta-area{order:5;margin-top:1rem;display:flex;flex-direction:column;align-items:center}.supporting-text{order:-1;margin-top:0;margin-bottom:1.5rem}.hero-bottle{height:35vh}.bottle-container img{height:38vh}.description{margin:0 auto}.subheadline-lg{margin:0 auto 2rem}.main-footer{flex-direction:column;gap:.8rem;text-align:center;padding:0 2rem}.scroll-progress{display:none}.organic-blob,.flavor-blob{transform:scale(.5)}.pattern-overlay{background-size:300px}.flavor-section .accent-word{top:45%;bottom:auto;transform:translateY(-50%);font-size:clamp(5rem,18vw,9rem)}.hero-section .accent-word{top:55%;bottom:auto;transform:translateY(-50%);font-size:clamp(6rem,20vw,10rem)}.accent-word--final{bottom:5%;top:auto;transform:none;font-size:clamp(4rem,15vw,8rem)}.logo-watermark{font-size:clamp(3.5rem,14vw,6rem)}.headline-xl{font-size:clamp(2.8rem,10vw,4.5rem)}.final-content{padding:6rem 2rem 10rem;justify-content:center;gap:3rem}.final-content .headline-xl{font-size:clamp(3.2rem,13vw,5rem)}.final-sub{margin-top:2rem}}@media (max-width: 600px){.hero-bottle{height:35vh}.bottle-container img{height:32vh}.fullscreen-section{padding:1rem}.hero-cta-area{margin-top:1.5rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}
