/*
Theme Name: Vasudheva Projects
Theme URI: https://vasudhevaprojects.com
Description: Premium residential real estate theme for Vasudheva Projects. Built for WordPress + Elementor FREE. Preserves the existing dark luxury design system (gold accents, glass surfaces, architectural photography).
Version: 1.0.0
Author: Vasudheva Projects
Author URI: https://vasudhevaprojects.com
Text Domain: vasudheva
Tags: custom-background, custom-logo, featured-images, theme-options, translation-ready, full-width-template

==========================================================================
  Vasudheva Projects — Design System CSS
  Ported from Next.js globals.css (src/styles/globals.css)
  Premium dark theme: deep navy / charcoal + warm gold accents.
==========================================================================
*/

/* ================================================================== *
   FONT LOADING
   Brand: Cinzel | Heading: Playfair Display | Body: Inter
* ================================================================== */
@font-face {
  font-family: 'Cinzel';
  src: url('assets/fonts/cinzel/cinzel-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('assets/fonts/cinzel/cinzel-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair/playfair-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair/playfair-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/inter-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter/inter-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ================================================================== *
   DESIGN SYSTEM TOKENS
* ================================================================== */
:root {
  /* Palette */
  --vp-color-navy: #0a0f1e;
  --vp-color-navy-light: #0f172a;
  --vp-color-charcoal: #121826;
  --vp-color-gold: #d4af57;
  --vp-color-gold-muted: #b89a5e;
  --vp-color-stone-natural: #d4c9b8;
  --vp-color-stone-cream: #f3efe6;
  --vp-color-stone-taupe: #b8a99b;

  /* Surfaces */
  --vp-surface: #0a0f1e;
  --vp-surface-elevated: #0f172a;
  --vp-surface-card: rgba(15, 23, 42, 0.6);

  /* Text */
  --vp-text-primary: #f8f9fa;
  --vp-text-secondary: #c4c9d3;
  --vp-text-tertiary: #8b94a7;

  /* Borders / dividers */
  --vp-border: rgba(201, 167, 123, 0.22);
  --vp-border-strong: rgba(201, 167, 123, 0.35);

  /* Animation timing */
  --vp-ease-out: cubic-bezier(0.07, 0.62, 0.28, 1);
  --vp-ease-in-out: cubic-bezier(0.65, 0.05, 0.36, 1);
  --vp-ease-cinematic: cubic-bezier(0.22, 1, 0.36, 1);

  /* Glass surfaces */
  --vp-glass-bg: rgba(10, 15, 30, 0.45);
  --vp-glass-bg-strong: rgba(10, 15, 30, 0.68);
  --vp-glass-bg-soft: rgba(18, 24, 38, 0.38);
  --vp-glass-border: rgba(255, 255, 255, 0.12);
  --vp-glass-border-gold: rgba(201, 167, 123, 0.35);
  --vp-glass-highlight: rgba(255, 255, 255, 0.08);
  --vp-glass-shadow: 0 18px 50px -12px rgba(2, 6, 18, 0.55);
  --vp-glass-blur: 18px;

  /* Luxe palette */
  --vp-near-black: #080b10;
  --vp-charcoal: #10151d;
  --vp-white-soft: rgba(255, 255, 255, 0.72);
  --vp-gold-luxe: #d4af57;
  --vp-gold-soft: rgba(212, 175, 87, 0.35);
  --vp-glass-bg-luxe: rgba(10, 15, 24, 0.55);
  --vp-glass-border-luxe: rgba(255, 255, 255, 0.12);

  /* Sunrise palette (channel triplets) */
  --sunrise-blue: 110, 150, 190;
  --sunrise-lavender: 150, 140, 190;
  --sunrise-rose: 205, 140, 150;
  --sunrise-peach: 214, 150, 120;
  --sunrise-amber: 240, 175, 95;
  --sunrise-gold: 241, 201, 120;

  /* Atmosphere */
  --vp-sunrise: #e9cfa6;
  --vp-sunrise-soft: rgba(233, 207, 166, 0.14);
  --vp-amber-glow: rgba(212, 175, 87, 0.1);
  --vp-blue-atmosphere: rgba(66, 92, 158, 0.16);
  --vp-rose-atmosphere: rgba(174, 132, 140, 0.1);

  /* Intro */
  --vp-intro-bg: #06070b;
  --vp-intro-fade: 900ms;
  --vp-intro-atmosphere:
    radial-gradient(120% 76% at 50% 118%, rgba(212, 175, 87, 0.1), transparent 58%),
    radial-gradient(86% 54% at 10% -14%, rgba(66, 92, 158, 0.07), transparent 60%),
    radial-gradient(64% 46% at 90% 2%, rgba(233, 207, 166, 0.05), transparent 62%);
}

/* ================================================================== *
   BASE / GLOBAL
* ================================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem;
  overflow-x: clip;
  font-size: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.6;
  background: var(--vp-surface);
  color: var(--vp-text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" 1, "kern" 1;
  overflow-x: hidden;
  position: relative;
}

font {
  font-family: 'Inter', system-ui, sans-serif;
}
h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Playfair Display', Georgia, serif;
}
.font-body {
  font-family: 'Inter', system-ui, sans-serif;
}
.font-brand {
  font-family: 'Cinzel', Georgia, serif;
}

/* Selection colour */
::selection {
  background: rgba(212, 175, 87, 0.28);
  color: #fff;
}

/* Tap highlight */
@media (hover: none) {
  html {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ================================================================== *
   TYPOGRAPHY SCALE
* ================================================================== */
h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.25rem; }
@media (min-width: 640px) { h3 { font-size: 1.35rem; } }
h4 { font-size: 1.125rem; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.text-xs, .text-sm, .text-base, .text-lg, .text-xl, .text-2xl, .text-3xl, .text-4xl, .text-5xl { line-height: 1.2; }

/* ================================================================== *
   CONTAINER
* ================================================================== */
.vp-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) { .vp-container { padding-left: 2rem; padding-right: 2rem; } }
@media (min-width: 1024px) { .vp-container { padding-left: 2.5rem; padding-right: 2.5rem; } }

/* ================================================================== *
   WHATSAPP FLOATING BUTTON
* ================================================================== */
.vp-whatsapp-fab {
  position: fixed;
  right: 16px;
  bottom: calc(5.5rem + env(safe-area-inset-bottom));
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 9999px;
  color: #ffffff;
  background-color: #25d366;
  box-shadow:
    0 10px 24px -6px rgba(37, 211, 102, 0.5),
    0 0 0 0 rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease;
  animation: vp-whatsapp-glow 2.6s ease-out infinite;
}
.vp-whatsapp-fab:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
@keyframes vp-whatsapp-glow {
  0% { box-shadow: 0 10px 24px -6px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70% { box-shadow: 0 10px 24px -6px rgba(37, 211, 102, 0.5), 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 10px 24px -6px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (min-width: 768px) {
  .vp-whatsapp-fab {
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
  }
  .vp-whatsapp-fab:hover { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .vp-whatsapp-fab { animation: none; transition: none; }
  .vp-whatsapp-fab:hover { transform: none; }
}

/* ================================================================== *
   CUSTOM UTILITY CLASSES
* ================================================================== */
.mask-image-gradient {
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}
.text-balance { text-wrap: balance; }
.text-pretty { text-wrap: pretty; }
.accent-underline { position: relative; }
.accent-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 1.75rem;
  height: 0.15rem;
  background: var(--vp-color-gold);
  border-radius: 9999px;
}
.gold-rule { position: relative; }
.gold-rule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 1px;
  background: var(--vp-color-gold);
}

/* Animations */
@keyframes vpFadeUp {
  0% { opacity: 0; transform: translateY(0.75rem); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes vpFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.animate-fade-up { animation: vpFadeUp 0.75s ease-out both; }
.animate-fade-in { animation: vpFadeIn 0.6s ease-out both; }

/* Hero entrance */
@keyframes vpHeroRise {
  0% { opacity: 0; transform: translateY(1.4rem); }
  100% { opacity: 1; transform: translateY(0); }
}
.vp-hero-enter { animation: vpHeroRise 0.9s var(--vp-ease-out) both; }
@keyframes vpHeroSettle {
  0% { transform: scale(1.05); }
  100% { transform: none; }
}
.vp-hero-settle { animation: vpHeroSettle 1.4s var(--vp-ease-out) both; }

/* ================================================================== *
   GLASS SYSTEM
* ================================================================== */
.vp-glass {
  background-color: var(--vp-glass-bg);
  -webkit-backdrop-filter: blur(var(--vp-glass-blur)) saturate(130%);
  backdrop-filter: blur(var(--vp-glass-blur)) saturate(130%);
  border: 1px solid var(--vp-glass-border);
  box-shadow: var(--vp-glass-shadow), inset 0 1px 0 var(--vp-glass-highlight);
}
.vp-glass-strong {
  background-color: var(--vp-glass-bg-strong);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  backdrop-filter: blur(22px) saturate(135%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px -16px rgba(2, 6, 18, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.vp-glass-soft {
  background-color: var(--vp-glass-bg-soft);
  -webkit-backdrop-filter: blur(14px) saturate(125%);
  backdrop-filter: blur(14px) saturate(125%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 36px -14px rgba(2, 6, 18, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.vp-glass-sheen {
  position: relative;
  overflow: hidden;
}
.vp-glass-sheen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.015) 34%, transparent 58%);
}
.vp-gold-hairline { position: relative; }
.vp-gold-hairline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201, 167, 123, 0.55), transparent);
  pointer-events: none;
}
.vp-ambient-depth {
  background-image:
    radial-gradient(1100px 560px at 88% -6%, rgba(201, 167, 123, 0.05), transparent 62%),
    radial-gradient(900px 520px at -8% 32%, rgba(66, 92, 158, 0.07), transparent 60%);
}

/* Premium gold accent */
.vp-gold-glow {
  background: radial-gradient(62% 52% at 50% 0%, rgba(212, 175, 87, 0.12), transparent 72%);
}
.vp-vfade {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%);
}
.vp-glass-luxe {
  background-color: var(--vp-glass-bg-luxe);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
  border: 1px solid var(--vp-glass-border-luxe);
  box-shadow: 0 24px 60px -20px rgba(2, 6, 18, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.vp-gold-edge {
  box-shadow: 0 24px 60px -22px rgba(2, 6, 18, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(201, 167, 123, 0.28),
    0 0 34px -6px rgba(201, 167, 123, 0.22);
}
.vp-glass-capsule {
  background-color: rgba(10, 15, 24, 0.34);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 44px -20px rgba(2, 6, 18, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.vp-nav-active {
  color: var(--vp-color-gold);
  text-shadow: 0 0 16px rgba(212, 175, 87, 0.5);
}

/* ================================================================== *
   ATMOSPHERIC GRADIENT SYSTEM (per-section glows)
* ================================================================== */
.vp-atmos-amber {
  background-image: radial-gradient(62% 48% at 50% 0%, var(--vp-amber-glow), transparent 72%);
}
.vp-atmos-blue {
  background-image: radial-gradient(70% 60% at 50% 100%, var(--vp-blue-atmosphere), transparent 74%);
}
.vp-atmos-rose {
  background-image: radial-gradient(48% 46% at 82% 8%, var(--vp-rose-atmosphere), transparent 70%);
}
.vp-atmos-sunrise {
  background-image:
    radial-gradient(58% 44% at 18% 6%, var(--vp-sunrise-soft), transparent 70%),
    radial-gradient(60% 50% at 92% 100%, var(--vp-blue-atmosphere), transparent 74%);
}
.vp-page-atmosphere {
  background-image:
    radial-gradient(48% 40% at 12% 8%, rgba(212, 175, 87, 0.06), transparent 70%),
    radial-gradient(46% 42% at 88% 22%, rgba(66, 92, 158, 0.08), transparent 72%),
    radial-gradient(60% 50% at 50% 100%, rgba(174, 132, 140, 0.05), transparent 74%);
}

/* Sunrise atmosphere per-section variants */
.atmos-hero {
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(var(--sunrise-amber), 0.22), transparent 60%),
    radial-gradient(ellipse 50% 40% at 18% 8%, rgba(var(--sunrise-blue), 0.20), transparent 60%);
}
.atmos-stats {
  background:
    radial-gradient(ellipse 42% 50% at 86% 0%, rgba(var(--sunrise-amber), 0.20), transparent 62%),
    radial-gradient(ellipse 55% 50% at 8% 100%, rgba(40, 70, 110, 0.22), transparent 62%);
}
.atmos-difference {
  background:
    radial-gradient(ellipse 45% 40% at 82% 18%, rgba(var(--sunrise-rose), 0.18), transparent 60%),
    radial-gradient(ellipse 50% 45% at 14% 30%, rgba(var(--sunrise-blue), 0.20), transparent 62%),
    radial-gradient(ellipse 40% 40% at 60% 100%, rgba(var(--sunrise-peach), 0.16), transparent 60%);
}
.atmos-principles {
  background:
    radial-gradient(ellipse 50% 45% at 50% 0%, rgba(var(--sunrise-gold), 0.18), transparent 60%),
    radial-gradient(ellipse 50% 50% at 50% 100%, rgba(40, 70, 110, 0.20), transparent 62%);
}
.atmos-story {
  background:
    radial-gradient(ellipse 45% 45% at 86% 88%, rgba(var(--sunrise-peach), 0.18), transparent 60%),
    radial-gradient(ellipse 45% 40% at 52% 0%, rgba(var(--sunrise-lavender), 0.16), transparent 60%),
    radial-gradient(ellipse 50% 45% at 12% 22%, rgba(var(--sunrise-blue), 0.18), transparent 62%);
}
.atmos-properties {
  background:
    radial-gradient(ellipse 45% 50% at 82% 10%, rgba(var(--sunrise-amber), 0.20), transparent 62%),
    radial-gradient(ellipse 55% 50% at 6% 100%, rgba(40, 70, 110, 0.20), transparent 62%);
}
.atmos-projects {
  background:
    radial-gradient(ellipse 50% 45% at 18% 0%, rgba(var(--sunrise-blue), 0.20), transparent 60%),
    radial-gradient(ellipse 45% 45% at 86% 90%, rgba(var(--sunrise-gold), 0.18), transparent 62%);
}
.atmos-about {
  background:
    radial-gradient(ellipse 45% 40% at 50% 0%, rgba(var(--sunrise-rose), 0.16), transparent 60%),
    radial-gradient(ellipse 45% 40% at 82% 80%, rgba(var(--sunrise-lavender), 0.14), transparent 60%),
    radial-gradient(ellipse 50% 45% at 12% 30%, rgba(var(--sunrise-blue), 0.18), transparent 62%);
}
.atmos-contact {
  background:
    radial-gradient(ellipse 60% 50% at 72% 60%, rgba(var(--sunrise-amber), 0.26), transparent 62%),
    radial-gradient(ellipse 50% 50% at 18% 10%, rgba(var(--sunrise-blue), 0.18), transparent 62%);
}
.atmos-cta {
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(var(--sunrise-peach), 0.30), transparent 65%),
    radial-gradient(ellipse 60% 50% at 20% 0%, rgba(var(--sunrise-amber), 0.24), transparent 62%),
    radial-gradient(ellipse 60% 50% at 92% 100%, rgba(var(--sunrise-gold), 0.22), transparent 64%);
}
.atmos-footer {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(var(--sunrise-amber), 0.20), transparent 60%),
    radial-gradient(ellipse 60% 60% at 50% 100%, rgba(20, 40, 70, 0.30), transparent 65%);
}
.atmos-gallery {
  background:
    radial-gradient(ellipse 55% 45% at 80% 10%, rgba(var(--sunrise-gold), 0.18), transparent 62%),
    radial-gradient(ellipse 50% 45% at 12% 90%, rgba(var(--sunrise-blue), 0.18), transparent 62%);
}

/* ================================================================== *
   GLOBAL CINEMATIC ATMOSPHERE (behind-content layer)
* ================================================================== */
.global-atmosphere {
  --ga-amber: rgba(241, 201, 120, 0.20);
  --ga-peach: rgba(222, 150, 108, 0.17);
  --ga-indigo: rgba(72, 98, 162, 0.22);
  --ga-rose: rgba(190, 140, 150, 0.08);
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(85% 55% at 50% -4%, rgba(245, 195, 120, 0.28), transparent 60%),
    radial-gradient(50% 46% at 18% 14%, var(--ga-amber), transparent 64%),
    radial-gradient(54% 50% at 86% 66%, var(--ga-peach), transparent 68%),
    radial-gradient(92% 62% at 50% 122%, var(--ga-indigo), transparent 74%),
    radial-gradient(64% 42% at 50% 52%, var(--ga-rose), transparent 72%),
    linear-gradient(to bottom, #121b32 0%, #0f1526 16%, #0b0f1e 38%, #090c16 62%, #080b11 82%, #070a0d 100%);
  background-blend-mode: screen, screen, screen, screen, screen, normal;
  animation: gaDrift 30s ease-in-out infinite alternate;
  will-change: transform;
}
.global-atmosphere::before {
  content: "";
  position: absolute;
  inset: -12%;
  background: radial-gradient(58% 50% at 50% 42%, rgba(150, 140, 190, 0.05), transparent 70%);
  mix-blend-mode: screen;
}
.global-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.05;
  mix-blend-mode: overlay;
}
@keyframes gaDrift {
  0% { transform: translate3d(-1.2%, -0.6%, 0) scale(1.03); }
  100% { transform: translate3d(1.2%, 0.6%, 0) scale(1.05); }
}
.ga-gallery { --ga-amber: rgba(241, 201, 120, 0.14); --ga-indigo: rgba(72, 98, 162, 0.26); --ga-peach: rgba(140, 165, 210, 0.12); }
.ga-about { --ga-indigo: rgba(90, 115, 195, 0.26); --ga-rose: rgba(165, 150, 200, 0.12); }
.ga-projects, .ga-project-detail { --ga-amber: rgba(241, 201, 120, 0.22); --ga-peach: rgba(222, 150, 108, 0.18); }
.ga-contact { --ga-amber: rgba(241, 201, 120, 0.20); }
.ga-page { --ga-indigo: rgba(90, 115, 195, 0.18); --ga-amber: rgba(241, 201, 120, 0.12); }
.ga-blog { --ga-indigo: rgba(72, 98, 162, 0.20); --ga-peach: rgba(140, 165, 210, 0.10); }
.ga-home { display: none; }
@media (max-width: 768px) {
  .global-atmosphere {
    animation-duration: 38s;
    background:
      radial-gradient(92% 46% at 50% -6%, rgba(245, 195, 120, 0.24), transparent 60%),
      radial-gradient(62% 42% at 18% 14%, var(--ga-amber), transparent 66%),
      radial-gradient(66% 44% at 86% 70%, var(--ga-peach), transparent 70%),
      radial-gradient(100% 60% at 50% 122%, var(--ga-indigo), transparent 74%),
      linear-gradient(to bottom, #121b32 0%, #0f1526 16%, #0b0f1e 38%, #090c16 62%, #080b11 82%, #070a0d 100%);
    background-blend-mode: screen, screen, screen, screen, normal;
  }
  .global-atmosphere::after { opacity: 0.03; }
}
@media (prefers-reduced-motion: reduce) {
  .global-atmosphere { animation: none; transform: none; }
}

/* Neutrals for homepage (no atmospheric patches) */
.atmos-hero, .atmos-stats, .atmos-difference, .atmos-principles, .atmos-story,
.atmos-properties, .atmos-projects, .atmos-about, .atmos-contact, .atmos-cta,
.atmos-footer, .atmos-gallery, .vp-atmos-amber, .vp-atmos-blue, .vp-atmos-rose,
.vp-atmos-sunrise, .vp-gold-glow, .vp-page-atmosphere, .vp-ambient-depth, .vp-sunrise-layer {
  background-image: none !important;
}

/* ================================================================== *
   STABLE CINEMATIC REVEAL (homepage sections)
* ================================================================== */
html.vp-reveal-ready .vp-cinematic {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.4s var(--vp-ease-cinematic), transform 1.4s var(--vp-ease-cinematic);
}
html.vp-reveal-ready .vp-cinematic.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  html.vp-reveal-ready .vp-cinematic { transform: translateY(45px); }
}
@media (max-width: 640px) {
  html.vp-reveal-ready .vp-cinematic {
    transform: translateY(35px);
    transition: opacity 1.2s var(--vp-ease-cinematic), transform 1.2s var(--vp-ease-cinematic);
  }
}
@media (prefers-reduced-motion: reduce) {
  html.vp-reveal-ready .vp-cinematic,
  html.vp-reveal-ready .vp-cinematic.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ================================================================== *
   CONTACT PAGE ATMOSPHERE
* ================================================================== */
.contact-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(54% 42% at 50% 6%, rgba(245, 195, 120, 0.22), transparent 60%),
    radial-gradient(52% 46% at 50% 46%, rgba(220, 150, 108, 0.16), transparent 64%),
    radial-gradient(64% 52% at 50% 104%, rgba(72, 98, 162, 0.18), transparent 70%);
  background-blend-mode: screen, screen, screen;
  animation: vpContactDrift 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes vpContactDrift {
  0% { transform: translate3d(-1%, -0.5%, 0) scale(1.02); }
  100% { transform: translate3d(1%, 0.5%, 0) scale(1.04); }
}
@media (max-width: 768px) {
  .contact-atmosphere {
    animation-duration: 28s;
    background:
      radial-gradient(60% 30% at 50% 6%, rgba(240, 175, 95, 0.12), transparent 60%),
      radial-gradient(58% 36% at 50% 46%, rgba(214, 150, 120, 0.09), transparent 64%),
      radial-gradient(70% 40% at 50% 100%, rgba(66, 92, 158, 0.10), transparent 68%),
      linear-gradient(to bottom, #0b1124 0%, #0a0e1c 24%, #090c17 52%, #080b13 80%, #070a0e 100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-atmosphere { animation: none; transform: none; }
}

/* ================================================================== *
   OUR STORY SECTION (background image + scrim)
* ================================================================== */
.vp-story-bg {
  background-image: url('assets/images/about/story.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vp-story-scrim {
  background-image:
    linear-gradient(to right, rgba(7, 10, 17, 0.96) 0%, rgba(7, 10, 17, 0.8) 22%, rgba(7, 10, 17, 0.45) 52%, rgba(7, 10, 17, 0.1) 100%),
    linear-gradient(rgba(7, 10, 17, 0.06), rgba(7, 10, 17, 0.06));
}
@media (min-width: 641px) and (max-width: 1024px) {
  .vp-story-scrim {
    background-image:
      linear-gradient(to right, rgba(7, 10, 17, 0.97) 0%, rgba(7, 10, 17, 0.86) 30%, rgba(7, 10, 17, 0.58) 66%, rgba(7, 10, 17, 0.24) 100%),
      linear-gradient(rgba(7, 10, 17, 0.1), rgba(7, 10, 17, 0.1));
  }
}
@media (max-width: 640px) {
  .vp-story-bg { background-position: 62% center; }
  .vp-story-scrim {
    background-image:
      linear-gradient(to right, rgba(7, 10, 17, 0.94) 0%, rgba(7, 10, 17, 0.84) 38%, rgba(7, 10, 17, 0.7) 100%),
      linear-gradient(rgba(7, 10, 17, 0.16), rgba(7, 10, 17, 0.16));
  }
}

/* ================================================================== *
   LOGO INTRO
* ================================================================== */
html[data-vp-intro="play"]::after,
html[data-vp-intro="held"]::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background-color: var(--vp-intro-bg);
  background-image: var(--vp-intro-atmosphere);
  animation: vp-intro-failsafe 11s forwards;
}
html[data-vp-intro="off"] .vp-intro { display: none !important; }
.vp-intro {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  padding: min(3vw, 2.5rem);
  overflow: hidden;
  background-color: var(--vp-intro-bg);
  background-image: var(--vp-intro-atmosphere);
  opacity: 1;
  transition: opacity var(--vp-intro-fade) var(--vp-ease-cinematic);
  touch-action: none;
  overscroll-behavior: contain;
  -webkit-tap-highlight-color: transparent;
  animation: vp-intro-failsafe 11s forwards;
}
.vp-intro[data-state="fading"] { opacity: 0; pointer-events: none; }
@keyframes vp-intro-failsafe {
  0%, 90% { opacity: 1; visibility: visible; pointer-events: auto; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}
.vp-intro__video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 1080px;
  object-fit: contain;
  background-color: transparent;
  opacity: 0;
  transition: opacity 700ms var(--vp-ease-out);
}
.vp-intro[data-ready="true"] .vp-intro__video { opacity: 1; }
.vp-intro__vignette {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(130% 96% at 50% 50%, transparent 44%, rgba(2, 3, 6, 0.5) 100%);
}
.vp-intro__skip {
  position: absolute;
  z-index: 2;
  right: max(1.25rem, env(safe-area-inset-right, 0px));
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  padding: 0.5rem 0.375rem;
  border: 0;
  background: none;
  font: inherit;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  opacity: 0;
  transition: opacity 700ms var(--vp-ease-out), color 300ms ease;
}
.vp-intro[data-controls="true"] .vp-intro__skip { opacity: 1; }
.vp-intro__skip:hover { color: var(--vp-color-gold); }
.vp-intro__skip:focus-visible { color: var(--vp-color-gold); outline: 1px solid var(--vp-color-gold); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html[data-vp-intro="play"]::after,
  html[data-vp-intro="held"]::after { display: none; }
  .vp-intro { display: none !important; }
}
@media print {
  html[data-vp-intro="play"]::after,
  html[data-vp-intro="held"]::after { display: none; }
  .vp-intro { display: none !important; }
}

/* ================================================================== *
   BUTTONS
* ================================================================== */
.vp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
}
.vp-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.vp-btn-primary, .vp-btn-gold {
  background: linear-gradient(135deg, #f3d089 0%, #e6ad5e 52%, #cf8f43 100%);
  color: #0a0f1e;
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  border: 1px solid transparent;
}
.vp-btn-primary:hover, .vp-btn-gold:hover {
  filter: brightness(110%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 0 30px rgba(240, 175, 95, 0.45);
  transform: scale(1.02);
}
.vp-btn-primary:focus-visible, .vp-btn-gold:focus-visible {
  outline: 2px solid var(--vp-color-gold);
  outline-offset: 2px;
}
.vp-btn-outline {
  border: 1px solid var(--vp-border);
  color: var(--vp-text-primary);
  background: transparent;
}
.vp-btn-outline:hover {
  border-color: var(--vp-color-gold);
  color: var(--vp-color-gold);
}
.vp-btn-outline:focus-visible {
  outline: 2px solid var(--vp-color-gold);
  outline-offset: 2px;
}
.vp-btn-ghost {
  background: transparent;
  color: var(--vp-text-primary);
  border: none;
}
.vp-btn-ghost:hover { color: var(--vp-color-gold); }
.vp-btn-sm { padding: 0.5rem 1rem; font-size: 0.875rem; }
.vp-btn-md { padding: 0.75rem 1.5rem; font-size: 0.875rem; }
.vp-btn-lg { padding: 0.875rem 1.75rem; font-size: 1rem; }
.vp-btn-xl { padding: 1rem 2rem; font-size: 1.125rem; }

/* ================================================================== *
   SECTION HEADING
* ================================================================== */
.vp-section-heading {
  display: flex;
  flex-direction: column;
  align-items: var(--vp-heading-align, center);
}
.vp-section-heading.eyebrow { display: block; }
.vp-section-heading .vp-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--vp-color-gold);
}
.vp-section-heading h2 {
  margin-top: 0.75rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  color: var(--vp-text-primary);
}
.vp-section-heading.display h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.vp-section-heading.upper h2 { text-transform: uppercase; letter-spacing: 0.01em; }
.vp-section-heading .vp-accent {
  margin-top: 1rem;
  height: 1px;
  width: 2.5rem;
  background: var(--vp-color-gold);
}
.vp-section-heading.center .vp-accent { margin-left: auto; margin-right: auto; }
.vp-section-heading .vp-subtitle {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1rem;
  color: var(--vp-text-secondary);
}

/* ================================================================== *
   OVERLAY IMAGE UTILITY
* ================================================================== */
.vp-overlay-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.vp-overlay-img--cover { object-position: center; }

/* ================================================================== *
   RESPONSIVE GRID
* ================================================================== */
.vp-grid-3 {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .vp-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .vp-grid-3 { grid-template-columns: repeat(3, 1fr); } }

/* ================================================================== *
   WORDPRESS CORE RESET / COMPAT
* ================================================================== */
.wp-site-blocks > .wp-block-group > .wp-block-group { margin: 0; }
.wp-block-group { margin: 0; }
.wp-site-blocks { overflow-x: hidden; }
.alignfull { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.alignfull img { width: 100%; height: auto; }

/* ================================================================== *
   TAILWIND RESPONSIVE UTILITIES
 * ================================================================== */
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .sm\:flex { display: flex; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .sm\:pt-20 { padding-top: 5rem; }
  .sm\:pb-24 { padding-bottom: 6rem; }
  .sm\:gap-6 { gap: 1.5rem; }
  .sm\:gap-8 { gap: 2rem; }
  .sm\:text-base { font-size: 1rem; }
  .sm\:text-lg { font-size: 1.125rem; }
  .sm\:text-xl { font-size: 1.25rem; }
  .sm\:text-2xl { font-size: 1.5rem; }
  .sm\:text-4xl { font-size: 2.25rem; }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:row-span-2 { grid-row: span 2 / span 2; }
  .sm\:aspect-\[2\/1\] { aspect-ratio: 2 / 1; }
  .sm\:p-7 { padding: 1.75rem; }
}
@media (min-width: 768px) {
  .md\:hidden { display: none; }
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:grid { display: grid; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:justify-center { justify-content: center; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:pl-8 { padding-left: 2rem; }
  .md\:pr-4 { padding-right: 1rem; }
  .md\:pt-36 { padding-top: 9rem; }
  .md\:pb-24 { padding-bottom: 6rem; }
  .md\:gap-3 { gap: 0.75rem; }
  .md\:gap-6 { gap: 1.5rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:gap-14 { gap: 3.5rem; }
  .md\:text-base { font-size: 1rem; }
  .md\:text-lg { font-size: 1.125rem; }
  .md\:text-xl { font-size: 1.25rem; }
  .md\:text-2xl { font-size: 1.5rem; }
  .md\:text-3xl { font-size: 1.875rem; }
  .md\:text-4xl { font-size: 2.25rem; }
  .md\:text-\[2\.75rem\] { font-size: 2.75rem; }
  .md\:text-5xl { font-size: 3rem; }
  .md\:text-sm { font-size: 0.875rem; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:col-span-7 { grid-column: span 7 / span 7; }
  .md\:col-span-5 { grid-column: span 5 / span 5; }
  .md\:col-span-12 { grid-column: span 12 / span 12; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .md\:grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .md\:p-7 { padding: 1.75rem; }
  .md\:min-h-\[300px\] { min-height: 300px; }
  .md\:flex-1 { flex: 1 1 0%; }
  .md\:w-\[66\%\] { width: 66%; }
  .md\:w-\[60\%\] { width: 60%; }
}
@media (min-width: 1024px) {
  .lg\:pt-40 { padding-top: 10rem; }
  .lg\:pb-24 { padding-bottom: 6rem; }
  .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .lg\:pt-36 { padding-top: 9rem; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:row-span-2 { grid-row: span 2 / span 2; }
  .lg\:gap-3 { gap: 0.75rem; }
  .lg\:gap-8 { gap: 2rem; }
  .lg\:gap-14 { gap: 3.5rem; }
  .lg\:text-5xl { font-size: 3rem; }
  .lg\:text-2xl { font-size: 1.5rem; }
  .lg\:text-xl { font-size: 1.25rem; }
  .lg\:text-base { font-size: 1rem; }
  .lg\:text-lg { font-size: 1.125rem; }
  .lg\:max-w-4xl { max-width: 56rem; }
  .lg\:min-h-\[640px\] { min-height: 640px; }
  .lg\:w-\[60\%\] { width: 60%; }
  .lg\:right-8 { right: 2rem; }
  .lg\:bottom-8 { bottom: 2rem; }
}

/* ================================================================== *
   ESSENTIAL UTILITY CLASSES
 * ================================================================== */
.line-clamp-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.h-px { height: 1px; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.h-9 { height: 2.25rem; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.h-4 { height: 1rem; }
.w-4 { width: 1rem; }
.h-12 { height: 3rem; }
.w-auto { width: auto; }
.mt-0\\.5 { margin-top: 0.125rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-9 { margin-top: 2.25rem; }
.mb-4 { margin-bottom: 1rem; }
.ml-3 { margin-left: 0.75rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-sm { max-width: 24rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-\[32rem\] { max-width: 32rem; }
.w-\[92%\] { width: 92%; }
.h-16 { height: 4rem; }

/* ================================================================== *
   ARBITRARY VALUE UTILITIES
 * ================================================================== */
.text-\[0\.65rem\] { font-size: 0.65rem; }
.tracking-\[0\.02em\] { letter-spacing: 0.02em; }
.rounded-\[22px\] { border-radius: 22px; }
.backdrop-blur-\[20px\] { backdrop-filter: blur(20px); }
.saturate-\[130\%\] { filter: saturate(130%); }
.duration-250 { transition-duration: 250ms; }
.mb-\[calc(env\(safe-area-inset-bottom\)\+1rem)\] { margin-bottom: calc(env(safe-area-inset-bottom) + 1rem); }
.shadow-\[0_18px_50px_-12px_rgba\(2,6,18,0\.55\)\] { box-shadow: 0 18px 50px -12px rgba(2,6,18,0.55); }
.drop-shadow-\[0_0_10px_rgba\(212,175,87,0\.55\)\] { filter: drop-shadow(0 0 10px rgba(212,175,87,0.55)); }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
