:root {
  --ink: #17201d;
  --ink-2: #24322e;
  --muted: #5a675f;
  --paper: #f3efe3;
  --paper-2: #e7efe3;
  --line: rgba(23, 32, 29, 0.16);
  --green: #1f6f52;
  --leaf: #8a9a52;
  --red: #b13f4b;
  --blue: #245b78;
  --copper: #b4633b;
  --white: #fffaf0;
  --shadow: 0 24px 70px rgba(23, 32, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(243, 239, 227, 0.95), rgba(231, 239, 227, 0.96)),
    radial-gradient(circle at 18% 8%, rgba(177, 63, 75, 0.17), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(36, 91, 120, 0.16), transparent 34%),
    radial-gradient(circle at 70% 86%, rgba(31, 111, 82, 0.16), transparent 34%);
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

#countrySignal {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 16px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(23, 32, 29, 0.09);
  background: rgba(243, 239, 227, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(23, 32, 29, 0.2);
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.6vw, 22px);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a {
  padding: 9px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
  border-color: var(--red);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 16px;
}

.nav-dropdown-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-dropdown-button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown:hover .nav-dropdown-button,
.nav-dropdown.open .nav-dropdown-button,
.nav-dropdown.current .nav-dropdown-button {
  color: var(--ink);
  border-color: var(--red);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  display: none;
  min-width: 310px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.98);
  box-shadow: var(--shadow);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  display: grid;
}

.nav-dropdown-menu a {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(23, 32, 29, 0.1);
  color: var(--ink-2);
}

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

.nav-dropdown-menu a:hover {
  color: var(--red);
  border-color: rgba(23, 32, 29, 0.1);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.54);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
  min-height: calc(100svh - 72px);
  padding: clamp(62px, 8vw, 128px) clamp(20px, 5vw, 72px) clamp(52px, 6vw, 90px);
}

.home-hero {
  min-height: calc(100svh - 72px);
}

.hero-copy {
  max-width: 980px;
}

