/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ivory: #f4f0e7;
  --ivory-deep: #e9e3d8;
  --paper: #faf7ef;
  --stone: #dfe3dc;
  --mineral: #d4dfdc;
  --ink: #172d33;
  --ink-soft: #40565a;
  --muted: #6a7879;
  --teal: #2f6666;
  --teal-light: #83b6ad;
  --plum: #73455e;
  --rust: #9a6655;
  --botanical: #71806b;
  --line: rgba(23, 45, 51, .15);
  --light-line: rgba(249, 246, 237, .20);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
}
main {
  overflow: hidden;
}
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 10px clamp(26px, 3.4vw, 58px);
  color: var(--ink);
  background: rgba(244, 240, 231, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand,
.footer-brand {
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.05;
  letter-spacing: .21em;
  font-weight: 850;
}
.brand span:last-child {
  color: var(--teal);
}
.site-header nav {
  display: flex;
  gap: clamp(24px, 3vw, 46px);
  color: #102d57;
  font-size: 11px;
  letter-spacing: .055em;
  text-transform: uppercase;
  font-weight: 760;
}
.site-header nav a {
  padding: 9px 0;
  border-bottom: 1px solid transparent;
}
.site-header nav a:hover,
.site-header nav a:focus-visible {
  border-color: var(--teal);
}
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  color: #fffaf4;
  background: #08634f;
  border: 1px solid #08634f;
  border-radius: 13px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
}
.header-cta:hover,
.header-cta:focus-visible {
  background: #074f42;
  border-color: #074f42;
}
.hero {
  padding: 0 18px;
  background: radial-gradient(circle at 82% 12%, rgba(9, 139, 151, .055), transparent 28%),
    linear-gradient(110deg, #fbf7f0 0%, #f4eee6 100%);
}
.hero-composition {
  width: min(100%, 1680px);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(435px, .68fr) minmax(790px, 1.32fr);
  align-items: stretch;
}
.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 4.2vw, 70px) clamp(30px, 3.6vw, 58px);
}
.hero h1 {
  margin: 0;
  color: #102d57;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4.3vw, 67px);
  line-height: 1.01;
  letter-spacing: -.045em;
  font-weight: 400;
}
.hero h1 em {
  color: #08715c;
  font-weight: 400;
}
.hero-rule {
  width: 54px;
  height: 5px;
  margin: 22px 0 20px;
  border-radius: 8px;
  background: #08715c;
}
.hero-opening {
  max-width: 570px;
}
.hero-opening p {
  margin: 0 0 15px;
  color: #18365f;
  font-size: clamp(14px, 1.03vw, 16px);
  line-height: 1.48;
}
.hero-transition {
  max-width: 590px;
  margin: 5px 0 15px;
  padding: 1px 0 1px 18px;
  color: #18365f;
  border-left: 2px solid #2b8d6b;
  font-size: clamp(13px, .92vw, 15px);
  line-height: 1.5;
}
.hero-transition strong {
  color: #08715c;
}
.hero-professional {
  max-width: 590px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(8, 113, 92, .55);
}
.hero-professional strong {
  color: #08715c;
  text-transform: uppercase;
  letter-spacing: .045em;
  font-size: 12px;
}
.hero-professional span {
  max-width: 430px;
  color: #18365f;
  font-size: 11px;
  line-height: 1.4;
}
.section-label {
  margin: 0;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 9px;
  font-weight: 850;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 21px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button-primary {
  width: fit-content;
  color: #f7f2e8;
  background: #08634f;
  border: 1px solid #08634f;
}
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--plum);
  border-color: var(--plum);
}
.button-secondary {
  width: fit-content;
  color: #08634f;
  border: 1px solid transparent;
}
.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--plum);
  border-bottom-color: var(--plum);
}
.button span {
  font-size: 15px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.health-graphic {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px clamp(8px, 1vw, 18px) 8px;
  color: #102d57;
}
.living-diagram {
  position: relative;
  min-height: 604px;
  display: grid;
  grid-template-columns: minmax(142px, .75fr) minmax(500px, 2.5fr) minmax(148px, .78fr);
  align-items: center;
}
.control-panel {
  position: relative;
  z-index: 14;
  min-width: 0;
}
.control-panel h3 {
  margin: 0 0 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-size: 12px;
  line-height: 1.35;
}
.work-controls h3 {
  color: #137241;
}
.clarify-controls h3 {
  color: #1467b3;
}
.control-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.control-list button,
.context-controls span {
  position: relative;
  min-height: 50px;
  padding: 7px 4px;
  color: #17335b;
  background: transparent;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 760;
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}
.control-list button {
  cursor: pointer;
}
.context-controls span {
  display: grid;
  place-items: center;
}
.control-list button::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  background: currentColor;
  opacity: .68;
  transition: width 180ms ease, opacity 180ms ease;
}
.work-controls button::after {
  color: #278956;
}
.clarify-controls button::after {
  color: #1885bf;
}
.control-list button:is(:hover,:focus-visible,.is-active),
.context-controls span {
  font-weight: 850;
}
.work-controls button:is(:hover,:focus-visible,.is-active) {
  color: #08743f;
}
.clarify-controls button:is(:hover,:focus-visible,.is-active) {
  color: #067ac4;
}
.control-list button:is(:hover,:focus-visible,.is-active)::after {
  width: 50px;
  height: 2px;
  opacity: 1;
}
.wheel-zone {
  position: relative;
  z-index: 8;
  min-width: 0;
  display: grid;
  place-items: center;
}
.health-wheel {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fffaf4;
  box-shadow: 0 18px 46px rgba(27, 52, 85, .12);
  isolation: isolate;
}
.health-wheel::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border: 1px solid rgba(20, 69, 104, .12);
  border-radius: 50%;
}
.health-wheel::after {
  content: "";
  position: absolute;
  inset: 19%;
  z-index: 8;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 221, 147, .46) 0%, rgba(255, 210, 137, .24) 42%, rgba(255, 231, 194, 0) 74%);
  transform: scale(.72);
  opacity: 0;
  pointer-events: none;
}
.flow-atmosphere .health-wheel::after {
  animation: whole-wheel-radiance 1100ms cubic-bezier(.16,.72,.24,1) both;
}
.wheel-wedges {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
}
.health-ray {
  --ray-angle: calc(var(--ray-index) * 45deg);
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: white;
  background: transparent;
  border: 0;
  clip-path: polygon(50% 50%, 29.3% 0, 70.7% 0);
  transform: rotate(var(--ray-angle));
  transform-origin: center;
  pointer-events: none;
}
.ray-shape {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: center;
  transition: filter 520ms ease-out, transform 520ms ease-out, box-shadow 520ms ease-out;
}
.health-ray span {
  position: absolute;
  z-index: 1;
  width: 30%;
  left: 50%;
  top: 13%;
  transform: translateX(-50%) rotate(calc(var(--ray-angle) * -1));
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .02em;
  font-size: clamp(11px, 1.02vw, 15px);
  line-height: 1.25;
  font-weight: 740;
  opacity: 1;
  filter: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
.health-wheel .health-ray.ray-self-knowledge span {
  top: 14.5%;
}
.ray-metabolic .ray-shape {
  background: linear-gradient(180deg, #08a2a7, #087f86);
}
.ray-gut .ray-shape {
  background: linear-gradient(180deg, #079bd0, #087fb3);
}
.ray-inflammation .ray-shape {
  background: linear-gradient(180deg, #1674bd, #1b579f);
}
.ray-symptoms .ray-shape {
  background: linear-gradient(180deg, #7045a6, #55338e);
}
.ray-resilience .ray-shape {
  background: linear-gradient(180deg, #dd315c, #b61e47);
}
.ray-self-trust .ray-shape {
  background: linear-gradient(180deg, #f45b2f, #db4425);
}
.ray-self-knowledge .ray-shape {
  background: linear-gradient(180deg, #ff9f08, #ef8205);
}
.ray-hormones .ray-shape {
  background: linear-gradient(180deg, #338d3e, #237632);
}
.health-ray.level-quiet .ray-shape {
  filter: saturate(.91) brightness(.94);
}
.health-ray.level-primary {
  z-index: 4;
}
.health-ray.level-primary .ray-shape {
  filter: saturate(1.16) brightness(1.24);
  transform: scale(1.006);
  box-shadow: inset 0 0 42px rgba(255,255,255,.34), 0 0 20px rgba(255,255,255,.3);
}
.flow-reveal .health-ray.level-primary .ray-shape {
  animation: ray-bloom 780ms cubic-bezier(.16,.7,.22,1) both;
}
.health-ray.level-primary span {
  font-size: clamp(14px, 1.3vw, 19px);
  font-weight: 850;
  text-shadow: none;
}
.you-hub {
  position: absolute;
  z-index: 12;
  width: 31%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #102d57;
  padding: 0;
  border: 8px solid rgba(255,250,244,.94);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #fffefa, #f8efe7 76%);
  box-shadow: 0 4px 18px rgba(17,45,87,.17), inset 0 0 0 1px rgba(17,45,87,.12);
  cursor: pointer;
  isolation: isolate;
  transition: border-color 680ms ease-out, box-shadow 680ms ease-out;
}
.you-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle at 46% 42%, #f6c95f 0%, #f7d77e 34%, #f5c988 64%, #efb982 100%);
  opacity: 0;
  transition: opacity 680ms ease-out;
}
.you-hub strong {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: -.035em;
  font-size: clamp(28px, 3.2vw, 47px);
  line-height: 1;
}
.you-hub span {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  text-align: center;
  font-size: clamp(8px, .8vw, 12px);
  line-height: 1.25;
}
.flow-bloom .you-hub::before,
.flow-reveal .you-hub::before,
.flow-hold .you-hub::before,
.flow-atmosphere .you-hub::before {
  opacity: 1;
}
.flow-bloom .you-hub,
.flow-reveal .you-hub,
.flow-hold .you-hub,
.flow-atmosphere .you-hub {
  border-color: rgba(239, 185, 130, .82);
  box-shadow: 0 0 38px rgba(244, 188, 99, .56), 0 0 68px rgba(255, 220, 154, .35), 0 5px 20px rgba(17,45,87,.17), inset 0 0 0 1px rgba(17,45,87,.12);
}
.work-transfer {
  position: absolute;
  z-index: 11;
  width: var(--connector-length, 38%);
  height: 3px;
  left: var(--connector-left, 14%);
  top: var(--connector-top, 50%);
  transform: rotate(var(--connector-angle, 0deg)) scaleX(0);
  transform-origin: left center;
  opacity: 0;
  border-radius: 3px;
  clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%);
  background: linear-gradient(90deg, #278956 0%, #278956 78%, rgba(39,137,86,.74) 94%, rgba(39,137,86,.16) 100%);
  pointer-events: none;
  transition: opacity 360ms ease-out, transform 360ms ease-out;
}
.work-flow.flow-inbound .work-transfer {
  animation: work-inbound 560ms cubic-bezier(.3,.05,.35,1) both;
}
.work-flow.flow-bloom .work-transfer {
  transform: rotate(var(--connector-angle, 0deg)) scaleX(1);
  opacity: .58;
}
.work-flow.flow-reveal .work-transfer,
.work-flow.flow-hold .work-transfer {
  transform: rotate(var(--connector-angle, 0deg)) scaleX(1);
  opacity: .34;
}
.context-panel {
  margin: -4px auto 0;
  width: min(100%, 670px);
  text-align: center;
}
.context-panel h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #e84d1c;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-size: 12px;
}
.context-panel h3::before,
.context-panel h3::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #e84d1c;
}
.context-panel h3 span {
  white-space: nowrap;
}
.context-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2px;
}
.context-controls span {
  min-height: 34px;
  color: #4d2727;
  font-size: 11.5px;
}
.context-controls span + span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  left: -10px;
  top: 10px;
  background: #e84d1c;
}
.context-panel p {
  margin: 1px 0 0;
  color: #17335b;
  font-size: 10px;
}
.substack-signpost {
  position: relative;
  width: min(calc(100% - 68px), 1570px);
  min-height: 82px;
  margin: 2px auto 18px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, .42fr);
  align-items: center;
  overflow: hidden;
  color: #102d57;
  border: 1px solid rgba(19, 89, 126, .44);
  border-radius: 12px;
  background: linear-gradient(90deg,
      rgba(63, 184, 191, .62) 0%,
      rgba(150, 214, 210, .58) 16%,
      rgba(255, 193, 140, .68) 40%,
      rgba(242, 152, 171, .62) 60%,
      rgba(186, 153, 211, .62) 78%,
      rgba(128, 184, 231, .64) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.substack-signpost::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.08));
  pointer-events: none;
}
.substack-copy,
.substack-signpost > a {
  position: relative;
  z-index: 1;
}
.substack-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 28px;
}
.substack-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 650;
}
.substack-copy strong span {
  padding: 0 8px;
  color: #087cb0;
}
.substack-copy > span {
  color: #0b594c;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: .04em;
  font-size: clamp(13px, 1.12vw, 17px);
}
.substack-signpost > a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 28px;
  color: #075a4a;
  border-left: 1px solid rgba(16,45,87,.42);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 850;
}
.substack-signpost > a:hover,
.substack-signpost > a:focus-visible {
  color: #102d57;
  background: rgba(255,255,255,.20);
}
.substack-signpost > a span {
  font-size: 22px;
}
@keyframes work-inbound {
  0% {
    transform: rotate(var(--connector-angle, 0deg)) scaleX(0);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: rotate(var(--connector-angle, 0deg)) scaleX(1);
    opacity: .95;
  }
}
@keyframes whole-wheel-radiance {
  0% {
    transform: scale(.72);
    opacity: 0;
  }
  48% {
    opacity: .38;
  }
  100% {
    transform: scale(2.5);
    opacity: .18;
  }
}
@keyframes ray-bloom {
  0% {
    transform: scale(.91);
    filter: saturate(.98) brightness(.96);
  }
  55% {
    transform: scale(1.02);
    filter: saturate(1.26) brightness(1.34);
  }
  100% {
    transform: scale(1.006);
    filter: saturate(1.16) brightness(1.24);
  }
}
.questions-section {
  width: min(100%,1500px);
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px,.55fr) minmax(0,1.45fr);
  gap: clamp(24px,4vw,68px);
  align-items: stretch;
  padding: clamp(58px,6.5vw,94px) clamp(24px,5.8vw,86px);
  background: var(--ivory);
}
.questions-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px,4vw,58px);
  overflow: hidden;
  background: radial-gradient(circle at 10% 95%, rgba(115,69,94,.13), transparent 30%),
    var(--stone);
  border: 1px solid rgba(23,45,51,.11);
}
.questions-intro::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -92px;
  bottom: -98px;
  border: 1px solid rgba(46,98,100,.14);
  border-radius: 50%;
}
.questions-intro h2,
.about-copy h2,
.invitation-card h2 {
  margin: 0;
  font-family: Georgia,"Times New Roman",serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
.questions-intro h2 {
  margin: 24px 0 25px;
  font-size: clamp(42px,4.5vw,66px);
  line-height: .98;
}
.questions-intro > p:last-child {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.question-board {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-auto-rows: minmax(168px,1fr);
  gap: 12px;
}
.question-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  padding: clamp(22px,2.6vw,34px);
  overflow: hidden;
  background: rgba(249,246,238,.78);
  border: 1px solid rgba(23,45,51,.12);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.question-card::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 3px;
  left: clamp(22px,2.6vw,34px);
  top: 24px;
  background: var(--teal);
}
.question-card > span {
  display: none;
}
.question-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--ink-soft);
  font-family: Georgia,serif;
  font-size: clamp(18px,1.45vw,23px);
  line-height: 1.27;
}
.question-card:hover {
  z-index: 2;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(29,55,59,.10);
  background: var(--paper);
}
.question-2,.question-5 {
  background: #e5e4db;
}
.question-2::before,.question-5::before {
  background: var(--plum);
}
.question-3,.question-6 {
  background: #dce4df;
}
.question-3::before,.question-6::before {
  background: var(--rust);
}
.question-1 {
  transform: translateY(10px);
}
.question-3 {
  transform: translateY(-8px);
}
.question-4 {
  transform: translateY(10px);
}
.question-6 {
  transform: translateY(-8px);
}
.question-1:hover,.question-4:hover {
  transform: translateY(6px);
}
.question-3:hover,.question-6:hover {
  transform: translateY(-12px);
}
.human-section {
  position: relative;
  width: min(100%,1500px);
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px,.67fr) minmax(340px,1.08fr) minmax(300px,.82fr);
  gap: clamp(30px,4.7vw,72px);
  align-items: center;
  padding: clamp(58px,6.5vw,94px) clamp(24px,5.8vw,86px);
  background: radial-gradient(circle at 13% 50%, rgba(125,178,170,.13), transparent 27%),
    var(--stone);
  border-top: 1px solid rgba(23,45,51,.09);
  border-bottom: 1px solid rgba(23,45,51,.09);
}
.portrait-card {
  justify-self: end;
  width: min(100%,320px);
}
.portrait-window {
  position: relative;
  width: 100%;
  aspect-ratio: .82;
  overflow: hidden;
  background: #cbd1ca;
  box-shadow: 0 24px 48px rgba(29,55,59,.13);
}
.portrait-window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(23,45,51,.16),transparent 42%);
  pointer-events: none;
}
.portrait-window img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(.84) contrast(1.02);
}
.portrait-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.portrait-details strong {
  color: var(--ink);
  font-size: 9px;
}
.portrait-details span {
  color: var(--teal);
  font-size: 7px;
  font-weight: 800;
}
.about-copy {
  max-width: 650px;
}
.about-copy h2 {
  margin: 23px 0 30px;
  font-size: clamp(38px,3.8vw,56px);
  line-height: 1.02;
}
.about-copy > p:not(.section-label) {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.67;
}
.coach-credential {
  display: block;
  margin-top: 28px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 8px;
  font-weight: 800;
}
.invitation-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(32px,4vw,52px);
  overflow: hidden;
  color: #f7f2e8;
  background: radial-gradient(circle at 88% 10%, rgba(125,178,170,.26), transparent 28%),
    linear-gradient(145deg,#21454b,#18363c);
  box-shadow: 0 24px 48px rgba(29,55,59,.13);
}
.invitation-mark {
  position: absolute;
  right: -6px;
  top: -72px;
  color: rgba(247,242,232,.06);
  font-family: Georgia,serif;
  font-size: 260px;
  line-height: 1;
}
.invitation-card .section-label {
  position: relative;
  z-index: 2;
  color: #a9cec5;
}
.invitation-card h2 {
  position: relative;
  z-index: 2;
  margin: 22px 0 29px;
  font-size: clamp(38px,3.6vw,54px);
  line-height: 1.02;
}
.invitation-card .button {
  position: relative;
  z-index: 2;
  color: var(--ink);
  background: #d8d4c9;
  border-color: #d8d4c9;
}
.invitation-card .button:hover,.invitation-card .button:focus-visible {
  color: #f7f2e8;
  background: var(--plum);
  border-color: var(--plum);
}
footer {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 22px;
  padding: 22px clamp(24px,5vw,76px);
  background: var(--ivory-deep);
}
footer p {
  margin: 0;
  color: var(--muted);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 8px;
}
footer p:last-child {
  text-align: right;
}
@keyframes current-travel {
  0% {
    left: 0;
    opacity: 0;
  }
  15% {
    opacity: .9;
  }
  84% {
    opacity: .82;
  }
  100% {
    left: calc(100% - 4px);
    opacity: 0;
  }
}
@keyframes well-awaken {
  0% {
    transform: translate(-50%,-50%) scale(1);
    filter: saturate(1);
    box-shadow: 0 20px 44px rgba(29,64,69,.19);
  }
  48% {
    transform: translate(-50%,-50%) scale(1.09);
    filter: saturate(1.45) brightness(1.10);
    box-shadow: 0 0 40px rgba(125,178,170,.43), 0 24px 50px rgba(29,64,69,.23);
  }
  100% {
    transform: translate(-50%,-50%) scale(1.045);
    filter: saturate(1.28) brightness(1.05);
    box-shadow: 0 0 30px rgba(125,178,170,.30), 0 22px 46px rgba(29,64,69,.21);
  }
}
@keyframes vitality-wave {
  0% {
    transform: scale(.76);
    opacity: 0;
  }
  25% {
    opacity: .72;
  }
  100% {
    transform: scale(1.42);
    opacity: 0;
  }
}
@keyframes field-echo {
  0% {
    transform: scale(.78);
    opacity: 0;
  }
  28% {
    opacity: .30;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}
:focus-visible {
  outline: 3px solid var(--plum);
  outline-offset: 4px;
}
@media (max-width: 1120px) {
  .hero-composition {
    grid-template-columns: minmax(370px,.7fr) minmax(610px,1.3fr);
  }
  .hero-copy {
    padding-left: 36px;
    padding-right: 36px;
  }
  .living-diagram {
    grid-template-columns: minmax(118px,.76fr) minmax(360px,2.3fr) minmax(120px,.8fr);
  }
  .question-board {
    grid-template-columns: repeat(2,1fr);
  }
  .questions-section {
    grid-template-columns: minmax(270px,.62fr) 1.38fr;
  }
  .human-section {
    grid-template-columns: minmax(230px,.62fr) 1.2fr;
  }
  .invitation-card {
    grid-column: 1 / -1;
    min-height: 300px;
    display: grid;
    grid-template-columns: .4fr 1fr auto;
    gap: 30px;
    align-items: center;
  }
  .invitation-card h2 {
    margin: 0;
  }
}
@media (max-width: 1040px) {
  .hero-composition {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    min-height: 675px;
    padding: 64px clamp(32px,8vw,78px);
  }
  .health-graphic {
    min-height: 720px;
    padding: 36px clamp(22px,4vw,48px) 28px;
  }
  .living-diagram {
    grid-template-columns: minmax(126px,.78fr) minmax(430px,2.35fr) minmax(132px,.82fr);
  }
}
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .site-header nav {
    display: none;
  }
  .living-diagram {
    grid-template-columns: minmax(122px,.75fr) minmax(390px,2.2fr) minmax(126px,.78fr);
  }
  .substack-signpost {
    width: calc(100% - 44px);
    grid-template-columns: 1fr minmax(250px,.5fr);
  }
  .questions-section {
    grid-template-columns: 1fr;
  }
  .questions-intro {
    min-height: 300px;
  }
  .question-board {
    grid-template-columns: repeat(2,1fr);
  }
  .human-section {
    grid-template-columns: minmax(250px,.72fr) 1.28fr;
  }
  .invitation-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .hero-copy {
    min-height: 0;
  }
  .health-graphic {
    min-height: 0;
    padding-top: 42px;
  }
  .health-graphic > h2 {
    margin-bottom: 28px;
    font-size: 12px;
  }
  .living-diagram {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .work-controls {
    order: 1;
  }
  .wheel-zone {
    order: 2;
  }
  .clarify-controls {
    order: 3;
  }
  .control-panel h3 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .control-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 2px 12px;
  }
  .control-list button {
    min-height: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .work-controls .control-list button:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }
  .health-wheel {
    width: min(100%, 500px);
  }
  .health-ray span {
    font-size: clamp(10px, 2.5vw, 13px);
  }
  .context-panel {
    margin-top: 34px;
  }
  .substack-signpost {
    grid-template-columns: 1fr;
  }
  .substack-signpost > a {
    border-top: 1px solid rgba(16,45,87,.34);
    border-left: 0;
  }
}
@media (max-width: 620px) {
  html {
    scroll-padding-top: 66px;
  }
  body {
    font-size: 15px;
  }
  .site-header {
    min-height: 66px;
    padding: 8px 17px;
  }
  .brand {
    font-size: 9px;
  }
  .header-cta {
    gap: 8px;
    font-size: 10px;
  }
  .hero {
    padding: 0 10px;
  }
  .hero-copy {
    padding: 54px 20px 46px;
  }
  .hero h1 {
    font-size: clamp(43px,13vw,58px);
  }
  .hero-rule {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero-opening p {
    font-size: 15px;
  }
  .hero-transition {
    margin-top: 8px;
    font-size: 14px;
  }
  .hero-professional span {
    font-size: 11px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .health-graphic {
    padding: 36px 8px 30px;
  }
  .control-list {
    gap: 0 6px;
  }
  .control-list button {
    font-size: 10.5px;
  }
  .health-wheel {
    width: min(100%, 470px);
  }
  .health-ray span {
    width: 34%;
    top: 12%;
    font-size: clamp(10px,2.7vw,12.5px);
  }
  .you-hub {
    border-width: 6px;
  }
  .you-hub strong {
    font-size: clamp(26px,10vw,40px);
  }
  .you-hub span {
    font-size: clamp(7px,2.2vw,10px);
  }
  .context-panel h3 {
    font-size: 11px;
  }
  .context-controls {
    gap: 10px;
  }
  .context-controls span {
    font-size: 10px;
  }
  .context-controls span + span::before {
    left: -5px;
  }
  .context-panel p {
    padding: 0 18px;
    font-size: 9px;
    line-height: 1.45;
  }
  .substack-signpost {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
  .substack-copy {
    padding: 16px 14px 13px;
    text-align: center;
  }
  .substack-copy strong {
    font-size: 15px;
  }
  .substack-copy > span {
    font-size: 13px;
    line-height: 1.35;
  }
  .substack-signpost > a {
    min-height: 48px;
    font-size: 12px;
  }
  .questions-section {
    min-height: 0;
    padding: 58px 20px;
  }
  .questions-intro {
    min-height: 280px;
    padding: 32px;
  }
  .questions-intro h2 {
    font-size: 43px;
  }
  .question-board {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(125px,auto);
  }
  .question-card,.question-1,.question-3,.question-4,.question-6 {
    transform: none;
  }
  .question-card:hover,.question-1:hover,.question-3:hover,.question-4:hover,.question-6:hover {
    transform: translateY(-3px);
  }
  .question-card p {
    font-size: 19px;
  }
  .human-section {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 58px 20px;
  }
  .portrait-card {
    justify-self: center;
    width: min(78%,310px);
  }
  .about-copy h2 {
    font-size: 41px;
  }
  .about-copy > p:not(.section-label) {
    font-size: 15px;
  }
  .invitation-card {
    grid-column: auto;
    min-height: 390px;
    display: flex;
  }
  .invitation-card h2 {
    margin: 22px 0 29px;
    font-size: 43px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  footer p:nth-child(2) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
