@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600&display=swap");

:root {
  --brand-navy: #405a64;
  --brand-green: var(--sage);
  --slate: #5e7c87;
  --slate-action: #4a6670;
  --slate-deep: var(--brand-navy);
  --linen: #f5f1ea;
  --linen-deep: #e9e2d8;
  --sage: #a8b7a0;
  --terracotta: #c67b5c;
  --terracotta-text: #a65336;
  --ink: #24353b;
  --muted: #56656b;
  --white: #fffdf9;
  --surface-input: #fffdf9;
  --focus: #8c3f25;
  --line: rgba(36, 53, 59, 0.14);
  --shadow: 0 24px 70px rgba(36, 53, 59, 0.12);
  --shadow-action: 0 8px 20px rgba(82, 108, 118, 0.16);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: var(--serif);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  contain: paint;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  overflow: visible;
  clip-path: none;
}

body:not(.funnel-body) > main,
.funnel-landing > main {
  padding-bottom: 48px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--slate-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

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

h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 850px;
  margin-bottom: 28px;
  font-size: clamp(3rem, 6.4vw, 6.4rem);
  line-height: 0.98;
}

h2 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.6vw, 4.7rem);
  line-height: 1.04;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.48rem;
  line-height: 1.2;
}

.accent {
  color: var(--terracotta-text);
  font-style: italic;
  font-weight: 400;
}

#approche .accent,
.contact-panel .accent {
  color: #f3c8b7;
}

.muted {
  color: var(--muted);
}

.top-note {
  position: relative;
  z-index: 51;
  padding: 9px 24px;
  background: var(--slate-deep);
  color: rgba(255, 253, 249, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.top-note a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(36, 53, 59, 0.08);
  background: rgba(245, 241, 234, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--brand-navy);
  font-family: var(--sans);
  line-height: 1.05;
}

.brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

.brand > span,
.brand > span > strong,
.brand > span > span {
  display: block;
}

.brand > span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.brand > span > strong {
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.brand > span > span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--slate-deep);
  font-size: 0.84rem;
}

.nav-links > a:not(.btn) {
  position: relative;
}

.nav-links > a:not(.btn)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--terracotta);
  content: "";
  transition: transform 180ms ease;
}

.nav-links > a:not(.btn):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span {
  opacity: 0;
}

.menu-open .menu-toggle::before {
  transform: translateY(5px) rotate(45deg);
}

.menu-open .menu-toggle::after {
  transform: translateY(-5px) rotate(-45deg);
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  background: var(--slate-action);
  color: var(--white);
  box-shadow: var(--shadow-action);
}

.btn-primary:hover {
  background: var(--slate-deep);
}

.btn:disabled,
.btn:disabled:hover {
  cursor: wait;
  opacity: 0.68;
  transform: none;
  box-shadow: none;
}

.btn-light {
  border-color: var(--line);
  background: rgba(255, 253, 249, 0.66);
  color: var(--ink);
}

.btn-ghost {
  padding-inline: 4px;
  border-radius: 0;
  border-bottom-color: var(--slate);
  color: var(--slate-deep);
}

.hero {
  position: relative;
  min-height: calc(100vh - 113px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 54px 0 64px;
}

.hero::before {
  position: absolute;
  top: -25vw;
  right: -20vw;
  width: 68vw;
  height: 68vw;
  border: 1px solid rgba(94, 124, 135, 0.12);
  border-radius: 44% 56% 58% 42%;
  content: "";
  transform: rotate(13deg);
}

.hero::after {
  position: absolute;
  right: 8%;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(168, 183, 160, 0.22);
  content: "";
  filter: blur(1px);
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), 1680px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(480px, 0.94fr);
  gap: 58px;
  align-items: stretch;
}

.hero-copy-panel {
  position: relative;
  align-self: center;
  padding: 32px 0 32px 44px;
}

.hero-copy-panel::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: rgba(198, 123, 92, 0.62);
  content: "";
}

.hero-copy-panel h1 {
  max-width: 780px;
  font-size: clamp(3.55rem, 5.1vw, 5.35rem);
  line-height: 0.99;
}

