:root {
  color-scheme: light;
  --paper: #faf6f2;
  --ink: #29252a;
  --muted: #70666b;
  --berry: #984661;
  --line: #d9cec7;
  --soft: #f1e4e7;
  --serif: "Bodoni 72", Didot, "Times New Roman", serif;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .3em; }
a:hover { color: var(--berry); }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--berry); outline-offset: 6px; }
h1, h2, h3, p, figure { margin: 0; }
p { line-height: 1.75; }
img { display: block; max-width: 100%; }
header, footer, .wrap { width: min(1240px, calc(100% - 88px)); margin-inline: auto; }
header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.55rem; letter-spacing: -.07em; font-weight: 650; flex-shrink: 0; }
.brand-icon { width: 40px; height: 40px; border-radius: 9px; }
.header-note { font-family: var(--serif); font-style: italic; font-size: 1.125rem; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; font-size: .9375rem; }
nav a { text-decoration: none; padding-block: 8px; }
.pill { border: none; padding: 8px 0; }
.skip { position: absolute; top: -100px; left: 20px; z-index: 3; background: white; padding: 12px; }
.skip:focus { top: 10px; }

/* Editorial hierarchy: a masthead, a clothing study, and marginal notes. */
.masthead { font-size: clamp(5rem, 20.1vw, 17rem); font-weight: 500; line-height: .97; letter-spacing: -.075em; padding: 8px 0 25px; }
.edition-line { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-block: 14px; border-block: 1px solid var(--ink); font-size: .8125rem; letter-spacing: .07em; }
.edition-line span:last-child { color: var(--muted); letter-spacing: 0; }
.wardrobe-spread { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 84px); padding-top: 42px; }
.study-label, .outfit-study figcaption { display: flex; justify-content: space-between; gap: 16px; font-size: .8125rem; }
.study-label { letter-spacing: .09em; padding-bottom: 14px; }
.study-label span:last-child { color: var(--berry); }
.outfit-study img { width: 100%; height: auto; }
.outfit-study figcaption { padding-top: 14px; color: var(--muted); }
.outfit-study figcaption span:first-child { font-family: var(--serif); font-size: 1.0625rem; font-style: italic; }
.wardrobe-notes { padding-top: 40px; }
.eyebrow, .index-heading { font-size: .8125rem; letter-spacing: .1em; color: var(--berry); }
.wardrobe-notes .eyebrow { text-transform: uppercase; margin-bottom: 26px; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; }
.wardrobe-notes h1 { font-size: clamp(3.3rem, 5.5vw, 5rem); }
h1 em, h2 em { color: var(--berry); font-weight: 400; }
.intro { margin-top: 28px; font-size: 1.125rem; line-height: 1.6; }
.description { max-width: 350px; margin-top: 18px; color: var(--muted); }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 45px; padding: 12px 0; border-bottom: 1px solid var(--berry); color: var(--berry); text-decoration: none; font-size: .9375rem; }
.text-link span { font-size: 1.4rem; line-height: 1; }
.wardrobe-notes > .text-link { margin-top: 22px; }
.garment-index { margin-top: 60px; }
.index-heading { color: var(--muted); margin-bottom: 14px; }
.garment-index ol { padding: 0; margin: 0; list-style: none; }
.garment-index li { display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--line); padding-block: 13px; font-size: .9375rem; }
.item-no { color: var(--muted); font-size: .8125rem; font-variant-numeric: tabular-nums; }
.swatch { width: 13px; height: 13px; flex: 0 0 auto; margin-left: auto; }
.ivory { background: #e8daca; border: 1px solid #cdbba7; }
.camel { background: #a8713e; }
.forest { background: #183c2c; }
.espresso { background: #433326; }
.burgundy { background: #532e29; }
.image-note { font-size: .8125rem; color: var(--muted); margin-top: 15px; }
.wardrobe-method { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--ink); margin-top: 85px; padding-top: 40px; scroll-margin-top: 30px; }
.method-title h2 { font-size: clamp(2.8rem, 5vw, 4.4rem); margin-top: 28px; }
.method-notes article { display: flex; align-items: baseline; gap: 30px; padding-block: 25px; border-bottom: 1px solid var(--line); }
.method-notes article:first-child { padding-top: 0; }
.step-no { min-width: 28px; font-family: var(--serif); font-size: 1.375rem; color: var(--berry); }
h3 { font-size: 1.0625rem; font-weight: 550; }
.method-notes p { margin-top: 12px; color: var(--muted); }
.editorial-contact { border-top: 1px solid var(--ink); margin-top: 95px; padding: 28px 0 65px; }
.editorial-contact > div { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 28px; }
.editorial-contact h2 { font-size: clamp(2.5rem, 4vw, 3.6rem); }
footer { border-top: 1px solid var(--line); padding: 25px 0 35px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: var(--muted); font-size: .875rem; }

/* Help and draft documents share the same quiet, unboxed typography. */
.document { max-width: 780px; margin: 65px auto 85px; }
.document h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); margin: 24px 0; }
.document h2 { font-family: inherit; font-weight: 550; font-size: 1.5rem; margin: 38px 0 14px; letter-spacing: -.025em; }
.document p, .document li { color: var(--muted); line-height: 1.8; }
.document li { margin-bottom: 10px; }
.document a { overflow-wrap: anywhere; color: var(--berry); }
.notice { padding: 20px 24px; border-left: 2px solid var(--berry); background: var(--soft); margin: 28px 0; }
.topics { margin: 35px 0; border-top: 1px solid var(--line); }
.topics a { display: block; border-bottom: 1px solid var(--line); padding: 22px 0; text-decoration: none; }
.topics strong { display: block; margin-bottom: 6px; font-weight: 550; }
.topics span { font-size: .9375rem; color: var(--muted); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; scroll-margin-top: 28px; }
summary { cursor: pointer; font-size: 1.0625rem; line-height: 1.55; font-weight: 550; }
details p { margin: 16px 0 0; }
.email { font-weight: 600; }
.button { display: inline-block; margin-top: 25px; padding: 12px 0; border-bottom: 1px solid var(--berry); text-decoration: none; }

@media (max-width: 900px) {
  header, footer, .wrap { width: calc(100% - 48px); }
  .wardrobe-spread { gap: 32px; }
  .wardrobe-notes { padding-top: 20px; }
  .wardrobe-notes h1 { font-size: 3.5rem; }
  .garment-index { margin-top: 35px; }
  .wardrobe-method { gap: 40px; }
}
@media (max-width: 640px) {
  header, footer, .wrap { width: calc(100% - 36px); }
  header { padding-block: 16px; }
  .header-note { display: none; }
  nav { gap: 20px; }
  .masthead { font-size: 22vw; padding-block: 8px 22px; }
  .edition-line { flex-direction: column; gap: 7px; padding-block: 12px; }
  .wardrobe-spread { display: flex; flex-direction: column; gap: 30px; padding-top: 27px; }
  .wardrobe-notes { display: contents; }
  .wardrobe-notes > .eyebrow { order: 0; margin: 0 0 -14px; }
  .wardrobe-notes h1 { order: 1; font-size: 3.7rem; }
  .intro { order: 2; margin: -12px 0 -8px; }
  .outfit-study { order: 3; }
  .description { order: 4; margin: 0; max-width: none; }
  .wardrobe-notes > .text-link { order: 5; align-self: start; margin: -16px 0 0; }
  .garment-index { order: 6; margin: 0; }
  .image-note { margin-top: 18px; }
  .wardrobe-method { grid-template-columns: 1fr; gap: 32px; margin-top: 55px; padding-top: 26px; }
  .method-title h2 { margin-top: 22px; font-size: 3rem; }
  .method-notes article { gap: 20px; }
  .editorial-contact { margin-top: 60px; padding-bottom: 40px; }
  .editorial-contact > div { align-items: start; flex-direction: column; gap: 22px; }
  footer { align-items: start; flex-direction: column; gap: 15px; }
  footer nav { gap: 20px; }
  .document { margin: 40px auto 60px; }
  .document h1 { font-size: 3rem; }
}
@media (prefers-reduced-motion: no-preference) {
  a { transition: color .15s ease; }
}
