﻿:root {
  --ink: #101419;
  --muted: #66707a;
  --soft: #e9edf0;
  --paper: #f8f9fa;
  --line: #d9dee4;
  --mint: #d9b75e;
  --blue: #dbe6ed;
  --blue-slate: #385768;
  --mist-blue: #dbe6ed;
  --peach: #f7efe1;
  --soft-cream: #f7efe1;
  --sage: #52685b;
  --sage-soft: #e2e9e3;
  --teal: #365f61;
  --teal-soft: #dce9e9;
  --clay: #80513f;
  --clay-soft: #eaded8;
  --plum: #5b4e63;
  --plum-soft: #e5dfe7;
  --lilac: #c8d0d8;
  --lemon: #d9b75e;
  --green: #385768;
  --google-blue: #385768;
  --shadow: 0 24px 74px rgba(16, 20, 25, .12);
  --grad: linear-gradient(110deg, var(--green) 0%, var(--blue-slate) 34%, var(--mint) 68%, var(--soft-cream) 100%);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

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

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 78px;
  background: rgba(248, 249, 250, .9);
  border-bottom: 1px solid rgba(16, 20, 25, .1);
  backdrop-filter: blur(22px);
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 260px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #39414a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: #edf0f2;
  color: var(--ink);
}

.nav-links .nav-cta {
  margin-left: 4px;
  background: var(--ink);
  color: #fff;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta[aria-current="page"] {
  background: #000;
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
}

.menu-toggle{position:relative;font-size:0}
.menu-toggle svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;stroke-linecap:round;fill:none}
.menu-toggle .icon-x{display:none}
.menu-toggle[aria-expanded="true"] .icon-bars{display:none}
.menu-toggle[aria-expanded="true"] .icon-x{display:block}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero {
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: center;
  padding: 78px 0 66px;
}

.home-slate-gold .hero {
  padding-bottom: 150px;
}

.page-hero {
  padding: 86px 0 62px;
  background: var(--paper);
}

.hero-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
}

.hero-copy,
.page-hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #7d6231;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(56px, 8vw, 112px);
  line-height: .92;
  letter-spacing: -.055em;
}

.home-slate-gold h1 {
  max-width: 720px;
  font-size: clamp(50px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.home-slate-gold .hero-copy {
  max-width: 720px;
}

.home-hero-lead {
  max-width: 590px;
  font-size: clamp(18px, 1.8vw, 22px);
}

.home-slate-gold .portrait-panel {
  width: min(300px, 100%);
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(48px, 7vw, 88px);
}

.about-hero-intro {
  max-width: 760px;
}

.about-hero-intro p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.58;
}

.about-hero-intro p:first-child {
  color: #30343a;
  font-size: clamp(19px, 2vw, 24px);
}

.about-hero-intro p:last-child {
  margin-bottom: 0;
}

.about-hero-intro strong {
  color: var(--ink);
  font-weight: 850;
}

.coaching-hero-copy {
  max-width: 980px;
  text-align: center;
}

.coaching-hero-copy .eyebrow {
  justify-content: center;
}

.coaching-hero-copy h1 {
  margin-right: auto;
  margin-left: auto;
}

.coaching-hero-copy .about-hero-intro {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.coaching-hero-copy .about-hero-intro p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.coaching-keyword-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 860px;
  margin: 28px auto 0;
}

.keyword-chip {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  color: #3f4c58;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 750;
  line-height: 1;
}

.keyword-chip::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
}

.keyword-chip.slate {
  background: var(--blue-slate);
  color: #f8f9fa;
}

.keyword-chip.slate-soft {
  background: rgba(56, 87, 104, .14);
  color: var(--blue-slate);
}

.keyword-chip.cream {
  background: var(--soft-cream);
  color: #7d6231;
}

.keyword-chip.paper {
  background: #f8f9fa;
  color: #101419;
  box-shadow: inset 0 0 0 1px #d9dee4;
}

.keyword-chip.gold {
  background: #d9b75e;
  color: #101419;
}

.keyword-chip.black {
  background: #101419;
  color: #f8f9fa;
}

/* Unified signature treatment for coaching keyword chips */
.keyword-chip.slate,
.keyword-chip.slate-soft,
.keyword-chip.cream,
.keyword-chip.paper,
.keyword-chip.gold,
.keyword-chip.black {
  background: linear-gradient(135deg, #385768 0%, #92752c 58%, #d9b75e 100%);
  color: #fff;
  box-shadow: none;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.gradient-text {
  background: var(--grad);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  padding-bottom: .08em;
}

.headline-line {
  display: block;
}

.headline-keep {
  white-space: nowrap;
}

.lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.microcopy {
  color: var(--muted);
  font-size: 14px;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(17, 17, 19, .16);
}

.button.secondary {
  background: #fff;
  color: var(--ink);
  border-color: #cfd4db;
}

.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(16, 20, 25, .24);
  text-underline-offset: 5px;
}

.text-link:hover {
  color: #7d6231;
  text-decoration-color: currentColor;
}

.portrait-panel {
  position: relative;
  width: min(330px, 100%);
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 50%;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  justify-self: center;
}

.portrait-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 50%;
  opacity: .88;
  mix-blend-mode: luminosity;
  box-shadow: var(--shadow);
}

.portrait-card {
  position: absolute;
  right: -54px;
  bottom: -86px;
  width: min(240px, calc(100vw - 56px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: var(--radius);
  background: rgba(251, 252, 253, .78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(16, 20, 25, .08);
  z-index: 2;
}

.home-slate-gold .portrait-panel {
  width: min(300px, 100%);
  min-height: 0;
}

.portrait-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.section {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  isolation: isolate;
}

.section > .wrap {
  position: relative;
  z-index: 1;
}

.section.soft {
  background: var(--paper);
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

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

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

.feature-card,
.service-card,
.resource-card,
.booking-card,
.quote-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  border-top: 3px solid var(--card-accent, var(--line));
}

.card-grid > :nth-child(4n + 1) { --tone: var(--sage-soft); --card-accent: var(--sage); }
.card-grid > :nth-child(4n + 2) { --tone: var(--teal-soft); --card-accent: var(--teal); }
.card-grid > :nth-child(4n + 3) { --tone: var(--clay-soft); --card-accent: var(--clay); }
.card-grid > :nth-child(4n + 4) { --tone: var(--plum-soft); --card-accent: var(--plum); }

.card-grid > :nth-child(4n + 1) .number { color: var(--sage); }
.card-grid > :nth-child(4n + 2) .number { color: var(--teal); }
.card-grid > :nth-child(4n + 3) .number { color: var(--clay); }
.card-grid > :nth-child(4n + 4) .number { color: var(--plum); }

.card-grid > :nth-child(4n + 1) .tag { color: var(--sage); }
.card-grid > :nth-child(4n + 2) .tag { color: var(--teal); }
.card-grid > :nth-child(4n + 3) .tag { color: var(--clay); }
.card-grid > :nth-child(4n + 4) .tag { color: var(--plum); }

.step-list > :nth-child(4n + 1),
.booking-list > :nth-child(4n + 1) { --tone: var(--sage-soft); --card-accent: var(--sage); }
.step-list > :nth-child(4n + 2),
.booking-list > :nth-child(4n + 2) { --tone: var(--teal-soft); --card-accent: var(--teal); }
.step-list > :nth-child(4n + 3),
.booking-list > :nth-child(4n + 3) { --tone: var(--clay-soft); --card-accent: var(--clay); }
.step-list > :nth-child(4n + 4),
.booking-list > :nth-child(4n + 4) { --tone: var(--plum-soft); --card-accent: var(--plum); }

.booking-list .booking-card { border-top-color: var(--card-accent, var(--line)); }

.feature-card:hover,
.service-card:hover,
.resource-card:hover,
.booking-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  transition: .22s ease;
}

.number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--tone, var(--blue));
  color: var(--ink);
  font-weight: 900;
}

.tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--tone, var(--blue));
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-card p,
.service-card p,
.resource-card p,
.booking-card p,
.quote-card p,
.split-copy p,
.placeholder-list li {
  color: var(--muted);
}

.placeholder {
  border: 1px dashed #b9bbc4;
  background: repeating-linear-gradient(-45deg, #fff, #fff 10px, #f8f6ef 10px, #f8f6ef 20px);
}

.placeholder-note {
  margin-top: 18px;
  padding: 14px;
  border: 1px dashed #c8cad2;
  border-radius: var(--radius);
  color: #60636d;
  font-size: 13px;
  font-weight: 700;
}

.placeholder-list {
  padding-left: 18px;
  margin: 16px 0 0;
}

.placeholder-list li {
  margin: 8px 0;
}

.credentials-card {
  min-height: auto;
  align-self: center;
}

.credentials-list {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.credentials-list li {
  position: relative;
  padding: 15px 0 15px 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.credentials-list li:first-child {
  border-top: 0;
}

.credentials-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
}

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

.value-card {
  min-height: 220px;
  padding: 28px;
}

.value-card .number {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
}

.value-card:nth-child(3) {
  max-width: calc(50% - 8px);
}

.vision-mission-section {
  background: #f1f0ec;
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 9vw, 120px);
  align-items: start;
}

.vision-mission-item {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.minimal-icon {
  width: clamp(76px, 8vw, 116px);
  height: clamp(76px, 8vw, 116px);
  margin: 0 auto 16px;
  color: var(--green);
}

.minimal-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 4.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.minimal-icon circle {
  fill: rgba(247, 239, 225, .9);
}

.vision-mission-item h2 {
  margin-bottom: 14px;
  font-size: clamp(40px, 4.6vw, 62px);
  font-weight: 500;
  letter-spacing: 0;
}

.vision-mission-item p {
  max-width: 520px;
  margin: 0 auto;
  color: #30343a;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.mission-values-section {
  padding: 18px 0 34px;
  background: var(--paper);
}

.mission-values-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mission-value-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 106px;
  padding: 16px;
  border: 1px dashed rgba(56, 87, 104, .28);
  border-left: 4px solid #d9b75e;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .74);
  overflow: hidden;
}

.mission-value-card::before,
.mission-value-card::after,
.story-tab-panel::before,
.story-tab-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mission-value-card::before {
  width: 58px;
  height: 58px;
  right: 18px;
  top: -24px;
  border-radius: 50%;
  border: 1px solid rgba(217, 183, 94, .22);
}

.mission-value-card::after {
  width: 18px;
  height: 18px;
  right: 52px;
  bottom: 18px;
  border-radius: 50%;
  background: rgba(247, 239, 225, .92);
}

.mission-card::before {
  right: auto;
  left: -26px;
  top: 18px;
}

.mission-card::after {
  right: 26px;
  top: 20px;
  bottom: auto;
}

.vision-card {
  border-color: rgba(56, 87, 104, .28);
  border-left-color: var(--blue-slate);
}

.vision-card::before {
  right: -30px;
  top: -26px;
  border-color: rgba(56, 87, 104, .18);
}

.vision-card::after {
  right: auto;
  left: 26px;
  bottom: 18px;
  background: rgba(56, 87, 104, .11);
}

.values-card {
  border-color: rgba(217, 183, 94, .34);
  border-left-color: #a98212;
}

.values-card::before {
  right: 28px;
  bottom: -30px;
  top: auto;
}

.values-card::after {
  right: 22px;
  left: auto;
  top: 24px;
  bottom: auto;
}

.mission-value-icon {
  width: 34px;
  height: 34px;
  color: #a98212;
}

.vision-card .mission-value-icon {
  color: var(--blue-slate);
}

.values-card .mission-value-icon {
  color: #a98212;
}

.mission-value-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 5.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-value-icon circle {
  fill: rgba(247, 239, 225, .86);
}

.mission-value-card span {
  display: block;
  margin-bottom: 3px;
  color: #7d6231;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vision-card span {
  color: var(--blue-slate);
}

.values-card span {
  color: #7d6231;
}

.mission-value-card h2 {
  margin: 0 0 4px;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.08;
}

.mission-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.story-tabs {
  display: grid;
  gap: 16px;
}

.story-section {
  padding-top: 46px;
}

@media (min-width: 981px) {
  .story-section .split-grid {
    align-items: center !important;
  }

  .story-section .credentials-card {
    align-self: center !important;
    justify-self: center;
    width: 100%;
    margin-block: auto;
  }
}

.story-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-tab {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #30343a;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.story-tab:hover,
.story-tab.active {
  border-color: rgba(56, 87, 104, .44);
  background: #f7f3e8;
  box-shadow: 0 10px 26px rgba(16, 20, 25, .07);
}

.story-tab-panel {
  position: relative;
  min-height: 150px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.story-tab-panel::before {
  width: 132px;
  height: 132px;
  right: -44px;
  top: -48px;
  border-radius: 50%;
  border: 1px solid rgba(56, 87, 104, .14);
}

.story-tab-panel::after {
  width: 44px;
  height: 44px;
  right: 34px;
  bottom: 22px;
  border-radius: 50%;
  background: rgba(247, 239, 225, .86);
}

.story-tab-panel p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
}

.coaching-fit {
  display: grid;
  gap: 34px;
  justify-items: center;
}

.coaching-fit .section-head {
  max-width: 860px;
  margin-bottom: 0;
  text-align: center;
}

.coaching-fit .section-head .eyebrow {
  justify-content: center;
}

.coaching-fit .lead {
  margin-right: auto;
  margin-left: auto;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  color: #7d6231;
  font-weight: 900;
}

.coaching-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.comparison-card {
  min-height: auto;
}

.versus-label {
  align-self: center;
  color: #7d6231;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.comparison-note {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 18px;
  text-align: center;
}

.scenario-strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.scenario-strip::-webkit-scrollbar {
  display: none;
}

.scenario-card {
  flex: 0 0 min(82vw, 360px);
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  scroll-snap-align: start;
}

.scenario-card h3 {
  margin-top: 20px;
}

.scenario-card p {
  color: var(--muted);
}

.coaching-scenarios {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  padding: 0;
}

.coaching-scenarios .scenario-card {
  flex: none;
  min-height: 300px;
  background: #fff;
}

.coaching-scenarios .scenario-card:nth-child(even) {
  background: #f7f3e8;
}

.coaching-scenarios .scenario-card h3 {
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.08;
}

.coaching-scenarios .scenario-card p {
  font-size: 17px;
  line-height: 1.6;
}

.scenario-card-note {
  border-color: rgba(217, 183, 94, .32);
}

.coaching-chip-explorer {
  display: grid;
  gap: 14px;
  width: min(100%, 820px);
}

.coaching-chip-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.coaching-chip {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #30343a;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.coaching-chip:hover,
.coaching-chip.active {
  border-color: rgba(56, 87, 104, .44);
  background: #f7f3e8;
  box-shadow: 0 10px 26px rgba(16, 20, 25, .07);
}

.coaching-chip-panel {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
}

.coaching-chip-panel h3 {
  max-width: 660px;
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.coaching-chip-panel p {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 18px);
}

.support-note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.method-hero .page-hero-copy {
  max-width: 980px;
}

.method-hero h1 {
  max-width: 960px;
}

.method-intro {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.method-intro p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.56;
}

.method-intro p:first-child {
  color: #30343a;
}

.method-rhythm-section,
.method-video-section {
  padding-top: 74px;
}

.method-video-frame {
  position: relative;
  width: min(1120px, 100%);
  aspect-ratio: 16 / 8.8;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.method-video-frame::before,
.method-video-frame::after {
  display: none;
}

.method-video-frame video,
  .method-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: var(--paper);
  border: 0;
}

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

.phase-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.phase-card::before,
.phase-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.phase-card::before {
  width: 112px;
  height: 112px;
  right: -44px;
  top: -44px;
  border: 1px solid rgba(217, 183, 94, .22);
}

.phase-card::after {
  width: 34px;
  height: 34px;
  left: 28px;
  bottom: 28px;
  background: rgba(247, 239, 225, .9);
}

.uncover-card::before {
  right: auto;
  left: -42px;
  top: 34px;
}

.uncover-card::after {
  right: 30px;
  left: auto;
  top: 28px;
  bottom: auto;
}

.unravel-card {
  background: #f7f3e8;
}

.unravel-card::before {
  right: 26px;
  top: -50px;
  border-color: rgba(56, 87, 104, .2);
}

.unravel-card::after {
  left: 50%;
  bottom: 22px;
  background: rgba(56, 87, 104, .11);
}

.unleash-card::before {
  right: -34px;
  top: auto;
  bottom: -34px;
}

.unleash-card::after {
  left: 30px;
  bottom: auto;
  top: 28px;
}

.phase-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e2e7eb;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.phase-card h3,
.phase-card p {
  position: relative;
  z-index: 1;
}

.phase-card h3 {
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.08;
}

.phase-card p {
  color: var(--muted);
}

.arch-lineage {
  max-width: 680px;
  margin: -6px auto 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}

.arch-tabs {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto;
}

.arch-tablist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.arch-tab,
.arch-acc-head {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.arch-tab {
  flex: 1;
  padding: 15px 18px;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.arch-tab-mark {
  width: 52px;
  height: 52px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fbfcfd;
  transition: background .18s ease, border-color .18s ease;
}

.arch-tab-mark svg {
  width: 30px;
  height: 22px;
  fill: none;
  stroke: var(--blue-slate);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
  transition: stroke .18s ease;
}

.arch-tab-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.arch-tab-name {
  font-size: 16.5px;
  font-weight: 850;
  letter-spacing: -.01em;
}

.arch-tab-sub {
  color: var(--muted);
  font-size: 13px;
  font-weight: 550;
}

.arch-tab-chevron,
.arch-acc-chevron {
  margin-left: auto;
  color: #c8d0d8;
  font-size: 24px;
  line-height: 1;
  transition: color .18s ease, transform .18s ease;
}

.arch-tab:hover {
  border-color: #d9b75e;
  box-shadow: 0 10px 26px rgba(16, 20, 25, .07);
  transform: translateY(-1px);
}

.arch-tab.active {
  border-color: #d9b75e;
  background: #f7f3e8;
  box-shadow: inset 3px 0 0 #d9b75e;
}

.arch-tab.active .arch-tab-mark,
.arch-acc-item.open .arch-tab-mark {
  border-color: #d9b75e;
  background: #fff;
}

.arch-tab.active .arch-tab-mark svg,
.arch-acc-item.open .arch-tab-mark svg {
  stroke: #7d6231;
}

.arch-tab.active .arch-tab-sub,
.arch-acc-item.open .arch-tab-sub {
  color: #7d6231;
}

.arch-tab.active .arch-tab-chevron {
  color: #7d6231;
  transform: translateX(3px);
}

.arch-panel {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.arch-panel::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(217, 183, 94, .18);
  border-radius: 50%;
}

.arch-icon-large {
  position: absolute;
  top: 26px;
  right: 28px;
  width: 78px;
  height: 54px;
  opacity: .9;
  transition: opacity .18s ease;
}

.arch-icon-large svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #d9b75e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.arch-panel-text {
  position: relative;
  z-index: 1;
  transition: opacity .18s ease;
}

.arch-panel-text.swapping,
.arch-icon-large.swapping {
  opacity: 0;
}

.arch-panel-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #7d6231;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.arch-panel-text .arch-panel-eyebrow,
.arch-panel-text h3 {
  padding-right: 100px;
}

.arch-panel h3 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 48px);
}

.arch-panel p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.arch-accordion {
  display: none;
  max-width: 720px;
  margin: 0 auto;
  flex-direction: column;
  gap: 10px;
}

.arch-acc-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.arch-acc-item.open {
  border-color: #d9b75e;
  box-shadow: inset 3px 0 0 #d9b75e, var(--shadow);
}

.arch-acc-head {
  padding: 13px 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.arch-acc-item.open .arch-acc-head {
  background: #f7f3e8;
}

.arch-acc-item.open .arch-acc-chevron {
  color: #7d6231;
  transform: rotate(90deg);
}

.arch-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.arch-acc-item.open .arch-acc-body {
  max-height: 340px;
}

.arch-acc-body p {
  margin: 0;
  padding: 18px 20px 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.band {
  position: relative;
  padding: 64px 0;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}

.band p {
  color: #c9c9ce;
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .13);
}

.metric {
  min-height: 150px;
  padding: 24px;
  background: #111113;
}

.metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  letter-spacing: -.04em;
}

.steps {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: start;
}

.step-list {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.split-media {
  position: relative;
  width: min(330px, 100%);
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  justify-self: center;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 20%;
  opacity: 1;
  mix-blend-mode: normal;
}

.booking-frame {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: 16px;
  align-items: start;
}

.booking-side {
  position: sticky;
  top: 98px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.booking-list {
  display: grid;
  gap: 16px;
}

.booking-card {
  min-height: auto;
}

.booking-card .button {
  width: 100%;
  margin-top: 12px;
}

.resource-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.quote-card {
  min-height: auto;
  border-color: rgba(217, 183, 94, .24);
  background: linear-gradient(135deg, #fbfcfd 0%, #f4f0e5 100%);
}

.quote-card blockquote {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -.02em;
}

.testimonials-section {
  position: relative;
  padding: 58px 0 66px;
  overflow: hidden;
  isolation: isolate;
  background: #e8edf0;
}

.testimonial-carousel {
  position: relative;
  z-index: 1;
}

.testimonials-section .section-head {
  margin-bottom: 22px;
}

.testimonial-viewport {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  padding: 0 0 8px;
  cursor: grab;
}

.testimonial-carousel {
  --testimonial-arrow-top: calc(50% + 54px);
}

.testimonial-viewport:active {
  cursor: grabbing;
}

.testimonial-viewport::-webkit-scrollbar {
  display: none;
}

.testimonial-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(18px, 3vw, 34px) clamp(24px, 5vw, 64px);
  scroll-snap-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.testimonial-slide blockquote {
  position: relative;
  max-width: min(1040px, 94%);
  margin: 0;
  color: #050607;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -.025em;
  text-align: center;
  z-index: 1;
}

.quote-mark {
  position: absolute;
  top: 14px;
  left: 28px;
  color: rgba(217, 183, 94, .24);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(88px, 11vw, 148px);
  line-height: 1;
}

.testimonial-meta {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: #7d6231;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

.carousel-controls {
  position: static;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.carousel-arrow {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.carousel-arrow:hover {
  border-color: rgba(217, 183, 94, .38);
  background: var(--soft-cream);
}

.carousel-arrow:disabled {
  cursor: not-allowed;
  opacity: .35;
  background: #fff;
}

.carousel-arrow-side {
  position: absolute;
  top: var(--testimonial-arrow-top);
  z-index: 4;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  font-size: 34px;
  box-shadow: 0 14px 34px rgba(16, 20, 25, .08);
}

.carousel-arrow-prev {
  left: clamp(-24px, -2vw, -8px);
}

.carousel-arrow-next {
  right: clamp(-24px, -2vw, -8px);
}

.carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8d0d8;
  cursor: pointer;
}

.carousel-dot.active {
  width: 24px;
  border-radius: 999px;
  background: #d9b75e;
}

.carousel-progress {
  width: min(190px, 32vw);
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: #d9dee4;
}

.carousel-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: #d9b75e;
  transition: width .25s ease;
}

.carousel-count {
  min-width: 44px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.swipe-hint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

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

details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: #7d6231;
  font-size: 22px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 720px;
  padding-top: 12px;
  margin-bottom: 0;
  color: var(--muted);
}

.cta-strip {
  position: relative;
  padding: 86px 0;
  background: #f7f3e8;
  overflow: hidden;
  isolation: isolate;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.cta-inner h2 {
  margin-bottom: 10px;
}

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

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

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

.footer-links a {
  font-weight: 750;
  text-decoration: none;
}

.orb,
.shape-square,
.shape-line,
.balance-motif {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.balance-motif {
  width: var(--motif-width, 320px);
  height: var(--motif-height, 210px);
  opacity: .92;
}

.balance-ball,
.decor-dot {
  position: absolute;
  display: block;
}

.balance-ball {
  width: var(--ball-size, 146px);
  height: var(--ball-size, 146px);
  left: 50%;
  bottom: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .28), transparent 36%),
    var(--soft-cream);
  box-shadow: 0 18px 46px rgba(217, 183, 94, .18);
  transform: translateX(-50%);
  animation: circleFloat 6s ease-in-out infinite;
}

.decor-dot {
  width: var(--dot-size, 24px);
  height: var(--dot-size, 24px);
  border-radius: 50%;
  background: var(--dot-color, var(--blue-slate));
  opacity: .54;
  box-shadow: 0 10px 28px rgba(16, 20, 25, .08);
  animation: dotDrift 6.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.dot-large {
  --dot-size: 34px;
  --dot-color: var(--blue-slate);
}

.dot-medium {
  --dot-size: 22px;
  --dot-color: #d9b75e;
  animation-delay: -2.6s;
}

.dot-small {
  --dot-size: 18px;
  --dot-color: var(--soft-cream);
  animation-delay: -1.8s;
}

.dot-hero-left {
  left: 5%;
  top: 24%;
}

.dot-hero-right {
  right: 8%;
  top: 16%;
}

.dot-hero-bottom {
  right: 18%;
  bottom: 16%;
}

.dot-section-left {
  left: 8%;
  top: 18%;
}

.story-dot {
  --dot-color: var(--blue);
  opacity: .78;
}

.dot-section-right {
  right: 9%;
  bottom: 16%;
}

.dot-cta-left {
  left: 12%;
  bottom: 20%;
}

.hero-balance {
  top: 16%;
  right: 2%;
}

.page-balance {
  top: auto;
  right: auto;
  bottom: 28px;
  left: 4%;
  --motif-width: 270px;
  --motif-height: 176px;
  --ball-size: 112px;
  opacity: .58;
}

.small-balance {
  --motif-width: 230px;
  --motif-height: 145px;
  --ball-size: 86px;
  opacity: .7;
}

.section-balance {
  --motif-width: 210px;
  --motif-height: 132px;
  --ball-size: 76px;
  opacity: .34;
}

.section-balance.left {
  left: -34px;
  bottom: 18px;
}

.section-balance.right {
  right: -42px;
  top: 22px;
}

.section-balance.center {
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

.orb {
  width: var(--size, 260px);
  height: var(--size, 260px);
  border: 1.5px solid var(--color, rgba(16, 20, 25, .22));
  border-radius: 999px;
  animation: floaty 12s ease-in-out infinite;
}

.orb.fill {
  border: 0;
  background: var(--color, var(--mint));
  opacity: .72;
  filter: blur(1px);
}

.shape-square {
  width: var(--size, 34px);
  height: var(--size, 34px);
  border: 2px solid var(--color, rgba(16, 20, 25, .56));
  border-radius: 6px;
  background: rgba(251, 252, 253, .24);
  transform: rotate(var(--rotate, 12deg));
  animation: floaty 10s ease-in-out infinite;
}

.shape-line {
  width: var(--length, 210px);
  height: 3px;
  background: var(--color, rgba(16, 20, 25, .42));
  transform: rotate(var(--rotate, -8deg));
  animation: slideLine 9s ease-in-out infinite;
}

.top-left {
  top: 60px;
  left: -110px;
}

.top-right {
  top: 110px;
  right: -100px;
  animation-delay: -4s;
}

.bottom-left {
  bottom: 60px;
  left: 8%;
  animation-delay: -7s;
}

.bottom-right {
  right: 9%;
  bottom: 70px;
  animation-delay: -2s;
}

@keyframes floaty {
  50% {
    transform: translate3d(22px, -18px, 0) scale(1.04);
  }
}

@keyframes slideLine {
  50% {
    transform: translate3d(36px, -10px, 0);
  }
}

@keyframes circleFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(calc(-50% + 18px)) translateY(-12px);
  }
}

@keyframes dotDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(14px, -10px, 0);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .steps,
  .booking-frame {
    grid-template-columns: 1fr;
  }

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

  .booking-side {
    position: relative;
    top: auto;
  }

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

  .portrait-panel {
    width: min(300px, 100%);
  }

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

@media (max-width: 860px) {
  .arch-tabs {
    display: none;
  }

  .arch-accordion {
    display: flex;
  }

  .arch-tab-mark {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 760px) {
  .site-nav {
    height: 70px;
  }

  .brand img {
    width: 232px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: fixed;
    inset: 70px 0 auto 0;
    display: none;
    max-height: calc(100svh - 70px);
    overflow: auto;
    padding: 16px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(18px);
  }

  .nav-links.open {
    display: grid;
    gap: 8px;
  }

  .nav-links a {
    min-height: 48px;
    justify-content: center;
    border-radius: var(--radius);
    background: #f6f7f9;
    font-size: 15px;
  }

  .nav-links .nav-cta {
    margin-left: 0;
  }

  .hero {
    min-height: auto;
    padding: 38px 0 50px;
  }

  .home-slate-gold .hero {
    padding-bottom: 20px;
  }

  .home-slate-gold .hero-grid {
    gap: 40px;
  }

  .home-slate-gold .hero .decor-dot {
    display: none;
  }

  .home-slate-gold .hero .actions {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .home-slate-gold .hero .button {
    width: 100%;
  }

  .home-slate-gold .home-hero-lead {
    max-width: 34ch;
    margin-bottom: 24px;
    font-size: 17px;
  }

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

  .method-rhythm-section,
  .method-video-section {
    padding-top: 46px;
  }

  .method-video-frame {
    width: 100%;
    margin-inline: 0;
    aspect-ratio: 16 / 9;
    max-height: 70svh;
  }

  .method-video-frame video,
  .method-video-frame iframe {
    object-fit: contain;
  }

  h1 {
    font-size: clamp(42px, 12.5vw, 60px);
    line-height: 1.08;
  }

  .home-slate-gold h1 {
    font-size: clamp(38px, 10.5vw, 50px);
    line-height: 1.08;
  }

  .home-slate-gold .headline-keep {
    display: block;
    white-space: normal;
  }

  .home-slate-gold .hero-copy {
    width: 100%;
    max-width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .home-slate-gold .hero-copy .actions {
    justify-items: center;
  }

  h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .section {
    padding: 68px 0;
  }

  .testimonials-section {
    padding: 44px 0 54px;
  }

  .testimonial-slide {
    flex-basis: 100%;
    min-height: 210px;
    padding: 18px 20px;
  }

  .testimonial-slide blockquote {
    font-size: clamp(22px, 6.4vw, 30px);
    line-height: 1.22;
  }

  .testimonial-viewport {
    gap: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }

  .carousel-arrow-side {
    top: calc(50% + 68px);
    width: 46px;
    height: 46px;
    font-size: 30px;
  }

  .carousel-arrow-prev {
    left: -10px;
  }

  .carousel-arrow-next {
    right: -10px;
  }

  .carousel-progress {
    order: 3;
    width: 100%;
    max-width: 240px;
  }

  .portrait-panel,
  .split-media {
    width: min(280px, 100%);
    min-height: 0;
  }

  .home-slate-gold .portrait-panel {
    width: min(248px, 76vw);
    margin-inline: auto;
    margin-bottom: 108px;
    min-height: 0;
  }

  .home-slate-gold .portrait-card {
    display: block;
    right: 50%;
    bottom: -102px;
    width: min(240px, calc(100vw - 48px));
    transform: translateX(50%);
    text-align: left;
  }

  .hero-balance {
    top: 26px;
    right: -78px;
    --motif-width: 240px;
    --motif-height: 160px;
    --ball-size: 104px;
    opacity: .18;
  }

  .page-balance {
    left: -58px;
    right: auto;
    bottom: 18px;
    --motif-width: 220px;
    --motif-height: 146px;
    --ball-size: 92px;
    opacity: .38;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .card-grid,
  .card-grid.two,
  .about-values-grid,
  .vision-mission-grid,
  .band-grid {
    grid-template-columns: 1fr;
  }

  .mission-values-section {
    padding: 10px 0 18px;
  }

  .mission-values-wrap {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 14px 12px;
    margin-inline: -14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mission-values-wrap::-webkit-scrollbar {
    display: none;
  }

  .mission-value-card {
    flex: 0 0 min(86vw, 430px);
    min-height: 160px;
    scroll-snap-align: center;
    align-items: center;
    padding: 20px 18px;
  }

  .mission-card::before {
    left: -34px;
    top: 54px;
  }

  .mission-card::after {
    right: 22px;
    top: 18px;
  }

  .vision-card::before {
    right: -34px;
    top: -30px;
  }

  .vision-card::after {
    left: 46%;
    bottom: 18px;
  }

  .values-card::before {
    right: 22px;
    bottom: -34px;
  }

  .values-card::after {
    right: 20px;
    top: 26px;
  }

  .vision-mission-grid {
    gap: 54px;
  }

  .vision-mission-item h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .coaching-comparison {
    grid-template-columns: 1fr;
  }

  .coaching-scenarios {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .coaching-scenarios .scenario-card {
    flex: 0 0 min(82vw, 360px);
    min-height: 260px;
  }

  .coaching-chip-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .coaching-chip-row::-webkit-scrollbar {
    display: none;
  }

  .coaching-chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .coaching-keyword-chips {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .coaching-keyword-chips::-webkit-scrollbar {
    display: none;
  }

  .keyword-chip {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    scroll-snap-align: start;
  }

  .story-tab-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .story-tab-row::-webkit-scrollbar {
    display: none;
  }

  .story-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-height: 40px;
    padding: 0 13px;
    font-size: 13px;
  }

  .story-tabs {
    gap: 10px;
  }

  .story-tab-panel {
    min-height: auto;
    padding: 20px 18px;
  }

  .story-tab-panel p {
    max-width: none;
    font-size: clamp(17px, 4.9vw, 20px);
    line-height: 1.48;
  }

  .story-tab-panel::before {
    width: 112px;
    height: 112px;
    right: -54px;
    top: -42px;
  }

  .story-tab-panel::after {
    width: 34px;
    height: 34px;
    right: 18px;
    bottom: 16px;
  }

  .story-section {
    padding-top: 34px;
    padding-bottom: 50px;
  }

  .versus-label {
    justify-self: center;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .value-card:nth-child(3) {
    max-width: none;
  }

  .feature-card,
  .service-card,
  .resource-card,
  .booking-card,
  .quote-card {
    min-height: auto;
    padding: 22px;
  }

  .portrait-card {
    right: 50%;
    bottom: -112px;
    transform: translateX(50%);
    width: min(260px, calc(100vw - 42px));
  }

  .small-balance {
    display: none;
  }

  .section-balance {
    --motif-width: 170px;
    --motif-height: 108px;
    --ball-size: 62px;
    opacity: .28;
  }

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

@media (max-width: 420px) {
  .brand img { width: min(218px, calc(100vw - 104px)); }
  .home-slate-gold h1 { font-size: clamp(36px, 10vw, 42px); }
  .home-slate-gold .hero { padding-top: 30px; }
}

/* Guided website concierge */
.help-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 7px 16px 7px 7px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font: 800 14px/1 inherit; box-shadow: 0 18px 46px rgba(16,20,25,.22); cursor: pointer; }
.help-launcher-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blue-slate), #92752c, #d9b75e); color: #fff; font-size: 18px; font-weight: 900; }
.help-panel { position: fixed; right: 22px; bottom: 84px; z-index: 81; display: none; width: min(380px, calc(100vw - 32px)); max-height: min(620px, calc(100svh - 112px)); grid-template-rows: auto 1fr auto; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(16,20,25,.24); }
.help-panel.open { display: grid; }
.help-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; background: linear-gradient(135deg, var(--blue-slate), #92752c, #d9b75e); color: #fff; }
.help-title { display: flex; align-items: center; gap: 10px; font-weight: 850; }
.help-title-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); font-weight: 900; }
.help-close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.18); color: #fff; font-size: 22px; cursor: pointer; }
.help-messages { overflow-y: auto; padding: 18px; }
.help-bubble { max-width: 90%; margin: 0 0 11px; padding: 12px 14px; border-radius: 15px 15px 15px 4px; background: #eef3f6; color: #30343a; font-size: 14px; line-height: 1.45; }
.help-bubble.user { margin-left: auto; border-radius: 15px 15px 4px 15px; background: var(--ink); color: #fff; }
.help-choices { display: grid; gap: 8px; margin-top: 14px; }
.help-choice, .help-action { width: 100%; min-height: 42px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--blue-slate); font: 750 13px/1.25 inherit; text-align: left; text-decoration: none; cursor: pointer; }
.help-choice:hover, .help-action:hover { border-color: var(--gold); background: var(--soft-cream); }
.help-action.primary { border-color: var(--ink); background: var(--ink); color: #fff; text-align: center; }
.help-action-row { display: grid; gap: 8px; margin-top: 12px; }
.help-restart { margin-top: 10px; border: 0; background: transparent; color: var(--muted); font: 750 12px/1 inherit; cursor: pointer; }
.help-privacy { padding: 10px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-align: center; }

@media (max-width: 600px) {
  .help-launcher { right: 14px; bottom: 14px; padding-right: 12px; }
  .help-launcher-label { display: none; }
  .help-panel { inset: auto 0 0 0; width: 100%; max-height: 84svh; border-radius: 20px 20px 0 0; }
}

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

  .orb,
  .balance-ball,
  .decor-dot {
    animation: none;
  }

  .button,
  .feature-card,
  .service-card,
  .resource-card,
  .booking-card {
    transition: none;
  }
}








.method-artifact-frame {
  aspect-ratio: auto;
  height: clamp(500px, 56vw, 620px);
  overflow: hidden;
}

.method-artifact-frame iframe {
  overflow: hidden;
}

@media (max-width: 720px) {
  .method-artifact-frame {
    height: 560px;
    max-height: none;
  }
}


/* Tighten the U Method rhythm section spacing without changing the embedded artifact. */
.method-hero {
  padding-bottom: clamp(24px, 3vw, 38px);
}

.method-video-section {
  padding-top: 18px;
}

.method-video-section .section-head {
  margin-bottom: 18px;
}

.method-video-section .section-head h2 {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .method-hero {
    padding-bottom: 20px;
  }

  .method-video-section {
    padding-top: 12px;
  }

  .method-video-section .section-head {
    margin-bottom: 14px;
  }
}

/* Tighten U Method archetypes section after the process artifact. */
#archetypes {
  padding-top: clamp(34px, 4vw, 52px);
}

#archetypes .archetype-section-head {
  margin-bottom: 28px;
}

#archetypes .archetype-section-head .lead {
  margin-top: 0;
}

@media (max-width: 720px) {
  #archetypes {
    padding-top: 28px;
  }

  #archetypes .archetype-section-head {
    margin-bottom: 20px;
  }
}

#archetypes .reflection-section-head {
  margin-top: 28px;
  margin-bottom: 0;
}

@media (max-width: 720px) {
  #archetypes .reflection-section-head {
    margin-top: 20px;
  }
}

/* Final U Method compacting: keep the embedded process close to the next section. */
.method-video-section {
  padding-bottom: 14px;
}

.method-artifact-frame {
  height: clamp(360px, 38vw, 460px);
}

#archetypes {
  padding-top: 18px;
}

@media (max-width: 720px) {
  .method-video-section {
    padding-bottom: 10px;
  }

  .method-artifact-frame {
    height: 430px;
  }

  #archetypes {
    padding-top: 16px;
  }
}

/* Prevent the U Method process card from cropping while keeping the next section close. */
.method-artifact-frame {
  height: clamp(470px, 48vw, 560px);
}

#archetypes {
  margin-top: -34px;
  padding-top: 18px;
}

@media (max-width: 720px) {
  .method-artifact-frame {
    height: 520px;
  }

  #archetypes {
    margin-top: -24px;
    padding-top: 16px;
  }
}

