/* IMPERIUM AUTO GENÈVE — Luxury UI/UX Design System */

:root {
  --lux-black: #080808;
  --lux-warm-black: #0c0b0a;
  --lux-charcoal: #121110;
  --lux-graphite: #1a1917;
  --lux-champagne: #b5a384;
  --lux-gold: #9a8660;
  --lux-gold-light: #c4b08a;
  --lux-gold-muted: rgba(181, 163, 132, 0.35);
  --lux-gold-subtle: rgba(181, 163, 132, 0.12);
  --lux-ivory: #e8e4dc;
  --lux-ivory-soft: rgba(232, 228, 220, 0.72);
  --lux-ivory-muted: rgba(232, 228, 220, 0.42);
  --lux-border: rgba(181, 163, 132, 0.14);
  --lux-border-hover: rgba(181, 163, 132, 0.32);
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", system-ui, sans-serif;
  --ease-luxury: cubic-bezier(0.22, 1, 0.36, 1);
  --section-space: clamp(7rem, 14vw, 11rem);
  --container: min(72rem, 92vw);
}

/* ── Base ── */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--lux-black) !important;
  color: var(--lux-ivory) !important;
  font-family: var(--font-sans) !important;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.gold-sprinkles-container {
  pointer-events: none !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 50 !important;
  overflow: hidden !important;
}

.gold-sprinkle,
.gold-sprinkle-lux {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  background: radial-gradient(
    circle at 35% 35%,
    #fff4d6 0%,
    #e8cc82 38%,
    #c4a86a 72%,
    #9a8660 100%
  );
  box-shadow:
    0 0 8px rgba(232, 204, 130, 0.95),
    0 0 16px rgba(196, 168, 106, 0.45);
  animation-name: luxSprinkleFall !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  animation-duration: var(--fall-duration, 30s) !important;
  animation-delay: var(--fall-delay, 0s) !important;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.gold-sprinkle-lux {
  filter: saturate(1.2);
}

@keyframes luxSprinkleFall {
  0% {
    opacity: 0;
    transform: translate3d(var(--drift-x, 0px), var(--start-y, -20px), 0) scale(0.7);
  }
  10% {
    opacity: 0.9;
  }
  85% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(var(--drift-x, 0px) + 12px), calc(var(--start-y, -20px) + 110vh), 0) scale(1);
  }
}

.gold-particles {
  display: block !important;
  background-image:
    radial-gradient(circle, rgba(232, 204, 130, 0.22) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(196, 168, 106, 0.14) 0.8px, transparent 1.2px);
  background-size: 48px 48px, 72px 72px;
  background-position: 0 0, 24px 36px;
  opacity: 0.14 !important;
  animation: luxParticleDrift 48s linear infinite;
}

@keyframes luxParticleDrift {
  from { background-position: 0 0, 24px 36px; }
  to { background-position: 0 120px, 24px 156px; }
}

/* ── Luxury gold cursor (Vanté-inspired) ── */
body.lux-custom-cursor,
body.lux-custom-cursor * {
  cursor: none !important;
}

.lux-cursor-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100000;
}

.lux-cursor-dot,
.lux-cursor-ring,
.lux-cursor-halo {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform-origin: center center;
  will-change: transform, width, height, opacity;
}

.lux-cursor-ring {
  border: 1px solid rgba(232, 204, 130, 0.55);
  background: transparent;
  box-shadow: 0 0 18px rgba(232, 204, 130, 0.12);
}

.lux-cursor-halo {
  filter: blur(12px);
}

.lux-cursor-dot {
  box-shadow: 0 0 10px rgba(232, 204, 130, 0.8);
}

/* ── Editorial utilities ── */
.ed-label {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--lux-champagne);
  opacity: 0.75;
  margin-bottom: 1.75rem;
}

.ed-divider {
  width: 2.5rem;
  height: 1px;
  background: var(--lux-gold-muted);
  margin: 0 auto 2.5rem;
}

