/* ============================================
   NYFW 2026 — Dedicated page
   Cinematic, high-tension · builds on styles.css tokens
   ============================================ */

/* --- HERO --- */
.nf-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(140px, 18vh, 200px) var(--gutter) clamp(72px, 9vh, 120px);
  overflow: hidden;
}
.nf-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.nf-hero__media image-slot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  --is-bg: var(--ink-soft);
}
.nf-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 28%, rgba(0,0,0,0.6) 68%, rgba(0,0,0,0.97) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0.05) 55%);
}
.nf-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
}
.nf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(20px, 3vw, 32px);
}
.nf-kicker__pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--kani-red);
  box-shadow: 0 0 0 0 rgba(200,37,44,0.6);
  animation: nfPulse 2.4s cubic-bezier(.6,.1,.2,1) infinite;
}
@keyframes nfPulse {
  0% { box-shadow: 0 0 0 0 rgba(200,37,44,0.55); }
  70% { box-shadow: 0 0 0 12px rgba(200,37,44,0); }
  100% { box-shadow: 0 0 0 0 rgba(200,37,44,0); }
}
.nf-kicker__txt {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bone);
}
@media (prefers-reduced-motion: reduce) { .nf-kicker__pulse { animation: none; } }

.nf-hero__title {
  font-family: var(--f-display);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.84;
  color: var(--bone);
  margin-bottom: clamp(28px, 3.5vw, 44px);
}
.nf-hero__title .l-soft {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 4.5vw, 64px);
  color: var(--mute-strong);
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin-bottom: 6px;
}
.nf-hero__title .l-big {
  display: block;
  font-size: clamp(60px, 13vw, 200px);
  letter-spacing: -0.05em;
  text-transform: uppercase;
  line-height: 0.86;
}
.nf-hero__title .l-year {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 8vw, 128px);
  color: var(--mute-strong);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
[data-type-mode="anton"] .nf-hero__title .l-soft,
[data-type-mode="anton"] .nf-hero__title .l-year { font-style: normal; }
[data-type-mode="anton"] .nf-hero__title .l-big { font-weight: 400; }

.nf-hero__sub {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  color: var(--paper);
  max-width: 54ch;
  margin-bottom: clamp(36px, 4vw, 52px);
}

/* Hero fact row */
.nf-facts {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 64px);
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid rgba(255,255,255,0.14);
  margin-bottom: clamp(36px, 4vw, 48px);
}
.nf-fact { display: flex; flex-direction: column; gap: 8px; }
.nf-fact__k {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
}
.nf-fact__v {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 24px);
  letter-spacing: -0.01em;
  color: var(--bone);
}
.nf-fact__v em { font-style: italic; font-weight: 400; color: var(--mute-strong); }

.nf-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* --- TICKER --- */
.nf-ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-soft);
  overflow: hidden;
  padding: 20px 0;
}
.nf-ticker__track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  width: max-content;
  animation: nfScroll 38s linear infinite;
}
.nf-ticker__track span {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 34px);
  letter-spacing: -0.01em;
  color: var(--mute-strong);
  display: inline-flex;
  align-items: center;
  gap: 48px;
}
.nf-ticker__track span::after {
  content: '✦';
  color: var(--kani-red);
  font-size: 0.6em;
}
[data-type-mode="anton"] .nf-ticker__track span { text-transform: uppercase; font-weight: 400; }
@keyframes nfScroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .nf-ticker__track { animation: none; } }

/* --- STATEMENT --- */
.nf-statement {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: var(--section-y) var(--gutter);
}
.nf-statement__lead {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: clamp(28px, 3.5vw, 48px);
  display: flex;
  align-items: center;
  gap: 16px;
}
.nf-statement__lead .rule { max-width: 200px; }
.nf-statement__big {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(36px, 5.6vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--bone);
  max-width: 18ch;
  text-wrap: balance;
}
.nf-statement__big em { font-style: italic; font-weight: 400; color: var(--mute-strong); }
.nf-statement__big .red { color: var(--kani-red); font-style: italic; font-weight: 400; }
[data-type-mode="anton"] .nf-statement__big { text-transform: uppercase; font-weight: 400; }
[data-type-mode="anton"] .nf-statement__big em,
[data-type-mode="anton"] .nf-statement__big .red { font-style: normal; }
.nf-statement__body {
  margin-top: clamp(36px, 4vw, 56px);
  max-width: 60ch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--paper);
}

/* --- PROGRAM (3 pillars) --- */
.nf-program {
  border-top: 1px solid var(--line);
  background: var(--ink-soft);
  padding: var(--section-y) 0;
}
.nf-program__head {
  max-width: var(--maxw);
  margin: 0 auto clamp(48px, 6vw, 80px);
  padding: 0 var(--gutter);
}
.nf-program__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--bone);
}
.nf-program__title em { font-style: italic; font-weight: 400; color: var(--mute-strong); }
[data-type-mode="anton"] .nf-program__title { text-transform: uppercase; font-weight: 400; }
[data-type-mode="anton"] .nf-program__title em { font-style: normal; }

.nf-program__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  background-clip: content-box;
}
.nf-card {
  background: var(--ink);
  padding: clamp(32px, 3vw, 48px) clamp(28px, 2.5vw, 40px) clamp(40px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 340px;
  transition: background 0.5s;
}
.nf-card:hover { background: var(--ink-soft); }
.nf-card__num {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--kani-red);
}
.nf-card__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--bone);
  margin-top: auto;
}
.nf-card__title em { font-style: italic; font-weight: 400; color: var(--mute-strong); }
[data-type-mode="anton"] .nf-card__title { text-transform: uppercase; font-weight: 400; }
[data-type-mode="anton"] .nf-card__title em { font-style: normal; }
.nf-card__copy {
  font-size: 15px;
  line-height: 1.65;
  color: var(--paper);
}
.nf-card__tag {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute);
}