.eyebrow,
.section-label,
.panel-kicker {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 1120px;
  margin-bottom: 24px;
  font-family: "Newsreader", serif;
  font-size: clamp(4rem, 12vw, 12rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(3.4rem, 8vw, 8.6rem);
}

h2 {
  margin-bottom: 22px;
  font-family: "Newsreader", serif;
  font-size: clamp(2.1rem, 4.6vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  color: var(--ink-2);
  font-size: 1.1rem;
  line-height: 1.12;
}

.hero-lede,
.page-hero > p {
  max-width: 820px;
  color: #2d3935;
  font-size: clamp(1.14rem, 2vw, 1.55rem);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  font-weight: 850;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 250, 240, 0.5);
}

.button.light {
  margin-top: 30px;
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.signal-panel {
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.signal-panel p:not(.panel-kicker) {
  color: #26322f;
  font-size: 1.1rem;
  font-weight: 700;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.metric-grid div {
  min-height: 98px;
  padding: 14px 12px;
  border: 1px solid rgba(23, 32, 29, 0.12);
  background: rgba(243, 239, 227, 0.62);
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  font-size: 1.65rem;
  line-height: 1;
}

.metric-grid span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.page-hero {
  min-height: 58svh;
  padding: clamp(70px, 10vw, 142px) clamp(20px, 5vw, 72px) clamp(48px, 6vw, 86px);
  border-bottom: 1px solid var(--line);
}

.radar-hero {
  min-height: 62svh;
}

.manifesto-hero {
  min-height: calc(86svh - 72px);
  padding: clamp(76px, 11vw, 150px) clamp(20px, 5vw, 72px) clamp(58px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.manifesto-hero h1 {
  max-width: 1180px;
  font-size: clamp(3.3rem, 8.5vw, 9.4rem);
}

.manifesto-hero > p {
  max-width: 900px;
  color: #2d3935;
  font-size: clamp(1.16rem, 2vw, 1.62rem);
  font-weight: 650;
}

.section {
  padding: clamp(62px, 8vw, 120px) clamp(20px, 5vw, 72px);
}

.intro-band,
.feature-band {
  border-block: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.52);
}

.split,
.feature-band,
.map-section,
.mvp-section,
.method-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.prose {
  color: #33413d;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  font-weight: 550;
}

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

.manifesto-body {
  padding: clamp(62px, 8vw, 120px) clamp(20px, 5vw, 72px);
}

.manifesto-lead {
  max-width: 1100px;
  margin-bottom: clamp(48px, 7vw, 92px);
}

.manifesto-lead p {
  color: var(--ink-2);
  font-family: "Newsreader", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 700;
  line-height: 1.02;
}

.manifesto-lead p:last-child {
  color: var(--muted);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.manifesto-grid article {
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.52);
}

.manifesto-grid span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--red);
  font-weight: 900;
}

.manifesto-grid h2 {
  font-size: clamp(2rem, 3.7vw, 4.2rem);
}

.manifesto-grid p {
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 650;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.5fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading > p {
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 650;
}

.pillar-grid,
.industry-grid,
.audience-grid,
.deliverable-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.pillar-grid {
  grid-template-columns: repeat(5, minmax(180px, 1fr));
}

.pillar-grid.three {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.industry-grid,
.audience-grid,
.deliverable-grid {
  grid-template-columns: repeat(3, minmax(210px, 1fr));
}

.audience-grid,
.deliverable-grid {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.pillar,
.industry-grid article,
.audience-grid article,
.deliverable-grid article {
  min-height: 260px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.48);
}

.pillar.strong {
  min-height: 320px;
}

.pillar span,
.industry-grid span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--red);
  font-weight: 900;
}

.pillar p,
.industry-grid p,
.audience-grid p,
.deliverable-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--red);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.text-link:hover {
  color: var(--red);
}

.quote-block {
  padding: 28px;
  border-left: 4px solid var(--red);
  background: rgba(255, 250, 240, 0.52);
}

.quote-block p {
  margin: 0;
  color: var(--ink-2);
  font-family: "Newsreader", serif;
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  font-weight: 700;
  line-height: 1.04;
}

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

.method-list div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.method-list.compact div {
  grid-template-columns: minmax(150px, 210px) 1fr;
}

.method-list strong {
  color: var(--copper);
  font-size: 1.02rem;
}

.method-list span {
  color: var(--muted);
  font-weight: 650;
}

.principles-section {
  border-bottom: 1px solid var(--line);
}

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

.principles-list div {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) 1fr;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.principles-list strong {
  color: var(--ink-2);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.principles-list span {
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 650;
}

.layer-stack {
  display: grid;
  gap: 12px;
}

.layer-stack article {
  display: grid;
  grid-template-columns: 72px minmax(190px, 0.38fr) 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.54);
}

.layer-stack span {
  color: var(--red);
  font-weight: 900;
}

.layer-stack h3,
.layer-stack p {
  margin: 0;
}

.layer-stack p {
  color: var(--muted);
  font-weight: 650;
}

.challenge-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 16px;
}

.challenge-board article {
  min-height: 390px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.56);
}

.challenge-board span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.challenge-board h2 {
  font-size: clamp(2rem, 3.6vw, 4rem);
}

.challenge-board p {
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 650;
}

.mvp-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(31, 111, 82, 0.12), rgba(36, 91, 120, 0.08)),
    rgba(255, 250, 240, 0.58);
}

.mvp-copy p:last-child {
  max-width: 700px;
  color: #33413d;
  font-size: 1.12rem;
  font-weight: 650;
}

.workflow {
  display: grid;
  gap: 12px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(23, 32, 29, 0.14);
  background: rgba(255, 250, 240, 0.74);
}

.workflow-step span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
}

.workflow-step p {
  margin: 0;
  font-weight: 800;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-cloud span {
  padding: 13px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.7);
  color: var(--ink-2);
  font-weight: 800;
}

.radar-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 0;
  padding: 0 clamp(20px, 5vw, 72px) clamp(62px, 8vw, 120px);
}

.radar-controls {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.radar-controls h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.filter-field {
  display: grid;
  gap: 8px;
}

.filter-field span {
  color: var(--ink-2);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-field select,
.filter-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(23, 32, 29, 0.24);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 750;
}

.filter-field input::placeholder {
  color: rgba(90, 103, 95, 0.72);
}

.reset-radar {
  width: 100%;
  cursor: pointer;
}

.radar-results {
  min-width: 0;
  padding-left: clamp(20px, 4vw, 56px);
}

.radar-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.radar-summary div {
  min-height: 110px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.62);
}

.radar-summary span {
  display: block;
  color: var(--red);
  font-family: "Newsreader", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 700;
  line-height: 0.86;
}

.radar-summary p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.radar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 14px;
}

.radar-card {
  display: grid;
  min-height: 560px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.66);
}

.radar-card header {
  display: grid;
  gap: 12px;
  align-content: start;
}

