:root {
  --cream: #faf1e4;
  --cream-soft: #fff8ec;
  --paper: #fffdf8;
  --brown: #4b2a1d;
  --brown-soft: #6d4a38;
  --red: #f24115;
  --red-deep: #c93312;
  --blue: #4d85fc;
  --yellow: #edbe64;
  --green: #3aa66d;
  --purple: #8052c7;
  --ink: #22120d;
  --line: #e7d7bd;
  --shadow: 0 22px 60px rgba(75, 42, 29, 0.14);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Ibarra Real Nova", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background: var(--cream);
  font-family: var(--sans);
  letter-spacing: 0;
}

body::selection {
  color: #ffffff;
  background: var(--red);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(150px, 280px) 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.brand-logo {
  width: 210px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
  color: var(--brown);
}

.site-nav a,
.site-footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.site-nav a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.nav-action,
.button,
.tool-link-row a,
.tool-link-row .coming-soon-control,
.stage-content a,
.stage-content .coming-soon-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nav-action {
  padding: 0 18px;
  color: #ffffff;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(242, 65, 21, 0.24);
}

.nav-action:hover,
.button-primary:hover {
  background: var(--red-deep);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
  isolation: isolate;
  background: var(--cream);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(250, 241, 228, 0.98) 0%, rgba(250, 241, 228, 0.86) 35%, rgba(250, 241, 228, 0.34) 65%, rgba(250, 241, 228, 0.2) 100%),
    linear-gradient(180deg, rgba(250, 241, 228, 0.2) 0%, rgba(250, 241, 228, 0.88) 92%),
    url("assets/khamango-landscape.jpg") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: 280px;
  height: 110px;
  background:
    url("assets/footprint-02-black.png") 0 50% / 42px auto no-repeat,
    url("assets/footprint-03-black.png") 54px 26% / 40px auto no-repeat,
    url("assets/footprint-02-black.png") 112px 66% / 38px auto no-repeat,
    url("assets/footprint-03-black.png") 168px 36% / 36px auto no-repeat;
  opacity: 0.62;
  transform: rotate(-8deg);
}

.hero-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 86vh;
  margin: 0 auto;
  display: grid;
  align-content: center;
  gap: 42px;
  padding: 118px 0 76px;
}

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

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

h1,
.section-heading h2,
.handoff-band h2,
.tool-links h2 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 560;
  color: var(--brown);
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 26px;
  font-size: 70px;
  line-height: 0.92;
}

.hero-copy p {
  max-width: 540px;
  margin-bottom: 32px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-width: 170px;
  padding: 0 22px;
}

.button-primary {
  color: #ffffff;
  background: var(--red);
  box-shadow: 0 14px 30px rgba(242, 65, 21, 0.22);
}

.button-secondary {
  border: 1px solid rgba(75, 42, 29, 0.42);
  color: var(--brown);
  background: rgba(255, 253, 248, 0.74);
  backdrop-filter: blur(4px);
}

.button-secondary:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-1px);
}

.hero-pathway {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  align-items: center;
  gap: 0;
  max-width: 760px;
  border: 1px solid rgba(75, 42, 29, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 44px rgba(75, 42, 29, 0.1);
  overflow: hidden;
}

.hero-pathway span {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
}

.hero-pathway span + span {
  border-left: 1px solid rgba(75, 42, 29, 0.16);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 20px 0 56px;
  border-top: 1px solid var(--line);
}

.proof-strip div {
  padding: 16px 28px 0 0;
}

.proof-strip strong {
  display: block;
  margin-bottom: 7px;
  color: var(--brown);
  font-size: 14px;
}

.proof-strip span {
  display: block;
  max-width: 310px;
  color: var(--brown-soft);
  font-size: 13px;
  line-height: 1.55;
}

.choice-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 12px;
  padding: 28px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 16px 42px rgba(75, 42, 29, 0.07);
}

.choice-band h2 {
  margin-bottom: 8px;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 31px;
  font-style: italic;
  font-weight: 560;
  line-height: 1.12;
}

.choice-band p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--brown-soft);
  font-size: 15px;
  line-height: 1.65;
}

.choice-options {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
}

