:root {
  --ink: #17211d;
  --muted: #66716c;
  --paper: #f6f3ed;
  --panel: #fffdf8;
  --line: #d8d8cf;
  --blue: #2f6fae;
  --blue-soft: #dceaf6;
  --green: #3f8765;
  --green-soft: #dcecdf;
  --orange: #dc8036;
  --orange-soft: #f7e2cf;
  --shadow: 0 24px 70px rgba(31, 45, 37, 0.09);
  --navy: #142842;
  --navy-soft: #dce8f3;
  --gold: #c28a42;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 6%, rgba(63, 135, 101, .08), transparent 24rem),
    radial-gradient(circle at 8% 18%, rgba(47, 111, 174, .07), transparent 24rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  z-index: 20;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 50; background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 32px;
  border-bottom: 1px solid rgba(23, 33, 29, .12);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; padding: 0; border: 0; background: transparent; color: inherit; font-size: .82rem; font-weight: 750; text-decoration: none; letter-spacing: .02em; cursor: pointer; text-align: left; }
.brand-name { display: grid; line-height: 1.05; }
.brand-name b { font-size: .9rem; }
.brand-name small { margin-top: .2rem; color: var(--muted); font-size: .64rem; font-weight: 650; letter-spacing: .04em; }
.brand-mark { display: flex; gap: 3px; align-items: flex-end; height: 20px; }
.brand-mark i { display: block; width: 5px; border-radius: 5px; }
.brand-mark i:nth-child(1) { height: 10px; background: var(--blue); }
.brand-mark i:nth-child(2) { height: 15px; background: var(--green); }
.brand-mark i:nth-child(3) { height: 20px; background: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 1.4rem; }
.resource-tab { display: inline-flex; align-items: center; gap: .55rem; min-height: 34px; padding: .35rem .45rem .35rem .7rem; border: 1px solid var(--line); color: var(--ink); background: rgba(255,253,248,.6); text-decoration: none; font-size: .68rem; font-weight: 800; transition: border-color .2s ease, background .2s ease; }
.resource-tab:hover, .resource-tab:focus { border-color: var(--orange); background: var(--panel); outline: none; }
.resource-tab b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: white; background: var(--orange); font-size: .59rem; }
.header-link { padding: .65rem 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: .74rem; font-weight: 700; text-decoration: none; cursor: pointer; }
.header-link:hover, .header-link.is-active { color: var(--ink); border-bottom-color: var(--orange); }
.mobile-menu-toggle { display: none; border: 1px solid var(--line); background: var(--panel); padding: .55rem .75rem; font-size: .72rem; font-weight: 800; cursor: pointer; }
.quiet-button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: .25rem 0; cursor: pointer; font-size: .78rem; font-weight: 700; }
.section { max-width: 1220px; margin: 0 auto; padding: 110px 32px; }
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; letter-spacing: .18em; font-size: .69rem; font-weight: 800; color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 7.6vw, 7.2rem); line-height: .9; font-weight: 500; margin-bottom: 2rem; }
h1 em { color: var(--orange); font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1; font-weight: 500; }
.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 6vw; padding-top: 70px; padding-bottom: 85px; }
.hero-lede { max-width: 640px; font-size: clamp(1.03rem, 1.4vw, 1.25rem); color: #4e5c55; line-height: 1.72; }
.hero-actions { margin-top: 2.1rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 2rem; min-height: 54px; padding: .9rem 1.15rem .9rem 1.4rem; color: white; background: var(--orange); border: 1px solid var(--orange); border-radius: 3px; text-decoration: none; font-size: .85rem; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(220, 128, 54, .2); }
.primary-button.dark { background: var(--ink); border-color: var(--ink); }
.text-link { font-size: .82rem; font-weight: 750; text-underline-offset: 5px; }
.video-link { display: inline-flex; align-items: center; gap: .55rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: .25rem 0; cursor: pointer; text-align: left; }
.play-mark { display: grid; place-items: center; width: 24px; height: 24px; padding-left: 2px; border-radius: 50%; color: white; background: var(--ink); font-size: .52rem; }
.privacy-note { margin: 2rem 0 0; color: var(--muted); font-size: .73rem; }
.privacy-note span { color: var(--green); font-size: 1.1rem; vertical-align: -1px; }
.hero-visual { position: relative; min-height: 610px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.56); top: 110px; left: 52%; transform: translateX(-50%); box-shadow: inset 0 0 0 1px rgba(23,33,29,.05); }
.orbit { position: absolute; border: 1px solid rgba(23,33,29,.13); border-radius: 50%; z-index: -1; }
.orbit-one { width: 490px; height: 490px; top: 40px; left: 50%; transform: translateX(-50%); }
.orbit-two { width: 340px; height: 540px; top: 15px; left: 50%; transform: translateX(-50%) rotate(28deg); }
.path-line { position: absolute; width: 2px; height: 410px; top: 86px; left: 50%; background: linear-gradient(var(--blue), var(--green), var(--orange)); transform: rotate(20deg); transform-origin: top; opacity: .7; }
.path-node { position: absolute; display: flex; align-items: center; gap: 1rem; min-width: 245px; padding: 1rem 1.1rem; background: rgba(255,253,248,.9); border: 1px solid rgba(23,33,29,.13); box-shadow: 0 16px 40px rgba(29,42,35,.1); backdrop-filter: blur(12px); animation: float 7s ease-in-out infinite; }
.path-node::before { content: ""; width: 4px; align-self: stretch; border-radius: 4px; }
.path-node strong { display: block; font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: -.02em; }
.path-node small { color: var(--muted); }
.node-number { font-size: .65rem; font-weight: 800; color: var(--muted); }
.node-willingness { top: 80px; left: 0; transform: rotate(-2deg); }
.node-willingness::before { background: var(--blue); }
.node-surrender { top: 255px; right: -5px; animation-delay: -2.5s; transform: rotate(1deg); }
.node-surrender::before { background: var(--green); }
.node-acceptance { bottom: 60px; left: 28px; animation-delay: -5s; transform: rotate(-1deg); }
.node-acceptance::before { background: var(--orange); }
.readiness-seal { position: absolute; right: 14%; bottom: 12px; width: 110px; height: 110px; border-radius: 50%; border: 1px solid var(--ink); display: grid; place-items: center; background: var(--paper); transform: rotate(8deg); }
.readiness-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(23,33,29,.4); border-radius: 50%; }
.readiness-seal span { position: absolute; top: 11px; font-size: .48rem; letter-spacing: .19em; font-weight: 800; }
.readiness-seal b { font-family: Georgia, serif; font-size: 2.6rem; font-weight: 500; }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }

