/*
Theme Name: RooLine Caravans
Theme URI: https://roolinecaravans.com.au
Author: RooLine Caravans
Author URI: https://roolinecaravans.com.au
Description: A custom WordPress theme for RooLine Caravans - Australian-made custom caravans built in Victoria.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rooline-caravans
Tags: custom-background, threaded-comments, translation-ready

Developer: Groww Global Private Limited
Developer URI: https://growwglobal.dev
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #F5C518;
  --gold-light: #D4B483;
  --gold-pale: #F5EDD9;
  --black: #0A0A0A;
  --charcoal: #1A1A1A;
  --dark: #111111;
  --mid: #333333;
  --muted: #888888;
  --light: #f8f6f2;
  --white: #ffffffcc;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Jost', sans-serif;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--white); color: var(--black); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px; height: 80px;
  background: rgba(10,10,10,0.0);
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}
nav.scrolled {
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(12px);
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none;
  background: #00000052;
}
.nav-logo-img {
  height: 44px; width: 44px; object-fit: contain;
  filter: brightness(1) invert(0);
  transition: filter 0.3s ease;
}
.nav-logo:hover .nav-logo-img { filter: brightness(0) saturate(100%) invert(74%) sepia(40%) saturate(400%) hue-rotate(10deg) brightness(95%); }
.nav-logo-text {
  font-family: var(--font-serif); font-size: 20px; font-weight: 700;
  color: var(--white); letter-spacing: 0.08em;
}
.nav-logo-text em { font-style: normal; color: var(--gold); font-size: 16px; display: block; letter-spacing: 0.2em; font-family: var(--font-sans); font-weight: 600; line-height: 1; }
.nav-links { display: flex; gap: 36px; align-items: center; list-style: none; }
.nav-links a {
  font-family: var(--font-sans); font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.8); text-decoration: none; letter-spacing: 0.12em;
  text-transform: uppercase; transition: var(--transition);
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  padding: 10px 24px; border: 1px solid var(--gold);
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  color: var(--gold); text-decoration: none; letter-spacing: 0.14em;
  text-transform: uppercase; transition: var(--transition);
}
.nav-cta:hover { background: var(--gold); color: var(--black); }

/* ── HERO ── */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: #0a0a0a;
  overflow: hidden;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 1;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.35) 50%, rgba(10,10,10,0.15) 100%);
}
/* Decorative diagonal gold line */
.hero-accent {
  position: absolute; top: 0; right: 0;
  width: 2px; height: 60vh;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  opacity: 0.6;
  transform-origin: top;
  animation: fadeInLine 2s ease 0.5s both;
}
@keyframes fadeInLine { from { opacity: 0; transform: scaleY(0); } to { opacity: 0.6; transform: scaleY(1); } }
.hero-content {
  position: relative; z-index: 2;
  padding: 0 80px 60px;
  max-width: 900px;
  animation: heroReveal 1.2s ease 0.2s both;
}
@keyframes heroReveal { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 24px;
  background: #00000057;
}
.hero-badge-line { width: 40px; height: 1px; background: var(--gold); }
.hero-badge span {
  font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  color: var(--gold); letter-spacing: 0.22em; text-transform: uppercase;
}
.hero h1 {
  font-family: var(--font-serif); font-size: clamp(52px, 7vw, 96px);
  font-weight: 300; line-height: 1.0; color: var(--white);
  margin-bottom: 28px; letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-family: var(--font-sans); font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.65); letter-spacing: 0.04em; line-height: 1.8;
  max-width: 480px; margin-bottom: 48px;
}
.hero-actions { display: flex; gap: 20px; align-items: center; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 36px; background: var(--gold); color: var(--black);
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none;
  transition: var(--transition);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; border: 1px solid rgba(255,255,255,0.3);
  color: var(--white); font-family: var(--font-sans); font-size: 11px;
  font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  text-decoration: none; transition: var(--transition);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* Hero scroll indicator */
.hero-scroll {
  position: absolute; bottom: 40px; right: 80px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero-scroll span {
  font-size: 10px; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
  writing-mode: vertical-rl;
}
.hero-scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--charcoal);
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(184,151,90,0.2);
}
.stat-item {
  padding: 40px 48px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-serif); font-size: 52px; font-weight: 300;
  color: var(--gold); line-height: 1; margin-bottom: 8px;
}
.stat-label {
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,0.45); letter-spacing: 0.14em; text-transform: uppercase;
}

