/* =====================================================================
   CIGAR EVENTS — Cigar Bar mobil pentru evenimente
   Design system: speakeasy 1920 × Cuban luxury
   ===================================================================== */

:root {
  /* Palette */
  --bg-0: #0a0a0a;          /* negru profund */
  --bg-1: #111110;          /* negru cald */
  --bg-2: #181410;          /* maro-negru pentru secțiuni */
  --card: #1c160f;          /* card de bază */
  --card-2: #241a0e;        /* card highlight (#2A1A0A vibe) */
  --line: rgba(201,168,76,0.16); /* separatoare aurii subtile */
  --line-soft: rgba(245,240,232,0.07);

  --gold: #C9A84C;          /* auriu cognac */
  --gold-bright: #D4A843;
  --gold-deep: #9c7e34;
  --mahog: #8B4513;         /* mahon */
  --mahog-deep: #6B3A2A;    /* trabuc */

  --tx-0: #F5F0E8;          /* alb cald */
  --tx-1: #cdbfa6;          /* bej deschis */
  --tx-2: #A89070;          /* bej vintage */
  --tx-3: #7a6a52;          /* bej șters */

  /* Type */
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --quote: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Rhythm */
  --maxw: 1200px;
  --gut: clamp(20px, 5vw, 64px);
  --sec-y: clamp(64px, 11vw, 140px);
  --shadow: 0 26px 60px -28px rgba(0,0,0,0.85);
  --shadow-gold: 0 18px 50px -20px rgba(201,168,76,0.28);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg-0);
  color: var(--tx-1);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: var(--gold); color: #1a1206; }

/* Ambient grain + warm vignette applied to the whole page */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(139,69,19,0.10), transparent 55%),
    radial-gradient(100% 70% at 50% 120%, rgba(201,168,76,0.06), transparent 60%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); position: relative; z-index: 2; }
section { position: relative; z-index: 2; }
.section-pad { padding-block: var(--sec-y); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}

h1, h2, h3, h4 { font-family: var(--serif); color: var(--tx-0); font-weight: 600; line-height: 1.1; letter-spacing: -0.01em; }
.h-sec { font-size: clamp(30px, 5vw, 52px); }
.lead { font-size: clamp(17px, 2vw, 20px); color: var(--tx-2); max-width: 60ch; }
.sec-head { margin-bottom: clamp(40px, 6vw, 64px); }
.sec-head.center { text-align: center; }
.sec-head.center .lead { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 16px 30px;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s, color .35s, border-color .35s;
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  color: #1a1206;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 24px 56px -18px rgba(201,168,76,0.5); }
.btn-ghost {
  border: 1px solid rgba(201,168,76,0.5);
  color: var(--tx-0);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.btn-block { width: 100%; }

/* ---------- Placeholder imagery ---------- */
.ph {
  position: relative;
  background-color: #15110b;
  background-image:
    repeating-linear-gradient(135deg, rgba(201,168,76,0.05) 0 2px, transparent 2px 11px);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: var(--tx-3);
}
.ph::after {
  content: attr(data-label);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tx-3);
  padding: 10px 16px;
  max-width: 80%;
}
.ph .ph-ico {
  position: absolute;
  font-size: 26px;
  opacity: 0.25;
  top: 50%; left: 50%;
  transform: translate(-50%, -150%);
  color: var(--gold);
}

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .4s, border-color .4s, padding .4s, backdrop-filter .4s;
  padding: 22px 0;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10,10,10,0.86);
  backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid var(--line-soft);
  padding: 14px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 40px; height: 40px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  flex: none;
}
.brand-txt { line-height: 1.05; }
.brand-txt b { font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--tx-0); letter-spacing: 0.02em; display: block; }
.brand-txt span { font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--tx-2); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx-1);
  font-weight: 600; transition: color .25s; position: relative;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--gold); transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: 12px 22px; flex: none; }
.nav-tel { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; color: var(--tx-0); display: flex; align-items: center; gap: 8px; flex: none; white-space: nowrap; }
.nav-tel:hover { color: var(--gold); }

