@font-face {
  font-display: swap;
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  src: url('/fonts/manrope-latin.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: Lora;
  font-style: normal;
  font-weight: 400 700;
  src: url('/fonts/lora-latin.woff2') format('woff2');
}

:root {
  color-scheme: light;
  --canvas: #faf7f2;
  --surface: #fff;
  --plum: #705064;
  --plum-deep: #493440;
  --sage: #829783;
  --sage-soft: #e9efe8;
  --terracotta: #c8795b;
  --ink: #302b2d;
  --muted: #6f6669;
  --line: #e4ddd7;
  --rose-soft: #f1e9ee;
  --shadow: 0 20px 60px rgb(73 52 64 / 11%);
  --font-body: Manrope, 'Segoe UI', sans-serif;
  --font-display: Lora, Georgia, serif;
  font-family: var(--font-body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--canvas); color: var(--ink); -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--font-body); }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }
::selection { background: #d9c2d0; color: var(--plum-deep); }
.section-shell { width: min(1192px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 16px; border-radius: 8px; background: var(--plum-deep); color: white; font-size: 14px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 4; height: 84px; background: var(--canvas); }
.header-inner { width: min(1280px, calc(100% - 64px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgb(73 52 64 / 9%); }
.wordmark { color: var(--plum-deep); font: 700 29px/1 var(--font-display); letter-spacing: -.07em; text-decoration: none; }
.wordmark span { color: var(--terracotta); }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 38px); }
.desktop-nav a, .header-cta { color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover, .header-cta:hover { color: var(--plum); }
.header-cta { display: inline-flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid rgb(112 80 100 / 25%); border-radius: 999px; color: var(--plum-deep); }
.header-cta span { color: var(--terracotta); font-size: 15px; }

.hero { position: relative; min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(28px, 5vw, 80px); padding-top: 76px; padding-bottom: 82px; }
.hero-copy { position: relative; z-index: 1; max-width: 580px; padding-bottom: 12px; }
.eyebrow, .team-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--plum); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-mark { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--terracotta); font-size: 17px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 620px; margin-bottom: 23px; color: var(--plum-deep); font: 500 clamp(48px, 6vw, 78px)/1.04 var(--font-display); letter-spacing: -.055em; }
.hero h1 em { color: var(--terracotta); font-weight: 400; }
.hero-description { max-width: 540px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 21px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 21px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button-primary { background: var(--plum); color: white; box-shadow: 0 10px 22px rgb(112 80 100 / 19%); }
.button-primary:hover { background: var(--plum-deep); }
.button span { font-size: 16px; }
.release-note { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 650; }
.release-dot { width: 7px; height: 7px; border-radius: 100%; background: var(--sage); box-shadow: 0 0 0 4px var(--sage-soft); }
.hero-footnote { max-width: 430px; margin: 30px 0 0; color: #7c7275; font-size: 11px; line-height: 1.7; }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; isolation: isolate; }
.art-halo { position: absolute; z-index: -2; border-radius: 50%; }
.art-halo-one { width: min(440px, 90%); aspect-ratio: 1; background: radial-gradient(circle at 36% 34%, #eee4ea 0, #f3e9eb 41%, #e7ece2 100%); }
.art-halo-two { width: 86%; aspect-ratio: 1; border: 1px solid rgb(112 80 100 / 12%); }
.art-orbit { position: absolute; z-index: -1; width: 410px; height: 210px; border: 1px solid rgb(112 80 100 / 15%); border-radius: 50%; }
.orbit-one { transform: rotate(56deg); }
.orbit-two { transform: rotate(-55deg); border-color: rgb(200 121 91 / 35%); }
.preview-phone { position: relative; width: 264px; min-height: 416px; padding: 19px 18px 17px; border: 7px solid #493440; border-radius: 38px; background: #fffcf9; box-shadow: 0 28px 58px rgb(73 52 64 / 19%); transform: rotate(-4deg); }
.phone-top { display: flex; justify-content: space-between; margin-bottom: 27px; color: var(--plum-deep); font-size: 8px; font-weight: 800; }
.phone-signal { color: var(--sage); letter-spacing: 3px; }
.phone-greeting .mini-eyebrow { color: var(--terracotta); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.phone-greeting h2 { margin: 8px 0 1px; color: var(--plum-deep); font: 500 28px/1.15 var(--font-display); letter-spacing: -.04em; }
.phone-greeting p { margin: 0; color: var(--muted); font-size: 9px; }
.prompt-card { margin-top: 20px; padding: 17px 15px 12px; border: 1px solid #e9e0dc; border-radius: 17px; background: white; box-shadow: 0 7px 20px rgb(73 52 64 / 5%); }
.prompt-label { display: flex; justify-content: space-between; color: var(--terracotta); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.prompt-number { color: #93888a; }
.prompt-card > p { margin: 17px 0 20px; color: var(--plum-deep); font: 500 19px/1.28 var(--font-display); letter-spacing: -.025em; }
.prompt-lines span { display: block; height: 1px; margin-top: 8px; background: #e9e4e0; }
.prompt-lines span:last-child { width: 70%; }
.prompt-action { display: flex; justify-content: space-between; margin-top: 16px; padding: 11px 12px; border-radius: 9px; background: var(--rose-soft); color: var(--plum-deep); font-size: 8px; font-weight: 800; }
.phone-bottom { display: flex; align-items: center; gap: 7px; margin: 14px 3px 0; color: #7b7375; font-size: 7px; }
.phone-bottom-icon { color: var(--sage); font-size: 18px; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 15px 12px 12px; border: 1px solid rgb(73 52 64 / 8%); border-radius: 15px; background: rgb(255 255 255 / 94%); box-shadow: 0 10px 35px rgb(73 52 64 / 11%); }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { color: var(--plum-deep); font-size: 10px; }
.floating-note small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.note-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; font: 700 16px var(--font-display); }
.note-icon-plum { background: var(--rose-soft); color: var(--plum); }
.note-icon-sage { background: var(--sage-soft); color: #617a63; }
.note-question { top: 22%; left: 3%; transform: rotate(-5deg); }
.note-presence { right: 1%; bottom: 21%; transform: rotate(4deg); }
.sparkle { position: absolute; color: var(--terracotta); }
.sparkle-one { top: 14%; right: 17%; font-size: 26px; }
.sparkle-two { bottom: 14%; left: 12%; color: var(--sage); font-size: 20px; }
.art-caption { position: absolute; right: 2%; bottom: 5%; color: #827a7d; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 23px; left: 50%; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--plum); font-size: 17px; text-decoration: none; }

.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; color: var(--terracotta); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker span { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid rgb(200 121 91 / 42%); border-radius: 50%; font-size: 9px; }
.intro { padding-top: 105px; padding-bottom: 108px; border-top: 1px solid var(--line); }
.intro-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8%; align-items: start; }
.display-heading { margin-bottom: 0; color: var(--plum-deep); font: 500 clamp(38px, 4.4vw, 57px)/1.13 var(--font-display); letter-spacing: -.045em; }
.intro-copy { padding-top: 7px; }
.intro-copy p, .team-copy > p:not(.team-eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; }
.intro-copy p + p { margin-top: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 11px; color: var(--plum); font-size: 11px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--terracotta); font-size: 15px; }
.principle-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 66px; padding-top: 28px; border-top: 1px solid var(--line); }
.principle-strip > div { display: flex; align-items: flex-start; gap: 13px; }
.principle-icon { flex: none; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--plum); font-size: 17px; }
.principle-strip > div:nth-child(2) .principle-icon { background: var(--sage-soft); color: #607964; }
.principle-strip > div:nth-child(3) .principle-icon { background: #f6eae4; color: var(--terracotta); }
.principle-strip p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }
.principle-strip strong { color: var(--plum-deep); font-size: 11px; }

.features-section { padding-top: 93px; padding-bottom: 107px; border-top: 1px solid var(--line); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 37px; }
.section-heading-row .display-heading { max-width: 650px; }
.section-heading-row > p { max-width: 355px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { overflow: hidden; border: 1px solid #e4ddd8; border-radius: 20px; background: var(--surface); }
.feature-illustration { position: relative; height: 205px; overflow: hidden; }
.journey-illustration { background: #f0e9ee; }
.journey-stem { position: absolute; top: 54px; left: 50%; width: 2px; height: 106px; background: #bd9fad; transform: rotate(33deg); }
.journey-node { position: absolute; z-index: 1; display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #b795a8; border-radius: 50%; background: #fcf9fa; color: var(--plum); font-size: 9px; font-weight: 800; }
.node-one { top: 37px; left: 34%; }.node-two { top: 83px; left: 51%; background: var(--plum); color: white; }.node-three { top: 132px; left: 66%; }
.journey-leaf { position: absolute; top: 24px; right: 25%; color: var(--terracotta); font-size: 24px; }
.question-illustration { display: grid; place-items: center; background: #eee9df; }
.mini-question { width: min(250px, 80%); padding: 18px; border: 1px solid #e4ddd4; border-radius: 15px; background: #fffcf8; box-shadow: 0 11px 30px rgb(73 52 64 / 8%); transform: rotate(-3deg); }
.mini-question span, .mini-question strong, .mini-question i { display: block; }
.mini-question span { color: var(--terracotta); font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.mini-question strong { margin-top: 15px; color: var(--plum-deep); font: 500 17px/1.3 var(--font-display); }
.mini-question i { margin-top: 15px; padding: 9px 10px; border-radius: 7px; background: var(--rose-soft); color: var(--plum); font-size: 8px; font-style: normal; font-weight: 750; }
.question-star { position: absolute; top: 29px; right: 20%; color: var(--terracotta); font-size: 21px; }
.checkin-illustration { display: grid; place-items: center; background: #e8eee7; }
.checkin-orbit { position: absolute; width: 172px; height: 95px; border: 1px solid rgb(91 122 95 / 29%); border-radius: 50%; transform: rotate(-30deg); }
.checkin-heart { display: grid; width: 55px; height: 55px; place-items: center; border: 1px solid rgb(91 122 95 / 25%); border-radius: 50%; background: #f8fbf7; color: var(--sage); font: 30px var(--font-display); }
.checkin-note { position: absolute; right: 13%; bottom: 25px; padding: 10px 13px; border: 1px solid #e3e9e0; border-radius: 10px; background: white; color: var(--plum-deep); font-size: 8px; box-shadow: 0 8px 20px rgb(73 52 64 / 7%); }
.checkin-note b { display: block; margin-top: 4px; color: var(--muted); font-size: 7px; font-weight: 550; }
.feature-body { min-height: 204px; padding: 23px 23px 21px; }
.feature-label { margin: 0 0 8px; color: var(--terracotta); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-body h3 { margin-bottom: 10px; color: var(--plum-deep); font: 500 22px/1.24 var(--font-display); letter-spacing: -.025em; }
.feature-body > p:not(.feature-label) { min-height: 58px; margin-bottom: 15px; color: var(--muted); font-size: 10px; line-height: 1.75; }
.feature-status { display: inline-flex; padding: 7px 9px; border-radius: 999px; background: #f4f0ec; color: #766d6d; font-size: 8px; font-weight: 750; }
.preview-disclaimer { display: flex; align-items: flex-start; gap: 10px; margin: 25px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.preview-disclaimer span { color: var(--terracotta); }

.research-section { overflow: hidden; background: var(--plum-deep); color: white; }
.research-inner { position: relative; padding-top: 92px; padding-bottom: 83px; }
.research-inner::after { position: absolute; top: -165px; right: -235px; width: 445px; height: 445px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 50%; content: ''; box-shadow: 0 0 0 36px rgb(255 255 255 / 3%), 0 0 0 74px rgb(255 255 255 / 2%); pointer-events: none; }
.section-kicker-light { color: #e0b69f; }
.section-kicker-light span { border-color: rgb(224 182 159 / 48%); }
.research-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 9%; align-items: start; margin-bottom: 53px; }
.research-intro .display-heading { max-width: 620px; color: #fffaf7; }
.research-intro > div > p { max-width: 460px; margin: 3px 0 19px; color: rgb(255 255 255 / 72%); font-size: 12px; line-height: 1.85; }
.research-tag { display: inline-block; padding: 8px 11px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; color: #e9ccbe; font-size: 9px; font-weight: 700; }
.study-list { position: relative; z-index: 1; border-top: 1px solid rgb(255 255 255 / 18%); }
.study-card { display: grid; grid-template-columns: 66px 1fr auto; gap: 24px; align-items: start; padding: 24px 3px; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.study-year { padding-top: 4px; color: #d8b49f; font-size: 12px; font-weight: 800; }
.study-card h3 { margin: 0 0 7px; color: white; font: 500 19px/1.3 var(--font-display); }
.study-card p { max-width: 710px; margin: 0 0 8px; color: rgb(255 255 255 / 72%); font-size: 10px; line-height: 1.75; }
.study-source { color: rgb(255 255 255 / 51%); font-size: 8px; }
.study-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 3px; color: #e6c3ad; font-size: 9px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.study-card > a:hover { color: white; }
.study-card > a span { font-size: 14px; }
.research-note { position: relative; z-index: 1; max-width: 880px; margin: 23px 0 0; color: rgb(255 255 255 / 52%); font-size: 9px; line-height: 1.7; }

.team-section { padding-top: 100px; padding-bottom: 94px; }
.team-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 9%; align-items: center; }
.team-copy { max-width: 540px; }
.team-eyebrow { margin-bottom: 16px; color: var(--sage); font-size: 9px; }
.team-copy .display-heading { margin-bottom: 20px; }
.team-copy > p:not(.team-eyebrow) { max-width: 520px; margin-bottom: 13px; font-size: 12px; }
.team-values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.team-values span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--plum); font-size: 9px; font-weight: 750; }
.psychologist-card { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: white; }
.portrait-placeholder { position: relative; display: grid; min-height: 250px; place-items: center; overflow: hidden; background: #e9e5dc; }
.portrait-placeholder::before, .portrait-placeholder::after { position: absolute; width: 250px; height: 250px; border: 1px solid rgb(112 80 100 / 15%); border-radius: 50%; content: ''; }
.portrait-placeholder::after { width: 330px; height: 330px; }
.portrait-shape { position: relative; z-index: 1; display: grid; width: 113px; height: 113px; place-items: center; border-radius: 50% 48% 42% 53%; background: linear-gradient(145deg, #d5b9bd, #9aaa93); color: white; font-size: 26px; transform: rotate(-9deg); }
.portrait-shape::after { position: absolute; right: -35px; bottom: -12px; width: 90px; height: 115px; border-radius: 50% 50% 38% 38%; background: linear-gradient(160deg, #705064, #493440); content: ''; z-index: -1; }
.portrait-caption { position: absolute; right: 13px; bottom: 12px; padding: 7px 9px; border-radius: 999px; background: rgb(255 255 255 / 79%); color: var(--muted); font-size: 7px; }
.psychologist-info { display: flex; justify-content: space-between; gap: 14px; padding: 21px 22px 22px; }
.psychologist-info h3 { margin: 0 0 7px; color: var(--plum-deep); font: 500 19px var(--font-display); }
.psychologist-info p:not(.feature-label) { max-width: 350px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.profile-status { align-self: start; flex: none; padding: 7px 9px; border-radius: 999px; background: var(--sage-soft); color: #526b54; font-size: 7px; font-weight: 800; }
.collaboration-note { display: flex; gap: 9px; max-width: 700px; margin: 25px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.collaboration-note span { color: var(--terracotta); }

.contact-section { background: #e9ece5; }
.contact-inner { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8%; align-items: center; padding-top: 91px; padding-bottom: 94px; }
.contact-copy .section-kicker { color: var(--plum); }
.contact-copy .section-kicker span { border-color: rgb(112 80 100 / 38%); }
.contact-copy .display-heading { max-width: 445px; margin-bottom: 16px; }
.contact-copy > p { max-width: 415px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.contact-aside { display: flex; max-width: 350px; align-items: flex-start; gap: 11px; margin-top: 29px; color: #5f6c61; font-size: 9px; line-height: 1.7; }
.contact-aside-icon { display: grid; flex: none; width: 28px; height: 28px; place-items: center; border: 1px solid rgb(130 151 131 / 53%); border-radius: 50%; color: #58715a; font-size: 13px; }
.contact-form-card { padding: 27px 29px 29px; border: 1px solid rgb(73 52 64 / 9%); border-radius: 18px; background: white; box-shadow: 0 17px 45px rgb(73 52 64 / 8%); }
.form-preview-heading { display: flex; align-items: center; justify-content: space-between; }
.form-preview-heading h3 { margin: 0; color: var(--plum-deep); font: 500 24px var(--font-display); }
.form-preview-heading > span { padding: 6px 8px; border-radius: 999px; background: #f1eee9; color: var(--muted); font-size: 8px; font-weight: 800; }
.form-demo-note { margin: 8px 0 18px; color: var(--muted); font-size: 9px; line-height: 1.6; }
fieldset { display: grid; gap: 12px; margin: 0; padding: 0; border: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field label { display: block; margin-bottom: 6px; color: #51494c; font-size: 9px; font-weight: 800; }
.form-field input, .form-field textarea { width: 100%; padding: 11px 12px; border: 1px solid #e5ded9; border-radius: 8px; background: #fcfbf9; color: var(--muted); font-size: 9px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #9b9291; opacity: 1; }
fieldset:disabled .form-field input, fieldset:disabled .form-field textarea { cursor: not-allowed; opacity: 1; }
.turnstile-placeholder { display: flex; min-height: 58px; align-items: center; gap: 11px; padding: 9px 12px; border: 1px solid #e5e5e5; border-radius: 4px; background: #fafafa; color: #555; font-size: 9px; }
.turnstile-placeholder small { display: block; margin-top: 3px; color: #888; font-size: 7px; }
.turnstile-box { display: block; flex: none; width: 19px; height: 19px; border: 1px solid #c9c9c9; border-radius: 2px; background: white; }
.turnstile-cloud { margin-left: auto; color: #776f91; font-size: 20px; }
.button-submit { width: 100%; min-height: 45px; background: #ddd9d8; color: #71696a; font-size: 10px; cursor: not-allowed; }
.button-submit span { font-size: 13px; }

.site-footer { background: #30252c; color: white; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 33px; padding-bottom: 28px; }
.footer-wordmark { color: white; font-size: 25px; }
.footer-main > p { margin: 0; color: rgb(255 255 255 / 55%); font-size: 9px; }
.footer-main nav { display: flex; gap: 20px; }
.footer-main nav a, .footer-main > a:last-child { color: rgb(255 255 255 / 70%); font-size: 9px; text-decoration: none; }
.footer-main nav a:hover, .footer-bottom a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 13px; padding-bottom: 15px; border-top: 1px solid rgb(255 255 255 / 13%); color: rgb(255 255 255 / 46%); font-size: 8px; }
.footer-bottom a { color: rgb(255 255 255 / 70%); }

.study-header .header-inner { border-bottom-color: var(--line); }
.study-label { color: var(--muted); font-size: 10px; font-weight: 700; }
.study-page { min-height: calc(100vh - 84px); }
.study-hero { padding-top: 90px; padding-bottom: 78px; }
.study-hero h1 { max-width: 790px; margin-bottom: 20px; color: var(--plum-deep); font: 500 clamp(42px, 6vw, 67px)/1.1 var(--font-display); letter-spacing: -.05em; }
.study-hero > p:not(.eyebrow) { max-width: 670px; margin-bottom: 26px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.study-colors, .study-type, .study-example { padding-top: 43px; padding-bottom: 54px; border-top: 1px solid var(--line); }
.swatch-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.swatch-grid > div { display: grid; gap: 5px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.swatch-grid i { height: 83px; border-radius: 8px; background: var(--swatch); border: 1px solid rgb(48 43 45 / 9%); }
.swatch-grid strong { margin-top: 5px; color: var(--plum-deep); font-size: 10px; }
.swatch-grid small { color: var(--muted); font: 9px ui-monospace, monospace; }
.type-samples { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.type-samples article { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.type-samples small { color: var(--terracotta); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.type-samples h2 { max-width: 450px; margin: 25px 0 0; color: var(--plum-deep); font: 500 38px/1.16 var(--font-display); }
.type-samples p { max-width: 440px; margin: 25px 0 4px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.study-question { max-width: 620px; padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow); }
.study-question small { color: var(--terracotta); font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.study-question h2 { margin: 16px 0 10px; color: var(--plum-deep); font: 500 29px/1.2 var(--font-display); }
.study-question p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.study-question span { display: inline-block; padding: 7px 9px; border-radius: 999px; background: var(--rose-soft); color: var(--plum); font-size: 8px; font-weight: 750; }
.not-found-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; }
.not-found-page .eyebrow { margin-top: 37px; }
.not-found-page h1 { max-width: 700px; margin-bottom: 27px; color: var(--plum-deep); font: 500 clamp(40px, 6vw, 63px)/1.1 var(--font-display); }

.policy-header .header-inner { border-bottom: 1px solid var(--line); }
.policy-header nav { display: flex; flex-wrap: wrap; gap: 19px; }
.policy-header nav a { color: var(--muted); font-size: 10px; font-weight: 700; text-decoration: none; }
.policy-header nav a:hover, .policy-header nav a[aria-current="page"] { color: var(--plum); }
.legal-page { max-width: 980px; padding-top: 76px; padding-bottom: 92px; }
.legal-eyebrow { margin: 0 0 14px; color: var(--terracotta); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-page h1 { max-width: 780px; margin: 0 0 15px; color: var(--plum-deep); font: 500 clamp(41px, 6vw, 64px)/1.1 var(--font-display); letter-spacing: -.045em; }
.legal-meta { margin: 0 0 27px; color: var(--muted); font-size: 11px; }
.draft-notice { margin: 0 0 34px; padding: 18px 20px; border: 1px solid #e5c7b5; border-left: 5px solid var(--terracotta); border-radius: 10px; background: #fff7f1; color: #493b3b; font-size: 12px; line-height: 1.75; }
.draft-notice strong { display: block; margin-bottom: 4px; color: var(--plum-deep); }
.legal-summary { max-width: 780px; margin: 0 0 27px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.policy-nav { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 46px; }
.policy-nav a { display: inline-flex; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--plum); font-size: 10px; font-weight: 750; text-decoration: none; }
.policy-nav a:hover { border-color: var(--plum); }
.legal-content { max-width: 800px; }
.legal-content section { padding: 26px 0; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.legal-content h2 { margin: 0 0 12px; color: var(--plum-deep); font: 500 27px/1.25 var(--font-display); }
.legal-content h3 { margin: 21px 0 8px; color: var(--plum-deep); font-size: 14px; }
.legal-content p, .legal-content li { color: #5f5759; font-size: 12px; line-height: 1.85; }
.legal-content p { margin: 0 0 12px; }
.legal-content ul, .legal-content ol { display: grid; gap: 7px; margin: 10px 0 14px; padding-left: 21px; }
.legal-content a { color: #66465a; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-callout { margin: 15px 0; padding: 16px 18px; border-radius: 10px; background: #f0f3ed; color: #4b5e4e; font-size: 11px; line-height: 1.75; }
.legal-table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid var(--line); border-radius: 11px; background: white; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 10px; line-height: 1.65; }
.legal-table caption { padding: 13px 15px; color: var(--plum-deep); font-weight: 800; text-align: left; }
.legal-table th, .legal-table td { padding: 12px 14px; border-top: 1px solid var(--line); color: #5f5759; text-align: left; vertical-align: top; }
.legal-table th { background: #f8f5f1; color: var(--plum-deep); font-size: 9px; }
.legal-contact { padding: 17px 19px; border: 1px solid var(--line); border-radius: 11px; background: white; }
.legal-contact p:last-child { margin-bottom: 0; }
.policy-footer .footer-main { flex-wrap: wrap; }
.policy-footer .footer-main nav { flex-wrap: wrap; }

@media (max-width: 680px) {
  .policy-header { height: auto; min-height: 70px; }
  .policy-header .header-inner { min-height: 70px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  .policy-header nav { order: 3; width: 100%; gap: 10px 15px; }
  .policy-header nav a { font-size: 9px; }
  .legal-page { padding-top: 52px; padding-bottom: 65px; }
  .legal-page h1 { font-size: clamp(39px, 11vw, 52px); }
  .legal-summary { font-size: 12px; }
  .legal-content h2 { font-size: 23px; }
  .legal-content p, .legal-content li { font-size: 11px; }
  .legal-table { min-width: 640px; }
}

@media (max-width: 900px) {
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 10px; }
  .header-inner { width: min(100% - 40px, 1280px); }
  .section-shell { width: min(100% - 48px, 1192px); }
  .hero { min-height: 620px; gap: 20px; }
  .hero h1 { font-size: clamp(45px, 6vw, 67px); }
  .hero-art { transform: scale(.9); }
  .floating-note { padding: 9px 12px 9px 9px; }
  .study-card { grid-template-columns: 50px 1fr; gap: 13px 18px; }
  .study-card > a { grid-column: 2; }
}

@media (max-width: 680px) {
  .section-shell { width: calc(100% - 40px); }
  .site-header { height: 70px; }
  .header-inner { width: calc(100% - 40px); gap: 12px; }
  .wordmark { font-size: 25px; }
  .desktop-nav { display: none; }
  .header-cta { gap: 7px; padding: 10px 12px; font-size: 9px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 9px; padding-top: 59px; padding-bottom: 58px; }
  .hero-copy { max-width: none; }
  .hero h1 { max-width: 540px; font-size: clamp(45px, 12vw, 66px); }
  .hero-description { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-footnote { margin-top: 21px; }
  .hero-art { min-height: 400px; margin: -3px 0 3px; transform: none; }
  .art-halo-one { width: 335px; max-width: 88%; }
  .art-halo-two { width: 80%; }
  .art-orbit { width: 320px; height: 160px; }
  .preview-phone { width: 232px; min-height: 372px; padding: 16px; border-width: 6px; }
  .phone-top { margin-bottom: 22px; }
  .prompt-card { margin-top: 16px; padding: 14px 13px 10px; }
  .prompt-card > p { margin: 14px 0 16px; font-size: 17px; }
  .note-question { top: 14%; left: -3%; }
  .note-presence { right: -3%; bottom: 13%; }
  .floating-note strong { font-size: 9px; }
  .floating-note small { font-size: 7px; }
  .note-icon { width: 27px; height: 27px; }
  .art-caption { right: 0; bottom: 1%; font-size: 7px; }
  .scroll-cue { display: none; }
  .intro, .features-section, .team-section { padding-top: 70px; padding-bottom: 73px; }
  .intro-layout, .research-intro, .team-layout, .contact-inner { grid-template-columns: 1fr; gap: 25px; }
  .display-heading { font-size: clamp(37px, 10vw, 51px); }
  .intro-copy p { font-size: 12px; }
  .principle-strip { grid-template-columns: 1fr; gap: 17px; margin-top: 37px; padding-top: 22px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 27px; }
  .section-heading-row > p { max-width: 440px; }
  .feature-grid { grid-template-columns: 1fr; gap: 13px; }
  .feature-illustration { height: 180px; }
  .feature-body { min-height: auto; padding: 19px; }
  .feature-body > p:not(.feature-label) { min-height: auto; }
  .research-inner { padding-top: 71px; padding-bottom: 65px; }
  .research-intro { margin-bottom: 34px; }
  .research-intro > div > p { font-size: 11px; }
  .study-card { grid-template-columns: 44px 1fr; gap: 11px; padding: 20px 0; }
  .study-card h3 { font-size: 17px; }
  .study-card p { font-size: 9px; }
  .study-source { font-size: 7px; }
  .study-card > a { grid-column: 2; font-size: 8px; }
  .research-note { font-size: 8px; }
  .team-layout { gap: 30px; }
  .team-copy > p:not(.team-eyebrow) { font-size: 11px; }
  .portrait-placeholder { min-height: 220px; }
  .psychologist-info { flex-direction: column; }
  .profile-status { align-self: flex-start; }
  .contact-inner { gap: 27px; padding-top: 69px; padding-bottom: 68px; }
  .contact-copy > p { font-size: 11px; }
  .contact-form-card { padding: 20px 17px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 13px; padding-top: 27px; }
  .footer-main nav { flex-wrap: wrap; gap: 14px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .study-label { display: none; }
  .study-hero { padding-top: 62px; padding-bottom: 57px; }
  .study-hero h1 { font-size: 46px; }
  .study-hero > p:not(.eyebrow) { font-size: 12px; }
  .study-colors, .study-type, .study-example { padding-top: 30px; padding-bottom: 40px; }
  .swatch-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .swatch-grid i { height: 58px; }
  .swatch-grid > div { padding: 8px; }
  .swatch-grid strong, .swatch-grid small { font-size: 8px; }
  .type-samples { grid-template-columns: 1fr; }
  .type-samples h2 { font-size: 31px; }
  .type-samples p { font-size: 13px; }
  .study-question { padding: 20px; }
  .study-question h2 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
