@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";:root{--bg:#0d3138;--bg-dark:#071f24;--accent:#e7edf2;--text:#f1f6f8;--muted:#afc2cb;--card:#ffffff0d;--border:#e7edf238;--shadow:0 28px 50px #020c0f6b}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 15% 12%, #174c57, var(--bg) 48%, var(--bg-dark));font-family:Inter,sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(1160px,92%);margin:0 auto}.section{padding:6rem 0}.cursor-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#e4eef51a,#0000 70%);border-radius:50%;width:240px;height:240px;transition:transform .15s linear;position:fixed}#header{z-index:20;padding:1.25rem 0;transition:all .28s;position:fixed;inset:0 0 auto}#header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#06242ad6;border-bottom:1px solid #ffffff1f}.nav-wrap{justify-content:space-between;align-items:center;display:flex}.brand{letter-spacing:.14em;color:var(--accent);align-items:center;gap:.7rem;font-weight:700;display:flex}.brand img{border-radius:50%;width:44px;height:44px}.nav-links{gap:2rem;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.78rem;transition:color .24s}.nav-links a:hover{color:var(--accent)}.menu-toggle{background:0 0;border:0;flex-direction:column;gap:5px;display:none}.menu-toggle span{background:var(--accent);width:24px;height:2px;transition:all .28s;display:block}.menu-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{align-items:center;min-height:100vh;padding-top:6rem;display:flex;position:relative}.hero-orb{filter:blur(10px);border-radius:50%;position:absolute}.orb-one{background:#bcd5df26;width:400px;height:400px;top:12%;right:8%}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:3.5rem;display:grid}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.2em;opacity:.9;margin-bottom:1rem;font-size:.68rem}h1,h2,h3{font-family:Playfair Display,serif}h1{max-width:10ch;font-size:clamp(2.5rem,5.8vw,5rem);line-height:1.03}.hero-text{color:var(--muted);max-width:54ch;margin-top:1.4rem;font-size:1.02rem;line-height:1.85}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2.2rem;display:flex}.btn{border:1px solid var(--accent);letter-spacing:.03em;cursor:pointer;border-radius:999px;padding:.82rem 1.35rem;font-weight:500;transition:all .25s}.btn-primary{background:var(--accent);color:#123844}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #e7edf229}.btn-secondary{color:var(--accent);background:0 0}.btn-secondary:hover{background:#e7edf21f}.bottle-card,.collection-card,.story-panel{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow)}.bottle-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;max-width:460px;margin-left:auto;padding:0}.bottle-card img{object-fit:cover;object-position:center;border-radius:14px;width:100%;height:300px;margin-bottom:1.2rem}.bottle-card p{color:var(--muted);margin:.65rem 0 1rem;line-height:1.7}.card-overline{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);opacity:.86;font-size:.68rem}.chip{border:1px solid var(--accent);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;background:#e7edf21a;border-radius:999px;padding:.4rem .8rem;font-size:.74rem}.section-head{text-align:center;margin-bottom:2.8rem}.section-head h2{max-width:16ch;margin-inline:auto;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15}.section-head p{color:var(--muted);margin-top:.7rem}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.collection-card{border-radius:16px;min-height:225px;padding:1.5rem}.collection-card p{color:var(--muted);margin:.7rem 0 1.1rem;line-height:1.8}.collection-card span{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:.74rem}.story{background:#071f2580}.story-grid{grid-template-columns:1fr;align-items:start;gap:2.8rem;display:grid}.story-grid p{color:var(--muted);margin-top:1.1rem;line-height:1.85}.story-panel{border-radius:16px;padding:1.6rem}.story-panel li{color:var(--muted);margin-bottom:.85rem;line-height:1.7}label{gap:.5rem;font-size:.9rem;display:grid}input{color:var(--text);background:#05232180;border:1px solid #fff3;border-radius:10px;padding:.7rem}.testimonials{background:#071a1f94}.testimonial-slider{place-items:center;min-height:110px;display:grid}.testimonial-slider blockquote{text-align:center;max-width:700px;color:var(--muted);font-size:1.16rem;line-height:1.8;display:none}.testimonial-slider .active{display:block}.contact-section{background:#061b20b3}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:1.2rem;display:grid}.map-wrap{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;min-height:420px;overflow:hidden}.map-wrap iframe{border:0;width:100%;min-height:420px;display:block}.contact-cards{align-content:start;gap:.9rem;display:grid}.contact-cards h2{margin-bottom:.2rem;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.2}.info-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.1rem}.info-card h3{margin-bottom:.55rem}.info-card p{color:var(--muted);line-height:1.7}.contact-cta{text-align:center;width:100%;margin-top:.2rem}.icon-link{border:1px solid var(--border);background:#e7edf214;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.icon-link svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8px}footer{border-top:1px solid #ffffff29;padding:3.2rem 0 1.5rem}.footer-grid{grid-template-columns:1.2fr .9fr .9fr;align-items:start;gap:2rem;display:grid}.footer-grid p{color:var(--muted)}.footer-brand-block p{max-width:280px;line-height:1.7}.footer-logo-img{border-radius:50%;width:44px;height:44px;margin-bottom:.9rem}.footer-quick-links{gap:.6rem;display:grid}.footer-quick-links h3,.footer-links h3{margin-bottom:.4rem}.footer-quick-links a{color:var(--muted);font-size:.95rem}.footer-quick-links a:hover{color:var(--accent)}.footer-links{justify-content:start;gap:.6rem;display:grid}.social-icons{gap:.7rem;display:flex}.social-icons a{border:1px solid var(--border);background:#e7edf214;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.social-icons a svg{width:17px;height:17px;stroke:var(--accent);fill:none;stroke-width:1.8px}#footer h3{margin-bottom:.4rem}.copyright{text-align:center;color:#9fb8c1;margin-top:1rem;font-size:.85rem}@media (width<=900px){.hero-grid,.story-grid,.collection-grid,.footer-grid,.contact-grid{grid-template-columns:1fr}.hero{padding:7rem 0 4rem}.bottle-card{margin-left:0}.footer-links{justify-content:flex-start}.map-wrap,.map-wrap iframe{min-height:300px}.contact-cards h2{max-width:18ch}.nav-links{background:#051e24f2;border-bottom:1px solid #ffffff26;flex-direction:column;padding:1rem 4%;transition:all .24s;position:fixed;inset:74px 0 auto;transform:translateY(-180%)}.nav-links.active{transform:translateY(0)}.menu-toggle{display:flex}.cursor-glow{display:none}}