.ed-headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.01em;
  color: var(--lux-ivory);
  max-width: 18ch;
  margin-inline: auto;
}

.ed-subline {
  font-family: var(--font-sans);
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--lux-ivory-muted);
  max-width: 36ch;
  margin-inline: auto;
}

/* ── Header ── */
.header-luxury {
  background: rgba(8, 8, 8, 0.55) !important;
  backdrop-filter: blur(16px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
  border-bottom: 1px solid transparent !important;
  transition: all 0.5s var(--ease-luxury) !important;
}

.header-luxury .max-w-7xl {
  max-width: var(--container) !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.header-scrolled {
  background: rgba(8, 8, 8, 0.92) !important;
  border-bottom-color: var(--lux-border) !important;
  box-shadow: 0 1px 0 rgba(181, 163, 132, 0.06) !important;
}

.header-scrolled .max-w-7xl {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.header-logo-wrapper {
  height: 2.75rem !important;
  width: 2.75rem !important;
  border-color: var(--lux-border) !important;
  box-shadow: none !important;
}

.header-logo-wrapper:hover {
  border-color: var(--lux-border-hover) !important;
  box-shadow: none !important;
  transform: none !important;
}

.header-brand-name {
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  background: none !important;
  -webkit-text-fill-color: var(--lux-champagne) !important;
  color: var(--lux-champagne) !important;
}

.header-brand-tagline {
  font-size: 0.5625rem !important;
  letter-spacing: 0.28em !important;
  color: var(--lux-ivory-muted) !important;
  margin-top: 0.2rem;
}

.header-contact-button {
  font-size: 0.6875rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
  border-color: var(--lux-border) !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.header-contact-button:hover {
  border-color: var(--lux-border-hover) !important;
  background: rgba(181, 163, 132, 0.04) !important;
  box-shadow: none !important;
}

.header-whatsapp-button {
  height: 2.125rem !important;
  width: 2.125rem !important;
  background: transparent !important;
  border: 1px solid var(--lux-border) !important;
  box-shadow: none !important;
}

.header-whatsapp-button svg {
  color: var(--lux-champagne) !important;
  width: 0.875rem !important;
  height: 0.875rem !important;
}

.header-whatsapp-button:hover {
  border-color: var(--lux-border-hover) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* ── Hero — cinematic signature ── */
.hero-section {
  isolation: isolate;
  background: #000;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid var(--lux-border);
  animation: heroSectionReveal 1.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Whole hero reveals upward from the services boundary — bottom edge stays fixed */
@keyframes heroSectionReveal {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

/* Big logo — full bleed, softened opacity, still crisp gold */
.hero-bg-wrap {
  position: absolute;
  inset: -8%;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.78;
  filter: contrast(1.16) saturate(1.1) brightness(1.04);
  transform: scale(1.06);
  animation: heroLogoPresence 10s ease-in-out infinite;
  will-change: opacity, transform;
}

.hero-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Cinematic dark filter — like before, but lighter (not 70% black) */
.hero-layer-filter {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0.38) 38%,
    rgba(0, 0, 0, 0.42) 62%,
    rgba(0, 0, 0, 0.65) 100%
  );
}

/* Soft spotlight on crest */
.hero-layer-spotlight {
  z-index: 2;
  background: radial-gradient(
    ellipse 70% 55% at 50% 36%,
    rgba(196, 176, 138, 0.1) 0%,
    transparent 65%
  );
  animation: heroSpotlight 8s ease-in-out infinite;
}

.hero-layer-top {
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    transparent 18%
  );
}

.hero-layer-vignette {
  z-index: 4;
  background: radial-gradient(
    ellipse 90% 75% at 50% 40%,
    transparent 28%,
    rgba(0, 0, 0, 0.28) 100%
  );
}

.hero-layer-shimmer {
  z-index: 5;
  background: linear-gradient(
    118deg,
    transparent 44%,
    rgba(255, 228, 190, 0) 48%,
    rgba(255, 228, 190, 0.07) 50%,
    rgba(255, 228, 190, 0) 52%,
    transparent 56%
  );
  background-size: 220% 100%;
  animation: heroShineSweep 9s ease-in-out infinite;
}

.hero-layer-bottom {
  z-index: 6;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 55%,
    rgba(0, 0, 0, 0.3) 78%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

@keyframes heroLogoPresence {
  0%, 100% {
    opacity: 0.72;
    transform: scale(1.05);
    filter: contrast(1.14) saturate(1.08) brightness(1.02);
  }
  50% {
    opacity: 0.82;
    transform: scale(1.08);
    filter: contrast(1.18) saturate(1.12) brightness(1.08);
  }
}

@keyframes heroSpotlight {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

@keyframes heroShineSweep {
  0% { background-position: 120% 0; opacity: 0; }
  20% { opacity: 0.6; }
  50% { background-position: -20% 0; opacity: 0.85; }
  80% { opacity: 0.3; }
  100% { background-position: -120% 0; opacity: 0; }
}

.hero-content {
  padding-top: clamp(6rem, 11vh, 7.5rem) !important;
  padding-bottom: clamp(2.75rem, 7vh, 4rem) !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  justify-content: flex-end !important;
  max-width: 40rem !important;
  z-index: 10 !important;
  position: relative !important;
}

/* ── SaaS-inspired hero content ── */
.hero-content-saas {
  max-width: 48rem !important;
  padding-bottom: clamp(3rem, 8vh, 5rem) !important;
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
  width: min(92%, 52rem);
  height: 42%;
  z-index: 7;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(196, 176, 138, 0.2) 0%,
    rgba(196, 176, 138, 0.07) 40%,
    transparent 72%
  );
  filter: blur(48px);
  animation: heroGlowPulse 8s ease-in-out infinite;
}

.hero-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(181, 163, 132, 0.28);
  background: rgba(18, 18, 18, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  margin-bottom: 1.75rem;
}

.hero-badge-text {
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(196, 176, 138, 0.85);
  font-weight: 500;
}

.hero-badge-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(196, 176, 138, 0.5);
}

.hero-title-saas {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 6.5vw, 3.85rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
}

.hero-title-saas-line {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f5f0e8 45%,
    rgba(245, 240, 232, 0.55) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.hero-desc-saas {
  color: rgba(232, 228, 220, 0.58);
  font-size: clamp(0.8125rem, 1.8vw, 0.9375rem);
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  max-width: 32rem;
}

.hero-tagline-saas {
  color: rgba(232, 228, 220, 0.38);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}

.hero-actions-saas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: center;
  width: 100%;
  max-width: 28rem;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8125rem 1.625rem;
  border-radius: 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  flex: 1;
  min-width: min(100%, 13rem);
}

.hero-btn-primary {
  background: linear-gradient(180deg, #e8cc82 0%, #c4a86a 55%, #a8926a 100%);
  color: #0a0a0a;
  border: none;
  box-shadow: 0 4px 24px rgba(196, 176, 138, 0.2);
}

.hero-btn-primary:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 32px rgba(196, 176, 138, 0.35);
}

.hero-btn-primary:active {
  transform: scale(0.98);
}

.hero-btn-secondary {
  background: rgba(12, 12, 12, 0.45);
  border: 1px solid rgba(181, 163, 132, 0.32);
  color: var(--lux-ivory);
  backdrop-filter: blur(8px);
}

.hero-btn-secondary:hover {
  background: rgba(181, 163, 132, 0.1);
  border-color: rgba(181, 163, 132, 0.5);
  transform: scale(1.02);
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroGlowPulse {
  0%, 100% {
    opacity: 0.55;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.06);
  }
}

@media (max-width: 767px) {
  .hero-actions-saas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-btn {
    width: 100%;
    min-width: 0;
  }
}

.hero-content::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 36rem);
  height: 70%;
  background: radial-gradient(ellipse at center bottom, rgba(0, 0, 0, 0.55) 0%, transparent 68%);
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 768px) {
  .hero-bg-image {
    object-position: center 28%;
  }

  .hero-content {
    justify-content: flex-end !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (max-width: 767px) {
  .hero-bg-image {
    object-position: center 26%;
    opacity: 0.64;
  }

  .hero-content {
    padding-bottom: 3rem !important;
  }
}

.hero-micro-label {
  font-size: 0.625rem !important;
  letter-spacing: 0.45em !important;
  color: var(--lux-champagne) !important;
  opacity: 0.7;
  margin-bottom: 2rem !important;
}

.hero-micro-label .w-12 {
  width: 2rem !important;
  opacity: 0.5;
}

.hero-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(2.25rem, 6.5vw, 4.25rem) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 2rem !important;
}

.hero-title-line {
  color: var(--lux-ivory) !important;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.95), 0 0 60px rgba(0, 0, 0, 0.7) !important;
  -webkit-text-fill-color: var(--lux-ivory) !important;
  background: none !important;
}

.hero-title-line:first-child {
  white-space: nowrap;
}

.hero-subtitle {
  font-size: 0.8125rem !important;
  letter-spacing: 0.12em !important;
  color: var(--lux-ivory-soft) !important;
  margin-bottom: 0.75rem !important;
}

.hero-tagline {
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  color: var(--lux-ivory-muted) !important;
  margin-bottom: 2.75rem !important;
}

.hero-actions {
  gap: 0.875rem !important;
}

.hero-actions .luxury-button {
  font-size: 0.625rem !important;
  letter-spacing: 0.2em !important;
  padding: 0.9375rem 1.75rem !important;
  border-radius: 0 !important;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.35;
  animation: heroScrollHint 2.5s ease-in-out infinite;
}

.hero-scroll-hint span {
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lux-champagne);
}

.hero-scroll-hint::after {
  content: "";
  width: 1px;
  height: 2rem;
  background: linear-gradient(to bottom, var(--lux-champagne), transparent);
}

@keyframes heroImageShine {
  0%, 100% {
    opacity: 0.88;
    filter: brightness(0.96);
  }
  50% {
    opacity: 1;
    filter: brightness(1.06);
  }
}

@keyframes heroScrollHint {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ── Buttons ── */
.luxury-button-primary {
  background: var(--lux-champagne) !important;
  background-image: none !important;
  color: var(--lux-black) !important;
  box-shadow: none !important;
  font-weight: 500 !important;
}

.luxury-button-primary:hover {
  background: var(--lux-gold-light) !important;
  box-shadow: 0 0 0 1px rgba(181, 163, 132, 0.2) !important;
  transform: translateY(-1px) !important;
}

.luxury-button-primary::before,
.luxury-button-secondary::before {
  display: none !important;
}

.luxury-button-secondary {
  background: transparent !important;
  border: 1px solid var(--lux-border) !important;
  color: var(--lux-ivory) !important;
}

.luxury-button-secondary:hover {
  border-color: var(--lux-border-hover) !important;
  background: rgba(181, 163, 132, 0.04) !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
}

/* ── Sections — editorial rhythm ── */
section {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

section .max-w-7xl,
section .max-w-6xl,
section .max-w-5xl,
section .max-w-4xl {
  max-width: var(--container) !important;
}

.section-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  line-height: 1.2 !important;
}

section .text-center.mb-24 {
  margin-bottom: clamp(4rem, 8vw, 6rem) !important;
}

section .text-gold\/80,
section .text-gold\/60 {
  font-size: 0.625rem !important;
  letter-spacing: 0.38em !important;
  color: var(--lux-champagne) !important;
  opacity: 0.7 !important;
}

section .w-12.h-px {
  width: 2rem !important;
  opacity: 0.45;
}

section .absolute.inset-0.opacity-5,
section .absolute.inset-0:not(.hero-cinematic-base):not(.hero-vignette):not(.hero-light) {
  opacity: 0.02 !important;
}

/* ── Services — gallery exhibits ── */
.services-section .grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  max-width: 52rem !important;
}

.service-card {
  background: transparent !important;
  border: none !important;
  border-top: 1px solid var(--lux-border) !important;
  border-radius: 0 !important;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 !important;
  backdrop-filter: none !important;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: border-color 0.5s var(--ease-luxury), padding-left 0.5s var(--ease-luxury) !important;
}

.service-card:last-child {
  border-bottom: 1px solid var(--lux-border) !important;
}

.service-card::before {
  display: none !important;
}

.service-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-top-color: var(--lux-border-hover) !important;
  padding-left: 1rem !important;
}