.burger { display: none; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 6px; }
.burger span { height: 1.5px; background: var(--tx-0); transition: transform .3s, opacity .3s; }
.burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(8,7,5,0.98);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  opacity: 0; pointer-events: none; transition: opacity .4s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a {
  font-family: var(--serif); font-size: 26px; color: var(--tx-0); padding: 10px;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .btn { margin-top: 22px; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: -12% 0 0 0;
  z-index: -2;
  background-color: #0c0a07;
  background-image:
    repeating-linear-gradient(120deg, rgba(201,168,76,0.05) 0 2px, transparent 2px 13px),
    radial-gradient(70% 60% at 70% 30%, rgba(139,69,19,0.30), transparent 60%),
    url("../assets/images/hero/lounge-sofa.webp");
  background-size: auto, auto, cover;
  background-position: center, center, right center;
  background-repeat: repeat, no-repeat, no-repeat;
  filter: brightness(0.82) saturate(1.04);
  will-change: transform;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(8,7,5,0.96) 0%, rgba(8,7,5,0.78) 42%, rgba(8,7,5,0.42) 100%),
    linear-gradient(180deg, rgba(8,7,5,0.55) 0%, transparent 30%, rgba(8,7,5,0.85) 100%);
}
.hero-inner { padding-block: 150px 90px; max-width: 760px; }
.hero h1 {
  font-size: clamp(40px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: clamp(17px, 2.1vw, 21px); color: var(--tx-1); max-width: 54ch; margin-bottom: 40px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 14px 34px; margin-top: 54px;
  padding-top: 30px; border-top: 1px solid var(--line-soft);
}
.hero-meta div { line-height: 1.2; }
.hero-meta b { font-family: var(--serif); font-size: 30px; color: var(--gold); display: block; }
.hero-meta span { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tx-2); }
.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--tx-2);
  display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 3;
}
.scroll-cue .line { width: 1px; height: 42px; background: linear-gradient(var(--gold), transparent); animation: cue 2.2s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0%,100% { transform: scaleY(0.4); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }

/* =====================================================================
   DESPRE
   ===================================================================== */
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.about-copy p { color: var(--tx-2); margin-bottom: 20px; }
.about-copy p strong { color: var(--tx-0); font-weight: 700; }
.quote-block {
  margin-top: 34px;
  padding: 26px 30px;
  border-left: 2px solid var(--gold);
  background: linear-gradient(90deg, rgba(201,168,76,0.06), transparent);
}
.quote-block q { font-family: var(--quote); font-size: clamp(22px, 3vw, 30px); font-style: italic; color: var(--tx-0); line-height: 1.35; quotes: "\201C" "\201D"; }
.quote-block cite { display: block; margin-top: 14px; font-style: normal; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.about-visual { position: relative; }
.about-visual .ph { aspect-ratio: 4/5; border-radius: 3px; }
.about-visual .ph.float {
  position: absolute; width: 52%; aspect-ratio: 1; right: -8%; bottom: -10%;
  border: 1px solid var(--gold); box-shadow: var(--shadow);
  background-color: #1a140c;
}
.about-visual .about-photo {
  display: block; width: 100%; height: auto; aspect-ratio: 4/5;
  object-fit: cover; border-radius: 3px;
  filter: brightness(0.94) saturate(1.02);
}
.about-visual .about-photo.float {
  position: absolute; width: 50%; height: auto; aspect-ratio: 16/9; right: -7%; bottom: -8%;
  object-fit: cover; border-radius: 3px;
  border: 1px solid var(--gold); box-shadow: var(--shadow);
}
.about-stamp {
  position: absolute; top: -22px; left: -22px;
  width: 108px; height: 108px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold);
  display: grid; place-items: center; text-align: center;
  font-family: var(--quote); font-style: italic; font-size: 15px; line-height: 1.2;
  background: var(--bg-0); transform: rotate(-9deg);
}

/* =====================================================================
   SERVICII
   ===================================================================== */
.serv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.serv-card {
  background: var(--bg-1);
  padding: 40px 34px;
  transition: background .4s, transform .4s;
  position: relative;
}
.serv-card:hover { background: var(--card); }
.serv-num { font-family: var(--quote); font-style: italic; font-size: 15px; color: var(--gold); opacity: 0.8; }
.serv-card h3 { font-size: 22px; margin: 16px 0 12px; }
.serv-card p { font-size: 15px; color: var(--tx-2); line-height: 1.62; }
.serv-card .ico {
  width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); font-size: 20px; margin-bottom: 4px;
}

