/* Fashions Trends static editorial design. No remote fonts or external assets. */
:root {
  --paper: #f6f2ef;
  --panel: #fffaf6;
  --ink: #24201f;
  --muted: #766a64;
  --line: #ded2ca;
  --accent: #7e4e5f;
  --accent-2: #5d7762;
  --accent-3: #d0a05b;
  --shadow: rgba(20, 24, 28, 0.10);
  --display: Georgia, "Times New Roman", serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body {
  margin: 0;
  background:
    linear-gradient(90deg, transparent 0 31px, rgba(0,0,0,0.025) 31px 32px, transparent 32px),
    var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 1.35rem; }
.site-header { background: color-mix(in srgb, var(--paper) 91%, white); border-top: 4px solid var(--accent); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.masthead-rule { font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; text-align: center; color: var(--muted); border-bottom: 1px solid var(--line); padding: .42rem; }
.site-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1rem 0; }
.wordmark { font-family: var(--display); font-weight: 700; font-size: clamp(1.35rem, 2vw, 1.85rem); text-decoration: none; letter-spacing: .01em; }
.site-nav ul { display: flex; align-items: center; gap: 1.15rem; list-style: none; margin: 0; padding: 0; }
.site-nav a { text-decoration: none; font-size: .88rem; font-weight: 700; color: var(--muted); border-bottom: 2px solid transparent; padding-bottom: .2rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); border-color: var(--accent); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--panel); color: var(--ink); min-height: 40px; padding: 0 .85rem; font-weight: 700; cursor: pointer; }
.hero { padding: clamp(3rem, 6vw, 6rem) 0 4rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.eyebrow { font-family: var(--mono); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin: 0 0 .8rem; font-weight: 800; }
h1, h2, h3 { font-family: var(--display); line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(2.2rem, 5vw, 4.7rem); margin: 0 0 1.2rem; max-width: 12ch; }
h2 { font-size: clamp(1.55rem, 2.6vw, 2.25rem); margin: 0 0 .8rem; }
h3 { font-size: 1.25rem; margin: 1.5rem 0 .5rem; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 58ch; margin: 0 0 1.7rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .72rem 1.05rem; border: 1px solid var(--ink); text-decoration: none; font-weight: 800; }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--accent); border-color: var(--accent); color: white; }
.btn-plain { background: transparent; color: var(--ink); }
.hero-visual { margin: 0; background: var(--panel); border: 1px solid var(--line); box-shadow: 0 20px 50px var(--shadow); padding: clamp(1rem, 2vw, 1.5rem); }
.hero-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--line); background: white; }
.hero-visual figcaption { font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: .9rem; }
.section { padding: 4rem 0; border-top: 1px solid var(--line); }
.section-muted { background: color-mix(in srgb, var(--panel) 80%, var(--paper)); }
.section-head { max-width: 760px; margin-bottom: 1.8rem; }
.section-head p { color: var(--muted); margin-top: 0; }
.topic-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.topic-card { min-height: 150px; border: 1px solid var(--line); background: var(--panel); text-decoration: none; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; }
.topic-card:hover { border-color: var(--accent); transform: translateY(-1px); }
.topic-card span { font-weight: 900; color: var(--accent); }
.topic-card p { color: var(--muted); margin: .7rem 0 0; font-size: .94rem; }
.article-table { border: 1px solid var(--line); background: var(--panel); overflow: hidden; }
.article-row { display: grid; grid-template-columns: 170px 1fr 90px; gap: 1rem; padding: .95rem 1rem; border-top: 1px solid var(--line); text-decoration: none; align-items: start; }
.article-row:first-child { border-top: 0; }
.article-row:hover { background: color-mix(in srgb, var(--accent-3) 18%, var(--panel)); }
.article-row span:first-child, .article-row span:last-child { font-family: var(--mono); font-size: .75rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.article-row small { display: block; color: var(--muted); font-size: .9rem; margin-top: .25rem; line-height: 1.45; }
.article-row-head { background: var(--ink); color: var(--paper); font-weight: 800; }
.article-row-head span { color: var(--paper) !important; }
.browse-note { color: var(--muted); margin-top: 1rem; }
.page-head, .article-head { padding: 3.2rem 0; background: color-mix(in srgb, var(--accent-3) 18%, var(--paper)); border-bottom: 1px solid var(--line); }
.page-head h1, .article-head h1 { max-width: 17ch; }
.page-head p, .article-head p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.breadcrumb { display: inline-block; margin-bottom: 1.2rem; color: var(--accent); font-weight: 800; text-decoration-thickness: 2px; }
.prose { max-width: 780px; margin: 0 auto; padding: 3.5rem 1.35rem; }
.prose-plain { padding: 0; margin: 0; }
.prose p, .prose li { color: color-mix(in srgb, var(--ink) 88%, var(--muted)); }
.prose h2 { margin-top: 2.1rem; }
.prose ul { padding-left: 1.4rem; }
.note { border-left: 5px solid var(--accent); background: var(--panel); padding: 1rem 1.15rem; margin: 2rem 0; }
.note p { margin-bottom: 0; }
.related { border-top: 1px solid var(--line); padding-top: 2rem; padding-bottom: 4rem; }
.related ul { columns: 2; gap: 2rem; }
.related li { margin-bottom: .55rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 2.5rem; align-items: start; }
.fact-panel { background: var(--panel); border: 1px solid var(--line); padding: 1rem; }
.fact-panel h2 { font-size: 1.25rem; }
.fact-panel div { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: .65rem 0; gap: 1rem; }
.fact-panel span { color: var(--muted); }
.large-email a { font-size: clamp(1.25rem, 4vw, 2rem); color: var(--accent); font-weight: 900; text-decoration-thickness: 3px; overflow-wrap: anywhere; }
.site-footer { background: var(--ink); color: var(--paper); padding: 3rem 0 1.5rem; }
.site-footer a { color: inherit; }
.site-footer h2 { font-family: var(--mono); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: .5rem; }
.footer-grid p, .footer-bottom { color: color-mix(in srgb, var(--paper) 72%, var(--muted)); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1rem; font-size: .88rem; }
@media (max-width: 920px) {
  .hero-grid, .content-grid, .footer-grid { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-header__bar { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; width: 100%; }
  .site-nav.is-open { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: .65rem; padding-bottom: .85rem; }
  .article-row { grid-template-columns: 1fr; gap: .25rem; }
  h1 { max-width: 14ch; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .topic-grid { grid-template-columns: 1fr; }
  .related ul { columns: 1; }
  .footer-bottom { flex-direction: column; }
}
