/* ═══════════════════════════════════════════════════════════
   Foundation New York - deep 111 West 57th cinema system
   Atmosphere only: sparse type, full-bleed photo essays,
   dual labels, slow prestige motion, ghost chrome.
   ═══════════════════════════════════════════════════════════ */

/* Dual-mode tokens (html[data-theme] from color switcher)
   Defined on html + body so overscroll, ambient, and children all inherit.
   Light = cream paper prestige · Dark = charcoal night prestige
   Inverse surfaces (quote / strip / footer / contact) stay near-black in both. */
html:has(.theme-newyork),
.theme-newyork {
  --ny-ink: #1a1714;
  --ny-stone: #7c7262;
  --ny-gold: #c68f43;
  --ny-cream: #f0eeea;
  --ny-paper: #e8e4dc;
  --ny-elev: #ffffff;
  --ny-soft: rgba(26, 23, 20, 0.62);
  --ny-muted: rgba(26, 23, 20, 0.48);
  --ny-line: rgba(124, 114, 98, 0.22);
  --ny-white: #ffffff;
  --ny-panel-veil: rgba(18, 16, 14, 0.82);
  /* Adaptive fills for chrome / buttons (flip with theme) */
  --ny-fill: rgba(26, 23, 20, 0.05);
  --ny-fill-strong: rgba(26, 23, 20, 0.1);
  --ny-btn-line: rgba(26, 23, 20, 0.32);
  --ny-chrome-bg: rgba(255, 255, 255, 0.42);
  --ny-chrome-border: rgba(124, 114, 98, 0.22);
  --ny-shadow: 0 8px 32px rgba(26, 23, 20, 0.08);
  /* Always-dark prestige surfaces (quotes, strip, footer, contact CTA) */
  --ny-inverse-bg: #141210;
  --ny-inverse-fg: #f0eeea;
  --ny-inverse-muted: rgba(240, 238, 234, 0.55);
  --ny-inverse-line: rgba(240, 238, 234, 0.12);
  /* 111w57 luxury settle curve */
  --ny-ease: cubic-bezier(0.19, 1, 0.22, 1);
  --ny-slow: 1.15s;
  color-scheme: light;
}

html[data-theme="dark"]:has(.theme-newyork),
html[data-theme="dark"] .theme-newyork {
  --ny-ink: #f0eeea;
  --ny-stone: #b5aa9a;
  --ny-gold: #d4a85c;
  --ny-cream: #0e0c0a;
  --ny-paper: #161310;
  --ny-elev: #1c1916;
  --ny-soft: rgba(240, 238, 234, 0.72);
  --ny-muted: rgba(240, 238, 234, 0.52);
  --ny-line: rgba(240, 238, 234, 0.14);
  --ny-white: #f0eeea;
  --ny-panel-veil: rgba(8, 7, 6, 0.78);
  --ny-fill: rgba(240, 238, 234, 0.07);
  --ny-fill-strong: rgba(240, 238, 234, 0.14);
  --ny-btn-line: rgba(240, 238, 234, 0.38);
  --ny-chrome-bg: rgba(255, 255, 255, 0.06);
  --ny-chrome-border: rgba(240, 238, 234, 0.16);
  --ny-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
  --ny-inverse-bg: #050403;
  --ny-inverse-fg: #f0eeea;
  --ny-inverse-muted: rgba(240, 238, 234, 0.52);
  --ny-inverse-line: rgba(240, 238, 234, 0.1);
  color-scheme: dark;
}

html.ny-smooth {
  scroll-behavior: auto;
}

html:has(.theme-newyork),
.theme-newyork,
.theme-newyork body,
.theme-newyork main {
  background: var(--ny-cream);
  color: var(--ny-ink);
}

.theme-newyork #fw-ambient {
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(124, 114, 98, 0.06), transparent 55%),
    var(--ny-cream);
}

html[data-theme="dark"] .theme-newyork #fw-ambient {
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(198, 143, 67, 0.09), transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(124, 114, 98, 0.1), transparent 50%),
    var(--ny-cream);
}

.theme-newyork .fw-progress {
  height: 1px;
  background: var(--ny-gold);
  color: var(--ny-gold);
  mix-blend-mode: normal;
  z-index: 400;
}

/* ═══════════════════════════════════════════════════════════
   Header chrome — mirror Incubator layout (clean / elegant)
   Logo left · centered nav · tools + CTA right
   ═══════════════════════════════════════════════════════════ */

html:has(.theme-newyork),
.theme-newyork {
  --ny-header-ink: rgba(26, 23, 20, 0.78);
  --ny-header-ink-strong: #1a1714;
  --ny-header-ghost-ink: rgba(255, 255, 255, 0.88);
  --ny-header-ghost-strong: #ffffff;
  --ny-header-line: rgba(124, 114, 98, 0.16);
  --ny-header-scrolled: rgba(240, 238, 234, 0.97);
}

html[data-theme="dark"]:has(.theme-newyork),
html[data-theme="dark"] .theme-newyork {
  --ny-header-ink: rgba(240, 238, 234, 0.86);
  --ny-header-ink-strong: #f0eeea;
  --ny-header-line: rgba(240, 238, 234, 0.12);
  --ny-header-scrolled: rgba(14, 12, 10, 0.97);
}

.theme-newyork .fw-header {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--ny-header-ink);
  transform: none;
  filter: none;
  perspective: none;
  contain: none;
  transition:
    background 0.7s var(--ny-ease),
    box-shadow 0.7s var(--ny-ease),
    border-color 0.7s var(--ny-ease),
    color 0.5s var(--ny-ease);
}

/* Default (cream pages / solid): ink logo */
.theme-newyork .fw-header__logo-img--ink { display: block; }
.theme-newyork .fw-header__logo-img--pale { display: none; }

.theme-newyork .fw-header__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.theme-newyork .fw-header__logo img,
.theme-newyork .fw-header__logo-img {
  height: 1.65rem;
  width: auto;
  max-width: min(11.5rem, 42vw);
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.4s var(--ny-ease);
}

.theme-newyork .fw-header__logo:hover img {
  opacity: 0.88;
}

/* Ghost over cinema hero */
.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) {
  background: linear-gradient(to bottom, rgba(18, 16, 14, 0.42) 0%, rgba(18, 16, 14, 0.12) 70%, transparent 100%);
  color: var(--ny-header-ghost-ink);
  border-bottom: 0;
  box-shadow: none;
}

.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-header__logo-img--ink { display: none; }
.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-header__logo-img--pale { display: block; }

.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-header__toggle-icon span {
  background: #fff;
}

/* Solid / scrolled / open menu */
.theme-newyork .fw-header.ny-header--solid,
.theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost),
.theme-newyork .fw-header.is-menu-open {
  background: var(--ny-header-scrolled) !important;
  border-bottom: 1px solid var(--ny-header-line);
  box-shadow: var(--ny-shadow);
  color: var(--ny-header-ink);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Light solid header: ink logo. Dark solid header: pale logo */
.theme-newyork .fw-header.ny-header--solid .fw-header__logo-img--ink,
.theme-newyork .fw-header.is-menu-open .fw-header__logo-img--ink,
.theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-header__logo-img--ink {
  display: block;
}

.theme-newyork .fw-header.ny-header--solid .fw-header__logo-img--pale,
.theme-newyork .fw-header.is-menu-open .fw-header__logo-img--pale,
.theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-header__logo-img--pale {
  display: none;
}

html[data-theme="dark"] .theme-newyork .fw-header.ny-header--solid .fw-header__logo-img--ink,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-header__logo-img--ink,
html[data-theme="dark"] .theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-header__logo-img--ink {
  display: none;
}

html[data-theme="dark"] .theme-newyork .fw-header.ny-header--solid .fw-header__logo-img--pale,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-header__logo-img--pale,
html[data-theme="dark"] .theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-header__logo-img--pale {
  display: block;
}

/* Nav links — incubator-clean */
.theme-newyork .fw-site-nav > a,
.theme-newyork .fw-site-nav__trigger {
  color: inherit;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  padding: 0.4rem 0;
  opacity: 0.88;
  transition: color 0.35s var(--ny-ease), opacity 0.35s var(--ny-ease);
}

.theme-newyork .fw-site-nav > a:hover,
.theme-newyork .fw-site-nav__trigger:hover {
  opacity: 1;
  color: inherit;
}

.theme-newyork .fw-site-nav > a.is-active,
.theme-newyork .fw-site-nav__trigger.is-active,
.theme-newyork .fw-site-nav a.is-active {
  opacity: 1;
  color: var(--ny-header-ink-strong);
}

.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-site-nav > a.is-active,
.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-site-nav__trigger.is-active {
  color: var(--ny-header-ghost-strong);
}

.theme-newyork .fw-site-nav > a.is-active::after,
.theme-newyork .fw-site-nav__trigger.is-active::after {
  background: var(--ny-gold);
  height: 1px;
}

/*
 * Desktop header — equal gap logo↔nav and nav↔tools (same pattern as incubator):
 * [logo natural] [nav region flex:1, content centered] [tools natural]
 * display:contents lifts menu-scroll + menu-foot into the shell row.
 */
@media (min-width: 1100px) {
  .theme-newyork .fw-header__shell {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: min(100rem, calc(100% - 1rem));
    padding-inline: clamp(0.85rem, 1.6vw, 1.75rem);
    gap: 0 !important;
    column-gap: 0 !important;
  }

  /* Logo: content width only */
  .theme-newyork .fw-header__bar {
    flex: 0 0 auto !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    width: auto !important;
    min-width: 0;
    max-width: none;
    margin: 0 !important;
    padding-inline-end: clamp(0.75rem, 1.4vw, 1.25rem);
  }

  .theme-newyork .fw-header__menu {
    display: contents !important;
  }

  /*
   * Middle: takes ALL leftover space; nav centered inside it.
   * → equal free space left & right of the link cluster.
   */
  .theme-newyork .fw-header__menu-scroll {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible;
    margin: 0 !important;
    padding: 0 clamp(0.35rem, 0.8vw, 0.75rem);
  }

  .theme-newyork .fw-site-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.45rem, 0.85vw, 0.95rem);
    min-width: 0;
    flex: 0 1 auto !important;
    width: max-content;
    max-width: 100%;
  }

  .theme-newyork .fw-site-nav > a,
  .theme-newyork .fw-site-nav__trigger {
    font-size: clamp(0.58rem, 0.6vw, 0.68rem);
    letter-spacing: 0.05em;
    padding: 0.4rem 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
  }

  .theme-newyork .fw-site-nav__trigger {
    gap: 0.28rem;
  }

  .theme-newyork .fw-site-nav__caret {
    width: 0.32rem;
    height: 0.32rem;
    flex-shrink: 0;
  }

  /* Tools + Platform: content width only, flush right */
  .theme-newyork .fw-header__menu-foot {
    flex: 0 0 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    flex-shrink: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-inline-start: 0 !important;
    gap: 0.45rem;
    position: relative;
    z-index: 5;
    width: auto !important;
    min-width: 0;
    max-width: none;
    padding-inline-start: clamp(0.75rem, 1.4vw, 1.25rem);
  }

  .theme-newyork .fw-header__tools {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
  }

  /* Compact switchers — dual-mode tokens */
  .theme-newyork .fw-color-mode {
    margin-inline-end: 0 !important;
    padding: 0.12rem;
    gap: 0.08rem;
    border: 1px solid var(--ny-chrome-border);
    border-radius: 999px;
    background: var(--ny-chrome-bg);
  }

  .theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-color-mode {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.22);
  }

  .theme-newyork .fw-color-mode__btn {
    font-size: 0.55rem !important;
    padding: 0.3rem 0.42rem !important;
    letter-spacing: 0.06em !important;
    border-radius: 999px !important;
    color: inherit !important;
    opacity: 0.72;
  }

  .theme-newyork .fw-color-mode__btn[aria-pressed="true"],
  .theme-newyork .fw-color-mode__btn.is-active {
    opacity: 1;
    background: var(--ny-fill-strong) !important;
  }

  .theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-color-mode__btn[aria-pressed="true"],
  .theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-color-mode__btn.is-active {
    background: rgba(255, 255, 255, 0.16) !important;
  }

  .theme-newyork .fw-lang-switcher {
    padding: 0.12rem !important;
    gap: 0.08rem !important;
    border: 1px solid var(--ny-chrome-border);
    border-radius: 999px;
    background: var(--ny-chrome-bg);
    display: inline-flex;
    align-items: center;
  }

  .theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-lang-switcher {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.22);
  }

  .theme-newyork .fw-lang-switcher__link {
    width: 1.7rem !important;
    height: 1.7rem !important;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    opacity: 0.75;
    transition: opacity 0.3s var(--ny-ease), background 0.3s var(--ny-ease);
  }

  .theme-newyork .fw-lang-switcher__link.is-active,
  .theme-newyork .fw-lang-switcher__link:hover {
    opacity: 1;
    background: var(--ny-fill-strong);
  }

  .theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-lang-switcher__link.is-active,
  .theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-lang-switcher__link:hover {
    background: rgba(255, 255, 255, 0.14);
  }

  .theme-newyork .fw-lang-switcher__flag {
    width: 1.15rem !important;
    height: 1.15rem !important;
    border-radius: 50%;
    object-fit: cover;
  }

  .theme-newyork .fw-header__menu-cta {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
  }

  /* Home secondary is mobile-drawer only */
  .theme-newyork .fw-header__cta-secondary {
    display: none !important;
  }
}

@media (min-width: 1100px) and (max-width: 1320px) {
  .theme-newyork .fw-site-nav {
    gap: 0.35rem;
  }
  .theme-newyork .fw-site-nav > a,
  .theme-newyork .fw-site-nav__trigger {
    font-size: 0.56rem;
    letter-spacing: 0.04em;
  }
}

/* Non-platform header buttons (legacy line style if any) */
.theme-newyork .fw-btn--header:not(.fw-btn--platform) {
  background: transparent !important;
  border: 1px solid currentColor !important;
  color: inherit !important;
  border-radius: 999px !important;
  letter-spacing: 0.12em !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  min-height: 2.15rem;
  padding: 0.45rem 1rem !important;
  text-transform: uppercase;
  transition: background 0.45s var(--ny-ease), border-color 0.45s var(--ny-ease), color 0.45s var(--ny-ease) !important;
}

/* Platform CTA — always saturated (overrides ghost header transparency) */
.theme-newyork .fw-btn--header.fw-btn--platform,
.theme-newyork .fw-header .fw-btn--platform {
  background: linear-gradient(135deg, #6b1818 0%, #8c2020 45%, #c4a35a 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 999px !important;
  letter-spacing: 0.12em !important;
  font-size: 0.62rem !important;
  font-weight: 700 !important;
  min-height: 2.15rem;
  padding: 0.5rem 1.15rem !important;
  text-transform: uppercase;
  box-shadow: 0 4px 18px rgba(107, 24, 24, 0.38) !important;
  transition: filter 0.35s var(--ny-ease), box-shadow 0.35s var(--ny-ease), transform 0.35s var(--ny-ease) !important;
}

.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-btn--header:not(.fw-btn--platform) {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.theme-newyork .fw-header.ny-header--solid .fw-btn--header:not(.fw-btn--platform),
.theme-newyork .fw-header.is-menu-open .fw-btn--header:not(.fw-btn--platform),
.theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-btn--header:not(.fw-btn--platform) {
  color: var(--ny-ink) !important;
  border-color: var(--ny-btn-line) !important;
}

.theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-btn--header:not(.fw-btn--platform):hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
}

.theme-newyork .fw-header.ny-header--solid .fw-btn--header:not(.fw-btn--platform):hover,
.theme-newyork .fw-header.is-menu-open .fw-btn--header:not(.fw-btn--platform):hover {
  background: var(--ny-fill) !important;
}

.theme-newyork .fw-btn--platform:hover,
.theme-newyork .fw-header .fw-btn--platform:hover {
  color: #fff !important;
  filter: brightness(1.08);
  box-shadow: 0 8px 24px rgba(107, 24, 24, 0.45) !important;
  transform: translateY(-1px);
}

/* Mobile drawer foot: stack tools cleanly */
@media (max-width: 1099px) {
  .theme-newyork .fw-header__tools {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
  }

  .theme-newyork .fw-color-mode,
  .theme-newyork .fw-lang-switcher {
    border: 1px solid var(--ny-chrome-border);
    border-radius: 999px;
    padding: 0.2rem;
    background: var(--ny-chrome-bg);
  }

  .theme-newyork .fw-header__logo img {
    height: 1.45rem;
  }
}

/* ── Cinema root ── */
.ny-cinema {
  margin-top: calc(-1 * var(--fw-header-h));
  background: var(--ny-cream);
  overflow-x: clip;
}

/* ═══════════════════════════════════════════════════════════
   Homepage hero — 111w57 close copy
   Huge centered logo · lower-left slogan · top-right Inquire
   Scroll shrinks logo into header
   ═══════════════════════════════════════════════════════════ */

.ny-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ny-hero__veil {
  background:
    linear-gradient(to top, rgba(12, 10, 9, 0.72) 0%, rgba(12, 10, 9, 0.25) 42%, rgba(12, 10, 9, 0.35) 100%),
    linear-gradient(90deg, rgba(12, 10, 9, 0.4) 0%, transparent 45%);
}

/* Huge centered logo */
.ny-hero-logo {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 8;
  width: min(78vw, 52rem);
  transform: translate3d(-50%, -50%, 0) scale(1);
  transform-origin: center center;
  will-change: transform, opacity;
  pointer-events: none;
}

.ny-hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.35));
}

