:root {
  --ink: #102a25;
  --ink-2: #173b33;
  --ink-3: #28534a;
  --paper: #f7f5ee;
  --paper-2: #eeece2;
  --white: #fffefa;
  --sage: #dbe8dc;
  --mint: #b8e0c7;
  --green: #1a745d;
  --green-dark: #115747;
  --lime: #d5f277;
  --gold: #c9995d;
  --text: #20332f;
  --muted: #66736f;
  --line: rgba(16, 42, 37, .14);
  --line-light: rgba(255, 255, 255, .14);
  --shadow: 0 30px 80px rgba(16, 42, 37, .13);
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--lime);
  color: var(--ink);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

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

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
}

h1,
h2 {
  text-wrap: balance;
}

h1 em,
h2 em {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

:focus-visible {
  outline: 3px solid rgba(26, 116, 93, .35);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section-shell {
  position: relative;
  padding: 120px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: var(--lime);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span {
  font-size: 19px;
  line-height: 1;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(16, 42, 37, .18);
}

.button-primary:hover {
  background: var(--green-dark);
  box-shadow: 0 18px 42px rgba(16, 42, 37, .25);
}

.button-light {
  background: var(--lime);
  color: var(--ink);
}

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

.button-small {
  min-height: 44px;
  padding: 0 19px;
  gap: 12px;
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
  transition: border-color .2s ease, color .2s ease;
}

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

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(247, 245, 238, .9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(16, 42, 37, .06);
}

.header-inner {
  display: grid;
  min-height: 78px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-mark svg path:first-child {
  fill: var(--ink);
  stroke: none;
}

.brand-mark svg path:last-child {
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-width: 2.6;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  color: var(--ink);
  font-size: 15px;
  letter-spacing: -.02em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  color: #465b56;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease;
}

.desktop-nav a:hover {
  color: var(--green);
}

.header-cta {
  justify-self: end;
  background: var(--ink);
  color: var(--white);
}

.menu-button,
.mobile-nav {
  display: none;
}

/* Hero */
.hero {
  min-height: 760px;
  overflow: hidden;
  padding: 108px 0 116px;
}

.hero-grid-bg,
.booking-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 42, 37, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 37, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.hero-orb-one {
  top: -190px;
  right: -110px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(184, 224, 199, .44), rgba(184, 224, 199, 0) 70%);
}

.hero-orb-two {
  bottom: -230px;
  left: -180px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(213, 242, 119, .22), rgba(213, 242, 119, 0) 70%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  align-items: center;
  gap: clamp(56px, 7vw, 98px);
}

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

.hero h1 {
  max-width: 660px;
  margin-bottom: 27px;
  font-size: clamp(53px, 5.1vw, 78px);
}

.hero h1 em {
  display: block;
  color: var(--green);
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 34px;
  color: #4c5e59;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 31px;
}

.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

.hero-reassurance li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.check {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
}

.audit-wrap {
  position: relative;
  padding: 0 16px 28px 0;
}

.audit-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 8%, rgba(213, 242, 119, .12), transparent 31%),
    linear-gradient(145deg, #153a32 0%, #0d2420 100%);
  color: var(--white);
  box-shadow: 0 45px 90px rgba(16, 42, 37, .25);
}

.audit-card::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .08) .8px, transparent .8px);
  background-size: 18px 18px;
  content: "";
  mask-image: linear-gradient(135deg, #000, transparent 65%);
  pointer-events: none;
}

.audit-card-head,
.audit-focus,
.lever-list,
.audit-output {
  position: relative;
}

.audit-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--line-light);
}

.audit-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.audit-card h2 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
  letter-spacing: -.02em;
}

.status-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(213, 242, 119, .25);
  border-radius: 99px;
  background: rgba(213, 242, 119, .08);
  color: var(--lime);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(213, 242, 119, .1);
}

.audit-focus {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0 23px;
}

