:root {
  --bg: #fbfaf7;
  --paper: #ffffff;
  --ink: #151515;
  --muted: #66625c;
  --faint: #918b83;
  --line: #dfddd6;
  --line-strong: #bcb7ad;
  --accent: #3f5a45;
  --accent-soft: #edf3ee;
  --shadow: 0 18px 50px rgba(38, 35, 28, 0.08);
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", "Noto Sans JP", sans-serif;
  --serif: "EB Garamond", "Lora", Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(21, 21, 21, 0.028) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
.table-scroll:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--paper);
  padding: 0.6rem 0.8rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.site-footer {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-grid;
  gap: 0.1rem;
}

.brand__name {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.2rem + 0.7vw, 2rem);
  line-height: 1;
  font-weight: 600;
}

.brand__tagline {
  color: var(--muted);
  font-size: 0.78rem;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.6vw, 2.4rem);
  font-size: 0.88rem;
}

.global-nav a,
.section-link,
.text-link,
.site-footer nav a {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.28em;
  transition: color 160ms ease, text-decoration-color 160ms ease, transform 160ms ease;
}

.global-nav a:hover,
.section-link:hover,
.text-link:hover,
.site-footer nav a:hover {
  color: var(--accent);
  text-decoration-color: currentColor;
}

.mobile-nav {
  display: none;
}

.hero,
.section-block,
.article-sample {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  min-height: clamp(620px, 82dvh, 820px);
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4.6vw, 5.2rem);
  align-items: center;
  padding: clamp(3.5rem, 6vw, 6.5rem) 0 clamp(3.5rem, 6vw, 6rem);
}

.hero__copy {
  align-self: center;
  padding-top: 0;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.7rem, 6.15vw, 5.9rem);
  line-height: 1.03;
  font-weight: 700;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.lead {
  max-width: 33rem;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1vw + 0.9rem, 1.45rem);
  line-height: 1.7;
}

.latest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: start;
  min-width: 0;
}

.featured-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 1.6vw, 1.35rem);
  align-items: start;
  min-width: 0;
}

.lead-card,
.compact-card,
.news-item,
.library-card {
  background: var(--paper);
}

.lead-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-width: 0;
}

.lead-card > a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  min-width: 0;
}

.lead-card > a > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f5f3ee;
  filter: saturate(0.85) contrast(1.02);
}

.lead-card .meta-line,
.lead-card h2,
.lead-card .chip-row {
  margin-left: clamp(0.95rem, 1.5vw, 1.35rem);
  margin-right: clamp(1rem, 2vw, 1.6rem);
}

.lead-card .meta-line {
  margin-top: clamp(1rem, 1.5vw, 1.25rem);
}

.lead-card h2 {
  margin-top: 0.95rem;
  margin-bottom: 1rem;
  width: auto;
  min-width: 0;
  font-size: clamp(1.18rem, 1.38vw, 1.58rem);
  line-height: 1.35;
  text-wrap: pretty;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.lead-card--sub h2 {
  font-size: clamp(1.08rem, 1.18vw, 1.38rem);
}

.lead-card .chip-row {
  align-self: end;
  margin-bottom: 1.45rem;
}

.compact-stack {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.compact-card > a {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 0.66rem;
  padding: clamp(0.9rem, 1.35vw, 1.15rem);
  transition: background 160ms ease, transform 160ms ease;
}

.compact-card > a > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #f5f3ee;
  filter: saturate(0.85) contrast(1.02);
}

.compact-card > a:hover {
  background: var(--accent-soft);
}

.compact-card > a:active,
.magazine-cover > a:active,
.section-link:active {
  transform: translateY(1px);
}

.compact-card h3,
.magazine-cover h3,
.list-rail h3,
.news-item h4 {
  margin: 0;
  line-height: 1.52;
  text-wrap: pretty;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.compact-card h3 {
  font-size: clamp(1rem, 1vw, 1.18rem);
}

.meta-line,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.48rem;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.pillar-badge,
.chip-row span,
.chip-row a {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  padding: 0.12rem 0.45rem;
  line-height: 1.2;
}

.pillar-badge {
  border-color: color-mix(in srgb, var(--accent), white 35%);
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.72rem;
}

.chip-row span {
  background: #f5f3ee;
  color: var(--muted);
}

.chip-row a {
  background: #f5f3ee;
  color: var(--accent);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.chip-row a:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.card-taxonomy-stack {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.6rem;
}

.card-taxonomy-stack > .chip-row {
  margin: 0;
}

.topic-chip-row span,
.topic-chip-row a {
  border-color: color-mix(in srgb, var(--accent), white 28%);
  background: var(--accent-soft);
  color: var(--accent);
}

.tag-chip-row span,
.tag-chip-row a {
  border-color: #b9a56f;
  background: #fff8e7;
  color: #6b5426;
}

.tag-chip-row a:hover {
  border-color: #6b5426;
  background: #f4e4bc;
}

.brand-chip-row {
  gap: 0.42rem;
}

.brand-chip-row .brand-chip {
  gap: 0.42rem;
  min-height: 1.85rem;
  padding: 0.18rem 0.52rem 0.18rem 0.22rem;
  background: var(--paper);
}

.brand-chip img,
.brand-chip i {
  flex: 0 0 auto;
  width: 1.38rem;
  height: 1.38rem;
  border: 1px solid var(--line);
  background: #f5f3ee;
}

.brand-chip img {
  object-fit: contain;
}

.brand-chip i {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  font-family: var(--serif);
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1;
}

.brand-chip b {
  color: var(--muted);
  font-weight: 500;
  line-height: 1.2;
}

.chip-row a.brand-chip:hover b {
  color: var(--accent);
}

.section-block {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 47rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.8rem);
}

.section-heading--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.5vw, 5.6rem);
  line-height: 1;
  text-wrap: balance;
}