/* Lower-left slogan */
.ny-hero-slogan {
  position: absolute;
  left: clamp(1.25rem, 4vw, 3rem);
  bottom: clamp(2.5rem, 8vh, 4.5rem);
  z-index: 9;
  max-width: min(28rem, 78vw);
  color: #fff;
  will-change: transform, opacity;
}

.ny-hero-slogan__lines {
  margin: 0 0 0.85rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 4.2vw, 2.85rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.ny-hero-slogan__lines span {
  display: block;
}

.ny-hero-slogan__sub {
  margin: 0;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 22rem;
  font-weight: 400;
}

/* Home header: hide small logo while giant hero logo is dominant */
body.ny-is-home .fw-header.ny-header--home-top:not(.is-menu-open) .fw-header__logo {
  opacity: 0;
  pointer-events: none;
}

body.ny-is-home .fw-header.ny-header--ghost:not(.is-menu-open) .fw-header__logo {
  transition: opacity 0.45s var(--ny-ease);
}

body.ny-is-home .fw-header.ny-header--logo-in .fw-header__logo,
body.ny-is-home .fw-header.ny-header--solid .fw-header__logo {
  opacity: 1;
  pointer-events: auto;
}

/* On home top: de-emphasize crowded nav; keep tools + header Inquire usable */
@media (min-width: 1100px) {
  body.ny-is-home .fw-header.ny-header--home-top:not(.is-menu-open) .fw-header__menu-scroll {
    opacity: 0.55;
  }
}

@media (max-width: 700px) {
  .ny-hero-logo {
    width: min(86vw, 22rem);
    top: 46%;
  }
  .ny-hero-slogan {
    bottom: 5.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ny-hero-logo,
  .ny-hero-slogan {
    transition: none !important;
  }
}

/* Section labels — single clean kicker (no double words) */
.ny-label-pair {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
  opacity: 0.72;
}

.ny-label-pair span {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: inherit;
}

/* Pair only when two different spans (e.g. 01 · Leadership) */
.ny-label-pair span + span::before {
  content: '·';
  margin-right: 0.65rem;
  opacity: 0.55;
  letter-spacing: 0;
}

.ny-sticky-label {
  position: absolute;
  top: clamp(5.5rem, 12vh, 7rem);
  left: clamp(1.25rem, 4vw, 2.5rem);
  z-index: 4;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  transition: opacity 0.6s var(--ny-ease);
}

.ny-sticky-label--ink {
  color: var(--ny-muted);
}

/* ── Full-bleed panel ── */
.ny-cinema-panel {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.ny-cinema-panel--center {
  align-items: center;
  justify-content: center;
}

.ny-cinema-panel--mid {
  min-height: min(92svh, 54rem);
}

.ny-cinema-panel--short {
  min-height: min(78svh, 40rem);
}

.ny-cinema-panel__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ny-cinema-panel__media img,
.ny-cinema-panel__media video,
.fw-page__hero-media img,
.fw-page__hero-media video,
.ny-essay__media img,
.ny-case__media img,
.ny-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ny-cinema-panel__media img {
  /* JS Ken Burns drives transform — start large enough to pan */
  transform: scale(1.18);
  will-change: transform;
  transition: opacity 0.9s var(--ny-ease);
}

/* Hero films: JS may scale; keep cover */
.ny-cinema-panel__media video,
.fw-page__hero-media video,
.ny-hero-video {
  will-change: transform;
  background: #0a0908;
}

.ny-cinema-panel__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(18, 16, 14, 0.82) 0%, rgba(18, 16, 14, 0.28) 45%, rgba(18, 16, 14, 0.08) 100%),
    linear-gradient(120deg, rgba(18, 16, 14, 0.25), transparent 50%);
}

.ny-cinema-panel__veil--soft {
  background: linear-gradient(to top, rgba(18, 16, 14, 0.62) 0%, rgba(18, 16, 14, 0.15) 55%, transparent 100%);
}

.ny-cinema-panel__veil--center {
  background:
    radial-gradient(ellipse 70% 55% at 50% 48%, rgba(18, 16, 14, 0.12), rgba(18, 16, 14, 0.55)),
    linear-gradient(to top, rgba(18, 16, 14, 0.45), transparent 55%);
}

.ny-cinema-panel__copy {
  position: relative;
  z-index: 3;
  width: min(100% - 2.75rem, 72rem);
  margin-inline: auto;
  padding: clamp(2.25rem, 7vw, 5rem) 0;
  color: #fff;
  will-change: transform, opacity;
}

.ny-cinema-panel__copy--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ny-cinema-eyebrow {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.68);
  margin-bottom: 1rem;
}

.ny-cinema-title {
  font-family: var(--fw-font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 0 0 1.15rem;
  max-width: 11ch;
  font-size: clamp(3rem, 9.5vw, 6.25rem);
  color: #fff;
  text-wrap: balance;
}

.ny-cinema-title--md {
  font-size: clamp(2.25rem, 6vw, 4rem);
  max-width: 14ch;
}

.ny-cinema-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.75);
  margin: 0 0 1.35rem;
}

.ny-cinema-lead {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.82);
  max-width: 30rem;
  margin: 0 0 2rem;
  font-weight: 400;
}

.ny-cinema-panel__copy--center .ny-cinema-lead {
  margin-inline: auto;
}

.ny-cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  position: relative;
  z-index: 4;
}

.ny-cinema-panel__copy--center .ny-cinema-actions {
  justify-content: center;
}

/* Film CTA */
.ny-film-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.7s var(--ny-ease), border-color 0.7s var(--ny-ease), transform 0.7s var(--ny-ease);
}

.ny-film-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-1px);
}

.ny-film-btn__play {
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ny-film-btn__play::after {
  content: '';
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}

/* Clean text CTAs — always set color + background-color (beats foundation-buttons) */
.ny-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.55s var(--ny-ease), border-color 0.55s var(--ny-ease), color 0.55s var(--ny-ease), transform 0.55s var(--ny-ease);
}

/* Default solid = frosted white on photography (both themes) */
.theme-newyork .ny-btn--solid,
.theme-newyork a.ny-btn--solid {
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  background-color: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none !important;
}

.theme-newyork .ny-btn--solid:hover,
.theme-newyork a.ny-btn--solid:hover {
  background: rgba(255, 255, 255, 0.26) !important;
  background-color: rgba(255, 255, 255, 0.26) !important;
  border-color: #fff !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.theme-newyork .ny-btn--line,
.theme-newyork a.ny-btn--line {
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.theme-newyork .ny-btn--line:hover,
.theme-newyork a.ny-btn--line:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
  color: #ffffff !important;
}

/* On page / cream surfaces — ink on light, cream on charcoal */
.theme-newyork .ny-btn--on-cream,
.theme-newyork a.ny-btn--on-cream {
  border-color: var(--ny-btn-line) !important;
  background: var(--ny-fill) !important;
  background-color: var(--ny-fill) !important;
  color: var(--ny-ink) !important;
  backdrop-filter: none;
  box-shadow: none !important;
}

.theme-newyork .ny-btn--on-cream:hover,
.theme-newyork a.ny-btn--on-cream:hover {
  background: var(--ny-fill-strong) !important;
  background-color: var(--ny-fill-strong) !important;
  border-color: var(--ny-ink) !important;
  color: var(--ny-ink) !important;
}

/* On inverse surfaces (quote / contact / footer) */
.theme-newyork .ny-btn--on-dark,
.theme-newyork a.ny-btn--on-dark {
  border-color: rgba(240, 238, 234, 0.5) !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #f0eeea !important;
  box-shadow: none !important;
}

.theme-newyork .ny-btn--on-dark:hover,
.theme-newyork a.ny-btn--on-dark:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* Solid CTA on inverse — cream plate + dark ink (always readable) */
.theme-newyork .ny-btn--on-dark.ny-btn--solid,
.theme-newyork a.ny-btn--on-dark.ny-btn--solid,
.theme-newyork .ny-contact-band .ny-btn--solid,
.theme-newyork .ny-contact-band a.ny-btn--solid {
  border-color: #f0eeea !important;
  background: #f0eeea !important;
  background-color: #f0eeea !important;
  color: #12100e !important;
  backdrop-filter: none;
}

.theme-newyork .ny-btn--on-dark.ny-btn--solid:hover,
.theme-newyork a.ny-btn--on-dark.ny-btn--solid:hover,
.theme-newyork .ny-contact-band .ny-btn--solid:hover,
.theme-newyork .ny-contact-band a.ny-btn--solid:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #12100e !important;
}

/* Scroll cue under hero */
.ny-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.5625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.ny-scroll-cue__line {
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
  animation: ny-cue 2.2s ease-in-out infinite;
}

@keyframes ny-cue {
  0%, 100% { transform: scaleY(0.6); opacity: 0.35; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ── Caption under full image (111 statement) ── */
.ny-caption-band {
  background: var(--ny-cream);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.ny-caption-band__inner {
  width: min(100% - 2.75rem, 42rem);
  margin-inline: auto;
  text-align: center;
}

.ny-caption-band p {
  font-family: var(--fw-font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: var(--ny-ink);
  margin: 0;
}

/* ── Quote ── */
.ny-quote {
  min-height: min(78svh, 36rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4rem, 12vw, 7rem) 1.5rem;
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
  text-align: center;
  position: relative;
}

.ny-quote::before {
  content: '“';
  position: absolute;
  top: clamp(2rem, 8vh, 4rem);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--fw-font-display);
  font-size: clamp(4rem, 12vw, 7rem);
  line-height: 1;
  color: rgba(240, 238, 234, 0.08);
  pointer-events: none;
}

.ny-quote blockquote {
  margin: 0;
  max-width: 36rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.35rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: -0.02em;
}

.ny-quote cite {
  display: block;
  margin-top: 2rem;
  font-family: var(--fw-font-sans);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ny-stone);
}

/* ── Horizontal strip (Residences-style destinations) ── */
.ny-strip-wrap {
  background: var(--ny-inverse-bg);
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(2.5rem, 6vw, 3.5rem);
}

.ny-strip-wrap__head {
  width: min(100% - 2.75rem, 72rem);
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  color: var(--ny-inverse-muted);
}

.ny-strip-wrap__head .ny-label-pair {
  margin: 0;
  color: var(--ny-inverse-muted);
}

.ny-strip-wrap__hint {
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ny-strip {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem) 0.5rem;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ny-strip::-webkit-scrollbar { display: none; }
.ny-strip.is-dragging { cursor: grabbing; }

.ny-strip__item {
  --ny-tilt-x: 0deg;
  --ny-tilt-y: 0deg;
  --ny-lift: 0px;
  --ny-card-scale: 1;
  position: relative;
  flex: 0 0 min(78vw, 28rem);
  aspect-ratio: 3 / 4;
  scroll-snap-align: start;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  display: block;
  z-index: 1;
  transform:
    perspective(1000px)
    translateY(var(--ny-lift))
    scale(var(--ny-card-scale))
    rotateX(var(--ny-tilt-y))
    rotateY(var(--ny-tilt-x));
  transform-origin: center center;
  transition:
    transform 0.65s var(--ny-ease),
    box-shadow 0.65s var(--ny-ease),
    filter 0.65s var(--ny-ease);
  box-shadow: 0 0 0 0 transparent;
  will-change: transform, box-shadow;
}

.ny-strip__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ny-strip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 0.9s var(--ny-ease), filter 0.65s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .ny-strip__item:hover {
    --ny-lift: -12px;
    --ny-card-scale: 1.025;
    z-index: 6;
    box-shadow:
      0 28px 56px rgba(0, 0, 0, 0.42),
      0 8px 20px rgba(0, 0, 0, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.14);
    filter: brightness(1.04);
  }

  .ny-strip__item:hover .ny-strip__media img {
    transform: scale(1.12);
  }

  .ny-strip__item:hover .ny-strip__copy h3 {
    letter-spacing: -0.01em;
  }
}

.ny-strip__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(12, 10, 9, 0.9) 0%,
      rgba(12, 10, 9, 0.48) 40%,
      transparent 70%
    );
}

.ny-strip__copy {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.35rem;
  z-index: 2;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 8px 24px rgba(0, 0, 0, 0.4);
}

.ny-strip__copy span {
  display: block;
  font-size: 0.5625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0.4rem;
}

.ny-strip__copy h3 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
  color: #ffffff;
}

.ny-strip__copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 22rem;
}

/* ── Photo essay rows (Design / Services pages) ── */
.ny-essay {
  display: grid;
  grid-template-columns: 1fr;
  min-height: min(88svh, 48rem);
  background: var(--ny-cream);
  position: relative;
  overflow: hidden;
}

@media (min-width: 960px) {
  .ny-essay {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .ny-essay--flip {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .ny-essay--flip .ny-essay__media {
    order: 2;
  }
  .ny-essay--flip .ny-essay__copy {
    order: 1;
  }
}

.ny-essay__media {
  position: relative;
  min-height: min(50vh, 28rem);
  overflow: hidden;
}

.ny-essay__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.18);
  will-change: transform;
}

.ny-essay__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 7vw, 4.5rem) clamp(1.5rem, 5vw, 3.5rem);
  background: var(--ny-cream);
  color: var(--ny-ink);
  will-change: transform, opacity;
}

.ny-essay__copy .ny-label-pair {
  color: var(--ny-stone);
}

.ny-essay__copy h2 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 1.15rem;
  max-width: 14ch;
  color: var(--ny-ink);
}

.ny-essay__copy p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ny-soft);
  max-width: 32rem;
}

.ny-essay__copy p:last-child {
  margin-bottom: 0;
}

.ny-essay__copy a.ny-text-link {
  margin-top: 1.25rem;
  align-self: flex-start;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ny-ink);
  border-bottom: 1px solid var(--ny-btn-line);
  padding-bottom: 0.25rem;
  transition: border-color 0.4s ease, color 0.4s ease;
}

.ny-essay__copy a.ny-text-link:hover {
  color: var(--ny-gold);
  border-color: var(--ny-gold);
}

/* ── Cream editorial band ── */
.ny-band {
  padding: clamp(4.5rem, 12vw, 7.5rem) 0;
  background: var(--ny-cream);
  color: var(--ny-ink);
  text-align: center;
}

.ny-band__inner {
  width: min(100% - 2.75rem, 40rem);
  margin-inline: auto;
}

.ny-band .ny-label-pair {
  justify-content: center;
  color: var(--ny-stone);
}

.ny-band h2 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0.75rem 0 1.25rem;
}

.ny-band p {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ny-soft);
}

/* ── Full-bleed destination ── */
.ny-dest {
  display: block;
  position: relative;
  min-height: min(90svh, 48rem);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.ny-dest__media {
  position: absolute;
  inset: 0;
}

.ny-dest__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.5s var(--ny-ease);
  will-change: transform;
}

.ny-dest:hover .ny-dest__media img {
  transform: scale(1.12);
}

.ny-dest__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 16, 14, 0.8), rgba(18, 16, 14, 0.15) 55%, transparent);
}

.ny-dest__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(100% - 2.75rem, 72rem);
  margin-inline: auto;
  padding: clamp(2.25rem, 6vw, 4rem) 0;
}

.ny-dest__index {
  display: block;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.6);
  margin-bottom: 0.55rem;
}

.ny-dest h3 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.25rem);
  letter-spacing: -0.025em;
  margin: 0 0 0.6rem;
  color: #fff;
}

.ny-dest p {
  margin: 0;
  max-width: 28rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

/* ── Explore more ── */
.ny-explore {
  padding: clamp(4rem, 10vw, 6rem) 0 clamp(4.5rem, 10vw, 6.5rem);
  background: var(--ny-cream);
}

.ny-explore__head {
  width: min(100% - 2.75rem, 72rem);
  margin: 0 auto 2.25rem;
  text-align: center;
}

.ny-explore__head .ny-label-pair {
  justify-content: center;
  color: var(--ny-stone);
}

.ny-explore__head h2 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  margin: 0.5rem 0 0;
  letter-spacing: -0.02em;
}

.ny-explore__grid {
  width: min(100% - 2.75rem, 72rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
}

@media (min-width: 900px) {
  .ny-explore__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.7rem;
  }
}

.ny-explore__tile {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  z-index: 1;
  transform: translateY(0) scale(1);
  transition:
    transform 0.65s var(--ny-ease),
    box-shadow 0.65s var(--ny-ease),
    filter 0.65s var(--ny-ease);
  box-shadow: 0 0 0 0 transparent;
  will-change: transform, box-shadow;
}

.ny-explore__tile-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ny-explore__tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.9s var(--ny-ease);
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .ny-explore__tile:hover {
    z-index: 4;
    transform: translateY(-10px) scale(1.02);
    box-shadow:
      0 26px 52px rgba(0, 0, 0, 0.28),
      0 6px 16px rgba(0, 0, 0, 0.16),
      0 0 0 1px rgba(26, 23, 20, 0.08);
    filter: brightness(1.03);
  }

  .ny-explore__tile:hover .ny-explore__tile-media img {
    transform: scale(1.1);
  }

  html[data-theme="dark"] .theme-newyork .ny-explore__tile:hover {
    box-shadow:
      0 28px 56px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(255, 255, 255, 0.1);
  }
}

.ny-explore__tile-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(12, 10, 9, 0.9) 0%,
      rgba(12, 10, 9, 0.5) 36%,
      transparent 68%
    );
}

.ny-explore__tile > span {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1.1rem;
  z-index: 2;
  font-family: var(--fw-font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #ffffff !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.6),
    0 8px 28px rgba(0, 0, 0, 0.5);
}

/* Platform glance stats - sparse, not a text wall */
.ny-platform-glance {
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
}

.ny-stat-row {
  width: min(100% - 2.75rem, 64rem);
  margin: 2.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--ny-line);
  border: 1px solid var(--ny-line);
}