/* Direct U Method process embed, replacing the old iframe behavior. */
.method-video-section {
  padding-top: 18px;
  padding-bottom: 26px;
}

.method-video-section .section-head {
  margin-bottom: 24px;
}

.method-video-section .u-method-process {
  margin-top: 0;
  margin-bottom: 0;
}

#archetypes {
  margin-top: 0;
  padding-top: clamp(28px, 4vw, 44px);
}

@media (max-width: 720px) {
  .method-video-section {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .method-video-section .section-head {
    margin-bottom: 18px;
  }

  #archetypes {
    margin-top: 0;
    padding-top: 24px;
  }
}

/* Mobile-friendly U Method process track. Keeps the desktop curve, but prevents edge clipping on phones. */
@media (max-width: 720px) {
  .method-video-section .section-head h2 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.05;
  }

  .u-method-process {
    max-width: 100%;
  }

  .u-method-process .ump-road-wrap {
    margin: 0 0 18px;
    padding: 0 34px;
  }

  .u-method-process .ump-road-svg {
    min-height: 118px;
  }

  .u-method-process .ump-step-name {
    font-size: 12px;
    letter-spacing: .05em;
  }

  .u-method-process [data-ump-label="0"],
  .u-method-process [data-ump-name="0"] {
    left: 17% !important;
  }

  .u-method-process [data-ump-label="2"],
  .u-method-process [data-ump-name="2"] {
    left: 83% !important;
  }

  .u-method-process [data-ump-name="0"],
  .u-method-process [data-ump-name="2"] {
    top: 14% !important;
  }

  .u-method-process [data-ump-label="0"],
  .u-method-process [data-ump-label="2"] {
    top: 27% !important;
  }

  .u-method-process [data-ump-name="1"] {
    top: 90% !important;
  }

  .u-method-process [data-ump-label="1"] {
    top: 74% !important;
  }

  .u-method-process .ump-card {
    min-height: 0;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .u-method-process .ump-icon {
    width: 66px;
    height: 66px;
  }

  .u-method-process .ump-icon svg {
    width: 36px;
    height: 36px;
  }

  .u-method-process .ump-card h3 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .u-method-process .ump-tagline {
    margin-bottom: 12px;
  }
}

