/* ============================================================
   COCKTAIL CULTURE — Stylesheet
   Tokens:
   --navy:      #0A1832  (primary background)
   --navy-deep: #060F1E  (deepest background / footer)
   --panel:     #10233F  (card / panel background)
   --panel-2:   #16294A  (hover / raised panel)
   --gold-a:    #D4AF6E  (gold gradient start)
   --gold-b:    #C9A15A  (gold gradient end)
   --cream:     #F3EFE4  (primary text on dark)
   --muted:     #9FB0C7  (secondary text on dark)
   --line:      rgba(201,161,90,0.28) (hairline dividers)
   Fonts: 'Playfair Display' (display), 'Manrope' (body/UI)
   ============================================================ */

:root{
  --navy:#0A1832;
  --navy-deep:#060F1E;
  --panel:#10233F;
  --panel-2:#16294A;
  --gold-a:#D4AF6E;
  --gold-b:#C9A15A;
  --cream:#F3EFE4;
  --muted:#9FB0C7;
  --line:rgba(201,161,90,0.28);
  --gold-grad: linear-gradient(135deg, var(--gold-a), var(--gold-b));
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--navy);
  color:var(--cream);
  font-family:'Manrope', system-ui, sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; }

h1,h2,h3,.display{
  font-family:'Playfair Display', Georgia, serif;
  font-weight:700;
  letter-spacing:-0.01em;
  margin:0;
}

.eyebrow{
  font-family:'Manrope', sans-serif;
  font-size:0.72rem;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--gold-b);
  font-weight:700;
}

.container{
  max-width:1180px;
  margin:0 auto;
  padding:0 6vw;
}

@media (min-width:900px){
  .container{ padding:0 4rem; }
}