@media (min-width: 800px) {
  .ny-stat-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ny-stat {
  background: var(--ny-cream);
  padding: clamp(1.5rem, 3.5vw, 2.25rem) 1.25rem;
  text-align: center;
}

.ny-stat__value {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ny-ink);
  margin-bottom: 0.65rem;
}

.ny-stat__label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ny-stone);
  line-height: 1.45;
  max-width: 12rem;
  margin-inline: auto;
}

/* Contact CTA band — always inverse prestige (not inverted tokens) */
.ny-contact-band {
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
  padding: clamp(3.5rem, 9vw, 5.5rem) 0;
  text-align: center;
  border-top: 1px solid var(--ny-inverse-line);
}

.ny-contact-band .ny-label-pair {
  justify-content: center;
  color: var(--ny-inverse-muted);
}

.ny-contact-band h2 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin: 0.75rem 0 1.75rem;
  letter-spacing: -0.02em;
  color: var(--ny-inverse-fg);
}

/* ── Split text ── */
.ny-split .ny-line {
  display: block;
  overflow: hidden;
}

.ny-split .ny-line__inner {
  display: inline-block;
  transform: translate3d(0, 110%, 0);
  transition: transform 1.1s var(--ny-ease);
}

.ny-split.is-visible .ny-line__inner.is-on,
.ny-split.ny-revealed .ny-line__inner.is-on,
.ny-revealed .ny-split .ny-line__inner {
  transform: none;
}

/* ── Inner pages ── */
.theme-newyork .fw-page {
  margin-top: calc(-1 * var(--fw-header-h));
  padding-bottom: 0;
  background: var(--ny-cream);
}

.theme-newyork .fw-page__hero {
  min-height: min(85svh, 44rem);
  margin-top: 0;
  padding-top: var(--fw-header-h);
}

.theme-newyork .fw-page__hero-veil {
  background:
    linear-gradient(to top, rgba(18, 16, 14, 0.85) 0%, rgba(18, 16, 14, 0.3) 48%, rgba(18, 16, 14, 0.1) 100%);
}

.theme-newyork .fw-page__hero-copy h1 {
  font-weight: 400;
  letter-spacing: -0.03em;
  max-width: 11ch;
  font-size: clamp(2.75rem, 7.5vw, 5rem);
  line-height: 0.98;
}

.theme-newyork .fw-page__kicker {
  letter-spacing: 0.24em;
  color: rgba(240, 238, 234, 0.68);
}

.theme-newyork .fw-page__compose {
  background: var(--ny-cream);
}

.theme-newyork .fw-compose .fw-chapter {
  padding: clamp(3.75rem, 10vw, 6rem) 0;
}

.theme-newyork .fw-compose .fw-chapter--alt {
  background: var(--ny-paper);
}

.theme-newyork .fw-compose .fw-chapter__inner {
  width: min(100% - 2.75rem, 36rem);
}

.theme-newyork .fw-compose .fw-chapter__inner > h2:first-child {
  font-weight: 400;
  letter-spacing: -0.025em;
  max-width: 14ch;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
}

.theme-newyork .fw-compose-lead {
  font-style: italic;
  font-family: var(--fw-font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem) !important;
  max-width: 28rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 900px) {
  .theme-newyork .fw-chapter__inner > .fw-media-break {
    width: min(100vw - 2rem, 68rem);
    border-radius: 0;
  }
}

.theme-newyork .fw-feature {
  border: 0;
  border-top: 1px solid rgba(124, 114, 98, 0.25);
  background: transparent;
  padding: 1.85rem 0;
  box-shadow: none;
  border-radius: 0;
}

.theme-newyork .fw-feature:hover {
  transform: none;
  box-shadow: none;
  background: transparent;
  border-color: rgba(124, 114, 98, 0.45);
}

.theme-newyork .fw-feature-grid {
  gap: 0;
  border-bottom: 1px solid rgba(124, 114, 98, 0.25);
}

@media (min-width: 800px) {
  .theme-newyork .fw-feature-grid {
    grid-template-columns: 1fr;
  }
}

.theme-newyork .fw-feature__index {
  color: var(--ny-stone);
  font-family: var(--fw-font-display);
  font-weight: 400;
}

.theme-newyork .fw-feature__title {
  font-family: var(--fw-font-display);
  font-weight: 400;
  letter-spacing: -0.015em;
}

.theme-newyork .fw-page__rail {
  display: none; /* explore grid replaces text rails on NY */
}

/* Footer */
.theme-newyork .theme-footer--corporate {
  background: var(--ny-ink);
  color: rgba(240, 238, 234, 0.7);
  padding: clamp(4rem, 10vw, 6rem) 0 2rem;
  margin-top: 0;
  border: 0;
}

.theme-newyork .theme-footer__corporate {
  display: grid;
  gap: 2.75rem;
  width: min(100% - 2.75rem, 72rem);
  margin-inline: auto;
}

@media (min-width: 800px) {
  .theme-newyork .theme-footer__corporate {
    grid-template-columns: 1.25fr 1fr;
  }
}

.theme-newyork .theme-footer__brand-block p {
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(240, 238, 234, 0.5);
}

.theme-newyork .theme-footer a {
  color: rgba(240, 238, 234, 0.82);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.theme-newyork .theme-footer a:hover {
  color: var(--ny-gold);
}

.theme-newyork .theme-footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.theme-newyork .theme-footer__nav-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-newyork .theme-footer__nav-grid li {
  margin-bottom: 0.65rem;
}

/* Site footer links (About…Contact) are redundant with the mobile menu */
@media (max-width: 799px) {
  .theme-newyork .theme-footer__nav-grid > ul:not(.theme-footer__network) {
    display: none !important;
  }
  .theme-newyork .theme-footer__nav-grid {
    grid-template-columns: 1fr;
  }
}

.theme-newyork .theme-footer__legal {
  margin-top: 3rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(240, 238, 234, 0.1);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.35);
  width: min(100% - 2.75rem, 72rem);
  margin-inline: auto;
}

/* Slow immersion */
.theme-newyork .fw-immerse {
  transition-duration: 1.2s, 1.35s;
  transition-timing-function: var(--ny-ease);
}

html.js .ny-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 1.2s var(--ny-ease), transform 1.35s var(--ny-ease);
}

html.js .ny-reveal.is-visible,
html.js .ny-reveal.ny-revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 700px) {
  .ny-cinema-panel { min-height: 100svh; }
  .ny-dest { min-height: 78svh; }
  .ny-sticky-label { display: none; }
  .ny-strip__item { flex-basis: min(85vw, 20rem); }
  .ny-explore__grid { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   Living stills (Ken Burns “light video” from HD photos)
   + 111-close interaction polish
   ═══════════════════════════════════════════════════════════ */

[data-ny-media],
.ny-cinema-panel__media,
.ny-essay__media,
.ny-dest__media,
.ny-strip__media,
.ny-explore__tile-media,
.fw-page__hero-media {
  overflow: hidden;
  will-change: transform;
}

.ny-cinema img,
[data-ny-media] img,
.ny-explore__tile-media img {
  opacity: 0;
  transition: opacity 0.85s var(--ny-ease);
}

.ny-cinema img.is-loaded,
[data-ny-media] img.is-loaded,
.ny-explore__tile-media img.is-loaded {
  opacity: 1;
}

/* Living stills — JS drives transform every frame (ny-live-js) */
.ny-live,
.ny-live-js {
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  will-change: transform;
  /* no CSS animation: JS Ken Burns is the source of truth */
  animation: none !important;
}

/* Horizontal landmark film (Empire State drone) */
.ny-film {
  position: relative;
  min-height: min(78svh, 42rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.ny-film--wide {
  min-height: min(72svh, 38rem);
}

.ny-film__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ny-film__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 1.2s var(--ny-ease);
}

.ny-film.is-focused .ny-film__media video {
  transform: scale(1.08);
}

.ny-film__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(10, 8, 7, 0.88) 0%, rgba(10, 8, 7, 0.25) 48%, rgba(10, 8, 7, 0.2) 100%),
    linear-gradient(90deg, rgba(10, 8, 7, 0.45) 0%, transparent 55%);
}

.ny-film__copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2.75rem, 40rem);
  margin: 0 auto clamp(2.5rem, 7vw, 4.5rem);
  color: #fff;
  will-change: transform, opacity;
}

.ny-film__copy .ny-label-pair {
  color: rgba(240, 238, 234, 0.55);
}

.ny-film__copy .ny-cinema-title {
  color: #fff;
  margin: 0.5rem 0 0.85rem;
}

.ny-film__copy .ny-cinema-lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 34rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Essay / explore pointer spotlight */
.ny-essay,
.ny-explore__tile,
.ny-dest {
  --ny-mx: 50%;
  --ny-my: 50%;
}

body.ny-motion-alive .ny-essay.is-inview .ny-essay__media::after,
body.ny-motion-alive .ny-dest.is-inview .ny-dest__veil {
  transition: opacity 0.6s ease;
}

/* Soft rise for text bands */
.ny-caption-band,
.ny-band,
.ny-explore,
.ny-contact-band {
  transition: opacity 0.8s var(--ny-ease), transform 0.8s var(--ny-ease);
}

body.ny-motion-alive .ny-caption-band:not(.is-visible),
body.ny-motion-alive .ny-band:not(.is-visible),
body.ny-motion-alive .ny-explore:not(.is-visible) {
  opacity: 0.55;
  transform: translate3d(0, 28px, 0);
}

body.ny-motion-alive .ny-caption-band.is-visible,
body.ny-motion-alive .ny-band.is-visible,
body.ny-motion-alive .ny-explore.is-visible {
  opacity: 1;
  transform: none;
}

/* Stat value pulse on reveal */
.ny-stat__value {
  transition: transform 0.7s var(--ny-ease), opacity 0.7s ease;
}

body.ny-motion-alive .ny-stat:not(.is-visible) .ny-stat__value {
  opacity: 0.35;
  transform: translate3d(0, 12px, 0);
}

body.ny-motion-alive .ny-stat.is-visible .ny-stat__value {
  opacity: 1;
  transform: none;
}

/* Media frames always overflow-clip for zoom */
[data-ny-media],
.ny-cinema-panel__media,
.ny-essay__media,
.ny-dest__media,
.ny-case__media,
.ny-film__media {
  overflow: hidden;
}

/* Hero film media fills; frame parallax from JS */
body.ny-motion-alive .ny-hero .ny-cinema-panel__media {
  will-change: transform;
}
body.ny-motion-alive .ny-hero .ny-hero-video {
  transform: scale(1.08);
  transition: transform 0.01s linear;
}

/* Slogan lines cascade */
body.ny-motion-alive .ny-hero-slogan__lines span {
  display: block;
  animation: nySloganIn 1.1s var(--ny-ease) both;
}
body.ny-motion-alive .ny-hero-slogan__lines span:nth-child(2) { animation-delay: 0.12s; }
body.ny-motion-alive .ny-hero-slogan__lines span:nth-child(3) { animation-delay: 0.24s; }
body.ny-motion-alive .ny-hero-slogan__sub {
  animation: nySloganIn 1.2s var(--ny-ease) 0.4s both;
}

@keyframes nySloganIn {
  from { opacity: 0; transform: translate3d(0, 1.1em, 0); }
  to { opacity: 1; transform: none; }
}

/* Quote soft scale on focus */
body.ny-motion-alive .ny-quote {
  transition: transform 1s var(--ny-ease);
}
body.ny-motion-alive .ny-quote.is-focused blockquote {
  transform: scale(1.02);
  transition: transform 1.2s var(--ny-ease);
}

/* Stronger hover on dest cards only (strip/explore use dedicated card hover) */
@media (hover: hover) and (pointer: fine) {
  body.ny-motion-alive .ny-h-scale:not(.ny-strip__item):not(.ny-explore__tile):hover .ny-h-scale__item {
    transform: scale(1.07);
  }
}

/* Dual-line 111-style identity above hero titles */
.ny-identity {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  margin-bottom: 1.25rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.35rem, 3.2vw, 2.1rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.78);
}

.ny-identity span {
  display: block;
}

/* Label tracking */
.ny-label-pair {
  letter-spacing: 0.12em;
}

/* Hover scale on tiles (111 h-scale) — strip/explore have their own rules */
.ny-h-scale {
  overflow: hidden;
}
.ny-h-scale .ny-h-scale__item {
  transition: transform 0.9s var(--ny-ease);
}
@media (hover: hover) and (pointer: fine) {
  /* Dest / essay cards only (not strip/explore — those use card-level hover) */
  .ny-h-scale:not(.ny-strip__item):not(.ny-explore__tile):hover .ny-h-scale__item {
    transform: scale(1.06);
  }
  .ny-h-fade {
    transition: opacity 0.5s ease-out;
  }
  .ny-h-fade:hover {
    opacity: 0.35;
  }
  .ny-uline {
    position: relative;
    display: inline-flex;
    white-space: nowrap;
  }
  .ny-uline::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.08em;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.75s var(--ny-ease);
  }
  .ny-uline:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

/* Case study photo essays (track record) */
.ny-case {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ny-line);
}
@media (min-width: 900px) {
  .ny-case {
    grid-template-columns: 1.15fr 1fr;
    min-height: 72vh;
  }
  .ny-case--flip .ny-case__media { order: 2; }
  .ny-case--flip .ny-case__copy { order: 1; }
}
.ny-case__media {
  position: relative;
  min-height: 52vh;
  overflow: hidden;
  background: var(--ny-inverse-bg);
}
.ny-case__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-case__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 3.75rem);
  background: var(--ny-cream);
}
.ny-case__copy h2 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0.5rem 0 1rem;
  color: var(--ny-ink);
}
.ny-case__kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-stone);
  margin: 0;
}
.ny-case__copy p {
  margin: 0 0 0.85rem;
  color: var(--ny-soft);
  line-height: 1.7;
  font-size: 1.02rem;
  max-width: 36rem;
}
.ny-case__metric {
  font-family: var(--fw-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  color: var(--ny-ink);
  margin: 0 0 0.75rem;
}

/* Compose inside NY: calmer measure */
.theme-newyork .fw-page__compose {
  width: min(100% - 2.75rem, 42rem);
  margin-inline: auto;
  padding: clamp(3rem, 8vw, 5.5rem) 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ny-soft);
}
.theme-newyork .fw-page__compose h1,
.theme-newyork .fw-page__compose h2,
.theme-newyork .fw-page__compose h3 {
  font-family: var(--fw-font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--ny-ink);
  line-height: 1.15;
}

/* Contact form on cream cinema pages */
.theme-newyork .fw-contact-form {
  border-color: var(--ny-line);
  background: color-mix(in srgb, var(--ny-elev) 70%, transparent);
  backdrop-filter: blur(8px);
  color: var(--ny-ink);
}

.theme-newyork .fw-contact-form__field span,
.theme-newyork .fw-contact-form__check span,
.theme-newyork .fw-contact-form__note {
  color: var(--ny-soft);
}

.theme-newyork .fw-contact-form__field input,
.theme-newyork .fw-contact-form__field select,
.theme-newyork .fw-contact-form__field textarea {
  border-color: var(--ny-line);
  background: var(--ny-elev);
  color: var(--ny-ink);
}

/* ═══════════════════════════════════════════════════════════
   DARK MODE — full site adaptation
   Tokens already flip cream/ink/paper. This block locks chrome,
   prestige inverse panels, and any residual light hardcodes.
   ═══════════════════════════════════════════════════════════ */