.service-card .w-20,
.service-card .mb-8.relative {
  display: none !important;
}

.service-card-content {
  display: grid !important;
  grid-template-columns: 4rem 1fr !important;
  gap: 1.5rem 2rem !important;
  align-items: start !important;
  text-align: left !important;
}

.service-number {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1;
  color: var(--lux-champagne);
  opacity: 0.35;
  letter-spacing: -0.02em;
}

.service-card h3 {
  font-family: var(--font-serif) !important;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  color: var(--lux-ivory) !important;
  margin-bottom: 0.75rem !important;
  grid-column: 2 !important;
}

.service-card p {
  font-size: 0.875rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  color: var(--lux-ivory-muted) !important;
  max-width: 42ch;
  grid-column: 2 !important;
}

.service-card:hover h3 {
  color: var(--lux-champagne) !important;
}

/* ── Gallery — editorial grid ── */
.gallery-section .grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  max-width: 56rem !important;
}

@media (min-width: 768px) {
  .gallery-section .grid {
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 1rem !important;
  }

  .gallery-section .gallery-item:nth-child(1) {
    grid-column: span 7;
  }

  .gallery-section .gallery-item:nth-child(2) {
    grid-column: span 5;
    margin-top: 3rem;
  }

  .gallery-section .gallery-item:nth-child(3) {
    grid-column: span 12;
  }
}

