/* ============================================================
   WOMEN / STYLE (L2)
   Editorial menu hub for taste, trends, color, pattern, and
   personal style. Scoped with ws- to avoid leaking into siblings.
   ============================================================ */

.ws-hero {
  position: relative;
  min-height: clamp(640px, 88vh, 900px);
  overflow: hidden;
  background: var(--bg);
  color: var(--ink);
}
.ws-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  filter: saturate(0.82) contrast(1.05) brightness(0.76);
  transform: scale(1.02);
}
.ws-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(61,12,9,0.94) 0%, rgba(90,20,16,0.68) 42%, rgba(90,20,16,0.12) 100%),
    linear-gradient(0deg, rgba(61,12,9,0.98) 0%, transparent 42%);
}
.ws-hero .frame {
  position: relative;
  z-index: 2;
  min-height: clamp(640px, 88vh, 900px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 34px;
  padding-top: clamp(34px, 5vw, 68px);
  padding-bottom: clamp(34px, 5vw, 68px);
}
.ws-hero .crumb,
.ws-hero .crumb a { color: rgba(244,234,215,0.62); }
.ws-hero .crumb a:hover,
.ws-hero .crumb .here { color: #f4ead7; }
.ws-copy {
  align-self: center;
  max-width: 1120px;
}
.ws-kicker {
  display: block;
  margin-bottom: 20px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
}
.ws-copy h1 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(74px, 11.5vw, 184px);
  line-height: 0.84;
  letter-spacing: -0.034em;
  font-weight: 400;
  color: #f4ead7;
  text-wrap: balance;
}
.ws-copy h1 span {
  display: block;
  font-style: italic;
  color: rgba(244,234,215,0.82);
}
.ws-copy p {
  max-width: 700px;
  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.8);
}
.ws-stats {
  border-top-color: rgba(244,234,215,0.24);
  color: #f4ead7;
}
.ws-stats .stat { border-right-color: rgba(244,234,215,0.18); }
.ws-stats .stat .n { color: #f4ead7; }
.ws-stats .stat .l { color: rgba(244,234,215,0.58); }

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

.ws-intro .frame {
  display: grid;
  grid-template-columns: 0.8fr 1.8fr;
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}
.ws-ledger {
  position: sticky;
  top: 142px;
  display: grid;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.ws-ledger div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-mute);
}
.ws-ledger b {
  color: var(--ink);
  font-weight: 500;
}
.ws-body .standfirst {
  max-width: 880px;
  margin: 0 0 24px;
  font-family: var(--f-display);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.016em;
  color: var(--ink);
  text-wrap: pretty;
}
.ws-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);
}

.ws-sec {
  border-top: 1px solid var(--rule);
  padding: clamp(54px, 6vw, 104px) 0;
}
.ws-head {
  display: grid;
  grid-template-columns: 80px 1.2fr 0.8fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.ws-head.compact { grid-template-columns: 72px 1fr; }
.ws-head .num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 0.85;
  color: var(--gold);
}
.ws-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);
}
.ws-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;
}
.ws-head h2 em {
  color: var(--gold);
  font-style: italic;
}
.ws-head p {
  margin: 0;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-dim);
}

.ws-lead-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 16px;
}
.ws-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.25s;
}
.ws-card:hover { transform: translateY(-4px); }
.ws-card .img {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}
.ws-card:first-child .img { aspect-ratio: 3/4; }
.ws-card .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.62));
}
.ws-card .img span,
.ws-trend-photo span,
.ws-personal-photo span {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f4ead7;
  border: 1px solid rgba(244,234,215,0.35);
  padding: 5px 8px;
  background: rgba(0,0,0,0.28);
}
.ws-card h3 {
  margin: 0 0 7px;
  font-family: var(--f-display);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.ws-card h3 em {
  color: var(--gold);
  font-style: italic;
}
.ws-card p {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 13px;
  line-height: 1.58;
  color: var(--ink-dim);
}

.ws-trends {
  background: color-mix(in oklab, var(--bg) 91%, var(--gold) 5%);
}
.ws-trend-wrap {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
}
.ws-trend-photo {
  position: relative;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.88);
}
.ws-trend-photo::after,
.ws-personal-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,0.62));
}
.ws-trend-list {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--rule);
}
.ws-trend-list a,
.ws-article-list a {
  display: grid;
  grid-template-columns: 60px 1fr 70px;
  gap: 22px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  transition: padding-left 0.2s, background 0.2s;
}
.ws-trend-list a:hover,
.ws-article-list a:hover {
  padding-left: 8px;
  background: color-mix(in oklab, var(--bg) 91%, var(--gold) 5%);
}
.ws-trend-list span,
.ws-trend-list b,
.ws-article-list span,
.ws-article-list small,
.ws-article-list b {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.ws-trend-list span,
.ws-trend-list b,
.ws-article-list span,
.ws-article-list b { color: var(--gold); }
.ws-article-list small { color: var(--ink-mute); }
.ws-trend-list h3,
.ws-article-list h3 {
  margin: 0;
  font-family: var(--f-display);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.14;
  font-weight: 400;
}
.ws-trend-list p {
  grid-column: 2 / 4;
  margin: -8px 0 0;
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-dim);
}