/* Ensure surface cascade beats foundation base CSS */
html[data-theme="dark"] .theme-newyork,
html[data-theme="dark"] .theme-newyork main,
html[data-theme="dark"] .theme-newyork .ny-cinema,
html[data-theme="dark"] .theme-newyork .fw-page,
html[data-theme="dark"] .theme-newyork .fw-page__compose {
  background: var(--ny-cream);
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .fw-compose .fw-chapter--alt {
  background: var(--ny-paper);
}

/* Solid header chrome — line CTA, cream text on charcoal bar */
html[data-theme="dark"] .theme-newyork .fw-header.ny-header--solid .fw-btn--header:not(.fw-btn--platform),
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-btn--header:not(.fw-btn--platform),
html[data-theme="dark"] .theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-btn--header:not(.fw-btn--platform) {
  color: #f0eeea !important;
  border-color: rgba(240, 238, 234, 0.42) !important;
  background: transparent !important;
  background-color: transparent !important;
}

html[data-theme="dark"] .theme-newyork .fw-header.ny-header--solid .fw-btn--header:not(.fw-btn--platform):hover,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-btn--header:not(.fw-btn--platform):hover {
  background: rgba(240, 238, 234, 0.1) !important;
  background-color: rgba(240, 238, 234, 0.1) !important;
  border-color: #f0eeea !important;
  color: #f0eeea !important;
}

/* Ghost header on photos — line style for non-platform only */
html[data-theme="dark"] .theme-newyork .fw-header.ny-header--ghost:not(.is-menu-open) .fw-btn--header:not(.fw-btn--platform) {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Platform CTA stays filled in all NY header states (incl. dark) */
html[data-theme="dark"] .theme-newyork .fw-btn--platform,
html[data-theme="dark"] .theme-newyork .fw-header .fw-btn--platform {
  background: linear-gradient(135deg, #6b1818 0%, #8c2020 45%, #c4a35a 100%) !important;
  border: none !important;
  color: #fff !important;
}

html[data-theme="dark"] .theme-newyork .fw-header.ny-header--solid .fw-header__toggle-icon span,
html[data-theme="dark"] .theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-header__toggle-icon span,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-header__toggle-icon span {
  background: var(--ny-ink);
}

/* Switchers always use adaptive tokens on solid/menu */
html[data-theme="dark"] .theme-newyork .fw-header.ny-header--solid .fw-color-mode,
html[data-theme="dark"] .theme-newyork .fw-header.ny-header--solid .fw-lang-switcher,
html[data-theme="dark"] .theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-color-mode,
html[data-theme="dark"] .theme-newyork .fw-header.is-scrolled:not(.ny-header--ghost) .fw-lang-switcher,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-color-mode,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-lang-switcher {
  border-color: var(--ny-chrome-border) !important;
  background: var(--ny-chrome-bg) !important;
}

html[data-theme="dark"] .theme-newyork .fw-color-mode__btn[aria-pressed="true"],
html[data-theme="dark"] .theme-newyork .fw-color-mode__btn.is-active,
html[data-theme="dark"] .theme-newyork .fw-lang-switcher__link.is-active,
html[data-theme="dark"] .theme-newyork .fw-lang-switcher__link:hover {
  background: var(--ny-fill-strong) !important;
  color: var(--ny-ink) !important;
}

/* Editorial cream bands → charcoal */
html[data-theme="dark"] .theme-newyork .ny-band,
html[data-theme="dark"] .theme-newyork .ny-caption-band,
html[data-theme="dark"] .theme-newyork .ny-essay,
html[data-theme="dark"] .theme-newyork .ny-essay__copy,
html[data-theme="dark"] .theme-newyork .ny-case__copy,
html[data-theme="dark"] .theme-newyork .ny-platform-glance,
html[data-theme="dark"] .theme-newyork .ny-stat {
  background: var(--ny-cream);
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .ny-band h2,
html[data-theme="dark"] .theme-newyork .ny-essay__copy h2,
html[data-theme="dark"] .theme-newyork .ny-case__copy h2,
html[data-theme="dark"] .theme-newyork .ny-case__metric,
html[data-theme="dark"] .theme-newyork .ny-caption-band p,
html[data-theme="dark"] .theme-newyork .ny-stat__value {
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .ny-band p,
html[data-theme="dark"] .theme-newyork .ny-essay__copy p,
html[data-theme="dark"] .theme-newyork .ny-case__copy p {
  color: var(--ny-soft);
}

html[data-theme="dark"] .theme-newyork .ny-band .ny-label-pair,
html[data-theme="dark"] .theme-newyork .ny-essay__copy .ny-label-pair,
html[data-theme="dark"] .theme-newyork .ny-case__kicker,
html[data-theme="dark"] .theme-newyork .ny-stat__label {
  color: var(--ny-stone);
}

html[data-theme="dark"] .theme-newyork .ny-stat-row {
  background: var(--ny-line);
  border-color: var(--ny-line);
}

/* Explore rail */
html[data-theme="dark"] .theme-newyork .ny-explore {
  background: var(--ny-paper);
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .ny-explore__head h2,
html[data-theme="dark"] .theme-newyork .ny-explore__head p {
  color: var(--ny-ink);
}

/* Contact stays inverse prestige in both modes */
html[data-theme="dark"] .theme-newyork .ny-contact-band {
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
  border-top-color: var(--ny-inverse-line);
}

html[data-theme="dark"] .theme-newyork .ny-contact-band h2 {
  color: var(--ny-inverse-fg);
}

html[data-theme="dark"] .theme-newyork .ny-contact-band .ny-label-pair {
  color: var(--ny-inverse-muted);
}

/* Links on cream */
html[data-theme="dark"] .theme-newyork .ny-text-link,
html[data-theme="dark"] .theme-newyork .ny-uline,
html[data-theme="dark"] .theme-newyork .fw-page__compose a {
  color: var(--ny-gold);
}

html[data-theme="dark"] .theme-newyork .ny-essay__copy a.ny-text-link {
  color: var(--ny-ink);
  border-bottom-color: var(--ny-btn-line);
}

html[data-theme="dark"] .theme-newyork .ny-essay__copy a.ny-text-link:hover {
  color: var(--ny-gold);
  border-bottom-color: var(--ny-gold);
}

/* Quote / strip — deeper black in dark mode (token already set) */
html[data-theme="dark"] .theme-newyork .ny-quote,
html[data-theme="dark"] .theme-newyork .ny-strip-wrap {
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
}

html[data-theme="dark"] .theme-newyork .ny-quote cite,
html[data-theme="dark"] .theme-newyork .ny-strip-wrap__head {
  color: var(--ny-inverse-muted);
}

/* Footer — inverse prestige both modes */
.theme-newyork .theme-footer--corporate {
  background: var(--ny-inverse-bg) !important;
  color: var(--ny-inverse-fg);
  border-top: 1px solid var(--ny-inverse-line);
}

html[data-theme="dark"] .theme-newyork .theme-footer--corporate {
  background: var(--ny-inverse-bg) !important;
  color: var(--ny-inverse-fg);
  border-top: 1px solid var(--ny-inverse-line);
}

html[data-theme="dark"] .theme-newyork .theme-footer--corporate a {
  color: rgba(240, 238, 234, 0.88);
}

html[data-theme="dark"] .theme-newyork .theme-footer a:hover {
  color: var(--ny-gold);
}

/* Mobile open menu */
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open {
  color: var(--ny-ink);
  background: var(--ny-header-scrolled) !important;
}

html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-header__menu,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-site-nav > a,
html[data-theme="dark"] .theme-newyork .fw-header.is-menu-open .fw-site-nav__trigger {
  color: var(--ny-ink);
}

/* Blog / cards / legacy newyork.css surfaces on dark */
html[data-theme="dark"] .theme-newyork .fw-card,
html[data-theme="dark"] .theme-newyork .fw-blog-card {
  background: var(--ny-elev);
  border-color: var(--ny-line);
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .fw-blog-card__title a,
html[data-theme="dark"] .theme-newyork .fw-prose h1,
html[data-theme="dark"] .theme-newyork .fw-prose h2,
html[data-theme="dark"] .theme-newyork .fw-prose h3 {
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .fw-blog-card__excerpt,
html[data-theme="dark"] .theme-newyork .fw-blog-card__meta,
html[data-theme="dark"] .theme-newyork .fw-prose p {
  color: var(--ny-soft);
}

/* Contact form fields */
html[data-theme="dark"] .theme-newyork .fw-contact-form {
  border-color: var(--ny-line);
  background: color-mix(in srgb, var(--ny-elev) 80%, transparent);
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .fw-contact-form__field input,
html[data-theme="dark"] .theme-newyork .fw-contact-form__field select,
html[data-theme="dark"] .theme-newyork .fw-contact-form__field textarea {
  border-color: var(--ny-line);
  background: var(--ny-elev);
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .fw-contact-form__field span,
html[data-theme="dark"] .theme-newyork .fw-contact-form__check span,
html[data-theme="dark"] .theme-newyork .fw-contact-form__note {
  color: var(--ny-soft);
}

/* ═══════════════════════════════════════════════════════════
   DARK MODE — buttons / CTAs (guaranteed contrast)
   Beats foundation-buttons + newyork.css ghost/solid fights.
   ═══════════════════════════════════════════════════════════ */

/* Default solid on page charcoal: cream plate + dark ink */
html[data-theme="dark"] .theme-newyork a.ny-btn--solid:not(.ny-btn--on-dark),
html[data-theme="dark"] .theme-newyork .ny-btn--solid:not(.ny-btn--on-dark),
html[data-theme="dark"] .theme-newyork a.ny-btn--on-cream.ny-btn--solid,
html[data-theme="dark"] .theme-newyork .ny-btn--on-cream.ny-btn--solid {
  background: #f0eeea !important;
  background-color: #f0eeea !important;
  border-color: #f0eeea !important;
  color: #12100e !important;
  backdrop-filter: none;
}

html[data-theme="dark"] .theme-newyork a.ny-btn--solid:not(.ny-btn--on-dark):hover,
html[data-theme="dark"] .theme-newyork .ny-btn--solid:not(.ny-btn--on-dark):hover,
html[data-theme="dark"] .theme-newyork a.ny-btn--on-cream.ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork .ny-btn--on-cream.ny-btn--solid:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #12100e !important;
}

/* Solid on photography / film panels: frost + white type */
html[data-theme="dark"] .theme-newyork .ny-cinema-panel a.ny-btn--solid,
html[data-theme="dark"] .theme-newyork .ny-cinema-panel .ny-btn--solid,
html[data-theme="dark"] .theme-newyork .ny-film a.ny-btn--solid,
html[data-theme="dark"] .theme-newyork .ny-film .ny-btn--solid,
html[data-theme="dark"] .theme-newyork .ny-dest a.ny-btn--solid,
html[data-theme="dark"] .theme-newyork .fw-page__hero a.ny-btn--solid,
html[data-theme="dark"] .theme-newyork .fw-page__hero .ny-btn--solid {
  background: rgba(240, 238, 234, 0.12) !important;
  background-color: rgba(240, 238, 234, 0.12) !important;
  border-color: rgba(240, 238, 234, 0.8) !important;
  color: #f0eeea !important;
  backdrop-filter: blur(10px);
}

html[data-theme="dark"] .theme-newyork .ny-cinema-panel a.ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork .ny-cinema-panel .ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork .ny-film a.ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork .fw-page__hero a.ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork .fw-page__hero .ny-btn--solid:hover {
  background: rgba(240, 238, 234, 0.22) !important;
  background-color: rgba(240, 238, 234, 0.22) !important;
  border-color: #f0eeea !important;
  color: #ffffff !important;
}

/* Contact band / inverse solid: cream plate */
html[data-theme="dark"] .theme-newyork .ny-contact-band a.ny-btn--solid,
html[data-theme="dark"] .theme-newyork .ny-contact-band .ny-btn--solid,
html[data-theme="dark"] .theme-newyork a.ny-btn--on-dark.ny-btn--solid,
html[data-theme="dark"] .theme-newyork .ny-btn--on-dark.ny-btn--solid {
  background: #f0eeea !important;
  background-color: #f0eeea !important;
  border-color: #f0eeea !important;
  color: #12100e !important;
  backdrop-filter: none;
}

html[data-theme="dark"] .theme-newyork .ny-contact-band a.ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork .ny-contact-band .ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork a.ny-btn--on-dark.ny-btn--solid:hover,
html[data-theme="dark"] .theme-newyork .ny-btn--on-dark.ny-btn--solid:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #12100e !important;
}

/* Line CTAs on dark page: cream outline + cream text */
html[data-theme="dark"] .theme-newyork a.ny-btn--line,
html[data-theme="dark"] .theme-newyork .ny-btn--line,
html[data-theme="dark"] .theme-newyork a.ny-btn--on-cream:not(.ny-btn--solid),
html[data-theme="dark"] .theme-newyork .ny-btn--on-cream:not(.ny-btn--solid) {
  background: transparent !important;
  background-color: transparent !important;
  border-color: rgba(240, 238, 234, 0.45) !important;
  color: #f0eeea !important;
}

html[data-theme="dark"] .theme-newyork a.ny-btn--line:hover,
html[data-theme="dark"] .theme-newyork .ny-btn--line:hover,
html[data-theme="dark"] .theme-newyork a.ny-btn--on-cream:not(.ny-btn--solid):hover,
html[data-theme="dark"] .theme-newyork .ny-btn--on-cream:not(.ny-btn--solid):hover {
  background: rgba(240, 238, 234, 0.1) !important;
  background-color: rgba(240, 238, 234, 0.1) !important;
  border-color: #f0eeea !important;
  color: #f0eeea !important;
}

/* Platform form buttons (contact Send, etc.) */
html[data-theme="dark"] .theme-newyork .fw-contact-form .fw-btn,
html[data-theme="dark"] .theme-newyork .fw-contact-form button[type="submit"],
html[data-theme="dark"] .theme-newyork button.fw-btn:not(.fw-btn--header):not(.fw-btn--ghost),
html[data-theme="dark"] .theme-newyork a.fw-btn:not(.fw-btn--header):not(.fw-btn--ghost) {
  background: #f0eeea !important;
  background-color: #f0eeea !important;
  border-color: #f0eeea !important;
  color: #12100e !important;
}

html[data-theme="dark"] .theme-newyork .fw-contact-form .fw-btn:hover,
html[data-theme="dark"] .theme-newyork .fw-contact-form button[type="submit"]:hover,
html[data-theme="dark"] .theme-newyork button.fw-btn:not(.fw-btn--header):not(.fw-btn--ghost):hover,
html[data-theme="dark"] .theme-newyork a.fw-btn:not(.fw-btn--header):not(.fw-btn--ghost):hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #12100e !important;
}

/* Ghost platform buttons */
html[data-theme="dark"] .theme-newyork .fw-btn--ghost,
html[data-theme="dark"] .theme-newyork a.fw-btn--ghost {
  background: transparent !important;
  background-color: transparent !important;
  border-color: rgba(240, 238, 234, 0.4) !important;
  color: #f0eeea !important;
}

html[data-theme="dark"] .theme-newyork .fw-btn--ghost:hover,
html[data-theme="dark"] .theme-newyork a.fw-btn--ghost:hover {
  background: rgba(240, 238, 234, 0.1) !important;
  background-color: rgba(240, 238, 234, 0.1) !important;
  color: #f0eeea !important;
}

/* Footer CTAs on inverse */
html[data-theme="dark"] .theme-newyork .theme-footer a.fw-btn,
html[data-theme="dark"] .theme-newyork .theme-footer a.ny-btn {
  background: #f0eeea !important;
  background-color: #f0eeea !important;
  border-color: #f0eeea !important;
  color: #12100e !important;
}

/* Color-mode chips stay legible */
html[data-theme="dark"] .theme-newyork .fw-color-mode__btn {
  color: rgba(240, 238, 234, 0.72) !important;
}
html[data-theme="dark"] .theme-newyork .fw-color-mode__btn.is-active,
html[data-theme="dark"] .theme-newyork .fw-color-mode__btn[aria-pressed="true"] {
  color: #f0eeea !important;
  background: rgba(240, 238, 234, 0.14) !important;
}


/* ═══════════════════════════════════════════════════════════
   ABOUT US — luxury cinema page
   ═══════════════════════════════════════════════════════════ */

.ny-about {
  margin-top: calc(-1 * var(--fw-header-h));
  background: var(--ny-cream);
  color: var(--ny-ink);
  overflow-x: clip;
}

/* Hero */
.ny-about-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ny-about-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ny-about-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ny-about-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(10, 8, 7, 0.88) 0%, rgba(10, 8, 7, 0.35) 42%, rgba(10, 8, 7, 0.4) 100%),
    linear-gradient(100deg, rgba(10, 8, 7, 0.55) 0%, transparent 55%);
}

.ny-about-hero__copy {
  position: relative;
  z-index: 3;
  width: min(100% - 2.75rem, 48rem);
  margin: 0 auto clamp(4.5rem, 12vh, 7rem);
  color: #fff;
  will-change: transform, opacity;
}

.ny-about-kicker {
  margin: 0 0 1.1rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.ny-about-hero__title {
  margin: 0 0 1.25rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.75rem, 7.5vw, 5.25rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  max-width: 12ch;
  color: #fff;
}

.ny-about-hero__lead {
  margin: 0 0 1.85rem;
  max-width: 34rem;
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.ny-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

/* Epigraph */
.ny-about-epigraph {
  padding: clamp(4rem, 12vw, 7rem) 1.5rem;
  text-align: center;
  background: var(--ny-cream);
}

.ny-about-epigraph p {
  margin: 0 auto;
  max-width: 22ch;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.75rem, 4.2vw, 2.85rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--ny-ink);
}

/* Essay split */
.ny-about-essay {
  display: grid;
  grid-template-columns: 1fr;
  min-height: min(92svh, 52rem);
  background: var(--ny-cream);
}

@media (min-width: 960px) {
  .ny-about-essay {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.ny-about-essay__media {
  position: relative;
  min-height: min(48vh, 28rem);
  overflow: hidden;
}

.ny-about-essay__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.16);
}

.ny-about-essay__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.75rem, 7vw, 5rem) clamp(1.5rem, 5vw, 3.75rem);
  color: var(--ny-ink);
  will-change: transform, opacity;
}

.ny-about-essay__copy h2 {
  margin: 0 0 1.25rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  max-width: 14ch;
  color: var(--ny-ink);
}

.ny-about-essay__copy p {
  margin: 0 0 1.05rem;
  font-size: 1.02rem;
  line-height: 1.78;
  color: var(--ny-soft);
  max-width: 36rem;
}

.ny-about-essay__copy p:last-child {
  margin-bottom: 0;
}

.ny-about-drop {
  font-family: var(--fw-font-display);
  font-size: clamp(1.15rem, 2vw, 1.35rem) !important;
  line-height: 1.55 !important;
  color: var(--ny-ink) !important;
  letter-spacing: -0.015em;
}

/* Mission inverse */
.ny-about-mission {
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
  padding: clamp(5rem, 14vw, 9rem) 0;
}

.ny-about-mission__inner {
  width: min(100% - 2.75rem, 42rem);
  margin-inline: auto;
  text-align: center;
}

.ny-about-mission .ny-label-pair {
  justify-content: center;
  color: var(--ny-inverse-muted);
}

.ny-about-mission h2 {
  margin: 0.65rem 0 1.5rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--ny-inverse-fg);
}

.ny-about-mission__text {
  margin: 0 0 1.5rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: rgba(240, 238, 234, 0.92);
}

.ny-about-mission__aside {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--ny-inverse-muted);
}

/* Four forces */
.ny-about-moment {
  padding: clamp(4.5rem, 12vw, 7.5rem) 0;
  background: var(--ny-cream);
  color: var(--ny-ink);
}

.ny-about-moment__head {
  width: min(100% - 2.75rem, 40rem);
  margin: 0 auto 2.75rem;
  text-align: center;
}

.ny-about-moment__head .ny-label-pair {
  justify-content: center;
  color: var(--ny-stone);
}

.ny-about-moment__head h2 {
  margin: 0.6rem 0 1.1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ny-ink);
}

.ny-about-moment__head p {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-about-forces {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: min(100% - 2.75rem, 72rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--ny-line);
  border: 1px solid var(--ny-line);
}

@media (min-width: 800px) {
  .ny-about-forces {
    grid-template-columns: 1fr 1fr;
  }
}

.ny-about-force {
  background: var(--ny-cream);
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.35rem, 3vw, 2rem);
  transition: background 0.5s var(--ny-ease), transform 0.55s var(--ny-ease);
}

@media (hover: hover) and (pointer: fine) {
  .ny-about-force:hover {
    background: var(--ny-paper);
    transform: translateY(-2px);
  }
}

.ny-about-force__n {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

.ny-about-force h3 {
  margin: 0 0 0.65rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: -0.02em;
  color: var(--ny-ink);
}

.ny-about-force p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ny-soft);
  max-width: 28rem;
}