.hero-copy {
  max-width: 710px;
  margin-bottom: 34px;
  color: #52656c;
  font-size: clamp(1.1rem, 1.7vw, 1.32rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-reassurance {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

[data-cal-link][hidden] {
  display: none !important;
}

.hero-portrait {
  position: relative;
  height: clamp(600px, calc(100vh - 190px), 720px);
  min-height: 600px;
  margin: 0;
  overflow: visible;
  background: transparent;
  isolation: isolate;
}

.hero-portrait::after {
  display: none;
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  clip-path: polygon(0 0, 91% 0, 100% 8%, 100% 100%, 0 100%);
  background: #d6d6d0;
  filter: saturate(0.86) contrast(0.98);
}

.hero-portrait-index {
  position: absolute;
  bottom: 34px;
  left: -29px;
  z-index: 3;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 124, 135, 0.38);
  border-radius: 50%;
  background: var(--linen);
  color: var(--slate-deep);
  font-size: 0.78rem;
  font-style: italic;
}

.hero-location {
  position: absolute;
  right: -1px;
  bottom: 20px;
  z-index: 3;
  min-width: 320px;
  min-height: 78px;
  display: grid;
  grid-template-columns: 56px 1fr;
  background: var(--white);
  color: var(--slate-deep);
  box-shadow: 0 16px 34px rgba(24, 45, 52, 0.14);
}

.hero-location-icon {
  display: grid;
  place-items: center;
  background: var(--terracotta);
  color: var(--white);
  font-size: 1.1rem;
}

.hero-location-copy {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px 18px;
}

.hero-location-copy strong,
.hero-location-copy small {
  display: block;
}

.hero-location-copy strong {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-location-copy small {
  color: var(--muted);
  font-size: 0.72rem;
}

.about-portrait figcaption > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signature-card {
  position: relative;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 190px 190px 34px 34px;
  background: var(--slate-action);
  color: var(--white);
  box-shadow: var(--shadow);
}

.signature-card::before,
.signature-card::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.signature-card::before {
  top: 17%;
  right: -34%;
  width: 390px;
  height: 390px;
}

.signature-card::after {
  top: 24%;
  right: -23%;
  width: 310px;
  height: 310px;
}

.card-mark {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--linen);
  color: var(--slate-deep);
  font-size: 1.25rem;
  font-weight: 600;
}

.signature-card blockquote {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.04;
}

.signature-card blockquote em {
  display: block;
  color: #f3c8b7;
  font-style: italic;
}

.signature-card small {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
}

.facts {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fact {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-left: 1px solid var(--line);
}

.fact:last-child {
  border-right: 1px solid var(--line);
}

.fact strong {
  font-size: 1.04rem;
  font-weight: 600;
}

.fact span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.85rem;
}

.section {
  padding: 88px 0;
}

.section h2 {
  font-size: clamp(2.2rem, 3.2vw, 3.5rem);
  line-height: 1.05;
  text-wrap: balance;
}

.section-intro {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-intro h2 {
  max-width: 14ch;
  margin: 0 auto 18px;
  font-size: clamp(2.45rem, 3.4vw, 3.35rem);
}

.section-intro .eyebrow {
  justify-content: center;
}

.section-intro p:last-child {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.situations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--line);
}

.situation {
  position: relative;
  min-height: 245px;
  padding: 38px;
  background: var(--white);
}

.situation-number {
  display: block;
  margin-bottom: 52px;
  color: var(--terracotta-text);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.situation p {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
}

.situation .text-link {
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid var(--terracotta);
  color: var(--slate-deep);
  font-size: 0.82rem;
  font-weight: 600;
}

.band {
  position: relative;
  overflow: hidden;
  background: var(--slate-deep);
  color: var(--white);
}

.band::after {
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 46% 54% 36% 64%;
  content: "";
}

.band h2,
.band h3 {
  color: var(--white);
}

.band .eyebrow {
  color: #d8e0d4;
}

.method-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
  align-items: start;
}

.method-intro {
  position: sticky;
  top: 130px;
}

.method-intro p {
  max-width: 450px;
  color: rgba(255, 255, 255, 0.78);
}

.band .btn-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.method-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.method-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.method-step > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #f3c8b7;
  font-size: 0.8rem;
}

.method-step p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.about-visual {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
  border-radius: 32px 190px 32px 32px;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 253, 249, 0.42), transparent 28%),
    linear-gradient(145deg, var(--sage), #879a8d);
  color: var(--ink);
}

.about-monogram {
  margin-bottom: auto;
  color: rgba(36, 53, 59, 0.55);
  font-size: clamp(6rem, 11vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 0.8;
}

.about-visual blockquote {
  max-width: 430px;
  margin: 0;
  color: var(--white);
  font-size: 1.68rem;
  line-height: 1.25;
}

.about-portrait {
  position: relative;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  border-radius: 32px 190px 32px 32px;
  background: var(--slate-action);
  box-shadow: var(--shadow);
}

.about-portrait::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(30, 49, 56, 0.9));
  content: "";
  pointer-events: none;
}

.about-portrait img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center 24%;
}

.about-portrait figcaption {
  position: absolute;
  right: 38px;
  bottom: 36px;
  left: 38px;
  z-index: 2;
  color: var(--white);
}

.about-portrait blockquote {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.24;
}

.about-copy > p:not(.eyebrow) {
  max-width: 630px;
  color: var(--muted);
}

.credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0;
}

.credential {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.52);
}

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

.credential strong {
  margin-bottom: 4px;
  font-weight: 600;
}

.credential span {
  color: var(--muted);
  font-size: 0.88rem;
}

.session-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: start;
}

.session-layout > div > h2 {
  max-width: 15ch;
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  line-height: 1.05;
  text-wrap: balance;
}

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

.session-layout--reverse > :first-child {
  grid-column: 2;
  grid-row: 1;
}

.session-layout--reverse > .offer-card {
  grid-column: 1;
  grid-row: 1;
}

.timeline {
  margin-top: 45px;
  border-top: 1px solid var(--line);
}

.timeline-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-row > span {
  color: var(--terracotta-text);
  font-size: 0.8rem;
}

