/* @section: design-system */
:root {
  color-scheme: light;
  --cream: #f8f1e8;
  --paper: #fdf9f3;
  --blush: #f0e1dc;
  --rose: #b66f67;
  --copper: #a65e50;
  --ink: #17383d;
  --ink-soft: #34555a;
  --plum: #281a2b;
  --sage: #829486;
  --line: rgba(23, 56, 61, 0.17);
  --font-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-serif: Iowan Old Style, Baskerville, "Times New Roman", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; background: var(--cream); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
::selection { background: rgba(182, 111, 103, 0.25); color: var(--ink); }
a { color: inherit; text-decoration: none; }
a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 400; letter-spacing: -0.035em; }
em { font-weight: 400; color: var(--rose); }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: 0.75rem 1rem; background: var(--ink); color: white; transition: top 180ms ease; }
.skip-link:focus { top: 1rem; }
.site-shell { position: relative; overflow: clip; }

/* @section: shared-layout */
.section, .founder-section { position: relative; padding: clamp(6rem, 11vw, 10rem) clamp(1.25rem, 5vw, 5.5rem); }
.section > *, .founder-section > *, .partner-grid, .contact-grid, .header-inner, .site-footer > *, .privacy-strip-inner { width: min(100%, 1440px); margin-inline: auto; }
.eyebrow { margin-bottom: 1.5rem; color: var(--rose); font-family: var(--font-sans); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.22em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: #d8a89f; }
.section-number { position: absolute; top: clamp(2rem, 5vw, 4.5rem); right: clamp(1.25rem, 5vw, 5.5rem); color: rgba(23, 56, 61, 0.2); font-size: 0.68rem; letter-spacing: 0.18em; }
.section-number::before { content: ""; display: inline-block; width: 2.5rem; height: 1px; margin-right: 0.8rem; background: currentColor; vertical-align: middle; }
.section-number-light { color: rgba(248, 241, 232, 0.45); }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; gap: 1.4rem; padding: 0.9rem 1.35rem; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: var(--cream); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.03em; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button span { font-size: 0.9rem; transition: transform 180ms ease; }
.button:hover { transform: translateY(-2px); border-color: var(--rose); background: var(--rose); }
.button:hover span { transform: translate(2px, -2px); }
.button:focus-visible, a:focus-visible { outline: 2px solid var(--rose); outline-offset: 4px; }
.button-small { min-height: 2.7rem; padding-inline: 1.1rem; font-size: 0.67rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.65rem 0; border-bottom: 1px solid rgba(23, 56, 61, 0.4); font-size: 0.73rem; font-weight: 600; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link-light { border-color: rgba(248, 241, 232, 0.38); }
.safety-notice { display: block; max-width: 28rem; margin-top: 0.85rem; color: var(--ink-soft); font-family: var(--font-sans); font-size: 0.68rem; line-height: 1.6; opacity: 0.72; }
.safety-notice-light { color: rgba(248, 241, 232, 0.68); }

/* @section: site-header */
.site-header { position: fixed; z-index: 30; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(23, 56, 61, 0.1); background: rgba(248, 241, 232, 0.96); }
.header-inner { display: grid; min-height: 5rem; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 2rem; }
.wordmark { display: inline-flex; width: max-content; align-items: center; gap: 0.65rem; }
.wordmark img { width: 2.35rem; height: 2.35rem; object-fit: contain; }
.wordmark-copy { display: flex; align-items: baseline; gap: 0.38rem; }
.wordmark-copy strong { font-family: var(--font-serif); font-size: 1rem; font-weight: 500; }
.site-nav { display: flex; gap: clamp(1.25rem, 2.5vw, 2.8rem); }
.site-nav a { position: relative; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.04em; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -0.55rem; left: 0; height: 1px; background: var(--rose); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-header .button { justify-self: end; }

/* @section: hero */
.hero { position: relative; min-height: 100svh; overflow: hidden; padding: 9.5rem clamp(1.25rem, 5vw, 5.5rem) 2.5rem; background: radial-gradient(circle at 78% 18%, rgba(190, 141, 129, 0.18), transparent 24%), linear-gradient(120deg, #fbf6ef 0%, #f7ece2 54%, #f2e1df 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.32; background-image: linear-gradient(rgba(23, 56, 61, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 56, 61, 0.04) 1px, transparent 1px); background-size: 6.25vw 6.25vw; pointer-events: none; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-inner { position: relative; z-index: 2; width: min(100%, 1440px); margin: 0 auto; }
.hero-index { display: flex; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 0.59rem; letter-spacing: 0.17em; text-transform: uppercase; }
.hero-brand-block { display: grid; grid-template-columns: 23% 1fr; align-items: start; margin-top: clamp(2rem, 4vw, 4rem); }
.hero-brand-block .eyebrow { padding-top: 1.5rem; }
.hot-lockup { display: flex; width: min(100%, 31rem); align-items: center; gap: 1rem; }
.hot-lockup img { flex: 0 0 auto; width: min(62%, 18rem); height: auto; object-fit: contain; }
.hot-lockup span { padding-left: 1rem; border-left: 1px solid var(--rose); font-size: 0.63rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.hero-statement { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.45fr); gap: clamp(2rem, 7vw, 8rem); align-items: end; margin-top: clamp(2.5rem, 4.5vw, 5rem); }
.hero h1 { max-width: 13ch; margin-bottom: 0; font-size: clamp(4rem, 8vw, 8.9rem); line-height: 0.83; letter-spacing: -0.06em; }
.hero h1 em { display: inline-block; }
.hero-support { padding-bottom: 0.6rem; }
.hero-support > p { max-width: 26rem; margin-bottom: 2rem; color: var(--ink-soft); font-family: var(--font-serif); font-size: clamp(1.25rem, 1.6vw, 1.65rem); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; }
.hero-audience-note { display: flex; justify-content: space-between; margin-top: clamp(4rem, 8vw, 8rem); padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.57rem; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(182, 111, 103, 0.35); border-radius: 50%; pointer-events: none; }
.hero-orbit::after { content: ""; position: absolute; width: 0.65rem; height: 0.65rem; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 7px rgba(182, 111, 103, 0.11); }
.hero-orbit-one { top: 8%; right: -16rem; width: 38rem; height: 38rem; transform: rotate(-18deg) scaleY(0.38); }
.hero-orbit-one::after { top: 48%; left: 2%; }
.hero-orbit-two { bottom: 4%; left: -10rem; width: 28rem; height: 28rem; opacity: 0.42; transform: rotate(28deg) scaleY(0.34); }
.hero-orbit-two::after { right: 7%; bottom: 24%; }

/* @section: platform */
.platform-section { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: minmax(20rem, 0.88fr) minmax(26rem, 1.12fr); gap: clamp(4rem, 10vw, 10rem); }
.section-intro h2, .audience-heading h2, .partner-grid h2, .founder-copy h2, .contact-grid h2 { margin-bottom: 0; font-size: clamp(3.6rem, 6vw, 6.8rem); line-height: 0.92; }
.editorial-copy { padding-top: 3.2rem; }
.editorial-copy .lead-copy, .founder-copy .lead-copy { font-family: var(--font-serif); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.35; }
.editorial-copy > p:not(.lead-copy), .founder-copy > p:not(.lead-copy):not(.eyebrow):not(.founder-role) { max-width: 42rem; color: var(--ink-soft); }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 3.5rem; border-top: 1px solid var(--line); }
.definition-grid span { display: flex; min-height: 4.8rem; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); font-size: 0.73rem; font-weight: 600; }
.definition-grid span:nth-child(odd) { padding-right: 1rem; border-right: 1px solid var(--line); }
.definition-grid span:nth-child(even) { padding-left: 1.4rem; }
.definition-grid i { width: 0.42rem; height: 0.42rem; border-radius: 50%; background: var(--rose); }

/* @section: audiences */
.audience-section { background: var(--blush); }
.audience-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.48fr); gap: clamp(3rem, 10vw, 10rem); align-items: end; }
.audience-heading h2 { max-width: 12ch; }
.audience-heading > p { max-width: 25rem; margin-bottom: 0.5rem; color: var(--ink-soft); font-size: 0.9rem; }
.audience-list { margin-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--line); }
.audience-row { display: grid; min-height: 9rem; grid-template-columns: 5rem minmax(12rem, 0.7fr) minmax(20rem, 1.3fr) 2rem; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); transition: background 180ms ease, padding 180ms ease; }
.audience-row:hover { padding-inline: 1rem; background: rgba(253, 249, 243, 0.4); }
.row-number { color: var(--rose); font-size: 0.66rem; }
.audience-row h3 { margin: 0; font-size: clamp(1.5rem, 2vw, 2.1rem); }
.audience-row p { margin: 0; color: var(--ink-soft); font-size: 0.86rem; }
.row-mark { color: var(--rose); font-size: 1.1rem; }