.ny-about-moment__cta {
  margin-top: 2.75rem;
  text-align: center;
}

/* Bleed chapter */
.ny-about-bleed {
  position: relative;
  min-height: min(78svh, 40rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ny-about-bleed__media {
  position: absolute;
  inset: 0;
}

.ny-about-bleed__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
}

.ny-about-bleed__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(10, 8, 7, 0.82) 0%, rgba(10, 8, 7, 0.2) 55%, transparent 100%);
}

.ny-about-bleed__copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2.75rem, 40rem);
  margin: 0 auto clamp(2.5rem, 7vw, 4rem);
  color: #fff;
}

.ny-about-bleed__copy .ny-label-pair {
  color: rgba(255, 255, 255, 0.55);
}

.ny-about-bleed__copy p {
  margin: 0.5rem 0 0;
  font-family: var(--fw-font-display);
  font-size: clamp(1.5rem, 3.4vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: #fff;
  max-width: 18ch;
}

/* Operator */
.ny-about-operator {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--ny-cream);
  color: var(--ny-ink);
}

@media (min-width: 960px) {
  .ny-about-operator {
    grid-template-columns: 0.9fr 1.1fr;
    min-height: min(92svh, 52rem);
  }
}

.ny-about-operator__portrait {
  position: relative;
  min-height: min(58vh, 32rem);
  overflow: hidden;
  background: var(--ny-inverse-bg);
}

.ny-about-operator__portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.12);
}

.ny-about-operator__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.75rem, 7vw, 5rem) clamp(1.5rem, 5vw, 3.75rem);
  will-change: transform, opacity;
}

.ny-about-operator__copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ny-ink);
}

.ny-about-operator__role {
  margin: 0 0 1.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

.ny-about-prose p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.78;
  color: var(--ny-soft);
  max-width: 36rem;
}

.ny-about-prose p:last-child {
  margin-bottom: 1.5rem;
}

/* Vision */
.ny-about-vision {
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
  padding: clamp(5rem, 13vw, 8.5rem) 0;
  border-top: 1px solid var(--ny-inverse-line);
}

.ny-about-vision__inner {
  width: min(100% - 2.75rem, 40rem);
  margin-inline: auto;
  text-align: center;
}

.ny-about-vision .ny-label-pair {
  justify-content: center;
  color: var(--ny-inverse-muted);
}

.ny-about-vision h2 {
  margin: 0.65rem 0 1.35rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.95rem, 4.2vw, 3.1rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ny-inverse-fg);
}

.ny-about-vision p {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(240, 238, 234, 0.72);
}

.ny-about-vision__emphasis {
  margin: 1.75rem 0 0 !important;
  font-family: var(--fw-font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem) !important;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.4 !important;
  color: #f0eeea !important;
}

/* Close / pipeline */
.ny-about-close {
  position: relative;
  min-height: min(100svh, 52rem);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ny-about-close__media {
  position: absolute;
  inset: 0;
}

.ny-about-close__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
}

.ny-about-close__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(10, 8, 7, 0.25), rgba(10, 8, 7, 0.72)),
    linear-gradient(to top, rgba(10, 8, 7, 0.75), rgba(10, 8, 7, 0.35) 50%, rgba(10, 8, 7, 0.5));
}

.ny-about-close__copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2.75rem, 40rem);
  margin: clamp(5rem, 12vh, 8rem) auto;
  text-align: center;
  color: #fff;
}

.ny-about-close__copy .ny-label-pair {
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
}

.ny-about-close__copy blockquote {
  margin: 0.75rem 0 1.35rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

.ny-about-close__note {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.ny-about-close__line {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.ny-about-close cite {
  display: block;
  margin: 0 0 2rem;
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.ny-about-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

/* About dark mode surfaces already use tokens — ensure inverse stays prestige */
html[data-theme="dark"] .theme-newyork .ny-about-force {
  background: var(--ny-cream);
}

html[data-theme="dark"] .theme-newyork .ny-about-force:hover {
  background: var(--ny-elev);
}



/* ═══════════════════════════════════════════════════════════
   APPROACH — process dossier (unique vs home / about)
   Split document + film, pathway rail, dual columns,
   sticky spectrum, BRRRR timeline, standards seal
   ═══════════════════════════════════════════════════════════ */

.ny-ap {
  margin-top: calc(-1 * var(--fw-header-h));
  background: var(--ny-cream);
  color: var(--ny-ink);
  overflow-x: clip;
}

.ny-ap-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ny-stone);
}

.ny-ap-eyebrow--pale {
  color: rgba(240, 238, 234, 0.55);
}

/* Split hero */
.ny-ap-hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100svh;
  background: var(--ny-cream);
}

@media (min-width: 960px) {
  .ny-ap-hero {
    grid-template-columns: minmax(20rem, 0.95fr) minmax(0, 1.05fr);
  }
}

.ny-ap-hero__doc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    calc(var(--fw-header-h) + 2rem)
    clamp(1.5rem, 4vw, 3.25rem)
    clamp(2.5rem, 6vw, 4rem);
  background:
    linear-gradient(165deg, var(--ny-paper) 0%, var(--ny-cream) 55%, var(--ny-cream) 100%);
  border-bottom: 1px solid var(--ny-line);
}

@media (min-width: 960px) {
  .ny-ap-hero__doc {
    border-bottom: 0;
    border-right: 1px solid var(--ny-line);
  }
}

.ny-ap-hero__title {
  margin: 0 0 1.15rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
  max-width: 11ch;
  color: var(--ny-ink);
}

.ny-ap-hero__lead {
  margin: 0 0 1.75rem;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ny-soft);
}

.ny-ap-hero__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem 1.25rem;
  margin: 0 0 1.85rem;
  padding: 1.15rem 0;
  border-top: 1px solid var(--ny-line);
  border-bottom: 1px solid var(--ny-line);
}

@media (min-width: 520px) {
  .ny-ap-hero__meta {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ny-ap-hero__meta span {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ny-stone);
}

.ny-ap-hero__meta strong {
  display: block;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
  color: var(--ny-ink);
  line-height: 1.3;
}

.ny-ap-hero__film {
  position: relative;
  min-height: min(52vh, 28rem);
  overflow: hidden;
  background: #0a0908;
}

@media (min-width: 960px) {
  .ny-ap-hero__film {
    min-height: 100%;
  }
}

.ny-ap-hero__film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
}

.ny-ap-hero__film-caption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.ny-ap-hero__film-caption span:first-child {
  color: var(--ny-gold);
}

/* Question */
.ny-ap-question {
  position: relative;
  padding: clamp(4.5rem, 12vw, 7.5rem) 1.5rem;
  text-align: center;
  background: var(--ny-cream);
  overflow: hidden;
}

.ny-ap-question__mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  margin: 0;
  font-family: var(--fw-font-display);
  font-size: clamp(12rem, 28vw, 22rem);
  font-weight: 400;
  line-height: 1;
  color: color-mix(in srgb, var(--ny-ink) 5%, transparent);
  pointer-events: none;
  user-select: none;
}

.ny-ap-question h2 {
  position: relative;
  z-index: 1;
  margin: 0 auto 1.35rem;
  max-width: 16ch;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ny-ink);
}

.ny-ap-question__body {
  position: relative;
  z-index: 1;
  margin: 0 auto 0.9rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ny-soft);
}

.ny-ap-question__body:last-child {
  margin-bottom: 0;
}

/* Pathways rail */
.ny-ap-pathways {
  padding: 0 0 clamp(3.5rem, 8vw, 5rem);
  background: var(--ny-paper);
  border-top: 1px solid var(--ny-line);
}

.ny-ap-pathways__head {
  width: min(100% - 2.75rem, 72rem);
  margin: 0 auto;
  padding: clamp(2.75rem, 7vw, 4rem) 0 1.5rem;
}

.ny-ap-pathways__head h2 {
  margin: 0;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  letter-spacing: -0.03em;
  color: var(--ny-ink);
}

.ny-ap-pathways__rail {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem) 0.75rem;
  scrollbar-width: none;
  cursor: grab;
}

.ny-ap-pathways__rail::-webkit-scrollbar { display: none; }
.ny-ap-pathways__rail.is-dragging { cursor: grabbing; }

.ny-ap-chip {
  flex: 0 0 min(70vw, 14.5rem);
  scroll-snap-align: start;
  min-height: 9.5rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--ny-line);
  background: var(--ny-cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.55s var(--ny-ease),
    box-shadow 0.55s var(--ny-ease),
    border-color 0.55s var(--ny-ease),
    background 0.55s var(--ny-ease);
}

.ny-ap-chip span {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--ny-gold);
}

.ny-ap-chip h3 {
  margin: 0;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ny-ink);
}

@media (hover: hover) and (pointer: fine) {
  .ny-ap-chip:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--ny-gold) 45%, var(--ny-line));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
    background: var(--ny-elev);
  }
}

/* Dual columns */
.ny-ap-dual {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ny-ap-dual {
    grid-template-columns: 1fr 1fr;
  }
}

.ny-ap-dual__col {
  padding: clamp(3rem, 8vw, 5rem) clamp(1.5rem, 4vw, 3rem);
}

.ny-ap-dual__col--ink {
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
}

.ny-ap-dual__col--paper {
  background: var(--ny-cream);
  color: var(--ny-ink);
  border-top: 1px solid var(--ny-line);
}

@media (min-width: 900px) {
  .ny-ap-dual__col--paper {
    border-top: 0;
    border-left: 1px solid var(--ny-line);
  }
}

.ny-ap-dual__col h2 {
  margin: 0 0 1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 14ch;
}

.ny-ap-dual__col--ink h2 { color: var(--ny-inverse-fg); }
.ny-ap-dual__col--paper h2 { color: var(--ny-ink); }

.ny-ap-dual__lead {
  margin: 0 0 1.5rem;
  max-width: 30rem;
  font-size: 1.02rem;
  line-height: 1.7;
}

.ny-ap-dual__col--ink .ny-ap-dual__lead { color: var(--ny-inverse-muted); }
.ny-ap-dual__col--paper .ny-ap-dual__lead { color: var(--ny-soft); }

.ny-ap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ny-ap-list li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.15rem;
  border-top: 1px solid rgba(240, 238, 234, 0.12);
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(240, 238, 234, 0.88);
}

.ny-ap-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 5px;
  height: 1px;
  background: var(--ny-gold);
}

.ny-ap-list--ruled li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.65rem;
  padding-left: 0;
  border-top-color: var(--ny-line);
  color: var(--ny-soft);
}

.ny-ap-list--ruled li::before { display: none; }

.ny-ap-list--ruled strong {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--ny-gold);
  padding-top: 0.25rem;
}

.ny-ap-list--ruled span {
  color: var(--ny-soft);
  line-height: 1.55;
}

/* Spectrum sticky + lanes */
.ny-ap-spectrum {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--ny-cream);
  border-top: 1px solid var(--ny-line);
}

@media (min-width: 980px) {
  .ny-ap-spectrum {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }
}

.ny-ap-spectrum__sticky {
  padding: clamp(2.75rem, 7vw, 4rem) clamp(1.5rem, 4vw, 2.75rem);
}

@media (min-width: 980px) {
  .ny-ap-spectrum__sticky {
    position: sticky;
    top: calc(var(--fw-header-h) + 0.5rem);
    padding-bottom: 3rem;
  }
}

.ny-ap-spectrum__sticky h2 {
  margin: 0 0 0.85rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  max-width: 12ch;
  color: var(--ny-ink);
}

.ny-ap-spectrum__sticky > p {
  margin: 0 0 1.5rem;
  max-width: 26rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-ap-spectrum__media {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 22rem;
  overflow: hidden;
  background: var(--ny-inverse-bg);
}

.ny-ap-spectrum__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
}

.ny-ap-lanes {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ny-line);
}

@media (min-width: 980px) {
  .ny-ap-lanes {
    border-top: 0;
    border-left: 1px solid var(--ny-line);
  }
}

.ny-ap-lane {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 0.85rem 1.15rem;
  padding: 1.45rem clamp(1.35rem, 3.5vw, 2.25rem);
  border-bottom: 1px solid var(--ny-line);
  transition: background 0.45s var(--ny-ease), padding-left 0.45s var(--ny-ease);
}

@media (hover: hover) and (pointer: fine) {
  .ny-ap-lane:hover {
    background: var(--ny-paper);
    padding-left: clamp(1.65rem, 4vw, 2.75rem);
  }
}

.ny-ap-lane__n {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ny-gold);
  padding-top: 0.35rem;
}

.ny-ap-lane h3 {
  margin: 0 0 0.35rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  letter-spacing: -0.02em;
  color: var(--ny-ink);
}

.ny-ap-lane p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ny-soft);
  max-width: 36rem;
}

/* BRRRR film band */
.ny-ap-brrrr {
  position: relative;
  min-height: min(92svh, 48rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ny-ap-brrrr__media {
  position: absolute;
  inset: 0;
}

.ny-ap-brrrr__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
}

.ny-ap-brrrr__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 7, 6, 0.92) 0%, rgba(8, 7, 6, 0.55) 48%, rgba(8, 7, 6, 0.35) 100%),
    linear-gradient(90deg, rgba(8, 7, 6, 0.5), transparent 60%);
}

.ny-ap-brrrr__content {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 72rem);
  margin: 0 auto clamp(2.25rem, 6vw, 3.75rem);
  color: #fff;
}

.ny-ap-brrrr__head {
  max-width: 38rem;
  margin-bottom: 1.75rem;
}

.ny-ap-brrrr__head h2 {
  margin: 0 0 0.9rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #fff;
}

.ny-ap-brrrr__head p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.ny-ap-brrrr__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
}

@media (min-width: 800px) {
  .ny-ap-brrrr__steps {
    grid-template-columns: repeat(5, 1fr);
  }
}

.ny-ap-brrrr__steps li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 1rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.45s var(--ny-ease), border-color 0.45s var(--ny-ease), transform 0.45s var(--ny-ease);
}

@media (hover: hover) and (pointer: fine) {
  .ny-ap-brrrr__steps li:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px);
  }
}

/* Stack: letter → title → subtitle (never inline) */
.ny-ap-brrrr__letter,
.ny-ap-brrrr__title,
.ny-ap-brrrr__sub,
.ny-ap-brrrr__steps span,
.ny-ap-brrrr__steps strong,
.ny-ap-brrrr__steps em {
  display: block;
  width: 100%;
}

.ny-ap-brrrr__letter,
.ny-ap-brrrr__steps > li > span {
  font-family: var(--fw-font-display);
  font-size: 1.65rem;
  font-weight: 400;
  color: var(--ny-gold);
  line-height: 1;
  margin: 0 0 0.15rem;
}

.ny-ap-brrrr__title,
.ny-ap-brrrr__steps > li > strong {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.ny-ap-brrrr__sub,
.ny-ap-brrrr__steps > li > em {
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
  margin: 0.15rem 0 0;
}

/* Standards seal */
.ny-ap-standards {
  padding: clamp(4.5rem, 11vw, 7rem) 0;
  background: var(--ny-cream);
  color: var(--ny-ink);
  border-top: 1px solid var(--ny-line);
}

.ny-ap-standards__intro {
  width: min(100% - 2.75rem, 36rem);
  margin: 0 auto 2.25rem;
  text-align: center;
}

.ny-ap-standards__intro .ny-ap-eyebrow {
  color: var(--ny-stone);
}

.ny-ap-standards__intro h2 {
  margin: 0 0 0.75rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  letter-spacing: -0.03em;
  color: var(--ny-ink);
}

.ny-ap-standards__intro p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-ap-standards__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: min(100% - 2.75rem, 44rem);
  border-top: 1px solid var(--ny-line);
}

.ny-ap-standards__list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--ny-line);
  align-items: start;
}

.ny-ap-standards__list span {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--ny-gold);
  padding-top: 0.2rem;
}

.ny-ap-standards__list p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ny-ink);
}

.ny-ap-standards__cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
}

html[data-theme="dark"] .theme-newyork .ny-ap-chip {
  background: var(--ny-elev);
}

html[data-theme="dark"] .theme-newyork .ny-ap-chip:hover {
  background: var(--ny-paper);
}

html[data-theme="dark"] .theme-newyork .ny-ap-lane:hover {
  background: var(--ny-paper);
}