.audit-focus span {
  max-width: 80px;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.audit-focus strong {
  color: var(--lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.04;
  text-align: right;
}

.lever-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.lever-list li {
  display: grid;
  grid-template-columns: 34px 1fr 28px;
  align-items: center;
  gap: 11px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-light);
}

.lever-number {
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
}

.lever-list strong,
.lever-list small {
  display: block;
}

.lever-list strong {
  margin-bottom: 2px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}

.lever-list small {
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
}

.lever-mark {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  color: rgba(255, 255, 255, .65);
  font-size: 11px;
}

.audit-output {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 23px;
}

.output-icon {
  display: flex;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.audit-output p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.45;
}

.audit-output strong {
  color: var(--white);
}

.floating-note {
  position: absolute;
  right: -24px;
  bottom: -9px;
  display: flex;
  width: 150px;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  padding: 19px;
  border: 1px solid rgba(16, 42, 37, .08);
  border-radius: 20px;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(16, 42, 37, .2);
  transform: rotate(2deg);
}

.floating-note span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.floating-note strong {
  margin: 5px 0 3px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.floating-note small {
  font-size: 10px;
  line-height: 1.35;
}

/* Proof */
.proof-band {
  padding: 43px 0 30px;
  background: var(--ink);
  color: var(--white);
}

.proof-layout {
  display: grid;
  grid-template-columns: .8fr 1.7fr;
  align-items: center;
  gap: 70px;
}

.proof-intro {
  display: flex;
  align-items: center;
  gap: 16px;
}

.proof-label {
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 1px solid rgba(213, 242, 119, .32);
  border-radius: 99px;
  color: var(--lime);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.proof-intro p {
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font-size: 12px;
  line-height: 1.45;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.metric {
  padding: 0 28px;
  border-left: 1px solid var(--line-light);
}

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

.metric strong {
  color: var(--lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1;
}

.metric span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.metric-text strong {
  color: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.proof-note {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .34);
  font-size: 9px;
  text-align: right;
}

/* Opportunity */
.opportunity {
  background: var(--white);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 67px;
}

.split-heading h2,
.engagement-head h2,
.process-copy h2,
.faq-heading h2,
.booking-heading h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 4.5vw, 64px);
}

.split-heading h2 em,
.process-copy h2 em,
.faq-heading h2 em {
  color: var(--green);
}

.split-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.opportunity-card {
  position: relative;
  min-height: 355px;
  padding: 34px 38px 38px;
  border-left: 1px solid var(--line);
  transition: background .25s ease, transform .25s ease;
}

.opportunity-card:first-child {
  border-left: 0;
}

.opportunity-card:hover {
  background: var(--paper);
  transform: translateY(-5px);
}

.card-index {
  position: absolute;
  top: 29px;
  right: 31px;
  color: #91a09c;
  font-size: 10px;
  font-weight: 700;
}

.line-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 57px;
}

.line-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.opportunity-card h3 {
  max-width: 260px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.2;
}

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

/* Engagement */
.engagement {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.engagement-pattern {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(213, 242, 119, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 75px rgba(213, 242, 119, .025),
    0 0 0 150px rgba(213, 242, 119, .02);
}

.engagement-head {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .65fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 72px;
}

.engagement-head h2 {
  color: var(--white);
}

.engagement-head h2 em {
  color: var(--lime);
}

.engagement-head > p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .57);
  font-size: 16px;
  line-height: 1.75;
}

.phase-list {
  position: relative;
  border-top: 1px solid var(--line-light);
}

.phase {
  display: grid;
  grid-template-columns: 70px 1fr 1.35fr .8fr;
  align-items: center;
  gap: 33px;
  padding: 36px 6px;
  border-bottom: 1px solid var(--line-light);
  transition: background .25s ease, padding .25s ease;
}

.phase:hover {
  padding-right: 22px;
  padding-left: 22px;
  background: rgba(255, 255, 255, .035);
}

.phase-number {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 242, 119, .22);
  border-radius: 50%;
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
}

.phase-title span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.phase h3 {
  margin: 0;
  color: var(--white);
  font-size: 23px;
  letter-spacing: -.02em;
}

.phase > p {
  margin: 0;
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
  line-height: 1.65;
}

.phase ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.phase li {
  position: relative;
  padding: 4px 0 4px 14px;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
}

.phase li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

/* Process */
.process {
  background: var(--paper);
}

.process-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 120px;
}

.process-copy {
  position: sticky;
  top: 130px;
  align-self: start;
}

.process-copy h2 {
  margin-bottom: 25px;
}

.process-copy > p {
  max-width: 390px;
  margin-bottom: 27px;
  color: var(--muted);
  line-height: 1.75;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  display: grid;
  min-height: 148px;
  grid-template-columns: 58px 1fr;
  gap: 27px;
}

.timeline li:not(:last-child)::before {
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 23px;
  width: 1px;
  background: var(--line);
  content: "";
}

.timeline-dot {
  position: relative;
  z-index: 1;
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--green);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 19px;
}

.timeline li > div {
  padding: 9px 0 34px;
  border-bottom: 1px solid var(--line);
}

.timeline strong {
  display: block;
  margin-bottom: 11px;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -.02em;
}

.timeline p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

/* Founder */
.founder {
  padding-top: 0;
  background: var(--paper);
}

.founder-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: .85fr 1.15fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 25px 70px rgba(16, 42, 37, .08);
}