/* ── SECTION COMMONS ── */
section { position: relative; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.section-tag::before, .section-tag::after {
  content: ''; display: block; width: 32px; height: 1px; background: var(--gold);
}
.section-tag span {
  font-size: 10px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
}
h2 {
  font-family: var(--font-serif); font-size: clamp(36px, 5vw, 60px);
  font-weight: 300; line-height: 1.1; color: var(--charcoal);
}
h2 em { font-style: italic; color: var(--gold); }
.section-sub {
  margin-top: 16px; font-size: 15px; font-weight: 500;
  color: var(--muted); line-height: 1.8; max-width: 560px; margin-inline: auto;
}

/* ── OUR STORY ── */
.story {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 640px;
}
.story-image {
  position: relative; overflow: hidden;
  background: #0e0e0e;
}
.story-image img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.85;
  transition: transform 0.8s ease;
}
.story-image:hover img { transform: scale(1.04); }
.story-image-badge {
  position: absolute; bottom: 40px; left: 40px;
  background: var(--gold); padding: 20px 28px;
}
.story-image-badge .big { font-family: var(--font-serif); font-size: 40px; font-weight: 300; color: var(--black); line-height: 1; }
.story-image-badge .sm { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--black); opacity: 0.7; }
.story-text {
  background: #0a0a0a; padding: 80px 72px;
  display: flex; flex-direction: column; justify-content: center;
}
.story-text .section-tag { justify-content: flex-start; }
.story-text h2 { text-align: left; color: #ffffffcc;}
.story-text p {
  margin-top: 24px; font-size: 15px; font-weight: 300; color: #ffffffcc;
  line-height: 1.9;
}
.story-text p + p { margin-top: 16px; }
.story-text .btn-primary { margin-top: 40px; align-self: flex-start; }
.story-features {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px;
}
.story-feature { display: flex; gap: 14px; align-items: flex-start; }
.feature-icon {
  width: 36px; height: 36px; background: var(--charcoal);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.feature-icon svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.feature-label { font-size: 12px; font-weight: 500; color: var(--charcoal); letter-spacing: 0.04em; }
.feature-desc { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ── MODELS ── */
.models { padding: 112px 60px; background: var(--charcoal); }
.models h2 { color: var(--white); }
.models-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  margin-top: 64px;
}
.model-card {
  position: relative; overflow: hidden; cursor: pointer;
  aspect-ratio: 3/4;
  background: var(--charcoal);
}
.model-card img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.7;
  transition: transform 0.7s ease, opacity 0.4s ease;
}
.model-card:hover img { transform: scale(1.06); opacity: 0.55; }
.model-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.95) 0%, transparent 55%);
}
.model-card-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 36px 32px;
  transform: translateY(0); transition: var(--transition);
}
.model-type {
  font-size: 10px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 8px;
}
.model-name {
  font-family: var(--font-serif); font-size: 28px; font-weight: 300;
  color: var(--white); margin-bottom: 12px; line-height: 1.1;
}
.model-desc {
  font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.6);
  line-height: 1.7; margin-bottom: 20px;
  max-height: 0; overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease; opacity: 0;
}
.model-card:hover .model-desc { max-height: 80px; opacity: 1; }
.model-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold); text-decoration: none;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.model-card:hover .model-link { opacity: 1; transform: translateY(0); }
.model-link-arrow { font-size: 16px; transition: transform 0.3s ease; }
.model-link:hover .model-link-arrow { transform: translateX(4px); }

/* ── WHY ROOLINE ── */
.why { padding: 112px 60px; background: var(--charcoal); }
.why .section-tag span { color: var(--gold); }
.why h2 { color: var(--white); }
.why h2 em { color: var(--gold); }
.why .section-sub { color: rgba(255,255,255,0.45); }
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(255,255,255,0.06);
  margin-top: 64px; border: 1px solid rgba(255,255,255,0.06);
}
.why-item {
  background: var(--charcoal); padding: 52px 40px;
  transition: background 0.35s ease;
}
.why-item:hover { background: #222; }
.why-num {
  font-family: var(--font-serif); font-size: 56px; font-weight: 300;
  color: rgb(184 151 90); line-height: 1; margin-bottom: 28px;
}
.why-icon {
  width: 44px; height: 44px; margin-bottom: 20px;
}
.why-icon svg { width: 100%; height: 100%; stroke: var(--gold); fill: none; stroke-width: 1.2; }
.why-title {
  font-family: var(--font-sans); font-size: 14px; font-weight: 600;
  color: var(--white); letter-spacing: 0.06em; margin-bottom: 14px;
  text-transform: uppercase;
}
.why-text {
  font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5);
  line-height: 1.8;
}
.why-divider {
  width: 32px; height: 1px; background: var(--gold);
  margin-bottom: 20px;
}

