:root {
  --font-sans: "Inter", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --ink: #15191b;
  --muted-ink: #24282a;
  --forest: #104f3b;
  --forest-dark: #0c3e30;
  --copper: #b67836;
  --cream: #f8f3ec;
  --warm-white: #fbf8f2;
  --line: #ddd4c9;
  --line-soft: #e7dfd5;
  --focus: #8a5a23;
  --tile-surface: #fffaf3;
  --tile-wash: #f9f5ee;
  --tile-border-active: #c9ad8c;
  --tile-shadow: 0 15px 35px rgba(50, 39, 25, 0.06);
  --header-height: 110px;
  --hero-height: 695px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
}

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

svg {
  display: block;
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 540px auto 1fr;
  align-items: center;
  height: var(--header-height);
  padding: 0 67px 0 43px;
  background: rgba(250, 247, 241, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 58px;
  color: var(--ink);
  font-weight: 700;
  text-transform: uppercase;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--copper);
  background: var(--warm-white);
}

.brand-mark svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--copper);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-name {
  margin-left: 20px;
  font-size: 19px;
  line-height: 1.3;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  min-width: 540px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.desktop-nav a,
.desktop-nav summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  cursor: pointer;
}

.desktop-nav summary {
  list-style: none;
}

.desktop-nav summary::-webkit-details-marker {
  display: none;
}

.nav-menu {
  position: relative;
}