.radar-card h3 {
  margin-bottom: 0;
  font-family: "Newsreader", serif;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1;
}

.radar-card p {
  color: var(--muted);
  font-weight: 650;
}

.radar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.radar-meta span {
  padding: 7px 9px;
  border: 1px solid rgba(23, 32, 29, 0.14);
  background: rgba(243, 239, 227, 0.72);
  color: var(--ink-2);
  font-size: 0.76rem;
  font-weight: 900;
}

.radar-scoreboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.radar-scoreboard div {
  min-height: 74px;
  padding: 10px;
  border: 1px solid rgba(23, 32, 29, 0.12);
  background: rgba(243, 239, 227, 0.58);
}

.radar-scoreboard strong,
.radar-scoreboard span {
  display: block;
}

.radar-scoreboard strong {
  color: var(--red);
  font-family: "Newsreader", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.radar-scoreboard span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
}

.radar-impact {
  align-self: end;
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.radar-impact strong {
  margin-top: 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.radar-impact p {
  margin-bottom: 4px;
}

.radar-empty {
  grid-column: 1 / -1;
  padding: 32px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.7);
}

.radar-empty h3 {
  font-family: "Newsreader", serif;
  font-size: clamp(2rem, 4vw, 4rem);
}

.diagnostic-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  padding: 0 clamp(20px, 5vw, 72px) clamp(62px, 8vw, 120px);
}

.diagnostic-form,
.diagnostic-result {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.72);
  box-shadow: var(--shadow);
}

.diagnostic-form {
  display: grid;
  gap: 18px;
  align-self: start;
}

.diagnostic-form h2,
.diagnostic-result h2 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.diagnostic-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.diagnostic-cards article {
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(243, 239, 227, 0.6);
}

.diagnostic-cards span {
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.diagnostic-cards p {
  color: var(--muted);
  font-weight: 650;
}

.closing {
  padding: clamp(70px, 10vw, 150px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
}

.closing .section-label {
  color: #a7d0b8;
}

.closing h2 {
  max-width: 1120px;
  margin-bottom: 0;
}

.manifesto-closing h2 {
  max-width: 1240px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: #101715;
  font-size: 0.92rem;
  font-weight: 800;
}

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

@media (max-width: 1100px) {
  .hero,
  .split,
  .feature-band,
  .map-section,
  .mvp-section,
  .method-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
  }

  .pillar-grid,
  .pillar-grid.three,
  .industry-grid,
  .audience-grid,
  .deliverable-grid,
  .manifesto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layer-stack article {
    grid-template-columns: 58px 1fr;
  }

  .layer-stack p {
    grid-column: 2;
  }

  .radar-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .diagnostic-shell {
    grid-template-columns: 1fr;
  }

  .radar-controls {
    position: static;
  }

  .radar-results {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    align-items: center;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 72px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(255, 250, 240, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 13px 8px;
    border-bottom: 1px solid rgba(23, 32, 29, 0.1);
  }

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

  .nav-dropdown {
    border-bottom: 1px solid rgba(23, 32, 29, 0.1);
  }

  .nav-dropdown-button {
    justify-content: space-between;
    width: 100%;
    padding: 13px 8px;
    border-bottom: 0;
    color: var(--muted);
    text-align: left;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    padding: 0 0 8px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown:hover .nav-dropdown-menu {
    display: none;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    display: grid;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(3.3rem, 17vw, 5.8rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.8rem);
  }

  .signal-panel {
    padding: 20px;
  }

  .metric-grid,
  .radar-summary,
  .radar-grid,
  .diagnostic-cards,
  .pillar-grid,
  .pillar-grid.three,
  .industry-grid,
  .audience-grid,
  .deliverable-grid,
  .challenge-board,
  .manifesto-grid {
    grid-template-columns: 1fr;
  }

  .pillar,
  .pillar.strong,
  .industry-grid article,
  .audience-grid article,
  .deliverable-grid article,
  .challenge-board article,
  .manifesto-grid article {
    min-height: auto;
  }

  .pillar span,
  .industry-grid span {
    margin-bottom: 28px;
  }

  .method-list div,
  .method-list.compact div,
  .layer-stack article,
  .principles-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .layer-stack p {
    grid-column: auto;
  }

  .workflow-step {
    grid-template-columns: 42px 1fr;
  }

  .workflow-step span {
    width: 38px;
    height: 38px;
  }

  .site-footer {
    flex-direction: column;
  }
}
