:root {
  --ink: #34373a;
  --muted: #6d7072;
  --forest: #173a39;
  --teal: #7ccdc1;
  --teal-soft: #d9f2ed;
  --coral: #e96758;
  --cream: #f5f2e8;
  --paper: #ffffff;
  --line: #cfd1cf;
  --shadow: 0 10px 28px rgba(22, 44, 43, 0.12);
  --wrap: min(1220px, calc(100% - 48px));
  --display: "Arial Narrow", "Franklin Gothic Condensed", Impact, sans-serif;
  --sans: Montserrat, Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--coral); }
button, input { font: inherit; }
button { cursor: pointer; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 14px; background: #fff; border: 2px solid var(--forest); }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.06); }
.utility { min-height: 94px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.search-trigger, .menu-trigger { border: 0; background: transparent; color: #666; font-size: 13px; }
.search-trigger { justify-self: start; }
.search-trigger span { font-size: 22px; margin-right: 6px; }
.menu-trigger { display: none; justify-self: end; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font: 900 30px/1 var(--display); letter-spacing: .05em; }
.brand:hover { color: var(--forest); }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; }
.utility-links { justify-self: end; display: flex; gap: 24px; font-size: 13px; }
.main-nav { border-top: 1px solid #eee; border-bottom: 1px solid #ececea; }
.nav-inner { min-height: 56px; display: flex; justify-content: center; align-items: stretch; gap: 2px; }
.nav-inner > a, .more-nav > button { display: flex; align-items: center; border: 0; background: transparent; padding: 0 17px; font-size: 13px; font-weight: 600; }
.nav-inner > a:hover, .more-nav > button:hover { color: var(--coral); }
.more-nav { position: relative; display: flex; }
.more-menu { position: absolute; right: 0; top: calc(100% + 1px); width: 230px; padding: 10px; background: #fff; border: 1px solid #ddd; box-shadow: var(--shadow); }
.more-menu a { display: block; padding: 9px 10px; font-size: 13px; }
.search-panel { position: absolute; inset: 100% 0 auto; background: var(--teal-soft); border-bottom: 1px solid #b6dcd6; box-shadow: var(--shadow); }
.search-box { padding: 24px 0 28px; }
.search-box label { display: block; margin-bottom: 8px; font-weight: 800; }
.search-row { display: flex; gap: 10px; }
.search-row input { width: 100%; padding: 12px; border: 1px solid #9fb6b3; background: #fff; }
.search-results { display: grid; gap: 6px; margin-top: 12px; }
.search-results a { display: block; padding: 8px 0; border-bottom: 1px solid rgba(23,58,57,.18); }

h1, h2, h3 { color: var(--ink); font-family: var(--display); text-transform: uppercase; letter-spacing: .015em; }
h1 { font-size: clamp(40px, 5vw, 68px); line-height: .98; }
h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.05; }
h3 { font-size: 24px; line-height: 1.1; }
.eyebrow { color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 18px; border: 0; border-radius: 24px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.button.dark { background: #17191a; color: #fff; }
.button.coral { background: var(--coral); color: #fff; }
.text-link { color: var(--coral); font-weight: 900; text-transform: uppercase; letter-spacing: .05em; font-size: 12px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #777; font-size: 12px; }

.home-intro { padding: 34px 0 22px; text-align: center; }
.home-intro h1 { max-width: 980px; margin: 0 auto; font-size: clamp(32px, 4vw, 48px); }
.home-lead { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, .65fr); gap: 46px; padding-bottom: 56px; }
.lead-story { position: relative; min-width: 0; }
.lead-story > a img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.lead-overlay { position: absolute; left: 24px; bottom: 24px; width: min(560px, calc(100% - 48px)); padding: 22px 26px; background: rgba(255,255,255,.94); }
.lead-overlay > span { color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lead-overlay h2 { margin: 8px 0; font-size: clamp(28px, 3vw, 46px); }
.lead-overlay p { margin: 0 0 10px; line-height: 1.45; }
.popular-rail { min-width: 0; }
.popular-rail h2 { margin: 0 0 12px; padding-bottom: 8px; border-bottom: 3px solid var(--ink); font-size: 25px; }
.popular-rail h2:not(:first-child) { margin-top: 28px; }
.popular-item { display: grid; grid-template-columns: 92px 1fr; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font: 800 16px/1.25 var(--display); text-transform: uppercase; }
.popular-item img { width: 92px; height: 67px; object-fit: cover; }
.popular-item b { display: block; color: var(--coral); font: 700 10px var(--sans); margin-bottom: 5px; }
.latest-link { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.latest-link span { color: var(--coral); }

.newsletter-band { margin: 0 0 54px; background: var(--teal); }
.newsletter-inner { min-height: 142px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.newsletter-inner h2 { margin: 4px 0; font-size: 30px; }
.newsletter-inner p { margin: 0; font-size: 13px; }
.newsletter-inner p a { text-decoration: underline; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; padding-bottom: 12px; margin-bottom: 24px; border-bottom: 2px solid var(--ink); }
.section-heading h2 { margin: 0; }
.section-heading p { max-width: 650px; margin: 6px 0 0; color: var(--muted); }
.section-heading > a { color: var(--coral); font-size: 12px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.section-heading.centered { display: block; text-align: center; border: 0; }
.section-heading.centered p { margin-inline: auto; }
.top-categories { padding-bottom: 52px; }
.category-icons { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-icons a { min-height: 120px; display: grid; place-content: center; justify-items: center; gap: 8px; padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.category-icons span { color: var(--forest); font-size: 31px; }
.category-icons b { font: 800 12px var(--sans); text-transform: uppercase; }
.trust-panel { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 40px; margin-bottom: 64px; padding: 38px 46px; background: var(--teal-soft); }
.trust-panel h2 { margin: 5px 0 0; }
.trust-panel p { margin: 0; }

.category-sections { padding-bottom: 56px; }
.category-section { padding: 34px 0 42px; }
.category-story-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 24px; }
.category-story-grid.count-3 { grid-template-columns: 1.2fr 1fr 1fr; }
.story-card { min-width: 0; }
.story-image img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.story-copy { padding-top: 13px; }
.story-copy h2, .story-copy h3 { margin: 7px 0 9px; font-size: 22px; }
.story-copy p { margin: 0 0 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.story-copy small { color: #777; font-size: 11px; font-style: italic; }
.category-story-grid .featured .story-copy h3 { font-size: 30px; }

.archive-hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 0; padding: 70px 0 64px; }
.archive-hero img { width: 100%; height: 470px; object-fit: cover; }
.archive-hero > div { min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 48px 54px; background: #f2f2f0; }
.archive-hero h1 { margin: 0 0 20px; font-size: clamp(40px, 5vw, 64px); }
.archive-hero p { margin: 0; max-width: 580px; }
.popular-category { padding-bottom: 42px; }
.popular-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.popular-grid a { padding: 14px 0; font: 800 20px/1.15 var(--display); text-transform: uppercase; border-bottom: 1px solid var(--line); }
.archive-list { padding: 26px 0 80px; }
.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px 30px; }
.archive-grid .story-copy h2 { font-size: 24px; }

.article-header { max-width: 980px; padding: 70px 0 34px; text-align: center; }
.article-header .breadcrumbs { justify-content: center; }
.article-header h1 { margin: 12px auto 20px; max-width: 920px; }
.article-header .dek { max-width: 760px; margin: 0 auto 18px; font-size: 20px; color: var(--muted); }
.article-meta { color: #777; font-size: 12px; }
.disclosure { margin: 26px auto 0; max-width: 820px; padding: 14px 18px; background: var(--teal-soft); font-size: 12px; text-align: left; }
.disclosure a { text-decoration: underline; }
.article-cover { margin-bottom: 54px; }
.article-cover img { width: 100%; max-height: 760px; object-fit: cover; }
.article-cover figcaption { padding-top: 8px; color: #777; font-size: 11px; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 70px; padding-bottom: 74px; }
.article-nav { position: sticky; top: 22px; align-self: start; display: grid; gap: 0; border-top: 3px solid var(--ink); }
.article-nav strong { padding: 12px 0 8px; font: 900 20px var(--display); text-transform: uppercase; }
.article-nav a { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.article-body { min-width: 0; }
.article-body section { scroll-margin-top: 24px; padding-bottom: 28px; }
.article-body h2 { margin: 12px 0 18px; }
.article-body h3 { margin: 8px 0; }
.article-body p, .article-body li { font-size: 17px; line-height: 1.72; }
.article-body .lede { font-size: 22px; line-height: 1.55; }
.checklist { list-style: none; padding: 0; }
.checklist li { position: relative; padding: 12px 16px 12px 46px; margin: 8px 0; background: #f4f4f1; }
.checklist li::before { content: "✓"; position: absolute; left: 17px; color: var(--coral); font-weight: 900; }
.pick-grid { display: grid; gap: 16px; }
.pick-card { padding: 24px; border: 1px solid var(--line); border-left: 6px solid var(--teal); }
.pick-card p { margin: 8px 0; font-size: 15px; }
.pick-card small { display: block; margin-top: 10px; color: #777; }
.mistake-box { margin: 18px 0; padding: 22px; background: var(--cream); border-left: 6px solid var(--coral); }
.mistake-box strong { font: 900 21px var(--display); text-transform: uppercase; }
.mistake-box p { margin-bottom: 0; }
.related-section { padding: 52px 0 70px; background: #f5f5f2; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.prose-page { max-width: 860px; padding: 76px 0 90px; }
.prose-page h1 { margin: 10px 0 22px; }
.prose-page h2 { margin-top: 42px; }
.prose-page p, .prose-page li { font-size: 17px; }
.prose-page .dek { font-size: 21px; color: var(--muted); }
.contact-card { margin: 34px 0; padding: 28px; background: var(--teal-soft); }
.contact-card h2 { margin-top: 0; }
.contact-email { display: inline-block; color: var(--coral); font-size: 24px; font-weight: 900; }
.legal-note { margin-top: 36px; padding: 18px; background: var(--cream); font-size: 13px !important; }

.site-footer { background: #1c1e1f; color: #d8d9d8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding: 58px 0 46px; }
.footer-grid h2 { color: #fff; margin: 0 0 14px; font-size: 24px; }
.footer-grid p { font-size: 13px; }
.footer-grid section > a:not(.brand) { display: block; margin: 8px 0; font-size: 12px; }
.footer-grid .brand { color: #fff; margin-bottom: 20px; }
.footer-email { color: var(--teal) !important; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 26px; border-top: 1px solid #434647; font-size: 10px; }
.cookie-banner { position: fixed; z-index: 50; right: 18px; bottom: 18px; width: min(440px, calc(100% - 36px)); padding: 16px; background: #fff; border: 1px solid #ccc; box-shadow: var(--shadow); }
.cookie-banner p { margin: 0 0 10px; font-size: 12px; }
.cookie-banner a { text-decoration: underline; }

@media (max-width: 1020px) {
  :root { --wrap: min(100% - 36px, 900px); }
  .utility { min-height: 78px; }
  .brand { font-size: 26px; }
  .brand-mark { width: 40px; height: 40px; }
  .utility-links, .main-nav .nav-inner { display: none; }
  .menu-trigger { display: block; }
  .main-nav { border-top: 0; }
  .main-nav .nav-inner.open { display: grid; width: 100%; padding: 10px 18px 18px; }
  .nav-inner > a, .more-nav > button { min-height: 42px; padding: 0 8px; border-bottom: 1px solid #eee; }
  .more-nav { display: block; }
  .more-menu { position: static; width: 100%; border: 0; box-shadow: none; padding: 0 0 0 14px; }
  .home-lead { grid-template-columns: 1fr; }
  .popular-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .popular-rail h2 { grid-column: 1 / -1; }
  .popular-rail h2:nth-of-type(2), .latest-link { display: none; }
  .category-icons { grid-template-columns: repeat(4, 1fr); }
  .trust-panel { grid-template-columns: 1fr 1fr; }
  .trust-panel .text-link { grid-column: 1 / -1; }
  .category-story-grid, .category-story-grid.count-3, .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-hero { padding-top: 42px; }
  .archive-hero > div { padding: 34px; }
  .popular-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 38px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --wrap: calc(100% - 28px); }
  body { font-size: 15px; }
  .utility { grid-template-columns: 1fr auto 1fr; min-height: 74px; gap: 8px; }
  .search-trigger { width: 40px; overflow: hidden; white-space: nowrap; font-size: 0; }
  .search-trigger span { font-size: 25px; }
  .brand { font-size: 23px; gap: 6px; }
  .brand-mark { width: 36px; height: 36px; }
  .menu-trigger { font-size: 11px; }
  .home-intro { padding-top: 28px; }
  .home-lead { gap: 28px; padding-bottom: 38px; }
  .lead-story > a img { aspect-ratio: 1.15; }
  .lead-overlay { position: static; width: 100%; padding: 18px 0 0; background: #fff; }
  .lead-overlay h2 { font-size: 32px; }
  .popular-rail { grid-template-columns: 1fr; }
  .newsletter-inner { min-height: 0; display: block; padding: 28px 0; }
  .newsletter-inner .button { margin-top: 18px; }
  .category-icons { grid-template-columns: repeat(3, 1fr); }
  .category-icons a { min-height: 100px; padding: 8px; }
  .category-icons b { font-size: 10px; }
  .trust-panel { display: block; padding: 28px; }
  .trust-panel p { margin: 16px 0; }
  .section-heading { align-items: start; }
  .section-heading p { display: none; }
  .category-story-grid, .category-story-grid.count-3, .archive-grid, .related-grid { grid-template-columns: 1fr; }
  .category-story-grid .featured .story-copy h3 { font-size: 24px; }
  .archive-hero { grid-template-columns: 1fr; padding: 26px 0 42px; }
  .archive-hero img { height: 300px; }
  .archive-hero > div { min-height: 0; padding: 28px 22px; }
  .archive-hero h1 { font-size: 42px; }
  .popular-grid { grid-template-columns: 1fr; }
  .archive-list { padding-bottom: 56px; }
  .article-header { padding-top: 44px; text-align: left; }
  .article-header .breadcrumbs { justify-content: flex-start; }
  .article-header h1 { font-size: 43px; }
  .article-header .dek { font-size: 18px; }
  .article-cover { width: 100%; margin-bottom: 36px; }
  .article-cover figcaption { padding-inline: 14px; }
  .article-layout { grid-template-columns: 1fr; padding-bottom: 48px; }
  .article-nav { position: static; }
  .article-body p, .article-body li { font-size: 16px; }
  .article-body .lede { font-size: 20px; }
  .prose-page { padding: 52px 0 68px; }
  .prose-page h1 { font-size: 46px; }
  .contact-email { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-grid section:first-child, .footer-grid section:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
}