.nav-menu summary::after {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.nav-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 220px;
  padding: 8px;
  background: var(--warm-white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 32px rgba(41, 33, 23, 0.12);
  transform: translateX(-50%);
}

.nav-panel a {
  display: flex;
  min-height: 42px;
  padding: 0 12px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}

.nav-panel a:hover {
  background: #efe7dc;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 58px;
  background: var(--forest);
  color: #ffffff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(16, 79, 59, 0.12);
}

.hero {
  position: relative;
  min-height: var(--hero-height);
  background-color: var(--cream);
  background-image: url("./assets/therapy-office-scene.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-bottom: 1px solid var(--line-soft);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 610px;
  padding: 82px 0 0 81px;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 64px;
  font-weight: 500;
  line-height: 1.045;
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero h1 em {
  color: var(--forest);
  font-style: italic;
  font-weight: 500;
}

.hero p {
  width: 560px;
  margin: 23px 0 0;
  color: var(--muted-ink);
  font-size: 22px;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-top: 42px;
}

.hero .hero-pricing-note {
  width: auto;
  margin: 16px 0 0;
  color: var(--muted-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.primary-button,
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.primary-button {
  flex: 0 0 auto;
  justify-content: center;
  width: 353px;
  padding: 0 18px;
  background: var(--forest);
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 13px;
}

.primary-button span {
  white-space: nowrap;
}

.primary-button svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-right: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.text-link {
  color: var(--forest);
  font-size: 14px;
  white-space: nowrap;
}

.text-link svg {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 219px;
  padding: 43px 63px 40px 65px;
  background: var(--warm-white);
}

.benefit {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 21px;
  min-width: 0;
  padding-right: 10px;
}

.benefit + .benefit {
  padding-left: 30px;
}

.benefit + .benefit::before {
  position: absolute;
  top: 8px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background: var(--line);
  content: "";
}

.benefit-icon {
  width: 51px;
  height: 51px;
  fill: none;
  stroke: var(--forest);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit h3 {
  margin: 6px 0 14px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
  white-space: nowrap;
}

.benefit p {
  margin: 0;
  max-width: 215px;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 1.6;
}

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

.section-inner {
  width: min(100%, 1376px);
  margin: 0 auto;
  padding: 96px 64px;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.04;
}

.section h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.section p {
  margin: 0;
  color: var(--muted-ink);
  font-size: 19px;
  line-height: 1.58;
}

.section-copy p:not(.section-kicker),
.section-heading p:not(.section-kicker) {
  margin-top: 24px;
}

.section-heading {
  max-width: 790px;
}

.compact-heading {
  max-width: 760px;
}

.problem-section,
.review-section,
.findings-section,
.deliverables-section,
.credibility-section {
  background: var(--warm-white);
}

.value-section,
.proof-section {
  background: #f4eee6;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 92px;
  align-items: start;
}

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

.uncertainty-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 26px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.uncertainty-row span {
  color: var(--copper);
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1;
}

.value-grid,
.deliverables-grid,
.proof-grid,
.credibility-grid,
.request-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1fr);
  gap: 82px;
  align-items: start;
}

.value-list,
.deliverable-list,
.credibility-list {
  display: grid;
  gap: 18px;
}

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

.value-list article,
.deliverable-list article,
.credibility-list article {
  padding: 28px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.value-list span,
.deliverable-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--copper);
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1;
  background: rgba(182, 120, 54, 0.08);
  border: 1px solid var(--tile-border-active);
  border-radius: 50%;
}

.value-list span {
  display: block;
  width: auto;
  height: auto;
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 800;
  background: none;
  border: 0;
  border-radius: 0;
}

.value-list p,
.deliverable-list p,
.credibility-list p {
  margin-top: 12px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

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

.deliverable-list h3 {
  margin-top: 20px;
  color: var(--forest);
  font-size: 22px;
  line-height: 1.14;
}

.scope-panel {
  grid-column: 2;
  padding: 28px;
  background: rgba(16, 79, 59, 0.07);
  border: 1px solid rgba(16, 79, 59, 0.18);
  border-radius: 8px;
}

.scope-panel h3 {
  color: var(--forest);
  font-size: 22px;
}

.scope-panel p {
  margin-top: 14px;
  color: var(--ink);
  font-size: 16px;
}

.sample-table-wrap {
  grid-column: 1 / -1;
  overflow-x: auto;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.sample-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.42;
}

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

.sample-table th {
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.sample-table tr:last-child td {
  border-bottom: 0;
}

.doorway-section,
.process-section,
.paths-section {
  background: #f4eee6;
}

.doorway-section {
  background: #f6efe5;
}

.doorway-inner {
  width: 100%;
  max-width: 1545px;
  padding: 126px clamp(64px, 6.35vw, 98px) 118px;
}

.doorway-heading {
  max-width: 840px;
}

.doorway-heading .section-kicker {
  margin-bottom: 21px;
  color: var(--forest);
  font-size: 22px;
}

.kicker-rule,
.door-rule {
  display: block;
  width: 51px;
  height: 3px;
  background: var(--copper);
}

.tile-rule {
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 18px;
  background: var(--copper);
}

.doorway-heading h2 {
  margin-top: 30px;
  font-size: 76px;
  line-height: 1.05;
}

.doorway-heading p:not(.section-kicker) {
  max-width: 675px;
  margin-top: 36px;
  font-size: 23px;
  line-height: 1.52;
}

.doorway-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  margin-top: 56px;
}

.doorway-map::before {
  position: absolute;
  top: 51%;
  right: 5%;
  left: 5%;
  height: 0;
  border-top: 1px dashed #d9cdbf;
  content: "";
}

.door-node {
  position: relative;
  z-index: 1;
  min-height: 242px;
  padding: 35px 28px 29px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.door-icon,
.note-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: var(--forest);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 10px 21px rgba(16, 79, 59, 0.2);
}

.door-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.door-node h3 {
  margin-top: 25px;
  color: var(--forest);
  font-size: 25px;
  line-height: 1.1;
}

.door-node .door-rule {
  width: 34px;
  height: 3px;
  margin-top: 22px;
}

.door-node p {
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.offer-outcomes span,
.finding-label span:not(.tile-rule),
.path-grid a > span:not(.tile-rule) {
  display: block;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.2;
}

.path-grid small {
  display: block;
  margin-top: 10px;
  color: var(--muted-ink);
  font-size: 15px;
  line-height: 1.45;
}

.primary-node,
.destination-node {
  background: var(--tile-surface);
  border-color: var(--tile-border-active);
}

.doorway-note {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(100%, 900px);
  min-height: 82px;
  margin-top: 34px;
  padding: 18px 28px;
  background: rgba(255, 250, 243, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.note-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
}

.note-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.doorway-note p {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.review-item {
  min-height: 220px;
  padding: 32px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.review-item h3 {
  color: var(--forest);
  font-size: 23px;
  line-height: 1.12;
}

.review-item p {
  margin-top: 16px;
  color: var(--ink);
  font-size: 17px;
}

.offer-section {
  background: var(--forest);
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.85fr);
  gap: 84px;
  align-items: center;
}

.offer-section .section-kicker {
  color: #d9b27a;
}

.offer-section h2,
.offer-section p,
.offer-section .offer-outcomes span,
.offer-section .offer-outcomes p {
  color: #ffffff;
}

.offer-outcomes {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.offer-outcomes div {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.offer-outcomes p {
  margin-top: 8px;
  font-size: 16px;
  opacity: 0.86;
}

.light-button {
  margin-top: 30px;
  background: #ffffff;
  color: var(--forest);
}

.offer-section .offer-outcomes .light-button span {
  color: var(--forest);
}

.light-button svg {
  stroke: var(--forest);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 266px;
  padding: 30px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.process-list span:not(.tile-rule) {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--copper);
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1;
  background: rgba(182, 120, 54, 0.08);
  border: 1px solid var(--tile-border-active);
  border-radius: 50%;
}

.process-list h3 {
  margin-top: 28px;
  color: var(--forest);
  font-size: 23px;
  line-height: 1.12;
}

.process-list p {
  margin-top: 16px;
  color: var(--ink);
  font-size: 16px;
}

.fit-section {
  background: var(--warm-white);
}

.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1fr);
  gap: 82px;
  align-items: start;
}

.fit-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fit-columns div {
  padding: 32px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.fit-columns h3 {
  color: var(--forest);
  font-size: 24px;
  line-height: 1.12;
}

.fit-columns ul {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
}

.fit-columns li {
  position: relative;
  padding-left: 22px;
}

.fit-columns li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--forest);
  border-radius: 50%;
  content: "";
}

.finding-list {
  display: grid;
  gap: 16px;
  margin-top: 54px;
}

.finding-list article {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  padding: 27px 30px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.finding-label span:not(.tile-rule) {
  color: var(--forest);
  font-size: 19px;
}

.finding-list p {
  color: var(--ink);
  font-size: 18px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.path-grid a {
  min-height: 228px;
  padding: 28px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.path-grid a > span:not(.tile-rule) {
  color: var(--forest);
  font-size: 20px;
}

.path-grid a:hover {
  background: var(--warm-white);
  border-color: var(--tile-border-active);
  box-shadow: 0 18px 38px rgba(50, 39, 25, 0.08);
}

.investment-section {
  background: var(--warm-white);
}

.investment-inner {
  width: 100%;
  max-width: 1536px;
  padding: 58px clamp(64px, 5vw, 78px) 70px;
}

.investment-heading {
  max-width: 960px;
}

.investment-heading .section-kicker {
  margin-bottom: 22px;
  color: var(--forest);
  font-size: 16px;
}

.investment-heading h2 {
  margin-top: 31px;
  font-size: 66px;
  line-height: 1.03;
}

.investment-heading p:not(.section-kicker) {
  max-width: 685px;
  margin-top: 21px;
  font-size: 21px;
  line-height: 1.52;
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 37px;
  margin-top: 34px;
}

.investment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 690px;
  padding: 30px 38px 32px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--tile-shadow);
}

.investment-icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  background: var(--forest);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 10px 21px rgba(16, 79, 59, 0.2);
}

.investment-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.investment-card h3 {
  margin-top: 25px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.08;
}

.investment-card .tile-rule {
  margin-top: 17px;
}

.investment-card .investment-price {
  position: absolute;
  top: 36px;
  right: 38px;
  margin: 0;
  color: var(--forest);
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}

.investment-card .investment-price span {
  display: block;
  margin-bottom: 7px;
  color: var(--copper);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.investment-card > p:not(.investment-price) {
  margin-top: 16px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.investment-best strong,
.investment-meta strong {
  color: var(--forest);
}

.investment-includes {
  margin-top: 18px;
  margin-bottom: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.investment-includes h4 {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.investment-includes ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  list-style: none;
}

.investment-includes li {
  position: relative;
  padding-left: 34px;
}

.investment-includes li::before {
  position: absolute;
  top: 0.06em;
  left: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  background: var(--forest);
  border-radius: 50%;
  content: "";
}

.investment-includes li::after {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
  transform: rotate(45deg);
}

.investment-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 213px;
  min-height: 43px;
  margin-top: auto;
  background: var(--forest);
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.investment-note {
  display: grid;
  grid-template-columns: 72px minmax(360px, 1fr) minmax(430px, 0.95fr);
  gap: 24px;
  align-items: center;
  margin-top: 31px;
  padding: 28px 25px;
  background: rgba(255, 250, 243, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.investment-note h3 {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
}

.investment-note p {
  margin-top: 8px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}

.investment-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  padding-left: 38px;
  border-left: 1px solid #c7beb3;
}

.investment-assurances span {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.investment-assurances svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: var(--forest);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.credibility-list h3 {
  color: var(--forest);
  font-size: 22px;
  line-height: 1.16;
}

.request-section {
  background: var(--ink);
}

.request-section h2,
.request-section p:not(.form-status),
.request-section .section-kicker {
  color: #ffffff;
}

.request-section .section-kicker {
  color: #d9b27a;
}

.request-boundary {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.request-form {
  padding: 34px;
  background: var(--tile-surface);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

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

.request-form label,
.route-options {
  display: grid;
  gap: 9px;
}

.request-form label span,
.route-options legend {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  background: var(--warm-white);
  border: 1px solid var(--line);
  border-radius: 5px;
}

.request-form textarea {
  min-height: 132px;
  resize: vertical;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--forest);
}

.request-form .is-invalid {
  border-color: #a3452b;
  box-shadow: 0 0 0 3px rgba(163, 69, 43, 0.12);
}

.full-field {
  grid-column: 1 / -1;
}

.route-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.route-options legend {
  padding: 0 8px;
}

.route-options label {
  display: flex;
  grid-template-columns: none;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.route-options input {
  width: 18px;
  min-height: auto;
  height: 18px;
  accent-color: var(--forest);
}

.form-submit {
  width: 100%;
  margin-top: 22px;
}

.form-submit span {
  white-space: normal;
  text-align: center;
}

.form-status {
  min-height: 24px;
  margin-top: 16px;
  color: var(--forest);
  font-size: 15px;
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px 32px;
  padding: 34px 64px;
  background: var(--warm-white);
  border-top: 1px solid var(--line);
}

.footer-brand .brand-mark {
  width: 44px;
  height: 44px;
}

.footer-brand .brand-mark svg {
  width: 26px;
  height: 26px;
}

.footer-brand .brand-name {
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 26px;
  grid-column: 2;
  color: var(--muted-ink);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-meta {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted-ink);
  font-size: 13px;
  line-height: 1.45;
}

.primary-button:hover,
.header-cta:hover,
.investment-button:hover {
  background: var(--forest-dark);
}

.light-button:hover {
  background: #efe7dc;
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

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

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 0 28px;
  }

  .desktop-nav {
    gap: 30px;
    min-width: 420px;
  }

  .hero-copy {
    width: 540px;
    padding-left: 52px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero p {
    width: 500px;
    font-size: 20px;
  }

  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 34px 44px;
    gap: 32px 0;
  }

  .benefit,
  .benefit + .benefit {
    padding: 0 24px 0 0;
  }

  .benefit + .benefit::before {
    display: none;
  }

  .section-inner {
    padding: 78px 44px;
  }

  .problem-grid,
  .offer-grid,
  .fit-grid,
  .value-grid,
  .deliverables-grid,
  .proof-grid,
  .credibility-grid,
  .request-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .scope-panel {
    grid-column: auto;
  }

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

  .doorway-map::before {
    display: none;
  }

  .doorway-inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .doorway-heading h2 {
    font-size: 62px;
  }

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

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

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

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

  .investment-card:last-child {
    grid-column: 1 / -1;
  }

  .investment-note {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .investment-assurances {
    grid-column: 1 / -1;
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid #c7beb3;
    border-left: 0;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 82px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: var(--header-height);
    padding: 0 20px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-name {
    margin-left: 14px;
    font-size: 15px;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta {
    width: 138px;
    height: 48px;
    font-size: 13px;
  }

  .hero {
    min-height: 760px;
    background-position: 36% top;
    background-size: auto 100%;
  }

  .hero-copy {
    width: auto;
    max-width: 560px;
    padding: 45px 24px 0;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 1.02;
  }

  .hero p {
    width: auto;
    max-width: 470px;
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 34px;
  }

  .primary-button {
    width: min(100%, 353px);
  }

  .benefits {
    grid-template-columns: 1fr;
    padding: 32px 24px 40px;
    gap: 28px;
  }

  .benefit {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
    padding: 0;
  }

  .benefit p {
    max-width: 420px;
  }

  .section-inner {
    padding: 64px 24px;
  }

  .section h2 {
    font-size: 42px;
    line-height: 1.06;
  }

  .section p {
    font-size: 17px;
  }

  .problem-grid,
  .offer-grid,
  .fit-grid,
  .value-grid,
  .deliverables-grid,
  .proof-grid,
  .credibility-grid,
  .request-grid {
    gap: 38px;
  }

  .uncertainty-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }

  .doorway-map,
  .review-grid,
  .process-list,
  .path-grid,
  .investment-grid,
  .fit-columns,
  .value-list,
  .deliverable-list,
  .form-grid,
  .route-options {
    grid-template-columns: 1fr;
  }

  .door-node,
  .review-item,
  .process-list li,
  .path-grid a,
  .investment-card {
    min-height: auto;
  }

  .investment-card:last-child {
    grid-column: auto;
  }

  .doorway-inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .doorway-heading .section-kicker {
    font-size: 16px;
  }

  .doorway-heading h2 {
    font-size: 43px;
  }

  .doorway-heading p:not(.section-kicker) {
    margin-top: 24px;
    font-size: 18px;
  }

  .door-node {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 18px;
    padding: 24px;
  }

  .door-icon {
    grid-row: 1 / span 3;
  }

  .door-node h3 {
    margin-top: 2px;
    font-size: 22px;
  }

  .door-node .door-rule,
  .door-node p {
    grid-column: 2;
  }

  .door-node .door-rule {
    margin-top: 16px;
  }

  .door-node p {
    margin-top: 13px;
  }

  .doorway-note {
    align-items: flex-start;
    padding: 20px;
  }

  .review-item,
  .process-list li,
  .fit-columns div,
  .value-list article,
  .deliverable-list article,
  .credibility-list article,
  .path-grid a,
  .investment-card {
    padding: 26px 24px;
  }

  .request-form {
    padding: 26px 24px;
  }

  .investment-heading h2 {
    font-size: 44px;
  }

  .investment-heading p:not(.section-kicker) {
    font-size: 18px;
  }

  .investment-card h3 {
    font-size: 29px;
  }

  .investment-card .investment-price {
    position: static;
    margin-top: 18px;
    font-size: 40px;
    text-align: left;
  }

  .investment-note {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 24px;
  }

  .investment-assurances {
    grid-template-columns: 1fr;
  }

  .finding-list article {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .site-footer nav {
    grid-column: auto;
    justify-content: flex-start;
  }

  .footer-meta {
    grid-column: auto;
  }

  .sample-table {
    min-width: 0;
  }

  .sample-table,
  .sample-table thead,
  .sample-table tbody,
  .sample-table tr,
  .sample-table th,
  .sample-table td {
    display: block;
  }

  .sample-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .sample-table tr {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
  }

  .sample-table tr:last-child {
    border-bottom: 0;
  }

  .sample-table td {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    padding: 8px 0;
    border-bottom: 0;
  }

  .sample-table td::before {
    color: var(--forest);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .sample-table td:nth-child(1)::before {
    content: "Surface";
  }

  .sample-table td:nth-child(2)::before {
    content: "Finding";
  }

  .sample-table td:nth-child(3)::before {
    content: "Risk";
  }

  .sample-table td:nth-child(4)::before {
    content: "Recommended fix";
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 0 14px;
  }

  .brand-name {
    font-size: 13px;
  }

  .header-cta {
    width: 116px;
    font-size: 12px;
  }

  .hero {
    min-height: 735px;
    overflow: hidden;
    background-position: 32% top;
  }

  .hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 270px;
    background-image: url("./assets/therapy-office-scene.png");
    background-repeat: no-repeat;
    background-position: 58% 72%;
    background-size: auto 735px;
    content: "";
    pointer-events: none;
  }

  .hero-copy {
    padding: 36px 18px 0;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 17px;
  }

  .primary-button {
    min-height: 56px;
    font-size: 12px;
  }

  .benefits {
    padding-inline: 18px;
  }

  .section-inner {
    padding: 54px 18px;
  }

  .section h2 {
    font-size: 36px;
  }

  .review-grid,
  .process-list,
  .path-grid,
  .investment-grid,
  .fit-columns,
  .value-list,
  .deliverable-list,
  .credibility-list {
    margin-top: 36px;
  }

  .offer-outcomes div {
    padding: 20px 0;
  }

  .doorway-heading h2 {
    font-size: 38px;
  }

  .doorway-map {
    margin-top: 42px;
  }

  .door-node {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 20px;
  }

  .door-icon {
    width: 50px;
    height: 50px;
  }

  .door-icon svg {
    width: 30px;
    height: 30px;
  }

  .doorway-note {
    flex-direction: column;
    gap: 14px;
  }

  .investment-icon {
    width: 58px;
    height: 58px;
  }

  .investment-icon svg {
    width: 34px;
    height: 34px;
  }

  .investment-heading h2 {
    font-size: 38px;
  }

  .investment-card h3 {
    margin-top: 24px;
    font-size: 27px;
  }

  .investment-card .investment-price {
    font-size: 36px;
  }

  .investment-button {
    width: 100%;
  }

  .route-options {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 24px;
  background: var(--tile-surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 40px rgba(16, 79, 59, 0.18);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__text {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent__text a {
  color: var(--forest);
  font-weight: 600;
  text-decoration: underline;
}

.cookie-consent__actions {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
}

.cookie-consent__btn {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.cookie-consent__btn--accept {
  background: var(--forest);
  color: #ffffff;
  border: 1px solid var(--forest);
}

.cookie-consent__btn--accept:hover {
  background: var(--forest-dark);
}

.cookie-consent__btn--decline {
  background: transparent;
  color: var(--forest);
  border: 1px solid var(--line);
}

.cookie-consent__btn--decline:hover {
  border-color: var(--forest);
}

@media (max-width: 640px) {
  .cookie-consent {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 18px 18px 20px;
  }

  .cookie-consent__actions {
    justify-content: stretch;
  }

  .cookie-consent__btn {
    flex: 1;
  }
}
