:root {
  --night: #171b22;
  --night-2: #222733;
  --stone: #d8d0bf;
  --paper: #f5efe3;
  --paper-2: #ebe1cf;
  --ink: #262725;
  --muted: #756f66;
  --line: rgba(38, 39, 37, 0.14);
  --line-dark: rgba(245, 239, 227, 0.14);
  --warm: #d6a352;
  --warm-2: #f0c46b;
  --clay: #8e4a35;
  --moss: #6f7862;
  --blue: #48566a;
  --radius: 8px;
  --section: min(1060px, calc(100vw - 112px));
  --shadow: 0 28px 80px rgba(27, 25, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(38, 39, 37, 0.045) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(38, 39, 37, 0.04) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--paper);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

p {
  margin-bottom: 18px;
}

.section,
.hero {
  position: relative;
  padding: clamp(66px, 8vw, 112px) max(56px, calc((100vw - 1060px) / 2));
}

.section-night {
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 16%, rgba(214, 163, 82, 0.18), transparent 28%),
    linear-gradient(135deg, #151922 0%, #202532 56%, #332420 100%);
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::before,
.hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero::before {
  inset: 24px;
  border: 1px solid rgba(245, 239, 227, 0.1);
}

.hero::after {
  right: 6%;
  bottom: 10%;
  width: 42vw;
  min-width: 360px;
  max-width: 620px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 239, 227, 0.2), transparent);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  width: var(--section);
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--warm);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section:not(.section-night) .eyebrow {
  color: var(--clay);
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(50px, 5.6vw, 82px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(245, 239, 227, 0.82);
  font-size: clamp(19px, 1.85vw, 25px);
  line-height: 1.45;
}

.hero-toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 510px;
  margin-top: 34px;
}

.hero-toc a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(245, 239, 227, 0.14);
  border-radius: var(--radius);
  background: rgba(245, 239, 227, 0.055);
  color: rgba(245, 239, 227, 0.76);
  font-size: 13px;
  font-weight: 680;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.hero-toc a:hover {
  border-color: rgba(240, 196, 107, 0.38);
  background: rgba(245, 239, 227, 0.085);
  color: rgba(245, 239, 227, 0.92);
}

.hero-toc strong {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--warm);
  color: #201c17;
  font-size: 12px;
}

.night-house {
  position: absolute;
  right: clamp(-170px, -5vw, -70px);
  bottom: clamp(-8px, 5vh, 58px);
  z-index: 0;
  display: grid;
  width: min(47vw, 560px);
  min-width: 390px;
  min-height: 500px;
  align-items: end;
  isolation: isolate;
  opacity: 0.34;
  pointer-events: none;
  filter: saturate(0.86) blur(0.2px);
}

.house {
  position: relative;
  width: min(100%, 430px);
  min-height: 390px;
  margin-left: auto;
  padding: 70px 42px 42px;
  border: 1px solid rgba(245, 239, 227, 0.1);
  border-radius: 8px 8px 3px 3px;
  background:
    linear-gradient(90deg, rgba(245, 239, 227, 0.028) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(245, 239, 227, 0.055), rgba(245, 239, 227, 0.01)),
    rgba(37, 43, 53, 0.72);
  box-shadow:
    0 42px 100px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(245, 239, 227, 0.07);
}

.house::after {
  position: absolute;
  content: "";
}

.house::after {
  left: -36px;
  right: -36px;
  bottom: -18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(9, 11, 15, 0.28);
  filter: blur(8px);
  z-index: -1;
}

.house-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 20px;
}

.house-grid span {
  min-height: 46px;
  border: 1px solid rgba(245, 239, 227, 0.13);
  border-radius: 5px;
  background: rgba(12, 15, 21, 0.35);
}

.house-grid .lit,
.house-grid .soft {
  border-color: rgba(240, 196, 107, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 238, 179, 0.82), rgba(218, 151, 66, 0.5));
  box-shadow:
    0 0 28px rgba(240, 196, 107, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.house-grid .soft {
  opacity: 0.58;
}

.entrance {
  display: grid;
  place-items: center;
  margin: 26px auto 0;
  width: 86px;
  height: 70px;
  border: 1px solid rgba(240, 196, 107, 0.5);
  border-bottom: none;
  border-radius: 44px 44px 0 0;
  background: linear-gradient(180deg, rgba(240, 196, 107, 0.32), rgba(26, 23, 20, 0.76));
}

.entrance span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--warm-2);
  box-shadow: 0 0 18px rgba(240, 196, 107, 0.7);
}

.memo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.72fr);
  gap: clamp(36px, 5vw, 68px);
  align-items: start;
  width: var(--section);
}

.memo-prose {
  max-width: 760px;
}

.memo-prose h2,
.section-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(32px, 3.35vw, 48px);
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
}

.memo-prose h3,
.section-heading h3,
.mission-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.memo-prose p,
.section-heading p,
.mission-copy p,
.principle-note {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.context-visual {
  position: sticky;
  top: 36px;
  display: grid;
  gap: 14px;
}

.shift-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.64);
  box-shadow: var(--shadow);
}

