    body { background-color: var(--black); color: var(--parchment); font-family: 'Cormorant Garamond', serif; font-weight: 300; cursor: default; }
    body::before { opacity: 0.035; }
    ::-webkit-scrollbar-track { background: var(--black); }
    ::-webkit-scrollbar-thumb { background: var(--gold); }
    .nav-logo { font-size: 0.75rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); font-weight: 400; text-decoration: none; }
    .nav-links { display: none; }
    .nav-links a { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mist); text-decoration: none; transition: color 0.4s ease; cursor: pointer; }
    .nav-links a:hover, .nav-links a:active { color: var(--gold-light); }
    .mobile-menu { display: none; position: fixed; inset: 0; background: rgba(6,5,4,0.97); z-index: 150; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); }
    .mobile-menu.open { display: flex; }
    .mobile-menu a { font-size: 1.4rem; font-style: italic; color: var(--mist); text-decoration: none; letter-spacing: 0.1em; transition: color 0.3s ease; cursor: pointer; }
    .mobile-menu a:active { color: var(--gold-light); }
    .mobile-room-link { font-size: 0.75rem; font-style: normal; letter-spacing: 0.3em; text-transform: uppercase; margin-top: 1rem; }
    .hero { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 6rem 5vw 4rem; position: relative; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(212,168,67,0.07) 0%, transparent 65%), radial-gradient(ellipse 40% 40% at 20% 80%, rgba(212,168,67,0.04) 0%, transparent 60%), linear-gradient(180deg, #0c0b09 0%, #14120f 50%, #0c0b09 100%); }
    .hero-ornament { font-size: 0.65rem; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; opacity: 0; animation: fadeInUp 1.2s ease forwards 0.6s; }
    .hero-ornament::before, .hero-ornament::after { content: '——'; margin: 0 1.2em; opacity: 0.5; }
    .hero-title { font-size: clamp(3rem,9vw,9rem); font-weight: 300; line-height: 0.92; color: var(--cream); opacity: 0; animation: fadeInUp 1.4s ease forwards 0.9s; }
    .hero-title em { font-style: italic; color: var(--gold-light); }
    .hero-divider { width: 1px; height: 3rem; background: linear-gradient(to bottom, var(--gold), transparent); margin: 2rem auto; opacity: 0; animation: fadeIn 1.2s ease forwards 1.4s; }
    .hero-sub { font-size: clamp(1rem,1.8vw,1.35rem); font-style: italic; color: var(--mist); max-width: 42rem; line-height: 1.9; opacity: 0; animation: fadeInUp 1.2s ease forwards 1.6s; }
    .hero-cta { margin-top: 2.5rem; opacity: 0; animation: fadeInUp 1.2s ease forwards 2s; width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
    section { padding: 4rem 5vw; position: relative; }
    .section-inner { max-width: 64rem; margin: 0 auto; }
    .section-inner--pillars { max-width: 64rem; margin: 2rem auto 0; }
    .section-inner--centered { max-width: 64rem; margin: 0 auto; text-align: center; }
    .philosophy { background: var(--charcoal); }
    .philosophy-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; }
    .philosophy-label { font-size: 0.65rem; letter-spacing: 0.45em; text-transform: uppercase; color: var(--gold); line-height: 2; padding-top: 0.5rem; border-top: 1px solid rgba(212,168,67,0.5); }
    .philosophy-body p { font-size: clamp(1.1rem,2.2vw,1.75rem); font-weight: 300; line-height: 1.75; color: var(--parchment); margin-bottom: 1.5rem; }
    .philosophy-body p:last-child { margin-bottom: 0; }
    .philosophy-body em { color: var(--gold-light); font-style: italic; }
    .pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
    .pillar { background: var(--warm-dark); padding: 2rem; transition: background 0.4s ease; position: relative; overflow: hidden; }
    .pillar::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease; }
    .pillar:hover { background: #211f1b; }
    .pillar:hover::after { transform: scaleX(1); }
    .pillar-number { font-size: 2.5rem; font-weight: 300; color: rgba(212,168,67,0.55); line-height: 1; margin-bottom: 1rem; font-style: italic; }
    .pillar-title { font-size: 1.3rem; font-weight: 500; color: var(--cream); margin-bottom: 1rem; }
    .pillar-text { font-size: 1rem; line-height: 1.8; color: var(--parchment); opacity: 0.85; font-style: italic; }
    .manifesto { background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(212,168,67,0.05) 0%, transparent 70%), var(--black); text-align: center; }
    .manifesto-quote { font-size: clamp(1.6rem,4.5vw,4.5rem); font-weight: 300; font-style: italic; color: var(--cream); line-height: 1.35; max-width: 50rem; margin: 0 auto 1.5rem; }
    .manifesto-quote em { color: var(--gold-light); font-style: normal; }
    .manifesto-attr { font-size: 0.8rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--parchment); opacity: 0.7; }
    .services { background: var(--charcoal); }
    .services-list { margin-top: 2rem; border-top: 1px solid rgba(212,168,67,0.38); }
    .service-item { display: flex; justify-content: space-between; align-items: center; padding: 2rem 0; border-bottom: 1px solid rgba(212,168,67,0.45); transition: padding-left 0.5s ease, border-color 0.5s ease; }
    .service-item:hover { padding-left: 1.5rem; border-bottom-color: rgba(212,168,67,0.45); }
    .service-item:hover .service-arrow { opacity: 1; transform: translateX(0); }
    .service-item:hover .service-name { color: var(--gold-light); }
    .service-name { font-size: clamp(1.2rem,2.5vw,2rem); font-weight: 300; color: var(--cream); transition: color 0.5s ease; }
    .service-meta { display: flex; align-items: center; gap: 2rem; flex-shrink: 0; }
    .service-note { font-size: 1rem; font-style: italic; color: var(--parchment); opacity: 0.7; }
    .service-arrow { color: var(--gold); font-size: 1.2rem; opacity: 0; transform: translateX(-8px); transition: opacity 0.4s ease, transform 0.4s ease; }
    .contact { text-align: center; background: var(--black); padding-bottom: 4rem; }
    .contact-title { font-size: clamp(2rem,5vw,5rem); font-weight: 300; color: var(--cream); margin-bottom: 2rem; }
    .contact-title em { font-style: italic; color: var(--gold-light); }
    .contact-sub { font-size: 1.1rem; font-style: italic; color: var(--parchment); opacity: 0.8; margin-bottom: 2rem; }
    .contact-btn-wrap { margin-bottom: 2rem; display: flex; justify-content: center; }
    .contact-address { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--parchment); line-height: 2; opacity: 0.65; }
    @media (max-width: 768px) {
      .philosophy-grid { grid-template-columns: 1fr; gap: 2rem; }
      .pillars-grid { grid-template-columns: 1fr; }
      footer { flex-direction: column; gap: 1rem; text-align: center; }
      .service-note { display: none; }
      .service-meta { gap: 0; }
      .hero-ornament::before, .hero-ornament::after { display: none; }
    }
    @media (max-width: 480px) {
      section { padding: 3rem 4vw; }
      .hero { padding: 5rem 4vw 3rem; }
      .service-item { padding: 1.5rem 0; }
      .pillar { padding: 1.5rem; }
      .contact-address { font-size: 0.75rem; letter-spacing: 0.1em; line-height: 1.8; }
      footer { padding: 2rem 4vw; padding-bottom: calc(2rem + env(safe-area-inset-bottom)); }
    }

    /* ─── NAV ENGAGE BUTTON ─── */
    .nav-links .nav-engage {
      color: var(--gold);
      border: 1px solid rgba(212,168,67,0.5);
      padding: 0.35em 1em;
      transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
    }
    .nav-engage:hover, .nav-engage:active {
      color: var(--cream);
      border-color: var(--gold);
      background: rgba(212,168,67,0.08);
    }

    /* ─── ENGAGE CTA SECTION ─── */
    .engage-cta {
      background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(212,168,67,0.06) 0%, transparent 70%),
        var(--charcoal);
      padding: 6rem 5vw;
    }

    .engage-cta-inner {
      text-align: center;
      border: 1px solid rgba(212,168,67,0.28);
      padding: 4rem 3rem;
      position: relative;
    }

    .engage-cta-inner::before,
    .engage-cta-inner::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 1px;
      height: 2.5rem;
      background: linear-gradient(to bottom, transparent, rgba(212,168,67,0.45));
    }

    .engage-cta-inner::before { top: -2.5rem; }
    .engage-cta-inner::after  { bottom: -2.5rem; background: linear-gradient(to top, transparent, rgba(212,168,67,0.45)); }

    .engage-cta-eyebrow {
      font-size: 0.6rem;
      letter-spacing: 0.55em;
      text-transform: uppercase;
      color: var(--gold);
      opacity: 0.8;
      margin-bottom: 2rem;
    }

    .engage-cta-title {
      font-size: clamp(2rem, 4.5vw, 4rem);
      font-weight: 300;
      color: var(--cream);
      line-height: 1.15;
      margin-bottom: 1.5rem;
    }

    .engage-cta-title em {
      font-style: italic;
      color: var(--gold-light);
    }

    .engage-cta-sub {
      font-size: clamp(1rem, 1.6vw, 1.2rem);
      font-style: italic;
      color: var(--mist);
      max-width: 36rem;
      margin: 0 auto 3rem;
      line-height: 1.85;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .hero-cta { flex-direction: column; align-items: center; }
      .engage-cta-inner { padding: 3rem 1.5rem; }
    }

    @media (max-width: 480px) {
      .engage-cta { padding: 4rem 4vw; }
      .engage-cta-inner { padding: 2.5rem 1.2rem; }
      .nav-engage { display: none; }
    }