.gallery-item {
  opacity: 1 !important;
  transform: none !important;
}

.gallery-image-wrapper {
  height: clamp(16rem, 32vw, 22rem) !important;
  border-radius: 0 !important;
  background: var(--lux-charcoal) !important;
}

.gallery-section .gallery-item:nth-child(3) .gallery-image-wrapper {
  height: clamp(14rem, 24vw, 18rem) !important;
}

.gallery-image {
  filter: brightness(0.85) contrast(1.05) saturate(0.9);
  transition: transform 1.2s var(--ease-luxury), filter 0.6s ease !important;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.03) !important;
  filter: brightness(0.95) contrast(1.05) saturate(0.95);
}

.gallery-frame {
  border-radius: 0 !important;
  border-width: 1px !important;
}

.gallery-frame.active,
.gallery-item:hover .gallery-frame {
  border-color: var(--lux-border-hover) !important;
  box-shadow: none !important;
}

.gallery-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%) !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1 !important;
}

.gallery-overlay p {
  font-size: 0.625rem !important;
  letter-spacing: 0.25em !important;
}

.gallery-item > p.text-ivory\/80 {
  display: none !important;
}

/* ── Values / Trust ── */
.values-section .grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 0.5rem 2.5rem !important;
  max-width: 48rem !important;
  margin-inline: auto !important;
}