/* On phones, replace the squeezed U-curve with a compact three-step selector. */
@media (max-width: 720px) {
  .u-method-process .ump-road-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    margin: 0 0 16px;
  }

  .u-method-process .ump-road-svg {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .u-method-process .ump-step-name,
  .u-method-process .ump-station-label {
    position: static !important;
    transform: none !important;
    pointer-events: auto;
  }

  .u-method-process .ump-step-name {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dee4;
    border-radius: 999px;
    background: #fff;
    color: #39414a !important;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    box-shadow: 0 8px 20px rgba(16, 20, 25, .05);
  }

  .u-method-process .ump-station-label {
    display: none;
  }

  .u-method-process [data-ump-name="0"] { grid-column: 1; grid-row: 1; }
  .u-method-process [data-ump-name="1"] { grid-column: 2; grid-row: 1; }
  .u-method-process [data-ump-name="2"] { grid-column: 3; grid-row: 1; }
}

/* U Method phase overlay: keeps the U visible and reveals content only on click. */
.um-process {
  max-width: 900px;
  margin: 0 auto;
}

.um-process-stage {
  position: relative;
  min-height: clamp(300px, 34vw, 390px);
  padding: 10px 0 30px;
}

.um-process-path {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.um-phase {
  position: absolute;
  display: grid;
  gap: 8px;
  justify-items: center;
  border: 0;
  background: transparent;
  color: #5f6770;
  font: inherit;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 900;
  cursor: pointer;
}

.um-phase-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f4ead0;
  border: 1px solid rgba(146,117,44,.28);
  color: #7b6429;
  box-shadow: 0 14px 34px rgba(16,20,25,.08);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.um-phase-label {
  font-size: 13px;
}

.um-phase:hover .um-phase-number,
.um-phase.active .um-phase-number {
  transform: translateY(-2px) scale(1.06);
  background: #d9b75e;
  color: #101419;
}

.um-phase-one { left: 4%; top: 8%; }
.um-phase-two { left: 50%; top: 62%; transform: translateX(-50%); }
.um-phase-three { right: 4%; top: 8%; }

.um-phase-overlay {
  position: absolute;
  left: 50%;
  top: 45%;
  width: min(520px, calc(100% - 36px));
  transform: translate(-50%, -42%) scale(.96);
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid #d9dee4;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 70px rgba(16,20,25,.16);
  transition: opacity .2s ease, transform .2s ease;
}

.um-phase-overlay.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -42%) scale(1);
}

