/* ═══════════════════════════════════════════════════════════
   PREMIUM REFINEMENTS — Luxury editorial aesthetic
   ═══════════════════════════════════════════════════════════ */

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

:root {
  --bg-deep: #030508;
  --bg-primary: #070b12;
  --bg-surface: #0c1219;
  --bg-elevated: #111a24;
  --gold: #c9a962;
  --gold-light: #e2cc8a;
  --gold-dim: rgba(201, 169, 98, 0.08);
  --teal: #3db8bf;
  --teal-dim: rgba(61, 184, 191, 0.08);
  --teal-glow: rgba(61, 184, 191, 0.2);
  --text-primary: #f4f6f8;
  --text-secondary: #8b9aab;
  --text-muted: #5c6b7a;
  --border: rgba(255, 255, 255, 0.06);
  --border-light: rgba(255, 255, 255, 0.1);
  --glass: rgba(7, 11, 18, 0.82);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --section-pad: clamp(44px, 5vw, 72px);
  --header-h: 64px;
  --shadow-premium: 0 24px 80px rgba(0, 0, 0, 0.45);
}

body {
  font-weight: 400;
  letter-spacing: -0.01em;
}

body::before { opacity: 0.02; }

/* ─── Typography ─── */
h1, h2, h3 {
  font-weight: 500;
  letter-spacing: -0.03em;
}

h1 { font-size: clamp(3rem, 7vw, 5.75rem); line-height: 1.05; }
h2 { font-size: clamp(2.25rem, 4.5vw, 3.5rem); line-height: 1.08; }

.text-gradient {
  background: linear-gradient(135deg, #fff 0%, var(--gold-light) 55%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--gold);
}

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.15rem);
  line-height: 1.8;
  color: var(--text-secondary);
}

.section-header { margin-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.section-header h2 { max-width: 14ch; }
.section-header--center h2 { margin-inline: auto; }

/* ─── Buttons — refined, less shouty ─── */
.btn {
  padding: 0.95rem 2.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-radius: 2px;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--gold);
  color: var(--bg-deep);
  box-shadow: none;
  border: 1px solid var(--gold);
}

.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 12px 40px rgba(201, 169, 98, 0.2);
  transform: translateY(-1px);
}

.btn-ghost {
  border-radius: 2px;
  border-color: var(--border-light);
  letter-spacing: 0.1em;
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: var(--gold-dim);
}

/* ─── Header — minimal luxury bar ─── */
.site-header.scrolled {
  background: var(--glass);
  backdrop-filter: blur(24px) saturate(1.2);
  border-color: var(--border);
}

.nav-logo img { height: 38px; }

.nav-links { gap: 2rem; }

.nav-links a {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-links a::after {
  height: 1px;
  background: var(--gold);
  bottom: -4px;
}

.nav-cta {
  border-radius: 2px !important;
  background: transparent !important;
  border: 1px solid var(--border-light) !important;
  color: var(--text-primary) !important;
  letter-spacing: 0.12em !important;
  padding: 0.65rem 1.35rem !important;
}

.nav-cta:hover {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--bg-deep) !important;
}

.util-btn {
  border-radius: 2px;
  width: 36px;
  height: 36px;
}

/* ─── Hero — cinematic, restrained ─── */
.hero-media img {
  animation: none;
  filter: saturate(0.85) contrast(1.05);
}

.hero-overlay {
  background:
    linear-gradient(105deg, rgba(3, 5, 8, 0.97) 0%, rgba(3, 5, 8, 0.72) 45%, rgba(3, 5, 8, 0.88) 100%),
    radial-gradient(ellipse 50% 80% at 85% 50%, rgba(61, 184, 191, 0.06) 0%, transparent 55%);
}

.hero-particles { display: none; }

.hero-content {
  padding: 0 0 2rem;
  max-width: 920px;
}

.hero-content h1 { margin-bottom: 0.75rem; }

.hero-actions { margin-top: 1rem; gap: 1rem; }

.hero-scroll {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  opacity: 0.5;
}

/* ─── Stats — editorial strip ─── */
.stats-strip { margin-top: 0; padding-bottom: 0; }

.stats-grid {
  background: transparent;
  border: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  gap: 0;
}

.stat-card {
  background: transparent;
  padding: 3rem 2rem;
  border-right: 1px solid var(--border);
}

.stat-card:last-child { border-right: none; }

.stat-card:hover { background: rgba(255, 255, 255, 0.02); }

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 4vw, 3.75rem);
  color: var(--text-primary);
  font-weight: 400;
}

.stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  margin-top: 0.35rem;
}

/* ─── Marquee — whisper quiet ─── */
.marquee-wrap {
  background: transparent;
  border-block: none;
  padding: 2rem 0;
  opacity: 0.45;
}