.timeline-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.offer-card {
  position: sticky;
  top: 130px;
  overflow: hidden;
  padding: 40px;
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.offer-card::before {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(168, 183, 160, 0.26);
  content: "";
}

.offer-card h3 {
  position: relative;
  font-size: 2rem;
}

.price {
  margin: 18px 0;
  color: var(--slate-deep);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
}

.price small {
  font-size: 0.86rem;
  font-weight: 400;
}

.offer-list {
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.offer-list li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
}

.offer-list li::before {
  color: var(--terracotta-text);
  content: "—";
}

.offer-card .btn {
  width: 100%;
}

.offer-card .text-link {
  display: block;
  margin-top: 18px;
  color: var(--slate-deep);
  font-size: 0.82rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.faq-layout--reverse {
  grid-template-columns: 1.15fr 0.85fr;
}

.faq-layout--reverse > :first-child {
  grid-column: 2;
  grid-row: 1;
}

.faq-layout--reverse > .faq-list {
  grid-column: 1;
  grid-row: 1;
}

.faq-layout > :first-child h2 {
  max-width: 11ch;
  font-size: clamp(2.2rem, 3.25vw, 3.05rem);
  line-height: 1.05;
  text-wrap: balance;
}

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

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

.faq-item summary {
  position: relative;
  padding: 26px 48px 26px 0;
  cursor: pointer;
  font-size: 1.16rem;
  font-weight: 500;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "+";
  color: var(--terracotta-text);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  max-width: 650px;
  padding: 0 50px 26px 0;
  color: var(--muted);
}

.rhythm-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 64px;
  align-items: center;
}

.rhythm-copy h2 {
  max-width: 17ch;
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 3.1vw, 3.25rem);
  line-height: 1.05;
  text-wrap: balance;
}

.rhythm-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
}

.rhythm-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
}

.rhythm-facts > div {
  min-height: 112px;
  padding: 20px;
  background: var(--linen);
}

.rhythm-facts strong,
.rhythm-facts span {
  display: block;
}

.rhythm-facts strong {
  margin-bottom: 6px;
  color: var(--slate-deep);
  font-size: 0.98rem;
  font-weight: 600;
}

.rhythm-facts span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.rhythm-visual {
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px 120px 28px 28px;
  box-shadow: var(--shadow);
}

.rhythm-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.76) contrast(0.96);
}

.contact {
  padding: 105px 0;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 70px;
  overflow: hidden;
  padding: 64px;
  border-radius: 32px;
  background: var(--slate-action);
  color: var(--white);
}

.contact-panel::after {
  position: absolute;
  right: -100px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel .eyebrow {
  color: #e8efe4;
}

.contact-panel p {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.74);
}

.contact-panel .btn-primary {
  background: var(--white);
  color: var(--slate-deep);
}

.contact-details {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(36, 53, 59, 0.2);
}

.contact-row {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row small,
.contact-row strong {
  display: block;
}

.contact-row small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-row strong {
  font-weight: 500;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.footer-identity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
}

.footer-identity img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: inherit;
  text-align: left;
}

.footer-links a,
.footer-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.footer-links a:hover,
.footer-button:hover {
  color: var(--slate-deep);
  text-decoration-color: var(--terracotta-text);
}

/* Funnel */
.funnel-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 92% 10%, rgba(168, 183, 160, 0.28), transparent 28%),
    var(--linen);
}

.funnel-header {
  padding: 18px 0;
}

.funnel-header .nav {
  min-height: 48px;
}

.funnel-main {
  padding: 22px 0 72px;
}

.funnel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
  gap: 70px;
  align-items: center;
}

.funnel-copy h1 {
  max-width: 670px;
  font-size: clamp(3rem, 5.3vw, 5.5rem);
}

.funnel-copy > p:not(.eyebrow) {
  max-width: 570px;
  color: var(--muted);
  font-size: 1.08rem;
}

.funnel-theme-visual {
  width: min(570px, 100%);
  height: 168px;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid rgba(36, 53, 59, 0.12);
  border-radius: 18px;
  background: var(--linen-deep);
}

.funnel-theme-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.78) contrast(0.96);
}

.funnel-theme-visual--wide img {
  object-position: center 50%;
}

.funnel-reassurance {
  display: grid;
  gap: 16px;
  margin-top: 36px;
}

.reassurance {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
}

.reassurance > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(168, 183, 160, 0.3);
  color: var(--slate-deep);
  font-size: 0.78rem;
}

.reassurance strong,
.reassurance small {
  display: block;
}

.reassurance strong {
  font-weight: 600;
}

.reassurance small {
  margin-top: 2px;
  color: var(--muted);
}

.form-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-card h2 {
  margin-bottom: 8px;
  font-size: 1.95rem;
}

.form-card > p {
  margin-bottom: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.field {
  margin-bottom: 14px;
}

.field label {
  display: block;
  margin-bottom: 5px;
  color: var(--slate-deep);
  font-size: 1rem;
  font-weight: 600;
}

.field input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(36, 53, 59, 0.2);
  border-radius: 10px;
  background: var(--surface-input);
  color: var(--ink);
}

.field input:focus-visible {
  border-color: var(--slate-deep);
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.check-field {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  align-items: start;
  margin: 14px 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.check-field input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0 12px;
  accent-color: var(--slate);
}

.check-field a {
  text-decoration: underline;
}

.form-card .btn {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--slate-deep);
  font-size: 1rem;
  text-align: center;
}

.form-status[data-state="error"] {
  color: #8a3e2e;
}

.privacy-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
  text-align: center;
}

.consent-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 90;
  width: min(920px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-inline: auto;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(36, 53, 59, 0.97);
  color: var(--white);
  box-shadow: 0 22px 70px rgba(20, 32, 36, 0.3);
}

.consent-banner strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}

.consent-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.45;
}

.consent-actions {
  display: flex;
  gap: 10px;
}

.consent-actions .btn {
  min-height: 44px;
  padding-inline: 18px;
}

