@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap";:root{color-scheme:dark;--navy-deep: #071A2B;--brand-navy: #0B2340;--navy-surface: #0E2C4D;--gold-aged: #C49A45;--gold-light: #D9B76A;--gold-subtle: rgba(196, 154, 69, .18);--cream: #F4EFE5;--cream-surface: #EFE9DC;--off-white: #FAF9F6;--dark: #0B0B0A;--text-dark: #1A1A18;--text-muted: #8E9BAA;--font-serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1);--transition-fast: all .2s ease-in-out}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;width:100%;min-height:100%;overflow-y:auto;scroll-behavior:smooth;font-size:16px;background-color:var(--navy-deep);color:var(--off-white);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;position:relative;line-height:1.6}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;line-height:1.15;text-wrap:balance}p{text-wrap:pretty}.container-custom,.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3.5rem)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:1.25rem 0;transition:var(--transition-smooth)}.site-header.scrolled{background:#071a2be0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(196,154,69,.15);padding:.85rem 0;box-shadow:0 10px 30px #0006}.site-header.transparent{background:linear-gradient(180deg,#071a2bb3,#071a2b00)}.header-container{display:flex;align-items:center;justify-content:space-between}.header-logo{height:44px;width:auto;object-fit:contain;transition:transform .3s ease}.header-logo:hover{transform:scale(1.04)}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav-link{font-size:.8125rem;font-weight:400;letter-spacing:.08em;color:#faf9f6d9;transition:color .3s ease}.header-nav-link:hover{color:var(--gold-light)}.menu-toggle-btn{display:none;background:transparent;border:none;color:var(--off-white);cursor:pointer;padding:.5rem}@media(max-width:991px){.header-nav,.header-cta-desktop{display:none}.menu-toggle-btn{display:block}}.mobile-menu-overlay{position:fixed;right:0;bottom:0;left:0;top:65px;background:linear-gradient(180deg,#d9b76a,#c49a45);z-index:999;display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem 1.5rem;border-top:1px solid rgba(7,26,43,.2);box-shadow:0 20px 40px #0006}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-link{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:#071a2b;display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid rgba(7,26,43,.15);transition:opacity .2s ease,transform .2s ease}.mobile-nav-link:hover,.mobile-nav-link:focus{opacity:.8;transform:translate(4px)}.btn-pill-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#d9b76a,#c49a45);color:var(--navy-deep);font-weight:600;font-size:.875rem;letter-spacing:.08em;padding:.875rem 2.25rem;border-radius:9999px;border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 25px #c49a4559;cursor:pointer;transition:var(--transition-smooth)}.btn-pill-gold:hover{background:linear-gradient(135deg,#e6c87f,#d4a853);transform:translateY(-2px);box-shadow:0 12px 30px #c49a4580;color:var(--dark)}.btn-pill-glass{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffff24;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--off-white);font-weight:500;font-size:.875rem;letter-spacing:.08em;padding:.875rem 2.25rem;border-radius:9999px;border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:var(--transition-smooth)}.btn-pill-glass:hover{background:#ffffff40;border-color:var(--gold-light);color:var(--gold-light);transform:translateY(-2px)}.btn-pill-outline-gold{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:var(--off-white);font-weight:500;font-size:.8125rem;letter-spacing:.08em;padding:.625rem 1.5rem;border-radius:9999px;border:1px solid rgba(217,183,106,.6);cursor:pointer;transition:var(--transition-smooth)}.btn-pill-outline-gold:hover{background:var(--gold-aged);border-color:var(--gold-aged);color:var(--navy-deep)}.btn-pill-navy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#071a2b;color:#faf9f6;font-weight:700;font-size:.875rem;letter-spacing:.08em;padding:.875rem 2.25rem;border-radius:9999px;border:1px solid rgba(7,26,43,.4);box-shadow:0 8px 25px #071a2b59;cursor:pointer;transition:var(--transition-smooth)}.btn-pill-navy:hover{background:#0b2340;transform:translateY(-2px);box-shadow:0 12px 30px #071a2b80;color:#faf9f6}.hero-panoramic{position:relative;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:clamp(6rem,12vh,8.5rem) 1.5rem clamp(4rem,8vh,6rem) 1.5rem;overflow:hidden;background-color:var(--navy-deep)}.hero-bg-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.85)}.hero-gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071a2b73,#071a2b33 45%,#071a2bfa)}.hero-content{position:relative;z-index:10;max-width:850px;margin:0 auto}.hero-tagline{font-size:.75rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-title{font-size:clamp(2.5rem,6vw,5.2rem);color:var(--off-white);line-height:1.08;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.6)}.hero-subtitle{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.1rem,2vw,1.4rem);color:#faf9f6e6;max-width:600px;margin:0 auto 2.5rem;font-weight:300;text-shadow:0 2px 10px rgba(0,0,0,.5)}.floating-cards-wrapper{position:relative;z-index:20;margin-top:0;padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(4rem,7vw,6rem);background-color:var(--navy-deep);border-top:1px solid rgba(196,154,69,.15)}@media(max-width:768px){.floating-cards-wrapper{margin-top:0;padding-top:3.5rem;padding-bottom:3.5rem}}.floating-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;align-items:stretch}@media(max-width:991px){.floating-cards-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.floating-card{background:#fff;color:var(--navy-deep);border-radius:1.25rem;border:1px solid rgba(196,154,69,.2);box-shadow:0 25px 50px -12px #071a2b59,0 10px 20px -5px #0000001a;overflow:hidden;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease}.floating-card:hover{transform:translateY(-8px);box-shadow:0 35px 60px -15px #071a2b73}.floating-card.featured{border:2px solid var(--gold-aged);box-shadow:0 30px 60px -10px #c49a454d,0 15px 30px -5px #071a2b40}@media(min-width:992px){.floating-card.featured{transform:translateY(-1rem)}.floating-card.featured:hover{transform:translateY(calc(-1rem - 8px))}}.floating-card-media{position:relative;height:230px;overflow:hidden;background-color:#0b2340}.floating-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}.floating-card:hover .floating-card-media img{transform:scale(1.06)}.floating-card-tag{position:absolute;top:1rem;left:1rem;z-index:10;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border-radius:9999px;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.floating-card-tag.standard{background:#ffffffeb;color:var(--navy-deep);box-shadow:0 4px 10px #00000026}.floating-card-tag.gold{background:#071a2beb;color:var(--gold-light);border:1px solid var(--gold-aged);box-shadow:0 4px 15px #0000004d}.floating-card-body{padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:1.25rem}.floating-card-title{font-size:1.4rem;font-weight:600;color:var(--navy-deep);margin-bottom:.5rem;transition:color .3s ease}.floating-card:hover .floating-card-title{color:var(--gold-aged)}.floating-card-desc{font-size:.875rem;color:#071a2bbf;font-weight:300;line-height:1.55}.floating-card-footer{padding-top:1rem;border-top:1px solid rgba(7,26,43,.1);display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;font-weight:600;color:var(--navy-deep)}.floating-card-footer svg{color:var(--gold-aged);transition:transform .3s ease}.floating-card:hover .floating-card-footer svg{transform:translate(4px)}.intro-section{padding:6rem 0;background-color:var(--cream);color:var(--navy-deep)}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:991px){.intro-grid{grid-template-columns:1fr;gap:3rem}}.section-tag{font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-aged);display:block;margin-bottom:.75rem}.section-title{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;line-height:1.12;margin-bottom:1.5rem}.section-divider{width:4rem;height:2px;background-color:var(--gold-aged);margin-bottom:1.5rem}.section-desc{font-size:1.125rem;font-weight:300;line-height:1.7;color:#071a2bd9;margin-bottom:2rem}.intro-media-wrapper{position:relative}.intro-media-box{position:relative;z-index:10;border-radius:1rem;overflow:hidden;box-shadow:0 25px 40px #071a2b26}.intro-media-box img{width:100%;height:480px;object-fit:cover}.intro-backdrop-frame{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(1.5rem,1.5rem);border:1px solid rgba(196,154,69,.4);border-radius:1rem;z-index:1}@media(max-width:640px){.intro-backdrop-frame{display:none}}.specs-section{padding:4.5rem 0;background-color:var(--brand-navy);border-top:1px solid rgba(196,154,69,.2);border-bottom:1px solid rgba(196,154,69,.2);color:var(--off-white)}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.specs-grid{grid-template-columns:1fr;gap:2.5rem}}.spec-card{text-align:center;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.spec-val{font-size:clamp(2.8rem,5vw,4rem);font-family:var(--font-serif);font-weight:700;color:var(--gold-light);line-height:1}.spec-lbl{font-size:.8125rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-aged)}.spec-txt{font-size:.875rem;font-weight:300;color:#faf9f6b3;max-width:260px}.tasting-banner{position:relative;padding:7.5rem 1.5rem;text-align:center;overflow:hidden;background-color:var(--navy-deep)}.tasting-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tasting-banner-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.7)}.tasting-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#071a2ba6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tasting-banner-content{position:relative;z-index:10;max-width:750px;margin:0 auto}.tasting-steps-container{padding:5rem 0;background-color:var(--navy-deep);border-bottom:1px solid rgba(196,154,69,.2)}.tasting-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.tasting-steps-grid{grid-template-columns:1fr}}.tasting-step-card{background:#0b2340b3;padding:2.25rem;border-radius:1rem;border:1px solid rgba(196,154,69,.2);display:flex;flex-direction:column;gap:1rem;box-shadow:0 10px 25px #00000040;transition:transform .3s ease,border-color .3s ease}.tasting-step-card:hover{transform:translateY(-4px);border-color:var(--gold-light)}.tasting-step-header{display:flex;align-items:center;justify-content:space-between}.tasting-step-num{font-size:1.75rem;font-family:var(--font-serif);font-weight:700;color:var(--gold-light)}.tasting-step-icon{width:42px;height:42px;border-radius:50%;background:var(--navy-deep);color:var(--gold-aged);display:flex;align-items:center;justify-content:center}.history-section{padding:6rem 0;background-color:var(--navy-deep);color:var(--off-white)}.awards-section{padding:6rem 0;background-color:var(--brand-navy);border-top:1px solid rgba(196,154,69,.2);color:var(--off-white)}.awards-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:991px){.awards-grid{grid-template-columns:1fr;gap:3rem}}.award-badge-card{background:radial-gradient(circle at top left,#16365c,#071a2b);border:1px solid var(--gold-aged);border-radius:1rem;padding:1.75rem;box-shadow:0 12px 30px #00000059;display:flex;align-items:flex-start;gap:1.25rem}.award-badge-icon{font-size:2.25rem;background:#071a2bcc;border:1px solid rgba(196,154,69,.3);border-radius:.75rem;padding:.6rem .85rem}.testimonials-section{padding:6rem 0;background-color:var(--cream);color:var(--navy-deep);border-top:1px solid rgba(196,154,69,.2);border-bottom:1px solid rgba(196,154,69,.2)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:991px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:#fff;padding:2.25rem;border-radius:1.25rem;border:1px solid rgba(7,26,43,.08);box-shadow:0 10px 25px #071a2b0f;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #071a2b1f}.stars-row{display:flex;align-items:center;gap:.25rem;color:var(--gold-aged)}.testimonial-headline{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;color:var(--navy-deep);line-height:1.35}.testimonial-quote{font-size:.875rem;font-weight:300;color:#071a2bbf;line-height:1.6}.testimonial-author-box{padding-top:1rem;border-top:1px solid rgba(7,26,43,.08);display:flex;align-items:center;justify-content:space-between}.gallery-section{padding:6rem 0;background-color:var(--navy-deep);color:var(--off-white)}.gallery-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:768px){.gallery-grid-2x2{grid-template-columns:1fr;gap:1.5rem}}.gallery-card-square{border-radius:1.25rem;overflow:hidden;border:1px solid rgba(196,154,69,.25);box-shadow:0 20px 40px #0006;background:var(--navy-surface);transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease}.gallery-card-square:hover{transform:translateY(-6px);border-color:var(--gold-light);box-shadow:0 25px 50px #0000008c}.gallery-card-square .gallery-media-box{width:100%;aspect-ratio:1 / 1;position:relative;overflow:hidden}.gallery-card-square .gallery-media-box img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s cubic-bezier(.16,1,.3,1)}.gallery-card-square:hover .gallery-media-box img{transform:scale(1.04)}.gallery-overlay-caption{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 65%,rgba(7,26,43,.95) 100%);display:flex;align-items:flex-end;padding:1.75rem;pointer-events:none}.gallery-overlay-caption span{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;color:var(--gold-light);text-shadow:0 2px 8px rgba(0,0,0,.8)}.contact-section{padding:6.5rem 0;background-color:var(--brand-navy);border-top:1px solid rgba(196,154,69,.2);color:var(--off-white)}.contact-header{text-align:center;max-width:680px;margin:0 auto 4rem}.contact-header-subtitle{color:#faf9f6bf;font-size:1.05rem;font-weight:300;line-height:1.6}.contact-grid-harmonious{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;align-items:stretch}@media(max-width:991px){.contact-grid-harmonious{grid-template-columns:1fr;max-width:460px;margin:0 auto}}.contact-card-premium{background:var(--navy-deep);padding:2.75rem 2rem 2.25rem;border-radius:1.25rem;border:1px solid rgba(196,154,69,.25);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.75rem;box-shadow:0 15px 35px #00000040;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease;text-decoration:none;min-width:0}.contact-card-premium:hover{transform:translateY(-6px);border-color:var(--gold-light);box-shadow:0 25px 45px #00000073}.contact-card-icon-box{width:58px;height:58px;border-radius:50%;background:#0b2340e6;border:1.5px solid rgba(196,154,69,.4);color:var(--gold-light);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0003;transition:transform .3s ease,border-color .3s ease}.contact-card-premium:hover .contact-card-icon-box{transform:scale(1.08);border-color:var(--gold-aged)}.contact-card-info{display:flex;flex-direction:column;align-items:center;gap:.65rem;width:100%}.contact-card-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;color:var(--off-white);line-height:1.2}.contact-card-highlight{font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--gold-light);letter-spacing:.02em;word-break:break-all}.contact-card-desc{font-size:.8125rem;font-weight:300;color:#faf9f6b3;line-height:1.55;max-width:280px}.contact-card-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:9999px;background:#c49a451f;border:1px solid rgba(196,154,69,.35);color:var(--gold-light);font-size:.8125rem;font-weight:600;letter-spacing:.04em;margin-top:auto;transition:background .3s ease,color .3s ease,border-color .3s ease}.contact-card-premium:hover .contact-card-cta-btn{background:var(--gold-aged);border-color:var(--gold-aged);color:var(--navy-deep)}.final-cta-section{position:relative;padding:8rem 1.5rem;text-align:center;background-color:var(--navy-deep);border-top:1px solid rgba(196,154,69,.2);overflow:hidden}.final-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.final-cta-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.35)}.final-cta-content{position:relative;z-index:10;max-width:750px;margin:0 auto}.site-footer{padding:4.5rem 0 3rem;background-color:#050e17;color:#faf9f6b3;border-top:1px solid rgba(196,154,69,.2)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:991px){.footer-top{flex-direction:column;text-align:center}}.footer-logo{height:44px;width:auto;object-fit:contain}.footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-nav a{font-size:.8125rem;letter-spacing:.08em;color:#faf9f6b3;transition:color .3s ease}.footer-nav a:hover{color:var(--gold-light)}.footer-bottom{padding-top:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;font-size:.75rem}.footer-legal-notice,.footer-rights{text-align:center}.footer-credit{color:#faf9f6a6;font-size:.8125rem;margin-top:.25rem}.footer-credit-link{color:#38bdf8;font-weight:700;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease,opacity .2s ease}.footer-credit-link:hover,.footer-credit-link:focus-visible{color:#7dd3fc;opacity:.9}.wa-master-btn{position:fixed;bottom:max(2rem,env(safe-area-inset-bottom,2rem));right:max(2rem,env(safe-area-inset-right,2rem));z-index:9999;background:transparent;border:none;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;animation:wa-master-pulse 2.2s ease-in-out infinite;transition:transform .3s cubic-bezier(.16,1,.3,1),filter .3s ease;filter:drop-shadow(0 10px 25px rgba(0,0,0,.5))}.wa-master-svg{width:64px;height:64px;display:block;object-fit:contain}.wa-master-btn:hover{transform:scale(1.12);filter:drop-shadow(0 15px 30px rgba(31,175,56,.4));animation-play-state:paused}@keyframes wa-master-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@media(max-width:640px){.wa-master-btn{bottom:max(1.25rem,env(safe-area-inset-bottom,1.25rem));right:max(1.25rem,env(safe-area-inset-right,1.25rem))}.wa-master-svg{width:56px;height:56px}}