/* ── GALLERY ── */
.gallery { padding: 112px 60px; background: var(--charcoal); }
.gallery h2 { color: var(--white); }
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 6px; margin-top: 64px;
}
.gallery-item {
  overflow: hidden; background: #ddd; position: relative;
}
.gallery-item:first-child {
  grid-row: 1 / 3;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.35s ease;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-cta {
  text-align: center; margin-top: 48px;
}

/* ── LIGHTBOX ── */
.gallery-item { cursor: zoom-in; }
.gallery-item-overlay {
  display: flex; align-items: center; justify-content: center;
}
.gallery-zoom-icon {
  width: 48px; height: 48px; border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(0.7);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 2; position: relative;
}
.gallery-zoom-icon svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; }
.gallery-item:hover .gallery-zoom-icon { opacity: 1; transform: scale(1); }

/* Lightbox backdrop */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(6,6,6,0.96);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(6px);
}
.lightbox.active { opacity: 1; pointer-events: all; }

/* Lightbox inner */
.lightbox-inner {
  position: relative; max-width: 90vw; max-height: 90vh;
  display: flex; flex-direction: column; align-items: center;
  transform: scale(0.92); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.lightbox.active .lightbox-inner { transform: scale(1); }

.lightbox-img {
  max-width: 90vw; max-height: 82vh;
  object-fit: contain; display: block;
  box-shadow: 0 40px 120px rgba(0,0,0,0.8);
  border: 1px solid rgba(255,255,255,0.06);
}

.lightbox-caption {
  margin-top: 16px; text-align: center;
  font-family: var(--font-sans); font-size: 12px; font-weight: 300;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* Close button */
.lightbox-close {
  position: absolute; top: -48px; right: 0;
  width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.2);
  background: none; color: rgba(255,255,255,0.7); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.lightbox-close:hover { border-color: var(--gold); color: var(--gold); }
.lightbox-close svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Prev / Next arrows */
.lightbox-arrow {
  position: fixed; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
.lightbox-arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }
.lightbox-arrow svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

/* Counter */
.lightbox-counter {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; color: rgba(255,255,255,0.3);
  display: flex; align-items: center; gap: 16px;
}
.lightbox-dots { display: flex; gap: 8px; }
.lb-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,0.2); transition: background 0.3s ease, transform 0.3s ease;
}
.lb-dot.active { background: var(--gold); transform: scale(1.4); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 36px; border: 1px solid var(--charcoal); color: var(--charcoal);
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none;
  transition: var(--transition);
}
.btn-outline:hover { background: var(--charcoal); color: var(--white); }

/* ── PROCESS ── */
.process { padding: 112px 60px; background: var(--charcoal); }
.process h2 { color:var(--white);}
.process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 64px; position: relative;
}
.process-steps::before {
  content: '';
  position: absolute; top: 28px; left: calc(12.5% + 20px); right: calc(12.5% + 20px);
  height: 1px; background: linear-gradient(to right, var(--gold), var(--gold-light), var(--gold));
  opacity: 0.4;
}
.process-step { padding: 0 32px; text-align: center; }
.step-num {
  width: 56px; height: 56px; border: 1px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px; position: relative; z-index: 1; background: var(--charcoal);
  font-family: var(--font-serif); font-size: 20px; font-weight: 400; color: var(--white);
  transition: var(--transition);
}
.process-step:hover .step-num { background: var(--gold); color: var(--white); }
.step-title {
  font-size: 13px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--white); margin-bottom: 12px;
}
.step-text { font-size: 14px; font-weight: 500; color: var(--muted); line-height: 1.8; }

