:root {
  --ink: #1c1c1a;
  --charcoal: #24323a;
  --muted: #61717a;
  --quiet: #f3f5f6;
  --wash: #e8eef1;
  --paper: #ffffff;
  --chalk: #fafbfb;
  --line: #d5dbe1;
  --line-dark: #9aa8b3;
  --blue: #156082;
  --blue-dark: #104a64;
  --blue-pale: #e7f0f4;
  --blue-soft: #c8dbe3;
  --blue-grey: #6f8793;
  --oxide: #53636b;
  --green: #2f6f50;
  --green-pale: #e8f2ec;
  --amber: #a36f18;
  --amber-pale: #fff3d9;
  --brass: #b8792a;
  --brass-pale: #f8ead4;
  --red: #a8433e;
  --red-pale: #f8e6e3;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--chalk);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.58;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 20;
  padding: 8px 12px;
  color: #ffffff;
  background: var(--blue-dark);
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(calc(100% - 44px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 var(--line);
}

.topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #eef5f7;
  background:
    linear-gradient(90deg, var(--blue-dark), var(--blue), #1f5064);
  font-size: 0.82rem;
}

.topline-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topline a {
  color: #ffffff;
  text-decoration: none;
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 0 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: min(256px, 56vw);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  border-bottom: 3px solid transparent;
  padding: 12px 11px 10px;
  color: var(--charcoal);
  font-size: 0.91rem;
  font-weight: 680;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"] {
  border-color: var(--brass);
  color: var(--blue-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-dark);
  background: var(--paper);
  cursor: pointer;
}

.nav-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.section,
.section-band {
  padding: 72px 0;
}

.section-muted {
  border-top: 1px solid rgba(213, 219, 225, 0.72);
  border-bottom: 1px solid rgba(213, 219, 225, 0.72);
  background: #f6f8f9;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 82px;
  border-bottom: 0;
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(16, 74, 100, 0.98), rgba(21, 96, 130, 0.9) 54%, rgba(28, 28, 26, 0.82)),
    url("assets/brand/dp-mark.svg");
}

.hero::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(200, 219, 227, 0.45);
  background: url("assets/brand/dp-mark.svg") center / 230px no-repeat;
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.page-hero {
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(231, 240, 244, 0.98), rgba(250, 251, 251, 0.98) 58%, rgba(21, 96, 130, 0.08));
}

.hero-grid,
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 70px;
  align-items: start;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.eyebrow,
.publication-type,
.panel-label {
  margin: 0 0 10px;
  color: var(--oxide);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.hero-kicker {
  margin-bottom: 20px;
  color: #f3f8fa;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.page-hero h1 {
  font-size: clamp(2.25rem, 4vw, 3.6rem);
}

h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.34;
}

h4,
h5 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-family: var(--sans);
  letter-spacing: 0;
}

h4 {
  font-size: 0.95rem;
  font-weight: 850;
  text-transform: uppercase;
}

h5 {
  font-size: 1rem;
  font-weight: 760;
}

.subtitle {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--blue-dark);
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
  font-weight: 520;
  line-height: 1.38;
}

.hero .subtitle {
  color: #eef5f7;
}

.intro,
.lead,
.prose p {
  color: #42525a;
  font-size: 1.02rem;
}

.hero .intro {
  color: rgba(255, 255, 255, 0.88);
}

.hero-panel {
  position: relative;
  z-index: 1;
  border-left: 2px solid rgba(184, 121, 42, 0.74);
  padding: 4px 0 4px 24px;
  background: transparent;
}

.hero-panel ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.hero-panel li::marker {
  color: var(--blue);
  font-weight: 800;
}

.section-heading {
  margin-bottom: 34px;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.section-heading h2::after {
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--blue), var(--brass));
  content: "";
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-kicker {
  max-width: 360px;
  border-left: 4px solid var(--brass);
  margin: 0;
  padding: 4px 0 4px 18px;
  color: var(--blue-dark);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.42;
}

.accent-panel {
  border-left: 5px solid var(--blue);
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(231, 240, 244, 0.82), rgba(255, 255, 255, 0.9) 70%),
    url("assets/brand/dp-mark.svg") right 18px bottom 18px / 112px no-repeat;
  box-shadow: inset 0 0 0 1px rgba(21, 96, 130, 0.16);
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-button {
  min-height: 38px;
  border: 1px solid var(--blue);
  padding: 8px 12px;
  color: var(--blue-dark);
  background: #ffffff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
  cursor: pointer;
}

.carousel-button:hover,
.carousel-button:focus {
  color: #ffffff;
  background: var(--blue);
}

