/* ============================================================
   VNYC shared design-system — extracted from per-page inline <style>
   (de-dup, brand-2026). Page-specific styles remain inline (higher cascade).
   ============================================================ */

/* ─── VNYC 2.0 Luxury palette (CSS vars) ─── */
  :root {
    --vnyc-navy-deep:   #052338;
    --vnyc-navy:        #0A2A43;
    --vnyc-navy-mid:    #0D3357;
    --vnyc-gold:        #BDA632;
    --vnyc-gold-warm:   #9C8826;
    --vnyc-gold-light:  #C9B45E;
    --vnyc-cream:       #F5F0E8;
    --vnyc-ivory:       #FAF7F1;
    --vnyc-text:        #1A1A1A;
    --vnyc-text-mute:   #5A5A5A;
    --vnyc-divider:     rgba(212, 175, 55, 0.18);
  }

  /* ─── Typography baseline ─── */
  body.vnyc-luxury {
    font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  /* ─── Hero — refined typography ─── */
  body.vnyc-luxury .hero h1,
  body.vnyc-luxury [class*="hero"] h1,
  body.vnyc-luxury [class*="app-hero"] h1 {
    font-family: 'Playfair Display', 'Times New Roman', serif !important;
    font-weight: 600 !important;
    font-size: clamp(2.5rem, 6.5vw, 5.25rem) !important;
    letter-spacing: -0.025em;
    line-height: 1.04;
    margin-bottom: 1.5rem;
  }
  body.vnyc-luxury .hero h1 em,
  body.vnyc-luxury [class*="hero"] h1 em {
    font-style: italic;
    color: var(--vnyc-gold);
    font-weight: 500;
  }
  body.vnyc-luxury .hero h1::after,
  body.vnyc-luxury [class*="hero"] h1::after {
    content: '';
    display: block;
    width: 88px;
    height: 2px;
    background: linear-gradient(90deg, var(--vnyc-gold) 0%, transparent 100%);
    margin: 1.75rem 0 0;
  }

  /* ─── Hero subtitle / lead ─── */
  body.vnyc-luxury .hero .lead,
  body.vnyc-luxury [class*="hero"] .lead,
  body.vnyc-luxury .hero p:first-of-type:not([class]) {
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    line-height: 1.55;
    max-width: 60ch;
    color: var(--vnyc-text-mute);
    font-weight: 400;
  }

  /* ─── Hero — grain texture overlay (very subtle) ─── */
  body.vnyc-luxury .hero,
  body.vnyc-luxury [class*="hero"]:not([class*="card"]):not([class*="item"]) {
    position: relative;
  }
  body.vnyc-luxury .hero::before,
  body.vnyc-luxury [class*="hero"]:not([class*="card"]):not([class*="item"])::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.018'/></svg>");
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
  }
  body.vnyc-luxury .hero > *,
  body.vnyc-luxury [class*="hero"] > * {
    position: relative;
    z-index: 1;
  }

  /* ─── Section spacing — generous, scales with viewport ─── */
  body.vnyc-luxury section.section,
  body.vnyc-luxury section.section-alt,
  body.vnyc-luxury section.section-navy,
  body.vnyc-luxury .section-video {
    padding-top: clamp(4rem, 8vw, 7rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
  }

  /* ─── H2 — Cormorant + refined letter-spacing ─── */
  body.vnyc-luxury .section h2,
  body.vnyc-luxury .section-alt h2,
  body.vnyc-luxury .section-navy h2 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    font-size: clamp(2rem, 4vw, 3.25rem) !important;
    letter-spacing: -0.015em;
    line-height: 1.1;
    margin-bottom: 1.25rem;
  }

  /* ─── Eyebrow — refined (uppercase, gold, wider tracking) ─── */
  body.vnyc-luxury .eyebrow,
  body.vnyc-luxury [class*="eyebrow"] {
    display: inline-block;
    letter-spacing: 0.28em !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: var(--vnyc-gold) !important;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 24px;
  }
  body.vnyc-luxury .eyebrow::before,
  body.vnyc-luxury [class*="eyebrow"]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    background: var(--vnyc-gold);
  }

  /* ─── Section "lead" paragraph ─── */
  body.vnyc-luxury .section .lead,
  body.vnyc-luxury .section-alt .lead,
  body.vnyc-luxury .section p.lead {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.65;
    max-width: 65ch;
    margin: 0 auto 2rem;
    color: var(--vnyc-text-mute);
  }

  /* ─── Cards — luxury hover ─── */
  body.vnyc-luxury .card,
  body.vnyc-luxury [class*="-card"]:not(.nav-mega-feature):not(.news-card) {
    transition: transform .45s cubic-bezier(.2,.8,.2,1),
                box-shadow .45s cubic-bezier(.2,.8,.2,1),
                border-color .25s ease;
    border-radius: 12px;
  }
  body.vnyc-luxury .card:hover,
  body.vnyc-luxury [class*="-card"]:hover:not(.nav-mega-feature) {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px -20px rgba(10, 25, 41, 0.22),
                0 4px 12px rgba(212, 175, 55, 0.10);
    border-color: rgba(212, 175, 55, 0.45);
  }

  /* ─── Smooth scroll + base ─── */
  html { scroll-behavior: smooth; }

  /* ─── Reveal-on-scroll (luxury easing) ─── */
  body.vnyc-luxury [data-reveal]:not(.revealed) {
    opacity: 0;
    transform: translateY(28px);
  }
  body.vnyc-luxury [data-reveal].revealed {
    opacity: 1;
    transform: none;
    transition: opacity 1s ease, transform 1s cubic-bezier(.2,.8,.2,1);
  }
  /* Stagger child items */
  body.vnyc-luxury [data-reveal].revealed > *:nth-child(1) { transition-delay: 0ms; }
  body.vnyc-luxury [data-reveal].revealed > *:nth-child(2) { transition-delay: 80ms; }
  body.vnyc-luxury [data-reveal].revealed > *:nth-child(3) { transition-delay: 160ms; }
  body.vnyc-luxury [data-reveal].revealed > *:nth-child(4) { transition-delay: 240ms; }

  /* ─── Gold-pill CTA (used in nav + hero + sections) ─── */
  body.vnyc-luxury .btn-cta-gold,
  body.vnyc-luxury .nav-cta-luxury,
  body.vnyc-luxury .nav-drawer__direct--gold {
    background: linear-gradient(135deg, var(--vnyc-gold) 0%, var(--vnyc-gold-warm) 100%);
    color: var(--vnyc-navy-deep) !important;
    border: none;
    padding: 0.875rem 1.75rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 6px 22px rgba(212, 175, 55, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform .25s cubic-bezier(.2,.8,.2,1),
                box-shadow .25s ease;
  }
  body.vnyc-luxury .btn-cta-gold:hover,
  body.vnyc-luxury .nav-cta-luxury:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }

  /* ─── Refined dividers ─── */
  body.vnyc-luxury hr,
  body.vnyc-luxury .divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg,
      transparent 0%,
      var(--vnyc-divider) 20%,
      var(--vnyc-gold) 50%,
      var(--vnyc-divider) 80%,
      transparent 100%);
    margin: 3.5rem auto;
    max-width: 280px;
  }

  /* ─── Section ornament — between sections (auto-injected by JS) ─── */
  body.vnyc-luxury .vnyc-section-ornament {
    text-align: center;
    margin: 0 auto;
    padding: 1rem 0;
    color: var(--vnyc-gold);
    font-size: 1.2rem;
    letter-spacing: 1em;
    line-height: 1;
  }

  /* ─── Refined stat numerals ─── */
  body.vnyc-luxury .stat-num,
  body.vnyc-luxury [class*="stat__value"],
  body.vnyc-luxury [class*="-stat-num"] {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-variant-numeric: lining-nums;
    color: var(--vnyc-gold);
    letter-spacing: -0.02em;
  }

  /* ─── Refined article / prose links ─── */
  body.vnyc-luxury article p a,
  body.vnyc-luxury .prose a {
    color: var(--vnyc-navy-deep);
    text-decoration: none;
    background-image: linear-gradient(180deg, transparent 65%, rgba(212, 175, 55, 0.4) 65%);
    background-size: 100% 100%;
    transition: background-size .3s cubic-bezier(.2,.8,.2,1), color .2s ease;
    font-weight: 500;
  }
  body.vnyc-luxury article p a:hover,
  body.vnyc-luxury .prose a:hover {
    background-image: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.55) 0%);
    color: var(--vnyc-navy);
  }

  /* ─── Forms — luxury inputs ─── */
  body.vnyc-luxury input[type="text"],
  body.vnyc-luxury input[type="email"],
  body.vnyc-luxury input[type="tel"],
  body.vnyc-luxury textarea {
    font-family: inherit;
    border: 1px solid rgba(10, 25, 41, 0.12);
    border-bottom: 2px solid rgba(212, 175, 55, 0.25);
    border-radius: 8px;
    padding: 0.875rem 1.125rem;
    font-size: 0.96rem;
    background: var(--vnyc-ivory);
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
  }
  body.vnyc-luxury input[type="text"]:focus,
  body.vnyc-luxury input[type="email"]:focus,
  body.vnyc-luxury input[type="tel"]:focus,
  body.vnyc-luxury textarea:focus {
    outline: none;
    border-color: rgba(212, 175, 55, 0.6);
    border-bottom-color: var(--vnyc-gold);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.10);
  }

  /* ─── Newsletter form (footer + inline) ─── */
  body.vnyc-luxury .newsletter-form,
  body.vnyc-luxury [class*="newsletter"] form {
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: rgba(245, 240, 232, 0.5);
    border-radius: 9999px;
    padding: 0.35rem 0.35rem 0.35rem 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px -8px rgba(10, 25, 41, 0.12);
  }
  body.vnyc-luxury .newsletter-form input,
  body.vnyc-luxury [class*="newsletter"] form input {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    min-width: 280px;
  }
  body.vnyc-luxury .newsletter-form button,
  body.vnyc-luxury [class*="newsletter"] form button {
    background: linear-gradient(135deg, var(--vnyc-gold) 0%, var(--vnyc-gold-warm) 100%);
    color: var(--vnyc-navy-deep);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  body.vnyc-luxury .newsletter-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.35);
  }

  /* ─── Footer refinement ─── */
  body.vnyc-luxury .site-footer {
    background: linear-gradient(180deg, var(--vnyc-navy) 0%, var(--vnyc-navy-deep) 100%);
    color: rgba(255, 255, 255, 0.85);
    padding-top: clamp(3rem, 5vw, 4.5rem);
  }
  body.vnyc-luxury .site-footer h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--vnyc-gold);
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  }
  body.vnyc-luxury .site-footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color .2s ease;
    text-decoration: none;
  }
  body.vnyc-luxury .site-footer a:hover {
    color: var(--vnyc-gold-light);
  }

  /* ─── Nav (top bar) — refined ─── */
  body.vnyc-luxury .site-header,
  body.vnyc-luxury .nav-bar {
    backdrop-filter: saturate(180%) blur(8px);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
  }
  body.vnyc-luxury .nav-link {
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color .2s ease;
  }
  body.vnyc-luxury .nav-link:hover {
    color: var(--vnyc-gold);
  }

  /* ─── Body scroll lock indicator (subtle gold scroll bar) ─── */
  body.vnyc-luxury::-webkit-scrollbar { width: 10px; }
  body.vnyc-luxury::-webkit-scrollbar-track { background: var(--vnyc-cream); }
  body.vnyc-luxury::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--vnyc-gold) 0%, var(--vnyc-gold-warm) 100%);
    border-radius: 5px;
  }

  /* ─── Selection — gold highlight ─── */
  body.vnyc-luxury ::selection {
    background: rgba(212, 175, 55, 0.25);
    color: var(--vnyc-navy-deep);
  }

  /* ─── Print friendly ─── */
  @media print {
    body.vnyc-luxury .nav-bar,
    body.vnyc-luxury .site-footer,
    body.vnyc-luxury .nav-drawer { display: none !important; }
  }