.um-overlay-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d9dee4;
  background: #fff;
  color: #101419;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.um-overlay-step {
  display: block;
  margin-bottom: 8px;
  color: #8a6a1f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.um-phase-overlay h3 {
  margin: 0 34px 8px 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.02;
  letter-spacing: -.03em;
}

.um-overlay-tagline {
  margin: 0 0 14px;
  color: #657482;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
}

.um-phase-overlay p:last-child {
  margin: 0;
  color: #39414a;
  font-size: 16px;
  line-height: 1.65;
}

.wic-journey-cta {
  margin-top: 36px;
}

.wic-journey-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  color: #101419;
  font-weight: 800;
  font-size: 15.5px;
  text-decoration: none;
}

.wic-journey-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d9b75e;
  color: #101419;
  display: grid;
  place-items: center;
  flex: none;
  transition: transform .2s ease;
}

.wic-journey-badge svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wic-journey-link .wic-arrow {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.wic-journey-link:hover .wic-journey-badge {
  transform: scale(1.08);
}

.wic-journey-link:hover .wic-arrow {
  transform: translateX(3px);
}

@media (max-width: 720px) {
  .um-process-stage {
    min-height: 300px;
    padding: 2px 0 12px;
  }

  .um-process-path {
    width: 112%;
    margin-left: -6%;
  }

  .um-phase-number {
    width: 42px;
    height: 42px;
  }

  .um-phase-label {
    font-size: 10px;
    letter-spacing: .06em;
  }

  .um-phase-one { left: 1%; top: 12%; }
  .um-phase-two { top: 59%; }
  .um-phase-three { right: 1%; top: 12%; }

  .um-phase-overlay {
    top: 52%;
    width: min(330px, calc(100% - 24px));
    padding: 22px;
    border-radius: 22px;
  }

  .um-phase-overlay h3 {
    font-size: 25px;
  }

  .um-overlay-tagline {
    font-size: 22px;
  }

  .um-phase-overlay p:last-child {
    font-size: 14.5px;
    line-height: 1.55;
  }

  .wic-journey-cta {
    margin-top: 24px;
  }
}

/* Equalize U Method overlay cards across all three steps. */
.um-phase-overlay {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 720px) {
  .um-phase-overlay {
    min-height: 250px;
    max-height: none;
    justify-content: center;
  }

  .um-phase-overlay h3 {
    min-height: 58px;
    display: flex;
    align-items: flex-end;
  }

  .um-overlay-tagline {
    min-height: 34px;
    margin-bottom: 10px;
  }

  .um-phase-overlay p:last-child {
    min-height: 90px;
  }
}

/* Bring the middle U Method point closer to the U curve on mobile. */
@media (max-width: 720px) {
  .um-process-stage {
    min-height: 270px;
  }

  .um-phase-one,
  .um-phase-three {
    top: 13%;
  }

  .um-phase-two {
    top: 48%;
  }
}

/* U Method clickable phase colors, halo, and final mobile alignment. */
.um-phase-number {
  position: relative;
  isolation: isolate;
}

.um-phase-number::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: inherit;
  border: 2px solid currentColor;
  opacity: .28;
  animation: umHaloPulse 2.2s ease-in-out infinite;
}