.analysis-carousel {
  position: relative;
  border-top: 1px solid var(--line-dark);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.analysis-slide {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: 0;
  min-height: 470px;
}

.analysis-slide[hidden] {
  display: none;
}

.analysis-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid var(--line);
  padding: clamp(26px, 4vw, 48px);
  background:
    linear-gradient(145deg, #ffffff, rgba(231, 240, 244, 0.78)),
    url("assets/brand/dp-mark.svg") left 28px bottom 28px / 100px no-repeat;
}

.analysis-copy h3 {
  max-width: 420px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.03;
}

.analysis-copy p:not(.publication-type) {
  color: #415160;
  font-size: 1.04rem;
}

.analysis-copy .button {
  margin-top: 14px;
}

.analysis-visual {
  display: grid;
  min-height: 430px;
  place-items: center;
  margin: 0;
  padding: clamp(18px, 3vw, 32px);
  background: #f8fafb;
}

.analysis-visual img {
  display: block;
  width: 100%;
  max-height: 100%;
  border: 1px solid var(--line);
  background: #ffffff;
}

.carousel-dots {
  position: absolute;
  right: 22px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 11px;
  height: 11px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--blue);
}

.theme-list {
  border-top: 1px solid var(--line-dark);
}

.question-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.question-list article {
  border-bottom: 1px solid var(--line);
  padding: 22px 22px 22px 0;
}

.question-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-grey);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 800;
}

.question-list p {
  margin: 0;
  color: var(--charcoal);
  font-size: 0.95rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.card-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid var(--line-dark);
  padding: 18px 0 0;
  background: transparent;
}

.content-card p:not(.publication-type) {
  color: var(--muted);
}

.content-card .text-link {
  margin-top: auto;
}

.feature-card {
  display: grid;
  grid-template-columns: 64px minmax(180px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
  background: transparent;
}

.theme-index {
  color: var(--blue-grey);
  font-family: var(--serif);
  font-size: 0.86rem;
  font-weight: 800;
}

.feature-card p,
.publication-card p,
.publication-row p,
.compact-list p,
.form-note {
  color: var(--muted);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 36px;
  align-items: stretch;
}

.publication-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: flex-start;
  border-top: 5px solid var(--blue);
  padding: 32px;
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, rgba(231, 240, 244, 0.9) 100%);
  box-shadow: inset 0 0 0 1px var(--line);
}

.publication-card h3 {
  max-width: 640px;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.16;
}

.publication-card .button {
  margin-top: auto;
}

.compact-list {
  display: grid;
  border-top: 1px solid var(--line-dark);
  background: #ffffff;
}

.compact-list article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  padding: 22px;
  background: linear-gradient(90deg, rgba(251, 250, 246, 0.96), #ffffff);
}

.compact-list a,
.text-link {
  color: var(--blue-dark);
  font-weight: 750;
  text-decoration-color: var(--brass);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue-dark);
  padding: 9px 15px;
  color: #ffffff;
  background: var(--blue-dark);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus {
  border-color: var(--ink);
  background: var(--ink);
}

.button.secondary {
  color: var(--blue-dark);
  border-color: rgba(184, 121, 42, 0.72);
  background: var(--brass-pale);
}

.button.secondary:hover,
.button.secondary:focus {
  color: #ffffff;
  background: var(--blue-dark);
}

.category-list,
.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.tag-list span {
  border: 1px solid rgba(83, 99, 107, 0.24);
  padding: 5px 8px;
  color: var(--oxide);
  background: rgba(243, 245, 246, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
}

.category-list span,
.areas-grid span {
  border: 1px solid rgba(21, 96, 130, 0.22);
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--charcoal);
  font-size: 0.94rem;
  font-weight: 620;
}

.areas-grid {
  margin: 28px 0 0;
}

.publication-list {
  display: grid;
  border-top: 1px solid var(--line-dark);
}

.publication-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
  background: transparent;
}

.publication-row p:last-child {
  margin-bottom: 0;
}

.publication-row h2,
.publication-row h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.28;
}

.contact-email {
  margin-top: 22px;
  color: var(--blue-dark);
  font-size: 1.08rem;
  font-weight: 750;
}

.contact-form {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line-dark);
  padding: 24px 0 0;
  background: transparent;
}

.contact-form label {
  color: var(--charcoal);
  font-size: 0.88rem;
  font-weight: 750;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #b8c2cb;
  padding: 11px;
  color: var(--ink);
  font: inherit;
}

.mapping-shell {
  display: grid;
  gap: 26px;
}

.rubric-panel,
.country-profile {
  border-top: 1px solid var(--line-dark);
  padding: 22px 0 0;
  background: #ffffff;
}

.rubric-panel p,
.profile-summary p {
  margin-bottom: 0;
  color: var(--muted);
}

.rubric-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  border-top-color: var(--line);
}

.rubric-panel div {
  display: grid;
  gap: 8px;
}

.mapping-controls,
.profile-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  background: transparent;
}

.mapping-controls label,
.profile-controls label {
  display: grid;
  min-width: 180px;
  gap: 6px;
  color: var(--charcoal);
  font-size: 0.82rem;
  font-weight: 800;
}

.mapping-controls select,
.profile-controls select {
  min-height: 40px;
  border: 1px solid #b8c2cb;
  padding: 8px 10px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.table-count {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #ffffff;
}

.comparison-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid var(--line);
  padding: 11px 12px;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #ffffff;
  background: var(--charcoal);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.mapping-table th button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  text-transform: inherit;
  cursor: pointer;
}