/* ═══════════════════════════════════════════════════════════
   TEAM — gallery / roster atelier (unique vs home / about / approach)
   Editorial masthead, principal feature, film ribbon,
   vertical seats, council band
   ═══════════════════════════════════════════════════════════ */

.ny-tm {
  margin-top: calc(-1 * var(--fw-header-h));
  background: var(--ny-cream);
  color: var(--ny-ink);
  overflow-x: clip;
}

.ny-tm-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ny-stone);
}

.ny-tm-kicker--pale {
  color: rgba(240, 238, 234, 0.55);
}

/* Masthead */
.ny-tm-mast {
  padding:
    calc(var(--fw-header-h) + clamp(2.5rem, 8vw, 4.5rem))
    0
    clamp(2.5rem, 6vw, 3.5rem);
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, color-mix(in srgb, var(--ny-gold) 8%, transparent), transparent 55%),
    var(--ny-cream);
}

.ny-tm-mast__inner {
  width: min(100% - 2.75rem, 42rem);
  margin-inline: auto;
  text-align: center;
}

.ny-tm-mast__title {
  margin: 0 0 1.15rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 5.5rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--ny-ink);
}

.ny-tm-mast__lead {
  margin: 0 auto 1rem;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-tm-mast__note {
  margin: 0 auto;
  max-width: 32rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ny-muted);
  font-style: italic;
}

.ny-tm-mast__rule {
  width: min(100% - 2.75rem, 72rem);
  height: 1px;
  margin: clamp(2.25rem, 5vw, 3rem) auto 0;
  background: var(--ny-line);
}

/* Principal */
.ny-tm-principal {
  display: grid;
  grid-template-columns: 1fr;
  width: min(100% - 2.75rem, 72rem);
  margin: 0 auto clamp(3rem, 8vw, 5rem);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

@media (min-width: 960px) {
  .ny-tm-principal {
    grid-template-columns: 0.95fr 1.05fr;
    min-height: min(78svh, 40rem);
  }
}

.ny-tm-principal__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ny-inverse-bg);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14);
}

.ny-tm-principal__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.1);
  display: block;
}

.ny-tm-principal__frame-meta {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.ny-tm-principal__frame-meta span:first-child {
  color: var(--ny-gold);
}

.ny-tm-principal__copy {
  padding: 0.5rem 0;
  will-change: transform, opacity;
}

.ny-tm-principal__copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 4.2vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ny-ink);
}

.ny-tm-principal__role {
  margin: 0 0 1.35rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

.ny-tm-prose p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ny-soft);
  max-width: 34rem;
}

.ny-tm-prose p:last-child {
  margin-bottom: 1.65rem;
}

/* Film ribbon */
.ny-tm-ribbon {
  position: relative;
  height: min(38svh, 18rem);
  overflow: hidden;
  margin-bottom: clamp(3rem, 8vw, 5rem);
}

.ny-tm-ribbon__media {
  position: absolute;
  inset: 0;
}

.ny-tm-ribbon__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(0.92);
}

.ny-tm-ribbon__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 12, 10, 0.55), transparent 40%, rgba(14, 12, 10, 0.4)),
    linear-gradient(to top, rgba(14, 12, 10, 0.5), transparent 60%);
}

.ny-tm-ribbon__caption {
  position: absolute;
  left: clamp(1.25rem, 4vw, 2.5rem);
  bottom: 1.15rem;
  z-index: 2;
  margin: 0;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

/* Roster */
.ny-tm-roster {
  padding: 0 0 clamp(3.5rem, 9vw, 5.5rem);
}

.ny-tm-roster__head {
  width: min(100% - 2.75rem, 40rem);
  margin: 0 auto 2.5rem;
  text-align: center;
}

.ny-tm-roster__head h2 {
  margin: 0 0 0.85rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.8vw, 2.85rem);
  letter-spacing: -0.03em;
  color: var(--ny-ink);
}

.ny-tm-roster__head p {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-tm-seats {
  width: min(100% - 2.75rem, 72rem);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3.25rem);
}

.ny-tm-seat {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--ny-line);
  background: var(--ny-cream);
  overflow: hidden;
  transition: box-shadow 0.6s var(--ny-ease), transform 0.6s var(--ny-ease), border-color 0.6s var(--ny-ease);
}

@media (min-width: 880px) {
  .ny-tm-seat {
    grid-template-columns: minmax(14rem, 0.72fr) 1.28fr;
    min-height: 17rem;
  }

  .ny-tm-seat:nth-child(even) .ny-tm-seat__visual {
    order: 2;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ny-tm-seat:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--ny-gold) 35%, var(--ny-line));
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.1);
  }

  .ny-tm-seat:hover .ny-tm-seat__visual img {
    transform: scale(1.08);
  }
}

.ny-tm-seat__visual {
  position: relative;
  min-height: 14rem;
  overflow: hidden;
  background: var(--ny-inverse-bg);
}

@media (min-width: 880px) {
  .ny-tm-seat__visual {
    min-height: 100%;
  }
}

.ny-tm-seat__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 0.9s var(--ny-ease);
  filter: grayscale(0.25) contrast(1.05);
}

.ny-tm-seat__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 10, 9, 0.55), transparent 55%);
  pointer-events: none;
}

.ny-tm-seat__status {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  padding: 0.35rem 0.55rem;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ny-tm-seat__body {
  padding: clamp(1.35rem, 3.5vw, 2rem) clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ny-tm-seat__n {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--ny-gold);
}

.ny-tm-seat__body h3 {
  margin: 0 0 0.75rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ny-ink);
}

.ny-tm-seat__focus {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ny-ink);
  max-width: 40rem;
}

.ny-tm-seat__profile {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ny-soft);
  max-width: 40rem;
}

/* Council */
.ny-tm-council {
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
  padding: clamp(4rem, 10vw, 6.5rem) 0;
  border-top: 1px solid var(--ny-inverse-line);
}

.ny-tm-council__inner {
  width: min(100% - 2.75rem, 40rem);
  margin-inline: auto;
  text-align: center;
}

.ny-tm-council h2 {
  margin: 0.5rem 0 1.15rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ny-inverse-fg);
}

.ny-tm-council p {
  margin: 0 0 1.75rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ny-inverse-muted);
}

.ny-tm-council__marks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.ny-tm-council__marks span {
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(240, 238, 234, 0.18);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.75);
}

/* Close */
.ny-tm-close {
  padding: clamp(3.5rem, 9vw, 5.5rem) 1.5rem;
  text-align: center;
  background: var(--ny-cream);
  border-top: 1px solid var(--ny-line);
}

.ny-tm-close__line {
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .ny-tm-seat {
  background: var(--ny-elev);
  border-color: var(--ny-line);
}

html[data-theme="dark"] .theme-newyork .ny-tm-seat:hover {
  background: var(--ny-paper);
}

/* ============================================================
   TRACK RECORD — private ledger / proven outcomes archive
   Prefix: .ny-tr  (distinct from about essay, approach dossier, team atelier)
   ============================================================ */

.ny-tr {
  --ny-tr-rule: rgba(44, 24, 16, 0.1);
  --ny-tr-rule-strong: rgba(44, 24, 16, 0.18);
  --ny-tr-paper: var(--ny-cream);
  --ny-tr-ink: var(--ny-ink);
  color: var(--ny-ink);
  background: var(--ny-cream);
  overflow: clip;
}

html[data-theme="dark"] .theme-newyork .ny-tr {
  --ny-tr-rule: rgba(240, 238, 234, 0.1);
  --ny-tr-rule-strong: rgba(240, 238, 234, 0.18);
}

.ny-tr-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

.ny-tr-kicker--on-dark {
  color: rgba(232, 196, 120, 0.92);
}

.ny-tr-prose p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--ny-soft);
  max-width: 38rem;
}

.ny-tr-prose p:last-child {
  margin-bottom: 0;
}

.ny-tr-prose--on-dark p {
  color: rgba(240, 238, 234, 0.82);
}

/* --- Cover: split paper + vault film --- */
.ny-tr-cover {
  position: relative;
  display: grid;
  min-height: min(100svh, 56rem);
  background: var(--ny-cream);
}

@media (min-width: 960px) {
  .ny-tr-cover {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

.ny-tr-cover__paper {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(5.5rem, 12vw, 8rem) clamp(1.35rem, 4vw, 3.5rem) clamp(3rem, 6vw, 4.5rem);
  z-index: 2;
}

.ny-tr-cover__rules {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 1.65rem,
    var(--ny-tr-rule) 1.65rem,
    var(--ny-tr-rule) calc(1.65rem + 1px)
  );
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.ny-tr-cover__doc {
  position: relative;
  width: min(100%, 32rem);
}

.ny-tr-cover__folio {
  margin: 0 0 1.1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-tr-cover__title {
  margin: 0 0 1.25rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 5.25rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--ny-ink);
}

.ny-tr-cover__lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.7;
  color: var(--ny-soft);
  max-width: 28rem;
}

.ny-tr-cover__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin: 0 0 1.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ny-ink);
  opacity: 0.72;
}

.ny-tr-cover__vault {
  position: relative;
  min-height: 42vh;
  overflow: hidden;
  background: #0c0a08;
}

@media (min-width: 960px) {
  .ny-tr-cover__vault {
    min-height: 100%;
  }
}

.ny-tr-cover__vault video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.88) contrast(1.05);
}

.ny-tr-cover__vault-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.45) 0%, transparent 35%),
    linear-gradient(to top, rgba(12, 10, 8, 0.55) 0%, transparent 45%);
  pointer-events: none;
}

.ny-tr-cover__vault-tag {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  z-index: 2;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.78);
}

.ny-tr-cover .ny-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 3;
  color: var(--ny-soft);
}

@media (min-width: 960px) {
  .ny-tr-cover .ny-scroll-cue {
    left: 25%;
  }
}

/* --- Metric spine --- */
.ny-tr-spine {
  padding: clamp(3.5rem, 9vw, 6rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid var(--ny-line);
  background:
    linear-gradient(180deg, rgba(44, 24, 16, 0.03), transparent 40%),
    var(--ny-cream);
}

.ny-tr-spine__head {
  width: min(100% - 2.75rem, 48rem);
  margin: 0 auto 2.5rem;
  text-align: center;
}

.ny-tr-spine__head h2 {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ny-ink);
}

.ny-tr-spine__sub {
  margin: 0 auto;
  max-width: 32rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ny-soft);
}

.ny-tr-spine__grid {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ny-tr-rule-strong);
  background: var(--ny-paper, var(--ny-cream));
}

@media (min-width: 900px) {
  .ny-tr-spine__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ny-tr-metric {
  position: relative;
  padding: 1.75rem 1.35rem 1.6rem;
  border-right: 1px solid var(--ny-tr-rule-strong);
  border-bottom: 1px solid var(--ny-tr-rule-strong);
  transition: background 0.35s ease, transform 0.35s ease;
}

.ny-tr-spine__grid .ny-tr-metric:nth-child(2n) {
  border-right: none;
}

@media (min-width: 900px) {
  .ny-tr-metric {
    border-bottom: none;
  }
  .ny-tr-spine__grid .ny-tr-metric:nth-child(2n) {
    border-right: 1px solid var(--ny-tr-rule-strong);
  }
  .ny-tr-spine__grid .ny-tr-metric:last-child {
    border-right: none;
  }
}

.ny-tr-metric:hover {
  background: rgba(180, 70, 62, 0.04);
}

.ny-tr-metric__rule {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  top: 0.85rem;
  height: 1px;
  background: var(--ny-tr-rule-strong);
}

.ny-tr-metric__value {
  margin: 0.85rem 0 0.15rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.35rem, 4.5vw, 3.35rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ny-ink);
  font-variant-numeric: tabular-nums;
}

.ny-tr-metric__unit {
  margin: 0 0 0.65rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

.ny-tr-metric__label {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ny-soft);
  max-width: 12rem;
}

.ny-tr-spine__note {
  width: min(100% - 2.75rem, 40rem);
  margin: 1.75rem auto 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ny-soft);
  font-style: italic;
}

/* --- Deal index rail --- */
.ny-tr-index {
  position: sticky;
  top: var(--fw-header-h, 76px);
  z-index: 20;
  border-block: 1px solid var(--ny-line);
  background: color-mix(in srgb, var(--ny-cream) 92%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Anchor targets clear fixed header + sticky index */
.ny-tr-folio[id] {
  scroll-margin-top: calc(var(--fw-header-h, 76px) + 3.5rem);
}

.ny-tr-index__inner {
  width: min(100% - 1.25rem, 72rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.35rem 1rem;
  overflow-x: auto;
  padding: 0.85rem 0.25rem;
  scrollbar-width: none;
}

.ny-tr-index__inner::-webkit-scrollbar {
  display: none;
}

.ny-tr-index__label {
  flex: 0 0 auto;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ny-gold);
  padding-right: 0.5rem;
  border-right: 1px solid var(--ny-line);
}

.ny-tr-index__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ny-soft);
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}

.ny-tr-index__link span {
  font-family: var(--fw-font-display);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ny-ink);
}

.ny-tr-index__link:hover {
  color: var(--ny-ink);
  border-color: var(--ny-line);
  background: var(--ny-paper, var(--ny-cream));
}

/* --- Folia container --- */
.ny-tr-folia {
  display: flex;
  flex-direction: column;
}

/* Shared folio chrome */
.ny-tr-folio {
  position: relative;
}

.ny-tr-folio h2 {
  margin: 0 0 1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.ny-tr-folio__aka {
  margin: -0.35rem 0 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: var(--ny-soft);
}

/* TR-01 monument */
.ny-tr-folio--monument {
  min-height: min(100svh, 52rem);
  display: grid;
  align-items: end;
  color: #f0eeea;
  overflow: hidden;
}

.ny-tr-folio--monument .ny-tr-folio__media {
  position: absolute;
  inset: 0;
}

.ny-tr-folio--monument .ny-tr-folio__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ny-tr-folio--monument .ny-tr-folio__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 6, 5, 0.92) 0%, rgba(8, 6, 5, 0.45) 42%, rgba(8, 6, 5, 0.2) 100%),
    linear-gradient(90deg, rgba(8, 6, 5, 0.55) 0%, transparent 55%);
}

.ny-tr-folio--monument .ny-tr-folio__chrome {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.7);
}

.ny-tr-folio--monument .ny-tr-folio__body {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 40rem);
  margin: 0 0 clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 4vw, 3rem);
  padding-top: 8rem;
}

.ny-tr-folio--monument h2 {
  color: #f7f4ef;
}

.ny-tr-folio__metric-card {
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0 0 1.35rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(232, 196, 120, 0.35);
  background: rgba(12, 10, 8, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ny-tr-folio__metric-value {
  font-family: var(--fw-font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #e8c478;
  font-variant-numeric: tabular-nums;
}

.ny-tr-folio__metric-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.7);
  max-width: 16rem;
}

/* TR-02 split */
.ny-tr-folio--split {
  display: grid;
  background: var(--ny-paper, var(--ny-cream));
  border-top: 1px solid var(--ny-line);
}

@media (min-width: 960px) {
  .ny-tr-folio--split {
    grid-template-columns: 3.5rem minmax(0, 1.05fr) minmax(0, 0.95fr);
    min-height: min(88svh, 46rem);
  }
}

.ny-tr-folio__spine-col {
  display: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-right: 1px solid var(--ny-line);
  background: var(--ny-cream);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-tr-folio__spine-col span:first-child {
  font-family: var(--fw-font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--ny-gold);
}

@media (min-width: 960px) {
  .ny-tr-folio__spine-col {
    display: flex;
  }
}

.ny-tr-folio__split-media {
  position: relative;
  min-height: 48vw;
  overflow: hidden;
  background: #111;
}

@media (min-width: 960px) {
  .ny-tr-folio__split-media {
    min-height: 100%;
  }
}

.ny-tr-folio__split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}

@media (min-width: 960px) {
  .ny-tr-folio__split-media img {
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  }
}

.ny-tr-folio__split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.35rem, 3.5vw, 2.75rem);
}

.ny-tr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.35rem;
}

.ny-tr-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--ny-line);
  background: var(--ny-cream);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-tr-chip strong {
  font-family: var(--fw-font-display);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ny-ink);
  text-transform: none;
}

/* TR-03 proof band */
.ny-tr-folio--proof {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: var(--ny-inverse-bg);
  color: var(--ny-inverse-fg);
  border-top: 1px solid var(--ny-inverse-line);
}

.ny-tr-folio__proof-head {
  width: min(100% - 2.5rem, 72rem);
  margin: 0 auto 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.ny-tr-folio--proof h2 {
  color: var(--ny-inverse-fg);
  margin-bottom: 0;
}

.ny-tr-folio__proof-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.ny-tr-folio__proof-n {
  font-family: var(--fw-font-display);
  font-size: clamp(3rem, 7vw, 4.75rem);
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: #e8c478;
  font-variant-numeric: tabular-nums;
}

.ny-tr-folio__proof-l {
  margin-top: 0.45rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ny-inverse-muted);
}

.ny-tr-folio__proof-stage {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(240, 238, 234, 0.12);
  max-height: min(52vh, 28rem);
}

.ny-tr-folio__proof-stage img {
  width: 100%;
  height: 100%;
  max-height: min(52vh, 28rem);
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
}

.ny-tr-folio__proof-body {
  width: min(100% - 2.5rem, 72rem);
  margin: 0 auto;
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 800px) {
  .ny-tr-folio__proof-body {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }
}

.ny-tr-folio--proof .ny-tr-prose p {
  color: var(--ny-inverse-muted);
}

.ny-tr-ticks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ny-tr-ticks li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.35rem;
  border-top: 1px solid rgba(240, 238, 234, 0.12);
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(240, 238, 234, 0.88);
}