.shift-card.new {
  color: var(--paper);
  border-color: rgba(245, 239, 227, 0.12);
  background: linear-gradient(145deg, #242a34, #342720);
}

.shift-label {
  display: block;
  margin-bottom: 16px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shift-card.new .shift-label {
  color: var(--warm-2);
}

.shift-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.1;
}

.shift-card p {
  margin: 0;
  color: inherit;
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.6;
}

.shift-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--warm);
  color: #1e1a15;
  font-size: 24px;
  font-weight: 800;
}

.opportunities,
.audience-block,
.mission-block,
.target-state {
  width: var(--section);
  margin-top: clamp(58px, 7vw, 94px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading.compact {
  max-width: 840px;
  margin-bottom: 24px;
}

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

.opportunity-grid article,
.state-grid article,
.audience-map article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.66);
}

.opportunity-grid article {
  min-height: 220px;
  padding: 18px;
}

.opportunity-grid span,
.state-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 26px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(142, 74, 53, 0.1);
  color: var(--clay);
  font-size: 11px;
  font-weight: 820;
}

.phase-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(142, 74, 53, 0.16);
  border-radius: 5px;
  background: rgba(142, 74, 53, 0.08);
  color: var(--clay);
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
}

.opportunity-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}

.concept-section {
  background:
    linear-gradient(180deg, rgba(235, 225, 207, 0.72), rgba(245, 239, 227, 0.92)),
    var(--paper);
}

.phase-panel {
  position: sticky;
  top: 36px;
  display: grid;
  gap: 0;
}

.phase-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.7);
  box-shadow: var(--shadow);
}

.phase-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.22;
}

.phase-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.64;
}

.phase-line {
  width: 1px;
  height: 42px;
  margin-left: 32px;
  background: linear-gradient(180deg, var(--clay), rgba(142, 74, 53, 0.1));
}

.audience-map {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 110px minmax(0, 0.86fr);
  gap: 18px;
  align-items: center;
}

.audience-core,
.audience-outer {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.48);
}

.audience-core {
  box-shadow: inset 0 0 0 1px rgba(142, 74, 53, 0.06);
}

.map-label {
  color: var(--clay);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-map article {
  padding: 15px;
}

.audience-map strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}

.audience-map p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.access-gate {
  display: grid;
  min-height: 190px;
  place-items: center;
}

.access-gate span {
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid rgba(142, 74, 53, 0.22);
  border-radius: var(--radius);
  background: rgba(142, 74, 53, 0.08);
  color: var(--clay);
  font-size: 11px;
  font-weight: 820;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.principle-note {
  max-width: 860px;
  margin: 24px 0 0;
  padding: 22px 24px;
  border-left: 3px solid var(--clay);
  background: rgba(255, 252, 246, 0.62);
}

.mission-block {
  padding: clamp(34px, 4.8vw, 56px);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(28, 32, 41, 0.98), rgba(57, 42, 34, 0.98)),
    var(--night);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.mission-copy {
  max-width: 900px;
}

.mission-copy p {
  color: rgba(245, 239, 227, 0.78);
}

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

.state-grid article {
  min-height: 264px;
  padding: 22px;
}

.state-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.22;
}

.state-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.plan-section {
  background:
    linear-gradient(90deg, rgba(38, 39, 37, 0.045) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(38, 39, 37, 0.04) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, rgba(245, 239, 227, 0.9), rgba(229, 217, 196, 0.55)),
    var(--paper);
  padding-right: clamp(16px, 2.2vw, 32px);
  padding-left: clamp(16px, 2.2vw, 32px);
}

.plan-toolbar,
.gantt-shell {
  width: 100%;
}

.plan-section > .section-heading,
.calculator-section > .section-heading {
  width: var(--section);
  max-width: var(--section);
  margin-right: auto;
  margin-left: auto;
}

.plan-toolbar {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.mobile-plan-note {
  display: none;
  width: 100%;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(142, 74, 53, 0.22);
  border-radius: var(--radius);
  background: rgba(142, 74, 53, 0.08);
}

.mobile-plan-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-plan-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.date-control {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.68);
  box-shadow: var(--shadow);
}

.date-control {
  display: grid;
  min-width: min(100%, 290px);
  gap: 10px;
  padding: 18px;
}

.date-control span {
  color: var(--clay);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.date-control input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(142, 74, 53, 0.18);
  border-radius: var(--radius);
  background: rgba(245, 239, 227, 0.72);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 720;
  padding: 0 12px;
}

.gantt-shell {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  transform: none;
  border: 1px solid rgba(38, 39, 37, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.82), rgba(255, 252, 246, 0.52)),
    rgba(255, 252, 246, 0.7);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.gantt-scroll {
  overflow: visible;
}

.gantt-grid {
  min-width: 0;
}

.gantt-phases {
  position: relative;
  min-height: 64px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 252, 246, 0.62);
  color: var(--ink);
}