/* =====================================================================
   EVENIMENTE
   ===================================================================== */
.events-section { background: var(--bg-2); }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card {
  position: relative; border-radius: 4px; overflow: hidden;
  min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid var(--line-soft);
  transition: transform .45s var(--ease), border-color .4s;
}
.event-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.event-card .ev-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .6s var(--ease); }
.event-card:hover .ev-img { transform: scale(1.05); }
.event-card .grad { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,7,5,0) 30%, rgba(8,7,5,0.92) 100%); }
.event-card .body { position: relative; padding: 28px; z-index: 2; }
.event-card .idx { font-family: var(--quote); font-style: italic; color: var(--gold); font-size: 14px; }
.event-card h3 { font-size: 26px; margin: 6px 0 8px; }
.event-card p { font-size: 14px; color: var(--tx-1); max-height: 0; opacity: 0; overflow: hidden; transition: max-height .5s var(--ease), opacity .4s, margin .4s; }
.event-card:hover p { max-height: 100px; opacity: 1; }
.event-card.tall { grid-row: span 2; }

/* =====================================================================
   PACHETE
   ===================================================================== */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pkg {
  background: var(--card); border: 1px solid var(--line-soft); border-radius: 5px;
  padding: 42px 34px; display: flex; flex-direction: column;
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.pkg:hover { transform: translateY(-6px); border-color: var(--line); }
.pkg.featured {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border-color: var(--gold); box-shadow: var(--shadow);
  position: relative;
}
.pkg.featured::before {
  content: "Cel mai ales"; position: absolute; top: 0; right: 26px; transform: translateY(-50%);
  background: var(--gold); color: #1a1206; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; padding: 6px 14px; border-radius: 2px;
}
.pkg-name { font-family: var(--serif); font-size: 26px; color: var(--tx-0); }
.pkg-tag { font-size: 13px; color: var(--tx-2); margin: 8px 0 24px; }
.pkg-price { font-family: var(--serif); font-size: 28px; color: var(--gold); padding-bottom: 24px; border-bottom: 1px solid var(--line-soft); margin-bottom: 24px; }
.pkg-price small { display: block; font-family: var(--sans); font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tx-3); margin-top: 4px; }
.pkg ul { display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; flex: 1; }
.pkg li { font-size: 14.5px; color: var(--tx-1); display: flex; gap: 12px; align-items: flex-start; }
.pkg li::before { content: "✦"; color: var(--gold); font-size: 12px; margin-top: 3px; flex: none; }
.pkg li.off { color: var(--tx-3); }
.pkg li.off::before { content: "·"; }

/* =====================================================================
   GALERIE
   ===================================================================== */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery .ph { border-radius: 3px; cursor: default; transition: filter .4s; }
.gallery .ph .g-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }
.gallery .ph:hover { filter: brightness(1.25); }
.gallery .w2 { grid-column: span 2; }
.gallery .h2 { grid-row: span 2; }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq-wrap { max-width: 880px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; text-align: left; padding: 26px 4px; }
.faq-q h3 { font-size: clamp(18px, 2.4vw, 22px); font-weight: 600; color: var(--tx-0); transition: color .3s; }
.faq-item.open .faq-q h3 { color: var(--gold); }
.faq-plus { flex: none; width: 26px; height: 26px; position: relative; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--gold); transition: transform .35s var(--ease); }
.faq-plus::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
.faq-plus::after { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .faq-plus::after { transform: translateX(-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-a p { color: var(--tx-2); font-size: 15.5px; padding: 0 4px 28px; max-width: 70ch; }

/* =====================================================================
   TESTIMONIALE
   ===================================================================== */
.testi-section { background: var(--bg-2); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi {
  background: var(--card); border: 1px solid var(--line-soft); border-radius: 5px;
  padding: 34px 30px; display: flex; flex-direction: column;
}
.testi .stars { color: var(--gold); letter-spacing: 4px; font-size: 13px; margin-bottom: 18px; }
.testi q { font-family: var(--quote); font-style: italic; font-size: 21px; line-height: 1.45; color: var(--tx-0); quotes: "\201C" "\201D"; flex: 1; }
.testi .by { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.testi .by b { font-family: var(--serif); color: var(--tx-0); font-size: 16px; font-weight: 600; }
.testi .by span { display: block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx-2); margin-top: 3px; }

/* =====================================================================
   CONTACT
   ===================================================================== */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 76px); }
.contact-info h2 { margin-bottom: 22px; }
.contact-info .lead { margin-bottom: 36px; }
.contact-line { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.contact-line .ci-ico { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--gold); flex: none; font-size: 17px; }
.contact-line .ci-txt span { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tx-2); display: block; margin-bottom: 3px; }
.contact-line .ci-txt b { font-family: var(--serif); font-weight: 600; font-size: 18px; color: var(--tx-0); }
.contact-line .ci-txt a:hover { color: var(--gold); }
.socials { display: flex; gap: 12px; margin-top: 26px; }
.socials a { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--tx-1); transition: all .3s; }
.socials a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }

