:root {
  --ink: #20201e;
  --paper: #fbf7ef;
  --cream: #f3eadb;
  --brick: #8d2f22;
  --mustard: #c68a20;
  --green: #37533b;
  --line: #d9c8af;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.sarge-editorial-page {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.72;
}

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

.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.shell--reading { width: min(760px, calc(100% - 40px)); }

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--brick);
}
.skip-link:focus { top: 12px; }

.site-header {
  border-bottom: 4px solid var(--mustard);
  color: #fff;
  background: #161714;
}
.site-header__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.wordmark span { display: block; color: #f4b848; font-size: 28px; font-weight: 800; }
.wordmark small { display: block; margin-top: 4px; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 7px 20px; }
.site-header nav a { color: #fff; font: 700 14px/1.3 Arial, Helvetica, sans-serif; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #f4b848; text-decoration: underline; text-underline-offset: 5px; }

.article-header { padding: 72px 0 42px; }
.eyebrow { margin: 0 0 13px; color: var(--brick); font: 800 13px/1.3 Arial, Helvetica, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(42px, 7vw, 76px); line-height: .98; letter-spacing: -.045em; }
.standfirst { margin: 27px 0 0; color: #4a463f; font-size: 22px; line-height: 1.5; }

figure { margin: 0; }
.hero-figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px; }
figcaption { padding-top: 10px; color: #625a4f; font: 14px/1.5 Arial, Helvetica, sans-serif; }

.article-body { padding: 46px 0 76px; }
.article-body > p:first-child { font-size: 21px; }
.article-body h2 { margin: 56px 0 16px; color: var(--green); font-size: clamp(30px, 5vw, 43px); line-height: 1.1; letter-spacing: -.025em; }

.article-body a, .editorial-footer a {
  color: #7c241a;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.article-body a:hover, .editorial-footer a:hover { color: #4d120c; text-decoration-thickness: 3px; }
.article-body a:focus-visible, .editorial-footer a:focus-visible {
  outline: 3px solid var(--mustard);
  outline-offset: 3px;
  border-radius: 2px;
}

.flavour-map {
  margin: 42px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-left: 8px solid var(--mustard);
  background: var(--cream);
}
.flavour-map__title { margin: 0 0 16px; font: 800 18px/1.3 Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.flavour-map dl { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; }
.flavour-map dl > div { border-top: 1px solid var(--line); padding-top: 12px; }
.flavour-map dt { color: var(--brick); font: 800 16px/1.3 Arial, Helvetica, sans-serif; }
.flavour-map dd { margin: 6px 0 0; font-size: 16px; line-height: 1.5; }

.body-figure { margin: 34px 0 30px; }
.body-figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.conclusion { margin-top: 46px; padding: 24px 0 0; border-top: 3px solid var(--mustard); font-size: 21px; font-weight: 700; }

.editorial-footer { padding: 34px 0 42px; color: #eee7dc; background: #171814; font-family: Arial, Helvetica, sans-serif; }
.editorial-footer p { margin: 4px 0; }
.editorial-footer a { color: #f4b848; }

.sarge-home-note {
  padding: 54px 0;
  color: #20201e;
  background: #f3eadb;
  border-top: 5px solid #c68a20;
}
.sarge-home-note__eyebrow { margin: 0 0 8px; color: #8d2f22; font: 800 13px/1.3 Arial, Helvetica, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.sarge-home-note h2 { margin: 0 0 14px; color: #37533b; font: 700 clamp(30px, 4vw, 46px)/1.1 Georgia, serif; }
.sarge-home-note p { max-width: 760px; margin: 10px 0; font: 18px/1.65 Georgia, serif; }
.sarge-home-note a { color: #7c241a; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.sarge-home-note a:hover { color: #4d120c; text-decoration-thickness: 3px; }
.sarge-home-note a:focus-visible { outline: 3px solid #c68a20; outline-offset: 3px; }

@media (max-width: 700px) {
  body.sarge-editorial-page { font-size: 17px; }
  .shell, .shell--reading { width: min(100% - 28px, 760px); }
  .site-header__inner { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .site-header nav { gap: 8px 16px; }
  .article-header { padding: 48px 0 30px; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  .standfirst { font-size: 19px; }
  .hero-figure { width: 100%; }
  .hero-figure figcaption { padding-inline: 14px; }
  .article-body { padding-top: 34px; }
  .flavour-map { padding: 22px 18px; margin-inline: -3px; }
  .flavour-map dl { grid-template-columns: 1fr; gap: 13px; }
  .article-body h2 { margin-top: 44px; }
  .sarge-home-note { padding: 40px 0; }
  .sarge-home-note .container { padding-inline: 16px; }
}