.thankyou {
  min-height: calc(100vh - 110px);
  display: grid;
  place-items: center;
  padding: 60px 0;
}

.thankyou-card {
  width: min(720px, 100%);
  padding: 56px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.thankyou-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: rgba(168, 183, 160, 0.34);
  color: var(--slate-deep);
  font-size: 1.5rem;
}

.thankyou-card h1 {
  margin-inline: auto;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.thankyou-card p {
  max-width: 540px;
  margin: 0 auto 28px;
  color: var(--muted);
}

.booking-main {
  padding: 48px 0 86px;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.booking-intro {
  padding-top: 26px;
}

.booking-intro h1 {
  max-width: 10ch;
  margin: 20px 0;
  font-size: clamp(3.15rem, 5.2vw, 5.5rem);
  line-height: 0.96;
}

.booking-intro > p:not(.eyebrow) {
  max-width: 42ch;
  color: var(--muted);
  font-size: 1.04rem;
}

.booking-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 34px 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-fact {
  padding: 18px 12px 18px 0;
}

.booking-fact:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.booking-fact strong,
.booking-fact span {
  display: block;
}

.booking-fact strong {
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 1.2rem;
}

.booking-fact span {
  color: var(--muted);
  font-size: 0.82rem;
}

.booking-card {
  min-height: 610px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.cal-inline {
  width: 100%;
  min-height: 566px;
  overflow: auto;
  border-radius: 20px;
}

.cal-standby {
  min-height: 566px;
  display: grid;
  place-items: center;
  padding: 36px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 10%, rgba(168, 183, 160, 0.38), transparent 30%),
    var(--linen);
  text-align: center;
}

.cal-standby-inner {
  max-width: 440px;
}

.cal-standby-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--slate-deep);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.cal-standby h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.cal-standby p,
.cal-error {
  color: var(--muted);
}

.cal-standby .actions {
  justify-content: center;
  margin-top: 24px;
}

.cal-error {
  max-width: 520px;
  margin: 18px auto 0;
  text-align: center;
}

.cal-fallback {
  display: block;
  margin: 16px auto 0;
  text-align: center;
}

.cal-inline[hidden],
.cal-standby[hidden],
.cal-error[hidden],
.cal-fallback[hidden],
[data-booking-confirmed][hidden],
[data-booking-unverified][hidden] {
  display: none !important;
}

.booking-confirmation[data-state="unverified"] .thankyou-mark {
  background: rgba(198, 123, 92, 0.18);
  color: var(--terracotta);
}

.legal-main {
  padding: 70px 0 110px;
}

.legal-copy {
  width: min(820px, 100%);
}

.legal-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.legal-copy h2 {
  margin-top: 46px;
  font-size: 1.65rem;
}

.legal-copy p,
.legal-copy li {
  color: var(--muted);
}

.legal-draft-note,
.publication-blocker {
  padding: 22px 24px;
  border-radius: 16px;
}

.legal-draft-note {
  margin-bottom: 38px;
  border: 1px solid rgba(198, 123, 92, 0.32);
  background: rgba(198, 123, 92, 0.08);
  color: var(--ink);
}

.publication-blocker {
  margin-top: 18px;
  border: 2px solid var(--terracotta);
  background: var(--white);
}

.publication-blocker strong {
  display: block;
  margin-bottom: 6px;
  color: #8a3e2e;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Generalist pages */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 70px;
  border-bottom: 1px solid var(--line);
}

.page-hero::after {
  position: absolute;
  top: -210px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(94, 124, 135, 0.18);
  border-radius: 42% 58% 61% 39%;
  content: "";
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 56px;
  align-items: center;
}

.page-hero-visual {
  height: auto;
  aspect-ratio: 5 / 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 53, 59, 0.12);
  border-radius: 22px;
  background: var(--linen-deep);
  box-shadow: 0 18px 48px rgba(36, 53, 59, 0.1);
}

.page-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.76) contrast(0.96);
}

.page-hero-visual--wide img {
  object-position: center 52%;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 4.4vw, 4.5rem);
  line-height: 1;
  text-wrap: balance;
}

.page-hero .article-lede {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.about-page-hero {
  padding-top: 54px;
}

.about-page-hero .breadcrumb {
  margin-bottom: 34px;
}

.about-page-hero-grid {
  position: relative;
  z-index: 1;
}

.about-page-hero-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.about-page-hero-copy h1 {
  max-width: 20ch;
  margin: 0 auto 28px;
  font-size: clamp(3rem, 4.3vw, 4.5rem);
}

.about-page-hero-copy .article-lede {
  max-width: 590px;
  margin-inline: auto;
}

.about-page-hero-portrait {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 4 / 5;
  margin: 48px auto 0;
  overflow: hidden;
  border: 1px solid rgba(36, 53, 59, 0.12);
  border-radius: 28px 112px 28px 28px;
  background: var(--slate-action);
  box-shadow: 0 22px 52px rgba(36, 53, 59, 0.13);
}

.about-page-hero-portrait::after {
  position: absolute;
  inset: 44% 0 0;
  background: linear-gradient(180deg, transparent, rgba(27, 48, 56, 0.92));
  content: "";
  pointer-events: none;
}

.about-page-hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-page-hero-portrait figcaption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
  z-index: 1;
  color: var(--white);
}

.about-page-hero-portrait figcaption > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page-hero-portrait blockquote {
  max-width: 390px;
  margin: 0;
  font-size: clamp(1.18rem, 1.8vw, 1.52rem);
  line-height: 1.24;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
}