/* ─── Custom cursor (desktop only, prefers-fine-pointer) ─── */
  @media (pointer: fine) {
    body.vnyc-luxury .vnyc-cursor {
      position: fixed;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--vnyc-gold, #BDA632);
      pointer-events: none;
      z-index: 999999;
      transform: translate(-50%, -50%);
      transition: transform .12s ease, width .2s ease, height .2s ease,
                  background .2s ease;
      mix-blend-mode: difference;
      opacity: 0;
    }
    body.vnyc-luxury .vnyc-cursor-ring {
      position: fixed;
      width: 32px;
      height: 32px;
      border: 1.5px solid rgba(212, 175, 55, 0.55);
      border-radius: 50%;
      pointer-events: none;
      z-index: 999998;
      transform: translate(-50%, -50%);
      transition: transform .35s cubic-bezier(.2,.8,.2,1),
                  width .3s ease, height .3s ease,
                  border-color .25s ease, opacity .2s ease;
      opacity: 0;
    }
    body.vnyc-luxury.vnyc-cursor-ready .vnyc-cursor,
    body.vnyc-luxury.vnyc-cursor-ready .vnyc-cursor-ring {
      opacity: 1;
    }
    body.vnyc-luxury.cursor-hover .vnyc-cursor-ring {
      width: 56px;
      height: 56px;
      border-color: var(--vnyc-gold, #BDA632);
    }
    body.vnyc-luxury.cursor-hover .vnyc-cursor {
      width: 4px;
      height: 4px;
    }
  }

  /* ─── Link micro-interaction (gold underline reveal) ─── */
  body.vnyc-luxury main a:not([class]):not([href^="#"]),
  body.vnyc-luxury section a:not([class]):not([href^="mailto"]):not([href^="tel"]):not(.btn):not([class*="card"]):not([class*="-link"]) {
    position: relative;
    color: var(--vnyc-navy-deep, #052338);
    text-decoration: none;
    font-weight: 500;
  }
  body.vnyc-luxury main a:not([class]):not([href^="#"])::after,
  body.vnyc-luxury section a:not([class]):not([href^="mailto"]):not([href^="tel"]):not(.btn):not([class*="card"]):not([class*="-link"])::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    background: linear-gradient(90deg, var(--vnyc-gold, #BDA632), var(--vnyc-gold-warm, #9C8826));
    transition: width .35s cubic-bezier(.2,.8,.2,1);
  }
  body.vnyc-luxury main a:not([class]):not([href^="#"]):hover::after,
  body.vnyc-luxury section a:not([class]):not([href^="mailto"]):not([href^="tel"]):not(.btn):not([class*="card"]):not([class*="-link"]):hover::after {
    width: 100%;
  }

  /* ─── Image vignette overlay (subtle warm tone) ─── */
  body.vnyc-luxury figure,
  body.vnyc-luxury [class*="-img"]:not([class*="logo"]):not([class*="icon"]) {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  body.vnyc-luxury figure::after,
  body.vnyc-luxury [class*="-img"]:not([class*="logo"]):not([class*="icon"])::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse at center,
      transparent 50%,
      rgba(10, 25, 41, 0.08) 100%
    );
    pointer-events: none;
    z-index: 1;
    transition: opacity .35s ease;
  }
  body.vnyc-luxury figure:hover::after,
  body.vnyc-luxury [class*="-img"]:hover::after {
    opacity: 0.5;
  }
  body.vnyc-luxury figure img,
  body.vnyc-luxury [class*="-img"] img {
    transition: transform 1.2s cubic-bezier(.2,.8,.2,1),
                filter .4s ease;
    filter: saturate(1.05);
  }
  body.vnyc-luxury figure:hover img,
  body.vnyc-luxury [class*="-img"]:hover img {
    transform: scale(1.04);
    filter: saturate(1.15);
  }

  /* ─── Social SVG icons (refined) ─── */
  body.vnyc-luxury .social[data-vnyc-social-svg="1"] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 1rem;
  }
  body.vnyc-luxury .social[data-vnyc-social-svg="1"] a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.18);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all .25s cubic-bezier(.2,.8,.2,1);
  }
  body.vnyc-luxury .social[data-vnyc-social-svg="1"] a:hover {
    background: linear-gradient(135deg, var(--vnyc-gold, #BDA632) 0%, var(--vnyc-gold-warm, #9C8826) 100%);
    border-color: var(--vnyc-gold, #BDA632);
    color: var(--vnyc-navy-deep, #052338) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
  }

  /* ─── News card refinement ─── */
  body.vnyc-luxury .news-card {
    transition: transform .45s cubic-bezier(.2,.8,.2,1),
                box-shadow .45s cubic-bezier(.2,.8,.2,1),
                border-color .25s ease;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(10, 25, 41, 0.08);
  }
  body.vnyc-luxury .news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px -22px rgba(10, 25, 41, 0.25),
                0 4px 12px rgba(212, 175, 55, 0.12);
    border-color: rgba(212, 175, 55, 0.4);
  }
  body.vnyc-luxury .news-card .news-meta {
    color: var(--vnyc-gold, #BDA632);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  body.vnyc-luxury .news-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0.5rem 0 0.5rem;
  }
  body.vnyc-luxury .news-more {
    color: var(--vnyc-gold-warm, #9C8826);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap .25s ease;
  }
  body.vnyc-luxury .news-card:hover .news-more {
    gap: 10px;
  }

  /* ─── Back link arrow animation ─── */
  body.vnyc-luxury .back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--vnyc-navy-deep, #052338);
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 0.5rem 0;
    transition: color .2s ease, gap .25s ease;
  }
  body.vnyc-luxury .back-link:hover {
    color: var(--vnyc-gold-warm, #9C8826);
    gap: 12px;
  }

  /* ─── Stat counter — refined display ─── */
  body.vnyc-luxury [data-counter-target] {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    font-variant-numeric: lining-nums;
    color: var(--vnyc-gold, #BDA632);
    letter-spacing: -0.02em;
  }
  body.vnyc-luxury [data-counter-target].counted {
    animation: vnyc-pulse .6s ease;
  }
  @keyframes vnyc-pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
  }

  /* ─── Hero CTA spacing/refinement ─── */
  body.vnyc-luxury .hero .btn,
  body.vnyc-luxury [class*="hero"] .btn {
    margin-top: 1.5rem;
  }

  /* ─── Trust badges refinement (footer) ─── */
  body.vnyc-luxury .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 1rem;
  }
  body.vnyc-luxury .trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(212, 175, 55, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: background .25s ease, border-color .25s ease;
  }
  body.vnyc-luxury .trust-badge:hover {
    background: rgba(212, 175, 55, 0.18);
    border-color: rgba(212, 175, 55, 0.4);
  }
  body.vnyc-luxury .trust-label {
    display: block;
    text-align: center;
    color: var(--vnyc-gold, #BDA632);
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
  }

  /* ─── Footer contact lines refinement ─── */
  body.vnyc-luxury .footer-contact-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.75rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
  }
  body.vnyc-luxury .footer-contact-line > span:first-child {
    color: var(--vnyc-gold-light, #C9B45E);
    font-size: 0.95rem;
    margin-top: 1px;
    flex-shrink: 0;
  }
  body.vnyc-luxury .footer-contact-line a {
    color: rgba(255, 255, 255, 0.78);
  }
  body.vnyc-luxury .footer-contact-line a:hover {
    color: var(--vnyc-gold-light, #C9B45E);
  }

  /* ─── Subtle gold ornament between sections (visible) ─── */
  body.vnyc-luxury section.section + section.section::before,
  body.vnyc-luxury section.section-alt + section::before {
    content: '✦';
    display: block;
    text-align: center;
    color: var(--vnyc-gold, #BDA632);
    font-size: 0.9rem;
    letter-spacing: 1em;
    padding: 1.5rem 0 0;
    opacity: 0.5;
  }

  /* ─── Slow-loop animation for hero gold underline ─── */
  body.vnyc-luxury .hero h1::after,
  body.vnyc-luxury [class*="hero"] h1::after {
    background-size: 200% 100%;
    animation: vnyc-shimmer 8s ease-in-out infinite;
    background-image: linear-gradient(90deg,
      var(--vnyc-gold, #BDA632) 0%,
      var(--vnyc-gold-light, #C9B45E) 50%,
      transparent 100%) !important;
  }
  @keyframes vnyc-shimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
  }

/* Phase 100: ensure #waitlist scrolls into view below sticky nav */
  body.vnyc-luxury #waitlist {
    scroll-margin-top: 100px;
  }

.skip-link{position:absolute;left:-9999px;top:0;z-index:99999;background:#052338;color:#BDA632;padding:10px 18px;border-radius:0 0 8px 0;font-weight:700;text-decoration:none}
.skip-link:focus{left:0}
:focus-visible{outline:2px solid #BDA632;outline-offset:2px;border-radius:2px}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}

img{max-width:100%;height:auto}