/* ── TESTIMONIALS ── */
.testimonials { padding: 112px 60px; background: var(--black); overflow: hidden; }
.testimonials .section-tag span { color: var(--gold); }
.testimonials h2 { color: var(--white); }
.testimonials h2 em { color: var(--gold-light); }
.testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 64px;
}
.testi-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
  padding: 44px 36px; position: relative; transition: var(--transition);
}
.testi-card:hover { border-color: rgba(184,151,90,0.3); background: rgba(255,255,255,0.05); }
.testi-quote {
  font-family: var(--font-serif); font-size: 72px; font-weight: 300;
  color: var(--gold); line-height: 0.5; margin-bottom: 24px; opacity: 0.4;
}
.testi-text {
  font-family: var(--font-serif); font-size: 16px; font-weight: 300;
  color: rgba(255,255,255,0.75); line-height: 1.8; font-style: italic;
  margin-bottom: 32px;
}
.testi-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.star { width: 14px; height: 14px; fill: var(--gold); }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: var(--black);
}
.testi-name { font-size: 13px; font-weight: 600; color: var(--white); }
.testi-loc { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ── CTA BANNER ── */
.cta-banner {
  position: relative; padding: 120px 80px;
  background: var(--charcoal); overflow: hidden;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px;
}
.cta-banner::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 400px; height: 400px;
  border: 1px solid rgba(184,151,90,0.2);
  border-radius: 50%;
}
.cta-banner::after {
  content: '';
  position: absolute; top: -20px; right: -20px;
  width: 280px; height: 280px;
  border: 1px solid rgba(184,151,90,0.15);
  border-radius: 50%;
}
.cta-tag {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
.cta-tag-line { width: 28px; height: 1px; background: var(--gold); }
.cta-tag span { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.cta-banner h2 {
  font-family: var(--font-serif); font-size: clamp(32px, 4vw, 52px);
  font-weight: 300; color: var(--white); line-height: 1.15; margin-bottom: 16px;
}
.cta-banner p { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.7; max-width: 480px; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; z-index: 1; flex-shrink: 0; }

/* ── CONTACT ── */
.contact { padding: 112px 60px; background: var(--charcoal); }
.contact .section-tag span { color: var(--gold); }
.contact h2 { color: var(--white); }
.contact h2 em { color: var(--gold); }
.contact-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 64px;
}
.contact-info { color: rgba(255,255,255,0.6); }
.contact-info-block { margin-bottom: 40px; }
.contact-info-label {
  font-size: 10px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 8px;
}
.contact-info-value {
  font-family: var(--font-serif); font-size: 20px; font-weight: 300; color: var(--white);
}
.contact-info-sub { font-size: 13px; color: rgba(255,255,255,0.4); margin-top: 4px; }
.contact-socials { display: flex; gap: 16px; margin-top: 48px; }
.social-link {
  width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); text-decoration: none; font-size: 16px;
  transition: var(--transition);
}
.social-link:hover { border-color: var(--gold); color: var(--gold); }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; padding-bottom: 12px; }
.form-group label {
  font-size: 10px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
}
.form-group input, .form-group textarea, .form-group select {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  padding: 14px 18px; color: var(--white); font-family: var(--font-sans);
  font-size: 14px; font-weight: 300; outline: none; transition: border-color 0.3s ease;
  resize: none; appearance: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.25); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-submit {
  padding: 16px 40px; background: var(--gold); color: var(--black); border: none;
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer;
  transition: var(--transition); align-self: flex-start;
}
.form-submit:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ── FOOTER ── */
footer {
  background: var(--black); padding: 64px 60px 40px;
  border-top: 1px solid rgba(184,151,90,0.15);
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px; margin-bottom: 60px;
}
.footer-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo-img { height: 40px; width: 40px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.85; }
.footer-logo {
  font-family: var(--font-serif); font-size: 22px; font-weight: 400;
  color: var(--white); display: block;
}
.footer-logo span { color: var(--gold); }
.footer-desc {
  font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4);
  line-height: 1.8; max-width: 280px;
}
.footer-col h4 {
  font-size: 10px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5);
  text-decoration: none; transition: color 0.3s ease;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-copy {
  font-size: 12px; color: rgb(255 255 255 / 62%); font-weight: 300;
}
.footer-gold-bar {
  display: flex; align-items: center; gap: 12px;
}
.footer-gold-line { width: 24px; height: 1px; background: var(--gold); opacity: 0.5; }
.footer-tagline {
  font-family: var(--font-serif); font-size: 20px; font-style: italic;
  color: rgb(184 151 90);;
}