.about-story-portrait {
  width: min(430px, 100%);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px 92px 24px 24px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(36, 53, 59, 0.1);
}

.about-story-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-story-portrait figcaption {
  padding: 24px 26px 28px;
}

.about-story-portrait figcaption > span {
  display: block;
  margin-bottom: 10px;
  color: var(--terracotta-text);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story-portrait blockquote {
  margin: 0;
  color: var(--slate-deep);
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.32;
}

.about-story-heading h2 {
  max-width: 18ch;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 3.2vw, 3.2rem);
  line-height: 1.06;
  text-wrap: balance;
}

.about-story .content-copy {
  padding-top: 18px;
}

.about-story .content-copy p {
  max-width: 650px;
}

.funnel-section-head.about-principles-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.funnel-section-head.about-principles-head .eyebrow {
  justify-content: center;
}

.funnel-section-head.about-principles-head h2 {
  max-width: 20ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  line-height: 1.06;
  text-wrap: balance;
}

.about-quote {
  display: grid;
  grid-template-columns: minmax(290px, 0.74fr) minmax(0, 1.26fr);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(36, 53, 59, 0.08);
}

.about-quote-visual {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

.about-quote-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.72) contrast(0.95);
}

.about-quote-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 94px);
}

.about-quote-copy blockquote {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  line-height: 1.12;
  text-wrap: balance;
}

.breadcrumb {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a {
  border-bottom: 1px solid var(--line);
}

.page-section {
  padding: 80px 0;
}

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

.page-section--slate {
  background: var(--slate-deep);
  color: var(--white);
}

.page-section--slate h2,
.page-section--slate h3 {
  color: var(--white);
}

.page-section--slate p {
  color: rgba(255, 255, 255, 0.7);
}

.content-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 90px;
  align-items: start;
}

.content-split--article {
  grid-template-columns: minmax(230px, 260px) minmax(0, 650px);
  gap: 64px;
  justify-content: center;
}

.content-split--feature {
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
  gap: 64px;
}

.content-split--feature > :first-child h2 {
  max-width: 11.5ch;
  font-size: clamp(2.2rem, 3.25vw, 3.05rem);
  line-height: 1.05;
  text-wrap: balance;
}

.content-split--balanced {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(56px, 5.3vw, 64px);
}

.content-split--balanced > :first-child {
  min-width: 0;
  align-self: start;
}

.content-split--balanced > :first-child h2 {
  max-width: 100%;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 3.1vw, 3.1rem);
  line-height: 1.06;
  text-wrap: balance;
}

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

.content-copy p,
.content-copy li {
  color: var(--muted);
}

.content-copy h2 {
  margin-top: 42px;
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 2.5vw, 2.75rem);
  line-height: 1.08;
  text-wrap: balance;
}

.content-copy h2:first-child {
  margin-top: 0;
}

.content-copy h3 {
  margin-top: 34px;
}

.content-copy ul {
  padding-left: 1.2em;
}

.content-copy li {
  margin-bottom: 9px;
}

.practice-guide {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  border-bottom: 1px solid var(--line);
}

.practice-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 18px;
  align-content: start;
  padding: 38px 0 42px;
  border-top: 1px solid var(--line);
}

.practice-row:last-child {
  border-bottom: 0;
}

.practice-row-heading {
  display: contents;
}

.practice-row-heading > span {
  padding-top: 7px;
  color: var(--terracotta-text);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.practice-row h2 {
  max-width: 19ch;
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 2.3vw, 2.35rem);
  line-height: 1.08;
  scroll-margin-top: 130px;
  text-wrap: balance;
}

.practice-row-copy {
  grid-column: 2;
  max-width: 57ch;
}

.practice-row-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.practice-row-copy p + p {
  margin-top: 0;
}

.practice-inline-quote {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--terracotta);
  color: var(--slate-deep);
  font-size: 1.18rem;
  font-style: italic;
  line-height: 1.4;
}

.anchor-card {
  position: sticky;
  top: 124px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.7);
}

.anchor-card strong {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
}

.anchor-card a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.anchor-card .btn {
  margin-top: 18px;
  color: var(--white);
}

.principles-grid,
.route-grid,
.recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.principle-card,
.route-card,
.recognition-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

.recognition-card {
  background: #f8f3eb;
}

.principle-card > span,
.route-card > span,
.recognition-card > span {
  display: block;
  margin-bottom: 36px;
  color: var(--terracotta-text);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.principle-card p,
.route-card p,
.recognition-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.route-card {
  display: flex;
  flex-direction: column;
}

.route-card > span {
  margin-bottom: 20px;
}

.route-card h2 {
  max-width: 16ch;
  font-size: clamp(1.9rem, 2.4vw, 2.6rem);
  line-height: 1.08;
  text-wrap: balance;
}

.route-card .text-link {
  align-self: flex-start;
  margin-top: 24px;
  padding-top: 0;
  border-bottom: 1px solid var(--terracotta);
  color: var(--slate-deep);
  font-size: 0.84rem;
  font-weight: 600;
}

.quote-panel {
  padding: 48px;
  border-radius: 28px;
  background: var(--sage);
}

.quote-panel blockquote {
  max-width: 880px;
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1.15;
}

.quote-panel--inline {
  max-width: 640px;
  margin-top: 22px;
  padding: 30px 32px;
  border-radius: 20px;
}

.quote-panel--inline blockquote {
  max-width: 100%;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.2;
  text-wrap: balance;
}

.ethics-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
}

