*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-white:#fff;--color-black:#000;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif}html,body,#root{height:100%}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-white);background:var(--color-black);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}@media (width>=769px){html,body,#root{height:auto;min-height:100%}}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes liquid-rise{0%{clip-path:inset(100% 0 0);opacity:.5;transform:translateY(6px)}45%{clip-path:inset(18% 0 0);opacity:.85;transform:translateY(-2px)}65%{clip-path:inset(6% 0 0);transform:translateY(1px)}82%{clip-path:inset(10% 0 0);transform:translateY(-1px)}to{clip-path:inset(0);opacity:1;transform:translateY(0)}}@keyframes bubble-surface{0%{opacity:0;filter:blur(3px);transform:translateY(20px)scale(.25)}55%{opacity:1;filter:blur();transform:translateY(-5px)scale(1.1)}75%{transform:translateY(2px)scale(.95)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes bubble-float{0%{opacity:0;transform:translateY(110vh)scale(.6)}12%{opacity:.55}88%{opacity:.35}to{opacity:0;transform:translateY(-12vh)scale(1)}}@keyframes burst-ring{0%{opacity:.7;transform:translate(-50%,-50%)scale(.2)}to{opacity:0;transform:translate(-50%,-50%)scale(2.8)}}@keyframes bio-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing{background:#3a3a3a;height:100svh;position:relative;overflow:hidden}.landing__bubbles{pointer-events:none;position:absolute;overflow:hidden}.landing__bubbles--mobile{z-index:4;inset:0}.landing__bubbles--desktop{display:none}.landing__bubble{bottom:-20px;left:var(--mobile-left,auto);right:var(--desktop-right,auto);background:radial-gradient(circle at 30% 30%,#fffcf0e6,#fffcf026 55%,#0000 70%);border:1px solid #ffffff40;border-radius:50%;animation:linear infinite bubble-float;position:absolute}.landing__bio--mobile,.landing__bio--desktop{display:none}@media (width>=769px){.landing__bio--desktop{z-index:10;text-align:right;color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);clip-path:none;opacity:0;background:#00000080;max-width:min(34rem,46vw);margin-bottom:.25rem;padding:.5rem .75rem;font-size:clamp(.75rem,1vw,1.4rem);line-height:1.35;animation:1s cubic-bezier(.33,1,.68,1) 50ms forwards bio-reveal;display:block;position:relative;transform:translateY(12px)}.landing__bubbles--mobile{display:none}.landing__bubbles--desktop{z-index:4;display:block;inset:38% 0 0 48%}.landing__bubbles--desktop .landing__bubble{left:auto}}.landing__name-bg{display:none}.landing__photo{z-index:0;position:absolute;inset:0;overflow:hidden}.landing__photo img{object-fit:cover;object-position:left center;filter:grayscale()contrast(1.05);width:100%;height:100%}.landing__triangle{z-index:2;background:var(--color-black);clip-path:polygon(100% 100%,0 100%,100% 28%);pointer-events:none;position:absolute;inset:0}.landing__intro{z-index:10;flex-direction:column;align-items:flex-end;display:flex;position:absolute;bottom:clamp(2rem,5vw,3.5rem);right:clamp(1.5rem,4vw,3.5rem)}.landing__bio{font-family:var(--font-sans);letter-spacing:.01em;font-weight:400}.landing__name{font-family:var(--font-serif);letter-spacing:.01em;color:var(--color-white);white-space:nowrap;clip-path:inset(100% 0 0);opacity:0;font-size:clamp(3.5rem,11vw,7.5rem);font-weight:500;line-height:1;animation:1.4s cubic-bezier(.33,1,.68,1) .15s forwards liquid-rise;display:inline-block}.landing__socials{gap:1.25rem;margin-top:1.5rem;display:flex}.landing__social-link{color:var(--color-white);opacity:0;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;animation:.75s cubic-bezier(.34,1.4,.64,1) forwards bubble-surface;display:flex;position:relative;transform:translateY(20px)scale(.25)}.landing__social-link:first-child{animation-delay:1.35s}.landing__social-link:nth-child(2){animation-delay:1.55s}.landing__social-burst{opacity:0;pointer-events:none;border:1px solid #fffcf073;border-radius:50%;width:36px;height:36px;animation:.9s ease-out forwards burst-ring;position:absolute;top:50%;left:50%}.landing__social-link:first-child .landing__social-burst{animation-delay:1.35s}.landing__social-link:nth-child(2) .landing__social-burst{animation-delay:1.55s}.landing__social-link:hover{opacity:.65;transform:translateY(-2px)}@media (width<=768px){.landing{background:var(--color-black);height:100dvh}.landing__name-bg{z-index:1;font-family:var(--font-serif);letter-spacing:.01em;color:var(--color-white);pointer-events:none;flex-direction:column;align-items:center;font-size:clamp(4.5rem,25vw,9.5rem);font-weight:500;line-height:.85;display:flex;position:absolute;top:clamp(1.5rem,6vh,3rem);left:0;right:0}.landing__name-bg span{clip-path:inset(100% 0 0);opacity:0;animation:1.1s cubic-bezier(.33,1,.68,1) forwards liquid-rise;display:inline-block}.landing__name-bg span:first-child{animation-delay:.1s}.landing__name-bg span:nth-child(2){margin-top:-.1em;animation-delay:.55s}.landing__bio--mobile{z-index:2;text-align:center;clip-path:inset(100% 0 0);opacity:0;font-size:clamp(1rem,3.5vw,1.2rem);line-height:1.35;animation:1.1s cubic-bezier(.33,1,.68,1) 1.15s forwards liquid-rise;display:block;position:absolute;top:calc(clamp(1.5rem,6vh,3rem) + 1.62*clamp(4.5rem,25vw,9.5rem) + .25rem);left:clamp(1.25rem,5vw,2rem);right:clamp(1.25rem,5vw,2rem)}.landing__social-link:first-child{animation-delay:1.65s}.landing__social-link:nth-child(2){animation-delay:1.85s}.landing__social-link:first-child .landing__social-burst{animation-delay:1.65s}.landing__social-link:nth-child(2) .landing__social-burst{animation-delay:1.85s}.landing__photo{z-index:2;justify-content:center;align-items:flex-end;width:100vw;display:flex;left:50%;transform:translate(-50%)}.landing__photo img{object-fit:contain;object-position:bottom center;filter:grayscale()contrast(1.05);width:100vw;max-width:100vw;height:78svh}.landing__triangle{display:none}.landing__intro{bottom:max(2rem, env(safe-area-inset-bottom,2rem));align-items:center;left:0;right:0}.landing__name{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;animation:none;position:absolute;overflow:hidden}.landing__socials{justify-content:center;gap:2rem;margin-top:0}.landing__social-link{min-width:44px;min-height:44px}.landing__social-link svg{width:24px;height:24px}.landing__bubbles--mobile{z-index:3}}@media (width<=480px){.landing__name-bg{top:1.25rem}.landing__photo img{height:74svh}.landing__intro{bottom:max(1.5rem, env(safe-area-inset-bottom,1.5rem))}}@media (prefers-reduced-motion:reduce){.landing__bubbles,.landing__social-burst{display:none}.landing__bio,.landing__name,.landing__name-bg span,.landing__social-link{opacity:1;clip-path:none;filter:none;animation:none;transform:none}}.wine-section{display:none}@media (width>=769px){.wine-section{background:var(--color-black);grid-template-columns:1fr 1fr;height:clamp(520px,100vh,900px);display:grid;position:relative}.wine-section__image{filter:grayscale();background-position:50%;background-size:cover}.wine-section__image--left{background-image:url(/images/wine-bottles.png);background-position:50% 45%}.wine-section__image--right{background-image:url(/images/wine-corks.png);background-position:50%}.wine-section__frame{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.wine-section__frame:before{content:"";background:var(--color-black);z-index:1;width:72px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.wine-section__panel{z-index:2;background:var(--color-black);text-align:center;width:clamp(260px,22vw,340px);color:var(--color-white);flex-direction:column;align-items:center;gap:1rem;padding:2.25rem 2rem;display:flex;position:relative}.wine-section__flourish{width:140px;height:24px;color:var(--color-white);opacity:.9}.wine-section__flourish:last-child{transform:scaleY(-1)}.wine-section__title{font-family:var(--font-serif);letter-spacing:.02em;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:600;line-height:1.1}.wine-section__rule{background:#ffffff80;width:100%;height:1px}.wine-section__tagline{font-family:var(--font-sans);letter-spacing:.22em;text-transform:uppercase;opacity:.9;font-size:clamp(.65rem,.9vw,.75rem);font-weight:500;line-height:1.5}}
