:root {
  --bg-primary: #0a0908;
  --bg-secondary: #14110f;
  --bg-tertiary: #1c1816;
  --gold: #c9a961;
  --gold-light: #d4b876;
  --gold-dark: #9c8344;
  --cream: #f4ede4;
  --cream-dim: #c9c0b3;
  --text-muted: #7a736a;
  --border: rgba(201, 169, 97, 0.18);
  --border-strong: rgba(201, 169, 97, 0.4);
  --shadow-gold: rgba(201, 169, 97, 0.15);
  
  --font-display: 'Cinzel', serif;
  --font-serif: 'Cormorant Garamond', serif;
  --font-sans: 'Jost', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-serif);
  background: var(--bg-primary);
  color: var(--cream);
  line-height: 1.7;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
}

::selection { background: var(--gold); color: var(--bg-primary); }

/* UTILITY BAR */
.utility-bar {
  background: #050403;
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
.utility-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-muted);
}
.lang-switcher { display: flex; gap: 18px; align-items: center; }
.lang-switcher a { color: var(--text-muted); text-decoration: none; transition: color 0.3s; font-weight: 300; }
.lang-switcher a.active, .lang-switcher a:hover { color: var(--gold); }
.lang-switcher .lang-disabled {
  color: var(--text-muted);
  opacity: 0.4;
  cursor: not-allowed;
  font-weight: 300;
}
.utility-contact { color: var(--cream-dim); letter-spacing: 0.1em; }
.utility-contact a { color: var(--gold); text-decoration: none; font-weight: 500; margin-left: 8px; }

/* HEADER */
.header {
  position: sticky;
  top: 0;
  background: rgba(10, 9, 8, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  z-index: 99;
}
.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.logo-mark {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: var(--cream);
  text-transform: uppercase;
}
.logo-mark span { color: var(--gold); }
.logo-tag {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.4em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 300;
}
.nav { display: flex; gap: 42px; align-items: center; }
.nav a {
  color: var(--cream-dim);
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.3s;
  position: relative;
  padding: 4px 0;
}
.nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: all 0.4s ease;
  transform: translateX(-50%);
}
.nav a:hover { color: var(--gold); }
.nav a:hover::after { width: 100%; }
.cta-btn {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  padding: 12px 24px !important;
  letter-spacing: 0.2em !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}
.cta-btn:hover { background: var(--gold); color: var(--bg-primary) !important; }
.cta-btn::after { display: none !important; }
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--gold);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
}

/* SECTION BASE */
.section { padding: 140px 40px; position: relative; z-index: 2; }
.section-inner { max-width: 1400px; margin: 0 auto; }

.section-eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.section-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--cream);
  margin-bottom: 32px;
}
.section-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0;
}

.section-lede {
  font-size: 20px;
  line-height: 1.7;
  color: var(--cream-dim);
  max-width: 720px;
  font-weight: 300;
}

/* BUTTONS */
.btn-primary, .btn-secondary {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 18px 36px;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-primary {
  background: var(--gold);
  color: var(--bg-primary);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px var(--shadow-gold);
}
.btn-secondary {
  background: transparent;
  color: var(--cream);
  border-color: var(--border-strong);
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.btn-icon { width: 18px; height: 18px; fill: currentColor; }

/* PAGE HEADER (for sub-pages) */
.page-header {
  padding: 100px 40px 80px;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-bottom: 1px solid var(--border);
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 40%, rgba(201, 169, 97, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(201, 169, 97, 0.05) 0%, transparent 50%);
}
.page-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.breadcrumb {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color 0.3s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--gold); }
.page-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: var(--cream);
  margin-bottom: 24px;
}
.page-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.page-subtitle {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.6;
  color: var(--cream-dim);
  max-width: 720px;
  margin: 0 auto;
  font-weight: 300;
}

/* FOOTER */
.footer {
  background: #050403;
  padding: 100px 40px 40px;
  border-top: 1px solid var(--border);
  position: relative;
  z-index: 2;
}
.footer-inner { max-width: 1400px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border);
}
.footer-brand .logo-mark { font-size: 32px; margin-bottom: 14px; }
.footer-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--cream-dim);
  line-height: 1.6;
  margin-top: 18px;
  max-width: 320px;
}
.footer-col h5 {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  font-weight: 400;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 14px; }
.footer-col a, .footer-col p {
  color: var(--cream-dim);
  text-decoration: none;
  font-size: 15px;
  font-family: var(--font-serif);
  transition: color 0.3s;
  font-weight: 300;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-copy {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
}
.footer-legal { display: flex; gap: 32px; }
.footer-legal a {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-legal a:hover { color: var(--gold); }
.footer-disclaimer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1.7;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  font-weight: 300;
  max-width: 1100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.whatsapp-btn {
  width: 64px;
  height: 64px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.5);
  animation: pulseWhats 2.5s ease-in-out infinite;
  transition: transform 0.3s ease;
}
.whatsapp-btn:hover { transform: scale(1.08); }
.whatsapp-btn svg { width: 32px; height: 32px; fill: white; }
.whatsapp-tooltip {
  background: var(--bg-primary);
  border: 1px solid var(--gold);
  padding: 12px 20px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.whatsapp-tooltip strong {
  color: var(--gold);
  display: block;
  margin-top: 2px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; transform: translateX(0); }

@keyframes pulseWhats {
  0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), 0 0 0 16px rgba(37, 211, 102, 0); }
}

.call-float {
  position: fixed;
  bottom: 110px;
  right: 32px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.call-btn {
  width: 56px;
  height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px var(--shadow-gold);
  transition: transform 0.3s ease;
}
.call-btn:hover { transform: scale(1.08); }
.call-btn svg { width: 26px; height: 26px; fill: var(--bg-primary); }

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .utility-inner { padding: 0 20px; flex-direction: column; gap: 8px; font-size: 10px; }
  .header-inner { padding: 18px 20px; }
  .nav { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bg-primary); border-bottom: 1px solid var(--border); flex-direction: column; padding: 30px; gap: 24px; }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
  .section { padding: 80px 24px; }
  .page-header { padding: 60px 24px 50px; }
  .footer { padding: 60px 24px 30px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { flex-wrap: wrap; justify-content: center; gap: 20px; }
  .whatsapp-float { bottom: 20px; right: 20px; }
  .call-float { bottom: 95px; right: 20px; }
  .whatsapp-btn { width: 56px; height: 56px; }
  .whatsapp-btn svg { width: 28px; height: 28px; }
  .whatsapp-tooltip { display: none; }
}