/* focus visibility */
a:focus-visible, button:focus-visible{
  outline:2px solid var(--gold-a);
  outline-offset:3px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- Header ---------- */
.site-header{
  position:fixed;
  top:0; left:0; right:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:1.1rem 6vw;
  background:rgba(6,15,30,0.0);
  transition:background 0.4s ease, box-shadow 0.4s ease, padding 0.3s ease;
}
.site-header.scrolled{
  background:rgba(6,15,30,0.88);
  backdrop-filter:blur(10px);
  box-shadow:0 1px 0 var(--line);
  padding:0.75rem 6vw;
}
@media (min-width:900px){
  .site-header{ padding:1.4rem 4rem; }
  .site-header.scrolled{ padding:0.85rem 4rem; }
}
@media (max-width:480px){
  .site-header{ padding:0.9rem 5vw; gap:0.6rem; }
  .brand img{ height:26px; }
  .brand span{ font-size:0.82rem; letter-spacing:0.03em; }
  .site-header .btn-gold{ padding:0.6rem 1rem; font-size:0.76rem; }
}
.brand{
  display:flex;
  align-items:center;
  gap:0.6rem;
  text-decoration:none;
}
.brand img{ height:34px; width:auto; }
.brand span{
  font-family:'Playfair Display', serif;
  font-size:1.05rem;
  letter-spacing:0.06em;
  text-transform:uppercase;
}
.main-nav{ display:none; gap:2.2rem; list-style:none; margin:0; padding:0; }
.main-nav a{
  text-decoration:none;
  font-size:0.86rem;
  letter-spacing:0.03em;
  color:var(--muted);
  transition:color 0.2s ease;
}
.main-nav a:hover{ color:var(--cream); }
@media (min-width:800px){ .main-nav{ display:flex; } }

.btn{
  display:inline-flex;
  align-items:center;
  gap:0.5rem;
  padding:0.8rem 1.5rem;
  border-radius:999px;
  font-size:0.85rem;
  font-weight:700;
  letter-spacing:0.02em;
  text-decoration:none;
  border:1px solid var(--line);
  color:var(--cream);
  transition:border-color 0.25s ease, transform 0.25s ease;
}
.btn-gold{
  background:var(--gold-grad);
  color:#1a1206;
  border:none;
}
.btn:hover{ transform:translateY(-2px); }
.btn-gold:hover{ box-shadow:0 10px 24px -8px rgba(201,161,90,0.55); }

/* ---------- Hero ---------- */
.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  padding:8rem 6vw 5rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,161,90,0.12), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.hero-glow{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 30%, rgba(212,175,110,0.10), transparent 55%);
  pointer-events:none;
}
.hero-content{ position:relative; z-index:2; max-width:760px; }
.hero-logo{
  width:180px;
  height:auto;
  margin:0 auto 2.2rem;
  opacity:0;
  animation:riseIn 1s ease 0.1s forwards;
}
.hero h1{
  font-size:clamp(2.4rem, 6vw, 4.4rem);
  line-height:1.05;
  opacity:0;
  animation:riseIn 1s ease 0.3s forwards;
}
.hero h1 em, .hero h1 .accent{
  font-style:italic;
  background:var(--gold-grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:var(--gold-b);
  -webkit-text-fill-color:transparent;
}
.hero p{
  margin:1.5rem auto 0;
  max-width:480px;
  color:var(--muted);
  font-size:1.05rem;
  opacity:0;
  animation:riseIn 1s ease 0.5s forwards;
}
.hero-actions{
  margin-top:2.4rem;
  display:flex;
  gap:1rem;
  justify-content:center;
  flex-wrap:wrap;
  opacity:0;
  animation:riseIn 1s ease 0.7s forwards;
}
@keyframes riseIn{
  from{ opacity:0; transform:translateY(16px); }
  to{ opacity:1; transform:translateY(0); }
}

.scroll-cue{
  position:absolute;
  bottom:2.2rem; left:50%;
  transform:translateX(-50%);
  width:1px; height:40px;
  background:linear-gradient(180deg, var(--gold-b), transparent);
  opacity:0.6;
}

/* ---------- Pour divider (signature element) ---------- */
.pour-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  padding:3.5rem 0;
}
.pour-divider .line{
  height:1px;
  width:min(120px, 20vw);
  background:var(--line);
}
.pour-divider svg{ width:22px; height:22px; flex-shrink:0; }
.pour-divider .glass-fill{
  fill:var(--panel-2);
  transition:fill 1.1s ease 0.15s;
}
.pour-divider.filled .glass-fill{ fill:url(#gold-fill); }

/* ---------- Storytelling ---------- */
.story{
  padding:6rem 0;
  overflow:hidden;
}
.story-row{
  display:grid;
  grid-template-columns:1fr;
  gap:2.5rem;
  align-items:center;
}
@media (min-width:860px){
  .story-row{ grid-template-columns:1fr 1fr; gap:4.5rem; }
  .story-row.reverse .story-media{ order:2; }
  .story-row.reverse .story-text{ order:1; }
}
.story-media{
  position:relative;
  border-radius:6px;
  overflow:hidden;
  aspect-ratio:4/5;
  box-shadow:0 30px 60px -20px rgba(0,0,0,0.55);
}
.story-media img{
  width:100%; height:100%; object-fit:cover;
  filter:saturate(1.05);
}
.story-media::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 55%, rgba(6,15,30,0.55));
  pointer-events:none;
}
.story-text h2{
  font-size:clamp(1.7rem, 3vw, 2.3rem);
  margin:0.6rem 0 1.1rem;
  line-height:1.15;
}
.story-text p{
  color:var(--muted);
  font-size:1.02rem;
  max-width:44ch;
}
.story-text p + p{ margin-top:1rem; }

/* reveal-on-scroll */
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity 0.8s ease, transform 0.8s ease;
}
.reveal.in-view{ opacity:1; transform:translateY(0); }

