/* ============================================================
   WOMEN / SEASONAL (L2)
   Editorial menu hub for weather-led dressing.
   Scoped with wse- to avoid touching adjacent pages.
   ============================================================ */

.wse-hero {
  position: relative;
  min-height: clamp(640px, 86vh, 900px);
  overflow: hidden;
  color: var(--ink);
  background: var(--bg-deep);
}
.wse-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 18%;
  filter: saturate(0.86) brightness(0.68) contrast(1.04);
  transform: scale(1.02);
}
.wse-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 76% 34%, rgba(232,185,107,0.22), transparent 24%),
    linear-gradient(90deg, rgba(61,12,9,0.94) 0%, rgba(61,12,9,0.66) 43%, rgba(61,12,9,0.2) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 36%);
}
.wse-hero .frame {
  position: relative;
  z-index: 2;
  min-height: clamp(640px, 86vh, 900px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 30px;
  padding-top: clamp(34px, 5vw, 68px);
  padding-bottom: clamp(34px, 5vw, 68px);
}
.wse-hero .crumb,
.wse-hero .crumb a { color: rgba(244,234,215,0.64); }
.wse-hero .crumb a:hover,
.wse-hero .crumb .here { color: var(--ink); }
.wse-kicker {
  display: block;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
}
.wse-hero-copy {
  align-self: center;
  max-width: 1120px;
}
.wse-hero-copy h1 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(72px, 12vw, 184px);
  line-height: 0.84;
  letter-spacing: -0.034em;
  font-weight: 400;
  color: var(--ink);
  text-wrap: balance;
}
.wse-hero-copy h1 span {
  display: block;
  font-style: italic;
  color: rgba(244,234,215,0.8);
}
.wse-hero-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);
}
.wse-stats {
  border-top-color: rgba(244,234,215,0.25);
  color: var(--ink);
}
.wse-stats .stat { border-right-color: rgba(244,234,215,0.18); }
.wse-stats .stat .n { color: var(--ink); }
.wse-stats .stat .l { color: rgba(244,234,215,0.58); }

.wse-nav {
  position: sticky;
  top: 70px;
  z-index: 40;
  background: var(--bg-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.wse-nav .frame {
  display: flex;
  gap: 28px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow-x: auto;
}
.wse-nav .label,
.wse-nav a {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wse-nav .label { color: var(--ink-mute); }
.wse-nav .links {
  display: flex;
  gap: 22px;
  align-items: center;
}
.wse-nav a {
  color: var(--ink-dim);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.wse-nav a span {
  color: var(--gold);
  margin-right: 7px;
}
.wse-nav a:hover,
.wse-nav a.on {
  color: var(--ink);
  border-bottom-color: var(--gold);
}

.wse-intro .frame {
  display: grid;
  grid-template-columns: 0.78fr 1.82fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}
.wse-ledger {
  position: sticky;
  top: 142px;
  display: grid;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.wse-ledger div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-mute);
}
.wse-ledger b {
  color: var(--ink);
  font-weight: 500;
}
.wse-intro-body .standfirst {
  max-width: 920px;
  margin: 0 0 24px;
  font-family: var(--f-display);
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-wrap: pretty;
}
.wse-intro-body p {
  max-width: 780px;
  margin: 0 0 14px;
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.72;
  color: var(--ink-dim);
}

.wse-sec {
  border-top: 1px solid var(--rule);
  padding: clamp(56px, 7vw, 112px) 0;
}
.wse-head {
  display: grid;
  grid-template-columns: 80px 1.2fr 0.8fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 38px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.wse-head.compact {
  grid-template-columns: 72px 1fr;
}
.wse-head .num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 0.85;
  color: var(--gold);
}
.wse-head span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.wse-head h2 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(34px, 4vw, 66px);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}
.wse-head h2 em {
  color: var(--gold);
  font-style: italic;
}
.wse-head p {
  margin: 0;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-dim);
}

.wse-season-stack {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
}
.wse-season {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  min-height: 560px;
}
.wse-season:nth-child(even) {
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
}
.wse-season:nth-child(even) .wse-season-photo {
  order: 2;
}
.wse-season-photo {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
  overflow: hidden;
}
.wse-season-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.66));
}
.wse-season-photo span,
.wse-split .photo span,
.wse-guide-image span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid rgba(244,234,215,0.36);
  padding: 6px 10px;
  background: rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);
}
.wse-season-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(12px, 2vw, 28px) 0;
}
.wse-season-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--rule);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.wse-season-top small {
  color: var(--ink-mute);
  font-size: inherit;
}
.wse-season h2 {
  margin: 0 0 14px;
  font-family: var(--f-display);
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  font-weight: 400;
}
.wse-season h2 em {
  color: var(--gold);
  font-style: italic;
}
.wse-season-copy > p,
.wse-copy-lede {
  max-width: 680px;
  margin: 0 0 28px;
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.42;
  color: var(--ink-dim);
}
.wse-season ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 22px;
}
.wse-season li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-dim);
}
.wse-season li::before {
  content: "->";
  color: var(--gold);
  font-family: var(--f-mono);
  font-size: 9px;
  transform: translateY(3px);
}
.wse-mini-index {
  display: grid;
  border-top: 1px solid var(--rule);
  margin-bottom: 24px;
}
.wse-mini-index a {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.45;
  color: var(--ink);
  transition: padding-left 0.2s, background 0.2s;
}
.wse-mini-index a:hover {
  padding-left: 8px;
  background: color-mix(in oklab, var(--bg) 90%, var(--gold) 5%);
}
.wse-mini-index span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.wse-open {
  align-self: flex-start;
  display: inline-flex;
  padding: 8px 0;
  border-bottom: 1px solid var(--gold);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
  transition: gap 0.2s, color 0.2s;
}
.wse-open::after {
  content: "->";
  color: var(--gold);
  margin-left: 12px;
  transition: transform 0.2s;
}
.wse-open:hover::after {
  transform: translateX(6px);
}