.choice-options span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(75, 42, 29, 0.22);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--brown);
  background: var(--cream-soft);
  font-size: 12px;
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
}

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

.section-heading h2,
.handoff-band h2,
.tool-links h2 {
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 1.08;
}

.section-heading p,
.handoff-band p,
.tool-links p {
  color: var(--brown-soft);
  font-size: 17px;
  line-height: 1.7;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 7%;
  right: 7%;
  height: 2px;
  border-top: 2px dashed rgba(75, 42, 29, 0.28);
}

.stage {
  position: relative;
  display: grid;
  gap: 18px;
}

.stage-number {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 700;
  font-style: italic;
  box-shadow: 0 12px 28px rgba(75, 42, 29, 0.16);
}

.stage-content {
  display: flex;
  min-height: 414px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 14px 44px rgba(75, 42, 29, 0.07);
}

.stage-step {
  margin-bottom: 10px;
  color: var(--brown-soft);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.stage-content h3 {
  margin-bottom: 10px;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  font-weight: 560;
  line-height: 1.1;
}

.stage-content p {
  color: var(--brown-soft);
  font-size: 14px;
  line-height: 1.55;
}

.stage-content ul,
.audience-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}

.stage-content li,
.audience-grid li {
  position: relative;
  padding-left: 18px;
}

.stage-content li::before,
.audience-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.stage-content a {
  margin-top: auto;
  border: 1px solid currentColor;
  padding: 0 14px;
  background: rgba(255, 253, 248, 0.76);
}

.stage-content a:hover {
  background: currentColor;
  color: #ffffff;
  transform: translateY(-1px);
}

.stage-content .coming-soon-control {
  margin-top: auto;
  border: 1px dashed currentColor;
  padding: 0 14px;
  background: rgba(255, 253, 248, 0.58);
  cursor: default;
  opacity: 0.72;
}

.stage-one .stage-number,
.stage-one li::before {
  background: var(--yellow);
}

.stage-one a {
  color: #a86600;
}

.stage-two .stage-number,
.stage-two li::before {
  background: var(--blue);
}

.stage-two a {
  color: var(--blue);
}

.stage-three .stage-number,
.stage-three li::before {
  background: var(--red);
}

.stage-three a {
  color: var(--red);
}

.stage-four .stage-number,
.stage-four li::before {
  background: var(--green);
}

.stage-four a {
  color: var(--green);
}

.stage-five .stage-number,
.stage-five li::before {
  background: var(--purple);
}

.stage-five a {
  color: var(--purple);
}

.handoff-band {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  margin: 14px auto 0;
  padding: 26px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.94), rgba(255, 248, 236, 0.72));
}

.handoff-band img {
  width: 54px;
  opacity: 0.34;
}

.handoff-band h2 {
  margin-bottom: 6px;
  font-size: 30px;
}

.handoff-band p {
  margin-bottom: 0;
  font-size: 15px;
}

.audience-section {
  padding-top: 86px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.audience-grid article:nth-child(1) {
  border-top: 5px solid var(--yellow);
}

.audience-grid article:nth-child(2) {
  border-top: 5px solid var(--blue);
}

.audience-grid article:nth-child(3) {
  border-top: 5px solid var(--green);
}

.audience-grid h3 {
  margin-bottom: 10px;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
  font-weight: 560;
}

.audience-grid p {
  color: var(--brown-soft);
  font-size: 15px;
  line-height: 1.6;
}

.tool-links {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 52px 24px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(75, 42, 29, 0.96), rgba(75, 42, 29, 0.88)),
    url("assets/khamango-landscape.jpg") center / cover no-repeat;
  text-align: center;
}

.tool-links::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 34px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(237, 190, 100, 0.46);
  border-radius: 999px;
  opacity: 0.7;
}

.tool-links h2,
.tool-links p {
  position: relative;
  color: #ffffff;
}

.tool-link-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.tool-link-row a {
  min-width: 158px;
  padding: 0 18px;
  border: 1px solid rgba(255, 253, 248, 0.42);
  color: #ffffff;
  background: rgba(255, 253, 248, 0.08);
}

