:root {
  --paper: #f4f0e6;
  --paper-deep: #eae3d4;
  --ink: #242722;
  --muted: #697067;
  --threshold: #214a40;
  --clay: #b85f3b;
  --lichen: #a8b69a;
  --chalk: #c8d9d5;
  --rule: #c9c2b2;
  --white: #fffdf7;
  --shadow: 0 18px 46px rgba(36, 39, 34, .12);
  --serif: Georgia, Cambria, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .17em; }
a, p, h1, h2, h3, li { overflow-wrap: break-word; }
a:hover { color: var(--clay); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.hpt-frame { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.hpt-skip { position: absolute; left: 16px; top: -60px; z-index: 20; padding: 10px 14px; background: var(--clay); color: white; }
.hpt-skip:focus { top: 16px; }
.hpt-header { background: var(--paper); border-bottom: 1px solid var(--rule); position: relative; z-index: 5; }
.hpt-header-line { width: min(1320px, calc(100% - 56px)); min-height: 78px; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.hpt-wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: .94; font-family: var(--serif); font-size: 19px; letter-spacing: -.02em; }
.hpt-wordmark strong { font-weight: 700; }
.hpt-mark-dot { width: 19px; height: 19px; border: 5px solid var(--clay); border-radius: 50%; display: inline-block; position: relative; }
.hpt-mark-dot::after { content: ""; width: 5px; height: 5px; background: var(--threshold); border-radius: 50%; position: absolute; top: 2px; left: 2px; }
.hpt-nav { display: flex; gap: 20px; align-items: center; margin-left: auto; }
.hpt-nav-link { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: var(--muted); white-space: nowrap; }
.hpt-nav-link.is-active, .hpt-nav-link:hover { color: var(--threshold); }
.hpt-atlas-link { color: var(--threshold); border: 1px solid var(--threshold); padding: 10px 14px; text-decoration: none; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.hpt-atlas-link:hover { background: var(--threshold); color: var(--paper); }
.hpt-kicker, .hpt-eyebrow { margin: 0 0 10px; color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hpt-hero { min-height: 430px; position: relative; overflow: hidden; background: var(--threshold); color: var(--white); }
.hpt-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hpt-hero-voile { position: absolute; inset: 0; background: #214A40; opacity: .82; mix-blend-mode: multiply; }
.hpt-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 51, 43, .92), rgba(22, 51, 43, .48) 48%, rgba(22, 51, 43, .12)); }
.hpt-hero-content, .hpt-hero-stats { position: relative; z-index: 1; }
.hpt-home-breadcrumb { position: absolute; top: 12px; left: 50%; z-index: 2; width: min(1180px, calc(100% - 56px)); margin: 0; transform: translateX(-50%); color: rgba(238,240,229,.72); }
.hpt-hero-content { width: min(1180px, calc(100% - 56px)); margin-inline: auto; padding-top: 42px; max-width: 900px; }
.hpt-hero .hpt-eyebrow { color: var(--lichen); }
.hpt-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5.1vw, 74px); font-weight: 400; line-height: .93; letter-spacing: -.055em; }
.hpt-hero h1 em { color: #d9e1c8; font-style: italic; }
.hpt-hero-lead { max-width: 680px; margin: 18px 0 18px; font-size: 17px; line-height: 1.45; color: #eef0e5; }
.hpt-hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.hpt-button { display: inline-flex; gap: 12px; align-items: center; background: var(--clay); color: white; padding: 13px 18px; text-decoration: none; font-weight: 700; font-size: 13px; }
.hpt-button:hover { background: #944728; color: white; }
.hpt-text-link { color: var(--threshold); font-weight: 700; font-size: 13px; }
.hpt-light-link { color: var(--white); }
.hpt-hero-stats { width: min(1180px, calc(100% - 56px)); margin: 30px auto 0; padding: 12px 0; display: flex; gap: 42px; border-top: 1px solid rgba(255,255,255,.28); color: #dfe7d7; font-size: 12px; }
.hpt-hero-stats span { display: flex; gap: 8px; align-items: baseline; }
.hpt-hero-stats strong { color: white; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.hpt-home-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 68px 0 54px; }
.hpt-home-intro h2, .hpt-section h2, .hpt-atlas-band h2, .hpt-source-strip h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.hpt-home-intro > p { max-width: 480px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.hpt-section { padding: 60px 0 74px; }
.hpt-home-rubrics { padding-top: 26px; }
.hpt-home-rubrics .hpt-section-head { margin-bottom: 18px; padding-bottom: 16px; }
.hpt-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 23px; border-bottom: 1px solid var(--rule); margin-bottom: 24px; }
.hpt-section-head > p { max-width: 330px; color: var(--muted); margin: 0; }
.hpt-piece-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hpt-piece-tile { background: var(--white); border: 1px solid var(--rule); min-width: 0; }
.hpt-tile-image { display: block; overflow: hidden; }
.hpt-tile-image img { aspect-ratio: 1.3; object-fit: cover; transition: transform .35s ease; }
.hpt-piece-tile:hover img { transform: scale(1.04); }
.hpt-tile-copy { padding: 18px 18px 20px; }
.hpt-tile-copy h2 { font-size: 25px; line-height: 1.02; margin: 0; }
.hpt-tile-copy p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.hpt-atlas-band { background: var(--threshold); color: var(--white); padding: 64px 0 68px; }
.hpt-section-head-light { border-color: rgba(255,255,255,.25); }
.hpt-section-head-light .hpt-kicker { color: var(--lichen); }
.hpt-section-head-light > p { color: #dce5d9; }
.hpt-atlas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 24px; }
.hpt-atlas-card { background: #2c5b4e; display: block; min-height: 0; }
.hpt-atlas-photo { display: block; overflow: hidden; aspect-ratio: 1.55; }
.hpt-atlas-photo img { aspect-ratio: 1.55; height: 100%; width: 100%; object-fit: cover; }
.hpt-atlas-card > div { padding: 18px; }
.hpt-atlas-card .hpt-kicker { color: var(--lichen); font-size: 10px; }
.hpt-atlas-card h3 { margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.02; font-weight: 400; }
.hpt-atlas-card p { margin: 10px 0 0; color: #d8e1d5; font-size: 13px; line-height: 1.45; }
.hpt-stream { border-top: 1px solid var(--rule); }
.hpt-stream-row { display: grid; grid-template-columns: 120px 90px 1fr; align-items: center; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.hpt-stream-row time { color: var(--clay); font: 12px var(--mono); }
.hpt-stream-thumb { display: block; overflow: hidden; }
.hpt-stream-thumb img { aspect-ratio: 1.35; width: 100%; object-fit: cover; }
.hpt-stream-row h3 { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.05; font-weight: 400; }
.hpt-stream-row p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.hpt-source-strip { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: end; padding: 54px 0 72px; border-top: 1px solid var(--rule); }
.hpt-source-strip p:not(.hpt-kicker) { margin: 0; color: var(--muted); }
.hpt-home-guide-links { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }
.hpt-home-guide-links a { color: var(--threshold); font-size: 13px; font-weight: 700; }
.hpt-footer { background: #182f2a; color: #dbe4d6; padding: 50px max(28px, calc((100vw - 1180px) / 2)) 22px; }
.hpt-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-bottom: 48px; }
.hpt-footer p { color: #aec1b1; font-size: 13px; max-width: 260px; }
.hpt-footer-mark { display: block; font: 30px/.9 var(--serif); color: white; text-decoration: none; margin-bottom: 18px; }
.hpt-footer-grid > div > a:not(.hpt-footer-mark) { display: block; font-size: 13px; margin: 6px 0; }
.hpt-footer-label { color: var(--lichen) !important; text-transform: uppercase; letter-spacing: .14em; font-size: 10px !important; font-weight: 700; }
.hpt-footer-bottom { display: flex; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 16px; color: #8faa99; font-size: 11px; }
.hpt-footer-bottom span:nth-child(2) { margin-left: auto; }
.hpt-page-top { padding-top: 28px; }
.hpt-breadcrumbs { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 12px; margin-bottom: 46px; }
.hpt-breadcrumbs a { color: var(--threshold); }
.hpt-page-grid { display: grid; grid-template-columns: minmax(0, 760px) 250px; gap: 84px; align-items: start; }
.hpt-article > .hpt-kicker { margin-bottom: 14px; }
.hpt-article h1 { font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.055em; margin: 0; max-width: 760px; }
.hpt-dek { font-size: 21px; line-height: 1.42; color: var(--muted); max-width: 690px; margin: 24px 0 16px; }
.hpt-byline { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 12px; padding-bottom: 24px; }
.hpt-byline a:first-child { color: var(--threshold); font-weight: 700; }
.hpt-byline time { margin-left: 10px; font-family: var(--mono); }
.hpt-feature-figure { margin: 0 0 46px; }
.hpt-feature-figure img { width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.hpt-feature-figure figcaption { color: var(--muted); font-size: 12px; padding-top: 10px; }
.hpt-article-copy { max-width: 660px; }
.hpt-lead-question { color: var(--clay); font: italic 25px/1.2 var(--serif); margin: 0 0 24px; }
.hpt-article-copy p { font-size: 18px; line-height: 1.7; }
.hpt-repere { margin: 38px 0 56px; background: var(--paper-deep); border-left: 4px solid var(--clay); padding: 22px 26px 24px; }
.hpt-repere ul { list-style: none; padding: 0; margin: 0; }
.hpt-repere li { padding: 9px 0 9px 22px; border-bottom: 1px solid rgba(201,194,178,.8); position: relative; }
.hpt-repere li:last-child { border-bottom: 0; }
.hpt-repere li::before { content: "↗"; color: var(--clay); position: absolute; left: 0; }
.hpt-page-aside { position: sticky; top: 24px; }
.hpt-note-source, .hpt-aside-block { border-top: 2px solid var(--threshold); padding: 15px 0 22px; margin: 0 0 28px; }
.hpt-note-source p, .hpt-aside-block p { font-size: 13px; line-height: 1.5; margin: 0; color: var(--muted); }
.hpt-note-source .hpt-kicker, .hpt-aside-block .hpt-kicker { color: var(--threshold); }
.hpt-related-list { list-style: none; padding: 0; margin: 0; }
.hpt-related-list li { border-bottom: 1px solid var(--rule); padding: 0 0 12px; margin: 0 0 12px; }
.hpt-related-list a { display: block; color: var(--threshold); font: 18px/1.06 var(--serif); }
.hpt-related-list span { display: block; color: var(--muted); font-size: 12px; line-height: 1.4; margin-top: 5px; }
.hpt-404 { padding: 120px 0; min-height: 65vh; }
.hpt-404 h1 { font: 62px/.95 var(--serif); letter-spacing: -.05em; margin: 0 0 18px; }
.hpt-404 p:not(.hpt-kicker) { color: var(--muted); margin-bottom: 30px; }

@media (max-width: 1050px) {
  .hpt-header-line { gap: 20px; }
  .hpt-nav { gap: 12px; }
  .hpt-nav-link { font-size: 10px; }
  .hpt-page-grid { grid-template-columns: minmax(0, 1fr) 220px; gap: 46px; }
}
@media (max-width: 780px) {
  .hpt-frame, .hpt-header-line, .hpt-hero-content, .hpt-hero-stats { width: min(100% - 34px, 620px); }
  .hpt-header-line { min-height: 72px; flex-wrap: wrap; padding: 12px 0; gap: 12px; }
  .hpt-nav { order: 3; width: 100%; padding-bottom: 3px; flex-wrap: wrap; justify-content: center; row-gap: 5px; }
  .hpt-atlas-link { margin-left: auto; padding: 8px 10px; }
  .hpt-hero { min-height: 560px; }
  .hpt-hero-content { padding-top: 42px; }
  .hpt-hero h1 { font-size: 52px; }
  .hpt-hero-lead { font-size: 16px; }
  .hpt-hero-stats { margin-top: 42px; gap: 18px; flex-wrap: wrap; }
  .hpt-hero-stats span { font-size: 11px; }
  .hpt-home-intro, .hpt-source-strip { grid-template-columns: 1fr; gap: 18px; padding-block: 46px; }
  .hpt-piece-grid, .hpt-atlas-grid { grid-template-columns: 1fr 1fr; }
  .hpt-section { padding-block: 45px 52px; }
  .hpt-home-rubrics { padding-top: 28px; }
  .hpt-section-head { display: block; }
  .hpt-section-head > p { margin-top: 14px; }
  .hpt-atlas-card { display: block; }
  .hpt-atlas-photo img { aspect-ratio: 1.5; height: auto; }
  .hpt-stream-row { grid-template-columns: 78px 75px 1fr; gap: 12px; }
  .hpt-stream-row h3 { font-size: 18px; }
  .hpt-stream-row p { display: none; }
  .hpt-footer { padding-inline: 17px; }
  .hpt-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hpt-footer-grid > div:first-child { grid-column: 1 / -1; }
  .hpt-footer-bottom { flex-wrap: wrap; }
  .hpt-footer-bottom span:nth-child(2) { margin-left: 0; }
  .hpt-page-top { padding-top: 22px; }
  .hpt-breadcrumbs { margin-bottom: 30px; flex-wrap: wrap; white-space: normal; }
  .hpt-page-grid { display: block; }
  .hpt-article h1 { font-size: 49px; }
  .hpt-dek { font-size: 18px; }
  .hpt-feature-figure { margin-bottom: 30px; }
  .hpt-article-copy p { font-size: 17px; }
  .hpt-page-aside { position: static; border-top: 1px solid var(--rule); padding-top: 28px; }
}
@media (max-width: 500px) {
  .hpt-piece-grid, .hpt-atlas-grid { grid-template-columns: 1fr; }
  .hpt-hero h1 { font-size: 45px; }
  .hpt-hero-stats { margin-top: 34px; }
  .hpt-hero-stats strong { font-size: 22px; }
  .hpt-stream-row { grid-template-columns: 1fr 68px; }
  .hpt-stream-row time { grid-column: 1 / -1; }
  .hpt-stream-row > div { grid-column: 1; grid-row: 2; }
  .hpt-stream-thumb { grid-column: 2; grid-row: 2; }
  .hpt-article h1 { font-size: 42px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
@media print { .hpt-header, .hpt-footer, .hpt-page-aside, .hpt-hero-actions { display: none; } .hpt-frame { width: 100%; } .hpt-repere { break-inside: avoid; } }