/* ---------- Cocktail grid ---------- */
.section-head{
  text-align:center;
  max-width:620px;
  margin:0 auto 3.5rem;
}
.section-head h2{
  font-size:clamp(1.9rem, 4vw, 2.6rem);
  margin-top:0.6rem;
}
.section-head p{ color:var(--muted); margin-top:1rem; }

.cocktails{
  padding:6rem 0 5rem;
}
.cocktail-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:1.6rem;
}
.cocktail-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:transform 0.35s ease, border-color 0.35s ease;
}
.cocktail-card:hover{ transform:translateY(-6px); border-color:rgba(201,161,90,0.55); }
.cocktail-photo{
  aspect-ratio:4/5;
  position:relative;
  background:var(--panel-2);
}
.cocktail-photo img{ width:100%; height:100%; object-fit:cover; }
.cocktail-photo.placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(160deg, rgba(212,175,110,0.16), transparent 60%),
    var(--panel-2);
}
.cocktail-photo.placeholder span{
  font-family:'Playfair Display', serif;
  font-style:italic;
  font-size:0.85rem;
  color:var(--muted);
  border:1px dashed var(--line);
  padding:0.5rem 0.9rem;
  border-radius:999px;
}
.cocktail-body{ padding:1.4rem 1.4rem 1.6rem; }
.cocktail-body h3{ font-size:1.25rem; }
.cocktail-keywords{
  margin:0.7rem 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:0.4rem;
}
.cocktail-keywords li{
  font-size:0.72rem;
  letter-spacing:0.04em;
  color:var(--gold-a);
  border:1px solid var(--line);
  padding:0.28rem 0.65rem;
  border-radius:999px;
}

/* ---------- Formats ---------- */
.formats{
  padding:5rem 0 6rem;
}
.format-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.6rem;
}
@media (min-width:760px){ .format-grid{ grid-template-columns:1fr 1fr; } }
.format-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:10px;
  padding:2.2rem;
}
.format-card .num{
  font-family:'Playfair Display', serif;
  font-style:italic;
  color:var(--gold-a);
  font-size:1.6rem;
}
.format-card h3{ margin-top:0.6rem; font-size:1.3rem; }
.format-card p{ color:var(--muted); margin-top:0.6rem; }

/* ---------- Contact ---------- */
.contact{
  padding:5rem 0 7rem;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1.6rem;
  max-width:820px;
  margin:0 auto;
}
@media (min-width:700px){ .contact-grid{ grid-template-columns:1fr 1fr; } }
.contact-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:10px;
  padding:2.2rem;
  text-align:center;
}
.contact-card .avatar{
  width:64px; height:64px;
  margin:0 auto 1.1rem;
  border-radius:50%;
  background:var(--gold-grad);
  display:flex; align-items:center; justify-content:center;
  font-family:'Playfair Display', serif;
  font-size:1.4rem;
  color:#1a1206;
  font-weight:600;
}
.contact-card h3{ font-size:1.2rem; }
.contact-card .role{ color:var(--gold-b); font-size:0.8rem; letter-spacing:0.05em; margin-top:0.2rem; }
.contact-card .details{ margin-top:1.1rem; color:var(--muted); font-size:0.92rem; }
.contact-card .details a{ color:var(--cream); text-decoration:none; border-bottom:1px solid var(--line); }
.contact-card .details a:hover{ border-color:var(--gold-a); }
.placeholder-note{
  font-size:0.7rem;
  color:#6a7c94;
  margin-top:0.4rem;
  font-style:italic;
}

/* ---------- Footer ---------- */
footer{
  background:var(--navy-deep);
  padding:3rem 0 2.2rem;
  border-top:1px solid var(--line);
}
.footer-row{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1rem;
  text-align:center;
}
@media (min-width:700px){
  .footer-row{ flex-direction:row; justify-content:space-between; text-align:left; }
}
footer .brand span{ font-size:0.95rem; }
footer .fine{ color:#5d6f88; font-size:0.8rem; }