.section-heading p:last-child {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-link,
.text-link {
  color: var(--accent);
  font-weight: 600;
}

.news-tag-cloud {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: start;
  padding-block: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.news-tag-cloud h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.18;
}

.news-tag-cloud p:not(.eyebrow) {
  max-width: 34rem;
  color: var(--muted);
}

.news-tag-cloud__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.news-tag-cloud__grid a {
  display: inline-grid;
  align-items: center;
  min-height: 2.25rem;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  padding: 0.35rem 0.75rem;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 600;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.news-tag-cloud__grid a:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.news-tag-cloud__grid a:active {
  transform: translateY(1px);
}

.week-digest {
  border-top: 1px solid var(--ink);
}

.day-group {
  border-bottom: 1px solid var(--line);
}

.day-group summary,
.day-summary {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) auto;
  gap: clamp(0.85rem, 2vw, 2rem);
  align-items: center;
  min-height: 4.65rem;
  padding: 0.55rem 0.2rem;
  list-style: none;
  cursor: pointer;
  transition: background 160ms ease;
}

.day-group summary:hover {
  background: color-mix(in srgb, var(--accent-soft), transparent 35%);
}

.day-group--static .day-summary {
  cursor: default;
}

.day-group[open] summary {
  border-bottom: 1px solid var(--line);
}

.day-group summary::-webkit-details-marker {
  display: none;
}

.day-group summary::after {
  content: none;
}

.day-date {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  min-width: 0;
}

.day-state {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.65rem;
}

.day-group time {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1;
}

.day-group small,
.day-count {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.day-count {
  display: inline-grid;
  min-width: 2.6rem;
  min-height: 1.75rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  padding: 0 0.45rem;
}

.day-toggle {
  display: inline-grid;
  min-width: 3.25rem;
  min-height: 1.8rem;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--accent);
  font-size: 0.72rem;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.day-toggle::before {
  content: "開く";
}

.day-group[open] .day-toggle {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper);
}

.day-group[open] .day-toggle::before {
  content: "閉じる";
}

.day-news {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.35rem);
  padding: clamp(1rem, 1.8vw, 1.35rem) 0 clamp(1.8rem, 3vw, 2.6rem) min(18vw, 16rem);
}

.week-digest--static .day-news {
  padding-left: min(14vw, 16rem);
}

.news-item {
  border: 1px solid var(--line);
  padding: clamp(1.25rem, 2.3vw, 2rem);
  margin: 0;
}

.news-item--condensed {
  padding: clamp(1.1rem, 2vw, 1.65rem);
}

.news-item__body {
  max-width: 58rem;
}

.news-item h4 {
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
}

.source-line {
  margin: 0.55rem 0 1.1rem;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.76rem;
}

.news-item p:not(.source-line) {
  max-width: 68ch;
  color: #3f3d39;
}

.news-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0;
}

.news-brand-card {
  display: inline-grid;
  grid-template-columns: 42px minmax(0, auto);
  align-items: center;
  gap: 0.6rem;
  min-height: 48px;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0.25rem 0.7rem 0.25rem 0.25rem;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.news-brand-card:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.news-brand-card:active {
  transform: translateY(1px);
}

.news-brand-card img,
.news-brand-card__fallback {
  width: 42px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #f5f3ee;
}

.news-brand-card__fallback {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1;
}

.related-callout {
  display: grid;
  gap: 0.75rem;
  max-width: 62rem;
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.related-callout__group {
  display: grid;
  grid-template-columns: minmax(6.4rem, 0.24fr) minmax(0, 1fr);
  gap: 0.75rem 1rem;
  align-items: start;
}

.related-callout__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  min-width: 0;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.35;
}

.related-callout__heading small {
  color: var(--faint);
  font-size: 0.68rem;
  white-space: nowrap;
}

.related-callout__links {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.related-callout a,
.related-callout__step {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.42rem;
  justify-self: start;
  min-width: 0;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.related-callout__step::before {
  content: "→";
  color: var(--faint);
  font-family: var(--mono);
}

.list-rail {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.list-rail .rail-card {
  background: var(--bg);
}

.list-rail .rail-card > a {
  display: grid;
  grid-template-columns: minmax(160px, 255px) minmax(0, 1fr);
  grid-template-areas:
    "thumb meta"
    "thumb title"
    "thumb chips";
  gap: 0.65rem clamp(1rem, 3vw, 2.8rem);
  align-items: center;
  padding: clamp(1rem, 2vw, 1.6rem) 0;
}

.list-rail .rail-card > a:not(:has(img)) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "meta"
    "title"
    "chips";
}

.list-rail .rail-card > a > img {
  grid-area: thumb;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
}

.list-rail .meta-line {
  grid-area: meta;
  align-self: end;
}

.list-rail h3 {
  grid-area: title;
  max-width: 55rem;
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 2rem);
}

.list-rail .chip-row {
  grid-area: auto;
  align-self: start;
}

.list-rail .card-taxonomy-stack {
  grid-area: chips;
  align-self: start;
}

.magazine-shelf {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 300px);
  gap: clamp(1rem, 2vw, 1.5rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  padding: 0.25rem 0 1.4rem;
}

.magazine-cover {
  scroll-snap-align: start;
  min-width: 0;
  background: transparent;
}

.magazine-cover > a {
  display: grid;
  gap: 0.82rem;
  height: 100%;
  transition: transform 180ms ease;
}

.magazine-cover > a:hover {
  transform: translateY(-5px);
}

.magazine-cover > a > img {
  width: 100%;
  aspect-ratio: 3 / 4.3;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  box-shadow: 0 22px 36px rgba(38, 35, 28, 0.09);
  background: var(--paper);
}

.shelf-label {
  align-self: start;
  width: fit-content;
  border: 1px solid color-mix(in srgb, var(--accent), white 35%);
  color: var(--accent);
  padding: 0.18rem 0.5rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.2;
}

.magazine-cover .meta-line {
  margin-top: -0.3rem;
}

.magazine-cover h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.32rem);
  line-height: 1.48;
  text-wrap: pretty;
}