.tool-link-row a:hover {
  border-color: var(--yellow);
  background: rgba(237, 190, 100, 0.18);
  transform: translateY(-1px);
}

.tool-link-row .coming-soon-control {
  min-width: 158px;
  padding: 0 18px;
  border: 1px dashed rgba(255, 253, 248, 0.38);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 253, 248, 0.05);
  cursor: default;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.8fr;
  gap: 48px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 44px 0 54px;
  color: var(--brown);
}

.site-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 150px;
  height: 80px;
  background:
    url("assets/footprint-02-black.png") 0 44px / 32px auto no-repeat,
    url("assets/footprint-03-black.png") 42px 20px / 30px auto no-repeat,
    url("assets/footprint-02-black.png") 84px 38px / 30px auto no-repeat;
  opacity: 0.42;
}

.footer-logo {
  width: 170px;
  margin-bottom: 14px;
}

.site-footer p {
  max-width: 260px;
  color: var(--brown-soft);
  font-size: 13px;
  line-height: 1.6;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--brown);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.site-footer a {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: var(--brown-soft);
  font-size: 13px;
}

.site-footer .footer-disabled {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: rgba(109, 74, 56, 0.62);
  font-size: 13px;
  cursor: default;
}

.docs-body {
  background:
    linear-gradient(180deg, rgba(250, 241, 228, 0.94), rgba(255, 248, 236, 0.98)),
    url("assets/khamango-landscape.jpg") top center / 100% 560px no-repeat;
}

.docs-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(150px, 280px) 1fr;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.docs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: end;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 42px;
}

.docs-hero h1 {
  max-width: 760px;
  font-size: 60px;
}

.docs-hero p {
  max-width: 720px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.docs-note {
  border: 1px solid rgba(75, 42, 29, 0.18);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 16px 42px rgba(75, 42, 29, 0.08);
}

.docs-note strong,
.docs-note span {
  display: block;
}

.docs-note strong {
  margin-bottom: 8px;
  color: var(--brown);
  font-size: 14px;
}

.docs-note span {
  color: var(--brown-soft);
  font-size: 13px;
  line-height: 1.6;
}

.docs-index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 38px;
}

.docs-index a,
.doc-title-row > a,
.doc-title-row > .coming-soon-control {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(75, 42, 29, 0.22);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(255, 253, 248, 0.76);
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.docs-index a:hover,
.doc-title-row > a:hover {
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-1px);
}

.doc-title-row > .coming-soon-control {
  border-style: dashed;
  color: rgba(109, 74, 56, 0.68);
  background: rgba(255, 253, 248, 0.58);
  cursor: default;
}

.doc-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 38px;
  padding: 38px 0 20px;
  border-top: 1px solid var(--line);
}

.doc-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.doc-title-row h2 {
  margin-bottom: 0;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 42px;
  font-style: italic;
  font-weight: 560;
  line-height: 1.08;
}

.doc-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.doc-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  max-width: 860px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 16px 44px rgba(75, 42, 29, 0.07);
}

.doc-card {
  border-top: 5px solid var(--red);
}

.doc-label {
  margin-bottom: 12px;
  color: var(--brown-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.doc-card h3 {
  margin-bottom: 16px;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 29px;
  font-style: italic;
  font-weight: 560;
  line-height: 1.14;
}

.doc-card p,
.doc-card li,
.detail-list dd {
  color: var(--brown-soft);
  font-size: 14px;
  line-height: 1.65;
}

.doc-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.doc-card li {
  position: relative;
  padding-left: 18px;
}

.doc-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--red);
}

.doc-use {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--ink);
  font-weight: 650;
}

.detail-list {
  display: grid;
  gap: 16px;
  margin: 0;
}

.detail-list div {
  display: grid;
  gap: 6px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.detail-list div:first-child {
  border-top: 0;
  padding-top: 0;
}

.detail-list dt {
  color: var(--brown);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 0;
}

.docs-footer {
  margin-top: 40px;
}

.legal-body {
  background:
    linear-gradient(180deg, rgba(250, 241, 228, 0.94), rgba(255, 248, 236, 0.98)),
    url("assets/khamango-landscape.jpg") top center / 100% 520px no-repeat;
}

.legal-page {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 34px;
}

.legal-hero {
  margin-bottom: 24px;
}

.legal-hero h1 {
  max-width: 840px;
  font-size: 58px;
}

.legal-hero p {
  max-width: 780px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
}

.legal-version {
  border: 1px solid rgba(75, 42, 29, 0.18);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 253, 248, 0.84);
}