.ethics-row {
  display: grid;
  grid-template-columns: 70px 0.42fr 0.58fr;
  gap: 24px;
  padding: 30px;
  background: var(--white);
}

.ethics-row > span {
  color: var(--terracotta-text);
  font-size: 0.78rem;
}

.ethics-row strong {
  font-weight: 600;
}

.ethics-row p {
  margin: 0;
  color: var(--muted);
}

.site-cta {
  padding: 88px 0;
}

.site-cta-panel {
  padding: 54px;
  border-radius: 30px;
  background: var(--slate-action);
  color: var(--white);
  text-align: center;
}

.site-cta-panel h2 {
  margin-inline: auto;
  color: var(--white);
}

.site-cta-panel p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.74);
}

.site-cta-panel .actions {
  justify-content: center;
}

.site-cta-panel .btn-primary {
  background: var(--white);
  color: var(--slate-deep);
}

/* Specific acquisition pages */
.funnel-landing .funnel-main {
  padding-bottom: 88px;
}

.funnel-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--slate-deep);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funnel-proof {
  margin-top: 24px;
  color: var(--muted);
  font-size: 1rem;
}

.funnel-proof strong {
  color: var(--slate-deep);
}

.funnel-inline-cta {
  display: none;
  margin-top: 24px;
}