.founder-visual {
  position: relative;
  display: flex;
  min-height: 540px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 15%, rgba(213, 242, 119, .28), transparent 35%),
    linear-gradient(145deg, #214f44, #102a25 73%);
}

.founder-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 36px 36px;
}

.founder-monogram {
  position: relative;
  display: flex;
  width: 210px;
  height: 210px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 242, 119, .32);
  border-radius: 50%;
  color: var(--lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 84px;
  letter-spacing: -.08em;
  box-shadow:
    0 0 0 28px rgba(213, 242, 119, .035),
    0 0 0 56px rgba(213, 242, 119, .02);
}

.founder-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(9, 28, 24, .7);
  backdrop-filter: blur(12px);
}

.founder-badge span,
.founder-badge strong {
  display: block;
}

.founder-badge span {
  margin-bottom: 4px;
  color: var(--lime);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.founder-badge strong {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.founder-copy {
  padding: 70px 76px;
}

.founder-copy h2 {
  margin-bottom: 8px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(43px, 4.2vw, 61px);
  font-weight: 400;
}

.founder-role {
  margin-bottom: 32px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.founder-copy blockquote {
  position: relative;
  margin-bottom: 26px;
  padding-left: 27px;
  border-left: 2px solid var(--lime);
  color: var(--ink);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(21px, 2.2vw, 29px);
  font-weight: 400;
  line-height: 1.35;
}

.founder-copy > p:not(.eyebrow):not(.founder-role) {
  color: var(--muted);
  line-height: 1.75;
}

.founder-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 31px;
}

.founder-values span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--ink-3);
  font-size: 10px;
  font-weight: 700;
}

/* FAQ */
.faq {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 110px;
}

.faq-heading {
  align-self: start;
}

.faq-heading h2 {
  margin-bottom: 25px;
}

.faq-heading > p:last-child {
  max-width: 420px;
  color: var(--muted);
  line-height: 1.75;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 10px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform .2s ease;
}

.faq-list summary span::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 610px;
  margin: -6px 55px 27px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

/* Booking */
.booking {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.booking .booking-grid-bg {
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.booking-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 53px;
}

.booking-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -48px;
}

.booking-heading h2 {
  color: var(--white);
}

.booking-heading h2 em {
  color: var(--lime);
}

.booking-heading > p:last-child {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .57);
  font-size: 16px;
  line-height: 1.75;
}

.booking-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--text);
  box-shadow: 0 42px 100px rgba(0, 0, 0, .25);
}

.booking-progress {
  display: grid;
  grid-template-columns: auto minmax(60px, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 23px 37px;
  border-bottom: 1px solid var(--line);
  background: #f1f4ed;
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #86918e;
  transition: color .25s ease;
}

.progress-step > span {
  display: flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd3cf;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.progress-step p,
.progress-step strong,
.progress-step small {
  display: block;
  margin: 0;
}

.progress-step strong {
  font-size: 11px;
  line-height: 1.2;
}

.progress-step small {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 500;
}

.progress-step.is-active {
  color: var(--ink);
}

.progress-step.is-active > span,
.progress-step.is-complete > span {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.progress-line {
  overflow: hidden;
  height: 1px;
  background: #cbd3cf;
}

.progress-line i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green);
  transition: width .45s ease;
}

.booking-shell.is-qualified .progress-line i {
  width: 100%;
}

.booking-content {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 690px;
}

.qualification-form {
  padding: 45px 48px 48px;
  transition: opacity .25s ease;
}

.booking-shell.is-qualified .qualification-form {
  opacity: .62;
}

.qualification-form :disabled {
  cursor: not-allowed;
}

.form-heading {
  margin-bottom: 31px;
}

.form-step-label,
.calendar-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.form-heading h3,
.calendar-placeholder h3 {
  margin-bottom: 9px;
  font-size: 26px;
  letter-spacing: -.025em;
}

.form-heading p {
  margin: 0;
  color: #8a9491;
  font-size: 11px;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-fieldset {
  margin-bottom: 23px;
}

.choice-fieldset legend,
.select-field > span,
.text-field > span {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.choice-card {
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-card > span {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfcf8;
  color: #53635f;
  font-size: 11px;
  font-weight: 600;
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.choice-card i {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 1px solid #afbab6;
  border-radius: 50%;
}

.choice-card input:checked + span {
  border-color: var(--green);
  background: #edf6ef;
  color: var(--ink);
  box-shadow: 0 0 0 1px var(--green);
}

.choice-card input:checked + span i {
  border: 5px solid var(--green);
  background: var(--white);
}

.choice-card input:focus-visible + span {
  outline: 3px solid rgba(26, 116, 93, .25);
  outline-offset: 2px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.full-field {
  display: block;
  margin-bottom: 20px;
}

.select-field select,
.text-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background-color: #fbfcf8;
  color: var(--ink);
  font-size: 12px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.select-field select {
  height: 49px;
  padding: 0 35px 0 13px;
  cursor: pointer;
}

.text-field {
  position: relative;
}

.text-field > span small {
  color: #97a19e;
  font-weight: 500;
}

.text-field textarea {
  min-height: 78px;
  padding: 12px 13px 24px;
  line-height: 1.55;
  resize: vertical;
}

.select-field select:focus,
.text-field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(26, 116, 93, .1);
}

.character-count {
  position: absolute;
  right: 11px;
  bottom: 7px;
  color: #9aa39f;
  font-size: 9px;
}

.form-submit {
  width: 100%;
  border: 0;
}

.privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 11px 0 0;
  color: #8a9491;
  font-size: 9px;
}

.calendar-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  background: #e7eee5;
}

.calendar-placeholder {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 43px 38px;
  border: 1px dashed rgba(16, 42, 37, .19);
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 15%, rgba(213, 242, 119, .34), transparent 30%),
    rgba(255, 254, 250, .73);
  text-align: center;
  transition: background .3s ease, border-color .3s ease;
}

.calendar-icon {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 24px;
  background: var(--ink);
  color: var(--lime);
  box-shadow: 0 18px 35px rgba(16, 42, 37, .16);
}

.calendar-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.calendar-description {
  max-width: 320px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.meeting-details {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}

.meeting-details > div {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .66);
  text-align: left;
}

.meeting-details > div > span {
  display: flex;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--sage);
  color: var(--green);
  font-size: 12px;
}

.meeting-details p,
.meeting-details strong,
.meeting-details small {
  display: block;
  margin: 0;
}

.meeting-details strong {
  color: var(--ink);
  font-size: 10px;
}

.meeting-details small {
  margin-top: 2px;
  color: #8a9491;
  font-size: 8px;
}

.calendar-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 99px;
  background: #dce4dc;
  color: #63716c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.calendar-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8d9a96;
}