.mapping-shell {
  display: grid;
  gap: 34px;
}

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

.comparison-table tbody tr:nth-child(even) {
  background: #f8fafb;
}

.rating-badge {
  display: inline-flex;
  min-width: 68px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 3px 8px;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.rating-badge.risk-low,
.rating-badge.capacity-high {
  color: var(--green);
  background: var(--green-pale);
}

.rating-badge.risk-medium,
.rating-badge.capacity-medium {
  color: var(--amber);
  background: var(--amber-pale);
}

.rating-badge.risk-high,
.rating-badge.capacity-low {
  color: var(--red);
  background: var(--red-pale);
}

.country-profile {
  margin-top: 22px;
  border-top-color: var(--line-dark);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.radar-card {
  display: grid;
  place-items: center;
  min-height: 340px;
  background: transparent;
}

.radar-card canvas {
  width: min(100%, 340px);
  height: auto;
}

.profile-summary {
  display: grid;
  gap: 12px;
}

.profile-cluster {
  border-top: 1px solid var(--line);
  padding: 14px 0;
  background: transparent;
}

.profile-cluster h3 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.mapping-matrix,
.country-database {
  display: grid;
  gap: 18px;
}

.matrix-grid {
  display: grid;
  overflow-x: auto;
  border-top: 1px solid var(--line-dark);
  background: #ffffff;
}

.matrix-row {
  display: grid;
  grid-template-columns: minmax(150px, 1.3fr) repeat(5, minmax(118px, 1fr));
  gap: 1px;
  min-width: 760px;
  border-bottom: 1px solid var(--line);
  align-items: stretch;
}

.matrix-row > * {
  padding: 10px 12px;
}

.matrix-head {
  color: #ffffff;
  background: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.matrix-cell {
  display: grid;
  place-items: center;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.matrix-cell.low {
  color: var(--green);
  background: var(--green-pale);
}

.matrix-cell.medium {
  color: var(--amber);
  background: var(--amber-pale);
}

.matrix-cell.high {
  color: var(--red);
  background: var(--red-pale);
}

.profile-stack {
  display: grid;
  gap: 28px;
}

.mapping-profile {
  display: grid;
  gap: 22px;
  border-top: 1px solid var(--line-dark);
  padding-top: 22px;
}

.mapping-profile-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.mapping-profile-heading h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.mapping-profile-heading > span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.profile-facts {
  display: grid;
  grid-template-columns: minmax(160px, 0.4fr) minmax(0, 1fr);
  gap: 14px;
  margin: 0;
}

.profile-facts div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.profile-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.profile-facts dd {
  margin: 4px 0 0;
}

.diagnostic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.diagnostic-grid > div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.diagnostic-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--charcoal);
}

.diagnostic-grid p,
.mapping-profile p {
  color: var(--muted);
}

.reform-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.reform-list article {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.reform-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--brass);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(21, 96, 130, 0.18);
  border-color: var(--blue);
}

.site-footer {
  padding: 36px 0;
  color: #eef5f7;
  background:
    linear-gradient(125deg, var(--blue-dark), #123949 62%, #24323a);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.site-footer p {
  margin: 4px 0 0;
  color: #c3d8d5;
}

.site-footer a {
  color: #ffffff;
}

@media (max-width: 920px) {
  .hero-grid,
  .content-grid,
  .editorial-grid,
  .publication-row,
  .analysis-slide,
  .question-list,
  .card-grid,
  .card-grid.compact,
  .rubric-panel,
  .profile-grid,
  .diagnostic-grid,
  .reform-list,
  .profile-facts {
    grid-template-columns: 1fr;
  }

  .analysis-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-card {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .feature-card p {
    grid-column: 2;
  }

  .publication-row .button {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .topline-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 8px 0;
  }

  .header-inner {
    min-height: 68px;
    align-items: center;
    padding: 12px 0;
  }

  .brand img {
    width: min(218px, 58vw);
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    right: 14px;
    top: 105px;
    display: none;
    width: min(290px, calc(100vw - 28px));
    border: 1px solid var(--line-dark);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(23, 33, 43, 0.16);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    border-bottom: 1px solid var(--line);
    padding: 14px 16px;
    font-size: 0.86rem;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .section,
  .section-band,
  .hero,
  .page-hero {
    padding: 50px 0;
  }

  .hero-grid,
  .content-grid {
    gap: 34px;
  }

  h1 {
    font-size: 2.72rem;
  }

  .split-heading,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-card {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .feature-card p {
    grid-column: auto;
  }

  .publication-card,
  .compact-list article,
  .publication-row,
  .analysis-copy,
  .analysis-visual,
  .contact-form,
  .hero-panel {
    padding: 20px;
  }

  .analysis-slide {
    min-height: auto;
  }

  .analysis-visual {
    min-height: auto;
  }

  .carousel-controls {
    width: 100%;
  }

  .carousel-button {
    flex: 1;
  }

  .mapping-profile-heading {
    flex-direction: column;
  }
}