.article-sample {
  padding: clamp(5rem, 9vw, 9rem) 0;
  border-top: 1px solid var(--line);
}

.article-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.86fr);
  gap: clamp(2.5rem, 6vw, 6.8rem);
  align-items: center;
  min-height: clamp(520px, calc(100dvh - 150px), 760px);
}

.breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.article-header > div,
.article-header > .meta-line,
.article-header > h1,
.article-header > h2,
.article-header > .chip-row {
  grid-column: 1;
}

.article-header > div {
  align-self: center;
  padding-block: clamp(2rem, 5vw, 5rem);
}

.article-header h1,
.article-header h2 {
  margin: 0.8rem 0 1rem;
  max-width: 11em;
  font-size: clamp(2.15rem, 4.2vw, 4.9rem);
  line-height: 1.12;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.article-header__relations {
  display: grid;
  gap: 0.75rem;
  margin-top: clamp(1rem, 2vw, 1.35rem);
}

.relation-group {
  display: grid;
  grid-template-columns: minmax(6rem, auto) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.relation-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.article-header__relations .chip-row {
  gap: 0.42rem;
}

.article-header__relations .chip-row span,
.article-header__relations .chip-row a {
  min-height: 1.85rem;
  background: var(--paper);
}

.article-header__relations .topic-chip-row span,
.article-header__relations .topic-chip-row a {
  background: var(--accent-soft);
}

.article-header__relations .tag-chip-row span,
.article-header__relations .tag-chip-row a {
  border-style: dashed;
  background: #fff8e7;
  color: #6b5426;
}

.relation-group--tags .relation-label {
  color: #6b5426;
}

.article-header__relations .brand-chip {
  min-height: 2rem;
  padding: 0.18rem 0.55rem 0.18rem 0.2rem;
}

.article-header__relations .brand-chip img,
.article-header__relations .brand-chip i {
  width: 1.35rem;
  height: 1.35rem;
}

.article-header > img {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(0.85);
}

.article-body {
  max-width: 700px;
  margin: clamp(3rem, 7vw, 6rem) auto 0;
}

.article-body p {
  color: #34312e;
}

.article-lead {
  font-size: clamp(1.18rem, 1vw, 1.38rem);
  line-height: 1.9;
}

.brief-grid {
  margin: 2.4rem 0;
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.brief-grid div {
  background: var(--paper);
  padding: 1rem 1.1rem;
}

.brief-grid dt {
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.brief-grid dd {
  margin: 0;
}

.article-body h3 {
  margin-top: 3.5rem;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 1.28;
}

.question-box,
.library-section,
.source-section {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink);
}

.article-body > .source-section,
.article-body > .article-module.source-section {
  padding-top: 0;
  border-top: 0;
}

.question-box h4,
.library-section h4,
.source-section h4 {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 1rem;
}

.question-box ul {
  margin: 0;
  padding-left: 1.2rem;
}

.library-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
}

.library-card img {
  width: 96px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--line);
}

.library-card h5 {
  margin: 0.55rem 0 0.4rem;
  font-size: 1.05rem;
  line-height: 1.45;
}

.library-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.source-list,
.primary-source-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list li {
  position: relative;
  padding: 1.15rem 0 1.15rem 1.35rem;
  border-bottom: 1px solid var(--line-strong);
}

.source-list li:last-child,
.primary-source-list li:last-child {
  border-bottom: 0;
}

.source-list li::before,
.primary-source-list li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 1.58rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: var(--line-strong);
}

.source-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0.38rem;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.source-list a,
.primary-source-list a {
  color: #005ad1;
  text-decoration: none;
}

.source-list a:hover,
.primary-source-list a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.source-section h5 {
  margin: 2.4rem 0 0.85rem;
  font-size: 1rem;
}

.primary-source-list li {
  position: relative;
  padding-left: 1.35rem;
  line-height: 1.7;
}

.share-actions {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin: 2.5rem 0;
}

.share-actions a,
.share-actions button {
  display: inline-grid;
  place-items: center;
  min-width: 2.7rem;
  height: 2.7rem;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 0.68rem;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
}

.share-actions a:hover,
.share-actions button:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.share-actions button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.share-actions button.is-copied {
  background: var(--accent);
}

.copy-toast {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 20;
  max-width: min(88vw, 22rem);
  padding: 0.78rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(21, 21, 21, 0.94);
  color: var(--paper);
  font-size: 0.9rem;
  line-height: 1.35;
  box-shadow: 0 18px 44px rgba(38, 35, 28, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.8rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.copy-toast.is-error {
  background: #683336;
}

.author-box {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 1.5rem);
  align-items: start;
  margin-top: 3.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--line);
}

.author-box__avatar img,
.author-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.author-box__avatar img {
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--line-strong), transparent 24%);
  background: var(--paper);
}

.author-avatar {
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 50% 35%, rgba(63, 90, 69, 0.16), transparent 42%),
    var(--paper);
  color: var(--accent);
  font-family: var(--serif);
  font-size: 2.25rem;
  box-shadow: inset 0 0 0 5px rgba(251, 250, 247, 0.9);
}

.author-box__content {
  min-width: 0;
}

