/* The Cocktail Company — Premium Minimal (Version 2)
   Palette: charcoal/black + gold + white
   Type: Cormorant Garamond (display) + Manrope (text)
*/
:root{
  --bg:#0b0d0f;
  --bg2:#0f1215;
  --text:#f2f4f6;
  --muted:rgba(242,244,246,.72);
  --line:rgba(242,244,246,.10);
  --gold:#d7b84a;
  --gold2:#f0d36a;
  --shadow: 0 18px 55px rgba(0,0,0,.55);
  --r:18px;
  --r2:26px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 420px at 18% 0%, rgba(215,184,74,.14), transparent 62%),
    radial-gradient(900px 420px at 86% 10%, rgba(240,211,106,.10), transparent 60%),
    var(--bg);
}

a{color:inherit;text-decoration:none;}
.container{width:min(1080px, calc(100% - 44px)); margin:0 auto;}

.header{
  position:sticky; top:0; z-index:50;
  background: rgba(11,13,15,.70);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px;}
.brand__logo{
  width:44px; height:44px; border-radius:999px;
  box-shadow: 0 0 0 1px rgba(215,184,74,.26);
}
.brand__name{
  display:none;
  font-family: "Cormorant Garamond", serif;
  font-weight:700;
  letter-spacing:.3px;
  font-size:18px;
}
@media (min-width: 900px){ .brand__name{display:block;} }

.nav{display:none; gap:16px; align-items:center;}
.nav__link{
  color:var(--muted);
  font-weight:600; font-size:13.5px;
  padding:10px 10px; border-radius:12px;
}
.nav__link:hover{color:var(--text); background: rgba(255,255,255,.04);}
@media (min-width: 900px){ .nav{display:flex;} }

.header__cta{display:flex; align-items:center; gap:10px;}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius:999px;
  padding:12px 14px;
  font-weight:700; font-size:14px; line-height:1;
  border:1px solid var(--line);
  transition: transform .08s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease, color .15s ease;
}
.btn:active{transform: translateY(1px);}
.btn__logo{width:22px; height:22px; border-radius:999px;}

.btn--gold{
  background: linear-gradient(180deg, rgba(240,211,106,.96), rgba(215,184,74,.92));
  color:#111316;
  border-color: rgba(240,211,106,.55);
  box-shadow: 0 16px 40px rgba(215,184,74,.18);
}
.btn--gold:hover{
  border-color: rgba(240,211,106,.85);
  box-shadow: 0 18px 45px rgba(215,184,74,.26);
}
.btn--ghost{
  background: rgba(255,255,255,.03);
  color: var(--text);
}
.btn--ghost:hover{background: rgba(255,255,255,.06); color: var(--gold2);}

.btn--xl{padding:15px 18px; font-size:15px;}
.btn--full{width:100%;}

/* Icon-only button */
.btn--icon{
  width:44px;
  height:44px;
  padding:0;
}
.btn--icon:hover{
  color: var(--gold2);
}

.burger{
  display:inline-flex; flex-direction:column; justify-content:center; gap:5px;
  width:44px; height:44px; border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  cursor:pointer;
}
.burger span{width:20px; height:2px; margin:0 auto; background:var(--text); opacity:.85; border-radius:999px;}
@media (min-width: 900px){ .burger{display:none;} }

.mobile{
  background: rgba(11,13,15,.92);
  border-top:1px solid var(--line);
}
.mobile__inner{padding:14px 0 18px; display:flex; flex-direction:column; gap:10px;}
.mobile__link{
  padding:12px 12px;
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  font-weight:700;
}

.hero{
  padding: 70px 0 38px;
}
.hero__inner{
  max-width: 860px;
}
.eyebrow{
  color: rgba(240,211,106,.92);
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
  margin:0 0 14px;
}
.hero__title{
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  font-size: clamp(44px, 5vw, 66px);
  line-height: .98;
  margin:0 0 14px;
}
.hero__subtitle{
  margin:0 0 22px;
  color:var(--muted);
  font-size: 16.5px;
  line-height: 1.75;
  max-width: 60ch;
}
.hero__actions{display:flex; flex-wrap:wrap; gap:10px; align-items:center;}

