/*
Theme Name:   Tristate Auto Leasing
Theme URI:    https://tristateautolease.com
Description:  Tristate Auto Leasing — Child theme of Hello Elementor
Author:       Tristate Auto Leasing
Template:     hello-elementor
Version:      1.0.0
Text Domain:  tristate-auto-leasing
*/

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

/* =====================================================
   TRISTATE AUTO LEASING — Global Design System
   ===================================================== */

:root {
  --gold:        #c9a84c;
  --gold-light:  #e2c97e;
  --gold-dark:   #9a7a2e;
  --gold-grad:   linear-gradient(135deg, #c9a84c 0%, #e8d48e 50%, #a07830 100%);
  --bg:          #0a0a0a;
  --bg2:         #111111;
  --bg3:         #161616;
  --surface:     #1a1a1a;
  --border:      rgba(201,168,76,0.18);
  --text:        #f0ede6;
  --text-dim:    rgba(240,237,230,0.55);
  --text-xdim:   rgba(240,237,230,0.28);
  --font-display: 'Cormorant Garamond', serif;
  --font-body:    'Jost', sans-serif;
  --nav-h: 80px;
  --max-w: 1180px;
  --ease: cubic-bezier(0.25, 0, 0.1, 1);
}

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

body {
  background: var(--bg) !important;
  color: var(--text) !important;
  font-family: var(--font-body) !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ── ELEMENTOR CANVAS RESET ── */
.elementor-section-wrap,
.e-con-inner { max-width: 100% !important; }

/* ── TYPOGRAPHY ── */
.eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 20px;
}

h1, h2, h3, h4, .elementor-heading-title {
  font-family: var(--font-display) !important;
  font-weight: 400;
  line-height: 1.1;
  color: var(--text);
}

h1 { font-size: clamp(52px, 6vw, 88px); }
h2 { font-size: clamp(36px, 4vw, 60px); }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
p  { color: var(--text-dim); font-size: 15px; line-height: 1.8; }

.gold-rule {
  width: 48px; height: 1px;
  background: var(--gold-grad);
  display: block;
  margin: 28px 0;
}
.gold-rule--center { margin: 28px auto; }

/* ── BUTTONS ── */
.btn, .elementor-button {
  display: inline-block;
  padding: 15px 36px;
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 0 !important;
  transition: all 0.3s var(--ease);
}
.btn-gold, .elementor-button-primary {
  background: var(--gold-grad) !important;
  color: var(--bg) !important;
}
.btn-gold:hover { opacity: 0.88; transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.25); }
.btn-outline {
  background: transparent !important;
  color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
}
.btn-outline:hover { background: rgba(201,168,76,0.08) !important; transform: translateY(-2px); }

/* ── LAYOUT ── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 60px;
}
.section { padding: 120px 0; }
.section--dark  { background: var(--bg); }
.section--mid   { background: var(--bg2); }
.section--light { background: var(--bg3); }

/* ── NAV (Elementor Header) ── */
.site-header,
.elementor-location-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h) !important;
  background: rgba(10,10,10,0.92) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border) !important;
}

.elementor-nav-menu a {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--text-dim) !important;
  transition: color 0.25s var(--ease) !important;
}

.elementor-nav-menu a:hover,
.elementor-nav-menu .current-menu-item > a {
  color: var(--gold-light) !important;
}

/* ── FOOTER ── */
.site-footer,
.elementor-location-footer {
  background: #060606 !important;
  border-top: 1px solid var(--border);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { opacity: 0; animation: fadeUp 0.8s var(--ease) forwards; }
.fade-up-1 { animation-delay: 0.1s; }
.fade-up-2 { animation-delay: 0.25s; }
.fade-up-3 { animation-delay: 0.4s; }
.fade-up-4 { animation-delay: 0.55s; }

/* ── MOBILE ── */
@media (max-width: 900px) {
  .container { padding: 0 24px; }
  .section { padding: 80px 0; }
}