.author-box__label {
  margin: 0 0 0.18rem;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.author-box h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.35;
}

.author-box__bio p {
  margin: 0 0 0.65rem;
  color: var(--ink);
  line-height: 1.8;
}

.author-box__bio p:last-child {
  margin-bottom: 0;
}

.author-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-top: 1rem;
}

.author-socials a {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 2.15rem;
  padding: 0.48rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--paper), var(--accent-soft) 34%);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.author-socials a:hover {
  border-color: var(--line-strong);
  background: var(--paper);
  transform: translateY(-1px);
}

.author-socials svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.related-articles {
  max-width: 1140px;
  margin: clamp(4rem, 7vw, 6rem) auto 0;
}

.related-articles > h2,
.related-articles > h3 {
  margin: 0 0 1.8rem;
  padding-bottom: 0.45rem;
  border-bottom: 4px solid var(--ink);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.related-grid article {
  border: 1px solid var(--line-strong);
  background: var(--paper);
}

.related-grid article > a {
  display: grid;
  gap: 0.85rem;
  padding: clamp(0.9rem, 1.6vw, 1.15rem);
  min-height: 100%;
}

.related-grid article > a > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
}

.related-grid h3,
.related-grid h4 {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.52;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.brand-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.brand-article-grid article {
  border: 1px solid var(--line);
  background: var(--paper);
}

.brand-article-grid article > a {
  display: grid;
  gap: 0.78rem;
  min-height: 100%;
  padding: clamp(0.85rem, 1.4vw, 1.05rem);
}

.brand-article-grid article > a > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
}

.brand-article-grid h3,
.brand-article-grid h4 {
  margin: 0;
  font-size: clamp(0.98rem, 1.1vw, 1.16rem);
  line-height: 1.52;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.brand-article-grid .brand-chip-row {
  gap: 0.32rem;
}

.brand-article-grid .brand-chip-row .brand-chip {
  min-height: 1.55rem;
  padding: 0.14rem 0.42rem 0.14rem 0.18rem;
}

.brand-article-grid .brand-chip img,
.brand-article-grid .brand-chip i {
  width: 1.1rem;
  height: 1.1rem;
}

.brand-article-grid .brand-chip b {
  font-size: 0.68rem;
}

.load-more-control {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  margin-top: clamp(1.6rem, 3vw, 2.3rem);
}

.load-more-button {
  min-width: 11rem;
  min-height: 2.85rem;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--paper);
  padding: 0.55rem 1.4rem;
  font-family: var(--sans);
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.load-more-button:hover {
  background: var(--ink);
}

.load-more-button:active {
  transform: translateY(1px);
}

.load-more-button:disabled {
  cursor: progress;
  opacity: 0.62;
}

.load-more-status {
  min-height: 1.2em;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 1.5fr);
  gap: 2rem;
  padding: 3rem 0;
  border-top: 1px solid var(--line);
}

.footer-navs {
  display: grid;
  gap: 0.75rem;
  justify-items: end;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.8rem 1.4rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer .footer-legal {
  font-size: 0.82rem;
  color: var(--faint);
}

.global-nav li,
.site-footer nav li {
  list-style: none;
}

.archive-hero {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.archive-hero h1 {
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  line-height: 0.95;
}

.archive-hero p:last-child {
  max-width: 42rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: clamp(1.3rem, 3vw, 2.4rem);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.74rem;
}

.breadcrumb a::after {
  content: "/";
  margin-left: 0.45rem;
  color: var(--line-strong);
}

.archive-list {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.archive-empty {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.8rem;
  max-width: 48rem;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.archive-empty h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  line-height: 1.25;
}

.archive-empty p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
}

.archive-grid .rail-card,
.related-grid .rail-card,
.archive-grid .magazine-cover,
.brand-archive-card,
.library-archive-card {
  border: 1px solid var(--line);
  background: var(--paper);
}

.archive-grid .rail-card > a,
.related-grid .rail-card > a,
.archive-grid .magazine-cover > a,
.brand-archive-card > a,
.library-archive-card > a {
  display: grid;
  gap: 0.85rem;
  padding: clamp(0.9rem, 1.7vw, 1.2rem);
}

.archive-grid .rail-card > a > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.archive-grid .magazine-cover > a > img {
  aspect-ratio: 3 / 4.3;
}

.brand-archive-card > a > img,
.brand-archive-card > a > i {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #f5f3ee;
  padding: clamp(0.85rem, 2vw, 1.6rem);
}

.brand-archive-card > a > i {
  display: grid;
  place-items: center;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(3.5rem, 8vw, 8rem);
  font-style: normal;
  line-height: 1;
}

.library-archive-card > a > img {
  width: min(100%, 240px);
  aspect-ratio: 3 / 4;
  object-fit: contain;
  justify-self: start;
  border: 1px solid var(--line);
  background: #f5f3ee;
  padding: 0.3rem;
}

.archive-grid .rail-card h3,
.related-grid .rail-card h3,
.archive-grid .magazine-cover h3,
.brand-archive-card h2,
.library-archive-card h2 {
  margin: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.52;
  word-break: normal;
  line-break: strict;
}

.brand-archive-card p,
.library-archive-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.library-media-type {
  display: grid;
  gap: 0.3rem;
}

.library-media-type > span:first-child {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.library-media-type .chip-row {
  margin: 0;
}

.archive-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: start;
  padding-block: clamp(1.8rem, 4vw, 3rem);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.archive-intro h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.18;
}

.archive-intro p {
  max-width: 48rem;
  margin: 0;
  color: var(--muted);
}

.archive-intro ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-intro li {
  border-left: 2px solid var(--accent);
  padding-left: 0.85rem;
  color: var(--ink);
  font-weight: 600;
}

.archive-keyword-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.keyword-card {
  border: 1px solid var(--line);
  background: var(--paper);
}

.keyword-card > a {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 11.5rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
}

.keyword-card h2 {
  margin: 0;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.38;
}

.keyword-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.article-body {
  max-width: 700px;
  margin: clamp(2.5rem, 6vw, 5rem) auto 0;
}

.article-body > * + * {
  margin-top: 1.35rem;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.article-module__body {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.article-body figure,
.article-body .wp-block-image,
.article-body .wp-block-image figure,
.article-body .wp-caption,
.article-module__body figure,
.article-module__body .wp-block-image,
.article-module__body .wp-caption {
  max-width: 100%;
}

.article-body img,
.article-module__body img,
.article-body video,
.article-module__body video,
.article-body iframe,
.article-module__body iframe {
  max-width: 100%;
}

.article-body img,
.article-module__body img {
  width: 100%;
  height: auto;
}

.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  overscroll-behavior-inline: contain;
}

.table-scroll table,
.article-body table,
.article-module__body table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  font-size: 0.94rem;
  line-height: 1.75;
}

.article-body th,
.article-module__body th {
  border: 1px solid color-mix(in srgb, var(--accent), black 15%);
  background: var(--accent);
  color: var(--paper);
  padding: 0.58rem 0.75rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.article-body td,
.article-module__body td {
  min-width: 8.5rem;
  border: 1px solid var(--line-strong);
  padding: 0.58rem 0.75rem;
  color: #26231f;
  vertical-align: top;
}

.article-body tr:nth-child(even) td,
.article-module__body tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.48);
}

.article-body blockquote,
.article-module__body blockquote {
  margin: clamp(1.6rem, 3vw, 2.4rem) 0;
  padding: clamp(1.05rem, 2.4vw, 1.45rem) clamp(1.1rem, 2.4vw, 1.6rem);
  border-left: 4px solid var(--accent);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent-soft), white 12%), rgba(255, 255, 255, 0.56));
  color: #2a2925;
  font-size: 1.02rem;
  line-height: 1.9;
}