.ws-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.ws-direction-grid a {
  min-height: 260px;
  padding: 26px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
}
.ws-direction-grid a:hover {
  background: color-mix(in oklab, var(--bg) 88%, var(--gold) 6%);
}
.ws-direction-grid span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.ws-direction-grid h3 {
  margin: 28px 0 12px;
  font-family: var(--f-display);
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}
.ws-direction-grid p {
  margin: auto 0 0;
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-dim);
}

.ws-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ws-dual-panel {
  display: grid;
  grid-template-rows: minmax(360px, 0.78fr) auto;
  border-top: 1px solid var(--rule);
}
.ws-dual-panel .photo {
  background-size: cover;
  background-position: center;
  filter: saturate(0.88);
}
.ws-dual-panel .copy {
  padding: 24px 0 0;
}
.ws-dual-panel .ey {
  display: block;
  margin-bottom: 12px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.ws-dual-panel h2 {
  margin: 0 0 12px;
  font-family: var(--f-display);
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.ws-dual-panel h2 em {
  color: var(--gold);
  font-style: italic;
}
.ws-dual-panel p {
  max-width: 560px;
  margin: 0 0 22px;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.48;
  color: var(--ink-dim);
}
.ws-mini-list {
  display: grid;
  border-top: 1px solid var(--rule);
}
.ws-mini-list a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--rule);
}
.ws-mini-list span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.ws-mini-list b {
  font-family: var(--f-display);
  font-size: 21px;
  line-height: 1.1;
  font-weight: 400;
}
.ws-mini-list small {
  grid-column: 2;
  font-family: var(--f-sans);
  font-size: 13px;
  line-height: 1.48;
  color: var(--ink-dim);
}

.ws-personal {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.ws-personal-copy > p {
  max-width: 680px;
  margin: 0 0 28px;
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(20px, 1.9vw, 28px);
  line-height: 1.45;
  color: var(--ink-dim);
}
.ws-personal-photo {
  position: sticky;
  top: 142px;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}
.ws-personal-list {
  display: grid;
  border-top: 1px solid var(--rule);
}
.ws-personal-list a {
  display: grid;
  grid-template-columns: 52px 0.8fr 1.2fr;
  gap: 22px;
  align-items: baseline;
  padding: 19px 0;
  border-bottom: 1px solid var(--rule);
}
.ws-personal-list span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.ws-personal-list h3 {
  margin: 0;
  font-family: var(--f-display);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 400;
}
.ws-personal-list p {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-dim);
}

.ws-quiet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ws-quiet-card {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  min-height: 520px;
  background: var(--bg-deep);
  border: 1px solid var(--rule);
}
.ws-quiet-card .img {
  background-size: cover;
  background-position: center;
  filter: saturate(0.86);
}
.ws-quiet-card .body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}
.ws-quiet-card .title-link {
  display: block;
  margin-bottom: 18px;
  font-family: var(--f-display);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.96;
  font-style: italic;
  color: var(--gold);
}
.ws-quiet-card p {
  margin: 0 0 24px;
  font-family: var(--f-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-dim);
}
.ws-quiet-card ul {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.ws-quiet-card li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 13px;
  line-height: 1.4;
  color: var(--ink-dim);
}
.ws-quiet-card li::before {
  content: "->";
  color: var(--gold);
  font-family: var(--f-mono);
  font-size: 9px;
}
.ws-quiet-card li a:hover {
  color: var(--ink);
}

.ws-article-list {
  border-top: 1px solid var(--rule);
}
.ws-article-list a {
  grid-template-columns: 60px 1fr 190px 70px;
}

.ws-faq {
  border-top: 1px solid var(--rule);
}
.ws-faq details {
  border-bottom: 1px solid var(--rule);
}
.ws-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 60px 1fr 28px;
  gap: 20px;
  align-items: baseline;
}
.ws-faq summary::-webkit-details-marker { display: none; }
.ws-faq summary span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.ws-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);
}
.ws-faq summary i {
  font-family: var(--f-display);
  font-style: normal;
  font-size: 22px;
  color: var(--ink-mute);
  text-align: right;
}
.ws-faq details[open] summary i {
  color: var(--gold);
  transform: rotate(45deg);
}
.ws-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);
}
.ws-cross a:nth-child(2) {
  background: color-mix(in oklab, var(--bg) 82%, var(--gold) 8%);
}

@media (max-width: 1180px) {
  .ws-lead-grid,
  .ws-direction-grid,
  .ws-dual,
  .ws-personal,
  .ws-quiet-grid,
  .ws-trend-wrap { grid-template-columns: 1fr; }
  .ws-intro .frame,
  .ws-head { grid-template-columns: 1fr; }
  .ws-ledger,
  .ws-personal-photo { position: static; }
  .ws-head p { max-width: 760px; }
  .ws-trend-photo,
  .ws-personal-photo { min-height: 480px; }
}

@media (max-width: 760px) {
  .ws-copy h1 { font-size: clamp(60px, 18vw, 102px); }
  .ws-lead-grid { gap: 24px; }
  .ws-direction-grid { grid-template-columns: 1fr; }
  .ws-quiet-card,
  .ws-personal-list a,
  .ws-article-list a,
  .ws-trend-list a {
    grid-template-columns: 46px 1fr;
    gap: 8px 16px;
  }
  .ws-quiet-card .img {
    min-height: 320px;
  }
  .ws-trend-list p,
  .ws-trend-list b,
  .ws-article-list small,
  .ws-article-list b,
  .ws-personal-list p { grid-column: 2; }
  .ws-faq p { margin-left: 0; }
}