.ny-tr-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 0.55rem;
  height: 1px;
  background: #e8c478;
}

/* TR-04 portrait */
.ny-tr-folio--portrait {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  padding: clamp(3.5rem, 9vw, 6rem) clamp(1.25rem, 4vw, 2.5rem);
  background: var(--ny-cream);
  border-top: 1px solid var(--ny-line);
  align-items: center;
}

@media (min-width: 900px) {
  .ny-tr-folio--portrait {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    width: min(100%, 72rem);
    margin-inline: auto;
    padding-inline: 1.5rem;
  }
}

.ny-tr-folio__portrait-frame {
  position: relative;
  width: min(100%, 26rem);
  margin-inline: auto;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #111;
  box-shadow:
    0 0 0 1px var(--ny-line),
    0 28px 60px rgba(20, 12, 8, 0.18);
}

.ny-tr-folio__portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ny-tr-folio__portrait-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  background: var(--ny-cream);
  border: 1px solid var(--ny-line);
  box-shadow: 0 12px 28px rgba(20, 12, 8, 0.12);
}

.ny-tr-folio__portrait-badge span:first-child {
  font-family: var(--fw-font-display);
  font-size: 1.85rem;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ny-ink);
  font-variant-numeric: tabular-nums;
}

.ny-tr-folio__portrait-badge span:last-child {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-tr-folio__portrait-copy {
  max-width: 34rem;
}

.ny-tr-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--ny-line);
}

.ny-tr-mini-stats div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ny-tr-mini-stats strong {
  font-family: var(--fw-font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ny-ink);
  font-variant-numeric: tabular-nums;
}

.ny-tr-mini-stats span {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

/* Vault / NDA */
.ny-tr-vault {
  padding: clamp(4rem, 10vw, 6.5rem) 1.5rem;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(180, 70, 62, 0.08), transparent 60%),
    var(--ny-paper, var(--ny-cream));
  border-top: 1px solid var(--ny-line);
}

.ny-tr-vault__inner {
  position: relative;
  width: min(100%, 40rem);
  margin-inline: auto;
  text-align: center;
  padding: clamp(2rem, 4vw, 2.75rem);
  border: 1px solid var(--ny-line);
  background: var(--ny-cream);
}

.ny-tr-vault__mark {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--ny-gold);
  opacity: 0.7;
}

.ny-tr-vault h2 {
  margin: 0.35rem 0 1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ny-ink);
}

.ny-tr-vault p {
  margin: 0 auto 1.75rem;
  max-width: 32rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-tr-vault__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
}

/* Close */
.ny-tr-close {
  padding: clamp(3.5rem, 9vw, 5.5rem) 1.5rem;
  text-align: center;
  background: var(--ny-cream);
  border-top: 1px solid var(--ny-line);
}

.ny-tr-close__line {
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ny-ink);
}

html[data-theme="dark"] .theme-newyork .ny-tr-spine__grid,
html[data-theme="dark"] .theme-newyork .ny-tr-vault__inner,
html[data-theme="dark"] .theme-newyork .ny-tr-chip,
html[data-theme="dark"] .theme-newyork .ny-tr-folio__portrait-badge {
  background: var(--ny-elev);
  border-color: var(--ny-line);
}

html[data-theme="dark"] .theme-newyork .ny-tr-index {
  background: color-mix(in srgb, var(--ny-cream) 88%, transparent);
}

/* ============================================================
   FAQ — private counsel vault / knowledge index
   Prefix: .ny-faq  (parity with incubator features, unique NY feel)
   ============================================================ */

.ny-faq {
  --ny-faq-rule: rgba(44, 24, 16, 0.1);
  --ny-faq-rule-strong: rgba(44, 24, 16, 0.16);
  color: var(--ny-ink);
  background: var(--ny-cream);
  overflow: clip;
}

html[data-theme="dark"] .theme-newyork .ny-faq {
  --ny-faq-rule: rgba(240, 238, 234, 0.1);
  --ny-faq-rule-strong: rgba(240, 238, 234, 0.16);
}

.ny-faq-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

/* Cover split */
.ny-faq-cover {
  position: relative;
  display: grid;
  min-height: min(88svh, 46rem);
  background: var(--ny-cream);
  border-bottom: 1px solid var(--ny-line);
}

@media (min-width: 960px) {
  .ny-faq-cover {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}

.ny-faq-cover__paper {
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(5rem, 11vw, 7.5rem) clamp(1.35rem, 4vw, 3.25rem) clamp(2.75rem, 6vw, 4rem);
  z-index: 2;
}

.ny-faq-cover__rules {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 1.65rem,
    var(--ny-faq-rule) 1.65rem,
    var(--ny-faq-rule) calc(1.65rem + 1px)
  );
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.ny-faq-cover__doc {
  position: relative;
  width: min(100%, 34rem);
}

.ny-faq-cover__folio {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-faq-cover__title {
  margin: 0 0 1.1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 4.5rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: var(--ny-ink);
}

.ny-faq-cover__lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.7;
  color: var(--ny-soft);
  max-width: 30rem;
}

.ny-faq-search__field {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--ny-line);
  background: var(--ny-paper, var(--ny-cream));
  box-shadow: 0 10px 28px rgba(20, 12, 8, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ny-faq-search__field:focus-within {
  border-color: color-mix(in srgb, var(--ny-gold) 55%, var(--ny-line));
  box-shadow: 0 12px 32px rgba(20, 12, 8, 0.07);
}

.ny-faq-search__icon {
  flex: 0 0 auto;
  color: var(--ny-soft);
  display: grid;
  place-items: center;
}

.ny-faq-search__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ny-ink);
  outline: none;
}

.ny-faq-search__input::placeholder {
  color: color-mix(in srgb, var(--ny-soft) 80%, transparent);
}

.ny-faq-search__meta {
  margin: 0.65rem 0 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ny-soft);
  font-variant-numeric: tabular-nums;
  min-height: 1em;
}

.ny-faq-cover__vault {
  position: relative;
  min-height: 38vh;
  overflow: hidden;
  background: #0c0a08;
}

@media (min-width: 960px) {
  .ny-faq-cover__vault {
    min-height: 100%;
  }
}

.ny-faq-cover__vault img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.88) contrast(1.04);
}

.ny-faq-cover__vault-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.42) 0%, transparent 40%),
    linear-gradient(to top, rgba(12, 10, 8, 0.5) 0%, transparent 48%);
  pointer-events: none;
}

.ny-faq-cover__signal {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(240, 238, 234, 0.18);
  background: rgba(12, 10, 8, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.85);
}

.ny-faq-cover__signal-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #e8c478;
  box-shadow: 0 0 0 0 rgba(232, 196, 120, 0.55);
  animation: ny-faq-pulse 2.4s ease-out infinite;
}

@keyframes ny-faq-pulse {
  0% { box-shadow: 0 0 0 0 rgba(232, 196, 120, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(232, 196, 120, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 196, 120, 0); }
}

.ny-faq-cover .ny-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  z-index: 3;
  color: var(--ny-soft);
}

@media (min-width: 960px) {
  .ny-faq-cover .ny-scroll-cue {
    left: 26%;
  }
}

/* Body board */
.ny-faq-body {
  position: relative;
  padding: 0 0 clamp(3rem, 7vw, 5rem);
  background:
    linear-gradient(180deg, rgba(44, 24, 16, 0.025), transparent 12rem),
    var(--ny-cream);
}

.ny-faq .fw-compose--faq {
  width: min(100% - 2rem, 56rem);
  margin: 0 auto;
}

.ny-faq__intro {
  width: min(100% - 2rem, 40rem);
  margin: 2rem auto 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ny-soft);
  text-align: center;
}

/* Sticky section chips */
.ny-faq__chips {
  position: sticky;
  top: var(--fw-header-h, 76px);
  z-index: 18;
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0.85rem 0;
  margin: 0 0 1.75rem;
  border-block: 1px solid var(--ny-line);
  background: color-mix(in srgb, var(--ny-cream) 92%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  scrollbar-width: none;
}

.ny-faq__chips::-webkit-scrollbar {
  display: none;
}

.ny-faq__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--ny-line);
  background: var(--ny-paper, var(--ny-cream));
  color: var(--ny-soft);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.ny-faq__chip:hover {
  color: var(--ny-ink);
  border-color: color-mix(in srgb, var(--ny-gold) 40%, var(--ny-line));
}

.ny-faq__chip.is-active {
  color: var(--ny-ink);
  border-color: color-mix(in srgb, var(--ny-gold) 55%, var(--ny-line));
  background: color-mix(in srgb, var(--ny-gold) 12%, var(--ny-cream));
}

.ny-faq__chip-count {
  font-family: var(--fw-font-display);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ny-gold);
  font-variant-numeric: tabular-nums;
}

/* Groups */
.ny-faq__groups {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3rem);
}

.ny-faq__group {
  scroll-margin-top: calc(var(--fw-header-h, 76px) + 4.5rem);
  border: 1px solid var(--ny-faq-rule-strong);
  background: var(--ny-paper, var(--ny-cream));
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.ny-faq__group.is-pulse {
  border-color: color-mix(in srgb, var(--ny-gold) 50%, var(--ny-line));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--ny-gold) 25%, transparent);
}

.ny-faq__group-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1rem;
  align-items: baseline;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--ny-faq-rule-strong);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--ny-gold) 8%, transparent), transparent 42%),
    var(--ny-cream);
}

.ny-faq__group-n {
  font-family: var(--fw-font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--ny-gold);
  font-variant-numeric: tabular-nums;
}

.ny-faq__group-title {
  margin: 0;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ny-ink);
}

.ny-faq__group-count {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-soft);
  font-variant-numeric: tabular-nums;
}

.ny-faq__list {
  display: flex;
  flex-direction: column;
}

/* Accordion items */
.ny-faq__item {
  border-bottom: 1px solid var(--ny-faq-rule);
  background: transparent;
  transition: background 0.25s ease;
}

.ny-faq__item:last-child {
  border-bottom: none;
}

.ny-faq__item[open] {
  background: color-mix(in srgb, var(--ny-gold) 5%, transparent);
}

.ny-faq__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.ny-faq__summary::-webkit-details-marker {
  display: none;
}

.ny-faq__q {
  font-family: var(--fw-font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--ny-ink);
}

.ny-faq__toggle {
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  border: 1px solid var(--ny-line);
  border-radius: 50%;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.ny-faq__toggle::before,
.ny-faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--ny-ink);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ny-faq__toggle::before {
  width: 0.55rem;
  height: 1px;
  transform: translate(-50%, -50%);
}

.ny-faq__toggle::after {
  width: 1px;
  height: 0.55rem;
  transform: translate(-50%, -50%);
}

.ny-faq__item[open] .ny-faq__toggle {
  border-color: color-mix(in srgb, var(--ny-gold) 55%, var(--ny-line));
  background: color-mix(in srgb, var(--ny-gold) 14%, transparent);
}

.ny-faq__item[open] .ny-faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.ny-faq__summary:hover .ny-faq__toggle {
  border-color: color-mix(in srgb, var(--ny-gold) 40%, var(--ny-line));
}

.ny-faq__a {
  padding: 0 1.25rem 1.25rem;
  max-width: 44rem;
  font-size: 0.98rem;
  line-height: 1.72;
  color: var(--ny-soft);
}

.ny-faq__a p {
  margin: 0 0 0.75rem;
}

.ny-faq__a p:last-child {
  margin-bottom: 0;
}

.ny-faq__a a {
  color: var(--ny-ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.ny-faq__item[hidden],
.ny-faq__item.is-filtered-out,
.ny-faq__group[hidden] {
  display: none !important;
}

.ny-faq-empty {
  width: min(100% - 2rem, 36rem);
  margin: 2rem auto 0;
  padding: 1.5rem;
  text-align: center;
  border: 1px dashed var(--ny-line);
  color: var(--ny-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

/* Close vault */
.ny-faq-close {
  padding: clamp(3.5rem, 9vw, 5.5rem) 1.5rem;
  border-top: 1px solid var(--ny-line);
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(180, 70, 62, 0.07), transparent 60%),
    var(--ny-paper, var(--ny-cream));
}

.ny-faq-close__inner {
  position: relative;
  width: min(100%, 40rem);
  margin-inline: auto;
  text-align: center;
  padding: clamp(2rem, 4vw, 2.75rem);
  border: 1px solid var(--ny-line);
  background: var(--ny-cream);
}

.ny-faq-close__mark {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--ny-gold);
  opacity: 0.7;
}

.ny-faq-close h2 {
  margin: 0.35rem 0 1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ny-ink);
}

.ny-faq-close p {
  margin: 0 auto 1.75rem;
  max-width: 32rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-faq-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
}

html[data-theme="dark"] .theme-newyork .ny-faq-search__field,
html[data-theme="dark"] .theme-newyork .ny-faq__group,
html[data-theme="dark"] .theme-newyork .ny-faq__chip,
html[data-theme="dark"] .theme-newyork .ny-faq-close__inner {
  background: var(--ny-elev);
  border-color: var(--ny-line);
}

html[data-theme="dark"] .theme-newyork .ny-faq__chips {
  background: color-mix(in srgb, var(--ny-cream) 88%, transparent);
}

html[data-theme="dark"] .theme-newyork .ny-faq__group-head {
  background: linear-gradient(90deg, color-mix(in srgb, var(--ny-gold) 10%, transparent), transparent 50%), var(--ny-elev);
}

/* ============================================================
   BLOG INDEX — intelligence gazette
   Prefix: .ny-blog
   ============================================================ */

.ny-blog {
  color: var(--ny-ink);
  background: var(--ny-cream);
  overflow: clip;
}

.ny-blog-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

.ny-blog-mast {
  position: relative;
  padding: clamp(4.5rem, 10vw, 6.5rem) 1.5rem clamp(2.75rem, 6vw, 3.75rem);
  border-bottom: 1px solid var(--ny-line);
  background: var(--ny-cream);
}

.ny-blog-mast__rules {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 1.65rem,
    rgba(44, 24, 16, 0.09) 1.65rem,
    rgba(44, 24, 16, 0.09) calc(1.65rem + 1px)
  );
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.ny-blog-mast__inner {
  position: relative;
  width: min(100%, 42rem);
  margin-inline: auto;
  text-align: center;
}

.ny-blog-mast__folio {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-blog-mast__title {
  margin: 0 0 1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: var(--ny-ink);
}

.ny-blog-mast__lead {
  margin: 0 auto 1.25rem;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ny-soft);
}

.ny-blog-mast__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ny-ink);
  opacity: 0.72;
  font-variant-numeric: tabular-nums;
}

.ny-blog-mast--archive .ny-blog-kicker a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ny-blog-mast--archive .ny-blog-kicker a:hover {
  color: var(--ny-ink);
  border-bottom-color: var(--ny-gold);
}

.ny-blog-archive-count {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ny-soft);
  font-variant-numeric: tabular-nums;
}

/* Sticky live category filters (parity with incubator blog) */
.ny-blog-filters {
  position: sticky;
  top: var(--fw-header-h, 76px);
  z-index: 50;
  isolation: isolate;
  border-bottom: 1px solid var(--ny-line);
  background: color-mix(in srgb, var(--ny-cream) 92%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: auto;
}

.ny-blog-filters__inner {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  padding: 0.9rem 0;
  box-sizing: border-box;
}

.ny-blog-filters__label {
  margin: 0 0 0.55rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-blog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.ny-blog-chip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--ny-line);
  background: var(--ny-paper, var(--ny-cream));
  color: var(--ny-soft);
  border-radius: 0;
  padding: 0.5rem 0.9rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  pointer-events: auto;
}

.ny-blog-chip:hover {
  border-color: color-mix(in srgb, var(--ny-gold) 45%, var(--ny-line));
  color: var(--ny-ink);
}

.ny-blog-chip.is-active {
  border-color: color-mix(in srgb, var(--ny-gold) 55%, var(--ny-line));
  background: color-mix(in srgb, var(--ny-gold) 12%, var(--ny-cream));
  color: var(--ny-ink);
}

.ny-blog-chip__count {
  font-family: var(--fw-font-display);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ny-gold);
  font-variant-numeric: tabular-nums;
  opacity: 0.9;
}

.ny-blog-filters__status {
  margin: 0.55rem 0 0;
  min-height: 1.1em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ny-soft);
  letter-spacing: 0.04em;
}

.ny-blog-card.is-filtered-out {
  display: none !important;
}

.ny-blog-feed {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 5rem);
}

.ny-blog-grid {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 800px) {
  .ny-blog-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }
  .ny-blog-card--feature {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 22rem;
  }
}

.ny-blog-card {
  border: 1px solid var(--ny-line);
  background: var(--ny-paper, var(--ny-cream));
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.ny-blog-card:hover {
  border-color: color-mix(in srgb, var(--ny-gold) 40%, var(--ny-line));
  box-shadow: 0 18px 40px rgba(20, 12, 8, 0.08);
  transform: translateY(-3px);
}

.ny-blog-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ny-blog-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #12100e;
}

.ny-blog-card--feature .ny-blog-card__media {
  aspect-ratio: auto;
  min-height: 100%;
  height: 100%;
}

.ny-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.ny-blog-card:hover .ny-blog-card__media img {
  transform: scale(1.04);
}

.ny-blog-card__media--empty {
  background:
    linear-gradient(135deg, rgba(44, 24, 16, 0.08), transparent 60%),
    var(--ny-cream);
}

.ny-blog-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
}