/* --- LINEUP --- */
.nf-lineup {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: var(--section-y) var(--gutter);
}
.nf-lineup__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.nf-lineup__head .rule { max-width: 360px; }
.nf-lineup__label { color: var(--bone); }

.nf-headliner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 88px);
  align-items: center;
}
.nf-headliner__media {
  aspect-ratio: 4/5;
  background: var(--ink-soft);
  position: relative;
  overflow: hidden;
}
.nf-headliner__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.nf-headliner__copy { display: flex; flex-direction: column; gap: 24px; }
.nf-headliner__pre {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--kani-red);
}
.nf-headliner__name {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(48px, 7vw, 116px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--bone);
}
[data-type-mode="anton"] .nf-headliner__name { text-transform: uppercase; font-weight: 400; }
.nf-headliner__role {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 24px);
  color: var(--mute-strong);
}
.nf-headliner__copy p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--paper);
  max-width: 50ch;
}

.nf-past {
  margin-top: clamp(56px, 7vw, 100px);
  border-top: 1px solid var(--line);
  padding-top: clamp(36px, 4vw, 56px);
}
.nf-past__label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: clamp(24px, 3vw, 36px);
}
.nf-past__names {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 48px);
  align-items: baseline;
}
.nf-past__names span {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 64px);
  letter-spacing: -0.03em;
  color: var(--mute-strong);
  transition: color 0.4s;
}
.nf-past__names span:hover { color: var(--bone); }
[data-type-mode="anton"] .nf-past__names span { text-transform: uppercase; font-weight: 400; }

/* --- AGENCY --- */
.nf-agency {
  border-top: 1px solid var(--line);
  background: var(--ink-soft);
  padding: var(--section-y) 0;
}
.nf-agency__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 5vw, 96px);
  align-items: center;
}
.nf-agency__copy { display: flex; flex-direction: column; gap: 24px; }
.nf-agency__pre {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mute);
}
.nf-agency__name {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(36px, 4.6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--bone);
}
.nf-agency__name em { font-style: italic; font-weight: 400; color: var(--mute-strong); }
[data-type-mode="anton"] .nf-agency__name { text-transform: uppercase; font-weight: 400; }
[data-type-mode="anton"] .nf-agency__name em { font-style: normal; }
.nf-agency__copy p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--paper);
  max-width: 48ch;
}
.nf-agency__media {
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.nf-agency__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }

/* --- GALLERY --- */
.nf-gallery {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: var(--section-y) var(--gutter);
}
.nf-gallery__head { margin-bottom: clamp(40px, 5vw, 72px); }
.nf-gallery__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--bone);
}
.nf-gallery__title em { font-style: italic; font-weight: 400; color: var(--mute-strong); }
[data-type-mode="anton"] .nf-gallery__title { text-transform: uppercase; font-weight: 400; }
[data-type-mode="anton"] .nf-gallery__title em { font-style: normal; }
.nf-gallery__sub {
  margin-top: 20px;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 1.6vw, 22px);
  color: var(--paper);
  max-width: 56ch;
}

.nf-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 1.6vw, 24px);
}
.nf-shot { position: relative; overflow: hidden; background: var(--ink-soft); }
.nf-shot image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.nf-shot__num {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--bone);
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  padding: 6px 10px;
  text-transform: uppercase;
  pointer-events: none;
}
.nf-shot--a { grid-column: span 7; aspect-ratio: 4/3; }
.nf-shot--b { grid-column: span 5; aspect-ratio: 4/5; }
.nf-shot--c { grid-column: span 4; aspect-ratio: 3/4; }
.nf-shot--d { grid-column: span 4; aspect-ratio: 3/4; }
.nf-shot--e { grid-column: span 4; aspect-ratio: 3/4; }

/* --- COUNTDOWN / CLOSING --- */
.nf-close {
  border-top: 1px solid var(--line);
  background: var(--ink-soft);
  padding: var(--section-y) var(--gutter);
  text-align: center;
}
.nf-close__inner { max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.nf-close__pre {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: clamp(28px, 3vw, 40px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.nf-countdown {
  display: flex;
  gap: clamp(20px, 4vw, 64px);
  justify-content: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.nf-count {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.nf-count__n {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(48px, 9vw, 128px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--bone);
  font-variant-numeric: tabular-nums;
}
[data-type-mode="anton"] .nf-count__n { font-weight: 400; }
.nf-count__l {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
}
.nf-close__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--bone);
  margin-bottom: clamp(28px, 3vw, 40px);
}
.nf-close__title em { font-style: italic; font-weight: 400; color: var(--mute-strong); }
[data-type-mode="anton"] .nf-close__title { text-transform: uppercase; font-weight: 400; }
[data-type-mode="anton"] .nf-close__title em { font-style: normal; }
.nf-close__cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* --- RESPONSIVE --- */
@media (max-width: 1000px) {
  .nf-program__grid { grid-template-columns: 1fr; }
  .nf-headliner { grid-template-columns: 1fr; }
  .nf-agency__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nf-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .nf-shot--a, .nf-shot--b, .nf-shot--c, .nf-shot--d, .nf-shot--e { grid-column: span 1; aspect-ratio: 3/4; }
  .nf-shot--a { grid-column: span 2; aspect-ratio: 4/3; }
  .nf-countdown { gap: 16px; }
}