.article-body blockquote > *:first-child,
.article-module__body blockquote > *:first-child {
  margin-top: 0;
}

.article-body blockquote > *:last-child,
.article-module__body blockquote > *:last-child {
  margin-bottom: 0;
}

.article-body code,
.article-module__body code {
  border: 1px solid var(--line);
  background: #f2f0ea;
  padding: 0.08rem 0.32rem;
  color: #2d3f31;
  font-family: var(--mono);
  font-size: 0.92em;
}

.article-body pre,
.article-module__body pre {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid color-mix(in srgb, var(--ink), white 25%);
  background: #20231f;
  color: #f7f4eb;
  padding: clamp(1rem, 2vw, 1.35rem);
  font-family: var(--mono);
  font-size: 0.92rem;
  line-height: 1.8;
  white-space: pre;
}

.article-body pre code,
.article-module__body pre code {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

.article-module {
  margin-top: clamp(2.2rem, 4vw, 3.6rem);
}

.article-body > h2,
.article-module h2,
.source-section h2 {
  position: relative;
  margin: 0 0 clamp(1.35rem, 2.6vw, 2rem);
  padding: 0 0 clamp(1rem, 2vw, 1.35rem);
  border: 0;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
}

.article-body > h2 {
  margin-top: clamp(4.4rem, 7vw, 6rem);
}

.article-body > h2::before,
.article-module h2::before,
.source-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: clamp(3.2rem, 9vw, 5.4rem);
  height: 3px;
  background: var(--accent);
}

.article-body > h2::after,
.article-module h2::after,
.source-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: color-mix(in srgb, var(--line-strong), transparent 18%);
}

.article-lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2rem, 4vw, 3rem) 0;
  border: 1px solid var(--line-strong);
  background: var(--paper);
}

.fact-grid__item {
  --fact-card-accent: var(--accent);
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.85rem;
  min-height: 15rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.fact-grid__item:last-child {
  border-right: 0;
}

.fact-grid__item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--fact-card-accent);
}

.fact-grid__item::after {
  content: "";
  position: absolute;
  right: -2.8rem;
  top: -2.8rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid color-mix(in srgb, var(--fact-card-accent), transparent 56%);
  transform: rotate(45deg);
}

.fact-grid__item--insight {
  --fact-card-accent: #7a4e2f;
}

.fact-grid__item--impact {
  --fact-card-accent: #2f5d6f;
}

.fact-grid__number {
  color: color-mix(in srgb, var(--fact-card-accent), white 46%);
  font-family: var(--mono);
  font-size: clamp(2.35rem, 4vw, 4.05rem);
  font-weight: 700;
  line-height: 0.85;
}

.fact-grid__heading {
  display: grid;
  gap: 0.18rem;
}

.fact-grid__label {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  font-weight: 800;
  line-height: 1.22;
}

.fact-grid__heading small {
  color: var(--fact-card-accent);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.fact-grid p {
  margin: 0;
  color: #26231f;
  line-height: 1.9;
}

.library-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 75%;
  grid-template-columns: none;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  padding-bottom: 1rem;
}

.library-grid .library-card {
  display: block;
  grid-template-columns: none;
  gap: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  scroll-snap-align: start;
}

.library-grid .library-card > a {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  grid-template-areas:
    "image meta"
    "image type"
    "image title"
    "image text"
    "image why";
  gap: 0.5rem 1.2rem;
  align-items: start;
  min-height: 100%;
  padding: clamp(0.95rem, 1.6vw, 1.2rem);
}

.library-grid .library-card img {
  grid-area: image;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #f5f3ee;
  padding: 0.25rem;
}