.ny-blog-card--feature .ny-blog-card__body {
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.ny-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-blog-card__cat {
  color: var(--ny-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

a.ny-blog-card__cat:hover {
  border-bottom-color: var(--ny-gold);
  color: color-mix(in srgb, var(--ny-gold) 80%, var(--ny-ink));
}

.ny-blog-card__title {
  margin: 0;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.ny-blog-card--feature .ny-blog-card__title {
  font-size: clamp(1.75rem, 3.5vw, 2.45rem);
}

.ny-blog-card__title a {
  color: var(--ny-ink);
  text-decoration: none;
}

.ny-blog-card__title a:hover {
  color: color-mix(in srgb, var(--ny-ink) 80%, var(--ny-gold));
}

.ny-blog-card__excerpt {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ny-soft);
  max-width: 40rem;
}

.ny-blog-card__more {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ny-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
  transition: border-color 0.2s ease;
}

.ny-blog-card__more:hover {
  border-color: var(--ny-gold);
}

.ny-blog-empty {
  width: min(100% - 2rem, 36rem);
  margin: 1.5rem auto 0;
  padding: 1.5rem;
  text-align: center;
  border: 1px dashed var(--ny-line);
  color: var(--ny-soft);
}

.ny-blog-close {
  padding: clamp(3rem, 8vw, 4.5rem) 1.5rem;
  text-align: center;
  border-top: 1px solid var(--ny-line);
  background: var(--ny-cream);
}

.ny-blog-close__line {
  margin: 0 auto 1.35rem;
  max-width: 28rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ny-ink);
}

/* ============================================================
   ARTICLE — editorial dossier
   Prefix: .ny-article
   ============================================================ */

.ny-article {
  color: var(--ny-ink);
  background: var(--ny-cream);
  overflow: clip;
}

.ny-article-kicker {
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.78);
}

.ny-article-kicker a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 196, 120, 0.45);
}

.ny-article-kicker a:hover {
  color: #fff;
}

.ny-article-hero {
  position: relative;
  min-height: min(78svh, 40rem);
  display: grid;
  align-items: end;
  color: #f0eeea;
  overflow: hidden;
}

.ny-article-hero__media {
  position: absolute;
  inset: 0;
}

.ny-article-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(1.04);
}

.ny-article-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 6, 5, 0.92) 0%, rgba(8, 6, 5, 0.45) 48%, rgba(8, 6, 5, 0.22) 100%);
  pointer-events: none;
}

.ny-article-hero__copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 44rem);
  margin: 0 0 clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 4vw, 3rem);
  padding-top: 8rem;
}

.ny-article-hero__title {
  margin: 0 0 1rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #f7f4ef;
}

.ny-article-hero__meta {
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 238, 234, 0.72);
}

.ny-article-hero__deck {
  margin: 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(240, 238, 234, 0.86);
}

.ny-article-layout {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

@media (min-width: 960px) {
  .ny-article-layout {
    grid-template-columns: 14rem minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
  }
}

.ny-article-rail {
  position: relative;
}

@media (min-width: 960px) {
  .ny-article-rail {
    position: sticky;
    top: calc(var(--fw-header-h, 76px) + 1.25rem);
  }
}

.ny-article-rail__card {
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--ny-line);
  background: var(--ny-paper, var(--ny-cream));
  margin-bottom: 1rem;
}

.ny-article-rail__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ny-gold);
}

.ny-article-rail__link {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.875rem;
  color: var(--ny-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.ny-article-rail__link:hover {
  border-color: var(--ny-gold);
}

.ny-article-rail__cat,
.ny-article-rail__date {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-article-toc {
  padding: 1rem 1.15rem;
  border: 1px solid var(--ny-line);
  background: var(--ny-cream);
}

.ny-article-toc__label {
  margin: 0 0 0.65rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-soft);
}

.ny-article-toc__list {
  margin: 0;
  padding: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ny-article-toc__list a {
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--ny-ink);
  text-decoration: none;
}

.ny-article-toc__list a:hover {
  color: color-mix(in srgb, var(--ny-ink) 70%, var(--ny-gold));
}

.ny-article-body {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ny-soft);
}

.ny-article-body .fw-compose h2,
.ny-article-body h2 {
  margin: 2.25rem 0 0.85rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ny-ink);
  scroll-margin-top: calc(var(--fw-header-h, 76px) + 1.5rem);
}

.ny-article-body p {
  margin: 0 0 1.05rem;
}

.ny-article-body ul,
.ny-article-body ol {
  margin: 0 0 1.15rem;
  padding-left: 1.25rem;
}

.ny-article-body li {
  margin-bottom: 0.4rem;
}

.ny-article-body a {
  color: var(--ny-ink);
  text-underline-offset: 0.15em;
}

.ny-article-body blockquote {
  margin: 1.75rem 0;
  padding: 1.15rem 1.25rem;
  border-left: 2px solid var(--ny-gold);
  background: color-mix(in srgb, var(--ny-gold) 7%, transparent);
  font-family: var(--fw-font-display);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--ny-ink);
}

.ny-article-close {
  padding: clamp(3rem, 8vw, 4.5rem) 1.5rem;
  text-align: center;
  border-top: 1px solid var(--ny-line);
  background: var(--ny-cream);
}

.ny-article-close__line {
  margin: 0 auto 1.35rem;
  max-width: 30rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-style: italic;
  letter-spacing: -0.02em;
  color: var(--ny-ink);
}

.ny-article-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
}

html[data-theme="dark"] .theme-newyork .ny-blog-card,
html[data-theme="dark"] .theme-newyork .ny-article-rail__card,
html[data-theme="dark"] .theme-newyork .ny-article-toc {
  background: var(--ny-elev);
  border-color: var(--ny-line);
}

/* ============================================================
   PRIVATE DESK — contact (unique surface)
   Prefix: .ny-desk
   Not cinema / gazette / faq / track / team.
   ============================================================ */

.ny-desk {
  --ny-desk-ink: var(--ny-ink);
  --ny-desk-soft: var(--ny-soft);
  --ny-desk-line: var(--ny-line);
  --ny-desk-gold: var(--ny-gold);
  --ny-desk-paper: var(--ny-paper, var(--ny-cream));
  --ny-desk-elev: color-mix(in srgb, var(--ny-paper, var(--ny-cream)) 88%, #fff 12%);
  color: var(--ny-desk-ink);
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, color-mix(in srgb, var(--ny-desk-gold) 7%, transparent), transparent 55%),
    radial-gradient(ellipse 55% 40% at 100% 100%, color-mix(in srgb, var(--ny-desk-ink) 4%, transparent), transparent 50%),
    var(--ny-cream);
  overflow: clip;
}

/* File / vault strip */
.ny-desk-threshold {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border-bottom: 1px solid var(--ny-desk-line);
  background: color-mix(in srgb, var(--ny-desk-ink) 4%, var(--ny-cream));
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ny-desk-soft);
}

.ny-desk-threshold__sep {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--ny-desk-gold);
  opacity: 0.55;
}

.ny-desk-threshold__mark {
  color: var(--ny-desk-gold);
}

/* Chamber: plate + letter */
.ny-desk-chamber {
  display: grid;
  grid-template-columns: 1fr;
  min-height: min(78vh, 48rem);
}

@media (min-width: 980px) {
  .ny-desk-chamber {
    grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.18fr);
    min-height: min(82vh, 52rem);
  }
}

/* Left plate — lobby directory / bronze directory */
.ny-desk-plate {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.35rem, 4vw, 2.75rem);
  border-bottom: 1px solid var(--ny-desk-line);
  background:
    linear-gradient(165deg, color-mix(in srgb, var(--ny-desk-ink) 6%, var(--ny-cream)) 0%, var(--ny-cream) 48%),
    var(--ny-cream);
}

@media (min-width: 980px) {
  .ny-desk-plate {
    border-bottom: none;
    border-right: 1px solid var(--ny-desk-line);
    position: sticky;
    top: var(--fw-header-h, 76px);
    align-self: start;
    max-height: calc(100dvh - var(--fw-header-h, 76px));
    overflow: auto;
  }
}

.ny-desk-plate__index {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ny-desk-gold);
}

.ny-desk-plate__title {
  margin: 0;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(2.35rem, 5.5vw, 3.65rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  max-width: 11ch;
}

.ny-desk-plate__lead {
  margin: 0;
  max-width: 28rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ny-desk-soft);
}

.ny-desk-seals {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--ny-desk-line);
}

.ny-desk-seal {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--ny-desk-line);
  animation: ny-desk-rise 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(0.08s * var(--i, 0) + 0.12s);
}

.ny-desk-seal:nth-child(1) { --i: 0; }
.ny-desk-seal:nth-child(2) { --i: 1; }
.ny-desk-seal:nth-child(3) { --i: 2; }

.ny-desk-seal__n {
  font-family: var(--fw-font-display);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--ny-desk-gold);
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  padding-top: 0.1rem;
}

.ny-desk-seal__t {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ny-desk-ink);
}

.ny-desk-seal__d {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ny-desk-soft);
}

.ny-desk-plate__foot {
  margin-top: auto;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ny-desk-plate__nda {
  margin: 0;
  padding: 0.85rem 1rem;
  border-left: 2px solid var(--ny-desk-gold);
  background: color-mix(in srgb, var(--ny-desk-gold) 8%, transparent);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--ny-desk-ink);
}

.ny-desk-plate__decline {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--ny-desk-soft);
  opacity: 0.9;
}

/* Right letter / blotter */
.ny-desk-letter {
  position: relative;
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.35rem, 4vw, 3rem);
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 1.85rem,
      color-mix(in srgb, var(--ny-desk-ink) 4.5%, transparent) 1.85rem,
      color-mix(in srgb, var(--ny-desk-ink) 4.5%, transparent) calc(1.85rem + 1px)
    ),
    var(--ny-desk-elev);
}

.ny-desk-letter::before {
  content: "";
  position: absolute;
  inset: 1.15rem 1.15rem auto auto;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid color-mix(in srgb, var(--ny-desk-gold) 45%, var(--ny-desk-line));
  border-radius: 50%;
  opacity: 0.35;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, transparent 42%, color-mix(in srgb, var(--ny-desk-gold) 18%, transparent) 43% 48%, transparent 49%);
}

.ny-desk-letter__head {
  position: relative;
  margin-bottom: 1.75rem;
  max-width: 36rem;
}

.ny-desk-letter__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  margin: 0 0 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ny-desk-soft);
}

.ny-desk-letter__title {
  margin: 0 0 0.55rem;
  font-family: var(--fw-font-display);
  font-weight: 400;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.ny-desk-letter__sub {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ny-desk-soft);
  max-width: 32rem;
}

/* Form — letter fields, not generic fw-contact grid */
.ny-desk-form {
  position: relative;
  max-width: 36rem;
}

.ny-desk-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.ny-desk-form__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ny-desk-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem;
}

@media (min-width: 640px) {
  .ny-desk-form__row {
    grid-template-columns: 1fr 1fr;
    gap: 0 1.25rem;
  }
}

.ny-desk-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 0 0.65rem;
  border-bottom: 1px solid var(--ny-desk-line);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.ny-desk-field.is-focus {
  border-bottom-color: var(--ny-desk-gold);
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--ny-desk-gold) 5%, transparent));
}

.ny-desk-field__label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ny-desk-soft);
  transition: color 0.2s ease;
}

.ny-desk-field.is-focus .ny-desk-field__label,
.ny-desk-field.is-filled .ny-desk-field__label {
  color: var(--ny-desk-gold);
}

.ny-desk-field input,
.ny-desk-field select,
.ny-desk-field textarea {
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0.35rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--ny-desk-ink);
  font-family: inherit;
  font-size: 1.02rem;
  line-height: 1.45;
  outline: none;
  box-shadow: none;
}

.ny-desk-field select {
  cursor: pointer;
  padding-right: 1.5rem;
  background-image: linear-gradient(45deg, transparent 50%, var(--ny-desk-soft) 50%),
    linear-gradient(135deg, var(--ny-desk-soft) 50%, transparent 50%);
  background-position: calc(100% - 10px) 55%, calc(100% - 5px) 55%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.ny-desk-field textarea {
  min-height: 8.5rem;
  resize: vertical;
  line-height: 1.85rem; /* align with blotter rules */
}

.ny-desk-field--message {
  border-bottom-style: dashed;
}

.ny-desk-field input::placeholder,
.ny-desk-field textarea::placeholder {
  color: color-mix(in srgb, var(--ny-desk-soft) 55%, transparent);
}

.ny-desk-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.15rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ny-desk-soft);
  cursor: pointer;
}

.ny-desk-check input {
  margin-top: 0.2rem;
  width: 1rem;
  height: 1rem;
  accent-color: var(--ny-desk-gold);
  flex-shrink: 0;
}

.ny-desk-form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--ny-desk-line);
}

.ny-desk-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1.5rem;
  border: none;
  border-radius: 0;
  background: var(--ny-desk-ink);
  color: var(--ny-cream);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ny-desk-submit:hover {
  background: color-mix(in srgb, var(--ny-desk-ink) 88%, var(--ny-desk-gold));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ny-desk-ink) 18%, transparent);
  transform: translateY(-1px);
}

.ny-desk-submit:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.ny-desk-submit__arrow {
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.ny-desk-submit:hover .ny-desk-submit__arrow {
  transform: translateX(3px);
}

.ny-desk-form__note {
  margin: 0;
  font-size: 0.78rem;
  color: var(--ny-desk-soft);
  max-width: 16rem;
  line-height: 1.45;
}

.ny-desk-form__status {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 600;
  border-left: 2px solid var(--ny-desk-line);
}
.ny-desk-form__status[hidden] { display: none !important; }

.ny-desk-form__status.is-ok {
  border-left-color: #2d6a4f;
  background: color-mix(in srgb, #2d6a4f 12%, transparent);
  color: #1b4332;
}

.ny-desk-form__status.is-err {
  border-left-color: #8c2020;
  background: color-mix(in srgb, #8c2020 8%, transparent);
  color: #6b1818;
}

/* Protocol spine */
.ny-desk-protocol {
  padding: clamp(2.75rem, 7vw, 4.5rem) clamp(1.35rem, 4vw, 2.75rem);
  border-top: 1px solid var(--ny-desk-line);
  background: var(--ny-cream);
}

.ny-desk-protocol__kicker {
  margin: 0 0 1.75rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ny-desk-soft);
}

.ny-desk-spine {
  position: relative;
  width: min(100%, 64rem);
  margin: 0 auto;
}

.ny-desk-spine__line {
  display: none;
}

@media (min-width: 800px) {
  .ny-desk-spine__line {
    display: block;
    position: absolute;
    top: 0.55rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      var(--ny-desk-line) 12%,
      var(--ny-desk-line) 88%,
      transparent
    );
  }
}

.ny-desk-spine__nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 800px) {
  .ny-desk-spine__nodes {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.ny-desk-node {
  position: relative;
  text-align: center;
  padding: 0 0.5rem;
  opacity: 0;
  transform: translateY(0.75rem);
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--ny-desk-i, 0) * 0.1s);
}

.ny-desk-node.is-in {
  opacity: 1;
  transform: none;
}

.ny-desk-node__dot {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  border: 1px solid var(--ny-desk-gold);
  background: var(--ny-cream);
  box-shadow: 0 0 0 4px var(--ny-cream);
  position: relative;
  z-index: 1;
}

.ny-desk-node__n {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--fw-font-display);
  font-size: 1.35rem;
  color: var(--ny-desk-gold);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.ny-desk-node__t {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ny-desk-ink);
}

.ny-desk-node__d {
  margin: 0 auto;
  max-width: 18rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ny-desk-soft);
}

/* Quiet close */
.ny-desk-close {
  padding: clamp(2.5rem, 6vw, 3.75rem) 1.5rem;
  text-align: center;
  border-top: 1px solid var(--ny-desk-line);
  background: color-mix(in srgb, var(--ny-desk-ink) 3.5%, var(--ny-cream));
}

.ny-desk-close__mark {
  margin: 0 auto 0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--ny-desk-gold) 50%, var(--ny-desk-line));
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ny-desk-gold);
}

.ny-desk-close__line {
  margin: 0 auto;
  max-width: 28rem;
  font-family: var(--fw-font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: var(--ny-desk-ink);
}

@keyframes ny-desk-rise {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Dark mode desk */
html[data-theme="dark"] .ny-desk {
  --ny-desk-elev: var(--ny-elev, #161310);
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, color-mix(in srgb, var(--ny-desk-gold) 9%, transparent), transparent 55%),
    var(--ny-cream);
}

html[data-theme="dark"] .ny-desk-threshold {
  background: color-mix(in srgb, #000 35%, var(--ny-cream));
}

html[data-theme="dark"] .ny-desk-submit {
  background: var(--ny-desk-gold);
  color: #0e0c0a;
}

html[data-theme="dark"] .ny-desk-submit:hover {
  background: color-mix(in srgb, var(--ny-desk-gold) 88%, #fff);
}

html[data-theme="dark"] .ny-desk-node__dot {
  box-shadow: 0 0 0 4px var(--ny-cream);
}

@media (prefers-reduced-motion: reduce) {
  html.ny-smooth { scroll-behavior: auto; }
  .ny-cinema-panel__media img,
  .ny-dest__media img,
  .ny-essay__media img,
  .ny-strip__media img,
  .ny-cinema-panel__copy,
  .ny-essay__copy,
  .ny-live,
  .ny-tr-folio__media img,
  .ny-tr-folio__split-media img,
  .ny-tr-folio__proof-stage img,
  .ny-tr-folio__portrait-frame img,
  .ny-tr-cover__vault video {
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .ny-scroll-cue__line { animation: none; }
  .ny-split .ny-line__inner { transform: none; }
  .ny-desk-seal,
  .ny-desk-node {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

