:root {
  color-scheme: light;
  --ink: #182222;
  --ink-soft: #435252;
  --paper: #f4f0e6;
  --paper-light: #fffdf7;
  --line: rgba(24, 34, 34, 0.18);
  --teal: #0e665d;
  --teal-dark: #09483f;
  --gold: #bb7d1a;
  --shadow: 0 24px 70px rgba(20, 34, 32, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 280px;
  background:
    radial-gradient(circle at 85% 4%, rgba(187, 125, 26, 0.13), transparent 27rem),
    linear-gradient(180deg, #f8f5ed 0, var(--paper) 34rem);
  color: var(--ink);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, sans-serif;
}

a { color: var(--teal-dark); text-underline-offset: 0.18em; }
a:hover { color: var(--teal); }
a:focus-visible, button:focus-visible { outline: 3px solid #de9c2a; outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  translate: 0 -180%;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { translate: 0; }

.editorial-shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }

.editorial-header {
  border-bottom: 1px solid var(--line);
  background: rgba(248, 245, 237, 0.92);
}

.editorial-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.editorial-brand { display: grid; color: inherit; line-height: 1.08; text-decoration: none; }
.editorial-brand strong { font: 600 1.15rem/1.1 Georgia, "Times New Roman", serif; letter-spacing: 0.04em; }
.editorial-brand span { color: var(--ink-soft); font-size: 0.64rem; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }

.editorial-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 0.45rem 1.25rem; }
.editorial-nav a { color: var(--ink-soft); font-size: 0.82rem; font-weight: 650; text-decoration: none; }
.editorial-nav a[aria-current="page"] { color: var(--teal-dark); text-decoration: underline; }

.editorial-hero { padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5.5rem); }
.editorial-kicker { color: var(--teal); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.editorial-hero h1 {
  max-width: 970px;
  margin: 1.1rem 0 1.4rem;
  font: 500 clamp(3.1rem, 8vw, 7.2rem)/0.94 Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
}
.editorial-hero__lede { max-width: 750px; margin: 0; color: var(--ink-soft); font: 1.22rem/1.62 Georgia, "Times New Roman", serif; }
.editorial-meta { display: flex; flex-wrap: wrap; gap: 0.7rem 1.6rem; margin-top: 2rem; color: #596666; font-size: 0.76rem; }

.editorial-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding-bottom: 7rem;
}

.editorial-card {
  display: grid;
  min-height: 310px;
  align-content: space-between;
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.78);
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
}
.editorial-card:hover { border-color: rgba(14, 102, 93, 0.55); color: inherit; }
.editorial-card h2 { margin: 0.8rem 0 1rem; font: 500 clamp(2rem, 4vw, 3.4rem)/1.02 Georgia, "Times New Roman", serif; letter-spacing: -0.04em; }
.editorial-card p { max-width: 34rem; color: var(--ink-soft); }
.editorial-card__action { color: var(--teal-dark); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.article-grid {
  display: grid;
  grid-template-columns: minmax(170px, 250px) minmax(0, 760px);
  justify-content: space-between;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-bottom: 7rem;
}
.article-toc { position: sticky; top: 2rem; align-self: start; display: grid; border-top: 1px solid var(--ink); }
.article-toc strong, .article-toc a { padding: 0.72rem 0.2rem; border-bottom: 1px solid var(--line); font-size: 0.72rem; text-decoration: none; }
.article-toc strong { color: var(--ink-soft); letter-spacing: 0.12em; text-transform: uppercase; }

.editorial-article section { padding: 0 0 2.8rem; scroll-margin-top: 2rem; }
.editorial-article h2 { margin: 0 0 1rem; padding-top: 1.8rem; border-top: 1px solid var(--ink); font: 500 clamp(2rem, 4.5vw, 3.5rem)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -0.035em; }
.editorial-article h3 { margin: 2rem 0 0.5rem; font: 600 1.2rem/1.3 Georgia, "Times New Roman", serif; }
.editorial-article p, .editorial-article li { color: var(--ink-soft); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.78; }
.editorial-article li { margin-bottom: 0.55rem; }
.editorial-article blockquote { margin: 2rem 0; padding: 1rem 0 1rem 1.5rem; border-left: 3px solid var(--gold); color: var(--ink); font: 1.3rem/1.55 Georgia, "Times New Roman", serif; }

.audit-table { width: 100%; margin: 1.6rem 0; border-collapse: collapse; font-size: 0.9rem; }
.audit-table th, .audit-table td { padding: 0.8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.audit-table th { background: rgba(14, 102, 93, 0.08); color: var(--teal-dark); }

.editorial-ad-shell {
  min-height: 330px;
  margin: 1.5rem 0 4rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--paper-light);
  contain: layout paint;
}
.editorial-ad-shell__label { margin-bottom: 0.8rem; color: #5f6b69; font-size: 0.66rem; font-weight: 750; letter-spacing: 0.11em; text-transform: uppercase; }
.editorial-ad-stage { display: grid; min-height: 270px; place-items: stretch; }
.editorial-house-message {
  display: grid;
  min-height: 270px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  background: linear-gradient(125deg, #0b4d45, #123731);
  color: #fff;
}
.editorial-house-message[hidden], .adsbygoogle[hidden] { display: none; }
.editorial-house-message span { color: #b8ddd5; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.editorial-house-message strong { display: block; margin: 0.6rem 0; font: 500 clamp(1.7rem, 4vw, 2.8rem)/1.03 Georgia, "Times New Roman", serif; }
.editorial-house-message p { max-width: 37rem; margin: 0; color: #d8ebe7; font: 0.98rem/1.6 Inter, ui-sans-serif, system-ui, sans-serif; }
.editorial-house-message a { display: inline-flex; min-height: 44px; align-items: center; padding: 0.7rem 1rem; border: 1px solid rgba(255, 255, 255, 0.55); color: #fff; font-size: 0.78rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.adsbygoogle { display: block; width: 100%; min-height: 270px; }
.editorial-ad-status { margin: 0.75rem 0 0; color: #5d6967; font-size: 0.73rem; }

.editorial-notice { margin: 1.5rem 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--teal); background: rgba(14, 102, 93, 0.07); color: var(--ink-soft); }
.editorial-notice strong { color: var(--ink); }

.privacy-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.8rem 0; }
.privacy-facts div { padding: 1.2rem; border: 1px solid var(--line); background: rgba(255, 253, 247, 0.7); }
.privacy-facts dt { color: var(--teal-dark); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.privacy-facts dd { margin: 0.4rem 0 0; color: var(--ink-soft); font: 0.98rem/1.55 Georgia, "Times New Roman", serif; }

.editorial-footer { padding: 2.5rem 0; border-top: 1px solid var(--line); background: #e9e4d7; }
.editorial-footer__inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.editorial-footer p { max-width: 46rem; margin: 0; color: var(--ink-soft); font-size: 0.78rem; }
.editorial-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.65rem 1rem; }
.editorial-footer a { font-size: 0.75rem; }

@media (max-width: 760px) {
  .editorial-header__inner, .editorial-footer__inner { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
  .editorial-nav, .editorial-footer nav { justify-content: flex-start; }
  .editorial-index-grid, .article-grid, .privacy-facts { grid-template-columns: 1fr; }
  .article-toc { position: static; }
  .editorial-house-message { grid-template-columns: 1fr; }
  .editorial-ad-shell { min-height: 390px; }
  .editorial-ad-stage, .editorial-house-message, .adsbygoogle { min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
