/* -- HOME · Editorial -- */

.hero-edt {
  padding-top: clamp(80px, 14vh, 200px);
  padding-bottom: clamp(80px, 12vh, 180px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
.hero-edt-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-edt-title {
  font-size: clamp(46px, 7vw, 124px);
  letter-spacing: -0.025em;
  line-height: 0.98;
  max-width: 18ch;
  margin: 0;
}
.hero-edt-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  border-top: 1px solid var(--rule);
  padding-top: 32px;
}
.hero-edt-foot .lede { max-width: 52ch; margin: 0; }
.hero-edt-foot-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.hero-avail {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-mute);
}
.avail-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf50;
  flex-shrink: 0;
  animation: avail-pulse 2.4s ease-in-out infinite;
}
@keyframes avail-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.75); }
}

.ed-feat { padding-top: 48px; }
.ed-feat-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}
.ed-feat-head-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ed-feat-head h2 { margin: 0; }
.ed-feat-head-cta { white-space: nowrap; padding-bottom: 4px; }
.ed-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
  row-gap: 64px;
}
.ed-feat-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ed-feat-card--lead { grid-column: 1; }
.ed-feat-card--mid { grid-column: 2; align-self: start; }
.ed-feat-card--trail { grid-column: 3; }
.ed-feat-card .placeholder { transition: transform 0.6s var(--ease); }
.ed-feat-card:hover .placeholder { transform: scale(1.015); }
.ed-feat-card-meta { display: flex; flex-direction: column; gap: 8px; }
.ed-feat-card-title {
  font-size: clamp(22px, 2.4vw, 36px);
  margin: 0;
  letter-spacing: -0.015em;
  transition: color 0.25s var(--ease);
}
.ed-feat-card:hover .ed-feat-card-title { color: var(--accent); }
.ed-feat-footer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.ed-feat-card-meta-bot {
  font-family: var(--mono);
  font-size: var(--t-xs);
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Categories */
.ed-cats { padding-top: 100px; }
.ed-cats-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 56px;
  gap: 32px;
  flex-wrap: wrap;
}
.ed-cats-head h2 { margin: 0; max-width: 18ch; letter-spacing: -0.02em; }
.ed-cats-list { list-style: none; padding: 0; margin: 0; }
.ed-cats-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: baseline;
  gap: 32px;
  padding: 28px 0;
  border-top: 1px solid var(--rule);
  transition: background 0.3s var(--ease), padding-left 0.3s var(--ease);
}
.ed-cats-row:last-child { border-bottom: 1px solid var(--rule); }
.ed-cats-row:hover { padding-left: 12px; }
.ed-cats-name {
  font-size: clamp(28px, 3.8vw, 56px);
  letter-spacing: -0.02em;
  transition: color 0.3s var(--ease);
}
.ed-cats-row:hover .ed-cats-name { color: var(--accent); }

/* Bio */
.ed-bio {
  padding-top: 160px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
}
.ed-bio-portrait .placeholder { width: 100%; }
.ed-bio-text { display: flex; flex-direction: column; gap: 28px; align-items: flex-start; max-width: 52ch; }

/* Recognition */
.rec-strip { padding-top: 160px; padding-bottom: 80px; }
.rec-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0;
  border-top: 1px solid var(--rule);
}
.rec-item {
  font-size: clamp(20px, 2.4vw, 36px);
  letter-spacing: -0.01em;
  padding: 20px 28px 20px 0;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-right: 28px;
  margin-bottom: 0;
  transition: color 0.25s var(--ease);
}
.rec-item:hover { color: var(--accent); }

/* -- HOME · Cinematic -- */
.cn-hero {
  position: relative;
  margin: 0 auto;
}
.cn-hero .placeholder {
  width: 100%;
  border-radius: 0;
}
.cn-hero-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 80px;
  color: var(--paper);
  text-shadow: 0 1px 24px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.cn-hero-eyebrow { color: rgba(244,241,236,0.85) !important; }
.cn-hero-title {
  font-size: clamp(56px, 9vw, 168px);
  letter-spacing: -0.025em;
  line-height: 0.96;
  margin: 0;
  max-width: 14ch;
}
.cn-hero-sub {
  font-size: var(--t-md);
  max-width: 56ch;
  margin: 0;
  color: rgba(244,241,236,0.85);
}
.cn-hero-cta { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 8px; }
.cta--light { color: var(--paper); border-color: var(--paper); }
.cta--light:hover { color: var(--paper); border-color: var(--paper); opacity: 0.7; }
.cn-hero-tickerline {
  position: absolute;
  right: 32px;
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
}
.cn-tick {
  width: 1px;
  height: 56px;
  background: rgba(244,241,236,0.7);
  position: relative;
  overflow: hidden;
}
.cn-tick::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper);
  animation: tickSlide 2.4s var(--ease) infinite;
}
@keyframes tickSlide {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

.cn-feat { padding-top: 160px; }
.cn-feat-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 64px;
  flex-wrap: wrap;
  gap: 24px;
}
.cn-feat-head h2 { margin: 0; }
.cn-feat-stack { display: flex; flex-direction: column; }
.cn-feat-row {
  display: grid;
  grid-template-columns: 80px 1fr 1.4fr auto;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--rule);
  transition: padding-left 0.4s var(--ease);
}
.cn-feat-row:last-child { border-bottom: 1px solid var(--rule); }
.cn-feat-row:hover { padding-left: 16px; }
.cn-feat-row-num { color: var(--ink-mute); }
.cn-feat-row-img { width: 100%; max-width: 380px; }
.cn-feat-row-img .placeholder { transition: transform 0.5s var(--ease); }
.cn-feat-row:hover .cn-feat-row-img .placeholder { transform: scale(1.02); }
.cn-feat-row-text h3 {
  margin: 0 0 6px;
  font-size: clamp(24px, 2.6vw, 44px);
  letter-spacing: -0.015em;
  transition: color 0.3s var(--ease);
}
.cn-feat-row:hover .cn-feat-row-text h3 { color: var(--accent); }
.cn-feat-row-arrow {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--ink-mute);
  transition: transform 0.4s var(--ease), color 0.3s var(--ease);
}
.cn-feat-row:hover .cn-feat-row-arrow { transform: translateX(8px); color: var(--accent); }