.model { border-top: 1px solid rgba(23,33,29,.12); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 5rem; margin-bottom: 3.6rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); line-height: 1.75; margin-bottom: .4rem; }
.interaction-hint { display: flex; align-items: center; gap: .8rem; max-width: 760px; margin: -1.5rem 0 1.6rem; padding: .9rem 1rem; border-left: 4px solid var(--blue); color: var(--muted); background: linear-gradient(90deg, rgba(105,165,220,.11), rgba(111,188,142,.07), rgba(237,161,95,.06)); font-size: .88rem; line-height: 1.55; }
.interaction-hint > span { flex: 0 0 auto; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(23,33,29,.22); border-radius: 50%; color: var(--ink); font-size: 1rem; }
.interaction-hint strong { color: var(--ink); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pillar-card { position: relative; overflow: hidden; min-height: 410px; padding: 1.55rem; border: 1px solid rgba(23,33,29,.14); transition: transform .25s ease, box-shadow .25s ease; outline: none; }
.pillar-card:hover, .pillar-card:focus-within { transform: translateY(-5px); box-shadow: var(--shadow); }
.pillar-card.willingness { background: var(--blue-soft); }
.pillar-card.surrender { background: var(--green-soft); }
.pillar-card.acceptance { background: var(--orange-soft); }
.card-topline { display: flex; justify-content: space-between; align-items: center; font-size: .68rem; font-weight: 800; }
.card-symbol { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; }
.pillar-card h3 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(2rem, 3.2vw, 3rem); margin: 3.7rem 0 1rem; }
.pillar-question { min-height: 76px; font-size: .95rem; line-height: 1.65; }
.pillar-detail { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .45s ease, opacity .3s ease, margin .3s ease; }
.pillar-card.is-open .pillar-detail { max-height: 330px; opacity: 1; margin-top: 1.2rem; }
.pillar-card.is-open { min-height: 610px; }
.pillar-detail > p { font-size: .84rem; line-height: 1.65; }
.pillar-detail dl { margin: 1.2rem 0; border-top: 1px solid rgba(23,33,29,.15); }
.pillar-detail dl div { padding: .8rem 0; border-bottom: 1px solid rgba(23,33,29,.15); }
.pillar-detail dt { font-size: .63rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.pillar-detail dd { margin: .2rem 0 0; font-family: Georgia, serif; }
.card-toggle { position: absolute; left: 1.55rem; right: 1.55rem; bottom: 1.55rem; display: flex; justify-content: space-between; align-items: center; border: 0; border-top: 1px solid rgba(23,33,29,.25); background: transparent; padding: .9rem 0 0; cursor: pointer; font-size: .72rem; font-weight: 800; }
.card-toggle span { font-size: 1.2rem; font-weight: 400; transition: transform .25s ease; }
.alignment-strip { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1.2fr; align-items: center; gap: 1.2rem; margin-top: 1.5rem; padding: 1.3rem 1.5rem; border: 1px solid var(--line); background: rgba(255,253,248,.5); }
.alignment-strip > div { display: grid; grid-template-columns: auto 1fr; column-gap: .55rem; align-items: center; }
.alignment-strip b { font-size: .76rem; }
.alignment-strip small { grid-column: 2; color: var(--muted); }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot.blue { background: var(--blue); }.dot.green { background: var(--green); }.dot.orange { background: var(--orange); }
.strip-arrow { color: #8c9690; }
.alignment-end { padding-left: .5rem; border-left: 1px solid var(--line); }
.about-caleb { position: relative; overflow: hidden; display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(2.5rem, 7vw, 7rem); margin-top: 90px; padding: clamp(2rem, 5vw, 4.7rem); color: white; background: var(--ink); }
.about-caleb::after { content: ""; position: absolute; width: 430px; height: 430px; right: -220px; bottom: -260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.about-signature { position: relative; align-self: center; display: grid; place-items: center; min-height: 340px; border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle, rgba(255,255,255,.08), transparent 52%); }
.about-signature::before, .about-signature::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.about-signature::before { width: 190px; height: 190px; }
.about-signature::after { width: 145px; height: 230px; transform: rotate(32deg); border-color: rgba(220,128,54,.52); }
.about-signature > img { position: relative; z-index: 2; display: block; width: 126px; height: 126px; border: 5px solid var(--paper); border-radius: 50%; object-fit: cover; object-position: center 28%; background: var(--paper); box-shadow: 0 14px 35px rgba(0,0,0,.24); }
.about-signature small { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.15rem; color: rgba(255,255,255,.52); text-align: center; text-transform: uppercase; letter-spacing: .13em; font-size: .56rem; font-weight: 800; }
.about-copy { position: relative; z-index: 2; }
.about-copy .eyebrow { color: #9caaa3; }
.about-copy h2 { margin-bottom: .65rem; color: white; }
.about-role { margin-bottom: 1.8rem; color: #efa564; text-transform: uppercase; letter-spacing: .12em; font-size: .69rem; font-weight: 800; }
.credential-line { margin-top: -1rem; color: #9caaa3; text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; font-weight: 750; }
.about-copy > p:not(.eyebrow):not(.about-role):not(.credential-line) { color: #c4cec9; line-height: 1.78; font-size: .94rem; }
.about-copy blockquote { margin: 2rem 0 0; padding: 1.2rem 0 0 1.3rem; border-top: 1px solid rgba(255,255,255,.15); border-left: 3px solid var(--orange); color: white; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.5; }

.model-attribution { position: absolute; right: 0; bottom: -2.15rem; margin: 0; color: var(--muted); font-size: .64rem; line-height: 1.4; text-align: right; }
.about-cmt { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; padding-top: 70px; padding-bottom: 76px; border-top: 1px solid var(--line); }
.about-cmt h2 { max-width: 570px; margin-bottom: 0; }
.about-cmt-copy { padding-left: clamp(1.25rem, 3vw, 2.5rem); border-left: 3px solid var(--green); }
.about-cmt-copy p { margin-top: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.about-cmt-copy p + p { margin-top: 1.2rem; }
.about-cmt-copy strong { color: var(--ink); }

.pathway { max-width: none; padding-left: max(32px, calc((100vw - 1156px)/2)); padding-right: max(32px, calc((100vw - 1156px)/2)); background: var(--ink); color: white; }
.pathway-shell { min-height: 650px; display: grid; align-items: center; }
.pathway-intro { max-width: 850px; }
.pathway .eyebrow { color: #aab8b1; }
.pathway h2 { max-width: 800px; }
.pathway-intro > p:not(.eyebrow) { max-width: 700px; color: #c8d1cc; font-size: 1.02rem; line-height: 1.8; }
.pathway .primary-button { margin-top: 1rem; background: #fffdf8; color: var(--ink); border-color: #fffdf8; }
.growth-lab { padding: 100px 0 20px; border-top: 1px solid rgba(255,255,255,.14); }
.growth-heading, .resource-heading { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 5rem; margin-bottom: 3rem; }
.growth-heading h2, .resource-heading h2 { margin-bottom: 0; }
.growth-heading > p { color: #aebbb4; line-height: 1.75; }
.daily-reflection {
  --daily-color: var(--blue);
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.055);
}
.daily-reflection::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  top: -260px;
  left: -130px;
  border-radius: 50%;
  background: var(--daily-color);
  filter: blur(8px);
  opacity: .18;
  pointer-events: none;
}
.daily-reflection > * { position: relative; z-index: 1; }
.daily-reflection-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.daily-reflection-topline .tool-label { margin: 0 0 .25rem; color: #b5c0ba; }
.daily-reflection time { display: block; color: rgba(255,255,255,.62); font-size: .72rem; }
.tool-directions { margin: .9rem 0 1.4rem; padding-left: .85rem; border-left: 2px solid rgba(255,255,255,.24); color: #aebbb4; font-size: .8rem; line-height: 1.65; }
.tool-directions strong { color: #f7faf8; }
.daily-directions { max-width: 870px; margin: 1.15rem 0 0; border-left-color: var(--daily-color); }
.daily-pillar { padding: .5rem .7rem; border: 1px solid var(--daily-color); color: var(--daily-color); text-transform: uppercase; letter-spacing: .13em; font-size: .63rem; font-weight: 850; }
.daily-reflection-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: stretch; padding-top: clamp(1.7rem, 4vw, 3.2rem); }
.daily-reflection-copy { display: grid; grid-template-columns: 86px 1fr; gap: clamp(1.25rem, 3vw, 2.5rem); }
.daily-mark { display: grid; place-items: center; width: 76px; height: 76px; border: 1px solid var(--daily-color); border-radius: 50%; color: var(--daily-color); font-family: Georgia, serif; font-size: 2rem; }
.daily-reflection h3 { max-width: 720px; margin-bottom: 1rem; font-family: Georgia, serif; font-size: clamp(2.2rem, 4.2vw, 4.2rem); line-height: 1; font-weight: 500; }
.daily-reflection-copy > div > p { max-width: 720px; margin-bottom: 1.8rem; color: #bdc9c2; font-size: 1rem; line-height: 1.78; }
.daily-question { display: grid; gap: .45rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); }
.daily-question small, .daily-affirmation > small { color: var(--daily-color); text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; font-weight: 850; }
.daily-question strong { max-width: 680px; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 500; line-height: 1.5; }
.daily-affirmation { display: flex; flex-direction: column; justify-content: space-between; min-height: 310px; padding: 1.6rem; border-top: 4px solid var(--daily-color); color: var(--ink); background: var(--panel); }
.daily-affirmation > small { display: block; }
.daily-affirmation blockquote { margin: 1.6rem 0; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.4vw, 2.05rem); line-height: 1.33; }
.daily-affirmation button { display: flex; justify-content: space-between; gap: 1rem; width: 100%; padding: .8rem 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; text-align: left; font-size: .69rem; font-weight: 800; }
.daily-affirmation button:hover, .daily-affirmation button:focus-visible { color: var(--daily-color); }
.growth-tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.growth-tool { min-height: 485px; padding: 1.7rem; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.tool-number { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #aab8b1; font-size: .63rem; font-weight: 800; }
.tool-label { margin: 1.5rem 0 .5rem; color: #9eaba4; text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; font-weight: 800; }
.growth-tool h3, .practice-deck h3 { font-family: Georgia, serif; font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.06; font-weight: 500; }
.spectrum-output { min-height: 165px; margin: 2.2rem 0; padding: 1.25rem; border-left: 3px solid var(--blue); background: rgba(255,255,255,.05); }
.spectrum-output span { display: block; margin-bottom: .45rem; color: #76addc; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; font-weight: 850; }
.spectrum-output strong { display: block; margin-bottom: .7rem; font-family: Georgia, serif; font-size: 1.18rem; }
.spectrum-output p { margin-bottom: 0; color: #b6c2bc; font-size: .82rem; line-height: 1.6; }
.readiness-range { --range-value: 35%; width: 100%; height: 4px; margin: 1.4rem 0 .75rem; border: 0; border-radius: 10px; appearance: none; background: linear-gradient(90deg, var(--blue) 0, var(--green) 55%, var(--orange) 100%); cursor: pointer; }
.readiness-range::-webkit-slider-thumb { width: 24px; height: 24px; border: 5px solid white; border-radius: 50%; appearance: none; background: var(--range-color, var(--blue)); box-shadow: 0 0 0 1px rgba(255,255,255,.38); }
.readiness-range::-moz-range-thumb { width: 15px; height: 15px; border: 5px solid white; border-radius: 50%; background: var(--range-color, var(--blue)); }
.spectrum-labels { display: flex; justify-content: space-between; color: #89978f; text-transform: uppercase; letter-spacing: .08em; font-size: .52rem; font-weight: 750; }
.pillar-selector { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.8rem 0 1.5rem; }
.pillar-choice { padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #c1ccc6; cursor: pointer; font-size: .67rem; font-weight: 750; }
.pillar-choice.is-selected { border-color: white; background: white; color: var(--ink); }
.commitment-tool > label { display: block; margin-bottom: .55rem; color: #9eaba4; font-size: .68rem; font-weight: 750; }
.commitment-tool input { width: 100%; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 0; background: rgba(0,0,0,.13); color: white; outline: none; }
.commitment-tool input:focus { border-color: var(--commitment-color, var(--blue)); box-shadow: 0 0 0 1px var(--commitment-color, var(--blue)); }
.commitment-output { min-height: 93px; margin-top: 1rem; padding: 1rem 1rem 1rem 1.15rem; border-left: 3px solid var(--commitment-color, var(--blue)); background: rgba(255,255,255,.05); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.55; }
.commitment-actions { display: flex; align-items: center; gap: .8rem; margin-top: .8rem; }
.commitment-actions span { margin-left: auto; color: #829088; font-size: .62rem; }
.practice-deck { display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem; margin-top: 14px; padding: 2rem; color: var(--ink); background: var(--paper); }
.practice-deck .tool-number { border-color: var(--line); color: var(--muted); }
.practice-deck .tool-label { color: var(--muted); }
.practice-deck .tool-directions { margin-bottom: 1.25rem; border-left-color: var(--green); color: var(--muted); }
.practice-deck .tool-directions strong { color: var(--ink); }
.practice-filters { display: flex; flex-wrap: wrap; gap: .4rem; }
.practice-filter { padding: .45rem .58rem; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; font-size: .61rem; font-weight: 750; }
.practice-filter.is-selected { background: var(--ink); border-color: var(--ink); color: white; }
.practice-card { --practice-color: var(--blue); min-height: 300px; padding: 2rem; border: 1px solid var(--line); background: var(--panel); box-shadow: 0 15px 50px rgba(20,31,26,.07); }
.practice-pillar { color: var(--practice-color); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; font-weight: 850; }
.practice-card h4 { margin: .9rem 0 .75rem; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 500; letter-spacing: -.035em; }
.practice-card > p { color: var(--muted); line-height: 1.7; }
.practice-card > div { display: grid; margin: 1.4rem 0; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.practice-card small { color: var(--practice-color); text-transform: uppercase; letter-spacing: .12em; font-size: .56rem; font-weight: 850; }
.practice-card strong { margin-top: .4rem; font-family: Georgia, serif; font-weight: 500; }
.practice-card button { display: flex; justify-content: space-between; width: 100%; padding: .7rem 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; font-size: .7rem; font-weight: 800; }
.resource-shelf { margin-top: 90px; padding: clamp(2rem, 5vw, 4.5rem); color: var(--ink); background: var(--paper); }
.resource-heading > p { color: var(--muted); line-height: 1.75; }
.resource-heading .eyebrow { color: var(--muted); }
.handout-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.handout-card { display: block; padding: 1rem; border: 1px solid var(--line); color: var(--ink); background: var(--panel); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.handout-card:hover, .handout-card:focus { transform: translateY(-5px); box-shadow: var(--shadow); outline: none; }
.handout-preview { --handout-color: var(--blue); --handout-soft: var(--blue-soft); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; aspect-ratio: 8.5 / 10.5; padding: 1.2rem; border: 1px solid var(--line); background: #f8f6f1; }
.handout-surrender .handout-preview { --handout-color: var(--green); --handout-soft: var(--green-soft); }
.handout-acceptance .handout-preview { --handout-color: var(--orange); --handout-soft: var(--orange-soft); }
.handout-page-number { position: absolute; top: 1.1rem; left: 1.1rem; color: var(--handout-color); font-size: .62rem; font-weight: 850; }
.handout-rings { position: absolute; top: -12%; right: -25%; width: 84%; aspect-ratio: 1; border: 1px solid var(--handout-color); border-radius: 50%; background: var(--handout-soft); box-shadow: inset 0 0 0 34px var(--handout-soft), inset 0 0 0 35px var(--handout-color), inset 0 0 0 64px var(--handout-soft); }
.handout-preview strong { position: relative; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.7vw, 2.25rem); font-weight: 500; letter-spacing: -.04em; }
.handout-preview em { position: relative; color: var(--handout-color); font-family: Georgia, serif; font-size: 1rem; font-style: normal; }
.handout-info { display: grid; gap: .8rem; padding: 1rem .2rem .15rem; }
.handout-info > span { color: var(--muted); font-size: .62rem; }
.handout-info b { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; }
.handout-info i { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.resource-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .64rem; }
.quiz, .result { width: 100%; }
.quiz-progress > div:first-child { display: flex; justify-content: space-between; font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; color: #b9c5be; font-weight: 750; }
.quiz-progress button { border: 0; background: transparent; color: #b9c5be; cursor: pointer; text-transform: uppercase; letter-spacing: .11em; font-size: .67rem; }
.progress-track { height: 2px; margin: 1rem 0 4.8rem; background: rgba(255,255,255,.14); }
.progress-track span { display: block; height: 100%; width: 16.66%; background: var(--orange); transition: width .35s ease; }
.question-wrap { animation: rise .35s ease both; }
.question-wrap h3 { max-width: 880px; font-family: Georgia, serif; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.08; font-weight: 500; }
.answer-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 3rem; }
.answer-button { min-height: 90px; padding: 1.2rem; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; text-align: left; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.answer-button:hover, .answer-button:focus { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.7); transform: translateY(-2px); }
.answer-button b { display: block; font-size: .9rem; margin-bottom: .35rem; }
.answer-button small { color: #aebbb4; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.result-header { display: flex; justify-content: space-between; align-items: center; }
.icon-button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: transparent; cursor: pointer; font-size: 1.1rem; }
.result-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); }
.result-title { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.result-title .result-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; font-size: .7rem; font-weight: 800; }
.result-title h3 { font-family: Georgia, serif; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: 1; margin: 0; font-weight: 500; }
.result-copy .result-phrase { font-family: Georgia, serif; font-size: 1.35rem; color: #d2dad6; }
.result-copy > p { color: #b8c5be; line-height: 1.75; }
.micro-path { display: flex; align-items: center; gap: .6rem; margin-top: 2rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: #b8c5be; }
.prompt-panel { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); padding: 1.5rem; }
.prompt-panel > small { text-transform: uppercase; letter-spacing: .14em; color: #9caaa3; font-weight: 800; }
.prompt-buttons { display: grid; gap: .55rem; margin: 1rem 0; }
.prompt-button { border: 0; border-bottom: 1px solid rgba(255,255,255,.16); background: transparent; color: white; padding: .8rem 0; text-align: left; cursor: pointer; font-family: Georgia, serif; font-size: 1.03rem; }
.prompt-button:hover, .prompt-button.is-active { color: var(--result-color); }
.journal-label { display: block; margin: 1rem 0 .5rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; color: #9caaa3; font-weight: 800; }
textarea { width: 100%; min-height: 125px; resize: vertical; border: 1px solid rgba(255,255,255,.2); color: white; background: rgba(0,0,0,.13); padding: 1rem; font: inherit; line-height: 1.5; }
textarea:focus { outline: 2px solid var(--result-color); outline-offset: 2px; }
.journal-actions { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: .8rem; }
.small-button { border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; padding: .55rem .8rem; cursor: pointer; font-size: .7rem; font-weight: 750; }
.save-state { margin-left: auto; align-self: center; color: #9caaa3; font-size: .67rem; }
footer { max-width: 1220px; margin: 0 auto; padding: 35px 32px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 1.25rem 2.5rem; font-size: .72rem; color: var(--muted); }
footer div { display: grid; }
footer strong { color: var(--ink); }
footer p { margin: 0; text-align: right; }
.footer-education { line-height: 1.55; }
.professional-disclosure { padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink); text-align: left; font-size: .68rem; line-height: 1.55; }
.ip-summary { gap: .7rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.ip-summary p { font-size: .66rem; line-height: 1.6; }
.footer-link { justify-self: end; padding: 0 0 .16rem; border: 0; border-bottom: 1px solid currentColor; color: var(--ink); background: transparent; cursor: pointer; font-size: .68rem; font-weight: 750; }
.footer-link:hover, .footer-link:focus-visible { color: var(--green); }
dialog { max-width: 560px; width: calc(100% - 32px); border: 0; padding: 2.2rem; background: var(--panel); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.24); }
dialog::backdrop { background: rgba(16,25,21,.62); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 1.2rem; top: 1rem; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; }
dialog h2 { font-size: 2.8rem; }
dialog ol { list-style: none; padding: 0; margin: 1.8rem 0; counter-reset: guide; }
dialog li { counter-increment: guide; display: grid; grid-template-columns: 35px 1fr; margin: 1.2rem 0; }
dialog li::before { content: "0" counter(guide); color: var(--orange); font-size: .67rem; font-weight: 800; padding-top: .2rem; }
dialog li span { grid-column: 2; color: var(--muted); font-size: .86rem; }
.guide-dialog { max-width: 720px; max-height: calc(100dvh - 32px); overflow-y: auto; }
.guide-dialog h2 { max-width: 590px; font-size: clamp(2.3rem, 5.5vw, 4rem); }
.guide-intro { max-width: 610px; color: var(--muted); line-height: 1.7; }
.guide-dialog ol { margin-top: 1.5rem; }
.guide-dialog li { margin: 1.35rem 0; }
.guide-dialog li b { line-height: 1.45; }
.guide-dialog li span { margin-top: .2rem; line-height: 1.58; }
.guide-link { color: var(--green); text-underline-offset: 3px; }
.guide-link:hover, .guide-link:focus-visible { color: var(--orange); }
.ip-dialog { max-width: 760px; max-height: calc(100dvh - 32px); overflow-y: auto; }
.ip-dialog h2 { max-width: 650px; font-size: clamp(2.1rem, 5vw, 3.5rem); }
.ip-dialog h3 { margin: 1.6rem 0 .55rem; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.ip-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.72; }
.motion-dialog { max-width: 980px; width: calc(100% - 40px); padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: #101915; color: white; box-shadow: 0 36px 120px rgba(0,0,0,.48); }
.motion-dialog::backdrop { background: rgba(9,15,12,.78); backdrop-filter: blur(7px); }
.motion-close { position: absolute; z-index: 5; top: 14px; right: 16px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(9,15,12,.3); color: white; cursor: pointer; font-size: 1.25rem; }
.motion-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; min-height: 540px; background: #101915; }
.motion-frame::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='v'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23v)'/%3E%3C/svg%3E"); }
.motion-kicker { position: absolute; z-index: 4; top: 22px; left: 26px; right: 68px; display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.82); font-size: .67rem; font-weight: 750; letter-spacing: .03em; }
.motion-kicker small { margin-left: auto; color: rgba(255,255,255,.48); font-weight: 600; }
.motion-stage { position: absolute; inset: 0 0 58px; }
.motion-scene { position: absolute; inset: 0; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6%; padding: 74px 8% 28px; opacity: 0; visibility: hidden; transform: scale(.985); transition: opacity .7s ease, transform .9s ease, visibility .7s; }
.motion-scene.is-active { opacity: 1; visibility: visible; transform: scale(1); z-index: 2; }
.motion-copy { position: relative; z-index: 2; }
.motion-copy > p { margin-bottom: 1.1rem; color: rgba(255,255,255,.53); text-transform: uppercase; letter-spacing: .19em; font-size: .63rem; font-weight: 800; }
.motion-copy h2 { margin-bottom: 1.25rem; color: white; font-size: clamp(2.45rem, 5vw, 5rem); line-height: .98; }
.resistance-scene .motion-copy h2 { font-size: clamp(2.35rem, 4.2vw, 4.15rem); }
.motion-copy h2 em { color: var(--orange); font-weight: 500; }
.motion-copy blockquote { max-width: 590px; margin: 0; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: clamp(1.15rem, 2.2vw, 1.65rem); line-height: 1.45; }
.scene-note { display: block; max-width: 620px; color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.65; }
.resistance-scene { grid-template-columns: .68fr 1.32fr; background: radial-gradient(circle at 18% 45%, rgba(255,255,255,.07), transparent 28rem), linear-gradient(125deg, #131d19, #0f1714); }
.resistance-art { position: relative; width: min(270px, 27vw); aspect-ratio: 1; display: grid; place-items: center; }
.resistance-art::before, .resistance-art::after, .resistance-art span { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 48% 52% 58% 42%; animation: motionOrbit 8s linear infinite; }
.resistance-art::before { inset: 4%; }
.resistance-art::after { inset: 17%; animation-direction: reverse; animation-duration: 10s; }
.resistance-art span:nth-child(1) { inset: 28%; border-color: rgba(220,128,54,.55); animation-duration: 6s; }
.resistance-art span:nth-child(2) { width: 1px; height: 84%; border: 0; border-left: 1px solid rgba(255,255,255,.18); border-radius: 0; transform: rotate(38deg); }
.resistance-art span:nth-child(3) { width: 72%; height: 1px; border: 0; border-top: 1px solid rgba(255,255,255,.15); border-radius: 0; transform: rotate(-18deg); }
.resistance-art b { font-family: Georgia, serif; font-size: 5rem; font-weight: 500; }
.willingness-scene { background: radial-gradient(circle at 24% 50%, rgba(47,111,174,.5), transparent 25rem), #12212c; }
.surrender-scene { background: radial-gradient(circle at 24% 50%, rgba(63,135,101,.5), transparent 25rem), #12251c; }
.acceptance-scene { background: radial-gradient(circle at 24% 50%, rgba(220,128,54,.53), transparent 25rem), #2b1d13; }
.pillar-art { justify-self: center; position: relative; display: grid; place-items: center; width: min(270px, 27vw); aspect-ratio: 1; border-radius: 50%; }
.pillar-art::before, .pillar-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); animation: motionPulse 2.6s ease-in-out infinite; }
.pillar-art::before { inset: 0; }
.pillar-art::after { inset: 12%; animation-delay: -.9s; }
.pillar-art span { position: absolute; top: 15%; font-size: .67rem; font-weight: 850; letter-spacing: .15em; }
.pillar-art b { font-family: Georgia, serif; font-size: 5rem; font-weight: 400; }
.blue-art { background: rgba(47,111,174,.28); box-shadow: 0 0 70px rgba(47,111,174,.25); }
.green-art { background: rgba(63,135,101,.28); box-shadow: 0 0 70px rgba(63,135,101,.25); }
.orange-art { background: rgba(220,128,54,.28); box-shadow: 0 0 70px rgba(220,128,54,.25); }
.readiness-scene { background: radial-gradient(circle at 28% 50%, rgba(255,255,255,.07), transparent 30rem), #101915; }
.alignment-art { position: relative; justify-self: center; display: grid; place-items: center; width: min(310px, 30vw); aspect-ratio: 1; }
.alignment-ring { position: absolute; width: 65%; height: 94%; border: 2px solid; border-radius: 50%; mix-blend-mode: screen; animation: motionOrbit 7s linear infinite; }
.ring-blue { border-color: var(--blue); transform: rotate(0deg); }
.ring-green { border-color: var(--green); transform: rotate(60deg); animation-direction: reverse; }
.ring-orange { border-color: var(--orange); transform: rotate(120deg); animation-duration: 9s; }
.alignment-art b { position: relative; z-index: 2; display: grid; place-items: center; width: 43%; aspect-ratio: 1; border-radius: 50%; background: #f6f3ed; color: var(--ink); font-family: Georgia, serif; font-size: 4.5rem; font-weight: 500; }
.motion-cta { display: inline-flex; align-items: center; gap: 2.5rem; margin-top: 1.5rem; padding: .8rem 1rem; border: 1px solid var(--orange); background: var(--orange); color: white; cursor: pointer; font-size: .72rem; font-weight: 800; }
.motion-controls { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; min-height: 58px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1rem; padding: 0 26px; border-top: 1px solid rgba(255,255,255,.13); background: rgba(7,12,10,.58); }
.motion-controls button { border: 0; background: transparent; color: white; cursor: pointer; padding: .3rem 0; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.motion-controls > span { color: rgba(255,255,255,.55); font-size: .65rem; font-variant-numeric: tabular-nums; }
.motion-progress { height: 2px; background: rgba(255,255,255,.17); }
.motion-progress span { display: block; width: 20%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--green), var(--orange)); transition: width .55s ease; }
@keyframes motionPulse { 0%, 100% { transform: scale(.93); opacity: .45; } 50% { transform: scale(1.04); opacity: .9; } }
@keyframes motionOrbit { to { rotate: 360deg; } }
.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

/* Professional hub */
.site-view[hidden] { display: none !important; }
.site-view { animation: viewIn .42s ease both; }
@keyframes viewIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hub-hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); padding-top: 70px; padding-bottom: 70px; }
.hub-copy h1 { max-width: 760px; font-size: clamp(4rem, 7.5vw, 7.4rem); line-height: .9; letter-spacing: -.055em; }
.hub-copy h1 em { position: relative; color: var(--orange); font-weight: 500; }
.hub-copy h1 em::after { content: ""; position: absolute; left: .05em; right: -.05em; bottom: -.08em; height: .07em; background: linear-gradient(90deg, var(--blue), var(--green), var(--orange)); transform-origin: left; animation: underlineBreathe 4s ease-in-out infinite; }
.hub-lede { max-width: 630px; margin: 0 0 2rem; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.hub-actions { display: flex; align-items: center; gap: 1.5rem; }
.hub-actions button { cursor: pointer; }
.hub-credential { margin: 3.2rem 0 0; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: .74rem; font-weight: 800; letter-spacing: .04em; line-height: 1.7; }
.hub-credential span { color: var(--muted); font-weight: 650; }
.hub-portrait { position: relative; min-height: 700px; display: grid; place-items: center; }
.hub-portrait::before { content: ""; position: absolute; inset: 7% 5% 4%; background: var(--navy); box-shadow: var(--shadow); }
.hub-portrait img { position: relative; z-index: 3; width: 340px; height: 430px; object-fit: cover; object-position: 50% 35%; filter: saturate(.86) contrast(1.02); box-shadow: 0 28px 80px rgba(11,28,43,.25); }
.portrait-orbit { position: absolute; z-index: 2; left: 50%; top: 50%; border: 2px solid currentColor; border-top-color: transparent; border-radius: 50%; opacity: .9; filter: drop-shadow(0 0 4px rgba(255,255,255,.08)); pointer-events: none; }
.portrait-orbit::after { content: ""; position: absolute; top: -5px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; transform: translateX(-50%); }
.orbit-blue { width: 580px; height: 580px; color: #69a5dc; animation: portraitOrbitBlue 18s linear infinite; }
.orbit-green { width: 630px; height: 630px; color: #6fbc8e; animation: portraitOrbitGreen 24s linear infinite reverse; }
.orbit-orange { width: 680px; height: 680px; color: #eda15f; animation: portraitOrbitOrange 30s linear infinite; }
.availability-chip { position: absolute; z-index: 5; left: 1%; top: 12%; display: flex; align-items: center; gap: .55rem; padding: .75rem .9rem; color: var(--ink); background: var(--panel); box-shadow: 0 15px 42px rgba(17,34,51,.16); text-transform: uppercase; letter-spacing: .1em; font-size: .58rem; font-weight: 850; }
.availability-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(63,135,101,.13); }
.portrait-note { position: absolute; z-index: 4; right: 0; bottom: 6%; display: grid; gap: .35rem; width: 230px; padding: 1.25rem; background: var(--panel); border-top: 4px solid var(--orange); box-shadow: var(--shadow); }
.portrait-note small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; font-weight: 800; }
.portrait-note strong { font-family: Georgia, serif; font-size: 1.13rem; line-height: 1.35; font-weight: 500; }
.kinetic-band { overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); color: white; background: var(--ink); }
.kinetic-track { display: flex; align-items: center; gap: 1.6rem; width: max-content; padding: 1rem 0; animation: kineticScroll 28s linear infinite; }
.kinetic-track span { font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.8rem); white-space: nowrap; }
.kinetic-track i { color: var(--orange); font-style: normal; }
.hub-choices { max-width: none; padding-left: max(32px, calc((100vw - 1156px)/2)); padding-right: max(32px, calc((100vw - 1156px)/2)); background: #e9eef1; }
.compact-heading { margin-bottom: 3rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: clamp(1.7rem, 4vw, 3rem); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
.choice-card:hover { transform: translateY(-8px); box-shadow: 0 26px 70px rgba(20,40,66,.14); }
.choice-card::after { content: ""; position: absolute; right: -110px; bottom: -145px; width: 300px; height: 300px; border: 1px solid currentColor; border-radius: 50%; opacity: .15; box-shadow: 0 0 0 55px currentColor; }
.therapy-choice { background: var(--navy); color: white; }
.cmt-choice { background: var(--panel); color: var(--ink); }
.choice-card .eyebrow { margin-top: 4rem; color: inherit; opacity: .65; }
.choice-number { position: absolute; top: 1.8rem; right: 2rem; font-family: Georgia, serif; font-size: 1.1rem; opacity: .6; }
.choice-card h3 { max-width: 550px; margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(2.15rem, 4vw, 3.9rem); line-height: 1.02; font-weight: 500; }
.choice-card > p:not(.eyebrow) { max-width: 530px; color: inherit; opacity: .75; line-height: 1.75; }
.choice-link { position: relative; z-index: 2; margin-top: auto; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1rem 0 0; border: 0; border-top: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; text-align: left; font-size: .76rem; font-weight: 800; }
.home-intro { max-width: none; padding-left: max(32px, calc((100vw - 1156px)/2)); padding-right: max(32px, calc((100vw - 1156px)/2)); color: white; background: var(--ink); text-align: center; }
.home-intro .eyebrow { color: #9eaaa4; }
.home-intro blockquote { max-width: 940px; margin: 0 auto 2.5rem; font-family: Georgia, serif; font-size: clamp(2.1rem, 4.3vw, 4.5rem); line-height: 1.16; }
.light-link { color: white; border-color: rgba(255,255,255,.55); background: transparent; cursor: pointer; }
.cmt-subnav { position: sticky; top: 0; z-index: 12; display: flex; justify-content: center; align-items: center; gap: 1.6rem; min-height: 46px; padding: 0 24px; border-bottom: 1px solid rgba(23,33,29,.12); background: rgba(246,243,237,.94); backdrop-filter: blur(10px); }
.cmt-subnav a, .cmt-subnav button { color: var(--muted); text-decoration: none; font-size: .67rem; font-weight: 800; }
.cmt-subnav a:hover { color: var(--ink); }

.appointment-hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.appointment-copy h1 { max-width: 800px; font-size: clamp(4.2rem, 7.8vw, 7.5rem); line-height: .92; }
.appointment-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.booking-button { margin-top: 1.5rem; }
.appointment-copy > small { display: block; margin-top: .8rem; color: var(--muted); font-size: .69rem; }
.appointment-card { padding: clamp(1.7rem, 4vw, 3rem); color: white; background: var(--navy); box-shadow: 22px 22px 0 var(--blue-soft); }
.appointment-card .eyebrow { color: #aebdca; }
.appointment-card ul { list-style: none; margin: 0 0 2.3rem; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.appointment-card li { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 1.17rem; }
.appointment-detail { display: grid; gap: .2rem; margin-top: 1rem; }
.appointment-detail span { color: #aebdca; text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; font-weight: 800; }
.appointment-detail strong { font-size: .82rem; }
.services-section { max-width: none; padding-left: max(32px, calc((100vw - 1156px)/2)); padding-right: max(32px, calc((100vw - 1156px)/2)); color: white; background: var(--ink); }
.services-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 5rem; margin-bottom: 3.5rem; }
.services-heading .eyebrow { color: #9eaaa4; }
.services-heading h2 { max-width: 700px; margin: 0; color: white; }
.services-heading > p { margin: 0; color: #b8c3bd; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-card { position: relative; min-height: 530px; display: flex; flex-direction: column; padding: clamp(1.6rem, 3.7vw, 3rem); color: var(--ink); background: var(--panel); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.individual-service { border-top: 6px solid var(--blue); }
.couples-service { border-top: 6px solid var(--orange); }
.service-number { position: absolute; right: 2rem; top: 1.8rem; color: var(--muted); font-family: Georgia, serif; font-size: 1.1rem; }
.service-card h3 { max-width: 540px; margin: 2.8rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2.25rem, 3.7vw, 3.65rem); line-height: 1.03; font-weight: 500; }
.service-card > p { max-width: 560px; color: var(--muted); line-height: 1.75; }
.service-card dl { margin: 2rem 0; border-top: 1px solid var(--line); }
.service-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.service-card dt { color: var(--muted); font-size: .74rem; font-weight: 700; }
.service-card dd { margin: 0; font-family: Georgia, serif; font-size: 1rem; font-weight: 600; }
.service-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 1rem 0 0; border-top: 1px solid var(--ink); color: var(--ink); text-decoration: none; font-size: .74rem; font-weight: 850; }
.coverage-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-top: 14px; padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); }
.coverage-intro .eyebrow { margin-bottom: .8rem; color: #9eaaa4; }
.coverage-intro h3 { margin: 0 0 .7rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; }
.coverage-intro > p:not(.eyebrow) { margin: 0; color: #aebbb4; line-height: 1.7; }
.insurance-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; }
.insurance-list span { display: flex; align-items: center; min-height: 58px; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: 1.05rem; }
.expect-section { max-width: none; padding-left: max(32px, calc((100vw - 1156px)/2)); padding-right: max(32px, calc((100vw - 1156px)/2)); background: #e9eef1; }
.expect-section > div:first-child { display: grid; grid-template-columns: .55fr 1fr; align-items: end; gap: 4rem; }
.expect-section h2 { margin: 0; }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid #bfcbd2; border-bottom: 1px solid #bfcbd2; }
.expect-grid article { padding: 2rem; border-right: 1px solid #bfcbd2; }
.expect-grid article:last-child { border-right: 0; }
.expect-grid span { color: var(--orange); font-size: .65rem; font-weight: 850; }
.expect-grid h3 { font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.expect-grid p { color: var(--muted); line-height: 1.7; }
.booking-banner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 4rem; padding: 2rem; background: var(--panel); }
.booking-banner div { display: grid; gap: .35rem; }
.booking-banner small { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.booking-banner strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.booking-banner a { flex: 0 0 auto; padding: .9rem 1.1rem; color: white; background: var(--orange); text-decoration: none; font-size: .75rem; font-weight: 800; }

.bio-hero { min-height: 600px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; color: white; background: var(--ink); max-width: none; padding-left: max(32px, calc((100vw - 1156px)/2)); padding-right: max(32px, calc((100vw - 1156px)/2)); }
.bio-portrait { position: relative; min-height: 420px; display: grid; place-items: center; }
.bio-portrait img { position: relative; z-index: 2; width: 250px; height: 250px; border: 7px solid var(--paper); border-radius: 50%; object-fit: cover; object-position: center 25%; }
.bio-rings, .bio-rings::before, .bio-rings::after { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.bio-rings { width: 350px; height: 350px; }
.bio-rings::before { inset: 35px -42px; border-color: rgba(47,111,174,.7); transform: rotate(31deg); }
.bio-rings::after { inset: -35px 45px; border-color: rgba(220,128,54,.7); transform: rotate(-29deg); }
.bio-heading .eyebrow { color: #9eaaa4; }
.bio-heading h1 { margin-bottom: .75rem; color: white; font-size: clamp(4rem, 7vw, 7rem); line-height: .92; }
.bio-heading h1 span { display: block; margin-top: 1rem; color: #aeb8b3; font-family: Inter, sans-serif; font-size: .8rem; letter-spacing: .14em; }
.bio-role { color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 850; }
.bio-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.bio-lead p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.38; }
.bio-body p { margin: 0 0 1.5rem; color: var(--muted); line-height: 1.85; }
.bio-cta { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 4rem; padding-left: max(32px, calc((100vw - 1156px)/2)); padding-right: max(32px, calc((100vw - 1156px)/2)); color: white; background: var(--navy); }
.bio-cta .eyebrow, .bio-cta p { color: #b6c2cb; }
.bio-cta h2 { color: white; }
.bio-actions { display: flex; align-items: center; gap: 1.4rem; flex: 0 0 auto; }

@keyframes kineticScroll { to { transform: translateX(-50%); } }
@keyframes underlineBreathe { 0%, 100% { transform: scaleX(.35); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes portraitOrbitBlue { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes portraitOrbitGreen { from { transform: translate(-50%, -50%) rotate(18deg); } to { transform: translate(-50%, -50%) rotate(378deg); } }
@keyframes portraitOrbitOrange { from { transform: translate(-50%, -50%) rotate(36deg); } to { transform: translate(-50%, -50%) rotate(396deg); } }

@media (max-width: 900px) {
  .hub-hero, .appointment-hero, .bio-content { grid-template-columns: 1fr; }
  .hub-portrait { min-height: 680px; }
  .choice-grid { grid-template-columns: 1fr; }
  .appointment-card { max-width: 640px; }
  .services-heading, .coverage-panel { grid-template-columns: 1fr; gap: 1.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .expect-section > div:first-child { grid-template-columns: 1fr; gap: 1rem; }
  .expect-grid { grid-template-columns: 1fr; }
  .expect-grid article { border-right: 0; border-bottom: 1px solid #bfcbd2; }
  .expect-grid article:last-child { border-bottom: 0; }
  .bio-hero { grid-template-columns: 1fr; gap: 1rem; text-align: center; padding-top: 75px; padding-bottom: 75px; }
  .bio-portrait { min-height: 360px; }
  .bio-cta { align-items: flex-start; flex-direction: column; gap: 2rem; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-visual { min-height: 560px; max-width: 610px; width: 100%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading > p { max-width: 650px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 330px; }
  .pillar-card h3 { margin-top: 2.2rem; }
  .pillar-question { max-width: 560px; min-height: auto; }
  .pillar-card.is-open { min-height: 530px; }
  .alignment-strip { grid-template-columns: 1fr; gap: .85rem; }
  .strip-arrow { transform: rotate(90deg); justify-self: start; margin-left: 3px; }
  .alignment-end { padding: .8rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .about-caleb { grid-template-columns: 1fr; }
  .about-signature { min-height: 280px; }
  .growth-heading, .resource-heading { grid-template-columns: 1fr; gap: 1rem; }
  .daily-reflection-layout { grid-template-columns: 1fr; }
  .daily-affirmation { min-height: 250px; }
  .growth-tool-grid { grid-template-columns: 1fr; }
  .practice-deck { grid-template-columns: 1fr; }
  .handout-grid { grid-template-columns: repeat(3, 1fr); }
  .result-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 0; padding: 12px 20px; flex-wrap: wrap; gap: .7rem; }
  .brand span:last-child { max-width: 165px; line-height: 1.15; }
  .brand-name small { font-size: .58rem; }
  .mobile-menu-toggle { display: inline-flex; margin-left: auto; }
  .header-actions { display: none; width: 100%; grid-template-columns: 1fr; gap: 0; overflow: visible; padding: .4rem 0 .2rem; }
  .header-actions.is-open { display: grid; }
  .header-actions::-webkit-scrollbar { display: none; }
  .header-actions > * { width: 100%; min-height: 42px; text-align: left; white-space: normal; }
  .resource-tab { min-height: 31px; padding: .3rem .35rem .3rem .55rem; font-size: .61rem; }
  .resource-tab b { width: 19px; height: 19px; }
  .header-link { font-size: .65rem; }
  .quiet-button { font-size: .7rem; }
  .section { padding: 80px 20px; }
  .hub-hero { min-height: auto; padding-top: 55px; gap: 2.5rem; }
  .hub-copy h1, .appointment-copy h1, .bio-heading h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hub-actions { align-items: stretch; flex-direction: column; }
  .hub-actions .text-link { width: 100%; text-align: left; }
  .hub-credential { margin-top: 2.2rem; }
  .hub-portrait { min-height: 500px; overflow: hidden; }
  .hub-portrait::before { inset: 7% 2% 2% 8%; }
  .hub-portrait img { width: min(210px, 58%); height: 290px; object-position: 50% 34%; }
  .availability-chip { left: 2%; top: 8%; }
  .portrait-orbit.orbit-blue { width: 390px; height: 390px; }
  .portrait-orbit.orbit-green { width: 430px; height: 430px; }
  .portrait-orbit.orbit-orange { width: 470px; height: 470px; }
  .portrait-note { right: 3%; bottom: 2%; width: 205px; }
  .choice-card { min-height: 390px; }
  .home-intro blockquote { font-size: 2.25rem; }
  .cmt-subnav { justify-content: flex-start; overflow-x: auto; padding: 0 20px; }
  .cmt-subnav > * { flex: 0 0 auto; }
  .appointment-hero { min-height: auto; }
  .appointment-card { box-shadow: 10px 10px 0 var(--blue-soft); }
  .service-card { min-height: 500px; }
  .insurance-list { grid-template-columns: 1fr; }
  .booking-banner { align-items: flex-start; flex-direction: column; }
  .booking-banner a { width: 100%; text-align: center; }
  .bio-portrait { min-height: 290px; }
  .bio-portrait img { width: 170px; height: 170px; border-width: 5px; }
  .bio-rings { width: 240px; height: 240px; }
  .bio-rings::before { inset: 24px -28px; }
  .bio-rings::after { inset: -24px 30px; }
  .bio-content { gap: 2.5rem; }
  .bio-lead p { font-size: 1.75rem; }
  .bio-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .hero { min-height: auto; padding-top: 65px; }
  h1 { font-size: clamp(3.35rem, 17vw, 5rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .primary-button { width: 100%; }
  .hero-visual { min-height: 510px; margin-top: 10px; overflow: hidden; }
  .orbit-one { width: 390px; height: 390px; top: 58px; }
  .orbit-two { width: 280px; height: 440px; top: 26px; }
  .hero-visual::before { width: 270px; height: 270px; top: 120px; }
  .path-node { min-width: 218px; padding: .8rem; }
  .path-node strong { font-size: 1.08rem; }
  .path-node small { font-size: .69rem; }
  .node-willingness { top: 78px; left: 2px; }
  .node-surrender { top: 230px; right: 0; }
  .node-acceptance { bottom: 72px; left: 8px; }
  .path-line { top: 90px; height: 340px; }
  .readiness-seal { width: 86px; height: 86px; right: 3%; bottom: 20px; }
  .readiness-seal b { font-size: 2rem; }
  h2 { font-size: 2.7rem; }
  .pillar-card { padding: 1.25rem; }
  .pillar-card.is-open { min-height: 555px; }
  .card-toggle { left: 1.25rem; right: 1.25rem; }
  .about-caleb { margin-top: 65px; padding: 1.35rem; gap: 2rem; }
  .model-attribution { position: static; margin: 1rem 0 0; text-align: center; }
  .about-cmt { grid-template-columns: 1fr; gap: 1.5rem; padding-top: 60px; padding-bottom: 60px; }
  .about-cmt-copy { padding-left: 1rem; }
  .about-signature { min-height: 235px; }
  .about-signature::before { width: 150px; height: 150px; }
  .about-signature::after { width: 120px; height: 185px; }
  .about-signature > img { width: 90px; height: 90px; border-width: 4px; }
  .about-copy h2 { font-size: 2.65rem; }
  .about-copy > p:not(.eyebrow):not(.about-role):not(.credential-line) { font-size: .87rem; }
  .about-copy blockquote { font-size: 1.08rem; }
  .pathway { padding: 80px 20px; }
  .pathway-shell { min-height: 590px; }
  .growth-lab { padding-top: 80px; }
  .daily-reflection { padding: 1.3rem; }
  .daily-reflection-topline { align-items: flex-start; }
  .daily-reflection-copy { grid-template-columns: 1fr; }
  .daily-mark { width: 62px; height: 62px; font-size: 1.65rem; }
  .daily-reflection h3 { font-size: 2.55rem; }
  .daily-reflection-copy > div > p { font-size: .9rem; }
  .daily-affirmation { min-height: 225px; padding: 1.3rem; }
  .growth-tool { min-height: 0; padding: 1.25rem; }
  .growth-tool h3, .practice-deck h3 { font-size: 2.2rem; }
  .spectrum-output { min-height: 0; }
  .spectrum-labels { font-size: .43rem; }
  .commitment-actions { align-items: flex-start; flex-direction: column; }
  .commitment-actions span { margin-left: 0; }
  .practice-deck { padding: 1.25rem; }
  .practice-card { min-height: 0; padding: 1.3rem; }
  .resource-shelf { margin-top: 65px; padding: 1.25rem; }
  .handout-grid { grid-template-columns: 1fr; }
  .handout-preview { aspect-ratio: 8.5 / 7.7; }
  .handout-preview strong { font-size: 2rem; }
  .progress-track { margin-bottom: 3.6rem; }
  .answer-list { grid-template-columns: 1fr; margin-top: 2rem; }
  .answer-button { min-height: 70px; }
  .result-title { align-items: flex-start; }
  .result-title h3 { font-size: 3rem; }
  .prompt-panel { padding: 1.1rem; }
  .save-state { width: 100%; margin-left: 0; }
  footer { grid-template-columns: 1fr; align-items: flex-start; padding: 28px 20px; }
  footer p { text-align: left; }
  .professional-disclosure { grid-column: 1; }
  .footer-link { justify-self: start; }
  .motion-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .motion-frame { min-height: min(680px, calc(100dvh - 22px)); aspect-ratio: auto; }
  .motion-kicker { top: 18px; left: 18px; right: 58px; }
  .motion-kicker > span:nth-child(2) { display: none; }
  .motion-kicker small { margin-left: 0; }
  .motion-stage { bottom: 64px; }
  .motion-scene { grid-template-columns: 1fr; align-content: center; gap: 1.6rem; padding: 65px 24px 24px; text-align: center; }
  .resistance-scene { grid-template-columns: 1fr; }
  .resistance-art, .pillar-art, .alignment-art { width: 176px; justify-self: center; }
  .resistance-art b, .pillar-art b { font-size: 3.5rem; }
  .alignment-art b { font-size: 3rem; }
  .motion-copy h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
  .motion-copy blockquote { font-size: 1rem; }
  .scene-note { font-size: .78rem; }
  .motion-cta { width: 100%; justify-content: center; }
  .motion-controls { min-height: 64px; grid-template-columns: auto 1fr auto; padding: 0 17px; gap: .7rem; }
  .motion-controls #motionRestart { display: none; }
}

@media (max-width: 460px) {
  .header-actions { gap: .55rem; }
  .header-link { display: block; }
  .quiet-button { font-size: .63rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .resistance-art::before, .resistance-art::after, .resistance-art span, .pillar-art::before, .pillar-art::after, .alignment-ring { animation: none !important; }
  .kinetic-track { animation: none !important; }
}

@media print {
  .site-header, .hero, .model, footer, .result-header, .prompt-buttons, .journal-actions, .motion-dialog { display: none !important; }
  body, .pathway { background: white !important; color: black !important; }
  body::before { display: none; }
  .pathway { padding: 0; }
  .pathway-shell { min-height: 0; display: block; }
  .result { display: block !important; }
  .result-layout { display: block; }
  .result-copy > p, .result-copy .result-phrase, .pathway .eyebrow { color: #333; }
  .prompt-panel { margin-top: 2rem; border: 1px solid #bbb; background: white; }
  textarea { border: 1px solid #999; color: black; background: white; min-height: 300px; }
}