.booking-shell.is-qualified .calendar-placeholder {
  border-color: var(--green);
  background:
    radial-gradient(circle at 80% 15%, rgba(213, 242, 119, .48), transparent 30%),
    var(--white);
}

.booking-shell.is-qualified .calendar-status {
  background: var(--sage);
  color: var(--green-dark);
}

.booking-shell.is-qualified .calendar-status i {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(26, 116, 93, .1);
}

.text-button {
  align-self: center;
  margin-top: 19px;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.calendly-host {
  width: 100%;
  min-height: 650px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
}

.calendly-host .calendly-inline-widget {
  min-width: 280px;
  height: 650px;
}

/* Footer */
.site-footer {
  padding: 62px 0 26px;
  background: #091d19;
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 40px;
  padding-bottom: 51px;
}

.brand-light .brand-mark svg path:first-child {
  fill: var(--lime);
}

.brand-light .brand-mark svg path:last-child {
  stroke: var(--ink);
}

.brand-light .brand-copy strong {
  color: var(--white);
}

.brand-light .brand-copy small {
  color: var(--lime);
}

.footer-top > p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 17px;
  line-height: 1.35;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .36);
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Motion */
.reveal {
  opacity: 1;
  transform: none;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.2, .75, .25, 1), transform .7s cubic-bezier(.2, .75, .25, 1);
}

html.js .reveal.in {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 20px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr);
    gap: 55px;
  }

  .floating-note {
    right: -6px;
  }

  .split-heading,
  .engagement-head {
    gap: 60px;
  }

  .phase {
    grid-template-columns: 58px .9fr 1.2fr .75fr;
    gap: 22px;
  }

  .process-layout,
  .faq-layout {
    gap: 70px;
  }

  .founder-copy {
    padding: 58px 52px;
  }
}