.form {
  background: var(--card); border: 1px solid var(--line-soft); border-radius: 6px;
  padding: clamp(28px, 4vw, 44px);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; position: relative; }
.field label { display: block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--tx-2); margin-bottom: 9px; }
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; background: #120e09; border: 1px solid var(--line-soft); border-radius: 3px;
  padding: 14px 16px; color: var(--tx-0); font-family: var(--sans); font-size: 15px;
  transition: border-color .3s, background .3s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'><path d='M1 1l5 5 5-5' stroke='%23C9A84C' stroke-width='1.5'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #16110b; }
.field input::placeholder, .field textarea::placeholder { color: var(--tx-3); }
.field.error input, .field.error select, .field.error textarea { border-color: #b5524a; }
.field .err-msg { display: none; color: #d08077; font-size: 12px; margin-top: 6px; }
.field.error .err-msg { display: block; }
.form-note { font-size: 12px; color: var(--tx-3); margin-top: 8px; line-height: 1.6; }
.form-success {
  display: none; text-align: center; padding: 30px 10px;
}
.form-success.show { display: block; }
.form-success .chk { width: 64px; height: 64px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: grid; place-items: center; font-size: 30px; margin: 0 auto 22px; }
.form-success h3 { font-size: 26px; margin-bottom: 12px; }
.form-success p { color: var(--tx-2); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer { background: var(--bg-1); border-top: 1px solid var(--line-soft); padding-top: clamp(54px, 7vw, 84px); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p { font-size: 14.5px; color: var(--tx-2); max-width: 38ch; }
.footer-col h4 { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-family: var(--sans); font-weight: 700; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col li { font-size: 14.5px; color: var(--tx-2); transition: color .25s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--line-soft); padding: 26px 0 34px;
  display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; justify-content: space-between;
}
.footer-bottom p, .footer-bottom a { font-size: 12.5px; color: var(--tx-3); }
.footer-bottom .fb-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--gold); }

.disclaimer {
  background: var(--bg-0); border-top: 1px solid var(--line-soft);
}
.disclaimer .wrap { padding-block: 22px; }
.disclaimer p { font-size: 11.5px; line-height: 1.65; color: var(--tx-3); max-width: 90ch; }
.disclaimer strong { color: var(--tx-2); }

/* =====================================================================
   COOKIE BANNER
   ===================================================================== */
.cookie {
  position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%) translateY(160%);
  z-index: 120; width: min(640px, calc(100vw - 32px));
  background: rgba(20,16,11,0.97); backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow);
  padding: 22px 24px; display: flex; align-items: center; gap: 20px;
  transition: transform .55s var(--ease);
}
.cookie.show { transform: translateX(-50%) translateY(0); }
.cookie p { font-size: 13px; color: var(--tx-2); line-height: 1.55; flex: 1; }
.cookie p a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 10px; flex: none; }
.cookie .btn { padding: 11px 20px; font-size: 11.5px; }