.legal-document {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 18px 50px rgba(75, 42, 29, 0.08);
}

.legal-document h1 {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.12;
}

.legal-document h2 {
  margin: 34px 0 12px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--brown);
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  font-weight: 560;
  line-height: 1.16;
}

.legal-document h3 {
  margin: 22px 0 9px;
  color: var(--brown);
  font-size: 18px;
}

.legal-document p {
  margin-bottom: 12px;
  color: var(--brown-soft);
  font-size: 14px;
  line-height: 1.72;
}

.legal-document .legal-bullet {
  position: relative;
  padding-left: 18px;
}

.legal-document .legal-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--red);
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 220px 1fr;
  }

  .docs-hero,
  .doc-pair {
    grid-template-columns: 1fr;
  }

  .doc-card {
    min-height: 0;
  }

  .docs-index {
    grid-template-columns: repeat(3, 1fr);
  }

  .nav-action {
    display: none;
  }

  h1 {
    font-size: 56px;
  }

  .legal-hero h1 {
    font-size: 48px;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }

  .choice-band {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    top: 0;
    bottom: 0;
    left: 25px;
    right: auto;
    width: 2px;
    height: auto;
    border-top: 0;
    border-left: 2px dashed rgba(75, 42, 29, 0.24);
  }

  .stage {
    grid-template-columns: 50px 1fr;
    align-items: start;
  }

  .stage-number {
    margin: 0;
  }

  .stage-content {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-header,
  .docs-header {
    position: absolute;
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(100% - 32px, 520px);
    padding-top: 18px;
  }

  .brand-logo {
    width: 178px;
  }

  .site-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-backdrop {
    background:
      linear-gradient(180deg, rgba(250, 241, 228, 0.94) 0%, rgba(250, 241, 228, 0.86) 54%, rgba(250, 241, 228, 0.96) 100%),
      url("assets/khamango-landscape.jpg") center / cover no-repeat;
  }

  .hero::after {
    right: -12px;
    bottom: 20px;
    opacity: 0.38;
  }

  .hero-inner {
    width: min(100% - 32px, 520px);
    padding-top: 156px;
    padding-bottom: 52px;
  }

  h1 {
    font-size: 43px;
    line-height: 0.98;
  }

  .hero-copy p {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .hero-pathway {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .hero-pathway span + span {
    border-left: 0;
    border-top: 1px solid rgba(75, 42, 29, 0.16);
  }

  .proof-strip,
  .audience-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    width: min(100% - 32px, 520px);
    padding-bottom: 32px;
  }

  .section,
  .handoff-band,
  .choice-band,
  .site-footer,
  .docs-hero,
  .docs-index,
  .doc-section {
    width: min(100% - 32px, 520px);
  }

  .docs-header {
    position: relative;
  }

  .docs-hero {
    padding-top: 34px;
  }

  .docs-hero h1 {
    font-size: 42px;
  }

  .docs-index {
    grid-template-columns: 1fr;
  }

  .legal-page {
    width: min(100% - 32px, 620px);
    padding-top: 116px;
  }

  .legal-hero h1 {
    font-size: 38px;
  }

  .legal-document {
    padding: 22px;
  }

  .doc-title-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .doc-title-row h2 {
    font-size: 34px;
  }

  .doc-card {
    padding: 22px;
  }

  .doc-card h3 {
    font-size: 25px;
  }

  .choice-band {
    padding: 24px;
  }

  .choice-band h2 {
    font-size: 27px;
  }

  .choice-options {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }

  .section-heading h2,
  .tool-links h2 {
    font-size: 34px;
  }

  .handoff-band {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .handoff-band h2 {
    font-size: 27px;
  }

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

  .stage-number {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }

  .timeline::before {
    left: 21px;
  }

  .stage-content {
    padding: 20px;
  }

  .tool-links {
    padding: 46px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