.form-card > .mobile-practical {
  display: block;
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8f3eb;
  color: var(--slate-deep);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.form-card > .trust-note {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.trust-note a {
  color: var(--slate-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.funnel-section {
  padding: 92px 0;
}

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

.funnel-section--dark {
  background: var(--slate-deep);
  color: var(--white);
}

.funnel-section--dark h2,
.funnel-section--dark h3 {
  color: var(--white);
}

.funnel-section--dark p {
  color: rgba(255, 255, 255, 0.78);
}

.funnel-section-head {
  max-width: 790px;
  margin-bottom: 46px;
}

.funnel-section-head > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
}

.landmark-section .funnel-section-head {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.landmark-section .funnel-section-head h2,
.landmark-section .funnel-section-head > p:not(.eyebrow) {
  margin-inline: auto;
}

.landmark-section .funnel-section-head h2 {
  max-width: 18ch;
  font-size: clamp(2.7rem, 4vw, 4rem);
}

.landmark-section .funnel-section-head > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.funnel-section--dark .eyebrow {
  color: #d8e0d4;
}

.funnel-section--dark .funnel-section-head > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.funnel-method {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
}

.funnel-method article {
  padding: 34px;
  background: var(--slate-deep);
}

.funnel-method span {
  display: block;
  margin-bottom: 46px;
  color: #f3c8b7;
  font-size: 0.78rem;
}

.funnel-method p {
  margin-bottom: 0;
}

.funnel-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.funnel-offer-copy > p {
  max-width: 650px;
  color: var(--muted);
}

.funnel-offer-card {
  padding: 38px;
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.funnel-offer-card .price {
  margin-top: 0;
}

.funnel-offer-card .btn {
  width: 100%;
}

.funnel-offer-card .btn + .btn {
  margin-top: 12px;
}

.funnel-note {
  margin-top: 32px;
  padding: 20px 22px;
  border-left: 3px solid var(--terracotta);
  background: rgba(198, 123, 92, 0.08);
  color: var(--muted);
  font-size: 0.86rem;
}

.funnel-note strong {
  color: var(--ink);
}

.form-jump {
  scroll-margin-top: 24px;
}

@media (max-width: 980px) {
  .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 72px);
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    padding: 24px;
    border-bottom: 1px solid var(--line);
    background: var(--linen);
    box-shadow: 0 20px 38px rgba(36, 53, 59, 0.12);
  }

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

  .nav-links > a {
    padding: 15px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .nav-links > .btn {
    margin-top: 18px;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    width: min(calc(100% - 40px), 760px);
  }

  .hero-copy-panel {
    padding: 24px 20px 24px 32px;
  }

  .hero-copy-panel::before {
    top: 18px;
    bottom: 18px;
  }

  .hero-grid,
  .about-grid,
  .session-layout,
  .funnel-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .about-grid,
  .session-layout,
  .funnel-grid,
  .page-hero-grid {
    gap: 55px;
  }

  .page-hero-visual {
    width: min(620px, 100%);
    height: auto;
    aspect-ratio: 5 / 4;
  }

  .about-story {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 52px;
  }

  .about-quote {
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  }

  .about-quote-copy {
    padding: 48px;
  }

  .signature-card {
    min-height: 430px;
    max-width: 570px;
  }

  .hero-portrait {
    width: min(680px, 100%);
    height: 600px;
    min-height: 600px;
    margin-inline: auto;
  }

  .hero-portrait img {
    height: 100%;
    object-position: center 8%;
  }

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

  .fact:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .fact:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .section-intro,
  .method-grid,
  .faq-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .method-intro,
  .offer-card {
    position: static;
  }

  .about-visual {
    min-height: 460px;
  }

  .about-portrait,
  .about-portrait img {
    min-height: 500px;
    height: 500px;
  }

  .funnel-grid {
    align-items: start;
  }

  .content-split,
  .funnel-offer {
    grid-template-columns: 1fr;
  }

  .session-layout--reverse,
  .rhythm-panel,
  .faq-layout--reverse {
    grid-template-columns: 1fr;
  }

  .session-layout--reverse > :first-child,
  .session-layout--reverse > .offer-card,
  .faq-layout--reverse > :first-child,
  .faq-layout--reverse > .faq-list {
    grid-column: 1;
    grid-row: auto;
  }

  .rhythm-panel {
    gap: 42px;
  }

  .rhythm-visual {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 24px 90px 24px 24px;
  }

  .practice-guide {
    column-gap: 32px;
  }

  .practice-row {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 14px;
    padding: 32px 0 36px;
  }

  .practice-row h2 {
    font-size: 1.75rem;
  }

  .content-split--article,
  .content-split--feature {
    grid-template-columns: 1fr;
  }

  .content-split,
  .funnel-offer {
    gap: 54px;
  }

  .content-split--article,
  .content-split--feature,
  .faq-layout {
    gap: 40px;
  }

  .content-split--balanced {
    gap: 40px;
  }

  .page-section {
    padding: 68px 0;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .anchor-card {
    position: static;
  }

  .principles-grid,
  .recognition-grid {
    width: min(620px, 100%);
    grid-template-columns: 1fr;
    margin-inline: auto;
  }

  .route-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
  }

  .funnel-copy {
    text-align: center;
  }

  .funnel-copy > p,
  .funnel-copy h1 {
    margin-inline: auto;
  }

  .funnel-copy .eyebrow {
    justify-content: center;
  }

  .funnel-inline-cta {
    width: fit-content;
    display: flex;
    margin: 24px auto 0;
  }

  .funnel-reassurance {
    width: min(560px, 100%);
    margin-inline: auto;
    text-align: left;
  }

  .funnel-theme-visual {
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .wrap {
    width: min(100% - 30px, 1180px);
  }

  .top-note {
    padding-inline: 14px;
    font-size: 0.82rem;
  }

  .nav {
    min-height: 72px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand > span > strong {
    font-size: 0.98rem;
  }

  .brand > span > span {
    font-size: 0.62rem;
  }

  .hero {
    padding: 68px 0 52px;
  }

  .hero-grid {
    width: min(100% - 30px, 1180px);
    gap: 38px;
  }

  .hero-copy-panel {
    padding: 8px 0 8px 20px;
  }

  .hero-copy-panel::before {
    top: 0;
    bottom: 0;
  }

  .hero-copy-panel h1 {
    font-size: clamp(2.75rem, 13vw, 3.65rem);
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3.3rem);
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .actions .btn {
    width: 100%;
  }

  .actions .btn-ghost {
    width: auto;
    align-self: center;
  }

  .signature-card {
    min-height: 400px;
    padding: 32px;
    border-radius: 140px 140px 28px 28px;
  }

  .hero-portrait {
    height: 480px;
    min-height: 480px;
  }

  .hero-portrait img {
    height: 100%;
    object-position: center 10%;
  }

  .hero-portrait-index {
    top: 18px;
    right: 18px;
    bottom: auto;
    left: auto;
    width: 48px;
    height: 48px;
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(245, 241, 234, 0.9);
  }

  .hero-location {
    right: 0;
    bottom: 16px;
    left: 24px;
    min-width: 0;
    min-height: 72px;
    grid-template-columns: 50px 1fr;
  }

  .hero-location-copy {
    padding-inline: 14px;
  }

  .facts-grid {
    grid-template-columns: 1fr;
  }

  .fact,
  .fact:nth-child(3),
  .fact:nth-child(4) {
    min-height: 88px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .fact:first-child {
    border-top: 0;
  }

  .section {
    padding: 64px 0;
  }

  .section-intro {
    margin-bottom: 36px;
  }

  .section-intro h2 {
    font-size: clamp(2.2rem, 9.8vw, 2.65rem);
  }

  .situations {
    grid-template-columns: 1fr;
  }

  .situation {
    min-height: 220px;
    padding: 30px;
  }

  .situation-number {
    margin-bottom: 36px;
  }

  .method-grid,
  .about-grid,
  .session-layout,
  .faq-layout {
    gap: 52px;
  }

  .method-step {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .about-visual {
    min-height: 420px;
    padding: 32px;
    border-radius: 26px 130px 26px 26px;
  }

  .about-portrait,
  .about-portrait img {
    min-height: 460px;
    height: 460px;
  }

  .about-portrait {
    border-radius: 26px 130px 26px 26px;
  }

  .about-portrait figcaption {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .about-visual blockquote {
    font-size: 1.35rem;
  }

  .credentials {
    grid-template-columns: 1fr;
  }

  .offer-card {
    padding: 30px;
  }

  .contact {
    padding: 70px 0;
  }

  .contact-panel {
    gap: 38px;
    padding: 36px 24px;
  }

  .contact-details {
    padding: 22px;
  }

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

  .funnel-main {
    padding-top: 30px;
  }

  .funnel-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .funnel-copy h1 {
    max-width: 18ch;
    margin-inline: auto;
    font-size: clamp(2.5rem, 11vw, 3rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .form-card,
  .thankyou-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .booking-main {
    padding: 24px 0 64px;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .booking-intro {
    padding-top: 0;
    text-align: center;
  }

  .booking-intro h1,
  .booking-intro > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .booking-intro h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .booking-facts {
    max-width: 520px;
    margin-inline: auto;
    text-align: left;
  }

  .booking-card {
    min-height: 520px;
    padding: 12px;
    border-radius: 22px;
  }

  .cal-inline,
  .cal-standby {
    min-height: 496px;
    border-radius: 16px;
  }

  .cal-standby {
    padding: 28px 18px;
  }

  .funnel-reassurance {
    display: none;
  }

  .form-card > .mobile-practical {
    display: block;
  }

  .page-hero {
    padding: 58px 0 54px;
  }

  .page-hero-grid {
    gap: 38px;
  }

  .about-page-hero-grid,
  .about-story,
  .about-quote {
    grid-template-columns: 1fr;
  }

  .about-page-hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 12vw, 3.5rem);
  }

  .about-page-hero-portrait {
    margin-top: 36px;
    border-radius: 22px 92px 22px 22px;
  }

  .about-story {
    gap: 28px;
  }

  .about-story-portrait {
    width: min(430px, 100%);
    margin-inline: auto;
  }

  .about-story .content-copy {
    padding-top: 0;
  }

  .about-quote-visual,
  .about-quote-visual img {
    min-height: 270px;
    height: 270px;
  }

  .about-quote-copy {
    padding: 34px 26px 40px;
  }

  .about-quote-copy blockquote {
    font-size: clamp(1.75rem, 8.5vw, 2.35rem);
  }

  .page-hero-visual {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .funnel-theme-visual {
    height: 142px;
    border-radius: 14px;
  }

  .page-hero::after {
    display: none;
  }

  .page-section,
  .funnel-section {
    padding: 60px 0;
  }

  .content-split--feature > :first-child h2,
  .faq-layout > :first-child h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 9.6vw, 2.5rem);
  }

  .content-split--balanced {
    gap: 30px;
  }

  .content-split--balanced > :first-child h2 {
    max-width: 15ch;
    font-size: clamp(2.2rem, 10vw, 2.7rem);
    line-height: 1.08;
  }

  .content-copy h2 {
    margin-top: 36px;
    font-size: clamp(1.85rem, 8.6vw, 2.25rem);
  }

  .quote-panel--inline {
    padding: 26px 24px;
  }

  .rhythm-copy h2 {
    font-size: clamp(2.05rem, 9.4vw, 2.6rem);
  }

  .rhythm-facts {
    grid-template-columns: 1fr;
  }

  .rhythm-facts > div {
    min-height: auto;
    padding: 17px 18px;
  }

  .rhythm-visual {
    aspect-ratio: 4 / 3;
    border-radius: 20px 70px 20px 20px;
  }

  .practice-guide {
    grid-template-columns: 1fr;
  }

  .practice-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 28px 0 30px;
  }

  .practice-row-heading {
    display: block;
  }

  .practice-row-heading > span {
    display: block;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .practice-row h2 {
    max-width: none;
    margin-bottom: 14px;
    font-size: clamp(1.75rem, 8vw, 2.05rem);
  }

  .practice-row-copy {
    grid-column: 1;
    padding-left: 0;
  }

  .practice-inline-quote {
    padding-left: 16px;
    font-size: 1.05rem;
  }

  .principles-grid,
  .route-grid,
  .recognition-grid,
  .funnel-method {
    grid-template-columns: 1fr;
  }

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

  .ethics-row p {
    grid-column: 2;
  }

  .quote-panel,
  .site-cta-panel {
    padding: 34px 24px;
  }

  .consent-banner {
    right: 15px;
    bottom: 15px;
    left: 15px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* Compact layout for the three specific acquisition funnels. */
.funnel-landing .funnel-section-head {
  width: min(100%, 740px);
  max-width: 740px;
  margin-bottom: 32px;
}

.funnel-landing .funnel-section-head .eyebrow,
.funnel-landing .funnel-offer-copy .eyebrow {
  margin-bottom: 14px;
}

.funnel-landing .funnel-section-head h2,
.funnel-landing .funnel-offer-copy h2 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 3.4vw, 3rem);
  line-height: 1.08;
  text-wrap: balance;
}

.funnel-landing .funnel-section-head > p:last-child,
.funnel-landing .funnel-offer-copy > p:not(.eyebrow) {
  margin-bottom: 0;
  text-wrap: pretty;
}

.funnel-landing .funnel-section-head > p:not(.eyebrow),
.funnel-landing .funnel-offer-copy > p:not(.eyebrow) {
  max-width: 60ch;
}

.funnel-landing .funnel-offer {
  width: min(1080px, calc(100% - 48px));
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 40px);
  align-items: start;
}

.funnel-landing .funnel-offer-copy,
.funnel-landing .funnel-offer-card {
  min-width: 0;
}

.funnel-landing .funnel-offer-card {
  padding: clamp(26px, 2.5vw, 32px);
}

.funnel-landing .funnel-note {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .funnel-landing .funnel-offer {
    width: min(720px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 680px) {
  .funnel-landing .funnel-section-head {
    margin-bottom: 28px;
  }

  .funnel-landing .funnel-section-head h2,
  .funnel-landing .funnel-offer-copy h2 {
    font-size: clamp(2rem, 8.7vw, 2.45rem);
  }

  .funnel-landing .funnel-offer {
    width: min(720px, calc(100% - 30px));
    gap: 28px;
  }

  .funnel-landing .funnel-offer-card {
    padding: 26px 22px;
  }

  .funnel-landing .funnel-offer-card .btn {
    max-width: 100%;
    padding-inline: 18px;
    white-space: normal;
  }
}

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

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