/* -- HOME · Monochrome -- */
.mn-hero {
  padding-top: clamp(56px, 8vh, 120px);
  padding-bottom: clamp(80px, 12vh, 160px);
}
.mn-hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 64px;
  align-items: end;
}
.mn-hero-text { display: flex; flex-direction: column; gap: 32px; align-items: flex-start; }
.mn-hero-title {
  font-size: clamp(64px, 9.5vw, 168px);
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 0;
}
.mn-hero-sub {
  font-size: var(--t-md);
  max-width: 48ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.5;
}
.mn-hero-stats {
  display: flex;
  gap: 56px;
  margin-top: 16px;
  border-top: 1px solid var(--rule);
  padding-top: 24px;
  width: 100%;
  max-width: 600px;
}
.mn-hero-stats > div { display: flex; flex-direction: column; gap: 6px; }
.mn-hero-stats strong {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}
.mn-hero-img { position: relative; }
.mn-hero-img-cap {
  position: absolute;
  bottom: -32px;
  left: 0;
  color: var(--ink-mute);
}

.mn-feat { padding-top: 160px; }
.mn-feat-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 56px;
}
.mn-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
}
.mn-feat-card { display: flex; flex-direction: column; gap: 18px; }
.mn-feat-card .placeholder { transition: transform 0.6s var(--ease); }
.mn-feat-card:hover .placeholder { transform: scale(1.015); }
.mn-feat-card-meta { display: flex; flex-direction: column; gap: 6px; }
.mn-feat-card h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.015em;
  transition: color 0.25s var(--ease);
}
.mn-feat-card:hover h3 { color: var(--accent); }

/* -- Responsive -- */
@media (max-width: 980px) {
  .ed-feat-grid { grid-template-columns: 1fr 1fr; }
  .ed-feat-card--lead { grid-column: 1 / -1; }
  .ed-feat-card--mid,
  .ed-feat-card--trail { grid-column: auto; }
  .ed-bio { grid-template-columns: 1fr; gap: 32px; }
  .mn-hero-grid { grid-template-columns: 1fr; }
  .mn-feat-grid { grid-template-columns: 1fr 1fr; }
  .cn-feat-row { grid-template-columns: 60px 1fr auto; }
  .cn-feat-row-img { display: none; }
}
@media (max-width: 600px) {
  .hero-edt-foot { grid-template-columns: 1fr; }
  .ed-feat-grid { grid-template-columns: 1fr; }
  .ed-feat-card--lead, .ed-feat-card--mid, .ed-feat-card--trail { grid-column: auto; }
  .ed-cats-row { grid-template-columns: 50px 1fr; }
  .mn-feat-grid { grid-template-columns: 1fr; }
  .mn-hero-stats { gap: 32px; flex-wrap: wrap; }
  .cn-hero-tickerline { display: none; }
}

/* -- Category marquee (signature carry-over from old site) -- */

.cat-marquee {
  margin: clamp(40px, 8vh, 120px) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  background: var(--paper);
  padding: clamp(18px, 3vh, 36px) 0;
}
.cat-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
  animation: cat-marquee-scroll 60s linear infinite;
  will-change: transform;
}
.cat-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
  font-size: clamp(28px, 4vw, 56px);
  letter-spacing: -0.015em;
  color: var(--ink);
  white-space: nowrap;
}
.cat-marquee-item .serif { font-style: italic; font-weight: 400; }
.cat-marquee-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex: 0 0 auto;
}
@keyframes cat-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-25%); }
}
@media (prefers-reduced-motion: reduce) {
  .cat-marquee-track { animation: none; }
}

/* -- Mobile hardening for home -- */
@media (max-width: 700px) {
  .cn-hero iframe { height: 75vh !important; min-height: 420px !important; }
  .cat-marquee { padding: 14px 0; margin: 32px 0; }
  .cat-marquee-item { font-size: clamp(20px, 7vw, 32px); gap: 28px; padding-right: 28px; }
  .cat-marquee-dot { width: 4px; height: 4px; }
}
@media (max-width: 480px) {
  .hero-edt { padding-top: 64px; padding-bottom: 64px; gap: 32px; }
  .hero-edt-meta { flex-direction: column; gap: 8px; }
  .ed-feat-head { margin-bottom: 32px; }
  .mn-hero-stats { flex-direction: column; align-items: flex-start; gap: 18px !important; }
}