/* @section: partners */
.partner-section { position: relative; overflow: hidden; padding: clamp(6rem, 11vw, 10rem) clamp(1.25rem, 5vw, 5.5rem); background: linear-gradient(125deg, #17383d, #1f3036 50%, #34233a); color: var(--cream); }
.partner-section::before { content: ""; position: absolute; inset: 0; opacity: 0.1; background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px); background-size: 6.25vw 6.25vw; }
.partner-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr); gap: clamp(4rem, 10vw, 11rem); }
.partner-grid .section-number { top: auto; right: auto; bottom: -2rem; left: 0; }
.partner-grid h2 { max-width: 11ch; color: var(--cream); }
.partner-copy { align-self: end; }
.partner-copy p { color: rgba(248, 241, 232, 0.73); }
.partner-copy .button { margin-top: 1.5rem; }
.button-light { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.button-light:hover { border-color: var(--rose); background: var(--rose); color: white; }
.partner-glow { position: absolute; top: -18rem; right: -16rem; width: 44rem; height: 44rem; border: 1px solid rgba(216, 168, 159, 0.35); border-radius: 50%; box-shadow: 0 0 120px rgba(182, 111, 103, 0.14) inset; transform: scaleY(0.44) rotate(-18deg); }
.partner-glow::after { content: ""; position: absolute; bottom: 28%; left: 7%; width: 0.8rem; height: 0.8rem; border-radius: 50%; background: #d8a89f; box-shadow: 0 0 0 8px rgba(216, 168, 159, 0.1); }

/* @section: administrator-case */
.administrator-section { background: var(--paper); }
.administrator-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.55fr); gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.administrator-heading h2 { max-width: 12ch; margin-bottom: 0; font-size: clamp(3.6rem, 6vw, 6.8rem); line-height: 0.92; }
.administrator-callout { max-width: 29rem; margin-bottom: 0.45rem; color: var(--ink-soft); font-family: var(--font-serif); font-size: clamp(1.1rem, 1.4vw, 1.4rem); line-height: 1.45; }
.administrator-pain { max-width: 68rem; margin: clamp(4rem, 7vw, 6rem) auto 0; padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 4vw, 3.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--font-serif); font-size: clamp(1.35rem, 2.2vw, 2.15rem); line-height: 1.42; text-align: center; }
.administrator-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.administrator-column { padding: clamp(2rem, 3vw, 3.2rem); }
.administrator-column + .administrator-column { border-left: 1px solid var(--line); }
.administrator-column-patient { background: rgba(240, 225, 220, 0.38); }
.column-label { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 2.2rem; color: var(--rose); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; }
.column-label span { color: var(--ink-soft); }
.administrator-column h3 { margin-bottom: 1.5rem; font-size: clamp(1.8rem, 2.6vw, 2.8rem); line-height: 1.04; }
.column-intro { color: var(--ink-soft); font-size: 0.83rem; }
.administrator-column ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.administrator-column li { position: relative; padding: 1rem 0 1rem 1.2rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.78rem; line-height: 1.58; }
.administrator-column li::before { content: ""; position: absolute; top: 1.55rem; left: 0; width: 0.35rem; height: 0.35rem; border-radius: 50%; background: var(--rose); }
.administrator-column li strong { color: var(--ink); font-weight: 600; }
.administrator-footer { display: flex; justify-content: flex-end; margin-top: clamp(4rem, 7vw, 6rem); }
.administrator-cta { display: flex; width: 100%; max-width: 28rem; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
.administrator-cta p { max-width: 25rem; margin: 0; color: var(--ink-soft); font-size: 0.75rem; }

/* @section: founder */
.founder-section { background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: minmax(19rem, 0.72fr) minmax(26rem, 1.28fr); gap: clamp(4rem, 10vw, 10rem); align-items: center; }
.portrait-wrap { position: relative; padding: 1.4rem 1.4rem 3rem 0; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--blush); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(248, 241, 232, 0.25); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; filter: saturate(0.8) contrast(1.02); transition: transform 600ms cubic-bezier(.2, .7, .2, 1), filter 400ms ease; }
.portrait-wrap:hover img { transform: scale(1.025); filter: saturate(0.96) contrast(1.02); }
.portrait-wrap::before, .portrait-wrap::after { content: ""; position: absolute; z-index: 2; background: var(--rose); }
.portrait-wrap::before { right: 0; bottom: 1.4rem; width: 46%; height: 1px; }
.portrait-wrap::after { right: 1.4rem; bottom: 0; width: 1px; height: 30%; }
.portrait-wrap > span { position: absolute; right: 2.2rem; bottom: 1rem; color: var(--rose); font-size: 0.55rem; letter-spacing: 0.14em; text-transform: uppercase; }
.founder-copy { max-width: 44rem; }
.founder-copy h2 { margin-bottom: 0.5rem; }
.founder-role { margin-bottom: 3rem; color: var(--rose); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.04em; }