.library-grid .library-card .meta-line {
  grid-area: meta;
}

.library-grid .library-card .library-media-type {
  grid-area: type;
}

.library-grid .library-card h3 {
  grid-area: title;
  margin: 0;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.library-grid .library-card p {
  grid-area: text;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.library-grid .library-card .library-why {
  grid-area: why;
  border-left: 2px solid var(--accent);
  padding-left: 0.75rem;
}

.related-grid .brand-chip-row {
  gap: 0.32rem;
}

.related-grid .brand-chip-row .brand-chip {
  min-height: 1.55rem;
  padding: 0.14rem 0.42rem 0.14rem 0.18rem;
}

.related-grid .brand-chip img,
.related-grid .brand-chip i {
  width: 1.1rem;
  height: 1.1rem;
}

.related-grid .brand-chip b {
  font-size: 0.68rem;
}

.about-card {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
}

.about-card h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.entity-header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  min-height: clamp(460px, 62dvh, 680px);
}

.entity-header__copy {
  min-width: 0;
}

.entity-header h1 {
  margin: 0.35rem 0 1rem;
  max-width: 11em;
  font-size: clamp(2.8rem, 6vw, 6.4rem);
  line-height: 0.98;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.entity-lead {
  max-width: 48rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.2vw, 1.28rem);
  line-height: 1.85;
}

.entity-header__image,
.entity-header__mark {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #f5f3ee;
}

.entity-single--brand .entity-header__image,
.entity-single--brand .entity-header__mark {
  aspect-ratio: 1;
  object-fit: contain;
  padding: clamp(1rem, 3vw, 2.2rem);
}

.entity-single--library .entity-header__image,
.entity-single--library .entity-header__mark {
  aspect-ratio: 3 / 4;
  max-width: min(100%, 430px);
  justify-self: center;
}

.entity-header__image {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.entity-single--brand .entity-header__image {
  object-fit: contain;
}

.entity-single--library .entity-header__image {
  object-fit: contain;
}

.entity-header__mark {
  display: grid;
  place-items: center;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(5rem, 12vw, 12rem);
  line-height: 1;
}

.entity-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(2rem, 4vw, 3rem) 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.entity-facts div {
  min-width: 0;
  background: var(--paper);
  padding: clamp(0.95rem, 1.7vw, 1.25rem);
}

.entity-facts dt {
  margin: 0 0 0.35rem;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.entity-facts dd {
  margin: 0;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.entity-news-section {
  max-width: 1140px;
  margin: clamp(4rem, 7vw, 6rem) auto 0;
}

.entity-news-section > h2 {
  margin: 0 0 1.4rem;
  padding-bottom: 0.45rem;
  border-bottom: 4px solid var(--ink);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: 1.25;
}

.back-to-top {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 11;
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  border: 1px solid color-mix(in srgb, var(--line-strong), transparent 16%);
  border-radius: 6px;
  background: rgba(251, 250, 247, 0.96);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(38, 35, 28, 0.14);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    background 180ms ease,
    color 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--ink);
  color: var(--paper);
}

.back-to-top:active {
  transform: translateY(1px) scale(0.98);
}

.back-to-top span[aria-hidden="true"] {
  margin-top: -0.16rem;
  font-family: var(--mono);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1;
}

.back-to-top__label {
  margin-top: -0.28rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
}

.has-article-toc-open .back-to-top {
  opacity: 0;
  pointer-events: none;
}

.js-image-modal-trigger {
  cursor: zoom-in;
}

.js-article-heading {
  scroll-margin-top: 104px;
}

.has-article-toc-open {
  overflow: hidden;
}

.article-toc,
.article-toc-scrim,
.article-toc-toggle {
  --toc-progress: 0%;
  display: none;
}

.article-toc {
  position: fixed;
  --toc-marker-track: 1.32rem;
  --toc-marker-center: calc(var(--toc-marker-track) / 2);
  --toc-dot-size: 7px;
  --toc-text-gap: 0.56rem;
  --toc-h3-indent: 0.7rem;
  --toc-h4-indent: 1.35rem;
  font-family: var(--sans);
}

.article-toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.article-toc__label {
  margin: 0;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.article-toc__close {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  min-height: 2.3rem;
  padding: 0.35rem 0.65rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.article-toc__nav {
  position: relative;
}

.article-toc__progress {
  position: absolute;
  top: 0.52rem;
  bottom: 0.52rem;
  left: calc(var(--toc-marker-center) - 0.5px);
  width: 1px;
  overflow: hidden;
  background: color-mix(in srgb, var(--line), transparent 20%);
}

.article-toc__progress span {
  display: block;
  width: 100%;
  height: var(--toc-progress);
  background: var(--accent);
  transition: height 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.article-toc__list {
  display: grid;
  gap: 0.08rem;
  list-style: none;
  margin: 0;
  padding: 0.15rem 0;
}

.article-toc__item {
  min-width: 0;
}

.article-toc__link {
  display: grid;
  grid-template-columns: var(--toc-marker-track) minmax(0, 1fr);
  gap: var(--toc-text-gap);
  align-items: start;
  min-height: 2rem;
  border-radius: 6px;
  padding: 0.34rem 0.5rem 0.34rem 0;
  color: var(--muted);
  transition:
    background 180ms cubic-bezier(0.16, 1, 0.3, 1),
    color 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.article-toc__dot {
  width: var(--toc-dot-size);
  height: var(--toc-dot-size);
  justify-self: center;
  margin-top: 0.54rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--bg);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.article-toc__text {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.78rem;
  line-height: 1.55;
}

.article-toc__item--h3 .article-toc__text {
  color: var(--faint);
  font-size: 0.74rem;
  padding-left: var(--toc-h3-indent);
}

.article-toc__item--h4 .article-toc__text {
  color: var(--faint);
  font-size: 0.7rem;
  padding-left: var(--toc-h4-indent);
}

.article-toc__item.is-active .article-toc__link {
  background: color-mix(in srgb, var(--accent-soft), transparent 12%);
  color: var(--ink);
}

.article-toc__item.is-active .article-toc__dot {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent-soft), white 16%);
}

.article-toc__item.is-active .article-toc__text {
  color: inherit;
  font-weight: 700;
}

@media (min-width: 1180px) {
  .article-toc {
    top: 104px;
    right: max(24px, calc((100vw - 1440px) / 2 + 24px));
    z-index: 4;
    display: block;
    width: clamp(184px, 15vw, 236px);
    max-height: calc(100dvh - 128px);
    padding: 0.1rem 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
      opacity 180ms ease,
      transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .article-toc.is-reading {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .article-toc__header {
    margin-bottom: 0.8rem;
    padding-left: 1.08rem;
  }

  .article-toc__close {
    display: none;
  }

  .article-toc__nav {
    max-height: calc(100dvh - 168px);
    overflow-y: auto;
    padding-right: 0.2rem;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--line-strong) transparent;
  }

  .article-toc__list {
    padding-left: 0.02rem;
  }
}

@media (max-width: 1179px) {
  .article-toc {
    inset: 0 0 0 auto;
    z-index: 18;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(84vw, 380px);
    padding:
      calc(1.15rem + env(safe-area-inset-top))
      calc(1.15rem + env(safe-area-inset-right))
      calc(1.35rem + env(safe-area-inset-bottom))
      1.15rem;
    --toc-marker-track: 1.4rem;
    --toc-dot-size: 8px;
    --toc-text-gap: 0.65rem;
    --toc-h3-indent: 0.82rem;
    --toc-h4-indent: 1.55rem;
    background: #1f211e;
    color: #f8f4ea;
    box-shadow: -28px 0 70px rgba(21, 21, 21, 0.28);
    transform: translateX(104%);
    transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .article-toc.is-open {
    transform: translateX(0);
  }

  .article-toc__header {
    display: block;
    min-height: 3.25rem;
    border-bottom: 1px solid rgba(248, 244, 234, 0.14);
    padding-bottom: 0.85rem;
  }

  .article-toc__label {
    color: #ffffff;
  }

  .article-toc__close {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 19;
    min-width: 6.2rem;
    min-height: 3.15rem;
    padding: 0.75rem 1.05rem;
    border-color: rgba(248, 244, 234, 0.82);
    background: #f8f4ea;
    color: #181a17;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  }

  .article-toc__nav {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.95rem 0 calc(5.5rem + env(safe-area-inset-bottom));
    scrollbar-width: thin;
    scrollbar-color: rgba(248, 244, 234, 0.32) transparent;
  }

  .article-toc__progress {
    top: 1.48rem;
    bottom: 2rem;
    background: rgba(248, 244, 234, 0.18);
  }

  .article-toc__progress span {
    background: #f8f4ea;
  }

  .article-toc__link {
    min-height: 2.35rem;
    padding: 0.48rem 0.72rem 0.48rem 0;
    color: rgba(248, 244, 234, 0.66);
  }

  .article-toc__dot {
    margin-top: 0.68rem;
    border-color: rgba(248, 244, 234, 0.38);
    background: #565951;
  }

  .article-toc__item--h3 .article-toc__text,
  .article-toc__item--h4 .article-toc__text {
    color: rgba(248, 244, 234, 0.54);
  }

  .article-toc__item.is-active .article-toc__link {
    background: #f8f4ea;
    color: #181a17;
    transform: none;
  }

  .article-toc__item.is-active .article-toc__dot {
    border-color: #181a17;
    background: #181a17;
    box-shadow: 0 0 0 2px #f8f4ea;
  }

  .article-toc-scrim {
    position: fixed;
    inset: 0;
    z-index: 17;
    display: block;
    border: 0;
    background: rgba(21, 21, 21, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .article-toc-scrim.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .article-toc-toggle {
    position: fixed;
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(84px + env(safe-area-inset-bottom));
    z-index: 12;
    display: grid;
    place-items: center;
    width: 44px;
    min-height: 126px;
    border: 1px solid color-mix(in srgb, var(--line-strong), transparent 18%);
    border-radius: 6px;
    background: rgba(251, 250, 247, 0.96);
    color: var(--ink);
    box-shadow: 0 16px 42px rgba(38, 35, 28, 0.14);
    cursor: pointer;
    transition:
      opacity 180ms ease,
      transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .article-toc-toggle:active {
    transform: translateY(1px) scale(0.98);
  }

  .article-toc-toggle__progress {
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 6px 0 0 6px;
    background:
      linear-gradient(
        to bottom,
        var(--accent) 0,
        var(--accent) var(--toc-progress),
        var(--line) var(--toc-progress),
        var(--line) 100%
      );
  }

  .article-toc-toggle__label {
    writing-mode: vertical-rl;
    color: var(--ink);
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .has-article-toc-open .article-toc-toggle {
    opacity: 0;
    pointer-events: none;
  }

  .back-to-top {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 380px) {
  .article-toc {
    width: min(88vw, 350px);
  }

  .article-toc-toggle {
    width: 40px;
    min-height: 118px;
  }

  .back-to-top {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top,
  .article-toc,
  .article-toc-scrim,
  .article-toc-toggle,
  .article-toc__progress span,
  .article-toc__link,
  .article-toc__dot {
    transition: none;
  }
}

.has-image-modal {
  overflow: hidden;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(18, 18, 16, 0.86);
}

.image-modal.is-open {
  display: grid;
  place-items: center;
}

.image-modal__stage {
  width: min(96vw, 1280px);
  height: min(86dvh, 900px);
  display: grid;
  place-items: center;
  overflow: auto;
  cursor: zoom-out;
}

.image-modal__stage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  background: var(--paper);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.image-modal.is-zoomed .image-modal__stage {
  place-items: start center;
  cursor: move;
}

.image-modal.is-zoomed .image-modal__stage img {
  max-width: none;
  max-height: none;
  width: min(1600px, 160vw);
}

.image-modal__close,
.image-modal__zoom {
  position: fixed;
  top: clamp(0.8rem, 2vw, 1.4rem);
  z-index: 21;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(251, 250, 247, 0.94);
  color: var(--ink);
  min-height: 2.75rem;
  padding: 0.45rem 0.75rem;
  font-family: var(--sans);
  font-weight: 700;
  cursor: pointer;
}

.image-modal__close {
  right: clamp(0.8rem, 2vw, 1.4rem);
  min-width: 2.75rem;
  font-size: 1.35rem;
  line-height: 1;
}

.image-modal__zoom {
  right: clamp(4rem, 6vw, 5rem);
  font-size: 0.82rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.5rem;
}

.nav-links a,
.nav-links span {
  border: 1px solid var(--line);
  padding: 0.45rem 0.7rem;
}

.nav-links .current {
  background: var(--ink);
  color: var(--paper);
}

@media (max-width: 1040px) {
  .hero,
  .latest-grid,
  .article-header {
    grid-template-columns: 1fr;
  }

  .article-header,
  .entity-header {
    min-height: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero__copy {
    padding-top: 2rem;
  }

  .latest-grid {
    max-width: 780px;
  }

  .featured-pair {
    grid-template-columns: 1fr;
  }

  .article-header > img {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 16 / 9;
  }

  .entity-header {
    grid-template-columns: 1fr;
  }

  .day-news {
    padding-left: 0;
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-article-grid,
  .archive-grid,
  .archive-keyword-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-tag-cloud,
  .archive-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header__inner,
  .site-footer,
  .hero,
  .section-block,
  .article-sample {
    width: min(100% - 32px, 1440px);
  }

  .site-header__inner {
    min-height: 68px;
    grid-template-columns: 1fr auto;
  }

  .global-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav summary {
    display: grid;
    gap: 4px;
    width: 44px;
    height: 44px;
    align-content: center;
    justify-content: center;
    list-style: none;
    cursor: pointer;
    border: 1px solid var(--line);
    background: var(--paper);
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    width: 16px;
    height: 1px;
    background: var(--ink);
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 0.7rem);
    right: 0;
    width: min(82vw, 320px);
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .mobile-nav nav a {
    padding: 0.75rem 0.3rem;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .featured-pair {
    grid-template-columns: 1fr;
  }

  .lead-card > a > img {
    aspect-ratio: 16 / 9;
  }

  .lead-card .meta-line,
  .lead-card h2,
  .lead-card .chip-row {
    margin-left: clamp(1rem, 5vw, 1.35rem);
    margin-right: clamp(1rem, 5vw, 1.35rem);
  }

  .lead-card h2 {
    width: calc(100% - clamp(2.3rem, 12vw, 3.1rem));
    font-size: clamp(1.16rem, 4.9vw, 1.52rem);
  }

  .compact-stack,
  .lead-card {
    border-left: 0;
    border-right: 0;
  }

  .section-heading--row {
    display: grid;
    align-items: start;
  }

  .day-group {
    border-bottom-color: var(--line);
  }

  .day-group summary,
  .day-summary {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
    min-height: 0;
    padding: 1rem 0;
  }

  .day-date {
    display: grid;
    gap: 0.35rem;
  }

  .day-state {
    grid-column: 2 / 3;
    grid-row: 1;
    gap: 0.45rem;
  }

  .day-toggle {
    min-width: 2.9rem;
  }

  .day-count {
    min-width: 2.35rem;
  }

  .day-news {
    padding: 0.2rem 0 1.4rem;
  }

  .week-digest--static .day-news {
    padding-left: 0;
  }

  .news-item {
    padding: 1rem;
  }

  .related-callout__group {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .list-rail .rail-card > a {
    grid-template-columns: 1fr;
    grid-template-areas:
      "thumb"
      "meta"
      "title"
      "chips";
  }

  .magazine-shelf {
    grid-auto-columns: minmax(220px, 78vw);
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .brand-article-grid,
  .archive-grid,
  .archive-keyword-grid {
    grid-template-columns: 1fr;
  }

  .fact-grid {
    grid-template-columns: 1fr;
  }

  .fact-grid__item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fact-grid__item:last-child {
    border-bottom: 0;
  }

  .article-body > h2,
  .article-module h2,
  .source-section h2 {
    padding-bottom: 0.95rem;
    font-size: clamp(1.82rem, 8vw, 2.58rem);
    line-height: 1.2;
  }

  .article-header h1,
  .article-header h2 {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .library-grid {
    grid-auto-columns: clamp(300px, 82vw, 520px);
    grid-template-columns: none;
  }

  .library-grid .library-card > a {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .library-grid .library-card > a:not(:has(img)) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "meta"
      "type"
      "title"
      "text"
      "why";
  }

  .entity-facts {
    grid-template-columns: 1fr;
  }

  .author-box {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .author-box__avatar img,
  .author-avatar {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }

  .author-socials a {
    padding-inline: 0.62rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-navs {
    justify-items: start;
  }

  .site-footer nav {
    justify-content: start;
  }
}