/* =====================================================================
   REVEAL ANIMATION
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .scroll-cue .line { animation: none; }
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
/* Relieve nav crowding before the full mobile breakpoint */
@media (max-width: 1140px) {
  .nav-tel { display: none; }
  .nav-links { gap: 24px; }
}
@media (max-width: 980px) {
  .nav-links, .nav-tel { display: none; }
  .burger { display: flex; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 460px; margin: 30px auto 0; }
  .serv-grid { grid-template-columns: repeat(2, 1fr); }
  .events-grid, .pkg-grid, .testi-grid { grid-template-columns: 1fr; }
  .event-card.tall { grid-row: span 1; }
  .event-card p { max-height: 100px; opacity: 1; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .pkg.featured { transform: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .serv-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gallery .w2, .gallery .h2 { grid-column: auto; grid-row: auto; }
  .cookie { flex-direction: column; align-items: stretch; text-align: center; }
  .cookie-actions { justify-content: center; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .nav-cta .btn { display: none; }
  .hero-meta b { font-size: 24px; }
}

/* =====================================================================
   AGE GATE
   ===================================================================== */
.age-gate {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(6,5,3,0.97); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.age-gate[hidden] { display: none; }
.age-gate-card {
  max-width: 440px; width: 100%; text-align: center;
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line); border-radius: 8px;
  padding: clamp(32px, 6vw, 52px) clamp(24px, 5vw, 44px); box-shadow: var(--shadow);
}
.age-gate-mark {
  width: 56px; height: 56px; margin: 0 auto 24px;
  border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold);
  font-family: var(--serif); font-size: 28px; font-style: italic;
}
.age-gate-card .eyebrow { margin-bottom: 18px; }
.age-gate-card h2 { font-size: clamp(26px, 4vw, 34px); margin-bottom: 16px; }
.age-gate-card p { color: var(--tx-2); font-size: 15.5px; margin-bottom: 28px; }
.age-gate-actions { display: flex; flex-direction: column; gap: 12px; }
.age-gate-deny { margin: 22px 0 0; color: var(--tx-3); font-size: 13.5px; }

/* =====================================================================
   WHATSAPP FLOAT
   ===================================================================== */
.fab-stack {
  position: fixed; right: 24px; bottom: 24px; z-index: 115;
  display: flex; flex-direction: column; gap: 14px;
  opacity: 0; transform: translateY(20px) scale(.9); pointer-events: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.fab-stack.show { opacity: 1; transform: none; pointer-events: auto; }
.fab {
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
  color: #221a06; display: grid; place-items: center;
  box-shadow: 0 14px 34px -10px rgba(201,168,76,0.55);
  transition: transform .4s var(--ease), box-shadow .3s;
}
.fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 20px 44px -10px rgba(201,168,76,0.7); }
.fab#wa-float { color: #0e2a16; }
/* Lift above the cookie banner while it is visible */
body:has(.cookie.show) .fab-stack { bottom: 104px; }
@media (max-width: 560px) {
  .fab-stack { right: 16px; bottom: 16px; gap: 12px; }
  .fab { width: 52px; height: 52px; }
  body:has(.cookie.show) .fab-stack { bottom: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .fab-stack { transition: opacity .3s; transform: none; }
  .fab-stack.show { transform: none; }
}

/* =====================================================================
   LIGHTBOX
   ===================================================================== */
.lightbox {
  position: fixed; inset: 0; z-index: 260;
  background: rgba(6,5,3,0.95); backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center;
  gap: clamp(8px, 2vw, 28px); padding: clamp(16px, 5vw, 60px);
}
.lightbox.show { display: flex; }
.lb-figure {
  max-width: min(1000px, 90vw); max-height: 84vh; margin: 0;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.lb-img {
  max-width: 100%; max-height: 76vh; border-radius: 4px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.lb-ph { width: min(760px, 86vw); height: 60vh; border-radius: 4px; }
.lb-img[hidden], .lb-ph[hidden] { display: none; }
.lb-caption {
  font-family: var(--quote); font-style: italic; font-size: 18px; color: var(--tx-1);
  text-align: center; max-width: 60ch;
}
.lb-close, .lb-prev, .lb-next {
  width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%;
  color: var(--tx-0); font-size: 26px; line-height: 1; flex: none;
  display: grid; place-items: center; transition: border-color .3s, color .3s, background .3s;
}
.lb-close { position: absolute; top: clamp(16px, 4vw, 32px); right: clamp(16px, 4vw, 32px); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.08); }
.gallery .ph { cursor: pointer; }
.gallery .ph:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (max-width: 560px) {
  .lb-prev, .lb-next { position: absolute; bottom: 24px; }
  .lb-prev { left: 24px; } .lb-next { right: 24px; }
}

/* =====================================================================
   AESTHETIC ELEVATION — art-deco detail, ember, foil, micro-interactions
   ===================================================================== */

/* Art-deco rule — gold line with centered diamond */
.deco-rule {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  width: min(280px, 64%); margin: 0 auto;
}
.deco-rule::before, .deco-rule::after { content: ""; height: 1px; flex: 1; opacity: .55; }
.deco-rule::before { background: linear-gradient(90deg, transparent, var(--gold)); }
.deco-rule::after  { background: linear-gradient(90deg, var(--gold), transparent); }
.deco-rule span {
  width: 10px; height: 10px; flex: none; transform: rotate(45deg);
  border: 1px solid var(--gold); position: relative;
}
.deco-rule span::after { content: ""; position: absolute; inset: 2px; background: var(--gold); opacity: .4; }

/* Mark Twain quote divider — a full-width signature breather */
.quote-divider { padding-block: clamp(56px, 9vw, 110px); text-align: center; background: var(--bg-1); }
.quote-divider .deco-rule { margin-bottom: 30px; }
.quote-divider .deco-rule + .deco-rule { margin-top: 30px; margin-bottom: 0; }
.quote-divider blockquote { max-width: 800px; margin: 0 auto; padding: 0 var(--gut); }
.quote-divider q {
  font-family: var(--quote); font-style: italic; font-size: clamp(26px, 4.2vw, 44px);
  line-height: 1.3; color: var(--tx-0); quotes: "\201C" "\201D";
}
.quote-divider cite {
  display: block; margin-top: 20px; font-style: normal; font-size: 12.5px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
}

/* Gold-foil sweep on the primary button */
.btn-gold { position: relative; overflow: hidden; }
.btn-gold::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,250,235,0.55), transparent);
  transform: skewX(-18deg); transition: left .6s var(--ease); pointer-events: none;
}
.btn-gold:hover::after { left: 130%; }

/* Hero — slow-drifting smoke + warm ember behind the content */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(40% 50% at 22% 70%, rgba(201,168,76,0.10), transparent 70%),
    radial-gradient(45% 55% at 80% 30%, rgba(139,69,19,0.16), transparent 70%);
  animation: smokeDrift 22s ease-in-out infinite alternate;
}
@keyframes smokeDrift {
  0%   { transform: translate3d(0,0,0) scale(1); opacity: .8; }
  100% { transform: translate3d(-3%, -2%, 0) scale(1.08); opacity: 1; }
}
.scroll-cue::before {
  content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
  width: 120px; height: 120px; border-radius: 50%; z-index: -1;
  background: radial-gradient(circle, rgba(201,168,76,0.18), transparent 70%);
  animation: emberPulse 3.4s ease-in-out infinite;
}
@keyframes emberPulse { 0%,100% { opacity: .4; } 50% { opacity: 1; } }

