@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap";:root{--color-bg: #faf7f2;--color-dark: #f0ebe3;--color-cream: #2c2420;--color-accent: #8b2635;--color-accent-light: #a63446;--color-accent-soft: rgba(139, 38, 53, .1);--color-warm: #9a7b4f;--font-display: "Playfair Display", serif;--font-body: "Inter", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-cream);background-color:var(--color-bg);overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}.section-label{display:inline-block;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--color-cream);line-height:1.1;margin-bottom:1rem}.section-subtitle{font-size:1rem;color:#2c242099;max-width:500px;margin:0 auto;line-height:1.7}.btn{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:.85rem 2rem;border-radius:0;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn--primary{background:var(--color-accent);color:#faf7f2}.btn--primary:hover{background:var(--color-accent-light);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--color-cream);border:1px solid rgba(139,38,53,.3)}.btn--outline:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-1px)}.btn--sm{padding:.65rem 1.5rem;font-size:.7rem}.page-header{padding:6rem 0 3rem;text-align:center;background:var(--color-dark);border-bottom:1px solid rgba(139,38,53,.1)}.page-header__inner{max-width:700px;margin:0 auto;padding:0 2rem}.page-header__title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--color-cream);margin-bottom:.75rem}.page-header__subtitle{font-size:1rem;color:#2c242099;line-height:1.7}::selection{background:#8b263533;color:var(--color-cream)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#8b263540;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8b263566}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);background:#faf7f2d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.navbar--scrolled{background:#faf7f2f2;padding:.75rem 0;box-shadow:0 1px #8b26351a}.navbar__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar__logo{text-decoration:none;display:flex;flex-direction:column;line-height:1}.navbar__logo-text{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase}.navbar__logo-sub{font-family:Inter,sans-serif;font-size:.65rem;color:var(--color-cream);letter-spacing:.3em;text-transform:uppercase;opacity:.7;margin-top:2px}.navbar__nav{display:flex;align-items:center;gap:2.5rem}.navbar__link{font-family:Inter,sans-serif;font-size:.8rem;font-weight:400;color:var(--color-cream);text-decoration:none;letter-spacing:.12em;text-transform:uppercase;position:relative;padding:.25rem 0;transition:color .3s ease}.navbar__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--color-accent);transition:width .3s ease}.navbar__link:hover{color:var(--color-accent)}.navbar__link:hover:after,.navbar__link--active:after{width:100%}.navbar__link--active{color:var(--color-accent)}.navbar__lang{display:flex;align-items:center;gap:.35rem;background:none;border:1px solid rgba(139,38,53,.3);border-radius:100px;padding:.4rem .85rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.7rem;letter-spacing:.1em;color:var(--color-cream);transition:all .3s ease}.navbar__lang:hover{border-color:var(--color-accent)}.navbar__lang-active{color:var(--color-accent);font-weight:600}.navbar__lang-divider{opacity:.4}.navbar__book{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#faf7f2;background:var(--color-accent);padding:.55rem 1.25rem;text-decoration:none;transition:all .3s ease}.navbar__book:hover{background:var(--color-accent-light);transform:translateY(-1px)}.navbar__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.navbar__burger span{display:block;width:24px;height:1.5px;background:var(--color-cream);transition:all .3s ease}.navbar__burger--open span:nth-child(1){transform:rotate(45deg) translate(5px,4px)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-4px)}@media(max-width:768px){.navbar__burger{display:flex}.navbar__nav{position:fixed;inset:0;background:#faf7f2fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .4s ease}.navbar__nav--open{opacity:1;pointer-events:all}.navbar__link{font-size:1.1rem;letter-spacing:.2em}.navbar__book{margin-top:1rem;padding:.75rem 2rem;font-size:.85rem}}.footer{background:var(--color-dark);border-top:1px solid rgba(139,38,53,.1);padding:5rem 0 0}.footer__inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer__logo{text-decoration:none;display:flex;flex-direction:column;line-height:1;margin-bottom:1rem}.footer__logo-text{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase}.footer__logo-sub{font-family:Inter,sans-serif;font-size:.6rem;color:var(--color-cream);letter-spacing:.3em;text-transform:uppercase;opacity:.5;margin-top:2px}.footer__tagline{font-size:.9rem;color:#2c242099;line-height:1.6;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social a{color:#2c242080;transition:color .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(139,38,53,.15);border-radius:50%}.footer__social a:hover{color:var(--color-accent);border-color:var(--color-accent)}.footer__heading{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;color:var(--color-accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__links a{color:#2c242099;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__links a:hover{color:var(--color-accent)}.footer__hours{display:flex;flex-direction:column;gap:.6rem}.footer__hour-row{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;color:#2c242099}.footer__address{font-style:normal;font-size:.9rem;color:#2c242099;line-height:1.6;margin-bottom:1rem}.footer__contact-info{display:flex;flex-direction:column;gap:.4rem}.footer__contact-info a{color:#2c242099;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__contact-info a:hover{color:var(--color-accent)}.footer__bottom{max-width:1200px;margin:4rem auto 0;padding:1.5rem 2rem;border-top:1px solid rgba(139,38,53,.08)}.footer__bottom p{font-size:.8rem;color:#2c24204d;text-align:center}@media(max-width:768px){.footer__inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer__social{justify-content:center}.footer__hour-row{justify-content:center;gap:2rem}}.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__curtain{position:absolute;inset:0;z-index:10;background:#111010;opacity:1;transition:opacity 1.4s cubic-bezier(.22,1,.36,1);pointer-events:none}.home--revealed .hero__curtain{opacity:0}.hero__bg{position:absolute;inset:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.15);filter:blur(4px);transition:transform 3s cubic-bezier(.22,1,.36,1),filter 2s cubic-bezier(.22,1,.36,1)}.home--revealed .hero__bg img{transform:scale(1);filter:blur(0px)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#111010b3,#1110108c,#11101099 60%,#111010d9),radial-gradient(ellipse at center,transparent 0%,rgba(17,16,16,.3) 70%)}.hero__content{position:relative;z-index:2;text-align:center;padding:0 2rem}.hero__badge,.hero__title,.hero__subtitle,.hero__tagline,.hero__actions{opacity:0;transform:translateY(25px)}.home--revealed .hero__badge{animation:staggerIn .9s cubic-bezier(.22,1,.36,1) .6s forwards}.home--revealed .hero__title{animation:titleReveal 1.2s cubic-bezier(.22,1,.36,1) .9s forwards}.home--revealed .hero__subtitle{animation:staggerIn .9s cubic-bezier(.22,1,.36,1) 1.4s forwards}.home--revealed .hero__tagline{animation:staggerIn .9s cubic-bezier(.22,1,.36,1) 1.7s forwards}.home--revealed .hero__actions{animation:staggerIn .9s cubic-bezier(.22,1,.36,1) 2s forwards}@keyframes staggerIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes titleReveal{0%{opacity:0;transform:translateY(40px) scale(.95);letter-spacing:.15em}60%{opacity:1;transform:translateY(0) scale(1)}to{opacity:1;transform:translateY(0) scale(1);letter-spacing:.04em}}.hero__badge{font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.35em;color:#c9a87c;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem}.hero__badge-line{display:block;width:0;height:1px;background:linear-gradient(90deg,transparent,#c9a87c)}.hero__badge-line--left{background:linear-gradient(90deg,transparent,#c9a87c)}.hero__badge-line--right{background:linear-gradient(90deg,#c9a87c,transparent)}.home--revealed .hero__badge-line{animation:lineExpand 1.2s cubic-bezier(.22,1,.36,1) 1.8s forwards}@keyframes lineExpand{to{width:50px}}.hero__title{font-family:Playfair Display,serif;font-size:clamp(3.5rem,8vw,7rem);font-weight:700;color:#fff;line-height:.95;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem;text-shadow:0 2px 30px rgba(0,0,0,.5);overflow:hidden}.hero__title-line{display:inline-block}.hero__subtitle{font-family:Playfair Display,serif;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:400;font-style:italic;color:#c9a87c;margin-bottom:1rem;text-shadow:0 1px 15px rgba(0,0,0,.4)}.hero__tagline{font-family:Inter,sans-serif;font-size:1rem;color:#f5f0e6b3;font-weight:300;letter-spacing:.05em;margin-bottom:2.5rem}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero .btn--outline{color:#f2ebe0;border-color:#f2ebe04d}.hero .btn--outline:hover{color:#fff;border-color:#f2ebe099}.hero__scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;opacity:0}.home--revealed .hero__scroll-indicator{animation:staggerIn .9s cubic-bezier(.22,1,.36,1) 2.5s forwards}.hero__scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--color-accent),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.about{background:var(--color-bg)}.about__lead{max-width:900px;margin:0 auto;padding:8rem 2rem 5rem;text-align:center}.about__lead-rule{width:1px;height:60px;background:linear-gradient(to bottom,transparent,var(--color-accent));margin:0 auto 3rem}.about__statement{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;font-style:italic;line-height:1.5;color:var(--color-cream);letter-spacing:.01em}.about__editorial{max-width:1200px;margin:0 auto;padding:0 2rem 8rem;display:grid;grid-template-columns:5fr 6fr;gap:4rem;align-items:start}.about__image-col{position:relative}.about__image-frame{overflow:hidden;aspect-ratio:3 / 4}.about__image-frame img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.about__image-col:hover .about__image-frame img{transform:scale(1.03)}.about__image-caption{display:block;margin-top:1rem;font-family:Inter,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:#2c242059}.about__text-col{padding-top:2rem}.about__body{font-size:1rem;line-height:1.9;color:#2c2420a6;margin-bottom:1.5rem}.about__body:first-child:first-letter{font-family:Playfair Display,serif;font-size:3.2rem;font-weight:700;float:left;line-height:1;margin-right:.5rem;margin-top:.15rem;color:var(--color-accent)}.about__stats{display:flex;gap:2.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(139,38,53,.12)}.about__stat{text-align:left}.about__stat-number{display:block;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--color-accent);line-height:1;margin-bottom:.4rem}.about__stat-icon{color:var(--color-accent);margin-bottom:.4rem}.about__stat-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#2c242073}.menu-preview{padding:8rem 0;background:var(--color-dark)}.menu-preview__inner{max-width:900px;margin:0 auto;padding:0 2rem}.menu-preview__header{text-align:center;margin-bottom:4rem}.menu-preview__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--color-cream);line-height:1.1;margin-bottom:1rem}.menu-preview__subtitle{font-size:1rem;color:#2c24208c;line-height:1.7}.menu-preview__columns{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem}.menu-preview__divider{width:1px;background:#8b263526}.menu-preview__category{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--color-cream);margin-bottom:.5rem}.menu-preview__category-desc{font-size:.85rem;line-height:1.7;color:#2c242080;margin-bottom:2rem}.menu-preview__items{display:flex;flex-direction:column;gap:1rem}.menu-preview__item{display:flex;align-items:baseline;gap:.5rem}.menu-preview__item-name{font-size:.95rem;color:#2c2420bf;white-space:nowrap}.menu-preview__item-dots{flex:1;border-bottom:1px dotted rgba(139,38,53,.2);min-width:2rem;margin-bottom:.25rem}.menu-preview__item-price{font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--color-accent);white-space:nowrap}.menu-preview__notes{margin-top:1.5rem;display:flex;flex-direction:column;gap:.25rem}.menu-preview__notes p{font-size:.8rem;font-style:italic;color:#2c242073;line-height:1.6}.menu-preview__wine-section{margin-top:3.5rem;padding-top:3rem;border-top:1px solid rgba(139,38,53,.1)}.menu-preview__producers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 3rem;margin-top:1.5rem}.menu-preview__producer{display:flex;flex-direction:column;gap:.2rem}.menu-preview__producer-name{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--color-cream)}.menu-preview__producer-region{font-size:.8rem;color:#2c242073;line-height:1.5}.menu-preview__footer{display:flex;justify-content:center;gap:1rem;margin-top:3.5rem;padding-top:3rem;border-top:1px solid rgba(139,38,53,.1)}.reviews{padding:8rem 0;background:var(--color-bg);text-align:center}.reviews__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.reviews__badge{display:inline-flex;align-items:center;gap:1.25rem;background:#8b26350f;border:1px solid rgba(139,38,53,.15);border-radius:100px;padding:.75rem 2rem;margin-bottom:3rem;text-decoration:none;transition:all .3s ease}.reviews__badge:hover{border-color:#8b263559;background:#8b26351a}.reviews__badge-left{display:flex;align-items:baseline;gap:.15rem}.reviews__score{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--color-accent);line-height:1}.reviews__score-of{font-size:.9rem;color:#2c242066;font-weight:400}.reviews__badge-right{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.reviews__stars{display:flex;gap:2px;color:var(--color-accent)}.reviews__count{font-size:.7rem;letter-spacing:.05em;color:#2c242080}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.review-card{background:#ffffff80;border:1px solid rgba(139,38,53,.08);border-radius:2px;padding:2rem;text-align:left;transition:all .3s ease;display:flex;flex-direction:column;gap:.75rem}.review-card:hover{border-color:#8b263533;transform:translateY(-2px)}.review-card__stars{display:flex;gap:2px;color:var(--color-accent)}.review-card__title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;color:var(--color-cream);font-style:italic}.review-card__text{font-size:.9rem;line-height:1.7;color:#2c242099;flex:1}.review-card__author{font-style:normal;font-size:.75rem;color:#2c242059;letter-spacing:.05em;padding-top:.5rem;border-top:1px solid rgba(139,38,53,.08)}.cta-section{padding:6rem 0 0;background:var(--color-dark)}.cta-section__header{text-align:center;margin-bottom:3rem;padding:0 2rem}.cta-section__split{display:grid;grid-template-columns:1fr 1.4fr;max-width:1200px;margin:0 auto;border-top:1px solid rgba(139,38,53,.1);min-height:480px}.cta-section__info{padding:3rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.cta-info-block{display:flex;gap:1rem;align-items:flex-start;font-style:normal;color:var(--color-accent)}.cta-info-block svg{flex-shrink:0;margin-top:.1rem;opacity:.8}.cta-info-block__label{display:block;font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.3rem}.cta-info-block__value{display:block;font-size:.95rem;color:var(--color-cream);line-height:1.6}.cta-info-block__link{text-decoration:none;transition:color .3s ease}.cta-info-block__link:hover{color:var(--color-accent)}.cta-info-block--hours{padding-top:.5rem;border-top:1px solid rgba(139,38,53,.08)}.cta-hours{display:flex;flex-direction:column;gap:.35rem}.cta-hours__row{display:flex;justify-content:space-between;max-width:280px;font-size:.85rem}.cta-hours__row span:first-child{color:#2c242080}.cta-hours__row span:last-child{color:var(--color-cream);font-weight:500}.cta-hours__closed{color:#2c24204d!important;font-weight:400!important}.cta-section__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:auto;padding-top:.5rem}.cta-section__map{position:relative;min-height:480px}.cta-section__map iframe{position:absolute;inset:0;width:100%;height:100%;display:block;filter:grayscale(100%) brightness(1.05) contrast(.9);transition:filter .5s ease}.cta-section__map:hover iframe{filter:grayscale(40%) brightness(1.02) contrast(.95)}@media(max-width:968px){.about__editorial{grid-template-columns:1fr;gap:3rem}.about__image-col{max-width:500px;margin:0 auto}.about__text-col{padding-top:0}.about__lead{padding:5rem 2rem 3rem}.menu-preview__columns{grid-template-columns:1fr;max-width:400px;margin:0 auto}.menu-preview__divider{width:100%;height:1px}.menu-preview__producers{grid-template-columns:repeat(2,1fr)}.reviews__grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.cta-section__split{grid-template-columns:1fr}.cta-section__map{min-height:350px}}@media(max-width:480px){.hero__title{font-size:3rem}.about__stats{flex-direction:column;gap:1.5rem}.about__body:first-child:first-letter{font-size:2.6rem}.cta-section__hours{flex-direction:column;gap:1rem}}.page-menu{padding-top:80px}.menu-section{padding:4rem 0 8rem}.menu-section__inner{max-width:700px;margin:0 auto;padding:0 2rem}.menu-category{margin-bottom:3rem}.menu-category__header{margin-bottom:2rem}.menu-category__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:var(--color-cream);margin-bottom:.5rem}.menu-category__desc{font-size:.95rem;color:#2c242099;line-height:1.6}.menu-category__notes{margin-top:1.5rem;display:flex;flex-direction:column;gap:.3rem}.menu-category__notes p{font-size:.85rem;font-style:italic;color:#2c242080;line-height:1.6}.menu-items{display:flex;flex-direction:column;gap:0}.menu-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 0;border-bottom:1px solid rgba(139,38,53,.06);gap:2rem}.menu-item__name{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:500;color:var(--color-cream);margin-bottom:.3rem}.menu-item__desc{font-size:.85rem;color:#2c242080;line-height:1.5}.menu-item__price{display:flex;align-items:baseline;gap:.3rem;flex-shrink:0}.menu-item__amount{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:var(--color-accent)}.menu-item__currency{font-size:.65rem;letter-spacing:.1em;color:#8b263599;text-transform:uppercase}.menu-divider{display:flex;justify-content:center;padding:2rem 0}.menu-downloads{display:flex;gap:1rem;justify-content:center;margin-top:4rem;flex-wrap:wrap}.menu-downloads .btn{display:inline-flex;align-items:center;gap:.5rem}.page-wines{padding-top:80px}.wines-intro{padding:4rem 0}.wines-intro__inner{max-width:800px;margin:0 auto;padding:0 2rem}.wines-intro__content{display:flex;align-items:center;gap:4rem}.wines-intro__text{font-size:1.1rem;line-height:1.8;color:#2c2420b3;flex:1}.wines-intro__stat{flex-shrink:0;text-align:center;padding:2rem;border:1px solid rgba(139,38,53,.15);border-radius:2px}.wines-intro__number{display:block;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:var(--color-accent);line-height:1;margin-bottom:.3rem}.wines-intro__label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#2c242080}.producers{padding:4rem 0 6rem;background:var(--color-dark)}.producers__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.producers__title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:var(--color-cream);text-align:center;margin-bottom:3rem}.producers__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.producer-card{background:#ffffff80;border:1px solid rgba(139,38,53,.08);border-radius:2px;padding:2rem;transition:all .4s ease}.producer-card:hover{border-color:#8b263533;transform:translateY(-3px)}.producer-card__flag{font-size:1.5rem;margin-bottom:1rem}.producer-card__name{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;color:var(--color-cream);margin-bottom:.3rem}.producer-card__region{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);opacity:.8;margin-bottom:1rem}.producer-card__desc{font-size:.85rem;line-height:1.6;color:#2c242080}.wine-list{padding:4rem 0 6rem}.wine-list__inner{max-width:900px;margin:0 auto;padding:0 2rem}.wine-list__header{text-align:center;margin-bottom:3rem}.wine-list__search{max-width:480px;margin:2rem auto 0;position:relative}.wine-list__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#2c242059;pointer-events:none}.wine-list__search-input{width:100%;padding:.85rem 1rem .85rem 2.8rem;font-family:var(--font-body);font-size:.85rem;color:var(--color-cream);background:var(--color-dark);border:1px solid rgba(139,38,53,.15);border-radius:2px;outline:none;transition:border-color .3s ease}.wine-list__search-input::placeholder{color:#2c242066}.wine-list__search-input:focus{border-color:var(--color-accent)}.wine-category{border-bottom:1px solid rgba(139,38,53,.1)}.wine-category:first-child{border-top:1px solid rgba(139,38,53,.1)}.wine-category__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--color-cream);text-align:left;transition:color .3s ease}.wine-category__toggle:hover{color:var(--color-accent)}.wine-category__toggle-left{display:flex;align-items:baseline;gap:.75rem}.wine-category__count{font-family:var(--font-body);font-size:.7rem;font-weight:400;letter-spacing:.1em;color:#2c242066;text-transform:uppercase}.wine-category__chevron{flex-shrink:0;width:20px;height:20px;color:var(--color-accent);transition:transform .4s cubic-bezier(.4,0,.2,1)}.wine-category--open .wine-category__chevron{transform:rotate(180deg)}.wine-category__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.wine-category--open .wine-category__content{grid-template-rows:1fr}.wine-category__content-inner{overflow:hidden}.wine-country{padding-bottom:1.5rem}.wine-country__name{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent);padding:1rem 0 .75rem;border-bottom:1px solid rgba(139,38,53,.08);margin-bottom:0}.wine-subregion__name{font-family:var(--font-display);font-size:.95rem;font-weight:500;font-style:italic;color:#2c242099;padding:.75rem 0 .5rem}.wine-entry{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:.6rem 0;border-bottom:1px solid rgba(139,38,53,.04)}.wine-entry:last-child{border-bottom:none}.wine-entry__info{flex:1;min-width:0}.wine-entry__producer{font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--color-cream);line-height:1.3}.wine-entry__name{font-family:var(--font-display);font-size:.85rem;font-weight:400;font-style:italic;color:#2c2420b3;line-height:1.3}.wine-entry__details{font-size:.72rem;color:#2c242073;line-height:1.4;margin-top:.15rem}.wine-entry__right{display:flex;align-items:center;gap:.75rem;flex-shrink:0;padding-top:.1rem}.wine-entry__badge{font-family:var(--font-body);font-size:.55rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);background:#8b263514;padding:.2rem .5rem;border-radius:1px;white-space:nowrap}.wine-entry__price{font-family:var(--font-body);font-size:.8rem;font-weight:500;color:var(--color-cream);white-space:nowrap;min-width:60px;text-align:right}.wine-list__no-results{text-align:center;padding:3rem 0;color:#2c242066;font-style:italic}.wine-list__download{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(139,38,53,.1)}.wine-list__download-text{font-size:.8rem;color:#2c242080;margin-bottom:1rem}.btn--lg{padding:1rem 2.5rem;font-size:.85rem;display:inline-flex;align-items:center;gap:.6rem}@media(max-width:768px){.wines-intro__content{flex-direction:column;gap:2rem;text-align:center}.producers__grid{grid-template-columns:1fr;max-width:450px;margin-left:auto;margin-right:auto}.wine-category__toggle{font-size:1.15rem;padding:1rem 0}.wine-entry{flex-direction:column;gap:.4rem}.wine-entry__right{align-self:flex-end}.wine-list__search{max-width:100%}}.page-contact{padding-top:80px}.contact-content{padding:4rem 0 8rem}.contact-content__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-content__intro{font-size:1.1rem;line-height:1.8;color:#2c2420b3;text-align:center;max-width:600px;margin:0 auto 4rem}.contact-findus{display:grid;grid-template-columns:1fr 1.4fr;gap:0;margin-bottom:3rem;border:1px solid rgba(139,38,53,.08);border-radius:2px;overflow:hidden;min-height:500px}.contact-findus__info{padding:2.5rem;display:flex;flex-direction:column;gap:1.75rem;background:#ffffff80}.contact-info-block{display:flex;gap:1rem;align-items:flex-start}.contact-info-block__icon{color:var(--color-accent);opacity:.8;flex-shrink:0;margin-top:.15rem}.contact-info-block__label{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.35rem}.contact-info-block__value{font-style:normal;font-size:.95rem;color:var(--color-cream);line-height:1.6}.contact-info-block__link{text-decoration:none;display:block;transition:color .3s ease}.contact-info-block__link:hover{color:var(--color-accent)}.contact-info-block--hours{padding-top:.5rem;border-top:1px solid rgba(139,38,53,.08)}.contact-info-block__hours{display:flex;flex-direction:column;gap:.4rem}.hours-row{display:flex;justify-content:space-between;max-width:300px;align-items:center}.hours-row__day{font-size:.85rem;color:#2c242099}.hours-row__time{font-size:.85rem;color:var(--color-cream);font-weight:500}.hours-row__time--closed{color:#2c24204d}.contact-findus__directions{display:flex;align-items:center;gap:.5rem;color:var(--color-accent);text-decoration:none;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:.65rem 1.25rem;border:1px solid rgba(139,38,53,.2);border-radius:100px;width:fit-content;margin-top:auto;transition:all .3s ease}.contact-findus__directions:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.contact-findus__map{position:relative;min-height:500px}.contact-findus__map iframe{position:absolute;inset:0;width:100%;height:100%;display:block;filter:grayscale(100%) brightness(1.05) contrast(.9);transition:filter .5s ease}.contact-findus__map:hover iframe{filter:grayscale(40%) brightness(1.02) contrast(.95)}.contact-social{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.contact-social__link{display:flex;align-items:center;gap:.5rem;color:#2c242099;text-decoration:none;font-size:.9rem;padding:.75rem 1.25rem;border:1px solid rgba(139,38,53,.1);border-radius:100px;transition:all .3s ease}.contact-social__link:hover{color:var(--color-accent);border-color:var(--color-accent)}@media(max-width:768px){.contact-findus{grid-template-columns:1fr}.contact-findus__map{min-height:350px}}.page-book{padding-top:0}.book-hero{position:relative;padding:10rem 2rem 5rem;text-align:center;overflow:hidden;background:var(--color-dark)}.book-hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 0%,rgba(139,38,53,.08) 0%,transparent 60%),radial-gradient(ellipse at 70% 100%,rgba(154,123,79,.06) 0%,transparent 50%);pointer-events:none}.book-hero__content{position:relative;max-width:600px;margin:0 auto;animation:bookFadeUp .8s cubic-bezier(.22,1,.36,1) forwards}.book-hero__label{display:inline-block;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.25rem}.book-hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--color-cream);line-height:1.1;margin-bottom:1rem}.book-hero__subtitle{font-size:1.05rem;color:#2c24208c;line-height:1.7}.book-hero__fade{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent,var(--color-bg));pointer-events:none}@keyframes bookFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.book-content{padding:0 0 8rem;background:var(--color-bg)}.book-content__inner{max-width:1100px;margin:0 auto;padding:0 2rem}.book-layout{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start;animation:bookFadeUp .8s cubic-bezier(.22,1,.36,1) .15s both}.book-form{background:#ffffff80;border:1px solid rgba(139,38,53,.08);border-radius:2px;padding:2.5rem}.book-form__section{margin-bottom:0}.book-form__heading{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--color-cream);margin-bottom:1.25rem}.book-form__divider{height:1px;background:#8b263514;margin:2rem 0}.book-form__row{display:grid;gap:1.25rem}.book-form__row--two{grid-template-columns:1fr 1fr}.book-form__row--three{grid-template-columns:1fr 1fr 1fr}.book-form__row+.book-form__row{margin-top:1.25rem}.book-field{display:flex;flex-direction:column;gap:.5rem}.book-field__label{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#2c242080}.book-field__input{font-family:var(--font-body);font-size:.95rem;color:var(--color-cream);background:var(--color-bg);border:1px solid rgba(139,38,53,.12);border-radius:2px;padding:.8rem 1rem;outline:none;transition:border-color .3s ease,box-shadow .3s ease;-webkit-appearance:none;appearance:none}.book-field__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #8b263514}.book-field__input::placeholder{color:#2c24204d}.book-field__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238b2635' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.book-field__textarea{resize:vertical;min-height:80px;line-height:1.6}.book-field__input[type=date]{cursor:pointer}.book-field__input[type=date]::-webkit-calendar-picker-indicator{opacity:.4;cursor:pointer}.book-form__submit{width:100%;margin-top:2rem;padding:1rem 2rem;font-size:.8rem;letter-spacing:.15em;position:relative;min-height:52px;display:flex;align-items:center;justify-content:center}.book-form__submit--sending{color:transparent;pointer-events:none}.book-form__spinner{display:block;width:20px;height:20px;border:2px solid rgba(250,247,242,.3);border-top-color:#faf7f2;border-radius:50%;animation:bookSpin .7s linear infinite}@keyframes bookSpin{to{transform:rotate(360deg)}}.book-sidebar{display:flex;flex-direction:column;gap:1.25rem}.book-sidebar__card{background:#ffffff80;border:1px solid rgba(139,38,53,.08);border-radius:2px;padding:1.75rem;transition:border-color .3s ease}.book-sidebar__card:hover{border-color:#8b26352e}.book-sidebar__card--accent{background:#8b26350a;border-color:#8b26351f}.book-sidebar__icon{color:var(--color-accent);opacity:.7;margin-bottom:1rem}.book-sidebar__title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-cream);margin-bottom:.75rem}.book-sidebar__text{font-size:.9rem;color:#2c24208c;line-height:1.7}.book-sidebar__hours{display:flex;flex-direction:column;gap:.4rem}.book-sidebar__hour-row{display:flex;justify-content:space-between;font-size:.85rem}.book-sidebar__hour-row span:first-child{color:#2c242080}.book-sidebar__hour-row span:last-child{color:var(--color-cream);font-weight:500}.book-sidebar__closed{color:#2c24204d!important;font-weight:400!important}.book-sidebar__phone{display:inline-block;margin-top:.75rem;font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--color-accent);text-decoration:none;transition:opacity .3s ease}.book-sidebar__phone:hover{opacity:.7}.book-confirmation{max-width:560px;margin:0 auto;text-align:center;padding:4rem 2rem;animation:bookFadeUp .6s cubic-bezier(.22,1,.36,1) forwards}.book-confirmation__icon{color:var(--color-accent);margin-bottom:1.5rem;animation:bookCheckPop .5s cubic-bezier(.22,1,.36,1) .2s both}@keyframes bookCheckPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.book-confirmation__title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;color:var(--color-cream);margin-bottom:.75rem}.book-confirmation__text{font-size:1rem;color:#2c24208c;line-height:1.7;margin-bottom:2.5rem}.book-confirmation__details{display:flex;justify-content:center;gap:2.5rem;padding:2rem;background:#ffffff80;border:1px solid rgba(139,38,53,.08);border-radius:2px;margin-bottom:2rem}.book-confirmation__detail{display:flex;flex-direction:column;gap:.3rem}.book-confirmation__detail-label{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent)}.book-confirmation__detail-value{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-cream);text-transform:capitalize}.book-confirmation__btn{margin-top:.5rem}@media(max-width:868px){.book-layout{grid-template-columns:1fr}.book-sidebar{order:-1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.book-sidebar__card--accent{grid-column:1 / -1}}@media(max-width:640px){.book-hero{padding:8rem 1.5rem 3.5rem}.book-form{padding:1.75rem}.book-form__row--two,.book-form__row--three,.book-sidebar{grid-template-columns:1fr}.book-confirmation__details{flex-direction:column;gap:1.25rem;align-items:center}}