/* ── ANIMATIONS on scroll ── */
.reveal {
  opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── NEWSLETTER STRIP ── */
.newsletter {
  background: var(--gold-pale); padding: 56px 80px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.newsletter-text h3 {
  font-family: var(--font-serif); font-size: 28px; font-weight: 300;
  color: var(--black); margin-bottom: 6px;
}
.newsletter-text p { font-size: 13px; color: rgba(0,0,0,0.55); font-weight: 300; }
.newsletter-form { display: flex; gap: 0; flex: 0 0 auto; }
.newsletter-input {
  padding: 14px 24px; border: none; background: rgba(0,0,0,0.1);
  font-family: var(--font-sans); font-size: 13px; color: var(--black);
  outline: none; width: 280px;
}
.newsletter-input::placeholder { color: rgba(0,0,0,0.4); }
.newsletter-btn {
  padding: 14px 28px; background: var(--black); color: var(--white); border: none;
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer;
  transition: background 0.3s ease;
}
.newsletter-btn:hover { background: var(--charcoal); }

/* Hero tagline strip */
.hero-tagline-strip {
  display: flex; align-items: center; gap: 16px; margin-bottom: 40px;
}
.hero-tagline-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.ht-dot {
  width: 6px; height: 6px; background: var(--gold); border-radius: 50%;
}
.hero-tagline-divider {
  color: rgba(255,255,255,0.18); font-size: 12px;
}

/* ── HAMBURGER MENU ── */
.nav-hamburger {
  display: none;
  flex-direction: column; gap: 5px; cursor: pointer;
  padding: 8px; background: none; border: none; z-index: 110;
}
.nav-hamburger span {
  display: block; width: 24px; height: 1.5px;
  background: var(--white); transition: var(--transition);
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBILE NAV DRAWER ── */
.nav-drawer {
  display: flex;
  visibility: hidden;
  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 105;
  background: rgba(10,10,10,0.97);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 32px; opacity: 0; pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.nav-drawer.open { opacity: 1; pointer-events: all; visibility: visible; }
.nav-drawer-close {
  position: absolute; top: 24px; right: 24px;
  width: 44px; height: 44px; background: none; border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: border-color 0.25s ease;
}
.nav-drawer-close:hover { border-color: var(--gold); }
.nav-drawer-close span {
  display: block; width: 18px; height: 1.5px; background: var(--white);
  position: absolute; transition: var(--transition);
}
.nav-drawer-close span:nth-child(1) { transform: rotate(45deg); }
.nav-drawer-close span:nth-child(2) { transform: rotate(-45deg); }
.nav-drawer a {
  font-family: var(--font-serif); font-size: 28px; font-weight: 300;
  color: var(--white); text-decoration: none; letter-spacing: 0.04em;
  transition: color 0.25s ease;
}
.nav-drawer a:hover { color: var(--gold); }
.nav-drawer .nav-cta {
  font-family: var(--font-sans) !important; font-size: 12px !important; font-weight: 500 !important;
  letter-spacing: 0.14em; text-transform: uppercase; margin-top: 16px;
  padding: 10px 32px; border: 1px solid var(--gold) !important;
  color: var(--gold) !important; text-decoration: none; transition: var(--transition);
  display: inline-block;
}
.nav-drawer .nav-cta:hover { background: var(--gold) !important; color: var(--black) !important; }

#contact .form-group select {
      background: #232323;
}
/* ── RESPONSIVE BREAKPOINTS ── */

/* Tablet: ≤1024px */
@media (max-width: 1024px) {
  nav { padding: 0 32px; }
  .hero-content { padding: 0 48px 80px; }
  .hero-scroll { right: 40px; }
  .stat-item { padding: 32px 28px; }
  .stat-num { font-size: 40px; }
  .models { padding: 80px 32px; }
  .why { padding: 80px 32px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { padding: 80px 32px; }
  .contact { padding: 80px 32px; }
  .contact-wrap { gap: 48px; }
  .story-text { padding: 60px 48px; }
  footer { padding: 56px 32px 32px; }
  .newsletter { padding: 48px 40px; }
  .cta-banner { padding: 80px 48px; }
}

/* Mobile: ≤768px */
@media (max-width: 768px) {
  /* Nav */
  nav { padding: 0 20px; height: 68px; }
  .nav-links { display: none; }
  nav > .nav-cta { display: none; }
  .nav-hamburger { display: flex; z-index: 200; }

  /* Hero */
  .hero-content { padding: 0 24px 72px; max-width: 100%; }
  .hero-scroll { display: none; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .btn-primary, .btn-ghost { width: 100%; justify-content: center; padding: 16px 24px; }
  .hero-tagline-strip { flex-wrap: wrap; gap: 10px; }
  .hero-tagline-divider { display: none; }

  /* Stats bar */
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat-item { padding: 28px 20px; border-right: 1px solid rgba(255,255,255,0.06); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.06); border-top: 1px solid rgba(255,255,255,0.06); }
  .stat-item:last-child { border-right: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .stat-num { font-size: 36px; }

  /* Story */
  .story { grid-template-columns: 1fr; min-height: auto; }
  .story-image { height: 320px; }
  .story-image-badge { bottom: 24px; left: 24px; padding: 14px 20px; }
  .story-image-badge .big { font-size: 28px; }
  .story-text { padding: 48px 24px; }
  .story-features { grid-template-columns: 1fr; gap: 16px; }

  /* Models */
  .models { padding: 64px 20px; }
  .models-grid { grid-template-columns: 1fr; gap: 8px; }
  .model-card { aspect-ratio: 4/3; }
  /* Always show desc + link on mobile (no hover) */
  .model-desc { max-height: 80px; opacity: 1; }
  .model-link { opacity: 1; transform: translateY(0); }

  /* Why */
  .why { padding: 64px 20px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { padding: 36px 28px; }

  /* Gallery */
  .gallery { padding: 64px 20px; }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .gallery-item:first-child { grid-row: auto; height: 260px; }
  .gallery-item { height: 200px; }

  /* Process */
  .process { padding: 64px 20px; }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .process-steps::before { display: none; }
  .process-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 20px;
    text-align: left;
    padding: 0 0 40px 0;
    position: relative;
  }
  /* Vertical connector line between steps */
  .process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 27px;
    top: 56px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    opacity: 0.35;
  }
  .step-num {
    margin: 0;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
  }
  .step-title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin-bottom: 6px;
    padding-top: 4px;
  }
  .step-text {
    grid-column: 2;
    grid-row: 2;
  }

  /* Testimonials */
  .testimonials { padding: 64px 20px; }

  /* CTA Banner */
  .cta-banner {
    grid-template-columns: 1fr; padding: 64px 24px;
    text-align: center; gap: 32px;
  }
  .cta-banner::before, .cta-banner::after { display: none; }
  .cta-tag { justify-content: center; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; justify-content: center; }

  /* Contact */
  .contact { padding: 64px 20px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }

  /* Newsletter */
  .newsletter {
    flex-direction: column; align-items: flex-start;
    padding: 48px 24px; gap: 28px;
  }
  .newsletter-form { flex-direction: column; width: 100%; gap: 0; }
  .newsletter-input { width: 100%; }
  .newsletter-btn { width: 100%; padding: 14px; text-align: center; }

  /* Footer */
  footer { padding: 48px 20px 32px; }
  .footer-top {
    grid-template-columns: 1fr; gap: 36px;
  }
  .footer-bottom {
    flex-direction: column; gap: 20px; text-align: center;
  }
  .footer-copy { order: 2; }
  .footer-gold-bar { order: 1; }

  /* Section headers */
  .section-header { margin-bottom: 40px; }

  /* Lightbox on mobile */
  .lightbox-arrow { width: 40px; height: 40px; font-size: 18px; }
}

/* Small mobile: ≤480px */
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(40px, 10vw, 56px); }
  .nav-logo-text { font-size: 17px; }
  h2 { font-size: clamp(28px, 8vw, 40px); }
  .stat-num { font-size: 30px; }
  .story-text { padding: 40px 20px; }
  .models { padding: 56px 16px; }
  .why { padding: 56px 16px; }
  .gallery { padding: 56px 16px; }
  .process { padding: 56px 16px; }
  .contact { padding: 56px 16px; }
  footer { padding: 40px 16px 28px; }
}
