﻿@font-face {
      font-family: "Gambetta";
      src: url("../fonts/gambetta/Gambetta-Regular.woff2") format("woff2");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Gambetta";
      src: url("../fonts/gambetta/Gambetta-Medium.woff2") format("woff2");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Gambetta";
      src: url("../fonts/gambetta/Gambetta-Semibold.woff2") format("woff2");
      font-weight: 600 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Gambetta";
      src: url("../fonts/gambetta/Gambetta-Italic.woff2") format("woff2");
      font-weight: 400 700;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: "Recia";
      src: url("../fonts/recia/Recia-Medium.woff2") format("woff2");
      font-weight: 400 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Satoshi";
      src: url("../fonts/satoshi/Satoshi-Regular.woff2") format("woff2");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Satoshi";
      src: url("../fonts/satoshi/Satoshi-Medium.woff2") format("woff2");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Satoshi";
      src: url("../fonts/satoshi/Satoshi-Bold.woff2") format("woff2");
      font-weight: 700 900;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Supreme";
      src: url("../fonts/supreme/Supreme-Regular.woff2") format("woff2");
      font-weight: 300 900;
      font-style: normal;
      font-display: swap;
    }

:root {
      --brand-bg: #111129;
      --brand-secondary: #D9A85F;
      --brand-accent: #F0B08D;
      --brand-light: #F6F0E5;
      --cta-gold: #D9A85F;
      --floating-red: #8a1e37;
      /* === PALETTE EXTENSIONS === */
      --midnight: #090A18;
      --parchment: #F6F0E5;
      --forest: #3A3956;
      --midnight-deep: color-mix(in oklch, var(--midnight) 88%, black 12%);
      --parchment-muted: color-mix(in oklch, var(--parchment) 82%, var(--brand-bg) 18%);
      --coral-wash: color-mix(in oklch, var(--brand-accent) 6%, transparent);
      --coral-glow: color-mix(in oklch, var(--brand-accent) 24%, transparent);
      --gold-glow: color-mix(in oklch, var(--brand-secondary) 32%, transparent);
      --gold-glow-soft: color-mix(in oklch, var(--brand-secondary) 14%, transparent);
      --text-secondary-aa: color-mix(in oklch, var(--brand-light) 84%, transparent);
      --text-muted-aa: color-mix(in oklch, var(--brand-light) 70%, transparent);
      --text-on-parchment: color-mix(in oklch, var(--midnight) 88%, black 12%);
      --text-on-parchment-muted: color-mix(in oklch, var(--midnight) 64%, transparent);
      --accent-premium: var(--brand-secondary);
      --accent-interactive: var(--brand-accent);
      --neutral-platinum: #B8B6C8;
      --navy-deep: color-mix(in oklch, var(--brand-bg) 84%, black 16%);
      --navy: color-mix(in oklch, var(--navy-deep) 88%, var(--brand-light) 12%);
      --gold: color-mix(in oklch, var(--accent-premium) 84%, var(--navy-deep) 16%);
      --cream: color-mix(in oklch, var(--brand-light) 95%, var(--navy-deep) 5%);
      --platinum: color-mix(in oklch, var(--neutral-platinum) 82%, var(--navy-deep) 18%);
      --text-primary: color-mix(in oklch, var(--brand-light) 95%, var(--navy-deep) 5%);
      --text-body: color-mix(in oklch, var(--brand-light) 83%, var(--navy-deep) 17%);
      --text-meta: color-mix(in oklch, var(--neutral-platinum) 76%, var(--navy-deep) 24%);
      --text-dark: var(--text-primary);
      --text-secondary: var(--text-meta);
      --text-muted: var(--text-body);
      --cream-muted: var(--text-body);
      --cream-soft: var(--text-meta);
      --premium-soft: color-mix(in oklch, var(--gold) 82%, var(--brand-light) 18%);
      --gold-soft: color-mix(in oklch, var(--gold) 72%, var(--accent-interactive) 28%);
      --interactive-soft: color-mix(in oklch, var(--accent-interactive) 72%, var(--brand-light) 28%);
      --line: color-mix(in oklch, var(--neutral-platinum) 22%, var(--navy-deep) 78%);
      --line-strong: color-mix(in oklch, var(--neutral-platinum) 30%, var(--navy-deep) 70%);
      --surface: color-mix(in oklch, var(--navy-deep) 90%, black 10%);
      --surface-raised: color-mix(in oklch, var(--navy-deep) 82%, var(--brand-light) 18%);
      --surface-soft: color-mix(in oklch, var(--navy-deep) 88%, var(--brand-light) 12%);
      --surface-contrast: color-mix(in oklch, var(--brand-light) 88%, var(--accent-premium) 12%);
      --surface-contrast-line: color-mix(in oklch, var(--navy-deep) 34%, var(--neutral-platinum) 66%);
      --text-on-contrast: color-mix(in oklch, var(--navy-deep) 88%, black 12%);
      --text-on-contrast-body: color-mix(in oklch, var(--navy-deep) 74%, var(--brand-light) 26%);
      --text-on-contrast-meta: color-mix(in oklch, var(--navy-deep) 60%, var(--neutral-platinum) 40%);
      --text-on-contrast-secondary: var(--text-on-contrast-meta);
      --text-on-contrast-muted: var(--text-on-contrast-body);
      --accent-soft: color-mix(in oklch, var(--accent-interactive) 14%, var(--navy-deep) 86%);
            /* â”€â”€ SEMANTIC FEEDBACK TOKENS (Rule 3) â”€â”€ */
      --feedback-success:      #2baa6e;
      --feedback-success-bg:   color-mix(in oklch, #2baa6e 13%, transparent);
      --feedback-success-glow: color-mix(in oklch, #2baa6e 26%, transparent);
      --feedback-error:        #d9504f;
      --feedback-error-bg:     color-mix(in oklch, #d9504f 13%, transparent);
      --feedback-error-glow:   color-mix(in oklch, #d9504f 22%, transparent);
      --feedback-warning:      #e8a23a;
      --feedback-warning-bg:   color-mix(in oklch, #e8a23a 13%, transparent);
      --feedback-warning-glow: color-mix(in oklch, #e8a23a 22%, transparent);
--section-pad-x: clamp(24px, 5vw, 80px);
      --section-pad-y: clamp(86px, 10vw, 168px);
      --maxw: 1440px;
      --dur-micro: 0.08s;
      --dur-short: 0.2s;
      --dur-medium: 0.32s;
      --dur-long: 0.55s;
      --dur-cinema: 1.05s;
      --typo-ease: cubic-bezier(0.16, 1, 0.3, 1);
      --typo-rise: 20px;
      --typo-soft-rise: 14px;
      --typo-heading-track-start: -0.02em;
      --typo-heading-track-end: -0.05em;
      --typo-focus-dim: 0.56;
      --typo-word-stagger: 0.045s;
      --ease-spring: cubic-bezier(0.22, 1, 0.36, 1);
      --radius-sm: 10px;
      --radius-md: 16px;
      --radius-lg: 24px;
      --radius-xl: 32px;
      /* â”€â”€ Z-INDEX SCALE â”€â”€ */
      --z-header:   100;
      --z-overlay:  200;
      --z-modal:    300;
      --z-toast:    400;
      --z-loader:   500;
      --z-skip:     600;
    }

    @supports not (color: color-mix(in oklch, black 50%, white 50%)) {
      :root {
        --midnight-deep: #080814;
        --parchment-muted: #d7d0c4;
        --coral-wash: rgba(240, 176, 141, 0.06);
        --coral-glow: rgba(240, 176, 141, 0.24);
        --gold-glow: rgba(217, 168, 95, 0.32);
        --gold-glow-soft: rgba(217, 168, 95, 0.14);
        --text-secondary-aa: rgba(246, 240, 229, 0.84);
        --text-muted-aa: rgba(246, 240, 229, 0.70);
        --text-on-parchment: #080814;
        --text-on-parchment-muted: rgba(8, 8, 20, 0.64);
        --neutral-platinum: #b8b6c8;
        --navy-deep: #0e0e22;
        --navy: #25243e;
        --gold: #b99558;
        --cream: #ede6d9;
        --platinum: #aaa8b9;
        --text-primary: #ede6d9;
        --text-body: #cfc8bd;
        --text-meta: #aaa8b9;
        --premium-soft: #c8a76b;
        --gold-soft: #cda078;
        --interactive-soft: #e0aa91;
        --line: rgba(184, 182, 200, 0.18);
        --line-strong: rgba(184, 182, 200, 0.28);
        --surface: #0d0d1e;
        --surface-raised: #35344b;
        --surface-soft: #27263e;
        --surface-contrast: #f1e6d0;
        --surface-contrast-line: rgba(14, 14, 34, 0.36);
        --text-on-contrast: #080814;
        --text-on-contrast-body: #383347;
        --text-on-contrast-meta: #676273;
        --accent-soft: rgba(240, 176, 141, 0.14);
        --feedback-success-bg: rgba(43, 170, 110, 0.13);
        --feedback-success-glow: rgba(43, 170, 110, 0.26);
        --feedback-error-bg: rgba(217, 80, 79, 0.13);
        --feedback-error-glow: rgba(217, 80, 79, 0.22);
        --feedback-warning-bg: rgba(232, 162, 58, 0.13);
        --feedback-warning-glow: rgba(232, 162, 58, 0.22);
      }

      :focus-visible {
        box-shadow: 0 0 0 4px rgba(217, 168, 95, 0.18);
      }
    }

    @supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
      .menu-toggle,
      .projects-ledger-columns,
      .vg-ai-chat,
      .vg-sticky-strip,
      .vg-pm-backdrop,
      .vg-book-overlay,
      .vg-quiz-overlay {
        background-color: rgba(20, 18, 45, 0.96);
      }
    }

    /* ============================================================
       BREAKPOINT SCALE
       xs  â€” 480px  â€” small phones
       sm  â€” 560px  â€” large phones
       md  â€” 768px  â€” tablets / mobile landscape
       lg  â€” 1024px â€” small laptops
       xl  â€” 1200px â€” desktop
       (intermediate: 600, 640, 720, 900, 980, 1100 as needed)
       ============================================================ */
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    html.lenis,
    html.lenis body {
      height: auto;
    }
    html.lenis {
      scroll-behavior: auto !important;
    }
    .lenis.lenis-smooth [data-lenis-prevent],
    .lenis.lenis-smooth .vg-ai-chat,
    .lenis.lenis-smooth .menu-overlay,
    .lenis.lenis-smooth .vg-pm,
    .lenis.lenis-smooth .vg-book-overlay,
    .lenis.lenis-smooth .vg-quiz-overlay,
    .lenis.lenis-smooth .vg-modal-overlay {
      overscroll-behavior: contain;
    }
    .lenis.lenis-stopped {
      overflow: clip;
    }
    .lenis.lenis-smooth iframe {
      pointer-events: none;
    }
    body {
      margin: 0;
      font-family: "Satoshi", "Supreme", sans-serif;
      background: var(--navy-deep);
      color: var(--text-primary);
      text-rendering: geometricPrecision;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 2;
      opacity: 0.04;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    }
    .skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; background: var(--gold); color: var(--navy-deep); padding: 12px 16px; text-decoration: none; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; transform: translateY(-160%); transition: transform var(--dur-short) ease; }
    .skip-link:focus { transform: translateY(0); }

    a,button,input,textarea,select { min-height: 44px; min-width: 44px; font-family: inherit; }
    :focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 4px;
      box-shadow: 0 0 0 4px color-mix(in oklch, var(--gold) 18%, transparent);
    }
    @media (forced-colors: active) {
      :focus-visible { outline: 2px solid Highlight; box-shadow: none; }
    }
    a { color: inherit; text-decoration: none; }
    a[href^="tel:"] { position: relative; }
    a[href^="tel:"]::before {
      content: "";
      position: absolute;
      inset: -12px -10px;
    }
    .section { position: relative; padding: var(--section-pad-y) var(--section-pad-x); }
    .container { width: min(100%, var(--maxw)); margin: 0 auto; }
    .label { font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--text-meta); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
    .label::before { content: ""; width: 28px; height: 1px; background: color-mix(in oklch, var(--neutral-platinum) 38%, var(--navy-deep) 62%); flex: 0 0 auto; }
    .h2 { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(2.3rem, 5vw, 5.6rem); line-height: 0.98; font-weight: 500; letter-spacing: -0.04em; margin: 0 0 20px; color: var(--cream); text-wrap: balance; }
    .h2 em { color: var(--gold); font-style: italic; font-weight: 500; }
    .copy { max-width: 52ch; font-size: 1rem; line-height: 1.9; color: var(--text-secondary-aa); margin: 0; }
    .about .label,
    .impact .label,
    .why .label,
    .founder .label,
    .cta .label,
    .project-detail-about .label {
      color: var(--text-secondary);
    }
    .about .label::before,
    .impact .label::before,
    .why .label::before,
    .founder .label::before,
    .cta .label::before,
    .project-detail-about .label::before {
      background: color-mix(in oklch, var(--text-secondary) 34%, transparent);
    }
    .btn-primary { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; background: var(--gold); color: var(--navy-deep); border: 1px solid color-mix(in oklch, var(--gold) 78%, var(--cream) 22%); text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.7rem; font-weight: 700; text-decoration: none; transition: transform var(--dur-short) ease, background var(--dur-short) ease, border-color var(--dur-short) ease, color var(--dur-short) ease, opacity var(--dur-short) ease; }
    .btn-primary::after {
      content: "";
      position: absolute;
      inset: -40% -55%;
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,0.22) 49%, transparent 60%);
      transform: translateX(-72%) rotate(0.001deg);
      opacity: 0;
      transition: transform 0.88s var(--typo-ease), opacity 0.28s ease;
    }
    .btn-primary:hover::after,
    .btn-primary:focus-visible::after {
      opacity: 0.72;
      transform: translateX(72%) rotate(0.001deg);
    }
    .btn-primary:hover { background: var(--gold-soft); border-color: color-mix(in oklch, var(--brand-accent) 26%, transparent); }
    .btn-primary:active { transform: scale(0.97); opacity: 0.88; transition-duration: 80ms; }
    .btn-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; background: transparent; color: var(--gold); border: 1px solid color-mix(in oklch, var(--gold) 48%, transparent); text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.7rem; font-weight: 700; transition: transform var(--dur-short) ease, background var(--dur-short) ease, border-color var(--dur-short) ease, color var(--dur-short) ease; }
    .btn-secondary:hover { background: color-mix(in oklch, var(--gold) 8%, transparent); border-color: color-mix(in oklch, var(--gold) 72%, transparent); color: var(--gold-soft); }
    .btn-secondary:active { transform: scale(0.97); opacity: 0.88; transition-duration: 80ms; }
    .btn-secondary { text-decoration: none; }
    .architect-grid { background-image: linear-gradient(to right, color-mix(in oklch, var(--gold) 4%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in oklch, var(--gold) 4%, transparent) 1px, transparent 1px); background-size: 64px 64px; }
    .loader { position: fixed; inset: 0; z-index: 9997; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--navy-deep); overflow: hidden; isolation: isolate; }
    .loader::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, color-mix(in oklch, var(--gold) 10%, transparent), transparent 38%), radial-gradient(circle at 24% 72%, color-mix(in oklch, var(--brand-accent) 8%, transparent), transparent 26%), linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.14)); pointer-events: none; z-index: 0; }
    .loader-bp-grid { position: absolute; inset: 0; background-image: linear-gradient(to right, color-mix(in oklch, var(--gold) 18%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in oklch, var(--gold) 18%, transparent) 1px, transparent 1px); background-size: 72px 72px; pointer-events: none; opacity: 0; }
    .loader-skyline { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 1; }
    .loader-skyline svg { width: 90%; max-width: 860px; height: auto; display: block; filter: drop-shadow(0 0 18px color-mix(in oklch, var(--gold) 12%, transparent)); }
    .loader-skyline .bp-line, .loader-skyline .bp-rect, .loader-skyline .bp-detail { stroke: color-mix(in oklch, var(--gold) 78%, var(--brand-accent) 22%); stroke-dasharray: 1000; stroke-dashoffset: 1000; }
    .loader-brand-wrap { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .loader-logo-image {
      display: block;
      width: min(58vw, 410px);
      height: auto;
      object-fit: contain;
      opacity: 0;
      transform: translateY(10px) scale(0.985);
      filter: drop-shadow(0 2px 18px rgba(0, 0, 0, 0.28)) drop-shadow(0 0 22px rgba(184, 150, 90, 0.18));
    }
    .loader-tagline { font-size: 0.65rem; letter-spacing: 0.5em; text-transform: uppercase; color: color-mix(in oklch, var(--gold) 88%, var(--cream) 12%); margin: 0; opacity: 0; }
    .loader-scanline { position: absolute; left: 4%; right: 4%; bottom: -20%; height: 110px; background: linear-gradient(180deg, rgba(255,255,255,0), color-mix(in oklch, var(--brand-accent) 8%, transparent) 22%, color-mix(in oklch, var(--gold) 32%, transparent) 48%, color-mix(in oklch, var(--gold) 22%, transparent) 58%, color-mix(in oklch, var(--brand-accent) 8%, transparent) 76%, rgba(255,255,255,0)); filter: blur(14px); mix-blend-mode: screen; opacity: 0; pointer-events: none; }
    .loader::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 10; opacity: 0.032; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E"); mix-blend-mode: overlay; animation: grain-shift 0.24s steps(1) infinite; }
    @keyframes grain-shift { 0% { background-position: 0 0; } 25% { background-position: -40px 20px; } 50% { background-position: 20px -30px; } 75% { background-position: -20px 40px; } 100% { background-position: 30px -10px; } }
    .site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; padding: 16px var(--section-pad-x); background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: 0; transition: padding var(--dur-medium) ease; }
    .site-header .container { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(18px, 3vw, 32px); min-height: 62px; }
    .brand { justify-self: center; display: inline-flex; align-items: center; color: var(--gold); }
    .brand-logo { display: inline-flex; align-items: center; gap: 12px; }
    .brand-mark { width: 44px; height: 44px; display: block; filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 14px rgba(244, 176, 143, 0.32)); }
    .brand-image {
      display: block;
      width: clamp(134px, 9vw, 184px);
      height: auto;
      object-fit: contain;
      filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 16px rgba(244, 176, 143, 0.24));
    }
    .brand-word {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.26em;
      font-size: 0.82rem;
      line-height: 1;
      color: color-mix(in oklch, var(--peach) 88%, var(--cream) 12%);
    }
    .header-cta { justify-self: end; }
    body.menu-open { overflow: hidden; }
    .menu-toggle {
      justify-self: start;
      position: relative;
      z-index: 121;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      min-width: 48px;
      height: 48px;
      padding: 0 20px;
      border: 1px solid color-mix(in oklch, var(--gold) 28%, transparent);
      border-radius: 999px;
      background: color-mix(in oklch, var(--navy-deep) 58%, transparent);
      color: color-mix(in oklch, var(--cream) 88%, var(--gold) 12%);
      cursor: pointer;
      list-style: none;
      box-shadow: inset 0 1px 0 color-mix(in oklch, var(--cream) 12%, transparent);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }
    .menu-toggle:hover {
      background: color-mix(in oklch, var(--navy-deep) 72%, transparent);
      border-color: color-mix(in oklch, var(--gold) 48%, transparent);
    }
    .menu-toggle::-webkit-details-marker { display: none; }
    .menu-icon {
      position: relative;
      width: 18px;
      height: 12px;
    }
    .menu-icon span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1.5px;
      background: currentColor;
      transition: transform var(--dur-short) ease, opacity var(--dur-short) ease;
    }
    .menu-icon span:nth-child(1) { top: 0; }
    .menu-icon span:nth-child(2) { top: 5px; }
    .menu-icon span:nth-child(3) { top: 10px; }
    .menu-toggle-text {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      line-height: 1;
    }
    .menu-toggle-text::before { content: "Menu"; }
    .menu-toggle.is-active .menu-toggle-text::before { content: "Close"; }
    .menu-toggle.is-active .menu-icon span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
    .menu-toggle.is-active .menu-icon span:nth-child(2) { opacity: 0; }
    .menu-toggle.is-active .menu-icon span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
    body.menu-open .menu-toggle {
      position: fixed;
      top: clamp(18px, 3vw, 34px);
      left: var(--section-pad-x);
      z-index: 261;
      min-width: 48px;
      height: 48px;
      background: color-mix(in oklch, var(--navy-deep) 94%, black 6%);
      border-color: color-mix(in oklch, var(--gold) 34%, transparent);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
      white-space: nowrap;
    }
    /* MENU OVERLAY */
    .menu-overlay {
      position: fixed;
      inset: 0;
      display: none;
      z-index: 220;
    }
    .menu-overlay.is-open { display: block; }

    /* â”€â”€ PANEL BASE â”€â”€ */
    .menu-panel {
      position: relative;
      display: grid;
      grid-template-columns: minmax(420px, 1.05fr) minmax(460px, 0.95fr);
      margin: 0;
      min-height: 78vh;
      max-height: min(92vh, 820px);
      border: 0;
      border-radius: 0 0 var(--radius-lg) var(--radius-lg);
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
        color-mix(in oklch, var(--navy-deep) 95%, black 5%);
      transform: translateY(-22px);
      opacity: 0;
      transition: transform 0.52s cubic-bezier(0.22,1,0.36,1), opacity 0.36s ease;
    }
    .menu-overlay.is-open .menu-panel {
      transform: translateY(0);
      opacity: 1;
    }
    .menu-panel::before, .menu-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .menu-panel::before {
      background:
        linear-gradient(to right, color-mix(in oklch, var(--gold) 4%, transparent) 1px, transparent 1px),
        linear-gradient(to bottom, color-mix(in oklch, var(--gold) 4%, transparent) 1px, transparent 1px);
      background-size: 72px 72px;
      opacity: 0.5;
    }
    .menu-panel::after {
      background:
        radial-gradient(circle at 76% 24%, color-mix(in oklch, var(--gold) 12%, transparent), transparent 26%),
        radial-gradient(circle at 22% 78%, rgba(255,255,255,0.035), transparent 28%);
    }
    /* Gold seam at bottom edge of panel */
    .menu-panel-seam {
      position: absolute;
      bottom: 0; left: 0; right: 0; height: 1px; z-index: 2;
      background: linear-gradient(90deg, transparent, color-mix(in oklch, var(--gold) 70%, transparent) 30%, color-mix(in oklch, var(--gold) 90%, transparent) 50%, color-mix(in oklch, var(--gold) 70%, transparent) 70%, transparent);
    }

    /* â”€â”€ DESKTOP: TOP-SHEET â”€â”€ */
    .menu-panel-nav, .menu-panel-brand {
      position: relative;
      z-index: 1;
      min-height: 78vh;
      max-height: min(92vh, 820px);
      overflow: hidden;
    }
    .menu-panel-nav {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding: clamp(96px, 8vw, 128px) clamp(40px, 6vw, 92px) clamp(36px, 3.4vw, 52px);
      border-right: 1px solid color-mix(in oklch, var(--gold) 14%, transparent);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0)),
        color-mix(in oklch, var(--navy) 70%, var(--navy-deep) 30%);
      overflow-y: auto; /* safety: scroll if viewport is unusually short */
      scrollbar-width: thin;
      scrollbar-color: color-mix(in oklch, var(--gold) 22%, transparent) transparent;
    }
    .menu-panel-nav::-webkit-scrollbar { width: 4px; }
    .menu-panel-nav::-webkit-scrollbar-thumb { background: color-mix(in oklch, var(--gold) 22%, transparent); border-radius: 4px; }
    /* Dim backdrop behind panel on desktop */
    @media (min-width: 769px) {
      .menu-overlay {
        background: rgba(8,14,32,0.58);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
      }
    }

    /* â”€â”€ NAV LIST â”€â”€ */
    .menu-list {
      position: relative;
      width: min(100%, 540px);
      min-width: 0;
      display: grid;
      gap: clamp(8px, 1vw, 12px);
      padding: 0;
      border: 0;
      background: transparent;
    }
    .menu-list a {
      position: relative;
      display: block;
      padding: 13px 0;
      font-size: clamp(0.98rem, 1.55vw, 1.32rem);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      color: var(--text-body);
      border: 0;
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 10%, transparent);
      transition: color var(--dur-medium) ease, transform var(--dur-medium) ease, border-color var(--dur-medium) ease;
    }
    .menu-list a:hover, .menu-list a:focus-visible {
      color: color-mix(in oklch, var(--gold) 88%, var(--cream) 12%);
      border-color: color-mix(in oklch, var(--gold) 24%, var(--navy-deep) 76%);
      transform: translateX(6px);
      outline: none;
    }
    @media (prefers-reduced-motion: reduce) {
      .menu-list a:hover, .menu-list a:focus-visible { transform: none; }
    }
    .menu-list a.is-active, .footer-nav a.is-active { color: var(--accent-interactive); }
    .menu-list a.is-active {
      border-bottom-color: color-mix(in oklch, var(--gold) 22%, transparent);
      padding-bottom: 13px;
      opacity: 1;
      box-shadow: inset 3px 0 0 color-mix(in oklch, var(--gold) 82%, transparent);
      padding-left: 14px;
      color: var(--cream);
    }

    /* â”€â”€ LINK STAGGER ANIMATION â”€â”€ */
    @keyframes menu-link-rise {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .menu-overlay.is-open .menu-list a {
      animation: menu-link-rise 0.48s cubic-bezier(0.22,1,0.36,1) both;
    }
    .menu-overlay.is-open .menu-list a:nth-child(1) { animation-delay: 0.09s; }
    .menu-overlay.is-open .menu-list a:nth-child(2) { animation-delay: 0.14s; }
    .menu-overlay.is-open .menu-list a:nth-child(3) { animation-delay: 0.19s; }
    .menu-overlay.is-open .menu-list a:nth-child(4) { animation-delay: 0.24s; }
    .menu-overlay.is-open .menu-list a:nth-child(5) { animation-delay: 0.27s; }
    .menu-overlay.is-open .menu-list a:nth-child(6) { animation-delay: 0.30s; }
    .menu-overlay.is-open .menu-list a:nth-child(7) { animation-delay: 0.33s; }
    .menu-overlay.is-open .menu-list a:nth-child(8) { animation-delay: 0.36s; }

    /* â”€â”€ BRAND COLUMN STAGGER ANIMATION â”€â”€ */
    @keyframes menu-brand-rise {
      from { opacity: 0; transform: translateY(12px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .menu-panel-kicker,
    .menu-panel-title,
    .menu-panel-copy,
    .menu-panel-featured,
    .menu-panel-brand-footer {
      opacity: 0;
      animation: none;
    }
    .menu-overlay.is-open .menu-panel-kicker        { animation: menu-brand-rise 0.5s cubic-bezier(0.22,1,0.36,1) 0.18s both; }
    .menu-overlay.is-open .menu-panel-title         { animation: menu-brand-rise 0.5s cubic-bezier(0.22,1,0.36,1) 0.24s both; }
    .menu-overlay.is-open .menu-panel-copy          { animation: menu-brand-rise 0.5s cubic-bezier(0.22,1,0.36,1) 0.30s both; }
    .menu-overlay.is-open .menu-panel-featured      { animation: menu-brand-rise 0.5s cubic-bezier(0.22,1,0.36,1) 0.36s both; }
    .menu-overlay.is-open .menu-panel-brand-footer  { animation: menu-brand-rise 0.5s cubic-bezier(0.22,1,0.36,1) 0.42s both; }

    /* â”€â”€ BRAND COLUMN (desktop right side) â”€â”€ */
    .menu-panel-brand {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: clamp(96px, 8vw, 128px) clamp(40px, 6.4vw, 88px) clamp(36px, 3.6vw, 52px);
      background:
        radial-gradient(circle at 72% 26%, rgba(255,255,255,0.05), transparent 24%),
        linear-gradient(135deg, color-mix(in oklch, var(--navy-deep) 92%, black 8%) 0%, color-mix(in oklch, var(--navy) 38%, var(--navy-deep) 62%) 100%);
    }
    .menu-panel-kicker {
      margin: 0 0 18px;
      font-size: 0.68rem;
      letter-spacing: 0.36em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--platinum) 90%, var(--cream) 10%);
    }
    .menu-panel-title {
      margin: 0;
      max-width: 8ch;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2.6rem, 4.4vw, 4.6rem);
      line-height: 0.9;
      letter-spacing: -0.055em;
      color: var(--cream);
      text-wrap: balance;
    }
    .menu-panel-copy {
      margin: 20px 0 0;
      max-width: 30ch;
      font-size: clamp(0.92rem, 1.3vw, 1.02rem);
      line-height: 1.65;
      color: var(--cream-muted);
    }
    /* Featured project thumbnail in brand column */
    .menu-panel-featured {
      position: relative;
      margin-top: 22px;
      overflow: hidden;
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      cursor: pointer;
    }
    .menu-panel-featured img {
      width: 100%;
      height: clamp(118px, 17vh, 172px);
      object-fit: cover;
      object-position: center 30%;
      display: block;
      opacity: 0.72;
      transform: scale(1.06);
      transition: transform 1s cubic-bezier(0.22,1,0.36,1), opacity 0.36s ease;
    }
    .menu-overlay.is-open .menu-panel-featured img {
      transform: scale(1);
    }
    .menu-panel-featured-label {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      padding: 8px 12px;
      background: color-mix(in oklch, var(--navy-deep) 82%, transparent);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-panel-featured-label span:first-child {
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      color: var(--cream);
    }
    .menu-panel-featured-label span:last-child {
      font-size: 0.65rem;
      letter-spacing: 0.14em;
      color: var(--text-meta);
      text-transform: uppercase;
    }

    /* â”€â”€ DESKTOP BRAND FOOTER â”€â”€ */
    .menu-panel-brand-footer {
      margin-top: auto; /* pin to bottom of brand column so CTA always lands with consistent breathing room */
      padding-top: 18px;
      border-top: 1px solid color-mix(in oklch, var(--gold) 14%, transparent);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .menu-panel-brand-contact {
      display: flex;
      flex-direction: column;
      gap: 3px;
    }
    .menu-panel-phone {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(0.88rem, 1.5vw, 1.08rem);
      color: var(--gold);
      text-decoration: none;
      letter-spacing: 0.03em;
      transition: color var(--dur-medium) ease;
    }
    .menu-panel-phone:hover { color: var(--cream); }
    .menu-panel-phone-label {
      font-size: 0.62rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-meta);
    }
    .menu-panel-brand-cta {
      font-size: 0.65rem;
      padding: 10px 18px;
      white-space: nowrap;
      letter-spacing: 0.18em;
    }

    /* â”€â”€ MOBILE CONTACT STRIP â”€â”€ */
    .menu-contact-strip {
      margin-top: 32px;
      padding-top: 22px;
      border-top: 1px solid color-mix(in oklch, var(--gold) 14%, transparent);
      display: none;
      flex-direction: column;
      gap: 4px;
    }
    .menu-contact-phone {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1rem, 4.5vw, 1.3rem);
      color: var(--gold);
      letter-spacing: 0.03em;
      text-decoration: none;
    }
    .menu-contact-hours {
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-meta);
      margin-top: 2px;
    }
    .menu-contact-cta {
      margin-top: 18px;
      align-self: flex-start;
      padding: 12px 22px;
      font-size: 0.72rem;
    }

    /* â”€â”€ MOBILE: FULL-SCREEN TAKEOVER â”€â”€ */
    @media (max-width: 768px) {
      .menu-overlay { background: none; }
      .menu-panel {
        grid-template-columns: 1fr;
        position: absolute;
        inset: 0;
        margin: 0;
      border: 0;
      border-radius: 0;
      min-height: 100vh;
      min-height: 100dvh;
      max-height: none;
    }
      .menu-panel-nav {
        display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      min-height: 100vh;
      min-height: 100dvh;
      max-height: none;
        padding:
          calc(86px + env(safe-area-inset-top,0px))
          max(24px, env(safe-area-inset-right,0px))
          calc(36px + env(safe-area-inset-bottom,0px))
          max(24px, env(safe-area-inset-left,0px));
        border-right: 0;
        overflow-y: auto;
      }
      .menu-panel-brand { display: none; }
      .menu-list { width: 100%; gap: clamp(4px, 1.6vw, 8px); margin-top: clamp(36px, 7vh, 70px); }
      .menu-list a {
        font-size: clamp(1.48rem, 7.1vw, 2.35rem);
        padding: 11px 0;
        letter-spacing: 0.01em;
        text-transform: none;
        font-weight: 600;
        border-bottom-color: color-mix(in oklch, var(--gold) 8%, transparent);
      }
      .menu-list a:hover, .menu-list a:focus-visible {
        transform: translateX(10px);
      }
      .menu-contact-strip { display: flex; margin-top: auto; width: 100%; }

      /* hide wipe underline on mobile â€” looks off at large sizes */
      .menu-list a::after { display: none; }
      /* left-bar active indicator reset for mobile */
      .menu-list a.is-active {
        box-shadow: none;
        padding-left: 0;
        color: color-mix(in oklch, var(--gold) 92%, var(--cream) 8%);
      }
    }

    /* â”€â”€ REDUCED MOTION â”€â”€ */
    @media (prefers-reduced-motion: reduce) {
      .menu-panel { transition: opacity 0.01ms !important; transform: none !important; }
      .menu-overlay.is-open .menu-list a { animation: none !important; opacity: 1; transform: none; }
      .menu-panel-featured img { transition: none !important; transform: none !important; }
      .menu-panel-kicker,
      .menu-panel-title,
      .menu-panel-copy,
      .menu-panel-featured,
      .menu-panel-brand-footer {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
      }
    }
    .page-hidden { display: none !important; }
    .back-home {
      position: fixed;
      top: 92px;
      left: var(--section-pad-x);
      z-index: 101;
      display: none;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      padding: 0;
      border: 1px solid var(--line);
      background: color-mix(in oklch, var(--navy-deep) 92%, black 8%);
      color: var(--accent-interactive);
      font-size: 0;
    }
    .back-home::before {
      content: "";
      width: 11px;
      height: 11px;
      border-left: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      transform: rotate(45deg);
      margin-left: 4px;
    }
    .back-home.is-visible { display: inline-flex; }
    body:not([data-default-route="home"]) .about,
    body:not([data-default-route="home"]) .impact,
    body:not([data-default-route="home"]) .vg-guide-page,
    body:not([data-default-route="home"]) .vg-faq {
      padding-top: calc(var(--section-pad-y) + 42px);
    }
    .to-start {
      position: fixed;
      right: clamp(16px, 3vw, 30px);
      bottom: calc(clamp(18px, 3vw, 30px) + 116px);
      z-index: 103;
      width: 48px;
      height: 48px;
      border: 1px solid color-mix(in oklch, var(--gold) 30%, var(--floating-red) 70%);
      background: linear-gradient(180deg, color-mix(in oklch, var(--floating-red) 92%, var(--brand-accent) 8%), color-mix(in oklch, var(--floating-red) 76%, black 24%));
      color: var(--gold-soft);
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 16px 34px rgba(45, 4, 18, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      transition: transform var(--dur-short) ease, background var(--dur-short) ease, border-color var(--dur-short) ease;
    }
    .to-start:hover {
      transform: translateY(-2px);
      background: linear-gradient(180deg, color-mix(in oklch, var(--floating-red) 84%, var(--brand-accent) 16%), color-mix(in oklch, var(--floating-red) 82%, black 18%));
      border-color: color-mix(in oklch, var(--gold) 46%, var(--floating-red) 54%);
    }
    .to-start::before {
      content: "";
      width: 10px;
      height: 10px;
      border-left: 2px solid currentColor;
      border-top: 2px solid currentColor;
      transform: rotate(45deg) translateY(1px);
    }
    .to-start.is-visible { display: inline-flex; }
    .chat-fab {
      position: fixed;
      right: clamp(16px, 3vw, 30px);
      bottom: clamp(18px, 3vw, 30px);
      z-index: 101;
      width: 50px;
      height: 50px;
      padding: 0;
      border: 1px solid color-mix(in oklch, var(--gold) 30%, var(--floating-red) 70%);
      border-radius: 999px;
      background: linear-gradient(180deg, color-mix(in oklch, var(--floating-red) 92%, var(--brand-accent) 8%), color-mix(in oklch, var(--floating-red) 76%, black 24%));
      color: var(--gold-soft);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0 16px 34px rgba(45, 4, 18, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      transition: transform var(--dur-short) ease, background var(--dur-short) ease, border-color var(--dur-short) ease;
    }
    .chat-fab:hover {
      transform: translateY(-2px);
      background: linear-gradient(180deg, color-mix(in oklch, var(--floating-red) 84%, var(--brand-accent) 16%), color-mix(in oklch, var(--floating-red) 82%, black 18%));
      border-color: color-mix(in oklch, var(--gold) 46%, var(--floating-red) 54%);
    }
    .chat-fab::after {
      content: "";
      position: absolute;
      inset: -4px;
      border-radius: 999px;
      border: 1.5px solid color-mix(in oklch, var(--gold) 54%, var(--floating-red) 46%);
      opacity: 0;
      animation: fab-glow-ring 2.8s ease-in-out infinite;
      pointer-events: none;
    }
    @keyframes fab-glow-ring {
      0%   { opacity: 0;    transform: scale(0.92); }
      30%  { opacity: 0.45; transform: scale(1);    }
      70%  { opacity: 0.2;  transform: scale(1.08); }
      100% { opacity: 0;    transform: scale(1.16); }
    }
    .chat-fab svg {
      width: 22px;
      height: 22px;
      display: block;
    }
    .chat-fab svg:not(.chat-logo) path,
    .chat-fab svg:not(.chat-logo) circle {
      stroke: currentColor;
    }
    .chat-fab .chat-logo line {
      stroke: currentColor;
    }
    .chat-actions {
      position: fixed;
      right: calc(clamp(16px, 3vw, 30px) + 64px);
      bottom: clamp(18px, 3vw, 30px);
      z-index: 101;
      display: flex;
      flex-direction: row;
      gap: 10px;
      align-items: center;
      pointer-events: none;
      opacity: 0;
      transform: translateX(10px) scale(0.96);
      transform-origin: 100% 50%;
      transition: opacity var(--dur-short) ease, transform var(--dur-short) ease;
    }
    .chat-actions.is-open {
      pointer-events: auto;
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    .chat-actions[hidden] { display: none; }
    .chat-action {
      position: relative;
      width: 46px;
      height: 46px;
      padding: 0;
      border: 1px solid color-mix(in oklch, var(--gold) 30%, var(--floating-red) 70%);
      border-radius: 999px;
      background: linear-gradient(180deg, color-mix(in oklch, var(--floating-red) 92%, var(--brand-accent) 8%), color-mix(in oklch, var(--floating-red) 76%, black 24%));
      color: var(--gold-soft);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 16px 34px rgba(45, 4, 18, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      transition: transform var(--dur-short) ease, background var(--dur-short) ease, border-color var(--dur-short) ease;
    }
    .chat-action:hover,
    .chat-action:focus-visible {
      transform: translateY(-2px);
      background: linear-gradient(180deg, color-mix(in oklch, var(--floating-red) 84%, var(--brand-accent) 16%), color-mix(in oklch, var(--floating-red) 82%, black 18%));
      border-color: color-mix(in oklch, var(--gold) 46%, var(--floating-red) 54%);
    }
    .chat-action::before {
      content: attr(data-label);
      position: absolute;
      left: 50%;
      bottom: calc(100% + 10px);
      transform: translateX(-50%);
      white-space: nowrap;
      padding: 8px 10px;
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      border-radius: 999px;
      background: color-mix(in oklch, var(--navy-deep) 92%, black 8%);
      color: var(--cream);
      font-size: 0.65rem;
      line-height: 1;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      opacity: 0;
      pointer-events: none;
      transition: opacity var(--dur-short) ease, transform var(--dur-short) ease;
    }
    .chat-action:hover::before,
    .chat-action:focus-visible::before {
      opacity: 1;
      transform: translate(-50%, -2px);
    }
    .chat-action svg {
      width: 20px;
      height: 20px;
      display: block;
      stroke: currentColor;
    }
    .chat-action--ai {
      overflow: visible;
      isolation: isolate;
    }
    .ai-fab {
      position: fixed;
      right: clamp(16px, 3vw, 30px);
      bottom: calc(clamp(18px, 3vw, 30px) + 58px);
      z-index: 102;
      width: 50px;
      height: 50px;
    }
    .chat-action--ai::after {
      content: "";
      position: absolute;
      right: 7px;
      top: 7px;
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--gold);
      box-shadow: 0 0 0 4px color-mix(in oklch, var(--gold) 16%, transparent);
      z-index: 2;
      animation: ai-dot-pulse 2.8s ease-in-out infinite;
    }
    .chat-action--ai .ai-action-label {
      position: absolute;
      right: calc(100% + 10px);
      top: 50%;
      transform: translate(8px, -50%);
      padding: 9px 12px;
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      border-radius: 999px;
      background: color-mix(in oklch, var(--navy-deep) 92%, black 8%);
      color: color-mix(in oklch, var(--cream) 84%, transparent);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      line-height: 1;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      box-shadow: 0 14px 34px rgba(3, 8, 24, 0.28);
      transition: opacity var(--dur-short) ease, transform var(--dur-short) ease;
    }
    .chat-action--ai .ai-mini-bubble {
      display: none;
      position: absolute;
      right: calc(100% + 12px);
      bottom: calc(100% + 8px);
      width: max-content;
      max-width: min(260px, calc(100vw - 96px));
      padding: 10px 12px;
      border: 1px solid color-mix(in oklch, var(--gold) 16%, transparent);
      border-radius: 8px;
      background: color-mix(in oklch, var(--navy-deep) 94%, black 6%);
      color: color-mix(in oklch, var(--cream) 84%, transparent);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      line-height: 1.35;
      letter-spacing: 0.01em;
      text-align: left;
      pointer-events: none;
      opacity: 0;
      transform: translate(8px, 6px);
      box-shadow: 0 18px 42px rgba(3, 8, 24, 0.32);
      transition: opacity 0.24s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .chat-action--ai.ai-bubble-visible .ai-mini-bubble {
      opacity: 1;
      transform: translate(0, 0);
    }
    .chat-action--ai:hover .ai-action-label,
    .chat-action--ai:focus-visible .ai-action-label,
    .chat-action--ai.ai-nudge .ai-action-label,
    .chat-action--ai.ai-ready .ai-action-label {
      opacity: 1;
      transform: translate(0, -50%);
    }
    .chat-action--ai.ai-nudge {
      animation: ai-action-breathe 1.8s cubic-bezier(0.16, 1, 0.3, 1) 2;
    }
    @keyframes ai-action-breathe {
      0%, 100% { box-shadow: 0 12px 28px rgba(3, 8, 24, 0.24); }
      45% { box-shadow: 0 12px 28px rgba(3, 8, 24, 0.24), 0 0 0 7px color-mix(in oklch, var(--gold) 12%, transparent); }
    }
    @keyframes ai-dot-pulse {
      0%, 100% { transform: scale(1); box-shadow: 0 0 0 4px color-mix(in oklch, var(--gold) 14%, transparent); }
      50% { transform: scale(1.18); box-shadow: 0 0 0 8px color-mix(in oklch, var(--gold) 6%, transparent); }
    }
    .vg-ai-chat {
      position: fixed;
      right: clamp(16px, 3vw, 30px);
      bottom: calc(clamp(18px, 3vw, 30px) + 68px);
      z-index: 130;
      width: min(392px, calc(100vw - 32px));
      max-height: min(680px, calc(100vh - 116px));
      max-height: min(680px, calc(100dvh - 116px));
      border: 1px solid color-mix(in oklch, var(--gold) 20%, transparent);
      border-radius: 8px;
      background:
        linear-gradient(180deg, color-mix(in oklch, var(--navy-deep) 88%, black 12%), color-mix(in oklch, var(--navy) 82%, black 18%));
      color: var(--cream);
      box-shadow: 0 28px 80px rgba(3, 8, 24, 0.45);
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      transform: translateY(18px) scale(0.965);
      transform-origin: 100% 100%;
      transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .vg-ai-chat.is-open {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
    }
    .vg-ai-chat[hidden] { display: none; }
    .vg-ai-chat.is-open .vg-ai-chat__head {
      animation: ai-panel-head-in 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
    }
    .vg-ai-chat.is-open .vg-ai-msg--assistant:first-child {
      animation: ai-message-in 0.42s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
    }
    .vg-ai-chat__shell {
      display: grid;
      grid-template-rows: auto 1fr auto;
      max-height: inherit;
      min-height: min(560px, calc(100vh - 116px));
      min-height: min(560px, calc(100dvh - 116px));
    }
    .vg-ai-chat__head {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 16px;
      align-items: start;
      padding: 18px 18px 16px;
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 14%, transparent);
      background: color-mix(in oklch, var(--navy-deep) 72%, black 28%);
    }
    .vg-ai-chat__eyebrow {
      margin: 0 0 7px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.58rem;
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 82%, var(--cream) 18%);
    }
    .vg-ai-chat__title {
      margin: 0 0 7px;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: 1.28rem;
      font-weight: 400;
      line-height: 1.1;
      color: var(--cream);
    }
    .vg-ai-chat__status {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin: 0;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.68rem;
      line-height: 1.5;
      color: color-mix(in oklch, var(--cream) 52%, transparent);
    }
    .vg-ai-chat__status::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--gold);
      box-shadow: 0 0 0 4px color-mix(in oklch, var(--gold) 12%, transparent);
    }
    .vg-ai-chat__helper {
      margin: 6px 0 0;
      max-width: 28ch;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.66rem;
      line-height: 1.55;
      color: color-mix(in oklch, var(--cream) 48%, transparent);
    }
    .vg-ai-chat__close {
      position: relative;
      width: 34px;
      height: 34px;
      border: 1px solid color-mix(in oklch, var(--cream) 12%, transparent);
      border-radius: 999px;
      background: transparent;
      color: color-mix(in oklch, var(--cream) 76%, transparent);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: transform var(--dur-short) ease, border-color var(--dur-short) ease, color var(--dur-short) ease;
    }
    .vg-ai-chat__close:hover,
    .vg-ai-chat__close:focus-visible {
      color: var(--cream);
      border-color: color-mix(in oklch, var(--gold) 42%, transparent);
      transform: translateY(-1px);
    }
    .vg-ai-chat__close::before,
    .vg-ai-chat__close::after {
      content: "";
      position: absolute;
      width: 13px;
      height: 1.5px;
      background: currentColor;
      border-radius: 999px;
    }
    .vg-ai-chat__close::before { transform: rotate(45deg); }
    .vg-ai-chat__close::after { transform: rotate(-45deg); }
    .vg-ai-chat__body {
      min-height: 0;
      overflow-y: auto;
      padding: 18px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      scroll-behavior: smooth;
    }
    .vg-ai-msg {
      width: fit-content;
      max-width: 92%;
      padding: 12px 14px;
      border-radius: 8px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.84rem;
      line-height: 1.6;
      letter-spacing: 0.01em;
    }
    .vg-ai-msg--assistant {
      align-self: flex-start;
      background: color-mix(in oklch, var(--cream) 7%, transparent);
      border: 1px solid color-mix(in oklch, var(--cream) 10%, transparent);
      color: color-mix(in oklch, var(--cream) 82%, transparent);
    }
    .vg-ai-msg--typing {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      min-width: 54px;
      min-height: 42px;
    }
    .vg-ai-msg--typing span {
      width: 5px;
      height: 5px;
      border-radius: 999px;
      background: color-mix(in oklch, var(--gold) 74%, var(--cream) 26%);
      animation: ai-typing-dot 1.1s ease-in-out infinite;
    }
    .vg-ai-msg--typing span:nth-child(2) { animation-delay: 0.14s; }
    .vg-ai-msg--typing span:nth-child(3) { animation-delay: 0.28s; }
    .vg-ai-msg--skeleton {
      display: grid;
      gap: 8px;
      width: min(78%, 270px);
      min-height: 78px;
    }
    .vg-ai-msg--skeleton.is-resolving,
    .ct3-submit-skeleton.is-resolving {
      opacity: 0;
      transform: translateY(4px);
      transition: opacity 150ms ease, transform 150ms ease;
    }
    .vg-skeleton-line {
      display: block;
      width: 72%;
      height: 10px;
      border-radius: 999px;
      background:
        linear-gradient(90deg, transparent, rgba(255,255,255,0.16), transparent),
        color-mix(in oklch, var(--cream) 13%, transparent);
      background-size: 220% 100%, 100% 100%;
      animation: vg-skeleton-shimmer 1.35s ease-in-out infinite;
    }
    .vg-skeleton-line--wide { width: 94%; }
    .vg-skeleton-line--short { width: 46%; }
    .vg-ai-msg--user {
      align-self: flex-end;
      background: color-mix(in oklch, var(--gold) 16%, var(--navy-deep) 84%);
      border: 1px solid color-mix(in oklch, var(--gold) 26%, transparent);
      color: var(--cream);
    }
    .vg-ai-lead-card {
      align-self: stretch;
      padding: 13px;
      border: 1px solid color-mix(in oklch, var(--gold) 20%, transparent);
      border-radius: 8px;
      background: color-mix(in oklch, var(--gold) 7%, var(--navy-deep) 93%);
      display: grid;
      gap: 10px;
    }
    .vg-ai-lead-card--recommended {
      position: relative;
      background:
        linear-gradient(135deg, color-mix(in oklch, var(--gold) 13%, var(--navy-deep) 87%), color-mix(in oklch, var(--navy-deep) 92%, black 8%));
      box-shadow: inset 3px 0 0 color-mix(in oklch, var(--gold) 86%, var(--cream) 14%);
    }
    .vg-ai-lead-card__title {
      margin: 0;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.68rem;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 86%, var(--cream) 14%);
    }
    .vg-ai-lead-card__copy {
      margin: 0;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.76rem;
      line-height: 1.55;
      color: color-mix(in oklch, var(--cream) 66%, transparent);
    }
    .vg-ai-lead-card__actions {
      display: grid;
      grid-template-columns: 1.25fr 0.75fr;
      gap: 8px;
    }
    .vg-ai-lead-card__btn {
      display: inline-flex;
      min-height: 40px;
      align-items: center;
      justify-content: center;
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      color: color-mix(in oklch, var(--cream) 80%, transparent);
      text-decoration: none;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.62rem;
      font-weight: 900;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      transition: transform var(--dur-short) ease, background var(--dur-short) ease, color var(--dur-short) ease;
    }
    .vg-ai-lead-card__btn--primary {
      background: var(--gold);
      color: var(--navy-deep);
      border-color: var(--gold);
    }
    .vg-ai-lead-card__btn:hover,
    .vg-ai-lead-card__btn:focus-visible {
      transform: translateY(-1px);
      background: color-mix(in oklch, var(--gold) 12%, transparent);
      color: var(--cream);
    }
    .vg-ai-lead-card__btn--primary:hover,
    .vg-ai-lead-card__btn--primary:focus-visible {
      background: color-mix(in oklch, var(--gold) 84%, var(--cream) 16%);
      color: var(--navy-deep);
    }
    .vg-ai-chat__suggestions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding: 0 18px 14px;
      border-bottom: 1px solid color-mix(in oklch, var(--cream) 8%, transparent);
    }
    .vg-ai-chat.is-open .vg-ai-chip {
      animation: ai-chip-in 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
      animation-delay: calc(0.12s + (var(--ai-chip-index, 0) * 0.035s));
    }
    .vg-ai-chip {
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      border-radius: 999px;
      background: transparent;
      color: color-mix(in oklch, var(--cream) 70%, transparent);
      padding: 8px 10px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.68rem;
      line-height: 1;
      cursor: pointer;
      transition: background var(--dur-short) ease, color var(--dur-short) ease, transform var(--dur-short) ease, border-color var(--dur-short) ease;
    }
    .vg-ai-chip:hover,
    .vg-ai-chip:focus-visible {
      color: var(--cream);
      border-color: color-mix(in oklch, var(--gold) 38%, transparent);
      background: color-mix(in oklch, var(--gold) 10%, transparent);
      transform: translateY(-1px);
    }
    @keyframes ai-panel-head-in {
      from { opacity: 0.72; transform: translateY(-6px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes ai-message-in {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes ai-chip-in {
      from { opacity: 0; transform: translateY(6px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes ai-typing-dot {
      0%, 72%, 100% { opacity: 0.34; transform: translateY(0); }
      36% { opacity: 1; transform: translateY(-3px); }
    }
    @keyframes vg-skeleton-shimmer {
      0% { background-position: 120% 0, 0 0; }
      100% { background-position: -120% 0, 0 0; }
    }
    @media (prefers-reduced-motion: reduce) {
      .vg-skeleton-line,
      .vg-lead-popup__status.is-loading::after {
        animation: none;
      }
    }
    .vg-ai-chat__foot {
      padding: 14px 18px 18px;
      border-top: 1px solid color-mix(in oklch, var(--gold) 14%, transparent);
      background: color-mix(in oklch, var(--navy-deep) 78%, black 22%);
    }
    .vg-ai-chat__handoff {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-bottom: 12px;
    }
    .vg-ai-handoff {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 46px;
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      color: color-mix(in oklch, var(--cream) 78%, transparent);
      text-decoration: none;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      transition: transform var(--dur-short) ease, background var(--dur-short) ease, color var(--dur-short) ease;
    }
    .vg-ai-handoff:hover,
    .vg-ai-handoff:focus-visible {
      transform: translateY(-1px);
      background: color-mix(in oklch, var(--gold) 10%, transparent);
      color: var(--cream);
    }
    .vg-ai-form {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 8px;
    }
    .vg-ai-input {
      min-width: 0;
      min-height: 44px;
      border: 1px solid color-mix(in oklch, var(--cream) 12%, transparent);
      border-radius: 999px;
      background: color-mix(in oklch, var(--navy-deep) 72%, black 28%);
      color: var(--cream);
      padding: 0 14px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 16px;
      outline: none;
      transition: border-color var(--dur-short) ease, box-shadow var(--dur-short) ease;
    }
    .vg-ai-input::placeholder { color: color-mix(in oklch, var(--cream) 32%, transparent); }
    .vg-ai-input:focus {
      border-color: color-mix(in oklch, var(--gold) 46%, transparent);
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--gold) 12%, transparent);
    }
    .vg-ai-send {
      min-width: 72px;
      min-height: 44px;
      border: none;
      border-radius: 999px;
      background: var(--gold);
      color: var(--navy-deep);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.68rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform var(--dur-short) ease, background var(--dur-short) ease, opacity var(--dur-short) ease;
    }
    .vg-ai-send:hover,
    .vg-ai-send:focus-visible {
      transform: translateY(-1px);
      background: color-mix(in oklch, var(--gold) 84%, var(--cream) 16%);
    }
    .vg-ai-send:active,
    .vg-ai-chip:active,
    .vg-ai-handoff:active,
    .vg-ai-chat__close:active {
      transform: scale(0.96);
      opacity: 0.82;
    }
    body.sticky-strip-visible .vg-ai-chat {
      bottom: calc(106px + env(safe-area-inset-bottom, 0px));
    }
    @media (max-width: 640px) {
      .vg-ai-chat {
        right: max(12px, env(safe-area-inset-right, 0px));
        left: max(12px, env(safe-area-inset-left, 0px));
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        width: auto;
        max-height: calc(100vh - 88px - env(safe-area-inset-bottom, 0px));
        max-height: calc(100dvh - 88px - env(safe-area-inset-bottom, 0px));
        border-radius: 14px 14px 8px 8px;
        transform: translateY(26px) scale(0.985);
        transform-origin: 50% 100%;
      }
      .vg-ai-chat__shell {
        min-height: min(560px, calc(100vh - 88px - env(safe-area-inset-bottom, 0px)));
        min-height: min(560px, calc(100dvh - 88px - env(safe-area-inset-bottom, 0px)));
      }
      .vg-ai-chat__head {
        padding: 16px 16px 14px;
      }
      .vg-ai-chat__body {
        padding: 16px;
      }
      .vg-ai-chat__suggestions {
        padding: 0 16px 12px;
      }
      .vg-ai-chat__foot {
        padding: 12px 16px 16px;
      }
      .vg-ai-msg {
        max-width: 96%;
        font-size: 0.82rem;
      }
      .vg-ai-lead-card__actions {
        grid-template-columns: 1fr;
      }
      body.sticky-strip-visible .vg-ai-chat {
        bottom: calc(96px + env(safe-area-inset-bottom, 0px));
        max-height: calc(100vh - 126px - env(safe-area-inset-bottom, 0px));
        max-height: calc(100dvh - 126px - env(safe-area-inset-bottom, 0px));
      }
    }
    .hero {
      --hero-bg: var(--navy-deep);
      --hero-panel: color-mix(in oklch, var(--navy-deep) 78%, black 22%);
      --hero-line: color-mix(in oklch, var(--cream) 14%, transparent);
      --hero-text: var(--cream);
      --hero-muted: color-mix(in oklch, var(--cream) 70%, transparent);
      --hero-accent: var(--gold);
      --hero-shadow: rgba(6, 10, 22, 0.42);
      position: relative;
      height: 300vh;
      color: var(--hero-text);
      background:
        radial-gradient(circle at 16% 18%, color-mix(in oklch, var(--gold) 10%, transparent), transparent 24%),
        radial-gradient(circle at 82% 14%, color-mix(in oklch, var(--brand-accent) 8%, transparent), transparent 20%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy) 78%, black 22%) 0%, var(--navy-deep) 48%, color-mix(in oklch, var(--navy-deep) 90%, black 10%) 100%);
      overflow: hidden;
      overflow: clip;
      isolation: isolate;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        repeating-linear-gradient(0deg, color-mix(in oklch, var(--cream) 12%, transparent) 0 1px, transparent 1px 140px),
        repeating-linear-gradient(90deg, color-mix(in oklch, var(--cream) 12%, transparent) 0 1px, transparent 1px 140px);
      -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 18%, black 30%, black 70%, transparent 82%, transparent 100%);
      mask-image: linear-gradient(180deg, transparent 0%, transparent 18%, black 30%, black 70%, transparent 82%, transparent 100%);
    }
    .hero-pin {
      position: sticky;
      top: 0;
      min-height: 100vh;
      min-height: 100dvh;
      height: 100vh;
      height: 100dvh;
      overflow: hidden;
      overflow: clip;
      display: block;
      padding: 0;
      background: transparent;
    }
    .hero-copy {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0 0 0 0);
      clip-path: inset(50%);
      white-space: nowrap;
      border: 0;
    }
    .hero-copy .hero-cta-link {
      display: none;
    }
    .hero-stack {
      position: relative;
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      z-index: 2;
      overflow: hidden;
      border-radius: 0;
    }
    .hero-scene {
      --scene-glow: color-mix(in oklch, var(--gold) 10%, transparent);
      --scene-flare: color-mix(in oklch, var(--cream) 6%, transparent);
      --scene-edge: rgba(0, 0, 0, 0.18);
      position: absolute;
      inset: 0;
      display: block;
      background: var(--hero-panel);
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      transform: translateY(30px);
    }
    .hero-scene:first-child {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }
    .hero-scene::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 16% 18%, var(--scene-glow), transparent 25%),
        linear-gradient(135deg, var(--scene-flare), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%, var(--scene-edge));
      pointer-events: none;
      z-index: 0;
    }
    .hero-scene--concept {
      --scene-glow: color-mix(in oklch, var(--gold) 7%, transparent);
      --scene-flare: color-mix(in oklch, var(--cream) 3%, transparent);
      --scene-edge: rgba(0, 0, 0, 0.3);
    }
    .hero-scene--development {
      --scene-glow: color-mix(in oklch, var(--gold) 11%, transparent);
      --scene-flare: color-mix(in oklch, var(--cream) 5%, transparent);
      --scene-edge: rgba(0, 0, 0, 0.2);
    }
    .hero-scene--realization {
      --scene-glow: color-mix(in oklch, var(--gold) 14%, transparent);
      --scene-flare: color-mix(in oklch, var(--cream) 8%, transparent);
      --scene-edge: rgba(0, 0, 0, 0.12);
    }
    .hero-topbar {
      display: none;
    }
    .hero-topbar-inner {
      width: min(94vw, 1480px);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      pointer-events: auto;
    }
    .hero-brand {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.34rem;
      text-transform: uppercase;
      color: var(--hero-accent);
      text-decoration: none;
    }
    .hero-nav {
      display: flex;
      align-items: center;
      gap: 1.8rem;
    }
    .hero-nav a {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.08rem;
      color: var(--hero-muted);
      text-decoration: none;
      outline: none;
    }
    .hero-nav a:focus-visible,
    .hero-media-link:focus-visible {
      outline: 2px solid var(--accent-interactive);
      outline-offset: 4px;
    }
    .hero-media {
      position: relative;
      height: 100%;
      min-height: 100%;
      overflow: hidden;
      z-index: 1;
      padding: 0;
      box-sizing: border-box;
    }
    .hero-media-link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      color: inherit;
      text-decoration: none;
      outline: none;
      border: 0;
      box-shadow: none;
      background: transparent;
    }
    .hero-media picture {
      display: block;
      width: 100%;
      height: 100%;
    }
    .hero-media img,
    .hero-media video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      transform: scale(1.04);
      filter: saturate(1.05) contrast(1.02) brightness(1.03);
      backface-visibility: hidden;
      user-select: none;
      pointer-events: none;
    }
    .hero-mobile-still {
      display: none;
    }
    /* Per-scene focal points â€” protects key subject on portrait mobile */
    .hero-scene--concept .hero-media img {
      object-fit: cover;
      object-position: center top;
      transform-origin: center top;
      transform: none;
    }
    .hero-scene--concept .hero-media video     { object-position: center 25%; }
    .hero-scene--development .hero-media img,
    .hero-scene--development .hero-media video { object-position: center 30%; }
    .hero-scene--realization .hero-media img,
    .hero-scene--realization .hero-media video { object-position: center 40%; }
    .hero-scene-layout {
      position: absolute;
      top: clamp(86px, 10vh, 118px);
      right: clamp(20px, 3vw, 48px);
      bottom: clamp(24px, 3vw, 48px);
      left: clamp(20px, 3vw, 48px);
      z-index: 6;
      display: grid;
      grid-template-columns: minmax(0, 0.72fr) minmax(240px, 0.28fr);
      grid-template-rows: auto 1fr auto;
      gap: clamp(14px, 1.7vw, 24px);
      pointer-events: none;
    }
    .hero-scene-text-main,
    .hero-scene-text-side {
      color: var(--cream);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }
    .hero-scene-text-main {
      grid-column: 1;
      grid-row: 3;
      align-self: end;
      justify-self: start;
      width: fit-content;
      max-width: min(100%, 520px);
      min-height: 0;
      border-left: 2px solid var(--gold);
      border-radius: 0;
      background: linear-gradient(90deg, rgba(6, 10, 23, 0.78), rgba(6, 10, 23, 0.48) 72%, rgba(6, 10, 23, 0));
      box-shadow: 0 32px 90px rgba(2, 7, 18, 0.28);
      display: grid;
      gap: 12px;
      padding: clamp(16px, 2vw, 28px) clamp(16px, 2.2vw, 30px);
      font-family: "Gambetta", "Recia", Georgia, serif;
    }
    .hero-scene-eyebrow {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--gold);
    }
    .hero-scene-title {
      display: block;
      max-width: 10.5ch;
      font-size: clamp(1.58rem, 3.15vw, 3.35rem);
      font-weight: 500;
      line-height: 0.94;
      letter-spacing: -0.035em;
    }
    .hero-scene-title.motion-word-fade .luxury-word {
      display: inline-block;
      opacity: 0;
      transform: translate3d(0, 0.22em, 0);
      filter: blur(4px);
      transition:
        opacity 0.7s ease,
        transform 0.88s var(--typo-ease),
        filter 0.72s ease;
      transition-delay: calc(var(--word-index, 0) * 0.075s + 0.08s);
      will-change: opacity, transform, filter;
    }
    .hero-scene.is-copy-active .hero-scene-title.motion-word-fade .luxury-word {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: blur(0);
    }
    .hero-scene.is-copy-active .hero-scene-title.motion-word-fade .luxury-word:last-child {
      transition-delay: calc(var(--word-index, 0) * 0.075s + 0.18s);
    }
    .hero-scene-copy {
      max-width: 42ch;
      margin: 0;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: clamp(0.82rem, 0.9vw, 0.94rem);
      line-height: 1.68;
      color: color-mix(in oklch, var(--cream) 74%, transparent);
    }
    .hero-scene-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 14px;
      max-width: 42ch;
      margin-top: 16px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.64rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      line-height: 1.6;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 88%, var(--cream) 12%);
    }
    .hero-scene-action {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin-top: 16px;
      padding-bottom: 5px;
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 38%, transparent);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.66rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      line-height: 1.4;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 92%, var(--cream) 8%);
    }
    @media (min-width: 769px) {
      .hero-scene--concept .hero-scene-text-main {
        max-width: min(100%, 720px);
      }
      .hero-scene--concept .hero-scene-title {
        max-width: 18.5ch;
      }
      .hero-scene--concept .hero-scene-copy,
      .hero-scene--concept .hero-scene-proof,
      .hero-scene--concept .hero-scene-footer-strip {
        max-width: 62ch;
      }
      .hero-scene--concept .hero-scene-action {
        white-space: nowrap;
      }
    }
    .hero-scene-footer-strip {
      display: block;
      max-width: 44ch;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      line-height: 1.7;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--cream) 68%, transparent);
    }
    .hero-scene-text-side {
      grid-column: 2;
      grid-row: 3;
      align-self: end;
      justify-self: end;
      width: min(100%, 270px);
      min-height: 0;
      border-top: 1px solid color-mix(in oklch, var(--gold) 64%, transparent);
      border-radius: 0;
      background: linear-gradient(180deg, rgba(8, 13, 28, 0.58), rgba(8, 13, 28, 0.34));
      box-shadow: 0 24px 70px rgba(2, 7, 18, 0.22);
      display: grid;
      gap: 10px;
      padding: clamp(18px, 2vw, 28px);
      font-family: "Satoshi", "Supreme", sans-serif;
    }
    .hero-scene-side-label {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--cream) 52%, transparent);
    }
    .hero-scene-side-value {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.25rem, 2vw, 1.9rem);
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: color-mix(in oklch, var(--cream) 90%, var(--gold) 10%);
    }
    .hero-blueprint {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      background: transparent;
      pointer-events: none;
    }
    .hero-blueprint::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(252, 251, 251, 0.028), transparent 18%, transparent 72%, rgba(10, 16, 34, 0.16)),
        linear-gradient(90deg, rgba(252, 251, 251, 0.03), transparent 14%, transparent 86%, rgba(252, 251, 251, 0.018));
      mix-blend-mode: screen;
    }
    .hero-blueprint svg {
      position: relative;
      z-index: 1;
      width: 92%;
      height: 92%;
      backface-visibility: hidden;
    }
    .hero-blueprint .hero-draw {
      fill: none;
      stroke: rgba(184, 150, 90, 0.82);
      stroke-width: 1.2;
      vector-effect: non-scaling-stroke;
      stroke-linecap: square;
      stroke-linejoin: miter;
    }
    .hero-blueprint .hero-draw-secondary {
      stroke: rgba(255, 255, 255, 0.22);
      stroke-width: 0.6;
      stroke-dasharray: 6 10;
      vector-effect: non-scaling-stroke;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .hero-blueprint .hero-draw-secondary-solid {
      stroke-dasharray: none;
    }
    .hero-blueprint .hero-draw-mobile-hide {
      display: inline;
    }
    .hero-tint {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(10, 16, 34, 0.16), transparent 22%, transparent 72%, rgba(10, 16, 34, 0.28)),
        linear-gradient(90deg, rgba(10, 16, 34, 0.22), transparent 18%, transparent 82%, rgba(10, 16, 34, 0.22));
      pointer-events: none;
    }
    .hero-wipe {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(247, 215, 148, 0) 0%, rgba(247, 215, 148, 0.045) 18%, rgba(252, 251, 251, 0.22) 42%, rgba(252, 251, 251, 0.12) 58%, rgba(237, 166, 163, 0.055) 76%, rgba(247, 215, 148, 0) 100%),
        radial-gradient(circle at 50% 50%, rgba(252, 251, 251, 0.16), transparent 58%),
        linear-gradient(180deg, rgba(10, 14, 28, 0.03), rgba(10, 14, 28, 0.52));
      transform: translateX(-104%);
      opacity: 0;
      pointer-events: none;
      z-index: 4;
      mix-blend-mode: screen;
      backface-visibility: hidden;
    }
    .hero-media-badge {
      position: absolute;
      left: 1.4rem;
      bottom: 1.3rem;
      z-index: 5;
      display: inline-flex;
      align-items: center;
      padding: 0.76rem 0.92rem;
      background: linear-gradient(180deg, color-mix(in oklch, var(--navy-deep) 84%, black 16%), color-mix(in oklch, var(--navy-deep) 76%, black 24%));
      border: 1px solid color-mix(in oklch, var(--cream) 11%, transparent);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--cream) 86%, var(--gold) 14%);
      display: none;
    }
    .hero-grain {
      position: fixed;
      inset: 0;
      z-index: 20;
      pointer-events: none;
      opacity: 0.18;
      mix-blend-mode: soft-light;
    }
    .stat-floors { display: inline-grid; gap: 4px; margin-bottom: 8px; }
    .stat-floor { width: 46px; height: 4px; background: color-mix(in oklch, var(--gold) 80%, var(--text-dark) 20%); transform-origin: 50% 100%; }
    .stat-floor:nth-child(2) { width: 40px; }
    .stat-floor:nth-child(3) { width: 34px; }
    .stat-floor:nth-child(4) { width: 28px; }
    .why-stat .stat-floors {
      margin-bottom: 12px;
      display: inline-flex;
      flex-direction: column-reverse;
      gap: 4px;
      align-items: flex-start;
    }
    .why-stat .stat-floor {
      width: 34px;
      height: 4px;
      background: color-mix(in oklch, var(--gold) 86%, var(--cream) 14%);
    }
    .stat-num { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.6rem); color: var(--gold); line-height: 1; margin-bottom: 6px; }
    .stat-label { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-secondary); }
    .about { background: linear-gradient(180deg, color-mix(in oklch, var(--navy) 78%, black 22%), var(--surface)); overflow: hidden; overflow: clip; }
    .about .h2 { color: var(--text-dark); }
    .impact { background: linear-gradient(180deg, color-mix(in oklch, var(--navy) 76%, black 24%), var(--surface)); overflow: hidden; overflow: clip; }
    .impact .h2 { color: var(--text-dark); }
    .impact .copy { color: var(--text-secondary-aa); }
    .impact-card { border: 1px solid color-mix(in oklch, var(--gold) 24%, transparent); padding: clamp(24px, 4vw, 40px); margin-top: 20px; background: color-mix(in oklch, var(--navy) 82%, black 18%); box-shadow: 0 20px 48px rgba(3, 8, 24, 0.24); }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); }
    .about-left { position: sticky; top: 110px; align-self: start; z-index: 1; }
    .bg-letter { position: absolute; right: -0.06em; top: 50%; transform: translateY(-50%); font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(10rem, 30vw, 28rem); line-height: 1; opacity: 0.03; color: var(--gold); pointer-events: none; user-select: none; }
    .about-list article { padding: 24px 0; border-bottom: 1px solid var(--line); }
    .about-list article:first-child { border-top: 1px solid var(--line); }
    .about-num { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); color: color-mix(in oklch, var(--gold) 22%, var(--navy-deep) 78%); line-height: 1; display: block; margin-bottom: 6px; }
    .about-title { font-size: 1rem; letter-spacing: 0.04em; color: var(--text-dark); margin: 0 0 8px; font-weight: 600; }
    .about-desc { font-size: 0.88rem; color: var(--text-secondary-aa); line-height: 1.85; margin: 0; }
    .vg-location-seo {
      position: relative;
      z-index: 1;
      margin-top: clamp(56px, 8vw, 104px);
      padding-top: clamp(34px, 5vw, 56px);
      border-top: 1px solid color-mix(in oklch, var(--gold) 22%, transparent);
    }
    .vg-location-seo__head {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
      gap: clamp(22px, 5vw, 72px);
      align-items: end;
      margin-bottom: clamp(28px, 4vw, 48px);
    }
    .vg-location-seo__intro {
      max-width: 58ch;
      margin: 0;
      font-size: 0.96rem;
      line-height: 1.85;
      color: var(--text-secondary-aa);
    }
    .vg-location-seo__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
    }
    .vg-location-seo__item {
      min-width: 0;
      padding: clamp(22px, 3vw, 34px);
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: color-mix(in oklch, var(--navy) 82%, black 18%);
    }
    .vg-location-seo__item h3 {
      margin: 0 0 12px;
      font-size: clamp(1.08rem, 1.6vw, 1.34rem);
      line-height: 1.24;
      color: var(--text-dark);
      letter-spacing: 0;
    }
    .vg-location-seo__item p {
      margin: 0 0 18px;
      font-size: 0.88rem;
      line-height: 1.78;
      color: var(--text-secondary-aa);
    }
    .vg-location-seo__link {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      font-size: 0.66rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      text-decoration: none;
    }
    .vg-location-seo__link:hover { color: var(--gold-soft); }
    .projects { background: var(--navy-deep); overflow: hidden; overflow: clip; }
    .projects.projects-ledger {
      position: relative;
      padding: clamp(72px, 8vw, 104px) 0 clamp(96px, 9vw, 132px);
      background:
        radial-gradient(circle at 18% 14%, color-mix(in oklch, var(--gold) 12%, transparent), transparent 34%),
        radial-gradient(circle at 84% 20%, color-mix(in oklch, var(--gold) 9%, transparent), transparent 28%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy) 72%, black 28%) 0%, var(--navy-deep) 54%, color-mix(in oklch, var(--navy-deep) 88%, black 12%) 100%);
      color: var(--cream);
      border-top: 1px solid color-mix(in oklch, var(--platinum) 16%, transparent);
      border-bottom: 1px solid color-mix(in oklch, var(--platinum) 16%, transparent);
      isolation: isolate;
    }
    .projects.projects-ledger::before,
    .projects.projects-ledger::after {
      content: "";
      position: absolute;
      pointer-events: none;
    }
    .projects.projects-ledger::before {
      inset: -32px;
      z-index: 0;
      opacity: 0.68;
      background:
        repeating-linear-gradient(
          180deg,
          transparent 0,
          transparent 51px,
          color-mix(in oklch, var(--platinum) 10%, transparent) 51px,
          color-mix(in oklch, var(--platinum) 10%, transparent) 52px
        ),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23g)' opacity='.28'/%3E%3C/svg%3E");
      mix-blend-mode: screen;
      transform: translate3d(var(--depth-x, 0px), var(--depth-y, 0px), 0);
    }
    .projects.projects-ledger::after {
      inset: 0;
      z-index: 1;
      background:
        radial-gradient(circle at center, transparent 42%, rgba(3, 6, 10, 0.38) 100%),
        linear-gradient(90deg, rgba(3, 6, 10, 0.42), transparent 12%, transparent 88%, rgba(3, 6, 10, 0.42));
      opacity: 0.92;
    }
    .projects-ledger-light {
      position: absolute;
      top: -12%;
      left: 10%;
      width: 52vw;
      height: 52vw;
      min-width: 420px;
      min-height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, color-mix(in oklch, var(--gold) 22%, transparent) 0%, color-mix(in oklch, var(--gold) 8%, transparent) 42%, transparent 72%);
      filter: blur(16px);
      opacity: 0.58;
      z-index: 0;
      animation: ledgerLightDrift 22s ease-in-out infinite alternate;
      pointer-events: none;
    }
    .projects-ledger-wrap {
      position: relative;
      z-index: 2;
    }
    .projects-ledger-intro {
      width: min(100%, var(--maxw));
      margin: 0 auto;
      padding: 0 var(--section-pad-x) clamp(28px, 4vw, 40px);
    }
    .projects-ledger-copy {
      max-width: 62rem;
    }
    .projects-ledger .label {
      margin-bottom: 16px;
      color: var(--text-meta);
      letter-spacing: 0.28em;
    }
    .projects-ledger .label::before {
      background: color-mix(in oklch, var(--neutral-platinum) 40%, var(--navy-deep) 60%);
    }
    .projects-ledger-title {
      margin: 0;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(3.1rem, 7.4vw, 6.5rem);
      line-height: 0.92;
      letter-spacing: -0.058em;
      color: var(--cream);
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
    }
    .projects-ledger-title span {
      display: block;
      margin-top: 0.28em;
      max-width: 20ch;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(0.82rem, 1.2vw, 1.02rem);
      font-style: italic;
      letter-spacing: 0.16em;
      line-height: 1.45;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--platinum) 82%, var(--cream) 18%);
    }
    .projects-ledger-sheet {
      position: relative;
      border-top: 1px solid color-mix(in oklch, var(--platinum) 20%, transparent);
      border-bottom: 1px solid color-mix(in oklch, var(--platinum) 20%, transparent);
      box-shadow:
        inset 0 1px 0 color-mix(in oklch, var(--cream) 10%, transparent),
        inset 0 -1px 0 color-mix(in oklch, var(--platinum) 10%, transparent),
        0 20px 48px rgba(0, 0, 0, 0.18);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        color-mix(in oklch, var(--navy) 72%, var(--navy-deep) 28%);
    }
    .projects-ledger-sheet::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 8%, transparent 92%, rgba(0, 0, 0, 0.14)),
        linear-gradient(90deg, color-mix(in oklch, var(--platinum) 14%, transparent), rgba(255, 255, 255, 0.02) 7%, rgba(255, 255, 255, 0.02) 93%, color-mix(in oklch, var(--platinum) 14%, transparent));
      opacity: 0.74;
    }
    .projects-ledger-columns,
    .ledger-entry-grid {
      width: min(100%, var(--maxw));
      margin: 0 auto;
      padding-inline: var(--section-pad-x);
      display: grid;
      grid-template-columns: minmax(86px, 0.9fr) minmax(0, 2.55fr) minmax(70px, 0.62fr) minmax(116px, 1fr) minmax(108px, 0.8fr) minmax(118px, 0.95fr);
      column-gap: clamp(12px, 1.7vw, 24px);
      align-items: center;
    }
    .projects-ledger-columns {
      position: relative;
      z-index: 3;
      min-height: 54px;
      font-size: 0.65rem;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--text-meta);
      border-bottom: 1px solid color-mix(in oklch, var(--platinum) 16%, transparent);
      background: color-mix(in oklch, var(--navy-deep) 88%, transparent);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }
    .projects-ledger-columns span:last-child {
      justify-self: start;
    }
    /* ============================================
       FILMSTRIP â€” replaces ledger-sheet only
       ============================================ */
    .vgfs-wrap {
      display: grid;
      grid-template-columns: minmax(260px, 48%) 1fr;
      height: 72vh;
      min-height: 500px;
      max-height: 750px;
      margin-bottom: clamp(40px, 5vw, 64px);
      border-top: 1px solid rgba(196,144,70,0.15);
      position: relative;
      z-index: 3;
      overflow: hidden;
    }
    /* Suppress the PROJECTS watermark title inside the filmstrip area */
    .vgfs-section .projects-ledger-title,
    .vgfs-section .projects-ledger-light,
    .vgfs-section .projects-ledger::before,
    .vgfs-section .projects-ledger::after {
      display: none;
    }
    .vgfs-names {
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-right: 1px solid rgba(196,144,70,0.12);
      padding: clamp(40px, 5vw, 80px) clamp(40px, 5vw, 72px) clamp(40px, 5vw, 80px) clamp(48px, 6vw, 96px);
      position: relative;
      z-index: 2;
    }
    .vgfs-name-row {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      padding: clamp(20px, 2.8vw, 34px) 0;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      cursor: pointer;
      position: relative;
      transition: padding-left 0.4s var(--ease-spring);
    }
    .vgfs-name-row:first-child {
      border-top: 1px solid rgba(196,144,70,0.2);
    }
    .vgfs-name-row::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 2px;
      background: var(--gold);
      transform: scaleY(0);
      transform-origin: center;
      transition: transform 0.35s var(--ease-spring);
    }
    .vgfs-name-row.is-active {
      padding-left: 22px;
    }
    .vgfs-name-row.is-active::before {
      transform: scaleY(1);
    }
    .vgfs-name-text {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.1rem, 2vw, 1.65rem);
      font-weight: 400;
      color: rgba(235,220,195,0.11);
      line-height: 1.1;
      letter-spacing: -0.01em;
      transition: color 0.4s ease;
    }
    .vgfs-name-row.is-active .vgfs-name-text,
    .vgfs-name-row:hover .vgfs-name-text {
      color: var(--cream);
    }
    .vgfs-name-meta {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
      flex-shrink: 0;
      margin-left: 24px;
    }
    .vgfs-timecode {
      font-family: 'Courier New', monospace;
      font-size: 0.65rem;
      letter-spacing: 0.12em;
      color: rgba(196,144,70,0.25);
      transition: color 0.4s ease;
    }
    .vgfs-name-row.is-active .vgfs-timecode {
      color: var(--gold);
    }
    .vgfs-loc {
      font-size: 0.65rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.18);
      transition: color 0.4s ease;
    }
    .vgfs-name-row.is-active .vgfs-loc {
      color: rgba(255,255,255,0.45);
    }
    /* Right filmstrip */
    .vgfs-strip-wrap {
      position: relative;
      overflow: hidden;
      border-left: none;
      display: flex;
      align-items: flex-start;
      padding: 0;
      background: var(--navy-deep);
    }
    .vgfs-strip-wrap::after {
      display: none;
    }
    .vgfs-strip-wrap::before,
    .vgfs-strip-wrap::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 26px;
      z-index: 5;
      pointer-events: none;
      opacity: 0.32;
      background: repeating-linear-gradient(to bottom, rgba(242,234,223,0.64) 0 8px, transparent 8px 22px);
      mix-blend-mode: screen;
    }
    .vgfs-strip-wrap::before {
      left: 0;
    }
    .vgfs-strip-wrap::after {
      right: 0;
    }
    .vgfs-strip {
      display: flex;
      flex-direction: column;
      width: 100%;
      transition: transform 0.75s var(--ease-spring);
    }
    .vgfs-frame {
      flex-shrink: 0;
      position: relative;
      overflow: hidden;
      filter: saturate(1) brightness(0.95);
      opacity: 0.82;
      transition: filter 0.55s ease, opacity 0.55s ease, box-shadow 0.55s ease;
      background: linear-gradient(155deg, var(--midnight-deep), var(--navy-deep), var(--midnight-deep));
      border-radius: 4px;
      border: 1px solid rgba(196,144,70,0.08);
    }
    .vgfs-frame.is-active {
      filter: saturate(1.05) brightness(1.04);
      opacity: 1;
      border: 1px solid rgba(196,144,70,0.35);
      box-shadow: 0 0 40px rgba(196,144,70,0.08), 0 8px 32px rgba(0,0,0,0.4);
    }
    .vgfs-frame::after {
      content: '';
      position: absolute;
      inset: 0;
      border-left: 2px solid transparent;
      transition: border-color 0.55s ease;
      pointer-events: none;
      z-index: 2;
    }
    .vgfs-frame.is-active::after {
      border-color: var(--gold);
    }
    .vgfs-frame-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .vgfs-frame-caption {
      position: absolute;
      bottom: 32px;
      left: 36px;
      right: 36px;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      z-index: 3;
      opacity: 0;
      transform: translateY(8px);
      transition: opacity 0.4s ease, transform 0.4s ease;
      pointer-events: none;
    }
    .vgfs-frame.is-active .vgfs-frame-caption {
      opacity: 1;
      transform: translateY(0);
    }
    .vgfs-frame-caption-name {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1rem, 1.4vw, 1.3rem);
      font-weight: 400;
      color: var(--cream);
      letter-spacing: 0.01em;
    }
    .vgfs-frame-caption-type {
      font-size: 0.65rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
    }
    @media (max-width: 768px) {
      .vgfs-wrap {
        grid-template-columns: 1fr;
        height: auto;
        margin-bottom: clamp(28px, 8vw, 44px);
      }
      .vgfs-names {
        border-right: none;
        padding:
          clamp(24px, 7vw, 40px)
          max(16px, env(safe-area-inset-right, 0px))
          24px
          max(16px, env(safe-area-inset-left, 0px));
        border-bottom: 1px solid rgba(196,144,70,0.12);
        margin-bottom: 0;
      }
      .vgfs-strip-wrap {
        height: clamp(240px, 48vw, 360px);
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0;
      }
      .vgfs-strip {
        flex-direction: row;
        height: 100%;
      }
      .vgfs-frame {
        height: 100%;
        min-width: min(76vw, 420px);
      }
    }
    .projects-ledger-list {
      position: relative;
      z-index: 2;
    }
    .ledger-entry {
      --ledger-glow-x: 50%;
      -webkit-appearance: none;
      appearance: none;
      position: relative;
      display: block;
      width: 100%;
      min-height: 0;
      padding: 0;
      border: 0;
      border-bottom: 1px solid color-mix(in oklch, var(--platinum) 14%, transparent);
      background: transparent;
      color: inherit;
      text-align: left;
      cursor: pointer;
      overflow: hidden;
      isolation: isolate;
    }
    .ledger-entry:last-child {
      border-bottom: 0;
    }
    .ledger-entry::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at var(--ledger-glow-x) 50%, color-mix(in oklch, var(--gold) 24%, transparent), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.04));
      opacity: 0;
      transition: opacity 0.95s ease;
      pointer-events: none;
      z-index: 0;
    }
    .ledger-entry:focus-visible {
      outline: 1px solid color-mix(in oklch, var(--gold) 42%, transparent);
      outline-offset: -1px;
    }
    .ledger-entry-media,
    .ledger-entry-veil,
    .ledger-entry-glint {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .ledger-entry-media {
      z-index: 0;
      overflow: hidden;
    }
    .ledger-entry-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: var(--watermark-position, 50% 50%);
      opacity: 0.1;
      transform: scale(1.02);
      filter: grayscale(0.04) sepia(0.04) saturate(1.04) contrast(1.01) brightness(1.02);
      mix-blend-mode: screen;
      transition: opacity 1.1s ease, transform 1.25s ease, filter 1s ease;
    }
    .ledger-entry-veil {
      background:
        linear-gradient(90deg, rgba(6, 9, 13, 0.96), rgba(8, 12, 18, 0.74) 18%, rgba(10, 15, 22, 0.34) 40%, rgba(10, 15, 22, 0.34) 60%, rgba(8, 12, 18, 0.82) 82%, rgba(6, 9, 13, 0.96)),
        linear-gradient(180deg, color-mix(in oklch, var(--cream) 4%, transparent), color-mix(in oklch, var(--gold) 8%, transparent));
      opacity: 1;
    }
    .ledger-entry-glint {
      inset: 0 auto 0 -22%;
      width: 28%;
      background: linear-gradient(90deg, color-mix(in oklch, var(--gold) 0%, transparent), color-mix(in oklch, var(--gold) 24%, transparent), color-mix(in oklch, var(--gold) 0%, transparent));
      opacity: 0;
      transform: skewX(-16deg) translateX(-18%);
      filter: blur(10px);
      z-index: 1;
    }
    .ledger-entry-body {
      position: relative;
      z-index: 2;
      padding-block: clamp(22px, 2.7vw, 30px);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        inset 0 -12px 22px rgba(0, 0, 0, 0.16);
    }
    .ledger-entry-grid {
      min-height: 88px;
      position: relative;
      z-index: 2;
      transition: opacity 0.92s ease, filter 0.92s ease;
    }
    .ledger-entry-ref {
      font-family: ui-monospace, "SFMono-Regular", "Cascadia Mono", Consolas, "Liberation Mono", monospace;
      font-size: 0.78rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--text-meta);
      text-shadow: 0 0 0.6px rgba(223, 228, 235, 0.12), 0 0.6px 0 rgba(223, 228, 235, 0.06);
    }
    .ledger-entry-name {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.18rem, 2vw, 1.56rem);
      line-height: 1.22;
      letter-spacing: -0.03em;
      color: var(--cream);
      text-wrap: balance;
    }
    .ledger-entry-year,
    .ledger-entry-location,
    .ledger-entry-area,
    .ledger-entry-typology {
      font-size: 0.83rem;
      line-height: 1.6;
      letter-spacing: 0.03em;
      color: var(--text-meta);
    }
    .ledger-entry-year {
      font-variant-numeric: tabular-nums;
    }
    .ledger-entry-area,
    .ledger-entry-typology {
      color: var(--text-meta);
    }
    .ledger-entry:hover::before,
    .ledger-entry:focus-visible::before,
    .ledger-entry.is-active::before {
      opacity: 1;
    }
    .ledger-entry:hover .ledger-entry-image,
    .ledger-entry:focus-visible .ledger-entry-image,
    .ledger-entry.is-active .ledger-entry-image {
      opacity: 0.9;
      transform: scale(1.065);
      filter: grayscale(0) sepia(0.02) saturate(1.06) contrast(1.02) brightness(1.05);
    }
    .ledger-entry:hover .ledger-entry-grid,
    .ledger-entry:focus-visible .ledger-entry-grid,
    .ledger-entry.is-active .ledger-entry-grid {
      opacity: 0.32;
      filter: blur(1.2px);
    }
    .ledger-entry:hover .ledger-entry-glint,
    .ledger-entry:focus-visible .ledger-entry-glint,
    .ledger-entry.is-active .ledger-entry-glint {
      opacity: 0.82;
      transform: skewX(-16deg) translateX(420%);
      transition: transform 1.25s ease, opacity 1s ease;
    }
    @keyframes ledgerLightDrift {
      0% { transform: translate3d(-1.5%, -1%, 0) scale(1); }
      100% { transform: translate3d(2.5%, 2%, 0) scale(1.04); }
    }
    @media (max-width: 1100px) {
      .projects-ledger-columns,
      .ledger-entry-grid {
        grid-template-columns: 74px repeat(4, minmax(0, 1fr));
        grid-template-areas:
          "ref name name name name"
          ". year location area typology";
        row-gap: 8px;
      }
      .projects-ledger-columns > :nth-child(1),
      .ledger-entry-grid > :nth-child(1) { grid-area: ref; }
      .projects-ledger-columns > :nth-child(2),
      .ledger-entry-grid > :nth-child(2) { grid-area: name; }
      .projects-ledger-columns > :nth-child(3),
      .ledger-entry-grid > :nth-child(3) { grid-area: year; }
      .projects-ledger-columns > :nth-child(4),
      .ledger-entry-grid > :nth-child(4) { grid-area: location; }
      .projects-ledger-columns > :nth-child(5),
      .ledger-entry-grid > :nth-child(5) { grid-area: area; }
      .projects-ledger-columns > :nth-child(6),
      .ledger-entry-grid > :nth-child(6) { grid-area: typology; }
      .projects-ledger-columns {
        min-height: 72px;
        align-content: center;
      }
      .ledger-entry-grid {
        min-height: 112px;
      }
    }
    @media (max-width: 768px) {
      .projects.projects-ledger {
        padding-top: clamp(72px, 12vw, 96px);
        padding-bottom: clamp(84px, 14vw, 108px);
      }
      .projects-ledger-light {
        left: -10%;
        width: 78vw;
        height: 78vw;
        min-width: 300px;
        min-height: 300px;
      }
      .projects-ledger-columns,
      .ledger-entry-grid {
        grid-template-columns: 64px repeat(4, minmax(0, 1fr));
        column-gap: 10px;
      }
      .projects-ledger-title {
        font-size: clamp(2.8rem, 13vw, 4.4rem);
      }
      .projects-ledger-title span {
        font-size: 0.74rem;
        letter-spacing: 0.14em;
      }
      .projects-ledger-columns {
        font-size: 0.65rem;
        letter-spacing: 0.18em;
      }
      .ledger-entry-body {
        padding-block: 18px;
      }
      .ledger-entry-grid {
        min-height: 104px;
      }
      .ledger-entry-name {
        font-size: 1rem;
      }
      .ledger-entry-ref,
      .ledger-entry-year,
      .ledger-entry-location,
      .ledger-entry-area,
      .ledger-entry-typology {
        font-size: 0.72rem;
      }
    }
    @media (max-width: 480px) {
      .projects-ledger-columns,
      .ledger-entry-grid {
        grid-template-columns: 56px repeat(4, minmax(0, 1fr));
      }
      .projects-ledger-columns {
        min-height: 64px;
        font-size: 0.65rem;
        letter-spacing: 0.14em;
      }
      .ledger-entry-grid {
        min-height: 96px;
      }
      .ledger-entry-name {
        font-size: 0.92rem;
        line-height: 1.26;
      }
      .ledger-entry-ref,
      .ledger-entry-year,
      .ledger-entry-location,
      .ledger-entry-area,
      .ledger-entry-typology {
        font-size: 0.68rem;
      }
    }
    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       PROJECTS SECTION â€” Final Polish
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .projects {
      background-image:
        radial-gradient(
          circle,
          color-mix(in oklch, var(--gold) 8%, transparent) 1px,
          transparent 1px
        );
      background-size: 36px 36px;
      background-position: center center;
    }

    #projects-heading em,
    .projects-ledger-title {
      display: inline-block;
      color: color-mix(in oklch, var(--gold) 55%, var(--cream) 45%);
      transition:
        color 1200ms cubic-bezier(0.22, 1, 0.36, 1),
        text-shadow 1200ms cubic-bezier(0.22, 1, 0.36, 1);
      text-shadow: none;
    }
    .projects.ph-section-revealed #projects-heading em,
    .projects.ph-section-revealed .projects-ledger-title {
      color: var(--gold);
      text-shadow: 0 0 50px color-mix(in oklch, var(--gold) 20%, transparent);
    }

    .projects .label {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 0;
    }
    .projects .label::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      height: 1px;
      width: 100%;
      background: var(--gold);
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 300ms;
    }
    .projects.ph-section-revealed .label::after {
      transform: scaleX(1);
    }

    .pj-separator {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: clamp(32px, 4vw, 56px) 0 clamp(24px, 3vw, 40px);
      opacity: 0;
      transition: opacity 500ms ease;
    }
    .projects.ph-section-revealed .pj-separator {
      opacity: 1;
      transition-delay: 400ms;
    }
    .pj-separator-label {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 45%, transparent);
      white-space: nowrap;
      flex-shrink: 0;
    }
    .pj-separator-line {
      flex: 1;
      height: 1px;
      background: linear-gradient(
        to right,
        color-mix(in oklch, var(--gold) 28%, transparent),
        transparent
      );
      position: relative;
      overflow: hidden;
    }
    .pj-separator-line::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        color-mix(in oklch, var(--gold) 60%, transparent),
        transparent
      );
      transform: translateX(-100%);
      transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .projects.ph-section-revealed .pj-separator-line::after {
      transform: translateX(0%);
      transition-delay: 500ms;
    }

    .upcoming {
      position: relative;
      border-top: none;
      padding-top: clamp(48px, 6vw, 80px);
    }
    .upcoming::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(
        to right,
        transparent,
        color-mix(in oklch, var(--gold) 40%, transparent) 15%,
        color-mix(in oklch, var(--gold) 40%, transparent) 85%,
        transparent
      );
    }
    .upcoming > .label {
      font-size: 0.65rem;
      letter-spacing: 0.35em;
      margin-bottom: clamp(24px, 4vw, 44px);
      color: color-mix(in oklch, var(--gold) 65%, transparent);
    }
    .upcoming > .label::after {
      bottom: -6px;
      transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 200ms;
    }

    .projects-carousel {
      margin-top: 0;
    }

    @media (max-width: 560px) {
      .pj-separator {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin: clamp(26px, 8vw, 40px) 0 clamp(18px, 6vw, 28px);
      }
      .pj-separator-line {
        width: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #projects-heading em,
      .projects-ledger-title {
        transition: none !important;
        color: var(--gold) !important;
      }
      .projects .label::after { transition: none !important; width: 100% !important; }
      .pj-separator { transition: none !important; opacity: 1 !important; }
      .pj-separator-line::after { transition: none !important; transform: translateX(0%) !important; }
    }
    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       PROJECTS HEADER â€” Editorial Data Block
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .projects-ledger-intro {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: clamp(24px, 5vw, 72px);
    }

    .ph-data {
      display: flex;
      align-items: center;
      gap: 20px;
      opacity: 0;
      transform: translateX(12px);
      transition:
        opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
      flex-shrink: 0;
      align-self: flex-end;
      padding-bottom: 6px;
    }
    .ph-data.ph-revealed {
      opacity: 1;
      transform: translateX(0);
    }

    .ph-stat {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
    }

    .ph-stat-label {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 55%, transparent);
      white-space: nowrap;
    }

    .ph-stat-value {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 400;
      line-height: 1;
      color: var(--cream);
      letter-spacing: -0.03em;
      transition: color 300ms ease;
    }

    .ph-divider {
      width: 1px;
      height: 100%;
      background: linear-gradient(
        to bottom,
        color-mix(in oklch, var(--gold) 55%, transparent),
        color-mix(in oklch, var(--gold) 18%, transparent)
      );
      flex-shrink: 0;
      align-self: stretch;
      transform: scaleY(0);
      transform-origin: top center;
      transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1) 200ms;
    }
    .ph-data.ph-revealed .ph-divider {
      transform: scaleY(1);
    }

    #projects-heading em {
      text-shadow: 0 0 40px color-mix(in oklch, var(--gold) 22%, transparent);
      transition: text-shadow 800ms ease;
    }

    @media (max-width: 720px) {
      .projects-ledger-intro {
        flex-direction: column;
        align-items: flex-start;
      }
      .ph-data {
        align-self: flex-start;
      }
      .ph-stat {
        align-items: flex-start;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .ph-data {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
      }
      .ph-divider {
        transition: none !important;
        height: 100% !important;
      }
    }
    .project-featured {
      display: block;
      position: relative;
      overflow: hidden;
      aspect-ratio: 16 / 7;
      cursor: pointer;
      border: 1px solid color-mix(in oklch, var(--gold) 24%, transparent);
      margin-bottom: 16px;
      background:
        radial-gradient(ellipse 48% 62% at 52% 44%, rgba(255, 252, 246, 0.18), transparent 64%),
        linear-gradient(135deg, #0b1022 0%, var(--navy-deep) 44%, #090d1c 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 80px rgba(5, 8, 18, 0.34);
    }
    .project-featured video,
    .project-featured img.project-arch {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .project-featured video {
      position: absolute;
      inset: 0;
      z-index: 1;
      object-fit: contain;
      padding: clamp(10px, 1.4vw, 18px);
      filter: brightness(1.02) saturate(1.05) contrast(1.16);
      transform: scale(0.985);
      transition: transform 0.75s var(--ease-spring), filter 0.75s ease;
    }
    .projects-carousel { margin: 8px 0 clamp(54px, 8vw, 96px); }
    .image-gallery-strip { display: flex; gap: 8px; height: 400px; width: 100%; margin-top: 10px; }
    .image-gallery-item { position: relative; flex: 1 1 0; min-width: 60px; border-radius: var(--radius-md); overflow: hidden; cursor: pointer; transition: flex 0.5s ease; }
    .image-gallery-item:hover { flex: 6 1 0; }
    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       GALLERY STRIP â€” First Item Featured State
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .image-gallery-item:first-child {
      flex: 2.8 1 0;
    }

    .image-gallery-strip:has(.image-gallery-item:not(:first-child):hover)
    .image-gallery-item:first-child {
      flex: 1 1 0;
    }

    .image-gallery-item:first-child img {
      filter: brightness(1.04) saturate(1.04);
    }

    .image-gallery-item:first-child .gal-overlay {
      opacity: 0.8;
    }

    .image-gallery-item:first-child .gal-num {
      opacity: 0.65;
      transform: translateY(0);
    }
    .image-gallery-item:first-child .gal-title {
      opacity: 0.9;
      transform: translateY(0);
    }

    .image-gallery-item:first-child .gal-line {
      width: 45%;
      transition-delay: 0ms;
    }

    .image-gallery-item:first-child .gal-edge {
      opacity: 0.7;
    }

    .gal-featured-tag {
      position: absolute;
      top: 14px;
      left: 14px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--navy-deep);
      background: var(--gold);
      padding: 4px 12px;
      z-index: 4;
      opacity: 0;
      transition: opacity 400ms ease;
      pointer-events: none;
    }
    .image-gallery-item:first-child .gal-featured-tag {
      opacity: 1;
    }
    .image-gallery-strip:has(.image-gallery-item:not(:first-child):hover)
    .image-gallery-item:first-child .gal-featured-tag {
      opacity: 0;
    }

    .image-gallery-item:first-child:hover .gal-overlay { opacity: 1; }
    .image-gallery-item:first-child:hover .gal-num { opacity: 1; }
    .image-gallery-item:first-child:hover .gal-title { opacity: 1; }
    .image-gallery-item:first-child:hover .gal-line { width: 100%; }
    .image-gallery-item:first-child:hover img {
      filter: brightness(1.08) saturate(1.06);
      transform: scale(1.07);
    }

    @media (prefers-reduced-motion: reduce) {
      .image-gallery-item:first-child { flex: 2.8 1 0 !important; }
      .image-gallery-strip:has(.image-gallery-item:not(:first-child):hover)
      .image-gallery-item:first-child { flex: 1 1 0 !important; }
    }
    .image-gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
    .project-featured:focus-visible,
    .image-gallery-item:focus-visible { outline: 2px solid var(--brand-accent); outline-offset: 3px; }
    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       GALLERY STRIP â€” Cinematic Enhancement
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .image-gallery-item {
      border-radius: 2px;
      transition: flex 0.65s var(--ease-spring);
    }

    .image-gallery-item img {
      transition:
        transform 0.65s var(--ease-spring),
        filter 0.65s ease;
      filter: brightness(1.04) saturate(1.04);
    }
    .image-gallery-item:hover img {
      transform: scale(1.07);
      filter: brightness(1.08) saturate(1.06);
    }

    .gal-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(8, 14, 24, 0.94) 0%,
        rgba(8, 14, 24, 0.4) 40%,
        rgba(8, 14, 24, 0.1) 70%,
        transparent 100%
      );
      z-index: 1;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.5s ease;
    }
    .image-gallery-item:hover .gal-overlay { opacity: 1; }

    .gal-edge {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(
        to right,
        transparent,
        color-mix(in oklch, var(--gold) 55%, transparent) 30%,
        color-mix(in oklch, var(--gold) 55%, transparent) 70%,
        transparent
      );
      z-index: 3;
      opacity: 0;
      transition: opacity 0.5s ease 0.15s;
      pointer-events: none;
    }
    .image-gallery-item:hover .gal-edge { opacity: 1; }

    .gal-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 16px 14px 14px;
      z-index: 2;
      pointer-events: none;
    }

    .gal-num {
      display: block;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.22em;
      color: var(--gold);
      margin-bottom: 5px;
      opacity: 0;
      transform: translateY(6px);
      transition:
        opacity 450ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
      transition-delay: 0ms;
    }
    .image-gallery-item:hover .gal-num {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 80ms;
    }

    .gal-title {
      display: block;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(0.75rem, 1.2vw, 0.95rem);
      font-weight: 400;
      color: var(--cream);
      margin: 0 0 10px;
      line-height: 1.3;
      opacity: 0;
      transform: translateY(8px);
      transition:
        opacity 500ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
      transition-delay: 0ms;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .image-gallery-item:hover .gal-title {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 130ms;
    }

    .gal-line {
      height: 1px;
      background: var(--gold);
      width: 100%;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
      transition-delay: 0ms;
      box-shadow: 0 0 8px color-mix(in oklch, var(--gold) 45%, transparent);
    }
    .image-gallery-item:hover .gal-line {
      transform: scaleX(1);
      transition-delay: 200ms;
    }

    .image-gallery-item.gal-hidden {
      opacity: 0;
      transform: translateY(20px);
    }
    .image-gallery-item.gal-visible {
      opacity: 1;
      transform: translateY(0);
      transition:
        opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    @media (prefers-reduced-motion: reduce) {
      .image-gallery-item img { transition: none !important; filter: brightness(1) saturate(1) !important; }
      .gal-overlay,
      .gal-edge { transition: none !important; }
      .gal-num,
      .gal-title { transition: none !important; }
      .gal-line { transition: none !important; }
      .image-gallery-item.gal-hidden { opacity: 1 !important; transform: none !important; }
      .image-gallery-item.gal-visible { transition: none !important; }
      .image-gallery-item:hover img { transform: none !important; }
    }
    /* â”€â”€ SmoothScrollHero project detail â”€â”€ */
    .project-detail-page { background: var(--navy-deep); color: var(--text-dark); padding: 0; }
    .project-detail-title {
      margin: 0 0 22px;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-weight: 400;
      font-size: clamp(3.3rem, 8vw, 8rem);
      line-height: 0.92;
      letter-spacing: -0.045em;
      color: var(--text-dark);
    }
    .project-detail-title em { color: var(--gold); font-style: italic; }
    .project-detail-summary {
      margin: 0;
      max-width: 24ch;
      font-size: clamp(1.25rem, 2.8vw, 3rem);
      line-height: 1.2;
      color: var(--text-secondary);
    }
    .project-detail-card {
      margin-top: clamp(34px, 5vw, 52px);
      width: min(100%, 1300px);
      border: 1px solid color-mix(in oklch, var(--brand-accent) 18%, transparent);
      background: var(--surface-contrast);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      padding: clamp(34px, 4vw, 56px);
      box-shadow: 0 24px 72px rgba(3, 8, 24, 0.24);
    }
    .project-detail-card h3 {
      margin: 0 0 18px;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-weight: 400;
      font-size: clamp(2rem, 3.5vw, 3.8rem);
      line-height: 1.02;
      color: var(--text-on-contrast);
    }
    .project-detail-meta {
      margin: 0 0 18px;
      font-size: 0.74rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--text-on-contrast-secondary);
    }
    .project-detail-placeholder {
      margin: 0;
      max-width: 62ch;
      line-height: 1.8;
      font-size: clamp(1rem, 1.3vw, 1.25rem);
      color: var(--text-on-contrast-muted);
    }
    .project-detail-about {
      background: linear-gradient(180deg, color-mix(in oklch, var(--navy) 78%, black 22%), var(--surface));
      padding: clamp(80px, 10vw, 120px) var(--section-pad-x) clamp(96px, 10vw, 132px);
      border-top: 1px solid color-mix(in oklch, var(--gold) 12%, transparent);
    }
    .project-detail-about .container {
      display: grid;
      grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.2fr);
      gap: clamp(28px, 6vw, 90px);
      align-items: start;
    }
    .project-detail-about .h2 {
      color: var(--text-dark);
      font-size: clamp(2.2rem, 4.2vw, 5rem);
      margin-bottom: 0;
    }
    .project-detail-about .copy {
      color: var(--text-muted);
      max-width: 62ch;
    }
    .project-detail-about-card {
      border-top: 1px solid color-mix(in oklch, var(--brand-accent) 18%, transparent);
      padding-top: 18px;
    }
    .pd-shell {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh;
      padding: calc(96px + env(safe-area-inset-top, 0px)) var(--section-pad-x) clamp(80px, 10vw, 128px);
      background:
        linear-gradient(color-mix(in oklch, var(--gold) 5%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in oklch, var(--gold) 4%, transparent) 1px, transparent 1px),
        radial-gradient(circle at 78% 18%, color-mix(in oklch, var(--gold) 10%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy) 82%, black 18%), var(--navy-deep));
      background-size: 120px 120px, 120px 120px, auto, auto;
      overflow: hidden;
    }
    .pd-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(3, 8, 18, 0.78), rgba(3, 8, 18, 0.24));
      pointer-events: none;
      z-index: 1;
    }
    .pd-media {
      display: none;
    }
    .pd-inner {
      position: relative;
      z-index: 2;
      width: min(100%, var(--maxw));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
      gap: clamp(36px, 7vw, 96px);
      align-items: end;
    }
    .pd-back {
      position: relative;
      z-index: 3;
      display: inline-flex;
      margin: 0 auto clamp(40px, 6vw, 76px);
      width: min(100%, var(--maxw));
      color: color-mix(in oklch, var(--gold) 72%, transparent);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      text-decoration: none;
    }
    .pd-kicker {
      margin: 0 0 18px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--gold);
    }
    .pd-title {
      margin: 0;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(3rem, 8vw, 8rem);
      font-weight: 400;
      line-height: 0.94;
      letter-spacing: -0.055em;
      color: var(--cream);
      max-width: 11ch;
    }
    .pd-summary {
      margin: clamp(22px, 3vw, 34px) 0 0;
      max-width: 46ch;
      font-size: clamp(1rem, 1.55vw, 1.24rem);
      line-height: 1.82;
      color: color-mix(in oklch, var(--cream) 70%, transparent);
    }
    .pd-panel {
      border-top: 1px solid color-mix(in oklch, var(--gold) 28%, transparent);
      padding-top: 24px;
    }
    .pd-meta {
      margin: 0 0 24px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--cream) 52%, transparent);
      line-height: 1.8;
    }
    .pd-specs {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin: 0;
    }
    .pd-spec {
      border-top: 1px solid color-mix(in oklch, var(--gold) 14%, transparent);
      padding-top: 14px;
    }
    .pd-spec dt {
      margin: 0 0 8px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 58%, transparent);
    }
    .pd-spec dd {
      margin: 0;
      color: color-mix(in oklch, var(--cream) 82%, transparent);
      font-size: 0.94rem;
      line-height: 1.5;
    }
    .pd-story {
      position: relative;
      z-index: 2;
      width: min(100%, var(--maxw));
      margin: clamp(54px, 8vw, 96px) auto 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(20px, 3vw, 34px);
    }
    .pd-story-card {
      border-top: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      padding-top: 18px;
    }
    .pd-story-card h3 {
      margin: 0 0 12px;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-weight: 400;
      font-size: clamp(1.35rem, 2.2vw, 2rem);
      color: var(--cream);
    }
    .pd-story-card p {
      margin: 0;
      color: color-mix(in oklch, var(--cream) 58%, transparent);
      line-height: 1.78;
      font-size: 0.9rem;
    }
    .pd-gallery {
      position: relative;
      z-index: 2;
      width: min(100%, var(--maxw));
      margin: clamp(46px, 7vw, 90px) auto 0;
    }
    .pd-gallery[hidden] {
      display: none;
    }
    .pd-gallery-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: clamp(20px, 4vw, 48px);
      padding-top: 18px;
      border-top: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      margin-bottom: clamp(20px, 3vw, 34px);
    }
    .pd-gallery-kicker {
      margin: 0 0 10px;
      color: var(--peach);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.24em;
      text-transform: uppercase;
    }
    .pd-gallery-title {
      margin: 0;
      max-width: 10ch;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2.2rem, 5vw, 5.6rem);
      line-height: 0.95;
      font-weight: 400;
      color: var(--cream);
      letter-spacing: -0.045em;
    }
    .pd-gallery-note {
      max-width: 46ch;
      margin: 0;
      color: color-mix(in oklch, var(--cream) 58%, transparent);
      line-height: 1.78;
      font-size: 0.92rem;
    }
    .pd-gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-auto-flow: dense;
      gap: clamp(10px, 1.4vw, 16px);
    }
    .pd-gallery-item {
      position: relative;
      min-height: 230px;
      border: 1px solid color-mix(in oklch, var(--gold) 12%, transparent);
      overflow: hidden;
      background: rgba(9, 17, 31, 0.72);
    }
    .pd-gallery-item:first-child {
      grid-column: span 2;
      grid-row: span 2;
      min-height: clamp(430px, 46vw, 640px);
    }
    .pd-gallery-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      filter: saturate(1.05) contrast(1.03) brightness(1.04);
      transform: scale(1.01);
      transition: transform 0.85s var(--ease-spring), filter 0.85s var(--ease-spring);
    }
    .pd-gallery-item:hover img {
      transform: scale(1.045);
      filter: saturate(1.08) contrast(1.05) brightness(1.08);
    }
    .pd-gallery-caption {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 14px;
      margin: 0;
      padding: 10px 12px;
      border-left: 1px solid var(--gold);
      background: linear-gradient(90deg, rgba(11, 18, 33, 0.78), rgba(11, 18, 33, 0.34));
      color: color-mix(in oklch, var(--cream) 86%, transparent);
      font-size: 0.66rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .pd-actions {
      position: relative;
      z-index: 2;
      width: min(100%, var(--maxw));
      margin: clamp(42px, 6vw, 72px) auto 0;
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }
    .pd-actions .btn-primary {
      text-decoration: none;
    }
    @media (max-width: 900px) {
      .pd-inner,
      .pd-story {
        grid-template-columns: 1fr;
      }
      .pd-gallery-head {
        align-items: start;
        flex-direction: column;
      }
      .pd-gallery-title {
        max-width: 12ch;
      }
      .pd-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .pd-title {
        max-width: 12ch;
      }
    }
    @media (max-width: 560px) {
      .pd-specs {
        grid-template-columns: 1fr;
      }
      .pd-gallery-grid {
        grid-template-columns: 1fr;
      }
      .pd-gallery-item,
      .pd-gallery-item:first-child {
        grid-column: auto;
        grid-row: auto;
        min-height: 270px;
      }
      .pd-actions .btn-primary,
      .pd-actions .btn-secondary {
        width: 100%;
        justify-content: center;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .pd-gallery-item img,
      .pd-gallery-item:hover img {
        transition: none;
        transform: none;
      }
    }
    .project-arch { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; transition: opacity 0.6s ease; }
    .project-content { position: absolute; bottom: 0; left: 0; right: 0; padding: clamp(20px, 3vw, 36px); z-index: 5; }
    .project-type { font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--platinum); margin: 0 0 8px; }
    .project-name { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.1rem, 2vw, 1.7rem); color: var(--cream); margin: 0 0 6px; font-weight: 500; }
    .project-loc { font-size: 0.72rem; color: var(--cream-muted); margin: 0 0 6px; }
    .project-detail { font-size: 0.65rem; letter-spacing: 0.1em; color: var(--platinum); margin: 0; }
    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       FEATURED CARD â€” Cinematic Enhancement
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .project-featured::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      opacity: 1;
      background:
        linear-gradient(
          90deg,
          rgba(8, 14, 32, 0.55) 0%,
          rgba(8, 14, 32, 0.08) 24%,
          rgba(8, 14, 32, 0.02) 58%,
          rgba(8, 14, 32, 0.36) 100%
        ),
        linear-gradient(
          180deg,
          rgba(8, 14, 32, 0.34) 0%,
          transparent 34%,
          rgba(8, 14, 32, 0.28) 100%
        ),
        radial-gradient(
          circle at var(--pf-light-x, 50%) var(--pf-light-y, 44%),
          rgba(196, 144, 70, 0.08) 0%,
          rgba(196, 144, 70, 0.04) 18%,
          transparent 44%
        ),
        radial-gradient(
          ellipse 62% 78% at 50% 50%,
          transparent 0%,
          transparent 48%,
          rgba(8, 14, 32, 0.22) 100%
        ),
        radial-gradient(
          ellipse 52% 70% at 51% 50%,
          color-mix(in oklch, var(--gold) 5%, transparent) 0%,
          transparent 70%
        );
      pointer-events: none;
    }

    .project-arch {
      opacity: 0;
      transition: opacity 800ms ease;
    }
    .project-featured.pf-revealed .project-arch {
      opacity: 0.55;
    }
    .project-featured.pf-revealed .project-arch-video {
      opacity: 1;
    }
    .project-featured.pf-revealed .project-arch-video {
      transform:
        translate3d(var(--pf-shift-x), var(--pf-shift-y), 0)
        rotateX(var(--pf-rot-x))
        rotateY(var(--pf-rot-y))
        scale(0.985);
    }

    .project-featured.pf-revealed .pa-ground line { transition-delay: 80ms; }

    .project-featured.pf-revealed .pa-podium-shell rect { transition-delay: 200ms; }
    .project-featured.pf-revealed .pa-podium-shell line { transition-delay: 320ms; }

    .project-featured.pf-revealed .pa-tower-shell rect { transition-delay: 440ms; }
    .project-featured.pf-revealed .pa-tower-shell line { transition-delay: 560ms; }

    .project-featured.pf-revealed .pa-roof rect { transition-delay: 660ms; }
    .project-featured.pf-revealed .pa-roof line { transition-delay: 720ms; }

    .project-featured.pf-revealed .pa-podium-wins rect { transition-delay: 820ms; }

    .project-featured.pf-revealed .pa-tower-wins rect { transition-delay: 1020ms; }

    .project-featured.pf-revealed .pa-chajjas line { transition-delay: 1180ms; }

    .project-featured.pf-revealed .pa-details line,
    .project-featured.pf-revealed .pa-details rect,
    .project-featured.pf-revealed .pa-details circle { transition-delay: 1380ms; }

    .project-featured.pf-revealed .pa-dims line { transition-delay: 1580ms; }
    .project-featured.pf-revealed .pa-dims circle { transition-delay: 1680ms; }
    .project-featured.pf-revealed .project-arch rect:nth-child(1) { stroke-dashoffset: 0; transition-delay: 200ms; }
    .project-featured.pf-revealed .project-arch line:nth-child(2) { stroke-dashoffset: 0; transition-delay: 400ms; }
    .project-featured.pf-revealed .project-arch line:nth-child(3) { stroke-dashoffset: 0; transition-delay: 550ms; }
    .project-featured.pf-revealed .project-arch line:nth-child(4) { stroke-dashoffset: 0; transition-delay: 700ms; }

    .project-featured::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -2px;
      height: 1px;
      background: linear-gradient(
        to right,
        transparent 0%,
        color-mix(in oklch, var(--gold) 70%, transparent) 30%,
        color-mix(in oklch, var(--gold) 70%, transparent) 70%,
        transparent 100%
      );
      z-index: 4;
      opacity: 0;
      transform: translateY(0px);
      box-shadow: 0 0 12px color-mix(in oklch, var(--gold) 40%, transparent);
      pointer-events: none;
    }
    .project-featured.pf-scanning::after {
      animation: pf-scan 1100ms cubic-bezier(0.4, 0, 0.6, 1) forwards;
    }
    @keyframes pf-scan {
      0%   { opacity: 0;   transform: translateY(0px); }
      8%   { opacity: 1;   transform: translateY(0px); }
      92%  { opacity: 1;   transform: translateY(var(--pf-height, 260px)); }
      100% { opacity: 0;   transform: translateY(var(--pf-height, 260px)); }
    }

    .pf-corner {
      position: absolute;
      width: 18px;
      height: 18px;
      z-index: 4;
      opacity: 0;
      pointer-events: none;
      transition: opacity 400ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .pf-corner::before,
    .pf-corner::after {
      content: "";
      position: absolute;
      background: var(--gold);
    }
    .pf-corner::before { width: 100%; height: 1px; top: 0; left: 0; }
    .pf-corner::after  { width: 1px; height: 100%; top: 0; left: 0; }

    .pf-corner--tl { top: 16px;  left: 16px;  transform: translate(-6px, -6px); }
    .pf-corner--tr {
      top: 16px;
      right: 16px;
      transform: translate(6px, -6px);
      transform-origin: right top;
    }
    .pf-corner--bl { bottom: 16px; left: 16px;  transform: translate(-6px, 6px); }
    .pf-corner--br {
      bottom: 16px;
      right: 16px;
      transform: translate(6px, 6px);
      transform-origin: right bottom;
    }

    .pf-corner--tr::before { left: auto; right: 0; }
    .pf-corner--tr::after  { left: auto; right: 0; }
    .pf-corner--bl::before { top: auto; bottom: 0; }
    .pf-corner--bl::after  { top: auto; bottom: 0; }
    .pf-corner--br::before { top: auto; bottom: 0; left: auto; right: 0; }
    .pf-corner--br::after  { top: auto; bottom: 0; left: auto; right: 0; }

    .project-featured.pf-revealed .pf-corner {
      opacity: 1;
      transform: translate(0, 0);
    }
    .project-featured.pf-revealed .pf-corner--tl { transition-delay: 100ms; }
    .project-featured.pf-revealed .pf-corner--tr { transition-delay: 180ms; }
    .project-featured.pf-revealed .pf-corner--bl { transition-delay: 260ms; }
    .project-featured.pf-revealed .pf-corner--br { transition-delay: 340ms; }

    .project-name {
      font-size: clamp(1.8rem, 3.5vw, 3rem);
      letter-spacing: -0.02em;
      line-height: 1.08;
      margin: 0 0 10px;
    }

    .project-type {
      padding-bottom: 12px;
      margin-bottom: 14px;
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 28%, transparent);
      display: inline-block;
    }

    .project-loc {
      color: color-mix(in oklch, var(--cream) 62%, transparent);
      font-size: 0.75rem;
      margin: 0 0 10px;
    }

    .project-detail {
      font-size: 0.65rem;
      letter-spacing: 0.08em;
      color: color-mix(in oklch, var(--cream) 38%, transparent);
      line-height: 1.6;
    }

    .project-content .project-type,
    .project-content .project-name,
    .project-content .project-loc,
    .project-content .project-detail {
      opacity: 0;
      transform: translateY(12px);
      transition:
        opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .project-featured.pf-revealed .project-type { opacity: 1; transform: translateY(0); transition-delay: 500ms; }
    .project-featured.pf-revealed .project-name { opacity: 1; transform: translateY(0); transition-delay: 650ms; }
    .project-featured.pf-revealed .project-loc { opacity: 1; transform: translateY(0); transition-delay: 780ms; }
    .project-featured.pf-revealed .project-detail { opacity: 1; transform: translateY(0); transition-delay: 880ms; }

    .project-featured {
      perspective: 1100px;
      transform-style: preserve-3d;
      --pf-light-x: 50%;
      --pf-light-y: 44%;
      --pf-light-alpha: 0.16;
      --pf-light-soft-alpha: 0.07;
      --pf-shadow-x: 0px;
      --pf-shadow-y: 14px;
      --pf-glow-alpha: 0.18;
      --pf-window-fill: 0.018;
      --pf-rot-x: 0deg;
      --pf-rot-y: 0deg;
      --pf-shift-x: 0px;
      --pf-shift-y: 0px;
      --pf-depth-back-x: 0px;
      --pf-depth-back-y: 0px;
      --pf-depth-mid-x: 0px;
      --pf-depth-mid-y: 0px;
      --pf-depth-front-x: 0px;
      --pf-depth-front-y: 0px;
      --pf-scale: 1;
    }
    .project-featured .project-arch {
      transform-origin: 50% 55%;
      transform:
        translate3d(var(--pf-shift-x), var(--pf-shift-y), 0)
        rotateX(var(--pf-rot-x))
        rotateY(var(--pf-rot-y))
        scale(var(--pf-scale));
      transition:
        opacity 600ms ease,
        transform 700ms var(--ease-spring),
        filter 700ms var(--ease-spring);
      transform-style: preserve-3d;
      backface-visibility: hidden;
      filter:
        drop-shadow(var(--pf-shadow-x) var(--pf-shadow-y) 20px rgba(0, 0, 0, 0.38))
        drop-shadow(0 0 18px rgba(196, 144, 70, var(--pf-glow-alpha)));
    }
    .project-featured .project-arch-video {
      filter:
        brightness(1.02)
        saturate(1.04)
        contrast(1.18)
        drop-shadow(var(--pf-shadow-x) var(--pf-shadow-y) 18px rgba(0, 0, 0, 0.28));
    }
    .project-featured:hover .project-arch {
      --pf-scale: 1.035;
    }
    .project-featured:hover .project-arch-video {
      filter:
        brightness(1.06)
        saturate(1.06)
        contrast(1.2)
        drop-shadow(var(--pf-shadow-x) var(--pf-shadow-y) 18px rgba(0, 0, 0, 0.28));
    }
    .project-featured.pf-revealed.pf-3d-live .project-arch {
      opacity: 0.65;
    }
    .project-featured.pf-revealed.pf-3d-live .project-arch-video {
      opacity: 1;
    }
    .project-featured.pf-3d-live .project-arch,
    .project-featured.pf-3d-idle .project-arch,
    .project-featured.pf-3d-live .project-arch .pa-ground,
    .project-featured.pf-3d-idle .project-arch .pa-ground,
    .project-featured.pf-3d-live .project-arch .pa-podium-shell,
    .project-featured.pf-3d-idle .project-arch .pa-podium-shell,
    .project-featured.pf-3d-live .project-arch .pa-tower-shell,
    .project-featured.pf-3d-idle .project-arch .pa-tower-shell,
    .project-featured.pf-3d-live .project-arch .pa-podium-wins,
    .project-featured.pf-3d-idle .project-arch .pa-podium-wins,
    .project-featured.pf-3d-live .project-arch .pa-tower-wins,
    .project-featured.pf-3d-idle .project-arch .pa-tower-wins,
    .project-featured.pf-3d-live .project-arch .pa-roof,
    .project-featured.pf-3d-idle .project-arch .pa-roof,
    .project-featured.pf-3d-live .project-arch .pa-chajjas,
    .project-featured.pf-3d-idle .project-arch .pa-chajjas,
    .project-featured.pf-3d-live .project-arch .pa-details,
    .project-featured.pf-3d-idle .project-arch .pa-details,
    .project-featured.pf-3d-live .project-arch .pa-dims,
    .project-featured.pf-3d-idle .project-arch .pa-dims,
    .project-featured.pf-3d-live .project-arch .pa-annotations,
    .project-featured.pf-3d-idle .project-arch .pa-annotations {
      transition-duration: 0ms;
    }
    .project-featured .project-arch .pa-podium-wins rect,
    .project-featured .project-arch .pa-tower-wins rect {
      fill: rgba(196, 144, 70, var(--pf-window-fill));
      transition:
        fill 700ms var(--ease-spring),
        transform 700ms var(--ease-spring);
    }
    .project-featured.pf-3d-live {
      --pf-window-fill: 0.07;
      --pf-light-alpha: 0.28;
      --pf-light-soft-alpha: 0.12;
      --pf-glow-alpha: 0.28;
    }
    .project-featured .project-arch .pa-ground,
    .project-featured .project-arch .pa-podium-shell {
      transform: translate3d(var(--pf-depth-back-x), var(--pf-depth-back-y), 0);
    }
    .project-featured .project-arch .pa-tower-shell,
    .project-featured .project-arch .pa-podium-wins,
    .project-featured .project-arch .pa-tower-wins {
      transform: translate3d(var(--pf-depth-mid-x), var(--pf-depth-mid-y), 0);
    }
    .project-featured .project-arch .pa-roof,
    .project-featured .project-arch .pa-chajjas,
    .project-featured .project-arch .pa-details,
    .project-featured .project-arch .pa-dims,
    .project-featured .project-arch .pa-annotations {
      transform: translate3d(var(--pf-depth-front-x), var(--pf-depth-front-y), 0);
    }
    .project-featured .project-arch .pa-ground,
    .project-featured .project-arch .pa-podium-shell,
    .project-featured .project-arch .pa-tower-shell,
    .project-featured .project-arch .pa-podium-wins,
    .project-featured .project-arch .pa-tower-wins,
    .project-featured .project-arch .pa-roof,
    .project-featured .project-arch .pa-chajjas,
    .project-featured .project-arch .pa-details,
    .project-featured .project-arch .pa-dims,
    .project-featured .project-arch .pa-annotations {
      transform-box: fill-box;
      transform-origin: center;
      transition: transform 700ms var(--ease-spring);
    }

    @media (prefers-reduced-motion: reduce) {
      .project-arch rect,
      .project-arch line,
      .project-arch path,
      .project-arch circle,
      .pf-corner,
      .project-content .project-type,
      .project-content .project-name,
      .project-content .project-loc,
      .project-content .project-detail {
        transition: none !important;
        animation: none !important;
      }
      .project-featured.pf-revealed .project-arch { opacity: 0.26 !important; }
      .project-featured.pf-revealed .project-arch-video { opacity: 1 !important; filter: none !important; }
      .project-featured.pf-revealed .project-arch rect,
      .project-featured.pf-revealed .project-arch line { stroke-dashoffset: 0 !important; }
      .project-featured.pf-revealed .pf-corner { opacity: 1 !important; transform: translate(0,0) !important; }
      .project-featured.pf-revealed .project-type,
      .project-featured.pf-revealed .project-name,
      .project-featured.pf-revealed .project-loc,
      .project-featured.pf-revealed .project-detail { opacity: 1 !important; transform: translateY(0) !important; }
      .project-featured.pf-scanning::after { animation: none !important; opacity: 0 !important; }
      .project-featured,
      .project-featured .project-arch {
        --pf-light-alpha: 0.16 !important;
        --pf-light-soft-alpha: 0.07 !important;
        --pf-shadow-x: 0px !important;
        --pf-shadow-y: 14px !important;
        --pf-glow-alpha: 0.18 !important;
        --pf-window-fill: 0.018 !important;
        --pf-rot-x: 0deg !important;
        --pf-rot-y: 0deg !important;
        --pf-shift-x: 0px !important;
        --pf-shift-y: 0px !important;
        --pf-depth-back-x: 0px !important;
        --pf-depth-back-y: 0px !important;
        --pf-depth-mid-x: 0px !important;
        --pf-depth-mid-y: 0px !important;
        --pf-depth-front-x: 0px !important;
        --pf-depth-front-y: 0px !important;
        --pf-scale: 1 !important;
      }
    }
    .project-hover { transition: transform 0.55s var(--ease-spring); }
    .upcoming { border-top: 0; padding-top: clamp(32px, 4vw, 52px); }
    .auto-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: clamp(16px, 2vw, 24px); }
    .upcoming-card { position: relative; padding: 28px 0 24px; border-bottom: 1px solid var(--line); overflow: hidden; }
    .upcoming-big { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(3rem, 8vw, 6rem); line-height: 1; color: color-mix(in oklch, var(--gold) 17%, var(--navy-deep) 83%); margin: 0 0 12px; }
    .upcoming-name { font-size: 1rem; color: var(--cream); margin: 0 0 8px; font-weight: 600; }
    .upcoming-desc { font-size: 0.82rem; color: var(--cream-muted); margin: 0; line-height: 1.75; }
    .sweep-line { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.55s var(--ease-spring); }
    .upcoming-card:hover .sweep-line, .consult-card:hover .sweep-line { width: 100%; }
    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       UPCOMING CARDS â€” Cinematic Enhancement
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .upcoming-card {
      padding-left: 28px;
    }

    .upcoming-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 100%;
      background: linear-gradient(
        to bottom,
        var(--gold) 0%,
        color-mix(in oklch, var(--gold) 25%, transparent) 100%
      );
      transform: scaleY(0);
      transform-origin: top center;
      transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
      pointer-events: none;
    }
    .upcoming-card.uc-active::before {
      transform: scaleY(1);
    }

    .upcoming-big {
      position: absolute;
      top: 10px;
      right: -2px;
      font-size: clamp(5rem, 12vw, 8.5rem);
      line-height: 1;
      color: color-mix(in oklch, var(--gold) 7%, transparent);
      margin: 0;
      pointer-events: none;
      user-select: none;
      transition: color 500ms ease;
      z-index: 0;
    }
    .upcoming-card:hover .upcoming-big {
      color: color-mix(in oklch, var(--gold) 13%, transparent);
    }

    .upcoming-name {
      position: relative;
      z-index: 1;
      opacity: 0;
      transform: translateX(-7px);
      transition:
        opacity 680ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 680ms cubic-bezier(0.16, 1, 0.3, 1),
        color 300ms ease;
      font-size: 1.05rem;
      letter-spacing: -0.01em;
    }
    .upcoming-card.uc-active .upcoming-name {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 260ms, 260ms, 0ms;
    }
    .upcoming-card:hover .upcoming-name {
      color: var(--gold);
    }

    .upcoming-desc {
      position: relative;
      z-index: 1;
      opacity: 0;
      transform: translateX(-6px);
      transition:
        opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
    }
    .upcoming-card.uc-active .upcoming-desc {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 430ms;
    }

    .upcoming-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        color-mix(in oklch, var(--gold) 4%, transparent) 0%,
        transparent 50%
      );
      opacity: 0;
      transition: opacity 400ms ease;
      pointer-events: none;
      z-index: 0;
    }
    .upcoming-card:hover::after { opacity: 1; }

    .upcoming .label {
      margin-bottom: clamp(20px, 3vw, 32px);
    }

    @media (max-width: 560px) {
      .upcoming {
        padding-top: clamp(24px, 7vw, 36px);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .upcoming-card::before { transition: none !important; height: 100% !important; }
      .upcoming-card::after { transition: none !important; }
      .upcoming-big { transition: none !important; }
      .upcoming-name,
      .upcoming-desc {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
      }
    }
    .mission-grid { display: grid; grid-template-columns: 1fr 1fr; }
    .mission-block { padding: var(--section-pad-y) var(--section-pad-x); position: relative; overflow: hidden; }
    .mission-block:first-child { border-right: 1px solid color-mix(in oklch, var(--text-dark) 12%, transparent); }
    .mission-heading { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.15; font-weight: 500; margin: 0 0 20px; color: var(--text-dark); }
    .mission-copy { font-size: 0.9rem; line-height: 1.9; color: var(--text-secondary-aa); max-width: 46ch; }
    .mission-bg-letter { position: absolute; right: -0.06em; bottom: -0.1em; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(8rem, 20vw, 18rem); line-height: 1; opacity: 0.04; color: var(--text-dark); pointer-events: none; user-select: none; }
    .why {
      position: relative;
      background:
        radial-gradient(circle at 18% 20%, rgba(208, 165, 104, 0.08), transparent 24%),
        radial-gradient(circle at 84% 26%, rgba(116, 87, 58, 0.16), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(19, 30, 52, 0.72), transparent 42%),
        linear-gradient(180deg, #0d1527 0%, #111d33 52%, #0c1425 100%);
      overflow: hidden;
      overflow: clip;
      isolation: isolate;
    }
    .why::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 20%),
        radial-gradient(circle at 50% 50%, transparent 36%, rgba(3, 8, 18, 0.4) 100%);
      opacity: 0.92;
    }
    .why .h2 { color: var(--cream); }
    .why .copy { color: color-mix(in oklch, var(--brand-light) 78%, transparent); }
    .why-grid {
      position: relative;
      z-index: 1;
      display: grid;
      gap: clamp(30px, 5vw, 56px);
      align-items: start;
    }
    .why-intro {
      display: grid;
      gap: 18px;
      max-width: min(100%, 720px);
    }
    .why-title {
      max-width: 10ch;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(3.2rem, 8vw, 7rem);
      line-height: 0.9;
      letter-spacing: -0.055em;
      margin: 0;
      text-wrap: initial;
    }
    .why-title-line { display: block; }
    .why-title-soft {
      display: inline-block;
      margin-right: 0.06em;
      color: color-mix(in oklch, var(--neutral-platinum) 64%, var(--navy-deep) 36%);
      font-weight: 400;
    }
    .why-title em {
      color: color-mix(in oklch, var(--gold) 80%, #c28b52 20%);
      font-style: italic;
      font-weight: 500;
    }
    .why-intro .copy {
      max-width: 34ch;
      margin: 0;
      font-size: 0.98rem;
      line-height: 1.9;
      color: color-mix(in oklch, var(--brand-light) 74%, transparent);
    }
    .why-windows-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(18px, 2vw, 28px);
      align-items: start;
    }
    .why-window {
      --window-height: clamp(260px, 29vw, 360px);
      --skyline-opacity: 0.34;
      --crane-opacity: 0.26;
      --plan-opacity: 0.18;
      --water-opacity: 0.18;
      --handover-opacity: 0.24;
      --tree-opacity: 0.28;
      position: relative;
      min-height: var(--window-height);
      outline: none;
      transition: transform var(--dur-long) cubic-bezier(0.22, 1, 0.36, 1);
    }
    .why-window:nth-child(2),
    .why-window:nth-child(5) {
      transform: translateY(clamp(10px, 1.5vw, 18px));
    }
    .why-window--record { --window-height: clamp(280px, 32vw, 394px); --skyline-opacity: 0.42; --crane-opacity: 0.18; --tree-opacity: 0.16; }
    .why-window--locations { --window-height: clamp(258px, 28vw, 346px); --water-opacity: 0.24; --tree-opacity: 0.34; }
    .why-window--team { --window-height: clamp(272px, 30vw, 374px); --handover-opacity: 0.28; --plan-opacity: 0.12; }
    .why-window--environment { --window-height: clamp(298px, 33vw, 412px); --tree-opacity: 0.42; --water-opacity: 0.22; }
    .why-window--safety { --window-height: clamp(260px, 29vw, 352px); --plan-opacity: 0.24; --crane-opacity: 0.14; }
    .why-window--delivery { --window-height: clamp(286px, 31vw, 390px); --crane-opacity: 0.3; --handover-opacity: 0.2; }
    .why-window-frame {
      position: relative;
      min-height: inherit;
      overflow: hidden;
      border: 1px solid rgba(195, 150, 93, 0.28);
      background:
        linear-gradient(180deg, rgba(20, 31, 51, 0.72), rgba(10, 18, 32, 0.94)),
        radial-gradient(circle at 50% 30%, rgba(191, 145, 89, 0.08), transparent 44%);
      box-shadow:
        inset 0 0 0 1px rgba(255, 236, 208, 0.03),
        0 26px 46px rgba(4, 8, 18, 0.32);
      transition:
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.8s ease,
        box-shadow 0.8s ease;
    }
    .why-window-frame::before,
    .why-window-frame::after {
      content: "";
      position: absolute;
      inset: 10px;
      pointer-events: none;
    }
    .why-window-frame::before {
      border: 1px solid rgba(207, 168, 113, 0.18);
      opacity: 0.92;
    }
    .why-window-frame::after {
      inset: 0;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 32%, rgba(201, 150, 87, 0.06) 62%, transparent 100%);
      mix-blend-mode: screen;
      opacity: 0.4;
    }
    .why-window-scene {
      position: absolute;
      inset: 0;
      overflow: hidden;
      transform: scale(1);
      transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .why-window-layer,
    .why-window-warm-glow,
    .why-window-grain,
    .why-window-vignette {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .why-window-layer {
      transform: translate3d(0, 0, 0);
    }
    .why-window-layer-inner {
      position: absolute;
      inset: 0;
      transform: translate3d(0, 0, 0) scale(1);
      transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.85s ease;
    }
    .why-window-layer--skyline {
      opacity: var(--skyline-opacity);
      mix-blend-mode: screen;
    }
    .why-window-layer--skyline .why-window-layer-inner {
      inset: auto -2% 0 -2%;
      height: 58%;
      background: linear-gradient(180deg, rgba(118, 144, 188, 0.22), rgba(21, 33, 55, 0.9));
      clip-path: polygon(0 100%, 0 66%, 8% 66%, 8% 52%, 15% 52%, 15% 61%, 21% 61%, 21% 44%, 28% 44%, 28% 58%, 36% 58%, 36% 35%, 44% 35%, 44% 49%, 51% 49%, 51% 39%, 57% 39%, 57% 55%, 66% 55%, 66% 30%, 74% 30%, 74% 46%, 81% 46%, 81% 59%, 88% 59%, 88% 42%, 95% 42%, 95% 68%, 100% 68%, 100% 100%);
    }
    .why-window-layer--crane {
      opacity: var(--crane-opacity);
      mix-blend-mode: screen;
    }
    .why-window-layer--crane .why-window-layer-inner {
      inset: 0;
      background:
        linear-gradient(rgba(243, 216, 178, 0.46), rgba(243, 216, 178, 0.16)) 18% 58% / 1px 45% no-repeat,
        linear-gradient(90deg, rgba(243, 216, 178, 0.44), rgba(243, 216, 178, 0.08)) 18% 58% / 28% 1px no-repeat,
        linear-gradient(135deg, transparent 49.2%, rgba(243, 216, 178, 0.42) 49.9%, rgba(243, 216, 178, 0.42) 50.6%, transparent 51.4%) 30% 42% / 28% 28% no-repeat,
        linear-gradient(rgba(243, 216, 178, 0.32), rgba(243, 216, 178, 0.1)) 72% 50% / 1px 24% no-repeat,
        linear-gradient(90deg, rgba(243, 216, 178, 0.28), rgba(243, 216, 178, 0.08)) 72% 50% / 18% 1px no-repeat;
      filter: blur(0.2px);
    }
    .why-window-layer--plan {
      opacity: var(--plan-opacity);
    }
    .why-window-layer--plan .why-window-layer-inner {
      inset: 12% 10% 14%;
      border: 1px solid rgba(246, 240, 232, 0.15);
      background:
        linear-gradient(90deg, transparent 0 20%, rgba(246, 240, 232, 0.11) 20% 20.6%, transparent 20.6% 52%, rgba(246, 240, 232, 0.09) 52% 52.6%, transparent 52.6%),
        linear-gradient(transparent 0 24%, rgba(246, 240, 232, 0.1) 24% 24.6%, transparent 24.6% 58%, rgba(246, 240, 232, 0.1) 58% 58.7%, transparent 58.7%),
        linear-gradient(90deg, transparent 0 70%, rgba(246, 240, 232, 0.08) 70% 70.6%, transparent 70.6%);
      -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.92) 24%, rgba(0, 0, 0, 0.92) 76%, rgba(0, 0, 0, 0.18));
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.92) 24%, rgba(0, 0, 0, 0.92) 76%, rgba(0, 0, 0, 0.18));
    }
    .why-window-layer--water {
      opacity: var(--water-opacity);
    }
    .why-window-layer--water .why-window-layer-inner {
      inset: auto -8% -4% -8%;
      height: 34%;
      background:
        linear-gradient(180deg, rgba(112, 145, 176, 0), rgba(62, 92, 127, 0.28) 32%, rgba(12, 22, 38, 0.74)),
        repeating-linear-gradient(96deg, rgba(200, 224, 255, 0.06) 0 6px, rgba(64, 93, 120, 0.04) 6px 14px);
      filter: blur(0.4px);
      animation: why-water-drift 12s linear infinite alternate;
    }
    .why-window-layer--water .why-window-layer-inner::after {
      content: "";
      position: absolute;
      inset: 18% 0 auto 0;
      height: 30%;
      background: repeating-linear-gradient(180deg, rgba(220, 238, 255, 0.1) 0 2px, transparent 2px 7px);
      opacity: 0.4;
      transform: skewX(-10deg);
    }
    .why-window-layer--handover {
      opacity: var(--handover-opacity);
    }
    .why-window-layer--handover .why-window-layer-inner {
      inset: 0;
      background:
        radial-gradient(circle at 68% 56%, rgba(230, 196, 144, 0.68) 0 6%, transparent 6.6%),
        radial-gradient(ellipse at 58% 78%, rgba(209, 176, 125, 0.22) 0 16%, transparent 17%),
        radial-gradient(ellipse at 79% 80%, rgba(209, 176, 125, 0.22) 0 13%, transparent 14%);
      filter: blur(0.2px);
    }
    .why-window-layer--handover .why-window-layer-inner::before {
      content: "";
      position: absolute;
      right: 24%;
      bottom: 32%;
      width: 16%;
      height: 16%;
      border: 1px solid rgba(232, 205, 164, 0.44);
      border-radius: 999px;
      box-shadow:
        16px 8px 0 -7px rgba(232, 205, 164, 0.44),
        12px 10px 0 -8px rgba(232, 205, 164, 0.3);
      transform: rotate(-18deg);
    }
    .why-window-layer--trees {
      opacity: var(--tree-opacity);
    }
    .why-window-layer--trees .why-window-layer-inner {
      inset: auto 0 0 0;
      height: 52%;
      background:
        radial-gradient(circle at 10% 68%, rgba(31, 55, 42, 0.98) 0 11%, transparent 12%),
        radial-gradient(circle at 18% 56%, rgba(41, 70, 53, 0.94) 0 12%, transparent 13%),
        radial-gradient(circle at 24% 74%, rgba(30, 52, 39, 0.94) 0 10%, transparent 11%),
        radial-gradient(circle at 84% 64%, rgba(31, 55, 42, 0.98) 0 10%, transparent 11%),
        radial-gradient(circle at 76% 52%, rgba(41, 70, 53, 0.92) 0 12%, transparent 13%),
        radial-gradient(circle at 70% 74%, rgba(30, 52, 39, 0.92) 0 10%, transparent 11%);
      animation: why-tree-sway 10s ease-in-out infinite alternate;
    }
    .why-window-warm-glow {
      background:
        radial-gradient(circle at 52% 68%, rgba(205, 158, 88, 0.28), rgba(205, 158, 88, 0) 44%),
        radial-gradient(circle at 62% 34%, rgba(230, 193, 132, 0.08), rgba(230, 193, 132, 0) 36%);
      mix-blend-mode: screen;
      opacity: 0.12;
      transition: opacity 0.85s ease, transform 0.85s ease;
    }
    .why-window-grain {
      opacity: 0.08;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
      mix-blend-mode: soft-light;
    }
    .why-window-vignette {
      background:
        radial-gradient(circle at 50% 50%, transparent 48%, rgba(3, 8, 18, 0.48) 100%),
        linear-gradient(180deg, rgba(3, 8, 18, 0.04), rgba(3, 8, 18, 0.28));
      opacity: 0.98;
    }
    .why-window-copy {
      position: relative;
      z-index: 3;
      min-height: var(--window-height);
      display: flex;
      align-items: end;
      padding: clamp(20px, 2vw, 24px);
    }
    .why-window-copy-inner {
      max-width: 18ch;
      display: grid;
      gap: 8px;
    }
    .why-window-title {
      margin: 0;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.15rem, 1.8vw, 1.55rem);
      font-weight: 400;
      line-height: 1.12;
      letter-spacing: 0.06em;
      color: color-mix(in oklch, var(--brand-light) 92%, transparent);
      text-transform: uppercase;
    }
    .why-window-text {
      margin: 0;
      max-width: 22ch;
      font-size: 0.82rem;
      line-height: 1.65;
      color: color-mix(in oklch, var(--brand-light) 72%, transparent);
    }
    .why-window:is(:hover, :focus-visible, :focus-within) {
      transform: translateY(-6px);
    }
    .why-window:nth-child(2):is(:hover, :focus-visible, :focus-within),
    .why-window:nth-child(5):is(:hover, :focus-visible, :focus-within) {
      transform: translateY(calc(clamp(10px, 1.5vw, 18px) - 6px));
    }
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-frame {
      border-color: rgba(209, 164, 103, 0.46);
      box-shadow:
        inset 0 0 0 1px rgba(255, 236, 208, 0.05),
        0 34px 60px rgba(4, 8, 18, 0.4),
        0 0 0 1px rgba(201, 150, 87, 0.08);
    }
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-scene {
      transform: scale(1.02);
    }
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-warm-glow {
      opacity: 0.38;
      transform: scale(1.06);
    }
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-layer--skyline .why-window-layer-inner {
      transform: translate3d(0, -4px, 0) scale(1.02);
    }
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-layer--plan .why-window-layer-inner {
      transform: translate3d(0, -6px, 0) scale(1.03);
      opacity: calc(var(--plan-opacity) * 1.08);
    }
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-layer--water .why-window-layer-inner {
      transform: translate3d(0, -3px, 0) scale(1.05);
    }
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-layer--handover .why-window-layer-inner,
    .why-window:is(:hover, :focus-visible, :focus-within) .why-window-layer--trees .why-window-layer-inner {
      transform: translate3d(0, -8px, 0) scale(1.04);
    }
    .why-window:focus-visible .why-window-frame {
      box-shadow:
        inset 0 0 0 1px rgba(255, 236, 208, 0.08),
        0 34px 60px rgba(4, 8, 18, 0.4),
        0 0 0 2px rgba(209, 164, 103, 0.26);
    }
    @keyframes why-water-drift {
      0% { transform: translate3d(-1.5%, 0, 0) scale(1.02); }
      100% { transform: translate3d(1.5%, -2%, 0) scale(1.06); }
    }
    @keyframes why-tree-sway {
      0% { transform: translate3d(-1%, 0, 0) scale(1); }
      100% { transform: translate3d(1%, -1.5%, 0) scale(1.025); }
    }
    .founder { background: linear-gradient(180deg, color-mix(in oklch, var(--navy) 78%, black 22%), var(--surface)); overflow: hidden; overflow: clip; }
    .founder .h2 { color: var(--text-dark); }
    .founder-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
    .portrait-wrap { position: relative; background: color-mix(in oklch, var(--navy) 84%, black 16%); border: 1px solid var(--line); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: inset 0 1px 0 color-mix(in oklch, var(--cream) 4%, transparent); }
    .portrait-mark { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(8rem, 20vw, 18rem); color: color-mix(in oklch, var(--gold) 18%, var(--navy-deep) 82%); line-height: 1; user-select: none; }
    .founder-badge { position: absolute; bottom: 20px; right: 20px; background: var(--gold); color: var(--navy-deep); padding: 12px 16px; text-align: center; }
    .founder-badge strong { font-family: "Gambetta", "Recia", Georgia, serif; font-size: 1.4rem; display: block; line-height: 1; }
    .founder-badge span { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; }
    .founder-name { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -0.03em; margin: 0 0 6px; color: var(--text-dark); }
    .founder-role { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-secondary); margin: 0 0 24px; }
    .founder-copy { font-size: 0.9rem; line-height: 1.9; color: var(--text-secondary-aa); margin: 0 0 16px; }
    .cred-list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 10px; }
    .cred-list li { font-size: 0.8rem; color: var(--text-muted); padding-left: 18px; position: relative; line-height: 1.65; }
    .cred-list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 5px; height: 1px; background: var(--gold); }
    .consultants { background: var(--navy-deep); }
    .consult-head { margin-bottom: clamp(40px, 6vw, 72px); }
    .consult-card { padding: 28px 0 24px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
    .consult-type { font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--text-meta); margin: 0 0 8px; }
    .consult-name { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.1rem, 2vw, 1.6rem); font-weight: 500; color: var(--cream); margin: 0 0 6px; }
    .consult-lead { font-size: 0.75rem; color: var(--cream-muted); margin: 0 0 12px; letter-spacing: 0.02em; }
    .consult-desc { font-size: 0.82rem; color: var(--cream-muted); line-height: 1.85; margin: 0; }
    .vg-proof {
      background:
        linear-gradient(to right, rgba(23, 22, 47, 0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(23, 22, 47, 0.06) 1px, transparent 1px),
        #f3ebdd;
      background-size: 64px 64px, 64px 64px, auto;
      border-top: 1px solid rgba(23, 22, 47, 0.09);
      border-bottom: 1px solid rgba(23, 22, 47, 0.09);
      overflow: hidden;
      overflow: clip;
    }
    .vg-proof__head {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: clamp(24px, 5vw, 76px);
      align-items: end;
      margin-bottom: clamp(34px, 5vw, 58px);
    }
    .vg-proof .h2 { color: color-mix(in oklch, var(--navy-deep) 88%, black 12%); margin-bottom: 0; }
    .vg-proof .label { color: color-mix(in oklch, var(--navy-deep) 58%, var(--paper) 42%); }
    .vg-proof .label::before { background: color-mix(in oklch, var(--navy-deep) 58%, var(--gold) 42%); }
    .vg-proof__intro {
      max-width: 58ch;
      margin: 0;
      color: color-mix(in oklch, var(--navy-deep) 76%, var(--paper) 24%);
      font-size: 0.96rem;
      line-height: 1.85;
    }
    .vg-proof__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid rgba(23, 22, 47, 0.12);
      border-left: 1px solid rgba(23, 22, 47, 0.12);
    }
    .vg-proof__item {
      min-width: 0;
      padding: clamp(24px, 3vw, 38px);
      border-right: 1px solid rgba(23, 22, 47, 0.12);
      border-bottom: 1px solid rgba(23, 22, 47, 0.12);
      background: rgba(255, 250, 241, 0.74);
    }
    .vg-proof__metric {
      display: block;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2.1rem, 4vw, 4rem);
      line-height: 0.95;
      color: color-mix(in oklch, var(--gold) 78%, var(--navy-deep) 22%);
      margin-bottom: 16px;
    }
    .vg-proof__title {
      margin: 0 0 10px;
      color: color-mix(in oklch, var(--navy-deep) 82%, black 18%);
      font-size: 0.92rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .vg-proof__copy {
      margin: 0;
      color: color-mix(in oklch, var(--navy-deep) 72%, var(--paper) 28%);
      font-size: 0.86rem;
      line-height: 1.78;
    }
    .vg-proof__note {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: center;
      margin-top: clamp(26px, 4vw, 42px);
      padding-top: 22px;
      border-top: 1px solid rgba(23, 22, 47, 0.11);
      color: color-mix(in oklch, var(--navy-deep) 72%, var(--paper) 28%);
      font-size: 0.86rem;
      line-height: 1.75;
    }
    .vg-proof__note p { margin: 0; max-width: 70ch; }
    .vg-proof__link {
      flex-shrink: 0;
      color: var(--gold);
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 50%, transparent);
      padding-bottom: 5px;
    }
    .cta { background: var(--parchment); text-align: center; }
    .cta .container { max-width: 820px; }
    .cta .label { margin-bottom: 22px; color: color-mix(in oklch, var(--navy-deep) 58%, transparent); }
    .cta .label::before { background: color-mix(in oklch, var(--gold) 46%, transparent); }
    .cta .copy { max-width: 58ch; margin-left: auto; margin-right: auto; color: color-mix(in oklch, var(--navy-deep) 68%, transparent); }
    .cta-title {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2.4rem, 6vw, 6rem);
      line-height: 1.04;
      font-weight: 500;
      letter-spacing: -0.035em;
      margin: 0 0 22px;
      color: color-mix(in oklch, var(--navy-deep) 88%, black 12%);
      text-shadow: none;
    }
    .cta-title em {
      color: color-mix(in oklch, var(--gold) 82%, #db9867 18%);
      font-style: italic;
    }
    .cta-title.pixel-dissolve {
      isolation: isolate;
    }
    .cta-title.pixel-dissolve .type-line-mask {
      overflow: visible;
      padding-block: 0.02em 0.05em;
      margin-block: 0;
    }
    .cta-title.pixel-dissolve .type-line-inner {
      transform: none;
      transition: none;
    }
    .cta-title.pixel-dissolve .type-word {
      position: relative;
      opacity: 1;
      transition: none;
    }
    .cta-pixel-word {
      position: relative;
      display: inline-block;
      min-height: 1em;
    }
    .cta-word-core {
      display: inline-block;
      opacity: 0;
      transform: translate3d(0, 18px, 0) scale(0.96);
      filter: blur(10px);
      transition:
        opacity 0.72s ease,
        transform 0.92s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.72s ease;
      transition-delay: calc(var(--word-index, 0) * 0.08s + 0.06s);
    }
    .cta-shard {
      position: absolute;
      left: 50%;
      top: 50%;
      background: currentColor;
      opacity: 0;
      border-radius: 1px;
      transform: translate3d(var(--sx), var(--sy), 0) rotate(var(--sr)) scale(0.18);
      filter: blur(0.2px);
      box-shadow: 0 0 10px color-mix(in oklch, currentColor 40%, transparent);
      pointer-events: none;
    }
    .cta-title.cta-pixel-revealed .cta-word-core {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
      filter: none;
    }
    .cta-title.cta-pixel-revealed .cta-shard {
      animation: cta-pixel-in 0.95s cubic-bezier(0.18, 0.88, 0.22, 1) forwards;
      animation-delay: var(--sd, 0s);
    }
    .section#cta[data-reading-active="false"] .cta-title.typo-focus.typo-revealed {
      opacity: 0.9;
    }
    .section#cta[data-reading-active="true"] .cta-title.typo-focus.typo-revealed {
      opacity: 1;
    }
    @keyframes cta-pixel-in {
      0% {
        opacity: 0;
        transform: translate3d(var(--sx), var(--sy), 0) rotate(var(--sr)) scale(0.15);
      }
      18% {
        opacity: 0.92;
      }
      72% {
        opacity: 0.52;
      }
      100% {
        opacity: 0;
        transform: translate3d(var(--tx), var(--ty), 0) rotate(0deg) scale(1);
      }
    }
    .typo-display,
    .typo-editorial,
    .typo-body,
    .typo-label {
      transition:
        opacity var(--dur-medium) ease,
        transform var(--dur-cinema) var(--typo-ease),
        letter-spacing var(--dur-cinema) var(--typo-ease);
    }
    .typo-display {
      position: relative;
      display: block;
      letter-spacing: var(--typo-heading-track-start);
      transform: translate3d(0, var(--heading-parallax-y, 0px), 0);
      text-wrap: balance;
    }
    .typo-display.typo-revealed {
      letter-spacing: var(--typo-heading-track-end);
    }
    .type-line-mask {
      display: block;
      overflow: hidden;
      padding-block: 0.03em 0.08em;
      margin-block: -0.03em -0.08em;
    }
    .type-line-inner {
      display: block;
      opacity: 0.001;
      transform: translateY(118%);
      filter: blur(6px);
      transition:
        opacity 0.78s ease,
        transform 1.14s var(--typo-ease),
        filter 0.82s ease;
      transition-delay: calc(var(--line-index, 0) * 0.095s);
    }
    .typo-display.typo-revealed .type-line-inner {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
    .type-word {
      display: inline-block;
      opacity: 0.001;
      transition:
        opacity 0.72s ease,
        filter 0.76s ease;
      transition-delay: calc(var(--word-index, 0) * var(--typo-word-stagger) + var(--typo-delay, 0s));
      filter: blur(2px);
    }
    .typo-display.typo-revealed .type-word {
      opacity: 1;
      filter: blur(0);
    }
    .typo-editorial {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-style: italic;
      font-weight: 400;
      font-size: clamp(1.25rem, 2vw, 1.75rem);
      line-height: 1.72;
      letter-spacing: 0.006em;
      max-width: 34ch;
      text-wrap: pretty;
      opacity: 0;
      transform: translateY(var(--typo-soft-rise));
      transition-delay: var(--typo-delay, 0s);
    }
    .typo-editorial.typo-revealed {
      opacity: 1;
      transform: translateY(0);
    }
    .typo-body {
      opacity: 0;
      transform: translateY(calc(var(--typo-soft-rise) * 0.72));
      text-wrap: pretty;
      transition-delay: var(--typo-delay, 0s);
    }
    .typo-body.typo-revealed {
      opacity: 1;
      transform: translateY(0);
    }
    .typo-label {
      letter-spacing: 0.3em;
      opacity: 0;
      transform: translateY(10px);
      transition-delay: var(--typo-delay, 0s);
    }
    .typo-label.typo-revealed {
      letter-spacing: 0.28em;
      opacity: 1;
      transform: translateY(0);
    }
    .section[data-reading-active="false"] .typo-focus.typo-revealed,
    .project-detail-page[data-reading-active="false"] .typo-focus.typo-revealed {
      opacity: var(--typo-focus-dim);
    }
    .section[data-reading-active="true"] .typo-focus.typo-revealed,
    .project-detail-page[data-reading-active="true"] .typo-focus.typo-revealed {
      opacity: 1;
    }
    @media (hover: hover) and (pointer: fine) {
      .typo-display:hover {
        letter-spacing: calc(var(--typo-heading-track-end) + 0.01em);
        opacity: 0.96;
      }
    .hero-brand,
    .hero-nav a,
    .footer-nav a {
      position: relative;
      transition:
        color var(--dur-short) ease,
          opacity var(--dur-short) ease,
          letter-spacing var(--dur-short) ease;
      }
    .hero-brand::after,
    .hero-nav a::after,
    .footer-nav a::after {
      content: "";
      position: absolute;
      left: 0;
        right: 0;
        bottom: -0.18rem;
        height: 1px;
        background: currentColor;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform var(--dur-medium) var(--typo-ease);
        opacity: 0.58;
      }
      .hero-brand:hover { letter-spacing: 0.37rem; opacity: 0.88; }
      .hero-nav a:hover { letter-spacing: 0.1rem; opacity: 0.88; }
      .footer-nav a:hover { letter-spacing: 0.21em; opacity: 0.88; }
      .hero-brand:hover::after,
      .hero-nav a:hover::after,
      .footer-nav a:hover::after {
        transform: scaleX(1);
      }
    }
    /* Contact Section v3 - Closer Left, Minimal Form, Honest Button */
    .contact-v3 {
      background: var(--navy-deep);
      overflow: hidden;
      isolation: isolate;
    }
    .contact-v3::before {
      content: "";
      position: absolute;
      inset: -28px;
      z-index: 0;
      pointer-events: none;
      opacity: 0.22;
      background-image:
        radial-gradient(circle at 18% 16%, color-mix(in oklch, var(--gold) 10%, transparent), transparent 32%),
        radial-gradient(circle at 86% 78%, color-mix(in oklch, var(--brand-accent) 9%, transparent), transparent 30%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23grain)' opacity='.42'/%3E%3C/svg%3E");
      background-size: auto, auto, 220px 220px;
      mix-blend-mode: screen;
      filter: contrast(132%);
      transform: translate3d(var(--depth-x, 0px), var(--depth-y, 0px), 0);
    }
    .contact-v3 > .container {
      position: relative;
      z-index: 1;
    }
    .ct3-grid {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: clamp(52px, 9vw, 130px);
      align-items: start;
    }
    .ct3-eyebrow {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--gold);
      margin: 0 0 20px;
    }
    .ct3-heading {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2.6rem, 6vw, 5.8rem);
      font-weight: 400;
      line-height: 1.06;
      letter-spacing: -0.035em;
      color: var(--cream);
      margin: 0 0 18px;
    }
    .ct3-heading em {
      color: var(--gold);
      font-style: italic;
    }
    .ct3-honest {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: clamp(0.85rem, 1.3vw, 0.96rem);
      line-height: 1.8;
      color: color-mix(in oklch, var(--cream) 48%, transparent);
      margin: 0 0 clamp(36px, 5vw, 56px);
      max-width: 34ch;
    }
    .ct3-next {
      margin: 0 0 clamp(36px, 5vw, 52px);
    }
    .ct3-next-title {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 55%, transparent);
      margin: 0 0 18px;
    }
    .ct3-steps {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .ct3-step {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 12px;
      align-items: start;
      padding-block: 14px;
      border-top: 1px solid color-mix(in oklch, var(--gold) 12%, transparent);
      position: relative;
    }
    .ct3-step:last-child {
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 12%, transparent);
    }
    .ct3-step-num {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.15em;
      color: var(--gold);
      padding-top: 2px;
    }
    .ct3-step-text {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.8rem;
      line-height: 1.65;
      color: color-mix(in oklch, var(--cream) 60%, transparent);
      margin: 0;
    }
    .ct3-step-text strong {
      color: color-mix(in oklch, var(--cream) 85%, transparent);
      font-weight: 600;
    }
    .ct3-call {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      color: color-mix(in oklch, var(--cream) 36%, transparent);
      margin: clamp(24px, 3vw, 36px) 0 0;
      line-height: 1.6;
    }
    .ct3-call a {
      color: color-mix(in oklch, var(--gold) 75%, transparent);
      text-decoration: none;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      margin-block: -14px;
      transition: color 250ms ease;
    }
    .ct3-call a:hover { color: var(--gold); }
    @media (max-width: 768px) {
      a[href^="tel:"] {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
      }
    }
    .ct3-field {
      display: flex;
      flex-direction: column;
      margin-bottom: clamp(28px, 4vw, 42px);
      position: relative;
    }
    .ct3-label {
      display: block;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 58%, transparent);
      margin-bottom: 10px;
      transition: color 300ms ease;
    }
    .ct3-field:focus-within .ct3-label {
      color: color-mix(in oklch, var(--gold) 85%, transparent);
    }
    .ct3-input,
    .ct3-select,
    .ct3-textarea {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 1px solid color-mix(in oklch, var(--cream) 14%, transparent);
      color: var(--cream);
      padding: 12px 0;
      font-size: clamp(0.92rem, 1.5vw, 1.05rem);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-weight: 300;
      line-height: 1.6;
      transition: border-color 300ms ease;
      resize: none;
      display: block;
      -webkit-appearance: none;
      border-radius: 0;
    }
    .ct3-select {
      cursor: pointer;
      color-scheme: dark;
      padding-right: 32px;
      background-image:
        linear-gradient(45deg, transparent 50%, color-mix(in oklch, var(--gold) 80%, transparent) 50%),
        linear-gradient(135deg, color-mix(in oklch, var(--gold) 80%, transparent) 50%, transparent 50%);
      background-position:
        calc(100% - 16px) 50%,
        calc(100% - 10px) 50%;
      background-size: 6px 6px, 6px 6px;
      background-repeat: no-repeat;
    }
    .ct3-select option {
      color: var(--navy-deep);
      background: var(--cream);
    }
    .ct3-input:focus,
    .ct3-select:focus,
    .ct3-textarea:focus {
      outline: none;
      border-bottom-color: var(--gold);
      box-shadow: 0 2px 0 0 var(--gold), 0 4px 12px var(--gold-glow-soft);
      background: color-mix(in oklch, var(--gold) 4%, transparent);
    }
    .ct3-input::placeholder,
    .ct3-textarea::placeholder {
      color: color-mix(in oklch, var(--cream) 20%, transparent);
      font-style: italic;
    }
    .ct3-field::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, var(--gold), color-mix(in oklch, var(--gold) 55%, transparent));
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
      pointer-events: none;
    }
    .ct3-field:focus-within::after { transform: scaleX(1); }
    .ct3-textarea { min-height: 96px; padding-top: 12px; }
    .ct3-submit-block {
      margin-top: clamp(8px, 2vw, 16px);
    }
    .ct3-submit {
      width: 100%;
      background: var(--gold);
      color: var(--navy-deep);
      border: none;
      padding: 20px 32px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 300ms ease, letter-spacing 350ms ease, opacity 300ms ease;
      display: block;
    }
    .ct3-submit:hover {
      background: color-mix(in oklch, var(--gold) 88%, var(--cream) 12%);
      letter-spacing: 0.4em;
    }
    .ct3-submit:disabled {
      opacity: 0.45;
      cursor: not-allowed;
      letter-spacing: 0.3em;
    }
    .ct3-submit-skeleton {
      display: grid;
      gap: 9px;
      margin-top: 14px;
      padding: 14px;
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      border-radius: 8px;
      background: color-mix(in oklch, var(--navy-deep) 5%, transparent);
    }
    .ct3-submit-skeleton__text {
      color: color-mix(in oklch, var(--navy-deep) 64%, transparent);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.74rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .ct3-submit-skeleton .vg-skeleton-line {
      height: 9px;
      background:
        linear-gradient(90deg, transparent, rgba(255,255,255,0.52), transparent),
        color-mix(in oklch, var(--navy-deep) 12%, transparent);
      background-size: 220% 100%, 100% 100%;
    }
    .ct3-promise {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      color: color-mix(in oklch, var(--cream) 28%, transparent);
      text-align: center;
      margin: 14px 0 0;
    }
    @media (max-width: 1024px) {
      .ct3-grid {
        grid-template-columns: 1fr;
        gap: clamp(44px, 8vw, 72px);
      }
      .ct3-honest { max-width: 100%; }
    }
    @media (max-width: 600px) {
      .ct3-heading { font-size: clamp(2.2rem, 10vw, 3.4rem); }
      .ct3-input,
      .ct3-select,
      .ct3-textarea { font-size: 16px; }
    }
    form label { display: block; font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-meta); margin-bottom: 8px; }
    form input, form textarea { width: 100%; background: var(--surface-soft); border: 1px solid var(--line); color: var(--text-primary); padding: 14px 16px; font-size: 0.88rem; font-family: inherit; transition: border-color var(--dur-short) ease, box-shadow var(--dur-short) ease; resize: none; display: block; }
    form input:focus, form textarea:focus { border-color: color-mix(in oklch, var(--brand-accent) 58%, transparent); box-shadow: 0 0 0 3px color-mix(in oklch, var(--brand-accent) 12%, transparent); outline: none; }
    form input::placeholder, form textarea::placeholder { color: var(--text-meta); }
    form > div { display: flex; flex-direction: column; }
    form textarea { min-height: 120px; }
    .footer { padding: 32px var(--section-pad-x); border-top: 1px solid var(--line); background: linear-gradient(180deg, color-mix(in oklch, var(--navy) 76%, black 24%), var(--navy-deep)); }
    .footer .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
    .footer-nav { display: flex; gap: clamp(12px, 2vw, 28px); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.65rem; color: var(--text-meta); }
    .footer-nav a:hover { color: var(--brand-accent); }
    .footer-meta { display: grid; gap: 5px; justify-items: end; }
    .footer small { font-size: 0.65rem; color: var(--text-meta); }
    .footer-credit { display: block; font-size: 0.62rem; letter-spacing: 0.08em; color: color-mix(in oklch, var(--text-meta) 78%, transparent); }
    .footer-credit-link {
      color: inherit;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      margin-block: -16px;
      transition: color 0.25s var(--ease-smooth);
    }
    .footer-credit-link:hover,
    .footer-credit-link:focus-visible {
      color: var(--gold-soft);
      outline: none;
    }
    .vg-guide-page {
      background:
        radial-gradient(circle at 12% 10%, color-mix(in oklch, var(--gold) 10%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy) 76%, black 24%), var(--surface));
      border-top: 1px solid color-mix(in oklch, var(--gold) 12%, transparent);
      overflow: hidden;
      overflow: clip;
    }
    .vg-guide-hero {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
      gap: clamp(36px, 7vw, 98px);
      align-items: end;
      margin-bottom: clamp(46px, 7vw, 86px);
    }
    .vg-guide-hero .h2 {
      color: var(--text-dark);
      margin-bottom: 18px;
    }
    .vg-guide-copy {
      max-width: 66ch;
      margin: 0;
      color: var(--text-secondary-aa);
      font-size: clamp(0.92rem, 1.2vw, 1rem);
      line-height: 1.86;
    }
    .vg-guide-panel {
      padding: clamp(24px, 3vw, 36px);
      border: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
      background: color-mix(in oklch, var(--navy-deep) 76%, black 24%);
      box-shadow: inset 0 1px 0 color-mix(in oklch, var(--cream) 7%, transparent);
    }
    .vg-guide-panel__kicker,
    .vg-guide-card__kicker {
      display: block;
      margin-bottom: 12px;
      font-size: 0.62rem;
      font-weight: 800;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: var(--gold);
    }
    .vg-guide-panel__title {
      margin: 0 0 14px;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.65rem, 3vw, 2.45rem);
      line-height: 1.08;
      font-weight: 500;
      color: var(--cream);
    }
    .vg-guide-panel__copy {
      margin: 0 0 22px;
      font-size: 0.88rem;
      line-height: 1.78;
      color: var(--cream-muted);
    }
    .vg-guide-panel__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }
    .vg-guide-link {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      color: var(--gold);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 45%, transparent);
    }
    .vg-guide-link:hover { color: var(--gold-soft); }
    .vg-guide-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
      margin-bottom: clamp(42px, 6vw, 76px);
    }
    .vg-guide-card {
      min-width: 0;
      padding: clamp(24px, 3vw, 38px);
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: color-mix(in oklch, var(--navy) 82%, black 18%);
    }
    .vg-guide-card h3 {
      margin: 0 0 12px;
      font-size: clamp(1.08rem, 1.7vw, 1.4rem);
      line-height: 1.24;
      color: var(--text-dark);
    }
    .vg-guide-card p {
      margin: 0;
      color: var(--text-secondary-aa);
      font-size: 0.88rem;
      line-height: 1.78;
    }
    .vg-guide-steps {
      counter-reset: guideStep;
      display: grid;
      gap: 0;
      border-top: 1px solid var(--line);
      margin: 0 0 clamp(42px, 6vw, 76px);
    }
    .vg-guide-step {
      counter-increment: guideStep;
      display: grid;
      grid-template-columns: 72px minmax(0, 1fr);
      gap: clamp(18px, 3vw, 34px);
      padding: clamp(20px, 3vw, 30px) 0;
      border-bottom: 1px solid var(--line);
    }
    .vg-guide-step::before {
      content: counter(guideStep, decimal-leading-zero);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      color: var(--gold);
    }
    .vg-guide-step h3 {
      margin: 0 0 8px;
      color: var(--text-dark);
      font-size: clamp(1.05rem, 1.7vw, 1.34rem);
    }
    .vg-guide-step p {
      max-width: 74ch;
      margin: 0;
      color: var(--text-secondary-aa);
      font-size: 0.9rem;
      line-height: 1.82;
    }
    .vg-guide-topics {
      display: grid;
      grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
      gap: clamp(28px, 5vw, 64px);
      align-items: start;
      margin-bottom: clamp(40px, 6vw, 70px);
    }
    .vg-guide-topic-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .vg-guide-topic-list li {
      padding: 16px 0;
      border-bottom: 1px solid var(--line);
      color: var(--text-secondary-aa);
      line-height: 1.65;
    }
    .vg-guide-topic-list strong {
      display: block;
      margin-bottom: 4px;
      color: var(--text-dark);
      font-size: 0.94rem;
    }
    .vg-guide-cta {
      display: flex;
      justify-content: space-between;
      gap: clamp(20px, 4vw, 52px);
      align-items: center;
      padding-top: clamp(24px, 4vw, 36px);
      border-top: 1px solid color-mix(in oklch, var(--gold) 18%, transparent);
    }
    .vg-guide-cta h3 {
      margin: 0 0 10px;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.65rem, 3.4vw, 3.2rem);
      line-height: 1.08;
      color: var(--text-dark);
    }
    .vg-guide-cta p {
      max-width: 68ch;
      margin: 0;
      color: var(--text-secondary-aa);
      line-height: 1.8;
    }
    @media (max-width: 900px) {
      .vg-guide-hero,
      .vg-guide-topics {
        grid-template-columns: 1fr;
      }
      .vg-guide-grid {
        grid-template-columns: 1fr;
      }
      .vg-guide-cta {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    @media (max-width: 560px) {
      .vg-guide-panel,
      .vg-guide-card {
        padding: 22px 20px;
      }
      .vg-guide-step {
        grid-template-columns: 44px minmax(0, 1fr);
      }
      .vg-guide-panel__actions {
        align-items: stretch;
        flex-direction: column;
      }
      .vg-guide-panel__actions .btn-primary,
      .vg-guide-cta .btn-primary {
        width: 100%;
        justify-content: center;
      }
    }
    .reveal-up { opacity: 0; transform: translateY(8px); }
    .reveal-left { opacity: 0; transform: translateX(-8px); }
    @media (max-width: 560px) {
      :root {
        --typo-rise: 12px;
        --typo-soft-rise: 8px;
        --typo-focus-dim: 0.84;
        --typo-word-stagger: 0s;
        --typo-heading-track-start: -0.01em;
        --typo-heading-track-end: -0.03em;
      }
      .typo-display,
      .typo-editorial,
      .typo-body,
      .typo-label {
        transition-duration: 0.64s;
      }
      .typo-display {
        --heading-parallax-y: 0px !important;
      }
      .h2,
      .projects-ledger-title,
      .menu-panel-title,
      .project-detail-title,
      .project-detail-card h3,
      .mission-heading,
      .why-title,
      .founder-name,
      .cta-title {
        letter-spacing: -0.03em;
      }
      .section[data-reading-active="false"] .typo-focus.typo-revealed,
      .project-detail-page[data-reading-active="false"] .typo-focus.typo-revealed {
        opacity: 1;
      }
      .vg-location-seo__item { padding: 22px 20px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html,
      html:focus-within {
        scroll-behavior: auto !important;
      }
      *,
      *::before,
      *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
      }
      .reveal-up,
      .reveal-left,
      .gal-hidden,
      .gal-visible {
        opacity: 1 !important;
        transform: none !important;
      }
      .loader::after,
      .loader-scanline,
      .hero-scroll-hint__line::after {
        animation: none !important;
      }
      .typo-display,
      .typo-editorial,
      .typo-body,
      .typo-label,
      .type-line-inner,
      .type-word,
      .luxury-word {
        transition: none !important;
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
      }
      .btn-primary::after {
        display: none !important;
      }
      .why-window-layer,
      .why-window-layer-inner,
      .why-window-warm-glow {
        animation: none !important;
        transform: none !important;
      }
      .cta-word-core {
        transition: none !important;
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
      }
      .cta-shard {
        animation: none !important;
        opacity: 0 !important;
      }
    }
    @media (max-width: 1200px) {
      .site-header { padding-inline: clamp(14px, 3vw, 32px); }
      .why-grid { gap: clamp(26px, 5vw, 70px); }
      .image-gallery-strip { height: 360px; }
    }
    @media (max-width: 1024px) {
      .about-grid { grid-template-columns: 1fr; }
      .about-left { position: static; }
      .vg-location-seo__head { grid-template-columns: 1fr; align-items: start; }
      .vg-location-seo__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .vg-proof__head { grid-template-columns: 1fr; align-items: start; }
      .vg-proof__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .why-grid { grid-template-columns: 1fr; }
      .why-windows-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .why-window:nth-child(2),
      .why-window:nth-child(5) { transform: none; }
      .founder-grid { grid-template-columns: 1fr; }
      .mission-grid { grid-template-columns: 1fr; }
      .mission-block:first-child { border-right: 0; border-bottom: 1px solid color-mix(in oklch, var(--text-dark) 12%, transparent); }
      .project-featured { aspect-ratio: 16 / 10; }
      .cta-title { font-size: clamp(2rem, 7vw, 4.2rem); }
      .h2 { font-size: clamp(2rem, 5.5vw, 4.2rem); }
      .image-gallery-strip { height: 340px; }
      #projectDetailBg { background-size: cover !important; }
      .project-detail-about .container { grid-template-columns: 1fr; gap: 24px; }
      .project-detail-summary { max-width: 28ch; }
      .hero-stack,
      .hero-scene {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      :root { --section-pad-x: clamp(16px, 5vw, 24px); --section-pad-y: clamp(58px, 10vw, 88px); }
      .site-header .container { grid-template-columns: auto 1fr auto; }
      .brand { justify-self: start; }
      .header-cta { grid-column: unset; justify-self: end; }
      .header-cta.btn-primary {
        width: auto;
        padding: 8px 14px;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
      }
      .project-featured { aspect-ratio: 4 / 3; }
      .why-stats, .auto-grid { grid-template-columns: 1fr; }
      .why-windows-grid { grid-template-columns: 1fr; gap: 18px; }
      .why-window { --window-height: clamp(240px, 72vw, 336px); }
      .why-window-copy { padding: 18px; }
      .why-window-copy-inner { max-width: 21ch; }
      .image-gallery-strip { height: 300px; overflow-x: auto; scroll-snap-type: x mandatory; }
      .image-gallery-item { flex: 0 0 min(74vw, 320px); scroll-snap-align: center; }
      .image-gallery-item:hover { flex: 0 0 min(74vw, 320px); }
      .project-detail-title { font-size: clamp(2.7rem, 15vw, 4.9rem); line-height: 0.94; margin-bottom: 18px; }
      .project-detail-summary { font-size: clamp(1.05rem, 5.4vw, 1.75rem); max-width: 14ch; }
      .project-detail-card { margin-top: 24px; padding: 24px 18px; }
      .project-detail-card h3 { font-size: clamp(1.7rem, 8vw, 2.5rem); }
      .project-detail-placeholder { font-size: 0.98rem; line-height: 1.75; }
      .project-detail-about { padding-top: 54px; }
      .vg-location-seo__grid { grid-template-columns: 1fr; }
      .vg-proof__grid { grid-template-columns: 1fr; }
      .vg-proof__note { align-items: flex-start; flex-direction: column; }
      .why-stat { padding: 24px 18px; }
      .why-title { max-width: none; font-size: clamp(2.8rem, 13vw, 5rem); line-height: 0.9; }
      .why-intro .copy { max-width: 38ch; }
      .why-window { --window-height: clamp(250px, 42vw, 336px); }
      .why-window-copy-inner { max-width: 20ch; }
      .founder-badge { bottom: 12px; right: 12px; padding: 10px 12px; }
      form input, form textarea { font-size: 16px; }
      .footer .container { flex-direction: column; align-items: flex-start; }
      .footer-meta { justify-items: start; }
      .footer-nav { flex-wrap: wrap; row-gap: 10px; }
      .to-start { right: max(16px, env(safe-area-inset-right, 0px)); bottom: calc(130px + env(safe-area-inset-bottom, 0px)); }
      .chat-fab { right: max(16px, env(safe-area-inset-right, 0px)); bottom: calc(18px + env(safe-area-inset-bottom, 0px)); }
      .ai-fab { right: max(16px, env(safe-area-inset-right, 0px)); bottom: calc(74px + env(safe-area-inset-bottom, 0px)); }
      .chat-actions { right: calc(max(16px, env(safe-area-inset-right, 0px)) + 64px); bottom: calc(18px + env(safe-area-inset-bottom, 0px)); }
      body.sticky-strip-visible .chat-fab,
      body.sticky-strip-visible .chat-actions {
        bottom: calc(92px + env(safe-area-inset-bottom, 0px));
      }
      body.sticky-strip-visible .ai-fab {
        bottom: calc(148px + env(safe-area-inset-bottom, 0px));
      }
      body.sticky-strip-visible .to-start {
        bottom: calc(204px + env(safe-area-inset-bottom, 0px));
      }
      body.sticky-strip-visible .footer {
        padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
      }
      .back-home {
        left: max(14px, env(safe-area-inset-left, 0px));
        top: calc(88px + env(safe-area-inset-top, 0px));
        width: 46px;
        height: 46px;
      }
      body:not([data-default-route="home"]) .about,
      body:not([data-default-route="home"]) .impact,
      body:not([data-default-route="home"]) .vg-guide-page,
      body:not([data-default-route="home"]) .vg-faq {
        padding-top: calc(var(--section-pad-y) + 54px);
      }
    }
    @media (max-width: 768px) {
      .hero {
        height: 300vh;
      }
      .hero::before,
      .hero-grain {
        display: none;
      }
      .hero-scene-layout {
        top: calc(132px + env(safe-area-inset-top, 0px));
        right: max(16px, env(safe-area-inset-right, 0px));
        bottom: calc(80px + env(safe-area-inset-bottom, 0px));
        left: max(16px, env(safe-area-inset-left, 0px));
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto auto;
        gap: 10px;
      }
      .hero-scene-text-main {
        grid-column: 1;
        grid-row: 3;
        width: fit-content;
        max-width: min(100%, 430px);
        min-height: clamp(88px, 16vh, 120px);
        padding: 14px;
        gap: 8px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
      .hero-scene-title {
        max-width: 10.5ch;
        font-size: clamp(1.32rem, 7vw, 2.02rem);
        line-height: 0.98;
      }
      .hero-scene-copy {
        max-width: 36ch;
        font-size: 0.78rem;
        line-height: 1.6;
      }
      .hero-scene-proof {
        gap: 4px 10px;
        margin-top: 10px;
        font-size: 0.56rem;
        letter-spacing: 0.1em;
      }
      .hero-scene-action {
        margin-top: 10px;
        font-size: 0.58rem;
        letter-spacing: 0.14em;
      }
      .hero-scene-footer-strip {
        max-width: 34ch;
        font-size: 0.52rem;
        letter-spacing: 0.1em;
      }
      .hero-scene-text-side {
        grid-column: 1;
        grid-row: 4;
        min-height: 58px;
        padding: 14px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
      .hero-scene-side-value {
        font-size: 1.12rem;
      }
      .why-intro { gap: 14px; }
      .why-title { font-size: clamp(2.5rem, 12vw, 4.5rem); }
      .why-window-title { font-size: 1.05rem; }
      .why-window-text { font-size: 0.8rem; }
      .hero-blueprint svg {
        width: 95%;
        height: 95%;
      }
      .hero-blueprint .hero-draw-mobile-hide {
        display: none;
      }
      .hero-media-badge {
        letter-spacing: 0.14em;
      }
    }
    @media (max-width: 480px) {
      .brand-mark { width: 32px; height: 32px; }
      .brand-image { width: clamp(102px, 29vw, 124px); }
      .brand-word { font-size: 0.65rem; letter-spacing: 0.14em; }
      .btn-primary { padding: 14px 18px; letter-spacing: 0.18em; font-size: 0.65rem; }
      .header-cta.btn-primary { padding: 7px 11px; font-size: 0.62rem; letter-spacing: 0.06em; }
      .h2 { font-size: clamp(1.7rem, 9vw, 2.6rem); line-height: 1.08; }
      .copy { font-size: 0.95rem; line-height: 1.7; }
      .project-content { padding: 16px; }
      .project-detail-summary { font-size: 1rem; max-width: 13ch; }
      .project-detail-card { padding: 20px 16px; }
    }
    @media (max-height: 760px) and (orientation: landscape) {
      .site-header .container { gap: 10px; }
    }
    @media (max-width: 980px) {
      .hero-topbar-inner {
        width: min(96vw, 1480px);
      }
    }
    @media (max-width: 720px) {
      .hero-topbar {
        top: 18px;
      }
      .hero-topbar-inner {
        align-items: flex-start;
        gap: 14px;
        flex-direction: column;
      }
      .hero-nav {
        gap: 1rem;
        flex-wrap: wrap;
      }
      .hero-stack {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
      }
      .hero-scene-layout {
        top: calc(138px + env(safe-area-inset-top, 0px));
      }
      .hero-media-badge {
        left: 1rem;
        bottom: 1rem;
        font-size: 0.72rem;
      }
    }
    @media (max-width: 560px) {
      .hero {
        height: 300vh;
      }
      .hero-scene-layout {
        top: calc(126px + env(safe-area-inset-top, 0px));
        right: max(16px, env(safe-area-inset-right, 0px));
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        left: max(16px, env(safe-area-inset-left, 0px));
      }
      .hero-scene-text-main,
      .hero-scene-text-side {
        border-radius: 6px;
      }
      .hero-blueprint svg {
        width: 98%;
        height: 98%;
      }
      .hero-blueprint .hero-draw {
        stroke-width: 1.08;
      }
      .hero-blueprint .hero-draw-secondary {
        stroke-width: 0.56;
      }
      .hero-media-badge {
        max-width: calc(100% - 7rem);
        padding: 0.68rem 0.76rem;
        font-size: 0.65rem;
      }
    }
    @media (max-width: 768px) {
      .hero.is-vertical-hero {
        height: auto;
        min-height: 0;
        overflow: visible;
      }
      .hero.is-vertical-hero .hero-pin {
        position: relative;
        height: auto;
        min-height: 0;
        overflow: visible;
      }
      .hero.is-vertical-hero .hero-stack {
        display: block;
        height: auto;
        min-height: 0;
        overflow: visible;
      }
      .hero.is-vertical-hero .hero-stack .hero-scene {
        position: relative;
        inset: auto;
        min-height: 100vh;
        min-height: 100svh;
        height: 100vh;
        height: 100svh;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        will-change: auto;
        overflow: hidden;
      }
      .hero.is-vertical-hero .hero-progress,
      .hero.is-vertical-hero .hero-scroll-hint {
        display: none;
      }
      .hero.is-vertical-hero .hero-stack .hero-scene::after {
        display: none;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }
      .hero-media,
      .hero-stack,
      .hero-scene {
        transition: none !important;
      }
    }

    /* Navbar glass overrides */
    .site-header {
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border-bottom: 0;
      isolation: isolate;
    }
    .site-header::before {
      content: none;
    }
    .site-header.scrolled {
      background: transparent;
      border-bottom: 0;
      box-shadow: none;
    }
    .site-header .container {
      position: relative;
      z-index: 1;
      min-height: 62px;
      padding: 6px 8px;
      border: 1px solid color-mix(in oklch, var(--cream) 12%, transparent);
      border-radius: 999px;
      background: color-mix(in oklch, var(--navy-deep) 54%, transparent);
      box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    }
    .site-header.scrolled .container {
      background: color-mix(in oklch, var(--navy-deep) 72%, transparent);
      border-color: color-mix(in oklch, var(--gold) 22%, transparent);
      box-shadow:
        0 14px 42px rgba(0, 0, 0, 0.26),
        0 0 0 1px color-mix(in oklch, var(--gold) 8%, transparent);
      backdrop-filter: blur(22px) saturate(140%);
      -webkit-backdrop-filter: blur(22px) saturate(140%);
      transform: scale(0.985);
      transform-origin: top center;
    }
    body.menu-open .site-header .container {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }
    body.menu-open .header-cta,
    body.menu-open .brand {
      opacity: 0;
      pointer-events: none;
    }
    .brand,
    .brand-word,
    .menu-toggle,
    .header-cta,
    .menu-list a {
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    }
    .brand,
    .brand-word {
      color: color-mix(in oklch, var(--peach) 88%, var(--cream) 12%);
      text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28), 0 0 18px rgba(244, 176, 143, 0.16);
    }
    .menu-toggle {
      min-width: 48px;
      width: auto;
      height: 48px;
      border-radius: 999px;
      background: color-mix(in oklch, var(--navy-deep) 36%, transparent);
      border-color: color-mix(in oklch, var(--gold) 24%, transparent);
      box-shadow: none;
      color: color-mix(in oklch, var(--gold) 76%, var(--cream) 24%);
    }
    .site-header.scrolled .menu-toggle {
      background: color-mix(in oklch, var(--navy-deep) 52%, transparent);
      border-color: color-mix(in oklch, var(--gold) 26%, transparent);
    }
    .menu-toggle:hover {
      background: color-mix(in oklch, var(--accent-interactive) 12%, var(--navy-deep) 88%);
      border-color: color-mix(in oklch, var(--brand-accent) 24%, transparent);
      box-shadow: inset 0 1px 0 color-mix(in oklch, var(--cream) 12%, transparent);
    }
    body.menu-open .menu-toggle {
      background: color-mix(in oklch, var(--accent-interactive) 14%, var(--navy-deep) 86%);
      border-color: color-mix(in oklch, var(--brand-accent) 22%, transparent);
      box-shadow:
        inset 0 1px 0 color-mix(in oklch, var(--cream) 12%, transparent),
        0 6px 18px rgba(0, 0, 0, 0.12);
    }
    .header-cta.btn-primary {
      min-height: 46px;
      padding: 0 28px;
      border-radius: 999px;
      border-color: color-mix(in oklch, var(--cream) 12%, transparent);
      background: linear-gradient(180deg, color-mix(in oklch, var(--gold) 88%, var(--cream) 12%), color-mix(in oklch, var(--gold) 78%, var(--navy-deep) 22%));
      color: var(--navy-deep);
      letter-spacing: 0.24em;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 10px 24px rgba(0, 0, 0, 0.12);
    }
    .header-cta.btn-primary:hover {
      background: linear-gradient(180deg, color-mix(in oklch, var(--gold) 86%, var(--brand-accent) 14%), color-mix(in oklch, var(--gold) 76%, var(--navy-deep) 24%));
      border-color: color-mix(in oklch, var(--brand-accent) 22%, transparent);
      transform: translateY(-1px);
    }
    .menu-list a {
      overflow: hidden;
    }
    .menu-list a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 12px;
      width: 84px;
      height: 1px;
      background: linear-gradient(90deg, color-mix(in oklch, var(--gold) 88%, var(--cream) 12%), color-mix(in oklch, var(--gold) 40%, transparent));
      transform: scaleX(0);
      transform-origin: left center;
      opacity: 0.92;
      transition: transform 0.44s cubic-bezier(0.22,1,0.36,1), opacity 0.28s ease;
      pointer-events: none;
    }
    .menu-list a:hover::after,
    .menu-list a:focus-visible::after,
    .menu-list a.is-active::after {
      transform: scaleX(1);
      opacity: 1;
    }
    .menu-list a:hover,
    .menu-list a:focus-visible {
      color: color-mix(in oklch, var(--gold) 88%, var(--cream) 12%);
    }
    @media (max-width: 768px) {
      .site-header .container {
        border-radius: var(--radius-lg);
        min-height: 56px;
        padding: 5px;
      }
      .menu-toggle,
      .header-cta.btn-primary {
        border-radius: var(--radius-md);
      }
      .header-cta.btn-primary { padding-inline: 13px; }
      .menu-toggle-text { display: none; }
    }

    /* Header/menu stabilization: keep current look, make final cascade explicit */
    .site-header {
      padding: clamp(10px, 1.2vw, 16px) var(--section-pad-x);
    }
    .site-header .container {
      min-height: 62px;
      padding: 6px 8px;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
    }
    .site-header.scrolled {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    body.menu-open .site-header {
      z-index: 260;
    }
    body.menu-open .site-header .container {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
      transform: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }
    body.menu-open .brand,
    body.menu-open .header-cta {
      opacity: 0;
      pointer-events: none;
    }
    body.menu-open .menu-toggle {
      position: fixed;
      top: clamp(18px, 3vw, 34px);
      left: var(--section-pad-x);
      z-index: 261;
    }
    .menu-overlay {
      z-index: 220;
    }
    .menu-panel {
      margin: 0;
      min-height: 78vh;
      max-height: min(92vh, 820px);
      grid-template-columns: minmax(420px, 1.05fr) minmax(460px, 0.95fr);
      overflow: hidden;
    }
    .menu-panel-nav,
    .menu-panel-brand {
      min-height: 78vh;
      max-height: min(92vh, 820px);
    }
    .menu-panel-nav {
      align-items: flex-start;
      justify-content: flex-start;
      padding: clamp(96px, 8vw, 128px) clamp(40px, 6vw, 92px) clamp(36px, 3.4vw, 52px);
      overflow-y: auto;
    }
    .menu-panel-brand {
      justify-content: flex-start;
      padding: clamp(96px, 8vw, 128px) clamp(40px, 6.4vw, 88px) clamp(36px, 3.6vw, 52px);
    }
    .menu-list {
      width: min(100%, 540px);
      gap: clamp(8px, 1vw, 12px);
    }
    .menu-list a {
      display: block;
      padding: 13px 0;
      overflow: hidden;
    }
    .menu-panel-brand-footer {
      margin-top: auto;
    }
    @media (max-width: 1024px) and (min-width: 769px) {
      .menu-panel {
        grid-template-columns: minmax(340px, 1fr) minmax(360px, 1fr);
      }
    }
    @media (max-width: 768px) {
      .site-header {
        padding-top: calc(10px + env(safe-area-inset-top, 0px));
        padding-left: max(12px, env(safe-area-inset-left, 0px));
        padding-right: max(12px, env(safe-area-inset-right, 0px));
      }
      .site-header .container {
        min-height: 56px;
        grid-template-columns: auto 1fr auto;
      }
      body.menu-open .menu-toggle {
        top: calc(12px + env(safe-area-inset-top, 0px));
        left: max(12px, env(safe-area-inset-left, 0px));
      }
      .menu-panel {
        position: absolute;
        inset: 0;
        grid-template-columns: 1fr;
        min-height: 100vh;
        min-height: 100dvh;
        max-height: none;
        border-radius: 0;
      }
      .menu-panel-nav {
        min-height: 100vh;
        min-height: 100dvh;
        max-height: none;
        padding:
          calc(86px + env(safe-area-inset-top, 0px))
          max(24px, env(safe-area-inset-right, 0px))
          calc(36px + env(safe-area-inset-bottom, 0px))
          max(24px, env(safe-area-inset-left, 0px));
      }
      .menu-list {
        width: 100%;
        margin-top: clamp(36px, 7vh, 70px);
      }
      .menu-list a {
        padding: 11px 0;
      }
    }
    /* === REFINED COLOR AND LIGHTING SYSTEM === */
    .ledger-entry:hover .ledger-entry-media::after,
    .hero-media-link:hover::after,
    .image-gallery-item:hover::after {
      opacity: 1;
    }
    .ledger-entry-media::after,
    .hero-media-link::after,
    .image-gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--coral-wash);
      opacity: 0;
      pointer-events: none;
      mix-blend-mode: soft-light;
      transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
      z-index: 3;
    }
    input.is-error,
    textarea.is-error {
      border-color: var(--feedback-error) !important;
      box-shadow: 0 0 0 3px var(--feedback-error-glow);
    }
    .form-error-message {
      color: var(--feedback-error);
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      margin-top: 6px;
      opacity: 0.92;
    }
    .ct3-success {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      padding: clamp(32px, 5vw, 56px) 0;
    }
    .ct3-success-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid var(--feedback-success-glow);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--feedback-success);
      font-size: 18px;
    }
    .ct3-success-title {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.5rem, 3vw, 2.4rem);
      font-weight: 400;
      color: var(--text-dark);
      margin: 0;
      line-height: 1.1;
    }
    .ct3-success-body {
      font-size: 0.95rem;
      line-height: 1.8;
      color: var(--text-on-contrast-body);
      max-width: 40ch;
      margin: 0;
    }
    .cursor-dot {
      position: fixed;
      top: 0;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--brand-accent);
      pointer-events: none;
      z-index: 9998;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 200ms ease, width 280ms cubic-bezier(0.22, 1, 0.36, 1), height 280ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: transform, opacity;
      mix-blend-mode: difference;
    }
    .ambient-glow {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      pointer-events: none;
      z-index: 1;
      opacity: 0;
      background: radial-gradient(
        600px circle at var(--glow-x, 50%) var(--glow-y, 50%),
        color-mix(in oklch, var(--brand-secondary) 5%, transparent) 0%,
        color-mix(in oklch, var(--brand-secondary) 2%, transparent) 40%,
        transparent 70%
      );
      transition: opacity 400ms ease;
      will-change: background;
      mix-blend-mode: screen;
    }
    @media (hover: hover) and (pointer: fine) {
      .cursor-dot {
        opacity: 0.85;
      }
      body.ambient-glow-active .ambient-glow {
        opacity: 1;
      }
    }
    @media (hover: none), (pointer: coarse) {
      .cursor-dot,
      .ambient-glow {
        display: none !important;
      }
    }
    @keyframes goldBreathe {
      0%, 100% {
        box-shadow: 0 0 20px var(--gold-glow-soft), 0 8px 24px rgba(8, 14, 32, 0.18);
      }
      50% {
        box-shadow: 0 0 28px var(--gold-glow), 0 8px 24px rgba(8, 14, 32, 0.18);
      }
    }
    .btn-primary:hover,
    .header-cta.btn-primary:hover {
      animation: goldBreathe 1.5s ease-in-out infinite;
    }
    body {
      transition: background-color 1800ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    body[data-section="hero"] {
      background-color: var(--brand-bg);
    }
    body[data-section="about"] {
      background-color: var(--brand-bg);
    }
    body[data-section="why"] {
      background-color: var(--cream);
    }
    body[data-section="projects"] {
      background-color: color-mix(in oklch, var(--brand-bg) 97%, #2A1A4E 3%);
    }
    body[data-section="services"] {
      background-color: color-mix(in oklch, var(--brand-bg) 98%, #2A1A4E 2%);
    }
    body[data-section="impact"] {
      background-color: color-mix(in oklch, var(--brand-bg) 97%, #3A1E42 3%);
    }
    body[data-section="founder"] {
      background-color: color-mix(in oklch, var(--brand-bg) 96%, #3A1E42 4%);
    }
    body[data-section="cta"] {
      background-color: color-mix(in oklch, var(--brand-bg) 98%, var(--brand-accent) 2%);
    }
    body[data-section="contact"] {
      background-color: var(--brand-bg);
    }
    body[data-section="project-detail"] {
      background-color: color-mix(in oklch, var(--brand-bg) 97%, #2A1A4E 3%);
    }
    html body {
      transition: background-color 1800ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms ease;
    }
    .label {
      font-weight: 500;
      letter-spacing: 0.32em;
    }
    .ledger-entry-ref,
    .ledger-entry-year,
    .ledger-entry-area {
      font-weight: 500;
    }
    @media (prefers-reduced-motion: reduce) {
      .cursor-dot,
      .ambient-glow {
        display: none !important;
      }
      .btn-primary:hover,
      .header-cta.btn-primary:hover,
      .magnetic:hover {
        animation: none;
        box-shadow: 0 0 20px var(--gold-glow-soft), 0 8px 24px rgba(8, 14, 32, 0.18);
      }
      body,
      html body {
        transition: none;
      }
    }

.why-rs { --gold: color-mix(in oklch, var(--accent-premium) 76%, var(--brand-accent) 8%, white 16%); background: radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.72), transparent 30%), linear-gradient(180deg, #fffbf3 0%, #f7efe2 55%, #fffaf2 100%); color: var(--text-on-contrast); position: relative; overflow: hidden; }
    .why-rs::before { content:""; position:absolute; inset:0; pointer-events:none; z-index:0; opacity: 0.58; background-image: linear-gradient(to right, color-mix(in oklch, var(--navy-deep) 6%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in oklch, var(--navy-deep) 6%, transparent) 1px, transparent 1px), linear-gradient(to right, color-mix(in oklch, var(--gold) 5.5%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in oklch, var(--gold) 5.5%, transparent) 1px, transparent 1px), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E"); background-size: 64px 64px, 64px 64px, 16px 16px, 16px 16px, 180px 180px; background-blend-mode: normal, normal, normal, normal, multiply; }
    .why-rs__sticky-inner { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 640px; height: 100vh; height: 100svh; padding-top: clamp(56px, 8vh, 88px); box-sizing: border-box; }
    .why-rs__header { padding: 0 var(--section-pad-x) clamp(14px, 2.2vh, 24px); }
    .why-rs .label { color: color-mix(in oklch, var(--navy-deep) 58%, transparent); }
    .why-rs .label::before { background: color-mix(in oklch, var(--gold) 46%, transparent); }
    .why-rs #why-rs-heading { font-size: clamp(2.35rem, 5vw, 4.85rem); line-height: 1.05; margin-bottom: 0; color: var(--text-on-contrast); text-wrap: initial; }
    .why-rs__canvas { flex: 1; display: grid; grid-template-columns: minmax(0, 46fr) minmax(390px, 54fr); align-items: stretch; min-height: 0; padding: 0 var(--section-pad-x) clamp(20px, 3vh, 32px); gap: clamp(32px, 5vw, 84px); }
    .why-rs__building-col { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 0; isolation: isolate; }
    .why-rs__building-col::before {
      content: "";
      position: absolute;
      left: 16%;
      right: 11%;
      bottom: clamp(8px, 3vh, 28px);
      height: clamp(28px, 6vh, 58px);
      pointer-events: none;
      z-index: 0;
      background: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.24) 40%, transparent 74%);
      filter: blur(13px);
      opacity: 0.92;
    }
    .why-rs__building-col::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 2;
      background: radial-gradient(ellipse 46% 54% at 48% 38%, rgba(255, 244, 218, 0.08), transparent 58%), radial-gradient(ellipse 68% 72% at 48% 56%, transparent 0%, transparent 44%, rgba(196, 144, 70, 0.08) 74%, rgba(0, 0, 0, 0.32) 100%);
    }
    #why-rs-svg { position: relative; z-index: 1; width: min(102%, 650px); height: 100%; max-height: calc(100vh - 168px); overflow: visible; transform: translateY(10px) scale(1.08); transform-origin: 50% 92%; filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 22px rgba(196, 144, 70, 0.14)); }
    #why-rs-particles { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0.16; mix-blend-mode: multiply; }
    .why-rs-paper-fiber { mix-blend-mode: screen; opacity: 0.04; }
    .why-rs-sun-wash { mix-blend-mode: screen; opacity: 0.08; }
    .why-rs-facade-fill { fill: url(#why-facade-real); opacity: 0.72; }
    .why-rs-side-plane { fill: url(#why-side-plane); opacity: 0.5; }
    .why-rs-roof-fill { fill: url(#why-roof-wash); opacity: 0.5; }
    .why-rs-plinth-fill { fill: url(#why-plinth-real); opacity: 0.76; }
    .why-rs-slab-depth { fill: color-mix(in oklch, var(--gold) 24%, black 76%); opacity: 0.32; }
    .why-rs-glass-shine { fill: url(#why-glass-shine); mix-blend-mode: screen; opacity: 0.14; pointer-events: none; }
    .why-rs-lived-shadow { fill: url(#why-window-inner-shadow); opacity: 0.2; pointer-events: none; }
    .why-rs-material-hints { stroke: color-mix(in oklch, var(--gold) 36%, var(--navy-deep) 64%); opacity: 0.13; vector-effect: non-scaling-stroke; }
    .why-rs-human-scale { stroke: color-mix(in oklch, var(--gold) 64%, var(--cream) 36%); fill: none; opacity: 0.5; vector-effect: non-scaling-stroke; }
    .why-rs-sheet-border,
    .why-rs-sheet-fold,
    .why-rs-title-block,
    .why-rs-title-block text { stroke: color-mix(in oklch, var(--gold) 34%, var(--navy-deep) 66%); opacity: 0.34; vector-effect: non-scaling-stroke; }
    .why-rs-sheet-fold { opacity: 0.16; }
    .why-rs-title-block text { fill: color-mix(in oklch, var(--gold) 70%, var(--cream) 30%); stroke: none; font-family: "Satoshi", "Supreme", sans-serif; letter-spacing: 0.9px; }
    .why-rs-sheet-border,
    .why-rs-title-block { opacity: 0.22; }
    .why-rs-perspective-fill { fill: url(#why-perspective-side); opacity: 0.3; }
    .why-rs-perspective-lines { stroke: color-mix(in oklch, var(--gold) 46%, var(--navy-deep) 54%); opacity: 0.22; vector-effect: non-scaling-stroke; }
    .why-rs-stage-complete { fill: url(#why-stage-complete); opacity: 0.28; mix-blend-mode: multiply; }
    .why-rs-stage-skeleton { fill: url(#why-stage-skeleton); opacity: 0.18; mix-blend-mode: multiply; }
    .why-rs-window-warm { fill: url(#why-window-warm); opacity: 0; mix-blend-mode: multiply; pointer-events: none; }
    .why-rs-roofline-fill { fill: url(#why-roofline-real); opacity: 0.42; }
    .why-rs-entry-portal { fill: url(#why-entry-portal); opacity: 0.82; stroke: color-mix(in oklch, var(--gold) 46%, var(--navy-deep) 54%); stroke-width: 0.9; vector-effect: non-scaling-stroke; }
    .why-rs-entry-glow { fill: url(#why-entry-glow); opacity: 0.34; mix-blend-mode: multiply; pointer-events: none; }
    .why-rs-entry-screen { stroke: color-mix(in oklch, var(--gold) 74%, white 26%); opacity: 0.58; vector-effect: non-scaling-stroke; }
    .why-rs-cast-shadow { fill: url(#why-cast-shadow); opacity: 0.5; mix-blend-mode: multiply; }
    .why-rs-terrace-detail,
    .why-rs-blueprint-callout { stroke: color-mix(in oklch, var(--gold) 58%, var(--navy-deep) 42%); fill: none; opacity: 0.34; vector-effect: non-scaling-stroke; }
    .why-rs-blueprint-callout text { fill: color-mix(in oklch, var(--gold) 70%, var(--cream) 30%); stroke: none; font-family: "Satoshi", "Supreme", sans-serif; font-size: 6.2px; letter-spacing: 1.2px; }
    .why-rs-landscape { stroke: color-mix(in oklch, var(--gold) 66%, var(--cream) 34%); fill: none; opacity: 0.5; vector-effect: non-scaling-stroke; }
    .why-rs-landscape-fill { fill: url(#why-landscape-fill); opacity: 0.34; stroke: none; }
    #why-rs-svg .why-rs-el,
    #why-rs-svg .why-rs-el line,
    #why-rs-svg .why-rs-el rect,
    #why-rs-svg .why-rs-el path,
    #why-rs-svg .why-rs-el polyline,
    #why-rs-svg .why-rs-slab,
    #why-rs-svg .why-rs-col,
    #why-rs-svg .why-rs-soffit,
    #why-rs-svg .why-rs-pipe-bracket,
    #why-rs-svg .why-rs-floor-tick {
      stroke: color-mix(in oklch, var(--gold) 84%, var(--cream) 16%);
      vector-effect: non-scaling-stroke;
    }
    .why-rs-struct-grid {
      stroke: color-mix(in oklch, var(--gold) 70%, var(--cream) 30%);
      opacity: 0.2;
    }
    .why-rs-wins .why-rs-reveal-shadow {
      fill: url(#why-window-inner-shadow);
    }
    .why-rs-wins rect:not(.why-rs-reveal-shadow) {
      fill: url(#why-window-glass);
      stroke: color-mix(in oklch, var(--gold) 72%, var(--cream) 28%);
    }
    .why-rs-wins line {
      stroke: color-mix(in oklch, var(--gold) 54%, white 46%);
    }
    #why-rs-ground,
    #why-rs-found {
      stroke-width: 2;
    }
    #why-rs-roof,
    #why-rs-parapet {
      stroke-width: 1.7;
    }
    .why-rs-crane { opacity: 0; transform-box: view-box; transform-origin: 488px 148px; animation: why-rs-sway 9s cubic-bezier(0.32, 0.72, 0, 1) infinite; will-change: transform, opacity; }
    .why-rs-cable,
    .why-rs-hook { will-change: transform; }
    .why-rs-scaffold { opacity: 1; }
    .why-rs-annotations { pointer-events: none; }
    .why-rs-glow.is-pulsing { animation: why-rs-pulse 2.8s ease-in-out infinite; }
    @keyframes why-rs-sway {
      0%, 100% { transform: rotate(-1.8deg); transform-origin: 488px 148px; }
      50% { transform: rotate(1.8deg); transform-origin: 488px 148px; }
    }
    @keyframes why-rs-pulse {
      0%, 100% { opacity: 0.05; }
      50% { opacity: 0.14; }
    }
    .why-rs-line-glow { filter: blur(5px); opacity: 0.055; pointer-events: none; }
    .why-rs-anno { pointer-events: none; }
    .why-rs-glow { fill: color-mix(in oklch, var(--gold) 62%, white 38%); mix-blend-mode: multiply; pointer-events: none; transition: opacity 0.5s cubic-bezier(0.32, 0.72, 0, 1); }
    .why-rs__content-col { position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 100%; height: 100%; padding-right: 28px; overflow: visible; }
    .why-rs__stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; width: min(100%, 620px); margin-bottom: clamp(20px, 3vh, 32px); }
    .why-rs__stat { min-width: 0; padding: 14px 14px 13px; border: 1px solid color-mix(in oklch, var(--gold) 32%, transparent); background: linear-gradient(180deg, rgba(255, 252, 246, 0.88), rgba(247, 240, 229, 0.54)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86); }
    .why-rs__stat-num { display: block; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1; color: var(--gold); margin-bottom: 6px; }
    .why-rs__stat-label { display: block; font-size: 0.75rem; line-height: 1.35; letter-spacing: 0.18em; text-transform: uppercase; color: color-mix(in oklch, var(--navy-deep) 62%, transparent); }
    .why-rs__reasons { position: relative; width: min(100%, 620px); height: clamp(220px, 32vh, 310px); list-style: none; padding: 0; margin: 0; }
    .why-rs__reason { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-start; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.55s var(--ease-spring), transform 0.55s var(--ease-spring), visibility 0.55s; pointer-events: none; }
    .why-rs__reason.is-active { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
    .why-rs__rule { display: block; width: 28px; height: 1px; background: var(--gold); margin-bottom: 16px; flex-shrink: 0; }
    .why-rs__num { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(2.45rem, 4.2vw, 4.8rem); font-weight: 400; line-height: 0.95; color: var(--gold); opacity: 0.76; margin: 0 0 12px; letter-spacing: -0.025em; }
    .why-rs__heading { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.35rem, 2vw, 2.15rem); font-weight: 400; color: var(--text-on-contrast); margin: 0 0 12px; letter-spacing: -0.015em; line-height: 1.13; }
    .why-rs__body { font-family: "Satoshi", "Supreme", sans-serif; font-size: clamp(0.9rem, 1.02vw, 1rem); line-height: 1.75; color: color-mix(in oklch, var(--navy-deep) 66%, transparent); margin: 0; max-width: 38ch; }
    .why-rs__dots { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; list-style: none; }
    .why-rs__dot { display: block; width: 5px; height: 5px; border-radius: 50%; background: color-mix(in oklch, var(--gold) 22%, transparent); transition: background 0.35s ease, transform 0.35s ease; flex-shrink: 0; }
    .why-rs__dot.is-active { background: var(--gold); transform: scale(1.5); }
    .why-rs-reveal-shadow { pointer-events: none; }
    .why-rs-counter {
      position: absolute;
      top: 96px;
      left: var(--section-pad-x);
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
      opacity: 0;
      transition: opacity 0.6s ease;
    }
    .why-rs-counter.is-visible { opacity: 1; }
    .why-rs-counter__label {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      letter-spacing: 0.35em;
      color: var(--gold);
      opacity: 0.65;
    }
    .why-rs-counter__value {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: var(--gold);
      line-height: 1;
    }
    @keyframes why-rs-lamp-flicker {
      0%,100% { fill-opacity: 0.04; }
      45% { fill-opacity: 0.09; }
      55% { fill-opacity: 0.03; }
      70% { fill-opacity: 0.08; }
    }
    .why-rs-lamp circle:last-child {
      animation: why-rs-lamp-flicker 4.5s ease-in-out infinite;
    }
    @media (min-width: 768px) and (max-height: 760px) {
      .why-rs__sticky-inner { padding-top: 48px; }
      .why-rs #why-rs-heading { font-size: clamp(2.25rem, 4.4vw, 4rem); }
      .why-rs__stats { margin-bottom: 18px; }
      .why-rs__stat { padding: 12px; }
      .why-rs__reasons { height: 220px; }
    }
    @media (min-width: 768px) and (max-width: 1100px) {
      .why-rs__canvas { grid-template-columns: minmax(0, 43fr) minmax(360px, 57fr); gap: 32px; }
      .why-rs__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .why-rs__reasons { height: clamp(240px, 34vh, 320px); }
    }
    @media (max-width: 768px) {
      .why-rs__sticky-inner { height: auto; min-height: 0; padding-top: 80px; padding-bottom: 56px; }
      .why-rs #why-rs-heading { font-size: clamp(2.3rem, 12vw, 3.6rem); }
      .why-rs__canvas { grid-template-columns: 1fr; gap: 22px; padding-bottom: 48px; }
      .why-rs__building-col { height: 44vw; max-height: 260px; padding-right: 0; padding-bottom: 24px; }
      #why-rs-svg { max-height: 260px; transform: translateY(4px) scale(1.015); }
      #why-rs-particles { display: none; }
      .why-rs__content-col { padding-left: 0; padding-right: 0; min-height: 0; height: auto; }
      .why-rs__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 24px; }
      .why-rs__stat { padding: 12px; }
      .why-rs__reasons { display: grid; gap: 14px; height: auto; min-height: 0; }
      .why-rs__reason {
        position: relative;
        inset: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: flex;
        pointer-events: auto;
        padding: 18px;
        border: 1px solid color-mix(in oklch, var(--gold) 24%, transparent);
        background: rgba(255, 252, 246, 0.68);
      }
      .why-rs__reason.is-active { display: flex; }
      .why-rs__rule { margin-bottom: 12px; }
      .why-rs__num { font-size: clamp(2rem, 12vw, 3rem); margin-bottom: 10px; }
      .why-rs__dots { display: none; }
      .why-rs-counter { top: 40px; left: 0; }
      .why-rs .why-rs-el, .why-rs .why-rs-el rect, .why-rs .why-rs-el line, .why-rs .why-rs-el path, .why-rs .why-rs-el polyline { stroke-dashoffset: 0 !important; }
      .why-rs .why-rs-glow { opacity: 0 !important; }
      .why-rs .why-rs-annotations { opacity: 1 !important; }
      .why-rs .why-rs-crane { animation: none; }
    }
    @media (prefers-reduced-motion: reduce) {
      .why-rs-crane,
      .why-rs-glow.is-pulsing { animation: none; }
      #why-rs-particles { display: none; }
      .why-rs-lamp circle:last-child { animation: none; }
    }

h1,
    h2,
    h3,
    h4,
    .h2,
    .menu-panel-title,
    .projects-ledger-title,
    .projects-ledger-title span,
    .project-detail-title,
    .project-detail-card h3,
    .pd-title,
    .pd-story-card h3,
    .project-name,
    .mission-heading,
    .why-title,
    .why-window-title,
    .founder-name,
    .consult-name,
    .cta-title,
    .ct3-heading,
    .why-rs__heading {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-weight: 600;
    }
    /* Expert Team */
    .vg-expert-card {
      border: 1px solid var(--line); background: var(--surface-raised, color-mix(in oklch, var(--navy-deep) 55%, transparent));
      padding: 32px 28px; display: flex; flex-direction: column; gap: 16px;
      transition: border-color 0.3s ease;
    }
    .vg-expert-card:hover { border-color: color-mix(in oklch, var(--gold) 36%, transparent); }
    .vg-expert-card__discipline {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 0.64rem; font-weight: 700; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--gold);
    }
    .vg-expert-card__discipline::before {
      content: ""; width: 20px; height: 1px; background: var(--gold); flex-shrink: 0;
    }
    .vg-expert-card__firm {
      font-family: "Gambetta", "Recia", Georgia, serif; font-size: 1.2rem;
      font-weight: 600; color: var(--cream); line-height: 1.25;
    }
    .vg-expert-card__principal {
      font-size: 0.8rem; color: var(--gold);
      border-left: 2px solid color-mix(in oklch, var(--gold) 38%, transparent);
      padding-left: 12px; line-height: 1.55;
    }
    .vg-expert-card__principal strong { color: var(--cream); font-weight: 600; }
    .vg-expert-card__body { font-size: 0.84rem; line-height: 1.7; color: var(--text-body); }

    /* â”€â”€ EXPERT TEAM (in About) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .vg-expert-team { padding: clamp(48px,7vw,96px) 0 clamp(56px,8vw,100px); background: color-mix(in oklch, var(--navy-deep) 55%, transparent); }
    .vg-expert-team__head { margin-bottom: clamp(32px,4vw,52px); }
    .vg-expert-team__grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(min(100%,300px),1fr));
      gap: clamp(16px,2vw,24px);
    }
    @media (max-width: 640px) { .vg-expert-team__grid { grid-template-columns: 1fr; } }

    /* â”€â”€ EMI CALCULATOR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .emi-calc__inner {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: clamp(40px, 6vw, 96px);
      align-items: center;
      margin-bottom: clamp(48px, 6vw, 80px);
    }
    .emi-calc__copy .h2 { margin-bottom: 20px; }
    .emi-calc__card {
      background: var(--surface-raised);
      border: 1px solid color-mix(in oklch, var(--gold) 22%, transparent);
      padding: clamp(28px, 4vw, 48px);
    }
    .emi-field { margin-bottom: 24px; }
    .emi-label {
      display: block;
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text-meta);
      margin-bottom: 10px;
    }
    .emi-input-wrap {
      display: flex;
      align-items: center;
      gap: 0;
      border: 1px solid var(--line);
      background: var(--surface);
      transition: border-color var(--dur-short) ease;
    }
    .emi-input-wrap:focus-within {
      border-color: color-mix(in oklch, var(--gold) 55%, transparent);
    }
    .emi-prefix, .emi-suffix {
      padding: 0 14px;
      font-size: 0.80rem;
      color: var(--text-meta);
      background: color-mix(in oklch, var(--navy-deep) 60%, transparent);
      height: 48px;
      display: flex;
      align-items: center;
      flex-shrink: 0;
      border-right: 1px solid var(--line);
    }
    .emi-suffix { border-right: none; border-left: 1px solid var(--line); }
    .emi-input {
      flex: 1;
      height: 48px;
      padding: 0 16px;
      background: transparent;
      border: none;
      outline: none;
      color: var(--text-primary);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      min-width: 0;
      -moz-appearance: textfield;
    }
    .emi-input::-webkit-outer-spin-button,
    .emi-input::-webkit-inner-spin-button { -webkit-appearance: none; }
    .emi-divider {
      height: 1px;
      background: color-mix(in oklch, var(--gold) 18%, transparent);
      margin: 28px 0;
    }
    .emi-result__label {
      font-size: 0.65rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--accent-premium);
      margin-bottom: 10px;
    }
    .emi-result__amount {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 500;
      color: var(--cream);
      line-height: 1;
      margin-bottom: 20px;
      letter-spacing: -0.02em;
    }
    .emi-result__stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .emi-stat {
      background: var(--surface);
      border: 1px solid var(--line);
      padding: 14px 16px;
    }
    .emi-stat__label {
      display: block;
      font-size: 0.65rem;
      letter-spacing: 0.20em;
      text-transform: uppercase;
      color: var(--text-meta);
      margin-bottom: 6px;
    }
    .emi-stat__value {
      display: block;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: 1.05rem;
      font-weight: 500;
      color: var(--cream);
    }
    .emi-compare {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 0;
      border: 1px solid var(--line);
    }
    .emi-compare__card {
      padding: clamp(24px, 3vw, 40px);
    }
    .emi-compare__card--rent { background: var(--surface); }
    .emi-compare__card--own {
      background: color-mix(in oklch, var(--gold) 6%, var(--surface) 94%);
    }
    .emi-compare__vs {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 24px;
      font-size: 0.70rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-meta);
      border-left: 1px solid var(--line);
      border-right: 1px solid var(--line);
    }
    .emi-compare__tag {
      display: block;
      font-size: 0.65rem;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .emi-compare__card--rent .emi-compare__tag { color: var(--text-meta); }
    .emi-compare__card--own .emi-compare__tag { color: var(--accent-premium); }
    .emi-compare__amount {
      display: block;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 500;
      color: var(--cream);
      margin-bottom: 10px;
      letter-spacing: -0.02em;
    }
    .emi-compare__note {
      font-size: 0.85rem;
      line-height: 1.7;
      color: var(--text-meta);
      margin: 0;
      max-width: 32ch;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .emi-calc__inner { grid-template-columns: 1fr; }
      .emi-result__stats { grid-template-columns: 1fr; }
      .emi-compare { grid-template-columns: 1fr; }
      .emi-compare__vs {
        padding: 16px;
        border-left: none;
        border-right: none;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
      }
    }

    /* â”€â”€ VG HOMEOWNER STORIES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .vg-stories__head {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 6vw, 96px);
      align-items: center;
      margin-bottom: clamp(48px, 6vw, 72px);
    }
    .vg-stories__cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
    .vg-stories__browse-btn {
      background: transparent;
      color: var(--text-meta);
      border: 1px solid var(--line);
      padding: 14px 28px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      cursor: pointer;
      transition: border-color var(--dur-short) ease, color var(--dur-short) ease;
    }
    .vg-stories__browse-btn:hover { border-color: var(--gold); color: var(--gold); }
    .vg-stories__stats { display: flex; flex-direction: column; gap: 12px; }
    .vg-stat-card {
      background: var(--surface-raised);
      border: 1px solid var(--line);
      padding: 20px 24px;
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .vg-stat-num {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2rem, 3.5vw, 3rem);
      color: var(--gold);
      line-height: 1;
      min-width: 70px;
    }
    .vg-stat-label { font-size: 0.82rem; color: var(--text-meta); line-height: 1.6; }
    .vg-stat-label strong { color: var(--text-primary); font-weight: 600; display: block; }
    .vg-quiz-banner {
      background: color-mix(in oklch, var(--gold) 12%, var(--surface) 88%);
      border: 1px solid color-mix(in oklch, var(--gold) 28%, transparent);
      padding: 16px 24px;
      display: none;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }
    .vg-quiz-banner.show { display: flex; }
    .vg-qb-text { font-size: 0.85rem; color: var(--text-body); line-height: 1.5; }
    .vg-qb-text strong { color: var(--gold); }
    .vg-qb-clear {
      background: transparent;
      color: var(--text-meta);
      border: 1px solid var(--line);
      padding: 8px 16px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      cursor: pointer;
      transition: color var(--dur-short) ease, background-color var(--dur-short) ease, border-color var(--dur-short) ease, transform var(--dur-short) ease, opacity var(--dur-short) ease;
    }
    .vg-qb-clear:hover { color: var(--text-primary); border-color: var(--line-strong); }
    .vg-filters { margin-bottom: 24px; }
    .vg-filters__label {
      font-size: 0.65rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-meta);
      margin-bottom: 14px;
    }
    .vg-filters__row { display: flex; gap: 16px; flex-wrap: wrap; align-items: flex-start; }
    .vg-filter-group { display: flex; flex-direction: column; gap: 6px; }
    .vg-filter-group-label {
      font-size: 0.65rem;
      color: var(--text-meta);
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .vg-chips { display: flex; gap: 6px; flex-wrap: wrap; }
    .vg-chip {
      -webkit-appearance: none;
      appearance: none;
      font-family: "Satoshi", "Supreme", sans-serif;
      padding: 6px 14px;
      border: 1px solid var(--line);
      background: var(--surface);
      font-size: 0.72rem;
      color: var(--text-meta);
      cursor: pointer;
      transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
      white-space: nowrap;
      font-family: "Satoshi", "Supreme", sans-serif;
    }
    .vg-chip:hover { border-color: var(--line-strong); color: var(--text-primary); }
    .vg-chip.active { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); }
    .vg-filter-divider { width: 1px; background: var(--line); margin: 0 4px; align-self: stretch; }
    .vg-results-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      padding-bottom: 16px;
      border-bottom: 1px solid var(--line);
    }
    .vg-results-count { font-size: 0.82rem; color: var(--text-meta); }
    .vg-results-count strong { color: var(--text-primary); }
    .vg-sort-row { display: flex; align-items: center; gap: 4px; font-size: 0.72rem; color: var(--text-meta); }
    .vg-sort-btn {
      background: none;
      border: none;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      color: var(--text-meta);
      cursor: pointer;
      padding: 4px 10px;
      transition: color 0.15s;
    }
    .vg-sort-btn.active { color: var(--gold); font-weight: 600; border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; }
    .vg-profiles-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      gap: 20px;
    }
    .vg-profile-card {
      background: var(--surface-raised);
      border: 1px solid var(--line);
      overflow: hidden;
      cursor: pointer;
      transition: border-color var(--dur-short) ease, transform var(--dur-short) ease;
      display: flex;
      flex-direction: column;
      animation: vgFadeIn 0.4s ease both;
    }
    .vg-profile-card:hover { border-color: color-mix(in oklch, var(--gold) 50%, transparent); transform: translateY(-2px); }
    @keyframes vgFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
    .vg-profile-img {
      height: 160px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .vg-profile-img-bg { position: absolute; inset: 0; }
    .vg-profile-img-label {
      position: absolute;
      bottom: 10px;
      left: 12px;
      background: rgba(8, 14, 32, 0.82);
      color: var(--text-meta);
      font-size: 0.65rem;
      padding: 4px 10px;
      letter-spacing: 0.08em;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
    }
    .vg-match-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 4px 10px;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.06em;
    }
    .vg-match-badge.high { background: var(--gold); color: var(--navy-deep); }
    .vg-match-badge.med { background: var(--surface-raised); color: var(--gold); border: 1px solid var(--gold); }
    .vg-profile-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; gap: 14px; }
    .vg-profile-person { display: flex; align-items: center; gap: 12px; }
    .vg-profile-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 14px;
      flex-shrink: 0;
      font-family: "Satoshi", "Supreme", sans-serif;
    }
    .vg-profile-name { font-size: 0.88rem; font-weight: 600; color: var(--text-primary); margin-bottom: 2px; }
    .vg-profile-role { font-size: 0.72rem; color: var(--text-meta); }
    .vg-profile-details { display: flex; gap: 6px; flex-wrap: wrap; }
    .vg-detail-pill {
      font-size: 0.65rem;
      padding: 4px 12px;
      border: 1px solid var(--line);
      color: var(--text-meta);
      white-space: nowrap;
    }
    .vg-profile-reqs { display: flex; flex-direction: column; gap: 6px; }
    .vg-profile-reqs-label {
      font-size: 0.65rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-meta);
      font-weight: 600;
    }
    .vg-req-row { display: flex; gap: 8px; align-items: flex-start; }
    .vg-req-dot { width: 4px; height: 4px; background: var(--gold); flex-shrink: 0; margin-top: 6px; }
    .vg-req-text { font-size: 0.72rem; color: var(--text-meta); line-height: 1.5; }
    .vg-req-solved { font-size: 0.65rem; color: var(--gold); font-weight: 600; }
    .vg-profile-quote {
      font-size: 0.78rem;
      color: var(--text-body);
      font-style: italic;
      line-height: 1.65;
      border-left: 1px solid color-mix(in oklch, var(--gold) 35%, transparent);
      padding-left: 12px;
    }
    .vg-profile-footer {
      padding: 14px 20px;
      border-top: 1px solid var(--line);
      display: flex;
      gap: 8px;
      align-items: center;
    }
    .vg-btn-talk {
      flex: 1;
      padding: 10px;
      background: var(--gold);
      color: var(--navy-deep);
      border: none;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      cursor: pointer;
      transition: background var(--dur-short) ease;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .vg-btn-talk:hover { background: var(--gold-soft); }
    .vg-btn-read {
      padding: 10px 14px;
      background: transparent;
      color: var(--text-meta);
      border: 1px solid var(--line);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      cursor: pointer;
      transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
    }
    .vg-btn-read:hover { border-color: var(--line-strong); color: var(--text-primary); }
    .vg-empty-state { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: var(--text-meta); }
    .vg-empty-state-text { font-size: 0.9rem; line-height: 1.7; }
    .vg-modal-overlay,
    .vg-book-overlay,
    .vg-quiz-overlay {
      position: fixed; inset: 0; z-index: 9990;
      background: rgba(8, 14, 32, 0.85);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; pointer-events: none;
      transition: opacity var(--dur-medium) ease;
      padding: 20px;
    }
    .vg-book-overlay { z-index: 9995; background: rgba(8, 14, 32, 0.90); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
    .vg-quiz-overlay { z-index: 9992; background: rgba(8, 14, 32, 0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
    .vg-modal-overlay.open,
    .vg-book-overlay.open,
    .vg-quiz-overlay.open { opacity: 1; pointer-events: all; }
    .vg-modal,
    .vg-book-modal,
    .vg-quiz-box {
      background: var(--surface-raised);
      border: 1px solid var(--line-strong);
      transform: translateY(12px);
      transition: transform var(--dur-medium) ease;
    }
    .vg-modal-overlay.open .vg-modal,
    .vg-book-overlay.open .vg-book-modal,
    .vg-quiz-overlay.open .vg-quiz-box { transform: translateY(0); }
    .vg-modal {
      width: min(640px, 100%);
      max-height: 88vh;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
    }
    .vg-modal-img { height: 200px; position: relative; overflow: hidden; }
    .vg-modal-img-bg { position: absolute; inset: 0; }
    .vg-modal-close {
      position: absolute; top: 14px; right: 14px;
      width: 32px; height: 32px;
      background: rgba(8, 14, 32, 0.75);
      color: var(--cream); border: 1px solid var(--line);
      font-size: 14px; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      z-index: 2;
    }
    .vg-modal-body { padding: 28px 32px; display: flex; flex-direction: column; gap: 20px; }
    .vg-modal-person { display: flex; align-items: center; gap: 14px; }
    .vg-modal-avatar { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; flex-shrink: 0; font-family: "Satoshi", "Supreme", sans-serif; }
    .vg-modal-name { font-family: "Gambetta", "Recia", Georgia, serif; font-size: 1.4rem; color: var(--cream); margin-bottom: 2px; }
    .vg-modal-role { font-size: 0.78rem; color: var(--text-meta); }
    .vg-modal-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .vg-spec-item { background: var(--surface); border: 1px solid var(--line); padding: 10px 12px; }
    .vg-spec-label { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-meta); margin-bottom: 4px; }
    .vg-spec-val { font-size: 0.88rem; font-weight: 600; color: var(--text-primary); }
    .vg-modal-section-title { font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-meta); margin-bottom: 10px; }
    .vg-modal-reqs { display: flex; flex-direction: column; gap: 10px; }
    .vg-modal-req { background: var(--surface); border: 1px solid var(--line); padding: 12px 14px; }
    .vg-mreq-need { font-size: 0.82rem; font-weight: 600; color: var(--text-primary); margin-bottom: 3px; }
    .vg-mreq-desc { font-size: 0.75rem; color: var(--text-meta); line-height: 1.5; }
    .vg-mreq-solved { font-size: 0.68rem; font-weight: 600; color: var(--gold); margin-top: 5px; }
    .vg-modal-quote-block {
      background: color-mix(in oklch, var(--gold) 6%, var(--surface) 94%);
      border-left: 2px solid var(--gold);
      padding: 16px 18px;
    }
    .vg-modal-quote-text { font-family: "Gambetta", "Recia", Georgia, serif; font-size: 0.95rem; font-style: italic; color: var(--cream); line-height: 1.7; margin-bottom: 8px; }
    .vg-modal-quote-attr { font-size: 0.68rem; color: var(--text-meta); }
    .vg-modal-cta { display: flex; gap: 10px; }
    .vg-modal-cta-sec {
      padding: 12px 20px;
      background: transparent;
      color: var(--text-meta);
      border: 1px solid var(--line);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      cursor: pointer;
      transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
    }
    .vg-modal-cta-sec:hover { border-color: var(--line-strong); color: var(--text-primary); }
    .vg-book-modal {
      width: min(420px, 100%);
      padding: 36px;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .vg-book-eyebrow { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
    .vg-book-title { font-family: "Gambetta", "Recia", Georgia, serif; font-size: 1.4rem; color: var(--cream); margin-bottom: 8px; }
    .vg-lead-popup[hidden] { display: none; }
    .vg-lead-popup {
      position: fixed;
      inset: 0;
      z-index: 9988;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      pointer-events: none;
    }
    .vg-lead-popup.is-open { pointer-events: auto; }
    .vg-lead-popup__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(8, 14, 32, 0.36);
      opacity: 0;
      transition: opacity var(--dur-medium) ease;
    }
    .vg-lead-popup.is-open .vg-lead-popup__backdrop { opacity: 1; }
    .vg-lead-popup__panel {
      position: relative;
      width: min(420px, 100%);
      padding: clamp(22px, 3.4vw, 32px);
      background:
        radial-gradient(circle at 18% 0%, color-mix(in oklch, var(--gold) 11%, transparent), transparent 32%),
        linear-gradient(145deg, color-mix(in oklch, var(--midnight-deep) 90%, black 10%), var(--navy-deep));
      border: 1px solid color-mix(in oklch, var(--gold) 42%, transparent);
      color: var(--text-primary);
      box-shadow: 0 26px 90px -34px rgba(0, 0, 0, 0.72);
      opacity: 0;
      transform: translateY(18px) scale(0.985);
      transition: opacity var(--dur-medium) ease, transform var(--dur-medium) cubic-bezier(0.2, 0.8, 0.2, 1);
      overflow: hidden;
    }
    .vg-lead-popup.is-open .vg-lead-popup__panel {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    .vg-lead-popup__panel::before {
      content: "";
      position: absolute;
      inset: 1px;
      border: 1px solid color-mix(in oklch, var(--cream) 9%, transparent);
      pointer-events: none;
    }
    .vg-lead-popup__close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 34px;
      height: 34px;
      border: 1px solid color-mix(in oklch, var(--gold) 28%, transparent);
      background: rgba(255, 255, 255, 0.03);
      color: var(--text-primary);
      cursor: pointer;
      font-size: 20px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background var(--dur-short) ease, border-color var(--dur-short) ease, transform var(--dur-short) ease;
    }
    .vg-lead-popup__close:hover,
    .vg-lead-popup__close:focus-visible {
      background: color-mix(in oklch, var(--gold) 10%, transparent);
      border-color: color-mix(in oklch, var(--gold) 60%, transparent);
    }
    .vg-lead-popup__close:active { transform: scale(0.96); }
    .vg-lead-popup__eyebrow {
      margin: 0 0 12px;
      color: var(--gold-soft);
      font-size: 0.66rem;
      font-weight: 800;
      letter-spacing: 0.24em;
      text-transform: uppercase;
    }
    .vg-lead-popup__title {
      margin: 0;
      max-width: 11ch;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.9rem, 5.2vw, 2.75rem);
      line-height: 0.96;
      color: var(--text-primary);
      letter-spacing: 0;
    }
    .vg-lead-popup__text {
      margin: 16px 0 20px;
      max-width: 34ch;
      color: var(--text-muted);
      font-size: 0.96rem;
      line-height: 1.75;
    }
    .vg-lead-popup__form {
      display: grid;
      gap: 14px;
    }
    .vg-lead-popup__field {
      display: grid;
      gap: 7px;
    }
    .vg-lead-popup__field span {
      color: var(--text-meta);
      font-size: 0.64rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }
    .vg-lead-popup__input,
    .vg-lead-popup__select {
      width: 100%;
      min-height: 44px;
      border: 1px solid color-mix(in oklch, var(--cream) 13%, transparent);
      background: rgba(255, 255, 255, 0.035);
      color: var(--text-primary);
      padding: 11px 13px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.92rem;
      outline: none;
      transition: border-color var(--dur-short) ease, background var(--dur-short) ease;
    }
    .vg-lead-popup__input::placeholder { color: color-mix(in oklch, var(--text-muted) 65%, transparent); }
    .vg-lead-popup__select option { color: var(--navy-deep); background: var(--cream); }
    .vg-lead-popup__input:focus,
    .vg-lead-popup__select:focus {
      border-color: color-mix(in oklch, var(--gold) 72%, transparent);
      background: rgba(255, 255, 255, 0.055);
    }
    .vg-lead-popup__actions {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 10px;
      margin-top: 6px;
    }
    .vg-lead-popup__actions .btn-primary,
    .vg-lead-popup__actions .btn-secondary {
      width: 100%;
      min-height: 44px;
      padding: 11px 13px;
      font-size: 0.64rem;
      letter-spacing: 0.18em;
    }
    .vg-lead-popup__note,
    .vg-lead-popup__status {
      margin: 0;
      color: var(--text-meta);
      font-size: 0.72rem;
      line-height: 1.55;
    }
    .vg-lead-popup__status {
      min-height: 1.2em;
      color: var(--gold-soft);
    }
    .vg-lead-popup__status.is-loading {
      display: grid;
      gap: 7px;
    }
    .vg-lead-popup__status.is-loading::after {
      content: "";
      display: block;
      width: min(100%, 220px);
      height: 8px;
      border-radius: 999px;
      background:
        linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent),
        color-mix(in oklch, var(--cream) 13%, transparent);
      background-size: 220% 100%, 100% 100%;
      animation: vg-skeleton-shimmer 1.35s ease-in-out infinite;
    }
    .vg-lead-popup__status.is-error { color: #f1b5a8; }
    @media (max-width: 640px) {
      .vg-lead-popup {
        align-items: flex-end;
        padding: 0;
      }
      .vg-lead-popup__backdrop { background: rgba(8, 14, 32, 0.46); }
      .vg-lead-popup__panel {
        width: 100%;
        max-height: min(88vh, 720px);
        overflow-y: auto;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        transform: translateY(100%);
      }
      .vg-lead-popup.is-open .vg-lead-popup__panel { transform: translateY(0); }
      .vg-lead-popup__title { max-width: 12ch; }
      .vg-lead-popup__actions { grid-template-columns: 1fr; }
    }
    .vg-book-sub { font-size: 0.82rem; color: var(--text-meta); margin-bottom: 20px; line-height: 1.65; }
    .vg-book-referrer {
      background: var(--surface);
      border: 1px solid var(--line);
      padding: 10px 12px;
      margin-bottom: 16px;
      font-size: 0.75rem;
      color: var(--text-meta);
      display: none;
    }
    .vg-book-referrer.show { display: block; }
    .vg-book-referrer strong { color: var(--gold); }
    .vg-book-input {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid var(--line);
      background: var(--surface);
      color: var(--text-primary);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.88rem;
      outline: none;
      margin-bottom: 10px;
      transition: border-color var(--dur-short) ease;
    }
    .vg-book-input:focus { border-color: color-mix(in oklch, var(--gold) 55%, transparent); box-shadow: 0 0 0 3px color-mix(in oklch, var(--gold) 14%, transparent); }
    .vg-book-input::placeholder { color: var(--text-meta); }
    .vg-book-cancel {
      width: 100%;
      margin-top: 8px;
      padding: 8px;
      background: transparent;
      color: var(--text-meta);
      border: none;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.72rem;
      cursor: pointer;
    }
    .vg-quiz-box {
      width: min(560px, 100%);
      padding: 40px;
    }
    .vg-quiz-step { display: none; }
    .vg-quiz-step.active { display: block; }
    .vg-quiz-eyebrow { font-size: 0.65rem; letter-spacing: 0.20em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
    .vg-quiz-q { font-family: "Gambetta", "Recia", Georgia, serif; font-size: 1.4rem; color: var(--cream); margin-bottom: 20px; line-height: 1.2; }
    .vg-quiz-opts { display: flex; flex-direction: column; gap: 8px; }
    .vg-quiz-opt {
      padding: 12px 16px;
      border: 1px solid var(--line);
      background: var(--surface);
      cursor: pointer;
      font-size: 0.82rem;
      color: var(--text-body);
      text-align: left;
      font-family: "Satoshi", "Supreme", sans-serif;
      transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .vg-quiz-opt:hover { border-color: color-mix(in oklch, var(--gold) 40%, transparent); color: var(--text-primary); }
    .vg-quiz-opt.sel { border-color: var(--gold); background: color-mix(in oklch, var(--gold) 10%, var(--surface) 90%); color: var(--gold); }
    .vg-opt-sub { font-size: 0.68rem; color: var(--text-meta); }
    .vg-quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }
    .vg-quiz-back { background: none; border: none; font-family: "Satoshi", "Supreme", sans-serif; font-size: 0.78rem; color: var(--text-meta); cursor: pointer; padding: 0; }
    .vg-quiz-next {
      background: var(--gold);
      color: var(--navy-deep);
      border: none;
      padding: 12px 28px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      cursor: pointer;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: background var(--dur-short) ease;
    }
    .vg-quiz-next:hover { background: var(--gold-soft); }
    .vg-quiz-prog { height: 1px; background: var(--line); margin-bottom: 28px; overflow: hidden; }
    .vg-quiz-prog-fill { height: 100%; background: var(--gold); transition: width 0.3s ease; }
    #vg-toast {
      position: fixed; bottom: 24px; left: 50%;
      transform: translateX(-50%) translateY(14px);
      background: var(--surface-raised);
      border: 1px solid var(--gold);
      color: var(--text-primary);
      padding: 12px 24px;
      font-size: 0.78rem;
      z-index: 9999;
      opacity: 0;
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
      pointer-events: none;
      white-space: nowrap;
      font-family: "Satoshi", "Supreme", sans-serif;
    }
    #vg-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

    @media (max-width: 768px) {
      .vg-stories__head { grid-template-columns: 1fr; }
      .vg-profiles-grid { grid-template-columns: 1fr; }
      .vg-modal-body { padding: 20px; }
      .vg-book-modal {
        max-height: calc(100vh - 40px);
        max-height: calc(100dvh - 40px);
        overflow-y: auto;
        padding: 24px;
      }
      .vg-quiz-box {
        max-height: calc(100vh - 40px);
        max-height: calc(100dvh - 40px);
        overflow-y: auto;
        padding: 28px 20px;
      }
      .vg-results-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
      }
      .vg-sort-row {
        flex-wrap: wrap;
        row-gap: 6px;
      }
      .vg-modal-cta {
        flex-direction: column;
      }
      .vg-modal-cta .btn-primary,
      .vg-modal-cta-sec {
        width: 100%;
      }
      .vg-filters__row { gap: 20px; }
      #vg-toast {
        bottom: calc(88px + env(safe-area-inset-bottom, 0px));
        max-width: calc(100vw - 32px);
        text-align: center;
        white-space: normal;
      }
    }

    /* ============================================================
       glass3d â€” reusable frosted-glass utility class
       Usage: add class="glass3d" to any positioned element.
       Works best on top of dark/colourful backgrounds.
    ============================================================ */
    .glass3d {
      --filter-glass3d: blur(32px) brightness(1.05) saturate(2.5);
      --color-glass3d: hsl(52 80% 84% / 0.35);
      --noise-glass3d: url("https://www.transparenttextures.com/patterns/black-orchid.png");
      position: relative;
      z-index: 4;
      box-shadow:
        0 0 0.75px hsl(205 20% 10% / 0.2),
        0.7px 0.8px 1.2px -0.4px hsl(205 20% 10% / 0.1),
        1.3px 1.5px 2.2px -0.8px hsl(205 20% 10% / 0.1),
        2.3px 2.6px 3.9px -1.2px hsl(205 20% 10% / 0.1),
        3.9px 4.4px 6.6px -1.7px hsl(205 20% 10% / 0.1),
        6.5px 7.2px 10.9px -2.1px hsl(205 20% 10% / 0.1),
        8px 9px 14px -2.5px hsl(205 20% 10% / 0.2);
    }
    .glass3d::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      border-radius: inherit;
      overflow: hidden;
      z-index: 3;
      -webkit-backdrop-filter: var(--filter-glass3d);
      backdrop-filter: var(--filter-glass3d);
      background-color: var(--color-glass3d);
      background-image: var(--noise-glass3d);
      background-size: 100px;
      background-repeat: repeat;
    }
    .glass3d::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      border-radius: inherit;
      overflow: hidden;
      z-index: 5;
      box-shadow:
        inset 2px 2px 1px -3px hsl(205 20% 90% / 0.8),
        inset 4px 4px 2px -6px hsl(205 20% 90% / 0.3),
        inset 1.5px 1.5px 1.5px -0.75px hsl(205 20% 90% / 0.15),
        inset 1.5px 1.5px 0.25px hsl(205 20% 90% / 0.03),
        inset 0 0 0.25px 0.5px hsl(205 20% 90% / 0.03);
    }
    .glass3d > * {
      position: relative;
      z-index: 6;
    }
    /* ===== HERO ENHANCEMENTS ===== */
    .hero-copy {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0 0 0 0);
      clip-path: inset(50%);
      white-space: nowrap;
      border: 0;
      pointer-events: none;
    }
    .hero-kicker {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.36em;
      text-transform: uppercase;
      color: var(--gold);
      margin: 0 0 16px;
      opacity: 0.9;
    }
    .hero-headline {
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2.2rem, 4.8vw, 4.6rem);
      font-weight: 400;
      line-height: 1.06;
      letter-spacing: -0.02em;
      color: var(--cream);
      margin: 0 0 32px;
    }
    .hero-headline em {
      font-style: italic;
      color: color-mix(in oklch, var(--cream) 78%, var(--gold) 22%);
    }
    .hero-cta-link {
      pointer-events: auto;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--gold) 90%, var(--cream) 10%);
      text-decoration: none;
      padding-bottom: 5px;
      border-bottom: 1px solid color-mix(in oklch, var(--gold) 35%, transparent);
      transition: gap 0.25s ease, border-color 0.25s ease;
    }
    .hero-cta-link:hover { gap: 18px; border-color: var(--gold); }
    .hero-stage {
      display: none;
    }
    .hero-scroll-hint {
      position: absolute;
      bottom: clamp(32px, 4vw, 56px);
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      pointer-events: none;
      opacity: 1;
      transition: opacity 0.7s ease;
    }
    .hero-scroll-hint.is-hidden { opacity: 0; }
    .hero-scroll-hint__label {
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.32em;
      text-transform: uppercase;
      color: color-mix(in oklch, var(--cream) 44%, transparent);
    }
    .hero-scroll-hint__line {
      width: 1px;
      height: 32px;
      background: color-mix(in oklch, var(--gold) 18%, transparent);
      position: relative;
      overflow: hidden;
    }
    .hero-scroll-hint__line::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, var(--gold), color-mix(in oklch, var(--gold) 0%, transparent));
      animation: hero-line-sweep 1.9s ease-in-out infinite;
    }
    @keyframes hero-line-sweep {
      0%   { transform: translateY(-100%); }
      100% { transform: translateY(300%); }
    }
    .hero-progress {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1.5px;
      width: 0%;
      background: linear-gradient(to right, color-mix(in oklch, var(--gold) 40%, transparent), var(--gold));
      z-index: 10;
      pointer-events: none;
      transition: width 0.08s linear;
    }
    @media (max-width: 768px) {
      .hero-copy { max-width: 80vw; left: clamp(20px, 5vw, 36px); }
      .hero-stage { display: none; }
    }

    /* project-content: keep absolute, cooler navy tint to match the dark card bg */
    .project-content.glass3d {
      position: absolute;
      z-index: 4;
      --color-glass3d: hsl(220 40% 10% / 0.55);
    }
    /* vgfs-frame-caption: keep absolute, pill-style frosted label panel */
    .vgfs-frame-caption.glass3d {
      position: absolute;
      border-radius: var(--radius-sm);
      padding: 10px 16px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      --color-glass3d: hsl(220 40% 10% / 0.45);
    }

    /* ===== TYPEWRITER CURSOR ===== */
    .hero-cursor {
      display: inline-block;
      width: 2px;
      height: 0.85em;
      background: var(--gold);
      margin-left: 3px;
      vertical-align: middle;
      border-radius: 1px;
      animation: tw-blink 1s step-end infinite;
    }
    @keyframes tw-blink {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0; }
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       RULE 3 â€” COLOR FOR USER FEEDBACK
       Success = green, Error = red, Warning = amber
       Applies to: form fields, toast, success screen
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    /* Form field â€” SUCCESS state */
    .ct3-field.is-success .ct3-input,
    .ct3-field.is-success .ct3-select,
    .ct3-field.is-success .ct3-textarea {
      border-bottom-color: var(--feedback-success);
      box-shadow: 0 2px 0 0 var(--feedback-success), 0 4px 12px var(--feedback-success-bg);
      background: color-mix(in oklch, var(--feedback-success) 5%, transparent);
    }
    .form-success-message {
      color: var(--feedback-success);
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      margin-top: 6px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .form-success-message::before {
      content: "âœ“";
      font-weight: 700;
    }

    /* Form field â€” ERROR state (override brand-accent with proper error red) */
    .ct3-field.is-error .ct3-input,
    .ct3-field.is-error .ct3-select,
    .ct3-field.is-error .ct3-textarea {
      border-bottom-color: var(--feedback-error);
      box-shadow: 0 2px 0 0 var(--feedback-error), 0 4px 12px var(--feedback-error-bg);
      background: color-mix(in oklch, var(--feedback-error) 5%, transparent);
    }

    /* Toast system â€” semantic variants */
    #vg-toast {
      position: fixed;
      bottom: 28px;
      left: 50%;
      transform: translateX(-50%) translateY(16px);
      background: var(--surface-raised);
      color: var(--text-primary);
      border: 1px solid var(--line-strong);
      border-left: 3px solid var(--gold);
      padding: 13px 22px;
      border-radius: 6px;
      font-size: 0.82rem;
      letter-spacing: 0.04em;
      font-family: "Satoshi", "Supreme", sans-serif;
      z-index: 9999;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.22s ease, transform 0.28s var(--typo-ease);
      max-width: min(380px, 90vw);
      box-shadow: 0 8px 32px rgba(0,0,0,0.32);
    }
    #vg-toast.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
      pointer-events: auto;
    }
    #vg-toast[data-type="success"] {
      border-left-color: var(--feedback-success);
      background: color-mix(in oklch, var(--surface-raised) 92%, var(--feedback-success) 8%);
    }
    #vg-toast[data-type="error"] {
      border-left-color: var(--feedback-error);
      background: color-mix(in oklch, var(--surface-raised) 92%, var(--feedback-error) 8%);
    }
    #vg-toast[data-type="warning"] {
      border-left-color: var(--feedback-warning);
      background: color-mix(in oklch, var(--surface-raised) 92%, var(--feedback-warning) 8%);
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       RULE 5 â€” COLOR FOR DIFFERENT UI STATES
       :active on every interactive element
       Consistent: scale(0.96) + brief opacity dip
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    /* Contact form submit button */
    .ct3-submit:active {
      transform: scale(0.97);
      opacity: 0.88;
      transition-duration: 80ms;
    }
    .ct3-submit:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
    }

    /* FAB / floating buttons */
    .chat-fab:active,
    .to-start:active,
    .menu-toggle:active {
      transform: scale(0.93);
      opacity: 0.82;
      transition-duration: 70ms;
    }

    /* Nav / anchor links */
    .menu-list a:active,
    .hero-nav a:active,
    .footer-nav a:active {
      opacity: 0.65;
      transition-duration: 60ms;
    }

    /* FAQ accordion button */
    .vg-faq-q:active {
      opacity: 0.72;
      transform: translateX(3px);
      transition-duration: 60ms;
    }

    /* Project sort / filter buttons */
    .vg-sort-btn:active,
    .vg-chip:active {
      transform: scale(0.95);
      opacity: 0.78;
      transition-duration: 70ms;
    }

    /* Quiz option buttons */
    .vg-quiz-opt:active {
      transform: scale(0.97) translateY(1px);
      opacity: 0.82;
      transition-duration: 70ms;
    }
    .vg-quiz-next:active,
    .vg-quiz-back:active {
      transform: scale(0.96);
      opacity: 0.80;
      transition-duration: 70ms;
    }

    /* Image gallery items */
    .image-gallery-item:active {
      transform: scale(0.98);
      transition-duration: 80ms;
    }

    /* Project cards / clickable cards */
    .consult-card:active,
    .about-list article:active {
      transform: translateY(1px);
      transition-duration: 80ms;
    }

    /* Ensure transitions are defined on all active targets */
    .chat-fab, .to-start, .menu-toggle,
    .menu-list a, .hero-nav a, .footer-nav a,
    .vg-faq-q, .vg-sort-btn, .vg-chip,
    .vg-quiz-opt, .vg-quiz-next, .vg-quiz-back,
    .image-gallery-item, .consult-card, .ct3-submit {
      transition: transform var(--dur-short) ease,
                  opacity var(--dur-short) ease,
                  background var(--dur-short) ease,
                  color var(--dur-short) ease,
                  letter-spacing var(--dur-medium) ease;
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       FAQ SECTION
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .vg-faq {
      background: var(--surface);
      overflow: hidden;
      isolation: isolate;
    }
    .vg-faq::before {
      content: "";
      position: absolute;
      inset: -28px;
      z-index: 0;
      pointer-events: none;
      opacity: 0.36;
      background-image:
        linear-gradient(135deg, color-mix(in oklch, var(--cream) 4%, transparent), transparent 42%),
        radial-gradient(circle at 12% 18%, color-mix(in oklch, var(--gold) 9%, transparent), transparent 34%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='210' viewBox='0 0 210 210'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='210' height='210' filter='url(%23grain)' opacity='.38'/%3E%3C/svg%3E");
      background-size: auto, auto, 210px 210px;
      mix-blend-mode: screen;
      filter: contrast(136%);
      transform: translate3d(var(--depth-x, 0px), var(--depth-y, 0px), 0);
    }
    .vg-faq > .container {
      position: relative;
      z-index: 1;
    }
    .vg-faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }

    .vg-faq-item {
      border-bottom: 1px solid var(--line);
    }
    .vg-faq-item:first-child { border-top: 1px solid var(--line); }

    .vg-faq-q {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      padding: 22px 0;
      background: none;
      border: none;
      cursor: pointer;
      text-align: left;
      color: var(--text-primary);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: clamp(0.95rem, 1.2vw, 1.05rem);
      font-weight: 600;
      letter-spacing: 0.01em;
      line-height: 1.4;
      transition: color var(--dur-short) ease;
    }
    .vg-faq-q:hover { color: var(--gold); }
    .vg-faq-q[aria-expanded="true"] { color: var(--gold); }

    .vg-faq-icon {
      flex-shrink: 0;
      color: var(--text-meta);
      transition: transform var(--dur-medium) var(--typo-ease), color var(--dur-short) ease;
    }
    .vg-faq-q[aria-expanded="true"] .vg-faq-icon {
      transform: rotate(180deg);
      color: var(--gold);
    }

    .vg-faq-a {
      overflow: hidden;
      max-height: 0;
      transition: max-height var(--dur-long) var(--typo-ease);
    }
    .vg-faq-a:not([hidden]) {
      max-height: 400px;
    }
    .vg-faq-a[hidden] { display: block !important; max-height: 0; }

    .vg-faq-a p {
      padding-bottom: 22px;
      font-size: 0.92rem;
      line-height: 1.85;
      color: var(--text-body);
      margin: 0;
    }
    .vg-faq-a p a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
    .vg-faq-a p a:hover { opacity: 0.8; }

    @media (max-width: 768px) {
      .vg-faq-q { font-size: 0.9rem; padding: 18px 0; }
      .vg-faq-a p { font-size: 0.875rem; padding-bottom: 18px; }
    }
  

    /* â”€â”€ Sticky mobile enquiry strip (B3) â”€â”€ */
    .vg-sticky-strip {
      display: none; /* hidden on desktop */
    }
    @media (max-width: 767px) {
      .vg-sticky-strip {
        display: flex;
        position: fixed;
        bottom: 0; left: 0; right: 0;
        z-index: 99;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        background: color-mix(in oklch, var(--navy-deep, #140C22) 96%, black 4%);
        border-top: 1px solid var(--line, rgba(255,255,255,0.1));
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transform: translateY(100%);
        transition: transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1);
        pointer-events: none;
      }
      .vg-sticky-strip.is-visible {
        transform: translateY(0);
        pointer-events: auto;
      }
      .vg-sticky-strip__text {
        font-family: "Satoshi", "Supreme", sans-serif;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--text-body, rgba(230,225,212,0.83));
        line-height: 1.4;
        flex: 1;
      }
      .vg-sticky-strip__price {
        font-family: "Gambetta", "Recia", Georgia, serif;
        font-size: 0.98rem;
        letter-spacing: 0;
        text-transform: none;
        color: var(--brand-secondary, #F7D794);
        display: block;
        font-weight: 500;
      }
      .vg-sticky-strip__cta {
        flex-shrink: 0;
        display: flex;
        gap: 8px;
        align-items: center;
      }
      .vg-strip-btn {
        padding: 9px 16px;
        font-family: "Satoshi", "Supreme", sans-serif;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        white-space: nowrap;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        transition: background 0.18s ease, transform 0.18s ease;
      }
      .vg-strip-btn--primary {
        background: var(--brand-secondary, #F7D794);
        color: var(--navy-deep, #140C22);
      }
      .vg-strip-btn--primary:hover { background: color-mix(in oklch, var(--brand-secondary) 88%, white 12%); }
      .vg-strip-btn--wa {
        background: #25D366;
        color: #fff;
        padding: 9px 12px;
      }
    }

    /* â”€â”€ Mobile polish: tap comfort, overflow control, sticky-safe spacing â”€â”€ */
    @media (max-width: 767px) {
      html {
        max-width: 100%;
      }

      body {
        max-width: 100%;
        overflow-x: hidden;
      }

      #hero {
        overflow: visible;
      }

      .hero-scene-layout,
      .section,
      .vg-tl,
      .vg-proof,
      .contact-v3,
      .footer {
        max-width: 100vw;
      }

      .hero-scene-layout {
        bottom: calc(104px + env(safe-area-inset-bottom, 0px));
      }

      .hero-scene--concept .hero-media video {
        display: none;
      }

      .hero-scene--concept .hero-mobile-still {
        display: block;
        object-position: center center;
      }

      .hero-scene-text-main {
        min-height: auto;
        padding: 13px;
      }

      .hero-scene-copy {
        max-width: 34ch;
      }

      .hero-scene-proof,
      .hero-scene-action {
        max-width: 100%;
      }

      .vg-proof {
        padding-top: clamp(54px, 12vw, 76px);
        padding-bottom: clamp(62px, 13vw, 88px);
      }

      .vg-proof__head {
        gap: 18px;
        margin-bottom: 28px;
      }

      .vg-proof__intro,
      .vg-proof__copy,
      .vg-proof__note {
        font-size: 0.9rem;
        line-height: 1.72;
      }

      .vg-proof__item {
        padding: 22px 20px;
      }

      .vg-proof__metric {
        font-size: clamp(2rem, 12vw, 3.2rem);
        margin-bottom: 12px;
      }

      .vg-proof__title {
        font-size: 0.78rem;
        letter-spacing: 0.1em;
      }

      .vg-proof__link {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
      }

      .vg-tl-header {
        padding-inline: 10px;
      }

      .vg-tl-card-media {
        aspect-ratio: 16 / 9;
      }

      .vg-tl-card {
        min-height: 44px;
      }

      .vg-tl-card-body {
        padding: 16px 16px 18px;
      }

      .vg-tl-card-name {
        font-size: clamp(1.18rem, 6vw, 1.5rem);
      }

      .vg-tl-card-loc {
        font-size: 0.9rem;
        line-height: 1.55;
      }

      .contact-v3 {
        padding-bottom: calc(clamp(76px, 16vw, 104px) + env(safe-area-inset-bottom, 0px));
      }

      .ct3-grid {
        gap: 34px;
      }

      .ct3-heading {
        line-height: 1;
        margin-bottom: 18px;
      }

      .ct3-next {
        margin-top: 26px;
      }

      .ct3-step {
        grid-template-columns: 42px 1fr;
        gap: 14px;
      }

      .ct3-step-num {
        width: 42px;
        min-width: 42px;
      }

      .ct3-input,
      .ct3-select,
      .ct3-textarea,
      .ct3-submit {
        min-height: 52px;
      }

      .ct3-textarea {
        min-height: 132px;
      }

      .ct3-submit {
        width: 100%;
        justify-content: center;
      }

      .ct3-promise {
        text-align: center;
      }

      .chat-fab,
      .to-start,
      .ai-fab {
        width: 48px;
        height: 48px;
        contain: layout paint;
        transform: translateZ(0);
      }

      .site-header .container,
      .site-header.scrolled .container {
        backdrop-filter: blur(10px) saturate(118%);
        -webkit-backdrop-filter: blur(10px) saturate(118%);
      }

      .chat-fab::after {
        animation: none;
        opacity: 0.2;
      }

      .chat-actions {
        max-width: calc(100vw - 96px);
        flex-wrap: wrap;
        justify-content: flex-end;
        contain: layout paint;
      }

      .chat-action {
        min-width: 44px;
        min-height: 44px;
      }

      .vg-sticky-strip {
        gap: 8px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
      }

      .vg-sticky-strip__text {
        min-width: 0;
        font-size: 0.66rem;
        letter-spacing: 0.06em;
      }

      .vg-sticky-strip__price {
        max-width: 44vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.9rem;
      }

      .vg-strip-btn {
        min-height: 44px;
        padding: 9px 13px;
      }

      .vg-strip-btn--wa {
        min-width: 44px;
        justify-content: center;
        padding-inline: 10px;
      }

      .footer {
        padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px));
      }
    }

    @media (max-width: 380px) {
      .hero-scene-title {
        font-size: clamp(1.24rem, 6.8vw, 1.72rem);
      }

      .header-cta.btn-primary {
        max-width: 128px;
        padding-inline: 10px;
        font-size: clamp(0.52rem, 2.35vw, 0.58rem);
        letter-spacing: 0.07em;
        text-align: center;
        white-space: nowrap;
        line-height: 1.2;
      }

      .vg-sticky-strip__text {
        font-size: 0.62rem;
      }

      .vg-sticky-strip__price {
        max-width: 38vw;
        font-size: 0.82rem;
      }

      .vg-strip-btn--primary {
        font-size: 0.66rem;
        padding-inline: 10px;
      }
    }

    /* â”€â”€ Project detail editorial redesign â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .project-detail-page.pdx-page {
      background: var(--paper);
      color: var(--navy-deep);
      padding: 0;
    }

    .pdx-container {
      width: min(100%, 1240px);
      margin: 0 auto;
      padding: 0 clamp(20px, 4vw, 52px);
    }

    .pdx-hero {
      position: relative;
      min-height: min(760px, 88vh);
      min-height: min(760px, 88dvh);
      overflow: hidden;
      background: var(--navy-deep);
      isolation: isolate;
    }

    .pdx-hero-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.01);
    }

    .pdx-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(12, 13, 35, 0.08) 0%, rgba(12, 13, 35, 0.35) 58%, rgba(12, 13, 35, 0.72) 100%),
        linear-gradient(90deg, rgba(12, 13, 35, 0.58) 0%, rgba(12, 13, 35, 0.22) 46%, rgba(12, 13, 35, 0.1) 100%);
      pointer-events: none;
    }

    .pdx-hero-meta {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      padding: clamp(80px, 9vw, 132px) 0 clamp(46px, 6vw, 86px);
    }

    .pdx-hero-meta-inner {
      width: min(100%, 1240px);
      margin: 0 auto;
      padding: 0 clamp(20px, 4vw, 52px);
      color: var(--cream);
    }

    .pdx-hero-tag {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin: 0 0 18px;
      color: rgba(255, 252, 246, 0.78);
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

    .pdx-hero-tag span:first-child {
      color: var(--peach);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1rem, 1.5vw, 1.35rem);
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: none;
    }

    .pdx-hero-divider {
      width: 30px;
      height: 1px;
      background: rgba(255, 252, 246, 0.38);
    }

    .pdx-kicker {
      margin: 0 0 12px;
      color: color-mix(in oklch, var(--peach) 88%, var(--cream) 12%);
      font-size: 0.68rem;
      font-weight: 900;
      letter-spacing: 0.26em;
      text-transform: uppercase;
    }

    .pdx-hero-name {
      margin: 0;
      max-width: 13ch;
      color: var(--cream);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(3.1rem, 8vw, 7.4rem);
      font-weight: 400;
      line-height: 0.9;
      letter-spacing: -0.05em;
    }

    .pdx-hero-loc {
      margin: 22px 0 0;
      color: rgba(255, 252, 246, 0.82);
      font-size: clamp(1rem, 1.3vw, 1.18rem);
      line-height: 1.6;
    }

    .pdx-hero-loc::before {
      content: "- ";
      color: var(--peach);
    }

    .pdx-hero-summary {
      max-width: 54ch;
      margin: 14px 0 0;
      color: rgba(255, 252, 246, 0.68);
      font-size: clamp(1rem, 1.22vw, 1.13rem);
      line-height: 1.75;
    }

    .pdx-section {
      padding: clamp(64px, 8vw, 112px) 0;
      border-bottom: 1px solid rgba(36, 33, 80, 0.12);
      background: var(--paper);
    }

    .pdx-section--warm {
      background: linear-gradient(180deg, var(--cream), var(--parchment));
    }

    .pdx-section--dark {
      background: var(--navy-deep);
      color: var(--cream);
      text-align: center;
      border-bottom: 0;
    }

    .pdx-eyebrow {
      margin: 0 0 16px;
      color: var(--gold);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.24em;
      text-transform: uppercase;
    }

    .pdx-h2 {
      margin: 0 0 28px;
      color: var(--navy-deep);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2rem, 4.2vw, 3.8rem);
      font-weight: 400;
      line-height: 1.02;
      letter-spacing: -0.035em;
    }

    .pdx-h2 em {
      color: var(--burgundy);
      font-style: italic;
      font-weight: 400;
    }

    .pdx-section--dark .pdx-h2,
    .pdx-section--dark .pdx-cta-title {
      color: var(--cream);
    }

    .pdx-overview-grid,
    .pdx-location-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
      gap: clamp(34px, 7vw, 92px);
      align-items: start;
    }

    .pdx-overview-body p,
    .pdx-location-copy p {
      margin: 0 0 20px;
      color: color-mix(in oklch, var(--navy-deep) 76%, var(--paper) 24%);
      font-size: clamp(1rem, 1.2vw, 1.13rem);
      line-height: 1.86;
    }

    .pdx-location-copy p {
      color: color-mix(in oklch, var(--navy-deep) 76%, var(--paper) 24%);
    }

    .pdx-overview-body p:last-child,
    .pdx-location-copy p:last-child {
      margin-bottom: 0;
    }

    .pdx-panel {
      padding: clamp(24px, 3vw, 36px);
      background: linear-gradient(180deg, var(--cream), var(--parchment));
      border: 1px solid rgba(182, 138, 46, 0.24);
      box-shadow: 0 24px 70px rgba(36, 33, 80, 0.1);
    }

    .pdx-panel-title {
      margin: 0 0 20px;
      color: var(--navy-deep);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: 1.25rem;
      font-weight: 500;
    }

    .pdx-meta-list {
      display: grid;
      gap: 0;
      margin: 0;
    }

    .pdx-meta-row {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 18px;
      padding: 13px 0;
      border-bottom: 1px solid rgba(182, 138, 46, 0.2);
    }

    .pdx-meta-row:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .pdx-meta-row dt {
      color: rgba(36, 33, 80, 0.48);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .pdx-meta-row dd {
      margin: 0;
      color: var(--navy-deep);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1rem, 1.4vw, 1.24rem);
      line-height: 1.25;
      text-align: right;
    }

    .pdx-facts-grid,
    .pdx-specs-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      overflow: hidden;
      border: 1px solid rgba(182, 138, 46, 0.24);
      background: rgba(182, 138, 46, 0.2);
    }

    .pdx-fact,
    .pdx-spec-card {
      min-height: 150px;
      padding: clamp(24px, 3vw, 34px);
      background: linear-gradient(180deg, var(--cream), var(--parchment));
    }

    .pdx-fact-value {
      margin: 0 0 10px;
      color: var(--navy-deep);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2rem, 3.4vw, 3rem);
      font-weight: 400;
      line-height: 0.96;
      letter-spacing: -0.03em;
    }

    .pdx-fact-label,
    .pdx-spec-label {
      margin: 0;
      color: rgba(36, 33, 80, 0.58);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.18em;
      line-height: 1.55;
      text-transform: uppercase;
    }

    .pdx-spec-card {
      min-height: 118px;
      display: grid;
      gap: 12px;
      align-content: start;
    }

    .pdx-spec-card::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--gold);
    }

    .pdx-gallery-head {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.52fr);
      gap: clamp(24px, 5vw, 80px);
      align-items: end;
      margin-bottom: clamp(28px, 4vw, 50px);
    }

    .pdx-gallery-note {
      margin: 0;
      color: rgba(36, 33, 80, 0.62);
      font-size: 1rem;
      line-height: 1.75;
    }

    .pdx-gallery-grid {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: clamp(8px, 1vw, 14px);
    }

    .pdx-gallery-item {
      position: relative;
      grid-column: span 4;
      aspect-ratio: 4 / 3;
      margin: 0;
      overflow: hidden;
      background: var(--navy-deep);
      box-shadow: 0 18px 48px rgba(36, 33, 80, 0.12);
    }

    .pdx-gallery-item:nth-child(1) {
      grid-column: span 8;
      aspect-ratio: 16 / 9;
    }

    .pdx-gallery-item:nth-child(6),
    .pdx-gallery-item:nth-child(7) {
      grid-column: span 6;
      aspect-ratio: 16 / 10;
    }

    .pdx-gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .pdx-gallery-item:hover img {
      transform: scale(1.045);
    }

    .pdx-gallery-caption {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 14px;
      display: inline-flex;
      width: fit-content;
      max-width: calc(100% - 28px);
      padding: 8px 11px;
      color: var(--cream);
      background: rgba(21, 20, 48, 0.72);
      font-size: 0.68rem;
      font-weight: 900;
      letter-spacing: 0.16em;
      line-height: 1.35;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .pdx-location-map {
      position: relative;
      min-height: 420px;
      overflow: hidden;
      border: 1px solid rgba(182, 138, 46, 0.24);
      background:
        linear-gradient(90deg, rgba(182, 138, 46, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(182, 138, 46, 0.12) 1px, transparent 1px),
        linear-gradient(180deg, var(--cream), var(--parchment));
      background-size: 58px 58px, 58px 58px, auto;
    }

    .pdx-location-map::before {
      content: "";
      position: absolute;
      inset: 18%;
      border: 1px solid rgba(36, 33, 80, 0.12);
      transform: rotate(-9deg);
    }

    .pdx-location-pin {
      position: absolute;
      left: 50%;
      top: 46%;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--burgundy);
      border: 3px solid var(--cream);
      box-shadow: 0 0 0 1px rgba(121, 7, 40, 0.34), 0 0 0 18px rgba(121, 7, 40, 0.08);
      transform: translate(-50%, -50%);
    }

    .pdx-location-label {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 22px;
      margin: 0;
      color: rgba(36, 33, 80, 0.62);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1rem, 1.6vw, 1.35rem);
      font-style: italic;
      text-align: center;
    }

    .pdx-cta-title {
      margin: 0 auto 18px;
      max-width: 720px;
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(2.2rem, 5vw, 4.5rem);
      font-weight: 400;
      line-height: 0.98;
      letter-spacing: -0.04em;
    }

    .pdx-cta-title em {
      color: var(--peach);
      font-style: italic;
      font-weight: 400;
    }

    .pdx-cta-copy {
      max-width: 56ch;
      margin: 0 auto 32px;
      color: rgba(255, 252, 246, 0.7);
      font-size: 1rem;
      line-height: 1.75;
    }

    .pdx-cta-actions,
    .pdx-actions {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
    }

    .pdx-btn {
      appearance: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 14px 24px;
      color: inherit;
      -webkit-text-fill-color: currentColor;
      border: 1px solid rgba(36, 33, 80, 0.18);
      background: transparent;
      font-size: 0.74rem;
      font-weight: 900;
      letter-spacing: 0.18em;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
    }

    .pdx-btn--primary {
      color: var(--cream, #e1dacd) !important;
      -webkit-text-fill-color: var(--cream, #e1dacd) !important;
      border-color: var(--peach, #f1b492);
      background: transparent;
    }

    .pdx-btn--ghost {
      color: var(--cream) !important;
      -webkit-text-fill-color: var(--cream, #e1dacd) !important;
      border-color: rgba(255, 252, 246, 0.24);
    }

    .pdx-btn:hover,
    .pdx-btn:focus-visible {
      transform: translateY(-2px);
      border-color: var(--gold);
    }

    .pdx-other-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(16px, 2vw, 24px);
    }

    .pdx-other-card {
      position: relative;
      min-height: 280px;
      padding: 0;
      border: 0;
      background: var(--navy-deep);
      color: var(--cream);
      text-align: left;
      overflow: hidden;
      cursor: pointer;
    }

    .pdx-other-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.82;
      transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 220ms ease;
    }

    .pdx-other-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(21, 20, 48, 0.1), rgba(21, 20, 48, 0.76));
    }

    .pdx-other-card:hover img,
    .pdx-other-card:focus-visible img {
      opacity: 0.95;
      transform: scale(1.04);
    }

    .pdx-other-copy {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 20px;
      z-index: 1;
    }

    .pdx-other-copy span {
      display: block;
      margin-bottom: 8px;
      color: var(--peach);
      font-size: 0.68rem;
      font-weight: 900;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .pdx-other-copy strong {
      display: block;
      color: var(--cream);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.5rem, 2.4vw, 2.2rem);
      font-weight: 400;
      line-height: 1.05;
    }

    @media (max-width: 900px) {
      .pdx-hero {
        min-height: 720px;
      }

      .pdx-overview-grid,
      .pdx-location-grid,
      .pdx-gallery-head {
        grid-template-columns: 1fr;
      }

      .pdx-facts-grid,
      .pdx-specs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

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

    @media (max-width: 640px) {
      .pdx-hero {
        min-height: 680px;
      }

      .pdx-hero-meta {
        padding-bottom: 38px;
      }

      .pdx-hero-name {
        font-size: clamp(3rem, 18vw, 4.7rem);
        max-width: 10ch;
      }

      .pdx-hero-summary {
        max-width: 31ch;
        font-size: 0.98rem;
      }

      .pdx-facts-grid,
      .pdx-specs-grid,
      .pdx-other-grid {
        grid-template-columns: 1fr;
      }

      .pdx-gallery-grid {
        grid-template-columns: 1fr;
      }

      .pdx-gallery-item,
      .pdx-gallery-item:nth-child(1),
      .pdx-gallery-item:nth-child(6),
      .pdx-gallery-item:nth-child(7) {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 10;
      }

      .pdx-location-map {
        min-height: 300px;
      }

      .pdx-actions,
      .pdx-cta-actions {
        width: 100%;
      }

      .pdx-btn {
        width: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .pdx-gallery-item img,
      .pdx-other-card img,
      .pdx-btn,
      .pdx-btn {
        transition: none !important;
      }

      .pdx-gallery-item:hover img,
      .pdx-other-card:hover img {
        transform: none !important;
      }
    }

    .vg-page-transition {
      position: fixed;
      inset: 0;
      z-index: 99995;
      display: block;
      pointer-events: none;
      opacity: 1;
      visibility: hidden;
      overflow: hidden;
      background: transparent;
      transform: translate3d(0, 0, 0);
      transition:
        visibility 0s linear 260ms;
      will-change: visibility;
      contain: paint;
    }

    .vg-page-transition[hidden] {
      display: block;
    }

    .vg-page-transition::before,
    .vg-page-transition::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0;
      transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: opacity;
    }

    .vg-page-transition::before {
      background:
        radial-gradient(circle at 50% 42%, rgba(244, 184, 148, 0.075), transparent 40%);
    }

    .vg-page-transition::after {
      background-image:
        linear-gradient(90deg, transparent, rgba(244, 184, 148, 0.12), transparent);
      background-size: 100% 100%;
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }

    .vg-transition-columns {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      pointer-events: none;
    }

    .vg-transition-column {
      position: relative;
      min-width: 0;
      transform: scaleY(0);
      transform-origin: 50% 0%;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 24%, rgba(244, 184, 148, 0.035) 100%),
        linear-gradient(135deg, rgba(12, 10, 33, 0.985), rgba(22, 18, 55, 0.99) 54%, rgba(8, 7, 24, 0.995));
      transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: transform;
      backface-visibility: hidden;
    }

    .vg-transition-column:nth-child(even) {
      transform-origin: 50% 100%;
      background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.02), transparent 26%, rgba(244, 184, 148, 0.032) 100%),
        linear-gradient(135deg, rgba(15, 12, 40, 0.985), rgba(25, 20, 59, 0.99) 50%, rgba(10, 8, 28, 0.995));
    }

    .vg-transition-column::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(244, 184, 148, 0.22), transparent);
      opacity: 0.55;
    }

    .vg-page-transition.is-active,
    html.vg-transition-pending .vg-page-transition {
      visibility: visible;
      transition-delay: 0s;
    }

    .vg-page-transition.is-active .vg-transition-column,
    html.vg-transition-pending .vg-transition-column {
      transform: scaleY(1);
    }

    html.vg-transition-pending {
      background: #100b28;
    }

    .vg-page-transition.is-active::before,
    html.vg-transition-pending .vg-page-transition::before {
      opacity: 1;
    }

    .vg-page-transition.is-active::after,
    html.vg-transition-pending .vg-page-transition::after {
      opacity: 0.28;
    }

    .vg-page-transition.is-clearing {
      visibility: visible;
      transition:
        visibility 0s linear 300ms;
    }

    .vg-page-transition.is-clearing .vg-transition-column {
      transform: scaleY(0);
      transition-duration: 300ms;
    }

    .vg-page-transition.is-clearing::before,
    .vg-page-transition.is-clearing::after {
      opacity: 0;
    }

    body.vg-page-is-leaving .site-header,
    body.vg-page-is-leaving main,
    body.vg-page-is-leaving .footer,
    body.vg-page-is-leaving .floating-actions,
    body.vg-page-is-leaving .back-home {
      opacity: 0.94;
      transform: translate3d(0, -2px, 0) scale(0.9995);
      transition:
        opacity 160ms ease,
        transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: opacity, transform;
    }

    body.vg-page-is-entering .site-header,
    body.vg-page-is-entering main,
    body.vg-page-is-entering .footer,
    body.vg-page-is-entering .floating-actions,
    body.vg-page-is-entering .back-home {
      animation: vgPageEnter 360ms cubic-bezier(0.22, 1, 0.36, 1) 30ms both;
    }

    @keyframes vgPageEnter {
      from {
        opacity: 0.99;
        transform: translate3d(0, 4px, 0) scale(0.9995);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .vg-page-transition,
      .vg-page-transition::before,
      .vg-page-transition::after,
      .vg-transition-column,
      body.vg-page-is-leaving .site-header,
      body.vg-page-is-leaving main,
      body.vg-page-is-leaving .footer,
      body.vg-page-is-leaving .floating-actions,
      body.vg-page-is-leaving .back-home,
      body.vg-page-is-entering .site-header,
      body.vg-page-is-entering main,
      body.vg-page-is-entering .footer,
      body.vg-page-is-entering .floating-actions,
      body.vg-page-is-entering .back-home {
        animation: none !important;
        transition: none !important;
        transform: none !important;
      }
    }

    html.vg-intro-seen .loader {
      display: none !important;
    }

.twin-projects { background: var(--navy-deep); }
          .twin-projects-wrap { position: relative; z-index: 1; }
          .twin-projects-intro { align-items: end; gap: clamp(24px, 4vw, 56px); }
          .twin-projects #projects-heading { font-size: clamp(0.84rem, 1.05vw, 1.08rem); letter-spacing: 0.32em; }
          .twin-projects-title { max-width: 920px; }
          .twin-projects-title span { color: var(--platinum); font-style: italic; font-weight: 400; }
          .twin-projects-lead { max-width: 62ch; margin: clamp(18px, 2.2vw, 28px) 0 0; color: color-mix(in oklch, var(--cream) 76%, transparent); font-size: clamp(1rem, 1.2vw, 1.14rem); line-height: 1.85; }
          .twin-projects-data .ph-stat-value { font-size: clamp(1.8rem, 3.2vw, 3.6rem); }
          .twin-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: clamp(18px, 2.6vw, 34px); margin-top: clamp(42px, 6vw, 78px); }
          .twin-project { position: relative; min-height: clamp(680px, 76vw, 860px); border-radius: 6px; padding: 1px; background: linear-gradient(145deg, color-mix(in oklch, var(--gold) 66%, transparent), rgba(255,255,255,0.08) 34%, color-mix(in oklch, var(--brand-accent) 40%, transparent)); overflow: hidden; box-shadow: 0 34px 88px -52px rgba(0,0,0,0.7); cursor: pointer; }
          .twin-project::before { content: ""; position: absolute; inset: 1px; z-index: 0; border-radius: 5px; background: linear-gradient(180deg, rgba(9, 19, 36, 0.22), rgba(9, 19, 36, 0.92)); pointer-events: none; }
          .twin-project__image { position: absolute; inset: 1px; z-index: 0; overflow: hidden; border-radius: 5px; background: var(--midnight-deep); }
          .twin-project__image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.04) contrast(1.03) brightness(1.04); transform: scale(1.01); transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.9s cubic-bezier(0.2, 0.8, 0.2, 1); }
          .twin-project:hover .twin-project__image img { transform: scale(1.045); filter: saturate(1.08) contrast(1.05) brightness(1.1); }
          .twin-project__shade { position: absolute; inset: 1px; z-index: 1; border-radius: 5px; background: linear-gradient(180deg, rgba(11, 18, 33, 0.08) 0%, rgba(11, 18, 33, 0.24) 38%, rgba(11, 18, 33, 0.68) 100%), radial-gradient(circle at 20% 18%, rgba(196,144,70,0.16), transparent 35%); pointer-events: none; }
          .twin-project__content { position: relative; z-index: 2; min-height: 100%; display: flex; flex-direction: column; padding: clamp(22px, 3.4vw, 46px); color: var(--cream); }
          .twin-project__topline { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: auto; }
          .twin-project__index, .twin-project__status { font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--platinum); }
          .twin-project__status { color: var(--peach); text-align: right; }
          .twin-project__body { max-width: 620px; margin-top: clamp(180px, 26vw, 310px); }
          .twin-project__location { margin: 0 0 14px; font-size: 0.76rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--peach); font-weight: 700; }
          .twin-project__name { margin: 0; max-width: 100%; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(2.7rem, 4.8vw, 4.35rem); line-height: 0.93; letter-spacing: -0.025em; color: var(--cream); font-weight: 500; text-wrap: balance; overflow-wrap: break-word; }
          .twin-project--hitec-commercial .twin-project__name { font-size: clamp(2.55rem, 4vw, 3.7rem); line-height: 0.98; letter-spacing: -0.018em; overflow-wrap: normal; }
          .twin-project__line, .twin-project__emotion { display: none; }
          .twin-project__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: clamp(22px, 2.4vw, 32px) 0 0; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12); }
          .twin-project__fact { min-height: 92px; padding: 16px 14px; background: rgba(9, 17, 31, 0.62); }
          .twin-project__fact strong { display: block; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.28rem, 1.9vw, 1.78rem); line-height: 1; color: var(--cream); font-weight: 500; overflow-wrap: break-word; }
          .twin-project--hitec-commercial .twin-project__fact strong { font-size: clamp(1.18rem, 1.62vw, 1.5rem); overflow-wrap: normal; }
          .twin-project__fact span { display: block; margin-top: 9px; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: color-mix(in oklch, var(--cream) 62%, transparent); line-height: 1.45; }
          .twin-project__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: clamp(28px, 3vw, 38px); }
          .twin-project__visit { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: linear-gradient(135deg, #f1b492, #c98372); color: var(--navy-deep); text-decoration: none; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; font-weight: 800; box-shadow: 0 16px 38px -24px rgba(0,0,0,0.7); transition: transform 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring); }
          .twin-project__visit:hover { transform: translateY(-2px); box-shadow: 0 22px 46px -24px rgba(0,0,0,0.75); }
          .twin-project__details { position: relative; }
          button.twin-project__details { appearance: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.22); color: var(--cream); text-transform: uppercase; letter-spacing: 0.16em; font: inherit; font-size: 0.7rem; font-weight: 800; background: rgba(17, 26, 48, 0.52); transition: border-color 0.45s var(--ease-spring), background 0.45s var(--ease-spring), transform 0.45s var(--ease-spring); }
          button.twin-project__details:hover { border-color: color-mix(in oklch, var(--gold) 72%, transparent); background: rgba(17, 26, 48, 0.72); transform: translateY(-2px); }
          button.twin-project__details:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
          .twin-project__details summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.22); color: var(--cream); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.7rem; font-weight: 800; background: rgba(17, 26, 48, 0.52); transition: border-color 0.45s var(--ease-spring), background 0.45s var(--ease-spring), transform 0.45s var(--ease-spring); }
          .twin-project__details summary::-webkit-details-marker { display: none; }
          .twin-project__details summary:hover { border-color: color-mix(in oklch, var(--gold) 72%, transparent); background: rgba(17, 26, 48, 0.72); transform: translateY(-2px); }
          .twin-project__more { margin-top: 18px; padding: 20px; border: 1px solid rgba(255,255,255,0.12); background: rgba(9, 17, 31, 0.64); color: color-mix(in oklch, var(--cream) 78%, transparent); }
          .twin-project__more h4 { margin: 0 0 12px; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.4rem, 2vw, 1.8rem); font-weight: 500; color: var(--cream); }
          .twin-project__more ul { margin: 0; padding-left: 18px; columns: 2; column-gap: 28px; }
          .twin-project__more li { break-inside: avoid; margin: 0 0 9px; line-height: 1.55; }
          .twin-completed { margin: clamp(36px, 5vw, 68px) auto 0; max-width: 1180px; border-top: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); color: var(--cream); }
          .twin-completed summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; }
          .twin-completed summary::-webkit-details-marker { display: none; }
          .twin-completed__label { font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--peach); font-weight: 800; }
          .twin-completed__title { display: block; margin-top: 8px; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.8rem, 3.4vw, 3.6rem); line-height: 1; font-weight: 500; }
          .twin-completed__icon { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.18); display: inline-flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.5rem; flex: 0 0 auto; transition: transform 0.45s var(--ease-spring); }
          .twin-completed[open] .twin-completed__icon { transform: rotate(45deg); }
          .twin-completed__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0 0 28px; }
          .twin-completed__item { padding: 18px; min-height: 132px; background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.1); }
          .twin-completed__item[data-project-key] { cursor: pointer; transition: border-color 0.35s var(--ease-spring), background 0.35s var(--ease-spring), transform 0.35s var(--ease-spring); }
          .twin-completed__item[data-project-key]:hover { border-color: color-mix(in oklch, var(--gold) 48%, transparent); background: linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045)); transform: translateY(-2px); }
          .twin-completed__item[data-project-key]:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
          .twin-completed__item span { display: block; font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
          .twin-completed__item strong { display: block; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.2rem, 1.8vw, 1.7rem); font-weight: 500; line-height: 1.15; }
          .twin-completed__item p { margin: 12px 0 0; color: color-mix(in oklch, var(--cream) 62%, transparent); line-height: 1.6; font-size: 0.9rem; }
          .twin-upcoming { margin-top: clamp(34px, 4.6vw, 60px); }
          .twin-upcoming__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr); gap: clamp(16px, 2vw, 28px); padding: 0 0 28px; align-items: stretch; }
          .twin-upcoming__visual { position: relative; min-height: clamp(280px, 34vw, 460px); overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.035); }
          .twin-upcoming__visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.06) contrast(1.03) brightness(1.06); }
          .twin-upcoming__copy { padding: clamp(22px, 3vw, 34px); border: 1px solid rgba(255,255,255,0.12); background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)); display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
          .twin-upcoming__eyebrow { margin: 0 0 12px; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 800; }
          .twin-upcoming__name { margin: 0; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(2rem, 4vw, 4.1rem); line-height: 0.95; color: var(--cream); font-weight: 500; }
          .twin-upcoming__text { margin: 18px 0 0; color: color-mix(in oklch, var(--cream) 68%, transparent); font-size: 0.95rem; line-height: 1.75; }
          .twin-upcoming__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1); }
          .twin-upcoming__fact { padding: 14px; background: rgba(9, 17, 31, 0.5); }
          .twin-upcoming__fact strong { display: block; font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.1rem, 1.8vw, 1.55rem); font-weight: 500; color: var(--cream); }
          .twin-upcoming__fact span { display: block; margin-top: 7px; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: color-mix(in oklch, var(--cream) 58%, transparent); }
          .twin-upcoming__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
          .twin-upcoming__open { appearance: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.22); color: var(--cream); text-transform: uppercase; letter-spacing: 0.16em; font: inherit; font-size: 0.7rem; font-weight: 800; background: rgba(17, 26, 48, 0.52); transition: border-color 0.45s var(--ease-spring), background 0.45s var(--ease-spring), transform 0.45s var(--ease-spring); }
          .twin-upcoming__open:hover { border-color: color-mix(in oklch, var(--gold) 72%, transparent); background: rgba(17, 26, 48, 0.72); transform: translateY(-2px); }
          .twin-upcoming__open:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
          .twin-projects-note { width: min(100%, 1180px); max-width: 78ch; margin: 22px auto 0; color: color-mix(in oklch, var(--cream) 48%, transparent); font-size: 0.82rem; line-height: 1.7; }
          @media (max-width: 980px) {
            .twin-showcase { grid-template-columns: 1fr; }
            .twin-project { min-height: auto; }
            .twin-project__content { min-height: clamp(660px, 94vw, 780px); }
            .twin-project__body { margin-top: auto; padding-top: 220px; }
            .twin-completed__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .twin-upcoming__grid { grid-template-columns: 1fr; }
          }
          @media (max-width: 620px) {
            .twin-projects-intro { align-items: start; }
            .twin-projects-data { width: 100%; justify-content: space-between; }
            .twin-project { border-radius: 4px; }
            .twin-project__content { min-height: 650px; padding: 20px; }
            .twin-project__topline { align-items: flex-start; }
            .twin-project__body { padding-top: 150px; }
            .twin-project__name { font-size: clamp(2.45rem, 15vw, 4.4rem); }
            .twin-project__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .twin-project__fact { min-height: 84px; }
            .twin-project__actions, .twin-project__visit, button.twin-project__details, .twin-project__details summary { width: 100%; }
            .twin-project__more { padding: 18px 16px; }
            .twin-project__more ul { columns: 1; }
            .twin-completed summary { align-items: flex-start; }
            .twin-completed__grid { grid-template-columns: 1fr; }
            .twin-upcoming__actions,
            .twin-upcoming__actions .twin-project__visit,
            .twin-upcoming__open { width: 100%; }
            .twin-upcoming__facts { grid-template-columns: 1fr; }
          }
          @media (prefers-reduced-motion: reduce) {
            .twin-project__image img, .twin-project__visit, button.twin-project__details, .twin-project__details summary, .twin-completed__icon, .twin-upcoming__open { transition: none; }
            .twin-project:hover .twin-project__image img, .twin-project__visit:hover, button.twin-project__details:hover, .twin-project__details summary:hover, .twin-upcoming__open:hover { transform: none; }
          }

.vg-pm { position: fixed; inset: 0; z-index: 9990; display: flex; align-items: stretch; justify-content: center; padding: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.32s ease, visibility 0s linear 0.32s; font-family: "Satoshi", "Supreme", sans-serif; }
    .vg-pm.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity 0.32s ease, visibility 0s linear 0s; }
    .vg-pm-backdrop { position: absolute; inset: 0; background: rgba(15, 13, 38, 0.74); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); cursor: pointer; }
    .vg-pm-shell { position: relative; z-index: 1; width: 100%; max-width: 1180px; max-height: 100vh; margin: 0 auto; background: var(--paper, #fbf7ee); color: var(--navy-deep, #242150); overflow-y: auto; -webkit-overflow-scrolling: touch; transform: translateY(28px) scale(0.985); opacity: 0; transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.42s ease; box-shadow: 0 32px 96px -24px rgba(0, 0, 0, 0.55); }
    .vg-pm.is-open .vg-pm-shell { transform: translateY(0) scale(1); opacity: 1; }
    .vg-pm-close { position: absolute; top: 18px; right: 18px; z-index: 5; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, 0.92); border: 1px solid color-mix(in oklch, var(--gold, #B68A2E) 25%, transparent); cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--navy-deep, #242150); transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease; box-shadow: 0 8px 22px -8px rgba(0,0,0,0.3); }
    .vg-pm-close:hover { background: var(--burgundy, #790728); color: #fff; transform: scale(1.05); }
    .vg-pm-close svg { width: 18px; height: 18px; }
    .vg-pm-hero { position: relative; aspect-ratio: 16 / 9; min-height: 320px; overflow: hidden; background: var(--navy-deep, #242150); }
    .vg-pm-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
    .vg-pm-hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,33,80,0) 30%, rgba(36,33,80,0.62) 100%), linear-gradient(90deg, rgba(36,33,80,0.45) 0%, rgba(36,33,80,0) 60%); pointer-events: none; }
    .vg-pm-hero-meta { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(28px, 4vw, 56px); color: #fff; }
    .vg-pm-hero-tag { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
    .vg-pm-year { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1rem, 1.6vw, 1.3rem); color: var(--gold-soft, #cfa54f); letter-spacing: 0.05em; font-weight: 500; }
    .vg-pm-divider { width: 28px; height: 1px; background: rgba(255,255,255,0.4); }
    .vg-pm-type { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.78); font-weight: 600; }
    .vg-pm-name { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.8rem, 4.6vw, 3.4rem); line-height: 1.06; letter-spacing: -0.015em; margin: 0 0 14px; font-weight: 500; max-width: 18ch; color: #fff; }
    .vg-pm-loc { font-size: clamp(0.92rem, 1.2vw, 1.05rem); color: rgba(255,255,255,0.85); margin: 0; }
    .vg-pm-loc::before { content: "â€”  "; color: var(--gold-soft, #cfa54f); }
    .vg-pm-section { padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 56px); border-bottom: 1px solid color-mix(in oklch, var(--navy-deep, #242150) 12%, transparent); }
    .vg-pm-section:last-of-type { border-bottom: 0; }
    .vg-pm-eyebrow { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold, #B68A2E); margin: 0 0 14px; font-weight: 600; }
    .vg-pm-h { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.12; color: var(--navy-deep, #242150); margin: 0 0 22px; font-weight: 500; }
    .vg-pm-h em { font-style: italic; color: var(--burgundy, #790728); font-weight: 400; }
    .vg-pm-overview-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 56px); align-items: start; }
    .vg-pm-overview p { font-size: clamp(0.98rem, 1.15vw, 1.08rem); line-height: 1.8; color: color-mix(in oklch, var(--navy-deep, #242150) 76%, var(--paper, #fbf7ee) 24%); margin: 0 0 18px; }
    .vg-pm-overview p:last-child { margin: 0; }
    .vg-pm-meta { padding: clamp(22px, 2.6vw, 30px); background: linear-gradient(180deg, var(--cream, #fffcf6), var(--parchment, #f7f0e5)); border: 1px solid color-mix(in oklch, var(--gold, #B68A2E) 22%, transparent); border-radius: 4px; }
    .vg-pm-meta-title { font-family: "Gambetta", "Recia", Georgia, serif; font-size: 1.1rem; margin: 0 0 18px; color: var(--navy-deep, #242150); font-weight: 500; }
    .vg-pm-meta-list { list-style: none; padding: 0; margin: 0; }
    .vg-pm-meta-row { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-bottom: 1px solid color-mix(in oklch, var(--gold, #B68A2E) 18%, transparent); gap: 16px; }
    .vg-pm-meta-row:last-child { border-bottom: 0; }
    .vg-pm-meta-label { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: color-mix(in oklch, var(--navy-deep, #242150) 50%, transparent); font-weight: 600; }
    .vg-pm-meta-value { font-family: "Gambetta", "Recia", Georgia, serif; font-size: 1rem; color: var(--navy-deep, #242150); font-weight: 500; text-align: right; }
    .vg-pm-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: color-mix(in oklch, var(--gold, #B68A2E) 22%, transparent); border: 1px solid color-mix(in oklch, var(--gold, #B68A2E) 22%, transparent); border-radius: 4px; overflow: hidden; }
    .vg-pm-fact { padding: clamp(18px, 2.2vw, 24px); background: linear-gradient(180deg, var(--cream, #fffcf6), var(--parchment, #f7f0e5)); text-align: center; }
    .vg-pm-fact-value { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1; color: var(--navy-deep, #242150); margin: 0 0 8px; font-weight: 500; }
    .vg-pm-fact-label { font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: color-mix(in oklch, var(--navy-deep, #242150) 60%, transparent); margin: 0; font-weight: 600; }
    .vg-pm-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(8px, 1vw, 12px); }
    .vg-pm-gallery-item { position: relative; overflow: hidden; background: var(--navy-deep, #242150); border-radius: 4px; aspect-ratio: 4 / 3; }
    .vg-pm-gallery-item:nth-child(1) { grid-column: span 8; aspect-ratio: 16 / 9; }
    .vg-pm-gallery-item:nth-child(2) { grid-column: span 4; }
    .vg-pm-gallery-item:nth-child(3) { grid-column: span 4; }
    .vg-pm-gallery-item:nth-child(4) { grid-column: span 4; }
    .vg-pm-gallery-item:nth-child(5) { grid-column: span 4; }
    .vg-pm-gallery-item:nth-child(n+6) { grid-column: span 6; aspect-ratio: 16 / 10; }
    .vg-pm-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
    .vg-pm-gallery-item:hover img { transform: scale(1.04); }
    .vg-pm-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(10px, 1.4vw, 16px); }
    .vg-pm-spec { padding: clamp(16px, 1.8vw, 20px); background: linear-gradient(180deg, var(--cream, #fffcf6), var(--parchment, #f7f0e5)); border: 1px solid color-mix(in oklch, var(--gold, #B68A2E) 22%, transparent); border-radius: 4px; display: flex; align-items: center; gap: 12px; font-size: 0.92rem; color: var(--navy-deep, #242150); }
    .vg-pm-spec-bullet { width: 6px; height: 6px; border-radius: 50%; background: var(--gold, #B68A2E); flex-shrink: 0; }
    .vg-pm-location p { font-size: 1rem; line-height: 1.8; color: color-mix(in oklch, var(--navy-deep, #242150) 76%, var(--paper, #fbf7ee) 24%); margin: 0 0 14px; }
    .vg-pm-location p:last-child { margin: 0; }
    .vg-pm-cta { padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 56px); background: var(--navy-deep, #242150); color: #fff; text-align: center; }
    .vg-pm-cta-h { font-family: "Gambetta", "Recia", Georgia, serif; font-size: clamp(1.5rem, 3.4vw, 2.2rem); line-height: 1.1; margin: 0 0 16px; font-weight: 500; color: #fff; }
    .vg-pm-cta-h em { font-style: italic; color: var(--gold-soft, #cfa54f); font-weight: 400; }
    .vg-pm-cta-sub { color: rgba(255,255,255,0.72); margin: 0 auto 28px; max-width: 52ch; font-size: 0.96rem; line-height: 1.7; }
    .vg-pm-cta-actions { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
    .vg-pm-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; text-decoration: none; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; border-radius: 2px; transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease; cursor: pointer; }
    .vg-pm-cta-btn--primary { background: var(--gold, #B68A2E); color: var(--navy-deep, #242150); border: 0; }
    .vg-pm-cta-btn--primary:hover { background: var(--gold-soft, #cfa54f); transform: translateY(-2px); }
    .vg-pm-cta-btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3); }
    .vg-pm-cta-btn--ghost:hover { border-color: var(--gold-soft, #cfa54f); color: var(--gold-soft, #cfa54f); transform: translateY(-2px); }
    body.vg-pm-locked { overflow: hidden; }
    @media (max-width: 720px) {
      .vg-pm-shell { max-width: 100%; max-height: 100vh; max-height: 100dvh; }
      .vg-pm-overview-grid { grid-template-columns: 1fr; gap: 28px; }
      .vg-pm-gallery { grid-template-columns: 1fr; }
      .vg-pm-gallery-item, .vg-pm-gallery-item:nth-child(1), .vg-pm-gallery-item:nth-child(2), .vg-pm-gallery-item:nth-child(3), .vg-pm-gallery-item:nth-child(4), .vg-pm-gallery-item:nth-child(5), .vg-pm-gallery-item:nth-child(n+6) { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
      .vg-pm-close { position: fixed; top: calc(12px + env(safe-area-inset-top, 0px)); right: max(12px, env(safe-area-inset-right, 0px)); width: 44px; height: 44px; }
      .vg-pm-hero { aspect-ratio: 4 / 3; min-height: 250px; }
      .vg-pm-hero-meta { padding: 68px 20px 24px; }
      .vg-pm-name { font-size: clamp(1.65rem, 9vw, 2.45rem); max-width: 12ch; }
      .vg-pm-section,
      .vg-pm-cta { padding: 34px 20px; }
      .vg-pm-meta-row { align-items: flex-start; flex-direction: column; gap: 4px; }
      .vg-pm-meta-value { text-align: left; }
      .vg-pm-specs { grid-template-columns: 1fr; }
      .vg-pm-cta-actions { display: flex; width: 100%; }
      .vg-pm-cta-btn { width: 100%; min-height: 48px; justify-content: center; padding-inline: 16px; text-align: center; }
    }
    @media (prefers-reduced-motion: reduce) {
      .vg-pm, .vg-pm-shell, .vg-pm-close, .vg-pm-gallery-item img { transition: none !important; }
      .vg-pm-shell { transform: none; }
    }

/* â”€â”€ All scenes: absolute fill, stacked below viewport initially â”€â”€ */
    .hero-stack .hero-scene {
      position: absolute;
      inset: 0;
      opacity: 1;
      transform: translateY(100%);
      visibility: visible;
      will-change: transform;
      transition: none;
    }
    /* Scene 1 starts already at rest */
    .hero-stack .hero-scene:first-child { transform: translateY(0); }

    /* Z layering â€” incoming scenes always render above departing */
    .hero-stack .hero-scene:nth-child(1) { z-index: 1; }
    .hero-stack .hero-scene:nth-child(2) { z-index: 2; }
    .hero-stack .hero-scene:nth-child(3) { z-index: 3; }

    /* Gold card-edge seam â€” the thin line at the top of each incoming card */
    .hero-stack .hero-scene:not(:first-child)::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg,
        transparent 0%,
        color-mix(in oklch, var(--gold, #B68A2E) 68%, transparent) 10%,
        color-mix(in oklch, var(--gold, #B68A2E) 92%, transparent) 35%,
        color-mix(in oklch, var(--gold, #B68A2E) 92%, transparent) 65%,
        color-mix(in oklch, var(--gold, #B68A2E) 68%, transparent) 90%,
        transparent 100%
      );
      z-index: 10;
      pointer-events: none;
    }

    /* Progress bar */
    .hero-progress.vg-hp {
      position: absolute; left: 0; right: 0; top: 0;
      height: 2px; background: rgba(255,255,255,0.08);
      overflow: hidden; pointer-events: none; z-index: 6;
    }
    .hero-progress.vg-hp::before {
      content: ""; display: block; height: 100%;
      width: var(--vg-hp, 33%);
      background: linear-gradient(90deg, var(--gold, #B68A2E), var(--gold-soft, #cfa54f));
      transition: width 0.25s ease;
    }

    /* When motion is allowed: tall section + exact-height sticky pin */
    @media (prefers-reduced-motion: no-preference) {
      #hero    { min-height: 300vh; }
      .hero-pin { height: 100vh; min-height: unset; overflow: hidden; }
    }
    .hero.is-light-hero .hero-stack .hero-scene {
      will-change: auto;
      transition: transform 0.58s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.36s ease;
    }
    @media (max-width: 768px) {
      #hero.hero.is-vertical-hero {
        min-height: 0;
      }
      .hero.is-vertical-hero .hero-pin {
        height: auto;
        min-height: 0;
        overflow: visible;
      }
    }

    /* Reduced motion: static, only first scene shown */
    @media (prefers-reduced-motion: reduce) {
      .hero-stack .hero-scene              { transform: none !important; transition: none !important; }
      .hero-stack .hero-scene:not(:first-child) { opacity: 0 !important; }
      .hero-progress.vg-hp::before        { transition: none; }
    }

    /* Liquid glass material layer: scoped to existing fixed-size surfaces. */
    .site-header .container,
    .menu-toggle,
    .hero-scene-text-main,
    .hero-scene-text-side,
    .vg-ai-chat,
    .pdx-panel {
      background-clip: padding-box;
      isolation: isolate;
    }

    .site-header .container {
      border-color: color-mix(in oklch, var(--cream) 16%, transparent);
      background:
        linear-gradient(135deg, color-mix(in oklch, var(--cream) 12%, transparent), transparent 36%),
        radial-gradient(circle at 12% 0%, color-mix(in oklch, var(--gold) 18%, transparent), transparent 34%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy-deep) 68%, transparent), color-mix(in oklch, var(--navy-deep) 50%, transparent));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04),
        0 18px 52px rgba(3, 8, 24, 0.24);
    }

    .site-header.scrolled .container {
      background:
        linear-gradient(135deg, color-mix(in oklch, var(--cream) 10%, transparent), transparent 34%),
        radial-gradient(circle at 14% 0%, color-mix(in oklch, var(--gold) 16%, transparent), transparent 32%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy-deep) 76%, transparent), color-mix(in oklch, var(--navy-deep) 62%, transparent));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04),
        0 18px 54px rgba(3, 8, 24, 0.3);
    }

    .hero-scene-text-side {
      display: none;
    }

    .menu-toggle {
      background:
        linear-gradient(135deg, color-mix(in oklch, var(--cream) 10%, transparent), transparent 42%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy-deep) 58%, transparent), color-mix(in oklch, var(--navy-deep) 38%, transparent));
      border-color: color-mix(in oklch, var(--gold) 30%, transparent);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        inset 0 -1px 0 rgba(255, 255, 255, 0.03);
    }

    .hero-scene-text-main {
      background:
        linear-gradient(120deg, color-mix(in oklch, var(--cream) 10%, transparent), transparent 34%),
        radial-gradient(circle at 96% 18%, color-mix(in oklch, var(--cream) 12%, transparent), transparent 34%),
        linear-gradient(90deg, rgba(6, 10, 23, 0.84), rgba(6, 10, 23, 0.56) 72%, rgba(6, 10, 23, 0.08));
      border-left-color: color-mix(in oklch, var(--gold) 92%, var(--cream) 8%);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 1px 0 0 rgba(255, 255, 255, 0.06),
        0 34px 92px rgba(2, 7, 18, 0.32);
    }

    .hero-scene-text-side {
      background:
        linear-gradient(135deg, color-mix(in oklch, var(--cream) 9%, transparent), transparent 42%),
        linear-gradient(180deg, rgba(8, 13, 28, 0.68), rgba(8, 13, 28, 0.4));
      border-top-color: color-mix(in oklch, var(--gold) 72%, transparent);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 26px 74px rgba(2, 7, 18, 0.26);
    }

    .vg-ai-chat {
      background:
        linear-gradient(135deg, color-mix(in oklch, var(--cream) 8%, transparent), transparent 34%),
        radial-gradient(circle at 92% 0%, color-mix(in oklch, var(--gold) 14%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in oklch, var(--navy-deep) 90%, black 10%), color-mix(in oklch, var(--navy) 82%, black 18%));
      border-color: color-mix(in oklch, var(--gold) 28%, transparent);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 30px 84px rgba(3, 8, 24, 0.5);
    }

    .vg-ai-chat__head {
      background:
        linear-gradient(135deg, color-mix(in oklch, var(--cream) 9%, transparent), transparent 38%),
        color-mix(in oklch, var(--navy-deep) 76%, black 24%);
    }

    .pdx-panel {
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.28)),
        radial-gradient(circle at 100% 0%, color-mix(in oklch, var(--gold) 20%, transparent), transparent 36%),
        linear-gradient(180deg, color-mix(in oklch, var(--cream) 94%, white 6%), var(--parchment));
      border-color: rgba(182, 138, 46, 0.3);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(182, 138, 46, 0.08),
        0 26px 74px rgba(36, 33, 80, 0.13);
    }

    @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
      .site-header .container,
      .menu-toggle,
      .hero-scene-text-main,
      .hero-scene-text-side,
      .vg-ai-chat {
        -webkit-backdrop-filter: blur(18px) saturate(128%);
        backdrop-filter: blur(18px) saturate(128%);
      }

      .site-header.scrolled .container {
        -webkit-backdrop-filter: blur(20px) saturate(136%);
        backdrop-filter: blur(20px) saturate(136%);
      }

      .pdx-panel {
        -webkit-backdrop-filter: blur(12px) saturate(112%);
        backdrop-filter: blur(12px) saturate(112%);
      }
    }

    /* Bright luxury pass: warmer darks, clearer whites, and lighter image veils. */
    :root {
      --brand-bg: #191833;
      --midnight: #101126;
      --midnight-deep: color-mix(in oklch, var(--midnight) 82%, black 18%);
      --navy-deep: #181733;
      --navy: #343151;
      --gold: #d2aa68;
      --gold-soft: #e3bc77;
      --cream: #fff6e8;
      --platinum: #d4d0df;
      --text-primary: #fff6e8;
      --text-body: #e7ddd0;
      --text-meta: #cfcadd;
      --text-secondary-aa: rgba(255, 246, 232, 0.88);
      --text-muted-aa: rgba(255, 246, 232, 0.76);
      --line: rgba(218, 207, 188, 0.2);
      --line-strong: rgba(232, 216, 188, 0.34);
      --surface: #1b1a36;
      --surface-raised: #41405d;
      --surface-soft: #302e4c;
      --paper: #fffaf1;
      --peach: #f3b38e;
      --burgundy: #8a1e37;
    }

    body {
      background:
        radial-gradient(circle at 16% 10%, rgba(210, 170, 104, 0.13), transparent 28%),
        radial-gradient(circle at 86% 22%, rgba(243, 179, 142, 0.1), transparent 26%),
        linear-gradient(180deg, #211f3d 0%, #181733 46%, #15142d 100%);
    }
    body::after { opacity: 0.026; }

    .hero {
      --hero-bg: #1b1a36;
      --hero-panel: rgba(19, 18, 39, 0.7);
      background:
        radial-gradient(circle at 18% 14%, rgba(210, 170, 104, 0.18), transparent 28%),
        radial-gradient(circle at 82% 12%, rgba(243, 179, 142, 0.12), transparent 22%),
        linear-gradient(180deg, #29264a 0%, #181733 58%, #17162f 100%);
    }
    .hero-scene::before {
      background:
        radial-gradient(circle at 16% 18%, var(--scene-glow), transparent 30%),
        linear-gradient(135deg, var(--scene-flare), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%, rgba(10, 12, 28, 0.2));
    }
    .hero-scene--concept,
    .hero-scene--development,
    .hero-scene--realization {
      --scene-edge: rgba(8, 10, 24, 0.14);
    }
    .hero-scene-text-main {
      background:
        linear-gradient(120deg, rgba(255, 246, 232, 0.16), transparent 36%),
        radial-gradient(circle at 96% 18%, rgba(255, 246, 232, 0.13), transparent 34%),
        linear-gradient(90deg, rgba(17, 17, 38, 0.72), rgba(17, 17, 38, 0.46) 72%, rgba(17, 17, 38, 0.04));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 1px 0 0 rgba(255, 255, 255, 0.08),
        0 30px 78px rgba(2, 7, 18, 0.24);
    }
    .site-header .container {
      background:
        linear-gradient(135deg, rgba(255, 246, 232, 0.14), transparent 36%),
        radial-gradient(circle at 12% 0%, rgba(210, 170, 104, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(24, 23, 51, 0.74), rgba(24, 23, 51, 0.58));
      border-color: rgba(255, 246, 232, 0.2);
    }
    .menu-toggle {
      background:
        linear-gradient(135deg, rgba(255, 246, 232, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(24, 23, 51, 0.7), rgba(24, 23, 51, 0.48));
    }

    .menu-overlay { background: rgba(13, 14, 34, 0.5); }
    .menu-panel {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255,255,255,0.01)),
        linear-gradient(135deg, #2d2a4b 0%, #1d1b39 54%, #181733 100%);
    }
    .menu-panel-nav {
      background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
        color-mix(in oklch, var(--navy) 78%, var(--navy-deep) 22%);
    }
    .menu-panel-brand {
      background:
        radial-gradient(circle at 72% 26%, rgba(255,255,255,0.08), transparent 24%),
        linear-gradient(135deg, #242342 0%, #302d50 100%);
    }
    .menu-panel-featured img { filter: saturate(1.08) contrast(1.02) brightness(1.08); }

    .projects,
    .twin-projects,
    .contact-v3,
    .pdx-section--dark {
      background:
        radial-gradient(circle at 16% 10%, rgba(210, 170, 104, 0.13), transparent 28%),
        linear-gradient(180deg, #24213f 0%, #181733 60%, #17162f 100%);
    }
    .projects.projects-ledger {
      background:
        radial-gradient(circle at 16% 10%, rgba(210, 170, 104, 0.16), transparent 30%),
        radial-gradient(circle at 84% 20%, rgba(243, 179, 142, 0.12), transparent 28%),
        linear-gradient(180deg, #2b2849 0%, #1c1a38 58%, #181733 100%);
    }
    .projects-ledger-sheet {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
        color-mix(in oklch, var(--navy) 78%, var(--navy-deep) 22%);
    }
    .projects-ledger-columns { background: rgba(24, 23, 51, 0.74); }

    .twin-project::before {
      background: linear-gradient(180deg, rgba(9, 19, 36, 0.1), rgba(9, 19, 36, 0.68));
    }
    .twin-project__shade {
      background:
        linear-gradient(180deg, rgba(11, 18, 33, 0.03) 0%, rgba(11, 18, 33, 0.16) 40%, rgba(11, 18, 33, 0.58) 100%),
        radial-gradient(circle at 20% 18%, rgba(210,170,104,0.18), transparent 35%);
    }
    .twin-project__fact,
    .twin-upcoming__fact,
    .twin-project__more {
      background: rgba(22, 27, 52, 0.56);
      border-color: rgba(255, 246, 232, 0.14);
    }
    .twin-upcoming__copy,
    .twin-completed__item {
      background: linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045));
      border-color: rgba(255,255,255,0.16);
    }

    .btn-primary,
    .btn-secondary,
    .header-cta,
    .header-cta.btn-primary,
    .menu-panel-brand-cta,
    .menu-contact-cta,
    .vg-ai-lead-card__btn--primary,
    .ct3-submit,
    .vg-strip-btn,
    .vg-strip-btn--primary,
    .vg-strip-btn--wa,
    .twin-project__visit,
    button.twin-project__details,
    .twin-project__details summary,
    .vg-pm-cta-btn--primary,
    .vg-pm-cta-btn--ghost,
    .pdx-btn--primary,
    .pdx-btn--ghost,
    .chat-fab,
    .chat-action,
    .to-start {
      background: var(--cta-gold);
      background-image: none;
      color: #17162f !important;
      -webkit-text-fill-color: #17162f !important;
      border-color: color-mix(in oklch, var(--cta-gold) 74%, #fff 26%);
      box-shadow: 0 16px 36px -24px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.36);
    }
    .btn-primary:hover,
    .btn-secondary:hover,
    .header-cta:hover,
    .header-cta.btn-primary:hover,
    .menu-panel-brand-cta:hover,
    .menu-contact-cta:hover,
    .vg-ai-lead-card__btn--primary:hover,
    .vg-ai-lead-card__btn--primary:focus-visible,
    .ct3-submit:hover,
    .vg-strip-btn:hover,
    .vg-strip-btn--primary:hover,
    .vg-strip-btn--wa:hover,
    .twin-project__visit:hover,
    button.twin-project__details:hover,
    .twin-project__details summary:hover,
    .vg-pm-cta-btn--primary:hover,
    .vg-pm-cta-btn--ghost:hover,
    .pdx-btn--primary:hover,
    .pdx-btn--primary:focus-visible,
    .pdx-btn--ghost:hover,
    .pdx-btn--ghost:focus-visible,
    .chat-fab:hover,
    .chat-action:hover,
    .chat-action:focus-visible,
    .to-start:hover {
      background: color-mix(in oklch, var(--cta-gold) 88%, #fff 12%);
      background-image: none;
      color: #17162f !important;
      -webkit-text-fill-color: #17162f !important;
      border-color: color-mix(in oklch, var(--cta-gold) 62%, #fff 38%);
    }
    :is(
      .btn-primary,
      .btn-secondary,
      .header-cta,
      .menu-panel-brand-cta,
      .menu-contact-cta,
      .vg-ai-lead-card__btn,
      .ct3-submit,
      .vg-strip-btn,
      .twin-project__visit,
      button.twin-project__details,
      .twin-project__details summary,
      .vg-pm-cta-btn,
      .pdx-btn
    ):is(:disabled, [disabled], [aria-disabled="true"]) {
      cursor: not-allowed;
      opacity: 0.46;
      transform: none;
      background: color-mix(in oklch, var(--neutral-platinum) 64%, var(--navy-deep) 36%);
      background-image: none;
      color: color-mix(in oklch, var(--cream) 72%, var(--navy-deep) 28%) !important;
      -webkit-text-fill-color: color-mix(in oklch, var(--cream) 72%, var(--navy-deep) 28%) !important;
      border-color: color-mix(in oklch, var(--neutral-platinum) 38%, transparent);
      box-shadow: none;
    }
    :is(
      .btn-primary,
      .btn-secondary,
      .header-cta,
      .menu-panel-brand-cta,
      .menu-contact-cta,
      .vg-ai-lead-card__btn,
      .vg-strip-btn,
      .twin-project__visit,
      .vg-pm-cta-btn,
      .pdx-btn
    )[aria-disabled="true"] {
      pointer-events: none;
    }
    .chat-fab::after {
      border-color: color-mix(in oklch, var(--cta-gold) 62%, #fff 38%);
    }
    .chat-action::before,
    .chat-action--ai .ai-mini-bubble {
      color: var(--cream) !important;
      -webkit-text-fill-color: var(--cream) !important;
    }
    .chat-action--ai .ai-action-label {
      background: var(--cta-gold);
      color: #17162f !important;
      -webkit-text-fill-color: #17162f !important;
      border-color: color-mix(in oklch, var(--cta-gold) 74%, #fff 26%);
    }

    .about,
    .impact,
    .footer {
      background:
        radial-gradient(circle at 16% 0%, rgba(210, 170, 104, 0.12), transparent 30%),
        linear-gradient(180deg, #282547 0%, #1b1a36 100%);
    }
    .impact-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.078), rgba(255,255,255,0.032));
      border-color: rgba(210,170,104,0.34);
    }
    .contact-v3::before {
      opacity: 0.32;
      filter: contrast(118%);
    }
    .vg-ai-chat {
      background:
        linear-gradient(135deg, rgba(255, 246, 232, 0.12), transparent 34%),
        radial-gradient(circle at 92% 0%, rgba(210, 170, 104, 0.2), transparent 30%),
        linear-gradient(180deg, #242342, #1b1a36);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 26px 72px rgba(3, 8, 24, 0.36);
    }

    @media (max-width: 767px) {
      .site-header .container {
        grid-template-columns: 52px minmax(0, 1fr) minmax(108px, auto);
        gap: 8px;
      }
      .brand {
        justify-self: center;
        min-width: 0;
      }
      .brand-image {
        width: clamp(118px, 31vw, 142px);
        max-width: 100%;
      }
      .header-cta.btn-primary {
        max-width: min(38vw, 148px);
        min-height: 44px;
        padding-inline: 12px;
        font-size: clamp(0.54rem, 2.4vw, 0.64rem);
        letter-spacing: 0.07em;
        text-align: center;
        line-height: 1.18;
        white-space: normal;
      }
    }

    @media (max-width: 380px) {
      .site-header .container {
        grid-template-columns: 52px minmax(0, 1fr) minmax(96px, auto);
        gap: 6px;
      }
      .brand-image {
        width: clamp(106px, 29vw, 124px);
      }
      .header-cta.btn-primary {
        max-width: 106px;
        padding-inline: 8px;
      }
    }

    /* ============================================================
       404 Page
       ============================================================ */
    .not-found-page {
      min-height: 100vh;
      background:
        radial-gradient(circle at 18% 20%, rgba(217, 168, 95, 0.16), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(240, 176, 141, 0.13), transparent 24%),
        linear-gradient(180deg, #24213f 0%, #17162f 52%, #111129 100%);
    }

    .vg-404 {
      position: relative;
      min-height: 100svh;
      display: flex;
      align-items: center;
      padding: clamp(120px, 12vw, 172px) var(--section-pad-x) clamp(64px, 8vw, 112px);
      overflow: clip;
    }

    .vg-404::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(246, 240, 229, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 240, 229, 0.05) 1px, transparent 1px);
      background-size: 44px 44px;
      mask-image: radial-gradient(circle at 62% 46%, black, transparent 72%);
      opacity: 0.68;
    }

    .vg-404__shell {
      position: relative;
      z-index: 1;
      width: min(100%, var(--maxw));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
      gap: clamp(38px, 6vw, 94px);
      align-items: center;
    }

    .vg-404__content {
      max-width: 760px;
    }

    .vg-404__eyebrow {
      margin: 0 0 18px;
      color: var(--gold-soft);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .vg-404 h1 {
      margin: 0;
      max-width: 820px;
      color: var(--brand-light);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(3.25rem, 8.2vw, 8.8rem);
      line-height: 0.9;
      letter-spacing: 0;
      text-wrap: balance;
    }

    .vg-404__copy {
      max-width: 640px;
      margin: clamp(22px, 3vw, 34px) 0 0;
      color: color-mix(in oklch, var(--brand-light) 78%, transparent);
      font-size: clamp(1.02rem, 1.55vw, 1.2rem);
      line-height: 1.72;
    }

    .vg-404__search {
      width: min(100%, 670px);
      margin-top: clamp(26px, 4vw, 42px);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      padding: 8px;
      border: 1px solid rgba(246, 240, 229, 0.18);
      background:
        linear-gradient(135deg, rgba(255, 246, 232, 0.12), transparent 42%),
        rgba(17, 17, 41, 0.72);
      box-shadow: 0 28px 72px rgba(3, 8, 24, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border-radius: 8px;
    }

    .vg-404__search input {
      min-width: 0;
      min-height: 54px;
      border: 0;
      border-radius: 6px;
      padding: 0 18px;
      color: var(--brand-light);
      background: rgba(255, 255, 255, 0.055);
      font: 500 1rem/1 "Satoshi", sans-serif;
      outline: none;
    }

    .vg-404__search input::placeholder {
      color: color-mix(in oklch, var(--brand-light) 54%, transparent);
    }

    .vg-404__search input:focus-visible {
      box-shadow: 0 0 0 3px rgba(217, 168, 95, 0.24);
    }

    .vg-404__search button,
    .vg-404__primary,
    .vg-404__secondary {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      border: 1px solid color-mix(in oklch, var(--cta-gold) 74%, #fff 26%);
      padding: 0 22px;
      color: #17162f;
      background: var(--cta-gold);
      font: 800 0.78rem/1 "Satoshi", sans-serif;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      transition: transform var(--dur-short) var(--ease-spring), background var(--dur-short) ease, border-color var(--dur-short) ease;
    }

    .vg-404__search button:hover,
    .vg-404__primary:hover,
    .vg-404__secondary:hover {
      transform: translateY(-1px);
      background: color-mix(in oklch, var(--cta-gold) 88%, #fff 12%);
      border-color: color-mix(in oklch, var(--cta-gold) 62%, #fff 38%);
    }

    .vg-404__search-status {
      min-height: 22px;
      margin: 10px 0 0;
      color: color-mix(in oklch, var(--brand-light) 66%, transparent);
      font-size: 0.92rem;
    }

    .vg-404__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 20px;
    }

    .vg-404__secondary {
      color: var(--brand-light);
      background: rgba(246, 240, 229, 0.075);
      border-color: rgba(246, 240, 229, 0.22);
    }

    .vg-404__secondary:hover {
      color: #17162f;
    }

    .vg-404__links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: clamp(24px, 3vw, 34px);
    }

    .vg-404__links a {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 0 14px;
      border: 1px solid rgba(246, 240, 229, 0.16);
      border-radius: 999px;
      color: color-mix(in oklch, var(--brand-light) 82%, transparent);
      background: rgba(255, 255, 255, 0.045);
      text-decoration: none;
      font-size: 0.9rem;
      transition: border-color var(--dur-short) ease, color var(--dur-short) ease, transform var(--dur-short) var(--ease-spring);
    }

    .vg-404__links a:hover {
      transform: translateY(-1px);
      color: var(--gold-soft);
      border-color: rgba(217, 168, 95, 0.42);
    }

    .vg-404__visual {
      min-width: 0;
    }

    .vg-404__blueprint {
      position: relative;
      min-height: clamp(420px, 44vw, 640px);
      border: 1px solid rgba(246, 240, 229, 0.16);
      border-radius: 8px;
      overflow: hidden;
      background:
        linear-gradient(rgba(246, 240, 229, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246, 240, 229, 0.08) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
      background-size: 34px 34px, 34px 34px, auto;
      box-shadow: 0 32px 90px rgba(3, 8, 24, 0.32), inset 0 1px 0 rgba(255,255,255,0.14);
    }

    .vg-404__blueprint::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(17,17,41,0.05), rgba(17,17,41,0.72));
      pointer-events: none;
    }

    .vg-404__code {
      position: absolute;
      top: 24px;
      left: 24px;
      z-index: 2;
      color: rgba(246, 240, 229, 0.88);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(5rem, 11vw, 11rem);
      line-height: 0.78;
      text-shadow: 0 18px 54px rgba(0,0,0,0.28);
    }

    .vg-404__plan {
      position: absolute;
      inset: 18%;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.25fr 0.75fr 1fr;
      grid-template-rows: 1fr 0.8fr 1.1fr;
      gap: 10px;
      transform: rotate(-7deg);
      opacity: 0.78;
    }

    .vg-404__plan span {
      border: 1px solid rgba(217, 168, 95, 0.42);
      background: rgba(217, 168, 95, 0.055);
    }

    .vg-404__plan span:nth-child(1) { grid-column: 1 / 3; }
    .vg-404__plan span:nth-child(3) { grid-row: 2 / 4; }
    .vg-404__plan span:nth-child(6) { grid-column: 2 / 4; }

    .vg-404__blueprint img {
      position: absolute;
      right: -9%;
      bottom: -2%;
      z-index: 2;
      width: min(92%, 620px);
      height: auto;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      border: 1px solid rgba(246, 240, 229, 0.16);
      box-shadow: 0 24px 70px rgba(3, 8, 24, 0.44);
      transform: rotate(3deg);
    }

    .vg-404__pin {
      position: absolute;
      right: clamp(18px, 4vw, 44px);
      top: clamp(22px, 5vw, 56px);
      z-index: 3;
      max-width: 150px;
      padding: 10px 12px;
      border: 1px solid rgba(217, 168, 95, 0.38);
      border-radius: 8px;
      color: var(--brand-light);
      background: rgba(17, 17, 41, 0.72);
      box-shadow: 0 18px 48px rgba(3, 8, 24, 0.24);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.09em;
      text-transform: uppercase;
    }

    @media (max-width: 980px) {
      .vg-404 {
        min-height: auto;
      }

      .vg-404__shell {
        grid-template-columns: 1fr;
      }

      .vg-404__visual {
        order: -1;
      }

      .vg-404__blueprint {
        min-height: clamp(300px, 56vw, 460px);
      }
    }

    @media (max-width: 640px) {
      .vg-404 {
        padding-top: 116px;
      }

      .vg-404 h1 {
        font-size: clamp(3rem, 17vw, 4.8rem);
      }

      .vg-404__search {
        grid-template-columns: 1fr;
      }

      .vg-404__search button,
      .vg-404__primary,
      .vg-404__secondary {
        width: 100%;
      }

      .vg-404__actions,
      .vg-404__links {
        display: grid;
        grid-template-columns: 1fr;
      }

      .vg-404__links a {
        justify-content: center;
        border-radius: 8px;
      }

      .vg-404__blueprint img {
        right: -18%;
        width: 108%;
      }

      .vg-404__pin {
        left: 18px;
        right: auto;
        top: auto;
        bottom: 18px;
      }
    }

    /* FAQ checklist additions */
    .vg-faq-tools {
      max-width: 900px;
      margin: 0 auto clamp(30px, 5vw, 54px);
      display: grid;
      gap: 16px;
    }

    .vg-faq-search {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      padding: 8px;
      border: 1px solid rgba(246, 240, 229, 0.16);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.052);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .vg-faq-search input {
      min-width: 0;
      min-height: 48px;
      border: 0;
      border-radius: 6px;
      padding: 0 16px;
      color: var(--brand-light);
      background: rgba(17, 17, 41, 0.58);
      font: 500 0.98rem/1 "Satoshi", sans-serif;
      outline: none;
    }

    .vg-faq-search input::placeholder { color: color-mix(in oklch, var(--brand-light) 54%, transparent); }

    .vg-faq-search button,
    .vg-faq-toc a,
    .vg-faq-help__list a {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      border: 1px solid rgba(246, 240, 229, 0.18);
      color: var(--brand-light);
      background: rgba(255, 255, 255, 0.052);
      padding: 0 16px;
      font: 800 0.74rem/1 "Satoshi", sans-serif;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      transition: color var(--dur-short) ease, background var(--dur-short) ease, border-color var(--dur-short) ease, transform var(--dur-short) var(--ease-spring);
    }

    .vg-faq-search button:hover,
    .vg-faq-toc a:hover,
    .vg-faq-toc a[aria-current="true"],
    .vg-faq-help__list a:hover {
      color: #17162f;
      background: var(--cta-gold);
      border-color: color-mix(in oklch, var(--cta-gold) 68%, #fff 32%);
      transform: translateY(-1px);
    }

    .vg-faq-toc {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .vg-faq-count {
      min-height: 20px;
      margin: 0;
      color: color-mix(in oklch, var(--brand-light) 68%, transparent);
      font-size: 0.9rem;
    }

    .vg-faq-topic {
      max-width: 780px;
      margin: clamp(28px, 4vw, 44px) auto 8px;
      color: var(--gold-soft);
      font-family: "Satoshi", "Supreme", sans-serif;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .vg-faq-topic:first-child { margin-top: 0; }
    .vg-faq-item[hidden], .vg-faq-topic[hidden] { display: none !important; }

    .vg-faq-help {
      max-width: 900px;
      margin: clamp(34px, 5vw, 60px) auto 0;
      padding: clamp(22px, 4vw, 34px);
      border: 1px solid rgba(217, 168, 95, 0.26);
      border-radius: 8px;
      background:
        linear-gradient(135deg, rgba(217, 168, 95, 0.12), transparent 38%),
        rgba(255, 255, 255, 0.045);
    }

    .vg-faq-help__eyebrow {
      margin: 0 0 10px;
      color: var(--gold-soft);
      font-size: 0.74rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .vg-faq-help__title {
      margin: 0 0 18px;
      color: var(--brand-light);
      font-family: "Gambetta", "Recia", Georgia, serif;
      font-size: clamp(1.8rem, 3vw, 3rem);
      line-height: 1.02;
      letter-spacing: 0;
    }

    .vg-faq-help__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .vg-faq-help__list li {
      display: grid;
      gap: 8px;
      min-width: 0;
    }

    .vg-faq-help__list span {
      color: color-mix(in oklch, var(--brand-light) 68%, transparent);
      font-size: 0.82rem;
    }

    .vg-faq-help__list a { width: 100%; }

    @media (max-width: 768px) {
      .vg-faq-search,
      .vg-faq-help__list {
        grid-template-columns: 1fr;
      }

      .vg-faq-toc {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