.value-item {
  opacity: 1 !important;
  transform: none !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.value-item::before {
  display: none !important;
}

.value-item > div {
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  padding: 1rem 0 !important;
  flex-direction: row !important;
  gap: 0.75rem !important;
}

.value-icon-wrapper {
  height: 1.5rem !important;
  width: 1.5rem !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.value-icon-wrapper svg {
  width: 0.875rem !important;
  height: 0.875rem !important;
  color: var(--lux-champagne) !important;
  opacity: 0.6;
}

.value-text {
  font-family: var(--font-sans) !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: var(--lux-ivory-muted) !important;
}

.value-item:hover .value-text {
  color: var(--lux-champagne) !important;
}

/* ── Location ── */
.location-section .location-card {
  background: transparent !important;
  border: 1px solid var(--lux-border) !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  padding: clamp(2rem, 5vw, 3rem) !important;
}

.location-geneve-display {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--lux-ivory);
  opacity: 0.12;
  line-height: 1;
  margin-bottom: -1.5rem;
  pointer-events: none;
  user-select: none;
}

.location-pin-wrapper {
  display: none !important;
}

.location-card h3 {
  font-family: var(--font-serif) !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  background: none !important;
  -webkit-text-fill-color: var(--lux-champagne) !important;
  color: var(--lux-champagne) !important;
}

.location-card p,
.location-card a {
  font-size: 0.875rem !important;
  font-weight: 300 !important;
}

.map-container {
  border-radius: 0 !important;
  border-color: var(--lux-border) !important;
  height: clamp(14rem, 30vw, 18rem) !important;
  filter: grayscale(0.6) brightness(0.7) contrast(1.1);
  transition: filter 0.5s ease;
}

.map-container:hover {
  filter: grayscale(0.3) brightness(0.8) contrast(1.05);
}

/* ── Contact CTA ── */
.contact-section .contact-card {
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.contact-section .absolute.inset-0 {
  display: none !important;
}

.whatsapp-button {
  height: 3.5rem !important;
  width: 3.5rem !important;
  background: var(--lux-champagne) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.whatsapp-pulse {
  display: none !important;
}

.whatsapp-button svg {
  color: var(--lux-black) !important;
}

.contact-phone-button {
  font-family: var(--font-serif) !important;
  font-size: clamp(1.25rem, 3vw, 1.75rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}

.contact-section .text-gold\/60 {
  font-size: 0.5625rem !important;
  letter-spacing: 0.35em !important;
}

/* ── Footer — magazine close ── */
footer {
  border-top: 1px solid var(--lux-border) !important;
  background: var(--lux-black) !important;
  padding-top: clamp(4rem, 8vw, 6rem) !important;
}

footer .absolute.inset-0 {
  display: none !important;
}

footer h3 {
  font-family: var(--font-serif) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.28em !important;
  background: none !important;
  -webkit-text-fill-color: var(--lux-champagne) !important;
  color: var(--lux-champagne) !important;
}

footer p,
footer a {
  font-size: 0.75rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
}

.footer-whatsapp-button {
  background: transparent !important;
  border: 1px solid var(--lux-border) !important;
  height: 2.25rem !important;
  width: 2.25rem !important;
  box-shadow: none !important;
}

.footer-whatsapp-button svg {
  color: var(--lux-champagne) !important;
  width: 0.875rem !important;
  height: 0.875rem !important;
}

/* ── Motion — cinematic reveal ── */
.hero-content .transform {
  animation: luxFadeUp 1.4s var(--ease-luxury) backwards;
}

.hero-content .delay-300 {
  animation-delay: 0.35s;
}

.hero-actions {
  animation: luxFadeUp 1.4s var(--ease-luxury) 0.7s backwards;
}

@keyframes luxFadeUp {
  from {
    opacity: 0;
    transform: translateY(1.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card,
.gallery-item,
.value-item {
  animation: luxFadeUp 1s var(--ease-luxury) backwards;
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }

.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }

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

/* ── Mobile luxury ── */
@media (max-width: 767px) {
  .hero-content {
    padding-bottom: 4.5rem !important;
  }

  .hero-actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  .hero-actions .luxury-button {
    width: 100% !important;
  }

  .service-card-content {
    grid-template-columns: 3rem 1fr !important;
    gap: 1rem !important;
  }

  .service-number {
    font-size: 1.75rem !important;
  }

  .values-section .grid {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.25rem !important;
    padding-left: 1rem;
  }

  .location-geneve-display {
    font-size: 3.5rem !important;
  }

  footer .flex-col.md\:flex-row {
    gap: 2.5rem !important;
  }
}