.marquee-item {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

/* ─── Logos ─── */
.logos-section {
  padding: 3rem 0 5rem;
  border: none;
}

.logos-label {
  letter-spacing: 0.24em;
  font-size: 0.65rem;
}

.logo-item {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.35;
}

/* ─── Intro & images ─── */
.intro-image {
  border-radius: 2px;
  overflow: hidden;
}

.intro-image img {
  filter: saturate(0.9);
}

.intro-image-frame {
  border-radius: 2px;
  border-color: rgba(201, 169, 98, 0.2);
  inset: -16px;
}

.intro-image-badge {
  border-radius: 2px;
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-light);
}

.intro-feature {
  border-radius: 2px;
  background: transparent;
}

.intro-feature:hover {
  background: var(--gold-dim);
  border-color: rgba(201, 169, 98, 0.2);
}

/* ─── Service cards — editorial panels ─── */
.service-card {
  border-radius: 2px;
  min-height: 420px;
  border: 1px solid var(--border);
}

.service-card-num {
  font-size: 4rem;
  color: rgba(201, 169, 98, 0.08);
}

.service-card-overlay {
  background: linear-gradient(180deg, transparent 0%, rgba(3, 5, 8, 0.4) 40%, rgba(3, 5, 8, 0.97) 100%);
}

.service-card-link {
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

/* ─── Work showcase ─── */
.work-item-image {
  border-radius: 2px;
}

.work-item-tag {
  border-radius: 2px;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  border-color: rgba(61, 184, 191, 0.25);
}

.work-item-meta span {
  border-radius: 2px;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

.work-item-link {
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

/* ─── Testimonials ─── */
.testimonial-quote {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 400;
  font-style: italic;
}

.testimonial-quote::before {
  font-size: 3rem;
  opacity: 0.2;
}

.testimonial-btn {
  border-radius: 2px;
  width: 44px;
  height: 44px;
}

/* ─── CTA ─── */
.cta-banner-inner {
  border-radius: 2px;
  border-color: var(--border-light);
  background: var(--bg-surface);
}

.cta-banner-bg {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 169, 98, 0.06) 0%, transparent 60%),
    var(--bg-elevated);
}

.cta-banner-glow { display: none; }

/* ─── Page heroes ─── */
.page-hero {
  min-height: 0;
  align-items: stretch;
  padding-bottom: 2rem;
}

.page-hero-bg img {
  filter: saturate(0.8) brightness(0.7);
}

.page-hero-overlay {
  background: linear-gradient(180deg, rgba(3, 5, 8, 0.55) 0%, rgba(3, 5, 8, 0.92) 70%, var(--bg-deep) 100%);
}

/* ─── Footer ─── */
.site-footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  padding-top: clamp(80px, 10vw, 120px);
}

.footer-brand img { height: 40px; opacity: 0.95; }

.footer-col h4 {
  color: var(--text-muted);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
}

.footer-social a { border-radius: 2px; }

/* ─── Forms ─── */
.form-group input,
.form-group select,
.form-group textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 2px;
}

/* ─── Chat & widgets — toned down ─── */
.chat-launcher {
  border-radius: 2px;
  width: 56px;
  height: 56px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-light);
  color: var(--gold);
  box-shadow: var(--shadow-premium);
}

.chat-panel {
  border-radius: 2px;
}

.scroll-top {
  border-radius: 2px;
}

.whatsapp-float {
  border-radius: 2px;
  width: 52px;
  height: 52px;
}

/* ─── Awards without emoji feel ─── */
.award-card {
  border-radius: 2px;
  background: transparent;
}

.award-icon {
  font-size: 0;
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 1.5rem;
}

/* ─── Premium section dividers ─── */
.intro,
.services-preview,
.featured-work,
.testimonials {
  position: relative;
}

.services-preview::before,
.featured-work::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1280px, 90vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

/* ─── Preloader ─── */
.preloader-progress {
  background: var(--gold);
}

/* ─── Mobile menu ─── */
.mobile-menu a {
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* ─── Philosophy strip ─── */
.philosophy-strip {
  padding: var(--section-pad) 0;
  background: var(--bg-primary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.philosophy-item {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
}

.philosophy-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: rgba(201, 169, 98, 0.15);
  line-height: 1;
  margin-bottom: 1.25rem;
}

.philosophy-item h4 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
}

.philosophy-item p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.75;
}

@media (max-width: 768px) {
  .stat-card {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 2rem 1.5rem;
  }

  .stat-card:last-child { border-bottom: none; }

  h1 { font-size: clamp(2.5rem, 10vw, 3.5rem); }

  .philosophy-grid { grid-template-columns: 1fr; }
}