.microproof{
  margin-top: 18px;
  display:flex; align-items:center; gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(240,211,106,.18);
  background: rgba(240,211,106,.06);
  color: rgba(240,211,106,.96);
  font-weight: 700;
  width: fit-content;
}
.microproof__dot{
  width:8px; height:8px; border-radius:999px;
  background: rgba(240,211,106,.96);
  box-shadow: 0 0 0 6px rgba(240,211,106,.10);
}

.section{padding: 64px 0;}
.section--alt{
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.02), transparent);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section__head{display:flex; flex-direction:column; gap:8px; margin-bottom: 18px;}
.section__title{
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  font-size: 38px;
  margin:0;
  letter-spacing:.2px;
}
.section__subtitle{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}

.pillars{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px){ .pillars{ grid-template-columns: repeat(3, 1fr);} }
.pillar{
  border:1px solid rgba(242,244,246,.10);
  background: rgba(255,255,255,.02);
  border-radius: var(--r2);
  padding: 18px 18px;
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
}
.pillar__title{
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing:.02em;
}
.pillar__text{
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.cards{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 900px){ .cards{ grid-template-columns: repeat(4, 1fr);} }
.card{
  border:1px solid rgba(242,244,246,.10);
  background: rgba(255,255,255,.02);
  border-radius: var(--r);
  padding: 16px 16px;
  color: rgba(242,244,246,.88);
  line-height: 1.5;
  box-shadow: 0 10px 24px rgba(0,0,0,.26);
}

.methodline{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  align-items:center;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid rgba(240,211,106,.18);
  background: rgba(0,0,0,.18);
  width: fit-content;
}
.methodline span{
  font-weight: 700;
  color: rgba(242,244,246,.92);
}
.methodline__sep{
  color: rgba(240,211,106,.95);
  font-weight: 900;
}
.methodnote{
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.cta{
  padding: 60px 0;
  background:
    radial-gradient(900px 420px at 18% 0%, rgba(240,211,106,.16), transparent 62%),
    radial-gradient(900px 420px at 86% 10%, rgba(215,184,74,.14), transparent 60%),
    var(--bg2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta__inner{
  display:flex; flex-direction:column; gap:16px;
  align-items:flex-start; justify-content:space-between;
}
@media (min-width: 900px){
  .cta__inner{ flex-direction:row; align-items:center; }
}
.cta__title{
  font-family:"Cormorant Garamond", serif;
  font-weight:700;
  font-size: 40px;
  margin:0 0 6px;
}
.cta__text{
  margin:0;
  color: var(--muted);
  line-height:1.7;
}

.contact{display:flex; flex-direction:column; gap: 18px;}
.contact__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 900px){ .contact__grid{ grid-template-columns: repeat(3, 1fr); } }
.contact__item{
  border:1px solid rgba(242,244,246,.10);
  background: rgba(255,255,255,.02);
  border-radius: var(--r2);
  padding: 18px 18px;
  transition: transform .08s ease, border-color .15s ease, background .15s ease;
}
.contact__item:hover{
  transform: translateY(-1px);
  border-color: rgba(240,211,106,.22);
  background: rgba(240,211,106,.04);
}
.contact__k{ color: rgba(240,211,106,.95); font-weight: 800; letter-spacing:.02em; }
.contact__v{ margin-top: 8px; font-weight: 800; }
.contact__s{ margin-top: 6px; color: var(--muted); }

.contact__hint{
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}
.contact__hintTitle{
  color: rgba(240,211,106,.92);
  font-weight: 800;
}

.footer{ padding: 26px 0; }
.footer__inner{
  display:flex; flex-direction:column; gap: 12px;
  align-items:flex-start; justify-content:space-between;
}
@media (min-width: 900px){ .footer__inner{ flex-direction:row; align-items:center; } }
.footer__brand{ display:flex; align-items:center; gap:12px; }
.footer__logo{
  width:40px; height:40px; border-radius:999px;
  box-shadow: 0 0 0 1px rgba(215,184,74,.26);
}
.footer__name{ font-weight:800; }
.footer__small{ color: var(--muted); font-size: 13px; margin-top: 2px; }
.footer__links{
  display:flex; flex-wrap:wrap; gap: 14px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}
.footer__links a:hover{ color: var(--text); }