/* @section: privacy-commitment */
.privacy-strip { padding: clamp(5rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 5.5rem); background: #344b4a; color: var(--cream); }
.privacy-strip-inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: end; gap: clamp(2.5rem, 8vw, 8rem); }
.privacy-strip .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; color: #d8a89f; }
.privacy-strip h2 { max-width: 12ch; margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: 0.95; }
.privacy-strip p:not(.eyebrow) { max-width: 42rem; margin-bottom: 1.5rem; color: rgba(248, 241, 232, 0.76); }

/* @section: contact */
.contact-section { position: relative; overflow: hidden; padding: clamp(6rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5.5rem); background: var(--plum); color: var(--cream); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(20rem, 0.7fr); gap: clamp(4rem, 10vw, 10rem); align-items: end; }
.contact-grid h2 { max-width: 12ch; color: var(--cream); }
.contact-grid h2 em { color: #d8a89f; }
.contact-details { padding-bottom: 0.5rem; }
.contact-details > a { display: flex; justify-content: space-between; padding-bottom: 1.3rem; border-bottom: 1px solid rgba(248, 241, 232, 0.28); font-family: var(--font-serif); font-size: clamp(1.3rem, 2vw, 1.9rem); }
.contact-details > a span { color: #d8a89f; }
.contact-details p { margin-top: 1.2rem; color: rgba(248, 241, 232, 0.7); font-size: 0.75rem; }
.contact-details small { display: block; max-width: 26rem; color: rgba(248, 241, 232, 0.45); font-size: 0.58rem; line-height: 1.6; }
.contact-details .emergency-note { margin-top: 0.5rem; color: #d8a89f; font-weight: 600; }
.contact-orbit { position: absolute; right: -8rem; bottom: -20rem; width: 40rem; height: 40rem; border: 1px solid rgba(216, 168, 159, 0.2); border-radius: 50%; transform: scaleY(0.43) rotate(18deg); }

/* @section: footer */
.site-footer { padding: 4rem clamp(1.25rem, 5vw, 5.5rem) 2.5rem; background: #1f1423; color: rgba(248, 241, 232, 0.75); }
.footer-top { display: flex; justify-content: space-between; align-items: center; }
.wordmark-light .wordmark-copy strong { color: var(--cream); }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 2rem; font-size: 0.62rem; }
.footer-top nav a:hover { color: #d8a89f; }
.footer-subline { margin-top: 1rem; color: rgba(248, 241, 232, 0.4); font-size: 0.58rem; letter-spacing: 0.08em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(248, 241, 232, 0.12); color: rgba(248, 241, 232, 0.38); font-size: 0.55rem; }

/* @section: privacy-page */
.privacy-page { background: var(--paper); }
.privacy-page .site-header { position: sticky; }
.privacy-main { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 5vw, 5.5rem); }
.privacy-main-inner { width: min(100%, 980px); margin-inline: auto; }
.privacy-heading { padding-bottom: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line); }
.privacy-heading h1 { max-width: 12ch; margin-bottom: 1.5rem; font-size: clamp(3.8rem, 8vw, 7rem); line-height: 0.88; }
.privacy-heading > p:last-child { max-width: 46rem; color: var(--ink-soft); font-family: var(--font-serif); font-size: clamp(1.25rem, 2vw, 1.7rem); }
.privacy-content { padding-top: 2rem; }
.privacy-block { display: grid; grid-template-columns: 12rem 1fr; gap: 2.5rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.privacy-block h2 { margin: 0; color: var(--rose); font-family: var(--font-sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.privacy-block div { max-width: 44rem; }
.privacy-block p, .privacy-block li { color: var(--ink-soft); font-size: 0.9rem; }
.privacy-block ul { margin: 0; padding-left: 1.25rem; }
.privacy-block a { color: var(--copper); text-decoration: underline; text-underline-offset: 3px; }
.privacy-note { margin-top: 3rem; padding: 1.5rem; border-left: 2px solid var(--rose); background: var(--blush); color: var(--ink-soft); font-size: 0.78rem; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-brand-block { grid-template-columns: 1fr; }
  .hero-brand-block .eyebrow { padding-top: 0; }
  .hero-statement { grid-template-columns: 1fr; }
  .hero-support { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; }
  .editorial-grid, .founder-grid { gap: 4rem; }
  .administrator-columns { grid-template-columns: 1fr; }
  .administrator-column + .administrator-column { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .section, .founder-section { padding: 6.5rem 1.25rem; }
  .section-number { top: 2rem; right: 1.25rem; }
  .header-inner { min-height: 4.4rem; padding-inline: 1rem; gap: 0.75rem; }
  .wordmark img { width: 2rem; height: 2rem; }
  .wordmark-copy strong { font-size: 0.88rem; }
  .site-header .button { min-height: 2.35rem; padding: 0.55rem 0.7rem; gap: 0.4rem; font-size: 0.56rem; }
  .hero { min-height: auto; padding: 7.5rem 1.25rem 2rem; }
  .hero-index span:last-child { display: none; }
  .hot-lockup { align-items: flex-end; }
  .hot-lockup img { width: min(62%, 15rem); }
  .hot-lockup span { padding-left: 0.75rem; font-size: 0.5rem; }
  .hero h1 { font-size: clamp(3.65rem, 17vw, 5.6rem); line-height: 0.86; }
  .hero-support { display: block; }
  .hero-support > p { margin-top: 2rem; font-size: 1.2rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: space-between; }
  .hero-audience-note { flex-direction: column; gap: 0.6rem; margin-top: 4rem; font-size: 0.5rem; }
  .hero-orbit-one { right: -23rem; }
  .editorial-grid, .audience-heading, .partner-grid, .administrator-heading, .founder-grid, .contact-grid, .privacy-strip-inner { grid-template-columns: 1fr; gap: 3rem; }
  .section-intro h2, .audience-heading h2, .partner-grid h2, .administrator-heading h2, .founder-copy h2, .contact-grid h2 { font-size: clamp(3.3rem, 14vw, 4.8rem); }
  .administrator-callout { max-width: none; }
  .administrator-pain { padding-inline: 0; text-align: left; }
  .administrator-column { padding: 2rem 0; }
  .administrator-column-patient { margin-inline: -1.25rem; padding-inline: 1.25rem; }
  .administrator-cta { max-width: none; }
  .administrator-cta .button { width: 100%; justify-content: space-between; }
  .editorial-copy { padding-top: 0; }
  .definition-grid { grid-template-columns: 1fr; }
  .definition-grid span:nth-child(odd) { padding-right: 0; border-right: 0; }
  .definition-grid span:nth-child(even) { padding-left: 0; }
  .audience-heading > p { max-width: none; }
  .audience-row { grid-template-columns: 2rem 1fr 1.2rem; gap: 1rem; padding: 1.6rem 0; }
  .audience-row h3 { font-size: 1.65rem; }
  .audience-row p { grid-column: 2 / -1; }
  .audience-row:hover { padding-inline: 0.5rem; }
  .partner-section, .contact-section, .privacy-strip { padding: 6.5rem 1.25rem; }
  .partner-grid .section-number { display: none; }
  .portrait-wrap { width: min(100%, 30rem); margin: 0 auto; padding: 0 0 2.6rem; }
  .portrait-frame { aspect-ratio: 4 / 5; }
  .portrait-frame img { object-position: 50% 38%; }
  .portrait-wrap::before { bottom: 1.1rem; }
  .portrait-wrap::after { right: 0.8rem; }
  .portrait-wrap > span { right: 1.5rem; bottom: 0.75rem; }
  .founder-copy { max-width: none; }
  .privacy-strip .eyebrow { margin-bottom: -1rem; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-top { gap: 2rem; }
  .footer-top nav { gap: 1.5rem; }
  .privacy-block { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 380px) {
  .site-header .button span { display: none; }
  .site-header .button { padding-inline: 0.6rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-brand-block, .hero-statement, .hero-audience-note { animation: rise-in 700ms both cubic-bezier(.2, .7, .2, 1); }
  .hero-statement { animation-delay: 100ms; }
  .hero-audience-note { animation-delay: 200ms; }
  .hero-orbit-one { animation: orbit-breathe 12s ease-in-out infinite alternate; }
  .partner-glow, .contact-orbit { animation: orbit-breathe 14s ease-in-out infinite alternate-reverse; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes orbit-breathe { from { opacity: 0.42; transform: scaleY(0.36) rotate(-18deg); } to { opacity: 0.75; transform: scaleY(0.46) rotate(-11deg); } }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@media print {
  .site-header { position: static; }
  .hero { min-height: auto; }
}
