/* ============================================================
   MEN L2 HUBS
   Shared noir / steel-blue editorial system for Wear, Fit,
   Finish, and Seasonal.
   ============================================================ */

.ml2-hero {
  position: relative;
  min-height: clamp(640px, 86vh, 900px);
  overflow: hidden;
  background: var(--bg);
  color: var(--ink);
}

.ml2-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(0.16) saturate(0.78) contrast(1.08) brightness(0.62);
  transform: scale(1.025);
}

.ml2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4,7,12,0.96) 0%, rgba(7,11,18,0.72) 44%, rgba(7,11,18,0.20) 100%),
    linear-gradient(0deg, rgba(4,7,12,0.98) 0%, transparent 42%);
}

.ml2-hero-frame {
  position: relative;
  z-index: 2;
  min-height: clamp(640px, 86vh, 900px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 34px;
  padding-top: clamp(34px, 5vw, 68px);
  padding-bottom: clamp(34px, 5vw, 68px);
}

.ml2-hero .crumb,
.ml2-hero .crumb a { color: rgba(244,234,215,0.62); }
.ml2-hero .crumb a:hover,
.ml2-hero .crumb .here { color: #f4ead7; }

.ml2-copy {
  align-self: center;
  max-width: 1080px;
}

.ml2-kicker {
  display: block;
  margin-bottom: 20px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
}

.ml2-copy h1 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(76px, 12vw, 188px);
  line-height: 0.84;
  letter-spacing: -0.034em;
  font-weight: 400;
  color: #f4ead7;
  text-wrap: balance;
}

.ml2-copy h1 span {
  display: block;
  font-style: italic;
  color: rgba(244,234,215,0.80);
}

.ml2-copy p {
  max-width: 720px;
  margin: 28px 0 0;
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.38;
  color: rgba(244,234,215,0.78);
}

.ml2-stats {
  border-top-color: rgba(244,234,215,0.22);
  color: #f4ead7;
}

.ml2-stats .stat { border-right-color: rgba(244,234,215,0.18); }
.ml2-stats .stat .n { color: #f4ead7; }
.ml2-stats .stat .l { color: rgba(244,234,215,0.58); }

.ml2-nav {
  position: sticky;
  top: 70px;
  z-index: 40;
  background: var(--bg);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.ml2-nav .frame {
  display: flex;
  gap: 26px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow-x: auto;
}

.ml2-nav .label,
.ml2-nav a {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ml2-nav .label { color: var(--ink-mute); }
.ml2-nav .links { display: flex; gap: 22px; align-items: center; }
.ml2-nav a {
  color: var(--ink-dim);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.ml2-nav a span { color: var(--gold); margin-right: 7px; }
.ml2-nav a:hover { color: var(--ink); border-bottom-color: var(--gold); }

.ml2-intro {
  border-top: 1px solid var(--rule);
  padding: clamp(58px, 7vw, 112px) 0;
}

.ml2-intro .frame {
  display: grid;
  grid-template-columns: 0.78fr 1.75fr;
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.ml2-ledger {
  position: sticky;
  top: 142px;
  display: grid;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.ml2-ledger div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-mute);
}

.ml2-ledger b {
  color: var(--ink);
  font-weight: 500;
  text-align: right;
}

.ml2-intro-copy .standfirst {
  max-width: 860px;
  margin: 0 0 28px;
  font-family: var(--f-display);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.2;
  letter-spacing: -0.016em;
  color: var(--ink);
  text-wrap: pretty;
}

.ml2-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.ml2-notes span {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-family: var(--f-display);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.25;
  color: var(--ink-dim);
}

.ml2-notes b {
  display: block;
  margin-bottom: 34px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.26em;
  color: var(--gold);
}

.ml2-sections {
  border-top: 1px solid var(--rule);
  padding: clamp(58px, 7vw, 112px) 0;
}

.ml2-head {
  display: grid;
  grid-template-columns: 110px 1fr 0.72fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--rule);
}

.ml2-head .num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 0.9;
  color: var(--gold);
}

.ml2-head h2 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.024em;
}

.ml2-head h2 em { color: var(--gold); font-style: italic; }
.ml2-head p {
  margin: 0;
  max-width: 420px;
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-dim);
}

.ml2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.ml2-card {
  min-height: 360px;
  padding: clamp(20px, 2.5vw, 34px);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: rgba(255,255,255,0.012);
  transition: background 0.2s, transform 0.2s;
}

.ml2-card:hover {
  background: rgba(127,179,213,0.055);
  transform: translateY(-2px);
}

.ml2-card .idx {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.ml2-card h3 {
  margin: auto 0 18px;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.018em;
}

.ml2-card p {
  margin: 0 0 26px;
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.68;
  color: var(--ink-dim);
}

.ml2-card .cta {
  margin-top: auto;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  width: max-content;
  padding-bottom: 5px;
}

.ml2-cross {
  padding: clamp(64px, 8vw, 130px) 0;
  border-top: 1px solid var(--rule);
  background: rgba(127,179,213,0.035);
}

.ml2-cross span,
.ml2-cross a {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.ml2-cross h2 {
  max-width: 850px;
  margin: 16px 0 28px;
  font-family: var(--f-display);
  font-size: clamp(42px, 6vw, 90px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.026em;
}

.ml2-cross h2 em { font-style: italic; color: var(--gold); }
.ml2-cross a { color: var(--ink); border-bottom: 1px solid var(--gold); padding-bottom: 6px; }

@media (max-width: 980px) {
  .ml2-intro .frame,
  .ml2-head { grid-template-columns: 1fr; }
  .ml2-ledger { position: static; }
  .ml2-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .ml2-nav { top: 0; }
  .ml2-nav .frame { align-items: flex-start; flex-direction: column; }
  .ml2-notes,
  .ml2-grid { grid-template-columns: 1fr; }
  .ml2-card { min-height: 300px; }
}