.wse-transitional {
  background: color-mix(in oklab, var(--bg) 88%, var(--gold) 6%);
}
.wse-split {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.wse-split .photo {
  position: relative;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}
.wse-split .photo::after,
.wse-guide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.65));
}
.wse-weather-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  margin-bottom: 26px;
}
.wse-weather-list a {
  min-height: 190px;
  background: color-mix(in oklab, var(--bg) 94%, var(--gold) 3%);
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
}
.wse-weather-list a:hover {
  background: color-mix(in oklab, var(--bg) 86%, var(--gold) 8%);
}
.wse-weather-list span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--gold);
}
.wse-weather-list h3 {
  margin: 24px 0 10px;
  font-family: var(--f-display);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 400;
}
.wse-weather-list p {
  margin: auto 0 0;
  font-family: var(--f-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-dim);
}
.wse-mini-index.wide {
  margin-bottom: 22px;
}

.wse-guide-board {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.wse-guide-image {
  position: sticky;
  top: 150px;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.86);
}
.wse-guide-list {
  border-top: 1px solid var(--rule);
}
.wse-guide-list a {
  display: grid;
  grid-template-columns: 58px 1fr 150px 70px;
  gap: 22px;
  align-items: baseline;
  padding: 17px 0;
  border-bottom: 1px solid var(--rule);
  transition: padding-left 0.2s, background 0.2s;
}
.wse-guide-list a:hover {
  padding-left: 8px;
  background: color-mix(in oklab, var(--bg) 92%, var(--gold) 4%);
}
.wse-guide-list span,
.wse-guide-list small,
.wse-guide-list b {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.wse-guide-list span,
.wse-guide-list b { color: var(--gold); }
.wse-guide-list small { color: var(--ink-mute); }
.wse-guide-list h3 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.15;
  font-weight: 400;
}

.wse-faq {
  border-top: 1px solid var(--rule);
}
.wse-faq details {
  border-bottom: 1px solid var(--rule);
}
.wse-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 60px 1fr 28px;
  gap: 20px;
  align-items: baseline;
}
.wse-faq summary::-webkit-details-marker { display: none; }
.wse-faq summary span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.wse-faq summary b {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.28;
  color: var(--ink);
}
.wse-faq summary i {
  font-family: var(--f-display);
  font-style: normal;
  font-size: 22px;
  color: var(--ink-mute);
  text-align: right;
}
.wse-faq details[open] summary i {
  color: var(--gold);
  transform: rotate(45deg);
}
.wse-faq p {
  max-width: 820px;
  margin: 0 0 24px 80px;
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-dim);
}
.wse-cross a:nth-child(2) {
  background: color-mix(in oklab, var(--bg) 82%, var(--gold) 8%);
}

@media (max-width: 1100px) {
  .wse-head,
  .wse-intro .frame,
  .wse-season,
  .wse-season:nth-child(even),
  .wse-split,
  .wse-guide-board {
    grid-template-columns: 1fr;
  }
  .wse-ledger,
  .wse-guide-image { position: static; }
  .wse-head p { max-width: 760px; }
  .wse-season:nth-child(even) .wse-season-photo { order: 0; }
  .wse-season,
  .wse-season-photo,
  .wse-split .photo,
  .wse-guide-image { min-height: 420px; }
}
@media (max-width: 720px) {
  .wse-nav .frame {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .wse-nav .links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .wse-season ul,
  .wse-weather-list {
    grid-template-columns: 1fr;
  }
  .wse-guide-list a {
    grid-template-columns: 46px 1fr;
    gap: 8px 16px;
  }
  .wse-guide-list small,
  .wse-guide-list b { grid-column: 2; }
  .wse-faq p { margin-left: 0; }
}
@media (max-width: 560px) {
  .wse-hero-copy h1 { font-size: clamp(58px, 17vw, 78px); }
  .wse-hero-copy p { font-size: 19px; }
  .wse-season-photo,
  .wse-split .photo,
  .wse-guide-image { min-height: 360px; }
}
