@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap");:root{--wine-grape:#4A235A;--wine-young:#722F37;--wine-aged:#8B4513;--wine-deep:#2C1810;--champagne:#F7E7CE;--cream:#FDF8F0;--cellar:#0D0D0D;--cork:#C4A35A;--font-display:"Playfair Display",serif;--font-body:"DM Sans",sans-serif;--ease-pour:cubic-bezier(0.4,0,0.2,1);--ease-swirl:cubic-bezier(0.34,1.56,0.64,1)}.wine-story *{margin:0;padding:0;box-sizing:border-box}.wine-story{font-family:var(--font-body);background:var(--cellar);color:var(--champagne);overflow-x:hidden;min-height:100vh}.wine-story .bottle-pour-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:5;opacity:.15}.wine-story .bottle-svg{width:400px;height:600px;transform-origin:bottom center;transition:transform .1s linear}.wine-story .bottle-glass{fill:rgba(247,231,206,.1);stroke:var(--champagne);stroke-width:1}.wine-story .wine-liquid{fill:var(--wine-young);transition:all .3s var(--ease-pour)}.wine-story .wine-stream{fill:var(--wine-young);opacity:0;transition:opacity .3s ease}.wine-story .wine-stream.pouring{opacity:1}.wine-story .fermentation-section{position:relative;overflow:hidden}.wine-story .bubble{position:absolute;background:radial-gradient(circle,rgba(247,231,206,.3) 0,transparent 70%);border-radius:50%;animation:bubble-rise 4s ease-in infinite}.wine-story .bubble:first-child{width:8px;height:8px;left:10%;animation-delay:0s}.wine-story .bubble:nth-child(2){width:12px;height:12px;left:25%;animation-delay:.5s}.wine-story .bubble:nth-child(3){width:6px;height:6px;left:40%;animation-delay:1s}.wine-story .bubble:nth-child(4){width:10px;height:10px;left:55%;animation-delay:1.5s}.wine-story .bubble:nth-child(5){width:7px;height:7px;left:70%;animation-delay:2s}.wine-story .bubble:nth-child(6){width:9px;height:9px;left:85%;animation-delay:2.5s}@keyframes bubble-rise{0%{bottom:0;opacity:0}10%{opacity:.6}90%{opacity:.6}to{bottom:100%;opacity:0}}.wine-story .cork-reveal{position:relative;overflow:hidden}.wine-story .cork-element{position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:100px;background:linear-gradient(90deg,#D4A84B,#C4A35A 50%,#B8963F);border-radius:8px 8px 12px 12px;z-index:20;transition:transform 1s var(--ease-swirl);box-shadow:inset 0 0 20px rgba(0,0,0,.3)}.wine-story .cork-element:before{content:"";position:absolute;top:10%;left:10%;right:10%;bottom:10%;background:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(139,69,19,.2) 0,rgba(139,69,19,.2) 6px)}.wine-story .cork-reveal.popped .cork-element{transform:translateX(-50%) translateY(-200px) rotate(45deg)}.wine-story .cork-content{opacity:0;transform:translateY(30px);transition:all .8s var(--ease-pour) .3s}.wine-story .cork-reveal.popped .cork-content{opacity:1;transform:translateY(0)}.wine-story .wine-stain{position:absolute;border-radius:50%;background:radial-gradient(ellipse,var(--wine-young) 0,transparent 70%);opacity:.1;pointer-events:none}.wine-story .stain-1{width:300px;height:250px;top:10%;right:-100px}.wine-story .stain-2{width:400px;height:350px;bottom:20%;left:-150px}.wine-story .stain-3{width:200px;height:180px;top:50%;right:10%}.wine-story .swirl-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;z-index:10}.wine-story .swirl-content{max-width:900px;text-align:center;transition:transform .5s var(--ease-swirl)}.wine-story .swirl-content.rotate-left{transform:rotate(-1deg)}.wine-story .swirl-content.rotate-right{transform:rotate(1deg)}.wine-story .hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:10}.wine-story .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,var(--wine-grape) 0,transparent 50%),radial-gradient(ellipse at 70% 80%,var(--wine-young) 0,transparent 50%),var(--cellar)}.wine-story .hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.wine-story .hero-year{font-size:clamp(6rem,20vw,12rem);line-height:.9;color:transparent;-webkit-text-stroke:1px var(--wine-young);opacity:.3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}.wine-story .hero-title,.wine-story .hero-year{font-family:var(--font-display);font-weight:400}.wine-story .hero-title{font-size:clamp(3rem,8vw,5.5rem);line-height:1.1;margin-bottom:2rem;position:relative;z-index:2}.wine-story .hero-title em{font-style:italic;display:block;color:var(--wine-young)}.wine-story .hero-intro{font-size:1.25rem;font-weight:300;line-height:1.8;max-width:550px;margin:0 auto;opacity:.8}.wine-story .hero-scroll{position:absolute;bottom:4rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem}.wine-story .hero-scroll-text{font-family:var(--font-display);font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;opacity:.5}.wine-story .wine-drop{width:12px;height:18px;background:var(--wine-young);border-radius:50% 50% 50% 50%/30% 30% 70% 70%;animation:drip 2s ease-in-out infinite}@keyframes drip{0%,to{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(20px) scale(.9);opacity:.5}}.wine-story .grape-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.wine-story .grape-transform{display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap}.wine-story .grape-svg{width:200px;height:200px}.wine-story .grape-circle{fill:var(--wine-grape);transition:all .5s var(--ease-pour)}.wine-story .grape-svg.transforming .grape-circle{fill:var(--wine-young);transform-origin:center}.wine-story .transform-arrow{font-size:3rem;color:var(--wine-young);opacity:.5}.wine-story .wine-drop-svg{width:150px;height:200px}.wine-story .drop-shape{fill:var(--wine-young);filter:drop-shadow(0 10px 30px rgba(114,47,55,.5))}.wine-story .grape-text{max-width:500px;text-align:center}.wine-story .grape-text h2{font-family:var(--font-display);font-size:2.5rem;font-weight:400;margin-bottom:1.5rem}.wine-story .grape-text p{font-size:1.0625rem;line-height:1.9;opacity:.85}.wine-story .parallax-timeline{position:relative;height:400vh}.wine-story .timeline-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;align-items:center}.wine-story .timeline-track{display:flex;gap:0;transition:transform .1s linear;will-change:transform}.wine-story .timeline-era{flex:0 0 100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;position:relative}.wine-story .era-bg{position:absolute;inset:0;opacity:.1}.wine-story .era-1 .era-bg{background:var(--wine-grape)}.wine-story .era-2 .era-bg{background:linear-gradient(135deg,var(--wine-grape),var(--wine-young))}.wine-story .era-3 .era-bg{background:var(--wine-young)}.wine-story .era-4 .era-bg{background:linear-gradient(135deg,var(--wine-young),var(--wine-aged))}.wine-story .era-5 .era-bg{background:var(--wine-aged)}.wine-story .era-year{font-family:var(--font-display);font-size:clamp(4rem,12vw,8rem);font-weight:400;color:var(--wine-young);opacity:.3;position:absolute;top:2rem;left:2rem}.wine-story .era-content{max-width:600px;text-align:center;position:relative;z-index:2}.wine-story .era-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:500;margin-bottom:1.5rem}.wine-story .era-text{font-size:1.125rem;line-height:1.9;opacity:.85}.wine-story .era-location{font-family:var(--font-display);font-size:.8rem;font-style:italic;letter-spacing:.2em;text-transform:uppercase;color:var(--wine-young);margin-top:2rem}.wine-story .vat-section{position:relative;min-height:100vh;padding:4rem 2rem;background:linear-gradient(180deg,var(--cellar) 0,var(--wine-deep) 100%)}.wine-story .vat-container,.wine-story .vat-section{display:flex;align-items:center;justify-content:center}.wine-story .vat-container{gap:4rem;flex-wrap:wrap}.wine-story .vat-svg{width:300px;height:400px;position:relative}.wine-story .vat-body{fill:none;stroke:var(--cork);stroke-width:3}.wine-story .vat-liquid{fill:var(--wine-young);opacity:.8}.wine-story .vat-bubbles{position:absolute;inset:0;overflow:hidden}.wine-story .vat-content{max-width:450px}.wine-story .vat-content h2{font-family:var(--font-display);font-size:2.5rem;font-weight:400;margin-bottom:1.5rem}.wine-story .vat-content p{font-size:1.0625rem;line-height:1.9;opacity:.85;margin-bottom:1rem}.wine-story .ferment-stats{display:flex;gap:2rem;margin-top:2rem}.wine-story .ferment-stat{text-align:center}.wine-story .ferment-value{font-family:var(--font-display);font-size:2.5rem;color:var(--wine-young)}.wine-story .ferment-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;opacity:.6;margin-top:.25rem}.wine-story .split-section{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.wine-story .split-left{background:var(--wine-grape)}.wine-story .split-left,.wine-story .split-right{display:flex;align-items:center;justify-content:center;padding:4rem}.wine-story .split-right{background:var(--wine-young)}.wine-story .split-content{max-width:400px}.wine-story .split-content h3{font-family:var(--font-display);font-size:2rem;font-weight:400;margin-bottom:1rem}.wine-story .split-content p{font-size:1rem;line-height:1.8;opacity:.9}.wine-story .split-stat{font-family:var(--font-display);font-size:4rem;font-weight:400;margin-bottom:.5rem}.wine-story .quote-takeover{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:var(--wine-deep);position:relative}.wine-story .quote-takeover:before{content:'"';font-family:var(--font-display);font-size:40rem;position:absolute;top:-5rem;left:5%;color:var(--wine-young);opacity:.05;line-height:1}.wine-story .quote-inner{max-width:800px;text-align:center;position:relative;z-index:2}.wine-story .quote-inner blockquote{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;font-style:italic;line-height:1.5;margin-bottom:2rem}.wine-story .quote-inner cite{font-family:var(--font-body);font-size:.9rem;font-style:normal;letter-spacing:.15em;text-transform:uppercase;color:var(--wine-young)}.wine-story .data-splash{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--wine-grape) 0,var(--wine-young) 50%,var(--wine-aged) 100%)}.wine-story .data-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;max-width:800px}.wine-story .data-item{text-align:center;opacity:0;transform:scale(.8);transition:all .8s var(--ease-swirl)}.wine-story .data-item.visible{opacity:1;transform:scale(1)}.wine-story .data-number{font-family:var(--font-display);font-size:clamp(3rem,8vw,5rem);font-weight:400;line-height:1;margin-bottom:.5rem}.wine-story .data-desc{font-size:1rem;line-height:1.5;opacity:.8}.wine-story .sources{padding:4rem 2rem;background:var(--cellar);border-top:1px solid rgba(114,47,55,.3)}.wine-story .sources-inner{max-width:800px;margin:0 auto}.wine-story .sources h3{font-family:var(--font-display);font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(247,231,206,.1)}.wine-story .sources-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.wine-story .sources-list a{font-size:.8rem;color:var(--champagne);opacity:.6;text-decoration:none;padding:.75rem;border:1px solid rgba(247,231,206,.1);transition:all .3s ease}.wine-story .sources-list a:hover{opacity:1;border-color:var(--wine-young)}.wine-story .wine-footer{padding:6rem 2rem;text-align:center;background:var(--wine-deep)}.wine-story .footer-glass{width:80px;height:120px;margin:0 auto 2rem}.wine-story .footer-text{font-family:var(--font-display);font-size:1.5rem;font-style:italic;max-width:400px;margin:0 auto;opacity:.8}@media (max-width:768px){.wine-story .bottle-pour-container{display:none}.wine-story .data-inner,.wine-story .split-section{grid-template-columns:1fr}.wine-story .data-inner{gap:3rem}.wine-story .grape-transform,.wine-story .vat-container{flex-direction:column}.wine-story .sources-list{grid-template-columns:1fr}.wine-story .ferment-stats{flex-direction:column;gap:1rem}}@media (prefers-reduced-motion:reduce){.wine-story .bubble,.wine-story .data-item,.wine-story .wine-drop{animation:none;transition:none;opacity:1;transform:none}}