.phase-boundaries {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.phase-boundaries::before {
  position: absolute;
  top: 50%;
  right: 36px;
  left: 36px;
  height: 1px;
  background: rgba(142, 74, 53, 0.18);
  content: "";
  transform: translateY(-50%);
}

.phase-boundaries span {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 84px;
  min-height: 30px;
  place-items: center;
  padding: 0 9px;
  border: 1px solid rgba(142, 74, 53, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.96);
  color: var(--clay);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
}

.gantt-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(18, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(68px, auto));
  gap: 10px;
  padding: 16px;
  background:
    linear-gradient(90deg, rgba(38, 39, 37, 0.08) 1px, transparent 1px) 0 0 / calc(100% / 9) 100%,
    rgba(245, 239, 227, 0.44);
}

.gantt-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 66px;
  flex-direction: column;
  justify-content: space-between;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid rgba(38, 39, 37, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 252, 246, 0.88);
  color: var(--ink);
  font: inherit;
  text-align: left;
  box-shadow: 0 16px 38px rgba(27, 25, 22, 0.08);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.gantt-card:hover,
.gantt-card:focus-visible {
  border-color: rgba(142, 74, 53, 0.35);
  box-shadow: 0 22px 46px rgba(27, 25, 22, 0.14);
  transform: translateY(-2px);
  outline: none;
}

.gantt-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: var(--radius) 0 0 var(--radius);
  background: var(--clay);
  content: "";
}

.gantt-card.is-research::before {
  background: var(--moss);
}

.gantt-card.is-strategy::before {
  background: var(--blue);
}

.gantt-card.is-launch::before {
  background: var(--warm);
}

.gantt-card.is-close::before {
  background: var(--night-2);
}

.gantt-card span {
  color: var(--clay);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gantt-card strong {
  display: block;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.28;
}

.calculator-section {
  background:
    linear-gradient(180deg, rgba(235, 225, 207, 0.78), rgba(245, 239, 227, 0.96)),
    var(--paper);
  padding-right: clamp(16px, 2.2vw, 32px);
  padding-left: clamp(16px, 2.2vw, 32px);
}

.calculator-root {
  width: 100%;
  border-top: 1px solid rgba(38, 39, 37, 0.12);
  background: transparent;
  overflow: visible;
}

.task-dialog {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
}

.task-dialog[hidden] {
  display: none;
}

.task-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 21, 27, 0.58);
  backdrop-filter: blur(10px);
}

.task-modal {
  position: relative;
  width: min(760px, 100%);
  max-height: min(82vh, 820px);
  overflow: auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(245, 239, 227, 0.18);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.28);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 252, 246, 0.76);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal-stage {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.task-modal h3 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.modal-section {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.modal-section h4 {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-section p,
.modal-section li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.modal-section p {
  margin: 0;
}

.modal-section ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.modal-section.artifact {
  padding: 18px;
  border: 1px solid rgba(142, 74, 53, 0.16);
  border-radius: var(--radius);
  background: rgba(142, 74, 53, 0.06);
}

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.js-reveal .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  :root {
    --section: min(100% - 44px, 780px);
  }

  .section,
  .hero {
    padding-right: 22px;
    padding-left: 22px;
  }

  .hero-shell,
  .memo-layout,
  .audience-map {
    grid-template-columns: 1fr;
  }

  .night-house {
    right: -150px;
    bottom: 18px;
    width: min(66vw, 460px);
    min-width: 320px;
    min-height: 380px;
    opacity: 0.22;
  }

  .house {
    min-height: 350px;
    margin-right: 0;
    margin-left: auto;
  }

  .context-visual,
  .phase-panel {
    position: relative;
    top: auto;
  }

  .opportunity-grid,
  .state-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-toolbar {
    flex-direction: column;
  }

  .access-gate {
    min-height: auto;
  }

}

@media (max-width: 760px) {
  .mobile-plan-note {
    display: block;
  }
}

@media (max-width: 640px) {
  :root {
    --section: min(100% - 32px, 560px);
  }

  .section,
  .hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero::before {
    inset: 12px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero-toc,
  .opportunity-grid,
  .state-grid {
    grid-template-columns: 1fr;
  }

  .house {
    width: 360px;
    min-height: 330px;
    padding: 58px 24px 32px;
  }

  .night-house {
    right: -210px;
    bottom: -12px;
    width: 460px;
    min-width: 0;
    min-height: 340px;
    opacity: 0.18;
  }

  .house-grid {
    gap: 12px;
  }

  .house-grid span {
    min-height: 38px;
  }

  .memo-prose h2,
  .section-heading h2 {
    font-size: 31px;
  }

  .memo-prose p,
  .section-heading p,
  .mission-copy p,
  .principle-note {
    font-size: 15px;
    line-height: 1.68;
  }

  .opportunity-grid article,
  .state-grid article {
    min-height: auto;
  }

  .gantt-body {
    gap: 6px;
    padding: 10px;
  }

  .gantt-card {
    min-height: 58px;
    padding: 9px 8px;
  }

  .gantt-card span {
    font-size: 8px;
  }

  .gantt-card strong {
    font-size: 10px;
    line-height: 1.2;
  }

  .phase-boundaries span {
    min-width: 48px;
    min-height: 24px;
    padding: 0 4px;
    font-size: 9px;
  }

  .phase-boundaries::before {
    right: 24px;
    left: 24px;
  }

  .task-dialog {
    padding: 14px;
  }
}
