/*
Theme Name: Citi Lyfe Spirit Brands
Theme URI: https://citilyfespirits.com
Author: Buzz Ur Brand
Author URI: https://buzzurbrand.com
Description: Custom landing page theme for Citi Lyfe Spirit Brands — a portfolio of premium alcohol brands (Vantage Vodka, Reign Whiskey, Ascend Cognac, Solé Rum, Nocturne Gin). One Vision. One Standard. Endless Possibilities.
Version: 1.0
Requires PHP: 7.4
Text Domain: citilyfe-spirit-brands
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --gold: #c9a24d;
  --gold-light: #e6c976;
  --black: #0a0a0a;
  --charcoal: #141414;
  --off-white: #f2ede4;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--off-white);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, .display { font-family: 'Cormorant Garamond', serif; }

a { color: var(--gold); text-decoration: none; }

img { max-width: 100%; display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
}

/* AGE GATE */
#age-gate {
  position: fixed; inset: 0; z-index: 999;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 24px;
}
#age-gate.hidden { display: none; }
#age-gate .gate-box { max-width: 420px; }
#age-gate img { max-width: 160px; margin: 0 auto 28px; }
#age-gate h2 { font-size: 26px; color: var(--off-white); margin-bottom: 14px; }
#age-gate p { color: rgba(242,237,228,0.7); font-size: 14px; margin-bottom: 30px; line-height: 1.6; }
.gate-buttons { display: flex; gap: 16px; justify-content: center; }

/* NAV */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,162,77,0.25);
}
nav.site-nav .container {
  display: flex; align-items: center; justify-content: space-between; height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 44px; width: auto; }
.brand-text { font-family: 'Cormorant Garamond', serif; font-size: 19px; letter-spacing: 2px; color: var(--off-white); }
.brand-text span { color: var(--gold); }
.nav-links { display: flex; gap: 36px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.nav-links a { color: var(--off-white); opacity: 0.85; transition: all 0.25s; }
.nav-links a:hover { color: var(--gold); opacity: 1; }

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: radial-gradient(ellipse at center, #1a1408 0%, var(--black) 70%);
  padding: 140px 24px 100px;
}
.hero-content { position: relative; z-index: 2; max-width: 720px; }
.hero .logo-mark { max-width: 220px; margin: 0 auto 30px; }
.eyebrow { font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.hero h1 { font-size: clamp(40px, 7vw, 78px); font-weight: 600; line-height: 1.05; color: var(--off-white); margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 17px; line-height: 1.7; color: rgba(242,237,228,0.75); margin-bottom: 36px; }
.btn {
  display: inline-block; padding: 15px 38px; border: 1px solid var(--gold);
  color: var(--gold); font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  transition: all 0.3s; cursor: pointer; background: transparent;
}
.btn:hover { background: var(--gold); color: var(--black); }
.btn.filled { background: var(--gold); color: var(--black); }
.btn.filled:hover { background: var(--gold-light); border-color: var(--gold-light); }

/* SECTIONS */
.section { padding: 110px 0; }
.section.tight { padding: 80px 0; }
.section-head { text-align: center; margin-bottom: 60px; }
.section-head .eyebrow { text-align: center; }
.section-head h2 { font-size: clamp(32px, 5vw, 48px); font-weight: 600; color: var(--off-white); }
.divider { width: 60px; height: 1px; background: var(--gold); margin: 22px auto 0; }
.tagline-band {
  text-align: center; padding: 24px 0;
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold-light);
  border-top: 1px solid rgba(201,162,77,0.2);
  border-bottom: 1px solid rgba(201,162,77,0.2);
}

/* BRAND PORTFOLIO */
.brands-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  border-top: 1px solid rgba(201,162,77,0.2);
}
.brand-card {
  text-align: center; padding: 40px 20px;
  border-right: 1px solid rgba(201,162,77,0.2);
  transition: background 0.3s;
}
.brand-card:last-child { border-right: none; }
.brand-card:hover { background: var(--charcoal); }
.brand-card .initial {
  width: 64px; height: 64px; margin: 0 auto 20px;
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--gold);
}
.brand-card h3 { font-size: 19px; color: var(--off-white); margin-bottom: 6px; }
.brand-card .cat { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }

/* ABOUT */
.about-copy { max-width: 720px; margin: 0 auto; text-align: center; }
.about-copy p { font-size: 16px; line-height: 1.85; color: rgba(242,237,228,0.82); margin-bottom: 20px; }

/* EMAIL CAPTURE */
.capture-band {
  background: var(--charcoal);
  border-top: 1px solid rgba(201,162,77,0.2);
  border-bottom: 1px solid rgba(201,162,77,0.2);
  padding: 90px 0;
  text-align: center;
}
.capture-band h2 { font-size: clamp(28px, 4vw, 40px); color: var(--off-white); margin-bottom: 16px; }
.capture-band p { color: rgba(242,237,228,0.7); font-size: 15px; margin-bottom: 34px; }
#clsb-signup-form {
  display: flex; gap: 12px; max-width: 460px; margin: 0 auto;
  flex-wrap: wrap; justify-content: center;
}
#clsb-signup-form input[type="email"] {
  flex: 1; min-width: 240px;
  background: transparent; border: 1px solid rgba(201,162,77,0.4);
  color: var(--off-white); font-family: 'Jost', sans-serif; font-size: 15px;
  padding: 15px 18px; outline: none;
}
#clsb-signup-form input[type="email"]::placeholder { color: rgba(242,237,228,0.4); }
#clsb-signup-form input[type="email"]:focus { border-color: var(--gold); }
#clsb-signup-form button { border: none; }
.form-msg { margin-top: 18px; font-size: 13px; letter-spacing: 1px; min-height: 18px; }
.form-msg.success { color: var(--gold-light); }
.form-msg.error { color: #d97b7b; }

/* FOOTER */
footer.site-footer { padding: 50px 0; text-align: center; }
footer .brand { justify-content: center; margin-bottom: 16px; }
footer .fine { font-size: 12px; color: rgba(242,237,228,0.4); letter-spacing: 1px; line-height: 1.8; }
footer .fine a { color: rgba(242,237,228,0.55); text-decoration: underline; }

@media (max-width: 860px) {
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-card { border-bottom: 1px solid rgba(201,162,77,0.2); }
  .nav-links { display: none; }
  #clsb-signup-form { flex-direction: column; }
}