.um-phase-one .um-phase-number {
  background: #f4ead0;
  border-color: rgba(146,117,44,.32);
  color: #8a6a1f;
}

.um-phase-two .um-phase-number {
  background: #dbe6ed;
  border-color: rgba(44,74,94,.28);
  color: #2c4a5e;
}

.um-phase-three .um-phase-number {
  background: #dde8e8;
  border-color: rgba(31,107,92,.28);
  color: #1f6b5c;
}

.um-phase-one.active .um-phase-number,
.um-phase-one:hover .um-phase-number {
  background: #d9b75e;
  color: #101419;
}

.um-phase-two.active .um-phase-number,
.um-phase-two:hover .um-phase-number {
  background: #8faabd;
  color: #101419;
}

.um-phase-three.active .um-phase-number,
.um-phase-three:hover .um-phase-number {
  background: #89b4aa;
  color: #101419;
}

@keyframes umHaloPulse {
  0%, 100% { transform: scale(.86); opacity: .16; }
  50% { transform: scale(1.14); opacity: .34; }
}

@media (prefers-reduced-motion: reduce) {
  .um-phase-number::before {
    animation: none;
  }
}

@media (max-width: 720px) {
  .um-process-stage {
    min-height: 244px;
    padding-bottom: 0;
  }

  .um-process-path {
    width: 118%;
    margin-left: -9%;
    transform: translateY(2px);
  }

  .um-phase-one {
    left: 3% !important;
    top: 20% !important;
  }

  .um-phase-two {
    left: 50% !important;
    top: 37% !important;
    transform: translateX(-50%) !important;
  }

  .um-phase-three {
    right: 3% !important;
    top: 20% !important;
  }

  .um-phase-number::before {
    inset: -8px;
  }
}