@media (max-width: 920px) {
  .section-shell {
    padding: 96px 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .menu-button span {
    width: 17px;
    height: 1.5px;
    background: var(--ink);
    transition: transform .2s ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 90;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 22px 35px rgba(16, 42, 37, .1);
  }

  .mobile-nav:not([hidden]) {
    display: flex;
  }

  .mobile-nav > a:not(.button) {
    padding: 13px 3px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-nav .button {
    margin-top: 12px;
    background: var(--ink);
    color: var(--white);
  }

  .hero {
    padding: 80px 0 100px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 75px;
  }

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

  .audit-wrap {
    width: min(100%, 580px);
    margin: 0 auto;
  }

  .proof-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .proof-intro {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-light);
  }

  .proof-metrics .metric:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .split-heading,
  .engagement-head,
  .booking-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 25px;
  }

  .booking-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .opportunity-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .opportunity-card {
    min-height: 0;
    padding: 30px 25px;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .line-icon {
    margin-bottom: 28px;
  }

  .phase {
    grid-template-columns: 60px 1fr;
    align-items: start;
    gap: 20px 25px;
  }

  .phase > p,
  .phase > ul {
    grid-column: 2;
  }

  .phase:hover {
    padding-right: 6px;
    padding-left: 6px;
  }

  .process-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .process-copy {
    position: static;
  }

  .founder-card {
    grid-template-columns: 1fr;
  }

  .founder-visual {
    min-height: 440px;
  }

  .booking-content {
    grid-template-columns: 1fr;
  }

  .qualification-form {
    border-bottom: 1px solid var(--line);
  }

  .calendar-panel {
    min-height: 570px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 76px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section-shell {
    padding: 78px 0;
  }

  .header-inner {
    min-height: 70px;
  }

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

  .hero {
    min-height: auto;
    padding: 61px 0 82px;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(43px, 13vw, 59px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-reassurance {
    gap: 13px 18px;
    font-size: 11px;
  }

  .audit-wrap {
    padding: 0;
  }

  .audit-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .audit-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .audit-focus strong {
    font-size: 23px;
  }

  .floating-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 40px);
    min-height: auto;
    margin: -14px auto 0;
    align-items: center;
    padding: 15px;
    transform: none;
  }

  .floating-note strong {
    font-size: 25px;
  }

  .proof-band {
    padding: 38px 0 27px;
  }

  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .metric,
  .proof-metrics .metric:first-child {
    padding: 19px 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .proof-metrics .metric:first-child {
    border-top: 0;
  }

  .proof-note {
    text-align: left;
  }

  .split-heading {
    margin-bottom: 46px;
  }

  .split-heading h2,
  .engagement-head h2,
  .process-copy h2,
  .faq-heading h2,
  .booking-heading h2 {
    font-size: clamp(37px, 11vw, 50px);
  }

  .split-heading > p,
  .engagement-head > p,
  .booking-heading > p:last-child {
    font-size: 15px;
  }

  .engagement-head {
    margin-bottom: 47px;
  }

  .phase {
    grid-template-columns: 46px 1fr;
    padding: 28px 0;
    gap: 17px;
  }

  .phase-number {
    width: 39px;
    height: 39px;
  }

  .phase h3 {
    font-size: 20px;
  }

  .timeline li {
    min-height: 145px;
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }

  .timeline-dot {
    width: 41px;
    height: 41px;
  }

  .timeline li:not(:last-child)::before {
    top: 41px;
    left: 20px;
  }

  .founder-card {
    border-radius: 24px;
  }

  .founder-visual {
    min-height: 360px;
  }

  .founder-monogram {
    width: 160px;
    height: 160px;
    font-size: 65px;
  }

  .founder-copy {
    padding: 43px 25px 48px;
  }

  .founder-copy blockquote {
    padding-left: 20px;
    font-size: 22px;
  }

  .faq-list summary {
    min-height: 79px;
    font-size: 15px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .booking-progress {
    gap: 9px;
    padding: 18px;
  }

  .progress-step p {
    display: none;
  }

  .qualification-form {
    padding: 34px 19px 38px;
  }

  .choice-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .choice-card > span {
    min-height: 49px;
  }

  .calendar-panel {
    min-height: 510px;
    padding: 12px;
  }

  .calendar-placeholder {
    padding: 35px 18px;
  }

  .meeting-details {
    grid-template-columns: 1fr;
  }

  .booking-shell {
    border-radius: 24px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top .button {
    grid-column: auto;
    justify-self: stretch;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Mobile declutter pass — preserve the desktop composition, simplify the rhythm */
@media (max-width: 768px) {
  .section-shell {
    padding: 62px 0;
  }

  .eyebrow {
    gap: 8px;
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .eyebrow > span {
    width: 22px;
  }

  .split-heading h2 br,
  .engagement-head h2 br,
  .process-copy h2 br,
  .faq-heading h2 br,
  .booking-heading h2 br {
    display: none;
  }

  .split-heading h2,
  .engagement-head h2,
  .process-copy h2,
  .faq-heading h2,
  .booking-heading h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.03;
  }

  /* Hero */
  .hero {
    padding: 50px 0 66px;
  }

  .hero-layout {
    gap: 46px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(38px, 10.5vw, 45px);
    line-height: 1.02;
  }

  .hero h1 em {
    display: inline;
  }

  .hero-lead {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-actions {
    margin-bottom: 21px;
  }

  .hero-actions .text-link {
    display: none;
  }

  .hero-actions .button {
    min-height: 52px;
    padding-inline: 19px;
    font-size: 13px;
  }

  .hero-reassurance {
    justify-content: space-between;
    gap: 10px;
    font-size: 10px;
  }

  .audit-card {
    padding: 20px 18px;
    border-radius: 21px;
  }

  .audit-card-head {
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 18px;
  }

  .audit-card h2 {
    font-size: 18px;
  }

  .status-pill {
    padding: 6px 8px;
    font-size: 8px;
  }

  .audit-focus {
    display: none;
  }

  .lever-list li {
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding: 10px 0;
  }

  .lever-list small,
  .lever-mark {
    display: none;
  }

  .lever-list strong {
    margin: 0;
    font-size: 12px;
  }

  .audit-output {
    margin-top: 16px;
  }

  .audit-output p {
    font-size: 10px;
  }

  .floating-note {
    display: none;
  }

  /* Proof becomes one concise row instead of three stacked blocks */
  .proof-band {
    padding: 29px 0 20px;
  }

  .proof-layout {
    gap: 17px;
  }

  .proof-intro {
    gap: 10px;
    padding-bottom: 15px;
  }

  .proof-intro p {
    font-size: 10px;
  }

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

  .metric,
  .proof-metrics .metric:first-child {
    padding: 5px 8px;
    border-top: 0;
    border-left: 1px solid var(--line-light);
    text-align: center;
  }

  .proof-metrics .metric:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .metric strong {
    font-size: 24px;
  }

  .metric-text strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .metric span {
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.35;
  }

  .proof-note {
    margin-top: 14px;
    padding-top: 11px;
    font-size: 9px;
    line-height: 1.45;
  }

  /* Opportunity cards become quiet editorial rows */
  .split-heading {
    gap: 18px;
    margin-bottom: 31px;
  }

  .split-heading > p,
  .engagement-head > p,
  .booking-heading > p:last-child {
    font-size: 14px;
    line-height: 1.65;
  }

  .opportunity-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 5px 15px;
    padding: 23px 0;
  }

  .opportunity-card:hover {
    background: transparent;
    transform: none;
  }

  .card-index {
    display: none;
  }

  .line-icon {
    width: 40px;
    height: 40px;
    grid-row: 1 / 3;
    margin: 1px 0 0;
  }

  .opportunity-card h3,
  .opportunity-card p {
    grid-column: 2;
  }

  .opportunity-card h3 {
    margin: 0;
    font-size: 18px;
  }

  .opportunity-card p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.58;
  }

  /* Engagement */
  .engagement-head {
    gap: 18px;
    margin-bottom: 34px;
  }

  .phase {
    grid-template-columns: 39px 1fr;
    gap: 12px 14px;
    padding: 24px 0;
  }

  .phase:hover {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }

  .phase-number {
    width: 35px;
    height: 35px;
    font-size: 9px;
  }

  .phase h3 {
    font-size: 18px;
  }

  .phase > p,
  .phase > ul {
    grid-column: 1 / -1;
  }

  .phase > p {
    font-size: 12px;
    line-height: 1.58;
  }

  .phase ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .phase li {
    padding: 6px 9px;
    border: 1px solid rgba(213, 242, 119, .16);
    border-radius: 99px;
    background: rgba(255, 255, 255, .035);
    font-size: 9px;
  }

  .phase li::before {
    display: none;
  }

  /* Process */
  .process-layout,
  .faq-layout {
    gap: 35px;
  }

  .process-copy h2,
  .faq-heading h2 {
    margin-bottom: 18px;
  }

  .process-copy > p {
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 1.62;
  }

  .process-copy .text-link {
    font-size: 12px;
  }

  .timeline li {
    min-height: 108px;
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .timeline-dot {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .timeline li:not(:last-child)::before {
    top: 34px;
    left: 16px;
  }

  .timeline li > div {
    padding: 5px 0 24px;
  }

  .timeline strong {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .timeline p {
    font-size: 12px;
    line-height: 1.55;
  }

  /* Founder */
  .founder-visual {
    min-height: 238px;
  }

  .founder-monogram {
    width: 108px;
    height: 108px;
    font-size: 46px;
    box-shadow:
      0 0 0 18px rgba(213, 242, 119, .035),
      0 0 0 36px rgba(213, 242, 119, .02);
  }

  .founder-badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 12px 14px;
  }

  .founder-copy {
    padding: 31px 22px 35px;
  }

  .founder-copy h2 {
    font-size: 39px;
  }

  .founder-role {
    margin-bottom: 23px;
    font-size: 10px;
  }

  .founder-copy blockquote {
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 19px;
    line-height: 1.37;
  }

  .founder-copy > p:not(.eyebrow):not(.founder-role) {
    font-size: 13px;
    line-height: 1.62;
  }

  .founder-values {
    margin-top: 23px;
  }

  .founder-values span {
    padding: 6px 9px;
    font-size: 9px;
  }

  /* FAQ */
  .faq-heading > p:last-child {
    display: none;
  }

  .faq-list summary {
    min-height: 66px;
    gap: 13px;
    font-size: 14px;
    line-height: 1.35;
  }

  .faq-list summary span {
    width: 27px;
    height: 27px;
  }

  .faq-list summary span::before,
  .faq-list summary span::after {
    top: 12px;
    left: 8px;
  }

  .faq-list details p {
    margin: -2px 0 22px;
    font-size: 12px;
    line-height: 1.62;
  }

  /* Booking is a real two-step flow on phones */
  .booking-heading {
    gap: 16px;
    margin-bottom: 34px;
  }

  .booking-shell {
    border-radius: 20px;
  }

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

  .booking-progress {
    padding: 15px 17px;
  }

  .progress-step > span {
    width: 29px;
    height: 29px;
  }

  .qualification-form {
    padding: 27px 18px 31px;
  }

  .form-heading {
    margin-bottom: 24px;
  }

  .form-heading h3,
  .calendar-placeholder h3 {
    font-size: 23px;
  }

  .form-heading p {
    display: none;
  }

  .choice-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .choice-card > span {
    min-height: 64px;
    align-items: flex-start;
    padding: 10px;
    font-size: 10px;
    line-height: 1.35;
  }

  .choice-card i {
    width: 14px;
    height: 14px;
    margin-top: 1px;
  }

  .choice-fieldset,
  .form-row,
  .full-field {
    margin-bottom: 17px;
  }

  .calendar-panel {
    display: none;
    min-height: 0;
    padding: 12px;
  }

  .booking-shell.is-qualified .qualification-form {
    display: none;
  }

  .booking-shell.is-qualified .calendar-panel {
    display: flex;
  }

  .calendar-placeholder {
    min-height: 0;
    padding: 27px 16px;
  }

  .calendar-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

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

  .calendar-description {
    margin-bottom: 21px;
  }

  .meeting-details {
    grid-template-columns: 1fr 1fr;
  }

  .calendar-status {
    max-width: 100%;
    justify-content: center;
    line-height: 1.4;
    text-align: center;
  }

  /* Footer */
  .site-footer {
    padding: 44px 0 22px;
  }

  .footer-top {
    gap: 24px;
    padding-bottom: 32px;
  }
}

@media (max-width: 340px) {
  .choice-grid {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  html.js .reveal {
    opacity: 1;
    transform: none;
  }
}


/* PDF revision — September 2026. Preserve the original visual identity. */
[hidden] { display: none !important; }
.nowrap { white-space: nowrap; }
.hero h1 {
  font-size: clamp(36px, 3.1vw, 47px);
  line-height: 1.1;
}
.hero-promise-intro, .hero-promise-end { display: block; }
.hero h1 em {
  display: block;
  margin: 12px 0 14px;
  font-size: 1.19em;
  line-height: 1.03;
}
.hero-promise-end { font-size: .69em; line-height: 1.35; letter-spacing: -.025em; }
.hero-promise-end strong { font-weight: 600; }
.hero-lead { font-size: 17px; }
.hero-actions { flex-wrap: wrap; gap: 15px 24px; }
.audit-focus { justify-content: flex-end; }
.lever-list strong { font-size: 14px; line-height: 1.45; }
.lever-list li { padding: 16px 0; }
.opportunity .split-heading h2 { font-size: clamp(35px, 3.6vw, 49px); line-height: 1.09; }
.market-context { max-width: 590px; margin: 23px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.engagement-head h2 { font-size: clamp(36px, 3.6vw, 49px); line-height: 1.1; }
.founder-visual { min-height: 660px; background: #0d3937; }
.founder-photo { position: absolute; inset: 0; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.founder-badge { z-index: 1; }
.founder-copy { padding: 48px 50px; }
.founder-copy blockquote { margin-inline: 0; }
.founder-card + .founder-card { margin-top: 32px; }
.anchor-alias { position: absolute; top: 0; left: 0; }
.direct-booking { position: relative; display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: var(--white); color: var(--text); box-shadow: 0 30px 85px rgba(0,0,0,.16); }
.call-summary { padding: 46px 40px; background: #e7eee5; }
.call-label { display: block; margin-bottom: 15px; color: var(--green); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.call-summary h3 { margin-bottom: 20px; font-family: "DM Serif Display",Georgia,serif; font-size: 35px; }
.call-summary > p { color: #53635d; font-size: 14px; }
.call-details { margin: 28px 0; }
.call-details > div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.call-details dt { color: #5d6f65; font-size: 11px; }
.call-details dd { margin: 4px 0 0; color: var(--ink); font-size: 15px; font-weight: 600; }
.call-summary .call-footnote { margin: 0; color: var(--green-dark); font-size: 12px; }
.booking-widget { min-width: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 26px; }
.booking-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 285px; padding: 15px 15px 5px; text-align: center; }
.booking-placeholder h3 { margin-bottom: 12px; font-size: 26px; }
.booking-placeholder > p { max-width: 400px; color: var(--muted); font-size: 14px; }
.booking-placeholder .button { margin-top: 7px; max-width: 100%; font-size: 14px; }
.booking-placeholder .embed-disclosure { margin: 15px 0 0; font-size: 11px; line-height: 1.55; }
.booking-status { margin: 18px 0 0; text-align: center; color: var(--green-dark); font-size: 12px; }
.booking-fallback { align-self: center; margin-top: 13px; font-size: 11px; text-align: center; }
.booking-noscript { font-size: 13px; text-align: center; }
.booking-noscript a { text-decoration: underline; }
.booking-calendar { min-width: 0; width: 100%; overflow: hidden; border-radius: 15px; }
.booking-calendar .calendly-inline-widget { min-width: 280px; height: 730px; }
.booking-calendar iframe { width: 100%; border: 0; }
.booking-widget[aria-busy="true"] .button { cursor: progress; opacity: .7; }
/* Without JavaScript, all content and navigation remain reachable. */
html:not(.js) .menu-button { display: none; }
@media (max-width: 1100px) {
  .founder-copy { padding: 42px 34px; }
  .call-summary { padding: 35px 28px; }
}
@media (max-width: 920px) {
  .hero h1 { max-width: 680px; font-size: clamp(35px, 5.5vw, 49px); }
  .hero-lead { max-width: 650px; }
  .founder-visual { min-height: 0; height: 560px; }
  .founder-photo img { object-position: 50% 34%; }
  .founder-copy { padding: 42px; }
  .direct-booking { grid-template-columns: 1fr; }
  .call-summary { padding: 30px; }
  .call-details { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-block: 20px; }
  .call-details > div { padding: 10px 0; }
  html:not(.js) .header-inner { grid-template-columns: 1fr; gap: 0; padding-block: 15px; }
  html:not(.js) .desktop-nav { display: flex; flex-wrap: wrap; gap: 12px 20px; padding-top: 16px; }
}
@media (max-width: 768px) {
  .hero h1 { font-size: clamp(28px, 7.8vw, 39px); line-height: 1.13; }
  .hero h1 em { font-size: 1.14em; margin-block: 12px; }
  .hero-promise-end { font-size: .75em; line-height: 1.4; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-wrap: nowrap; }
  .hero-reassurance { justify-content: flex-start; gap: 17px; }
  .audit-card-head { gap: 10px; }
  .audit-card h2 { line-height: 1.2; }
  .lever-list strong { font-size: 12px; line-height: 1.5; }
  .lever-list li { padding: 13px 0; }
  .opportunity .split-heading h2, .engagement-head h2 { font-size: clamp(29px,8vw,39px); line-height: 1.12; }
  .market-context { margin-top: 18px; font-size: 14px; }
  .founder-visual { height: clamp(360px,100vw,510px); }
  .founder-photo img { object-position: 50% 34%; }
  .founder-copy { padding: 31px 22px 35px; }
  .founder-card + .founder-card { margin-top: 20px; }
  .direct-booking { border-radius: 22px; }
  .call-summary { padding: 28px 23px; }
  .call-summary h3 { font-size: 31px; }
  .call-details { display: block; margin-block: 17px; }
  .call-details > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 14px; padding-block: 12px; }
  .call-details dd { margin: 0; font-size: 13px; }
  .booking-widget { padding: 18px 12px 26px; }
  .booking-placeholder { min-height: 255px; padding-inline: 14px; }
  .booking-placeholder h3 { font-size: 23px; }
  .booking-placeholder > p { font-size: 13px; }
  .booking-placeholder .button { padding-inline: 18px; font-size: 13px; }
  .booking-calendar .calendly-inline-widget { min-width: 0; height: 800px; }
  .booking-calendar iframe { min-width: 0 !important; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 26px; }
  .hero h1 em { font-size: 1.12em; }
  .status-pill { font-size: 7px; padding: 5px 6px; }
  .audit-card h2 { font-size: 16px; }
}

/* Keep the decorative time card clear of the audit text. */
@media (min-width: 769px) {
  .floating-note { bottom: -80px; }
}