/* Service-card icon micro-interaction */
.serv-card .ico { transition: transform .4s var(--ease), border-color .4s, color .3s; }
.serv-card:hover .ico { transform: rotate(-8deg) scale(1.08); border-color: var(--gold); }

/* Featured package — animated gold top border + art-deco corners */
.pkg.featured::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  background-size: 200% 100%; animation: foilSlide 4s linear infinite;
}
@keyframes foilSlide { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.pkg.featured .corner {
  position: absolute; width: 20px; height: 20px; border: 1px solid var(--gold); opacity: .6;
}
.pkg.featured .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.pkg.featured .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }

@media (prefers-reduced-motion: reduce) {
  .hero::after, .scroll-cue::before, .pkg.featured::after { animation: none; }
  .btn-gold::after { display: none; }
  .serv-card:hover .ico { transform: none; }
}

/* =====================================================================
   LANGUAGE SWITCH
   ===================================================================== */
.lang-switch {
  display: inline-flex; align-items: center; flex: none;
  border: 1px solid var(--line); border-radius: 2px; overflow: hidden;
}
.lang-switch button { white-space: nowrap; }
.lang-switch button {
  font-family: var(--sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.12em; padding: 7px 11px; color: var(--tx-2);
  transition: background .25s, color .25s;
}
.lang-switch button + button { border-left: 1px solid var(--line); }
.lang-switch button:hover { color: var(--gold); }
.lang-switch button.active { background: var(--gold); color: #1a1206; }
.lang-switch.mobile { margin-top: 26px; transform: scale(1.15); }
@media (max-width: 980px) {
  .nav-cta .lang-switch { display: none; }
}