/* Mobile U curve: bring the dip down so step 2 sits on the path. */
.um-path-mobile {
  display: none;
}

@media (max-width: 720px) {
  .um-path-desktop {
    display: none;
  }

  .um-path-mobile {
    display: block;
  }

  .um-process-stage {
    min-height: 230px;
  }

  .um-process-path {
    width: 112%;
    margin-left: -6%;
    transform: none;
  }

  .um-phase-one {
    left: 4% !important;
    top: 21% !important;
  }

  .um-phase-two {
    top: 50% !important;
  }

  .um-phase-three {
    right: 4% !important;
    top: 21% !important;
  }
}

/* Inline archetype picker */
.wic-arch2{max-width:640px;margin:0 auto}
.wic-arch2-row{display:flex;justify-content:center;gap:clamp(28px,7vw,64px);flex-wrap:wrap}
.wic-arch2-icon{background:none;border:0;font:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px;padding:6px;color:#385768;transition:opacity .25s ease, transform .2s ease}
.wic-arch2-icon:hover{transform:translateY(-2px)}
.wic-arch2-icon.dim{opacity:.32}
.wic-arch2-icon svg{width:38px;height:26px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
.wic-arch2-icon span{font-size:13.5px;font-weight:800;color:#39414a}
.wic-arch2-detail{max-width:520px;margin:22px auto 0;text-align:center;max-height:0;overflow:hidden;transition:max-height .35s ease}
.wic-arch2-detail.open{max-height:220px}
.wic-arch2-detail-inner{padding-top:18px;border-top:1px solid #d9dee4}
.wic-arch2-detail h3{font-size:19px;margin-bottom:4px}
.wic-arch2-detail .sub{font-size:12.5px;color:#7d6231;font-weight:800;display:block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em}
.wic-arch2-detail p{font-size:14px;color:#3c434b;line-height:1.6}
@media(max-width:520px){.wic-arch2-row{gap:22px}.wic-arch2-icon svg{width:32px;height:22px}.wic-arch2-icon span{font-size:11.5px}.wic-arch2-detail{margin-top:16px}.wic-arch2-detail.open{max-height:260px}}

/* Hero's Journey compact CTA */
.wic-journey-cta.compact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 34px auto 0;
}

.wic-journey-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 7px 22px 7px 8px;
  border: 1.5px solid rgba(126, 99, 43, .7);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--ink);
  text-decoration: none;
  font-weight: 850;
  font-size: 15.5px;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(16,20,25,.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.wic-journey-chip:hover,
.wic-journey-chip:focus-visible {
  transform: translateY(-2px);
  border-color: #7e632b;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16,20,25,.11);
}

.wic-journey-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f4e8bf;
  color: #7e632b;
  display: grid;
  place-items: center;
  flex: none;
}

.wic-journey-badge svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 640px) {
  .wic-journey-cta.compact {
    margin-top: 24px;
  }
  .wic-journey-chip {
    width: min(100%, 320px);
    min-height: 52px;
    font-size: 14.5px;
  }
}

