@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ink: #3f3838;
  --night: #201e1d;
  --paper: #f1ece6;
  --paper-deep: #e2d7ce;
  --coral: #bd8b8d;
  --coral-light: #e5b8b9;
  --sage: #d3b2a1;
  --ink-rgb: 63, 56, 56;
  --night-rgb: 32, 30, 29;
  --paper-rgb: 241, 236, 230;
  --line: rgba(var(--ink-rgb), .18);
  --light-line: rgba(var(--paper-rgb), .22);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.22, .7, .22, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--sans); -webkit-text-size-adjust: 100%; }
body.is-loading { overflow: hidden; }
body::before { content: ''; position: fixed; z-index: 30; inset: 0; pointer-events: none; opacity: .045; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-preloader { position: fixed; z-index: 100; inset: 0; overflow: hidden; background: #d6ae9e; color: var(--ink); transition: visibility 0s linear 1.35s; }
.site-preloader.is-done { visibility: hidden; pointer-events: none; }
.preloader-curtain { position: absolute; z-index: 2; top: -18%; width: 62%; height: 136%; background: linear-gradient(105deg, #c99b8d, #e8cbbb 48%, #b78083); border: 1px solid rgba(255, 247, 235, .45); border-radius: 50%; animation: preloader-curtain-open 1.35s var(--ease) .2s forwards; }
.preloader-curtain-left { left: -26%; transform: rotate(-22deg); transform-origin: center; }
.preloader-curtain-right { right: -26%; transform: rotate(-22deg) scaleX(-1); transform-origin: center; animation-name: preloader-curtain-open-right; }
.preloader-light { position: absolute; z-index: 3; top: -30%; left: 42%; width: 21%; height: 160%; background: rgba(255, 248, 236, .62); filter: blur(28px); transform: rotate(22deg); animation: preloader-light-reveal 1.35s ease-in-out .08s forwards; }
.preloader-content { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; place-items: center; width: min(460px, 78vw); color: var(--ink); text-align: center; transform: translate(-50%, -50%); animation: preloader-content-out .65s ease 1s forwards; }
.preloader-content img { width: min(390px, 70vw); filter: none; }
.preloader-content span { width: 55px; height: 1px; margin: 24px 0 17px; background: currentColor; opacity: .52; }
.preloader-content p { margin: 0; color: #7b5556; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
@keyframes preloader-curtain-open { from { transform: rotate(-22deg) translateX(0) scale(1); } to { transform: rotate(-22deg) translateX(-68%) scale(1.04); } }
@keyframes preloader-curtain-open-right { from { transform: rotate(-22deg) scaleX(-1) scale(1); } to { transform: translateX(68%) rotate(-22deg) scaleX(-1) scale(1.04); } }
@keyframes preloader-light-reveal { from { opacity: .25; transform: rotate(22deg) translateX(-30%); } 50% { opacity: .85; } to { opacity: .2; transform: rotate(22deg) translateX(75%); } }
@keyframes preloader-content-out { from { opacity: 1; transform: translate(-50%, -50%) scale(1); } to { opacity: 0; transform: translate(-50%, -50%) scale(.97); } }
@media (prefers-reduced-motion: reduce) {
  .site-preloader { transition: none; }
  .preloader-curtain, .preloader-light, .preloader-content { animation: none; }
}

.scroll-progress { position: fixed; z-index: 40; top: 0; left: 0; width: 100%; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; transform-origin: left; background: var(--coral); }
.site-header { position: fixed; z-index: 25; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 16px 4.5vw; color: var(--paper); transition: background .45s; }
.site-header.scrolled { background: rgba(var(--night-rgb), .94); backdrop-filter: blur(12px); }
.brand, .footer-brand { display: flex; align-items: center; gap: 8px; }
.brand-logo { display: block; width: 138px; height: auto; filter: brightness(0) invert(1); }
.footer-logo { width: 185px; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid currentColor; font-size: 10px; letter-spacing: .12em; }
.brand-copy, .footer-brand div { display: grid; gap: 0; }
.brand-copy strong, .footer-brand strong { font-size: 15px; letter-spacing: .02em; }
.brand-copy small, .footer-brand small { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .66; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; margin-right: 34px; font-size: 12px; letter-spacing: .05em; }
.desktop-nav a { opacity: .72; transition: opacity .25s; }
.desktop-nav a:hover, .header-cta:hover { opacity: 1; }
.header-cta { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; opacity: .84; }
.header-cta span, .text-link span { margin-left: 7px; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px; background: currentColor; }

.hero { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; min-height: 100dvh; overflow: hidden; padding: 130px 9vw 90px; background: var(--ink); color: var(--paper); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(0deg, rgba(var(--night-rgb), .7), transparent); pointer-events: none; }
.hero-light { position: absolute; top: 8%; right: 12%; width: 50vw; height: 60vw; max-width: 720px; max-height: 790px; border-radius: 50%; background: radial-gradient(ellipse, rgba(var(--paper-rgb), .11), rgba(189, 139, 141, .08) 34%, transparent 68%); filter: blur(12px); transform: rotate(-23deg); }
.hero-grid { position: absolute; inset: 0; opacity: .4; background: radial-gradient(ellipse at 20% 80%, rgba(174, 187, 176, .08), transparent 35%); }
.hero-copy, .hero-presence { position: relative; z-index: 3; }
.hero-copy { max-width: 610px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 27px; color: var(--coral-light); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(189, 139, 141, .18); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 630px; margin-bottom: 32px; font: 400 clamp(4.6rem, 10vw, 9.7rem)/.84 var(--serif); letter-spacing: -.055em; }
h1 em, h2 em, .display-xl em, .display-lg em { color: var(--coral-light); font-style: italic; }
.hero-lede { max-width: 350px; margin-bottom: 0; color: rgba(var(--paper-rgb), .72); font-size: 17px; line-height: 1.4; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 21px; border: 1px solid transparent; font-size: 12px; letter-spacing: .03em; transition: transform .35s var(--ease), background .35s, color .35s; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: scale(.98); }
.button:focus-visible, .support-choice:focus-visible, .menu-toggle:focus-visible, a:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
.button-coral { background: var(--coral); color: var(--ink); }
.button-coral:hover { background: var(--coral-light); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-outline { margin-top: 25px; border-color: currentColor; color: var(--paper); }
.button-outline:hover { background: var(--paper); color: var(--ink); }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; }
.light-link { color: var(--paper); }
.hero-presence { justify-self: end; width: min(31vw, 410px); margin-right: 3.5vw; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 3 / 4; background: #5a4d4a; transform: translateY(calc(var(--scroll-y, 0px) * -1)); }
.portrait-frame::before { content: ''; position: absolute; z-index: 1; inset: 15px; border: 1px solid rgba(var(--paper-rgb), .5); pointer-events: none; }
.portrait-frame::after { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(125deg, transparent 30%, rgba(229, 184, 185, .12), transparent 60%); mix-blend-mode: screen; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.68) contrast(.95); transform: scale(1.03); }
.portrait-note { display: flex; justify-content: space-between; padding-top: 13px; color: rgba(var(--paper-rgb), .55); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.presence-stamp { position: absolute; right: -55px; bottom: 80px; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid rgba(229, 184, 185, .6); border-radius: 50%; color: var(--coral-light); font: italic 17px/1.03 var(--serif); text-align: center; transform: rotate(11deg); }
.hero-orbit { position: absolute; z-index: 1; top: 14%; right: 27%; width: 440px; height: 440px; border: 1px solid rgba(189, 139, 141, .48); border-radius: 50%; transform: rotate(-25deg); opacity: .84; }
.orbit { position: absolute; inset: 35px -25px; border: 1px solid rgba(229, 184, 185, .28); border-radius: 50%; transform: rotate(37deg); }
.orbit-two { inset: 75px -65px; transform: rotate(-61deg); }
.orbit-dot { position: absolute; top: 32px; right: 68px; width: 14px; height: 14px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 12px rgba(189, 139, 141, .12); }
.hero-footer { position: absolute; z-index: 3; right: 9vw; bottom: 32px; left: 9vw; display: flex; align-items: center; gap: 17px; color: rgba(var(--paper-rgb), .55); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-line { width: 70px; height: 1px; background: var(--coral); }
.hero-footer span:last-child { margin-left: auto; }

.threshold { position: relative; padding: 150px 12vw 130px; background: var(--paper); }
.threshold-line { position: absolute; top: 0; left: 50%; width: 1px; height: 100px; background: var(--coral); }
.section-label { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: rgba(var(--ink-rgb), .58); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.threshold-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 11vw; padding: 65px 0 100px; }
.display-xl { max-width: 730px; margin: 0; font: 400 clamp(3.25rem, 6vw, 6.3rem)/.92 var(--serif); letter-spacing: -.05em; }
.threshold-body { max-width: 350px; padding-top: 15px; }
.threshold-body p { margin-bottom: 23px; font-size: 16px; line-height: 1.45; }
.breath-quote { display: flex; align-items: flex-start; justify-content: center; max-width: 440px; gap: 25px; margin: auto; color: rgba(var(--ink-rgb), .74); }
.quote-mark { color: var(--coral); font: 60px/.5 var(--serif); }
.breath-quote p { margin: 0; font: 22px/1.13 var(--serif); }
.breath-line { position: relative; width: min(100%, 500px); height: 42px; margin: 70px auto 0; }
.breath-line::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: var(--line); }
.breath-line span { position: absolute; top: 0; left: 45%; width: 42px; height: 42px; border: 1px solid var(--coral); border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 10px rgba(189, 139, 141, .08); animation: breathe 5s ease-in-out infinite; }

.truth-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 790px; background: var(--paper-deep); }
.truth-image { position: relative; min-height: 650px; overflow: hidden; }
.truth-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.43) sepia(.12); transform: scale(1.05) translateY(calc(var(--scroll-y, 0px) * -1)); }
.image-caption { position: absolute; bottom: 28px; left: 35px; color: var(--paper); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.truth-copy { padding: 13vw 10vw 8vw 8vw; }
.dark-eyebrow { color: rgba(var(--ink-rgb), .56); }
.truth-copy h2, .process-header h2 { margin-bottom: 65px; font: 400 clamp(3.1rem, 5vw, 5.6rem)/.91 var(--serif); letter-spacing: -.055em; }
.truth-list { display: grid; gap: 25px; }
.truth-item { display: grid; grid-template-columns: 115px 1fr; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); }
.truth-item span, .process-step > span { color: var(--coral); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.truth-item p { max-width: 340px; margin: 0; font-size: 15px; }

.stories-section { padding: 125px 12vw 135px; background: var(--paper); }
.stories-layout { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 12vw; padding-top: 68px; }
.display-md { max-width: 600px; margin-bottom: 28px; font: 400 clamp(2.8rem, 5vw, 5.3rem)/.94 var(--serif); letter-spacing: -.05em; }
.stories-heading > p:last-child { max-width: 330px; color: rgba(var(--ink-rgb), .68); font-size: 14px; }
.story-reserve { position: relative; padding: 48px 42px 42px; border: 1px solid var(--line); background: rgba(var(--paper-rgb), .38); }
.story-reserve::after { content: ''; position: absolute; right: -14px; bottom: -14px; z-index: -1; width: 100%; height: 100%; border: 1px solid rgba(var(--ink-rgb), .1); }
.story-quote { display: block; margin-bottom: 22px; color: var(--coral); font: 58px/.5 var(--serif); }
.story-reserve p { max-width: 355px; margin-bottom: 40px; font: 400 25px/1.08 var(--serif); }
.story-caption { color: rgba(var(--ink-rgb), .58); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.interlude { position: relative; display: grid; place-items: center; min-height: 390px; overflow: hidden; background: var(--night); color: var(--paper); }
.interlude-word { position: absolute; top: 47%; color: rgba(var(--paper-rgb), .035); font: 400 clamp(8rem, 24vw, 25rem)/.7 var(--serif); letter-spacing: -.09em; transform: translateY(-50%); }
.interlude-copy { position: relative; z-index: 2; margin: 0; font: 400 clamp(2rem, 4vw, 4rem)/1 var(--serif); text-align: center; }
.interlude-copy em { color: var(--coral-light); }
.interlude-mark { position: absolute; right: 14%; bottom: 23%; color: var(--coral); font-size: 25px; animation: float 6s ease-in-out infinite; }

.about-section { padding: 130px 9vw 150px; background: var(--ink); color: var(--paper); }
.about-intro { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; margin-bottom: 75px; }
.display-lg { margin: 0; font: 400 clamp(3rem, 5.5vw, 6rem)/.9 var(--serif); letter-spacing: -.055em; }
.about-content { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 12vw; }
.about-photo { position: relative; width: min(100%, 410px); justify-self: center; }
.about-photo img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; object-position: center; filter: saturate(.6); }
.photo-stamp { position: absolute; right: -35px; bottom: 36px; display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral-light); font: italic 16px/1 var(--serif); text-align: center; transform: rotate(-12deg); }
.about-text { max-width: 430px; }
.about-text > p { color: rgba(var(--paper-rgb), .76); font-size: 17px; line-height: 1.42; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin: 31px 0; color: var(--coral-light); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.credentials span { padding: 7px 9px; border: 1px solid rgba(229, 184, 185, .33); }
.credentials-title { margin-bottom: -19px; color: var(--coral-light) !important; font-size: 10px !important; letter-spacing: .14em; text-transform: uppercase; }

.ways-section { padding: 125px 9vw 135px; background: var(--night); color: var(--paper); }
.light-label { border-color: var(--light-line); color: rgba(var(--paper-rgb), .55); }
.ways-heading { display: flex; align-items: end; justify-content: space-between; margin: 70px 0 65px; }
.ways-heading h2 { margin: 0; font: 400 clamp(3rem, 6vw, 7rem)/.88 var(--serif); letter-spacing: -.055em; }
.ways-heading p { margin: 25px 0 0; color: var(--coral-light); font: italic 22px/1 var(--serif); }
.ways-orbit { position: relative; display: grid; place-items: center; width: 142px; height: 142px; border: 1px solid rgba(189, 139, 141, .55); border-radius: 50%; color: var(--coral-light); font: italic 15px/1 var(--serif); text-align: center; transform: rotate(10deg); }
.ways-orbit::before { content: ''; position: absolute; inset: 14px -9px; border: 1px solid rgba(229, 184, 185, .27); border-radius: 50%; transform: rotate(48deg); }
.ways-orbit span { position: absolute; top: -5px; right: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
.support-explorer { display: grid; grid-template-columns: 1.07fr .93fr; gap: 9vw; padding-top: 1px; border-top: 1px solid var(--light-line); }
.support-menu { display: grid; align-content: start; }
.support-choice { display: grid; grid-template-columns: 50px 1fr 24px; align-items: center; gap: 10px; padding: 26px 0; border: 0; border-bottom: 1px solid var(--light-line); background: none; color: rgba(var(--paper-rgb), .5); text-align: left; cursor: pointer; transition: color .3s, transform .3s var(--ease); }
.support-choice:hover, .support-choice.is-active { transform: translateX(15px); color: var(--paper); }
.support-choice span { color: var(--coral); font-size: 10px; letter-spacing: .15em; }
.support-choice strong { font: 400 29px/1 var(--serif); }
.support-choice i { color: var(--coral); font-size: 21px; font-style: normal; }
.support-detail { position: relative; align-self: start; padding: 36px 0 0 42px; }
.support-detail::before { content: ''; position: absolute; top: 41px; left: 0; width: 1px; height: 82px; background: var(--coral); }
.detail-kicker { color: var(--coral-light); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.support-detail h3 { margin: 35px 0 15px; font: 400 clamp(2.4rem, 4vw, 4rem)/.94 var(--serif); }
.support-detail p { max-width: 355px; margin-bottom: 31px; color: rgba(var(--paper-rgb), .67); font-size: 15px; }

.process-section { padding: 140px 12vw; background: var(--paper); }
.process-header { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; padding-bottom: 75px; border-bottom: 1px solid var(--line); }
.process-header h2 { margin: 0; }
.process-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5vw; padding-top: 70px; }
.process-step { padding-right: 35px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step h3 { margin: 37px 0 16px; font: 400 29px/1 var(--serif); }
.process-step p { max-width: 250px; color: rgba(var(--ink-rgb), .7); font-size: 14px; }

.pause-section { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 10vw; padding: 130px 12vw; background: var(--paper-deep); }
.pause-copy h2, .faq-column h2, .form-column h2 { margin-bottom: 28px; font: 400 clamp(3rem, 5vw, 5.5rem)/.9 var(--serif); letter-spacing: -.055em; }
.pause-copy > p:not(.eyebrow) { max-width: 390px; color: rgba(var(--ink-rgb), .72); }
.pause-tool { display: grid; justify-items: center; gap: 25px; padding: 48px 30px; border: 1px solid var(--line); background: rgba(var(--paper-rgb), .38); text-align: center; }
.pause-video-shell { display: grid; place-items: center; width: min(100%, 390px); min-height: 230px; overflow: hidden; border: 1px solid rgba(var(--ink-rgb), .16); background: rgba(var(--paper-rgb), .42); }
.pause-video { display: block; width: 100%; max-height: 390px; background: var(--paper); object-fit: contain; }
.pause-orb { position: relative; display: grid; place-items: center; width: 210px; height: 210px; border: 1px solid rgba(var(--ink-rgb), .22); border-radius: 50%; color: var(--ink); }
.pause-orb::before, .pause-orb::after, .pause-orb span { position: absolute; content: ''; border: 1px solid var(--coral); border-radius: 50%; }
.pause-orb::before { inset: 21px; opacity: .32; }
.pause-orb::after { inset: 43px; opacity: .22; }
.pause-orb span { inset: 66px; background: var(--coral); box-shadow: 0 0 0 13px rgba(189, 139, 141, .13); transform: scale(.72); }
.pause-orb.is-breathing span { animation: breathe 8s ease-in-out infinite; }
.pause-orb strong { position: relative; z-index: 1; max-width: 100px; font: italic 19px/1 var(--serif); }
.pause-status { margin: 0; color: rgba(var(--ink-rgb), .62); font-size: 12px; }

.faq-contact-section { display: grid; grid-template-columns: 1fr .9fr; gap: 11vw; padding: 140px 12vw 150px; background: var(--paper); }
.faq-column h2, .form-column h2 { margin-top: 8px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font: 400 22px/1.05 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font: 24px/1 var(--sans); transition: transform .3s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 430px; margin: 0 0 23px; color: rgba(var(--ink-rgb), .7); font-size: 14px; }
.form-column { padding: 5px 0 0 42px; border-left: 1px solid var(--coral); }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: rgba(var(--ink-rgb), .72); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label span { color: rgba(var(--ink-rgb), .48); font-size: 10px; letter-spacing: 0; text-transform: none; }
.contact-form input, .contact-form textarea { width: 100%; resize: vertical; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--ink); font: 16px/1.4 var(--sans); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--coral); box-shadow: 0 1px 0 var(--coral); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(var(--ink-rgb), .42); }
.contact-form .button { justify-self: start; margin-top: 4px; cursor: pointer; }
.form-error { min-height: 18px; margin: 0; color: #8b3e50; font-size: 12px; }
.form-note { max-width: 360px; margin: -2px 0 0; color: rgba(var(--ink-rgb), .55); font-size: 11px; }

.hope-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; background: var(--paper-deep); }
.hope-image { position: relative; overflow: hidden; min-height: 580px; }
.hope-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(var(--night-rgb), .28)); }
.hope-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(.5); transform: scale(1.08) translateY(calc(var(--scroll-y, 0px) * -1)); }
.hope-copy { align-self: center; max-width: 510px; padding: 11vw; }
.hope-number { display: block; margin-bottom: 45px; color: var(--coral); font-size: 11px; letter-spacing: .15em; }
.hope-copy h2 { max-width: 490px; margin-bottom: 25px; font: 400 clamp(2.7rem, 4.7vw, 5rem)/.93 var(--serif); letter-spacing: -.05em; }
.hope-copy > p:not(.eyebrow) { max-width: 340px; color: rgba(var(--ink-rgb), .72); font-size: 16px; }
.hope-copy .button { margin-top: 20px; }

.closing-section { position: relative; overflow: hidden; padding: 165px 20px 175px; background: var(--coral); color: var(--ink); text-align: center; }
.closing-section .eyebrow { justify-content: center; color: var(--ink); }
.closing-section .eyebrow-dot { background: var(--ink); box-shadow: 0 0 0 5px rgba(var(--ink-rgb), .13); }
.closing-section h2 { position: relative; z-index: 1; margin: 0 auto 32px; font: 400 clamp(3.5rem, 7vw, 8rem)/.88 var(--serif); letter-spacing: -.055em; }
.closing-section h2 em { color: var(--ink); }
.closing-copy { position: relative; z-index: 1; max-width: 430px; margin: 0 auto 32px; font-size: 16px; }
.closing-note { position: relative; z-index: 1; margin: 50px 0 0; font-size: 13px; line-height: 1.45; }
.button-icon { font-size: 19px; }
.closing-orbit { position: absolute; top: 50%; left: 50%; width: 650px; height: 650px; border: 1px solid rgba(var(--ink-rgb), .2); border-radius: 50%; transform: translate(-50%, -50%) rotate(25deg); }
.closing-orbit::after { content: ''; position: absolute; inset: 60px -20px; border: 1px solid rgba(var(--ink-rgb), .14); border-radius: 50%; transform: rotate(-52deg); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 58px 9vw 28px; background: var(--night); color: var(--paper); }
.footer-contact { display: grid; gap: 7px; color: rgba(var(--paper-rgb), .72); font-size: 13px; }
.footer-contact a:first-child { color: var(--coral-light); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 30px; padding-top: 19px; border-top: 1px solid var(--light-line); color: rgba(var(--paper-rgb), .52); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.chatbot { position: fixed; z-index: 22; right: 24px; bottom: 24px; }
.floating-contact { position: relative; display: flex; align-items: center; gap: 10px; overflow: visible; padding: 8px 17px 8px 8px; border: 1px solid rgba(var(--paper-rgb), .45); border-radius: 999px; background: linear-gradient(135deg, var(--coral-light), var(--coral)); color: var(--ink); box-shadow: 0 14px 34px rgba(var(--ink-rgb), .3); font: inherit; cursor: pointer; isolation: isolate; animation: chatbot-float 4.8s ease-in-out infinite; transition: transform .25s var(--ease), background .25s, box-shadow .25s; }
.floating-contact::before { position: absolute; z-index: -1; inset: -7px; border: 1px solid rgba(229, 184, 185, .78); border-radius: inherit; content: ''; pointer-events: none; animation: chatbot-ping 3.2s ease-out infinite; }
.floating-contact::after { position: absolute; z-index: -1; top: 2px; bottom: 2px; left: -30%; width: 24%; border-radius: inherit; background: rgba(var(--paper-rgb), .45); content: ''; filter: blur(4px); pointer-events: none; transform: skewX(-18deg); animation: chatbot-shimmer 4.5s ease-in-out 1.2s infinite; }
.floating-contact:hover { transform: translateY(-5px) scale(1.03); box-shadow: 0 17px 38px rgba(var(--ink-rgb), .37); }
.chatbot.is-open .floating-contact { animation-play-state: paused; }
.chatbot-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(var(--ink-rgb), .4); border-radius: 50%; background: rgba(var(--paper-rgb), .42); font-size: 23px; line-height: 1; }
.chatbot-label { position: relative; z-index: 1; display: grid; gap: 1px; text-align: left; }
.chatbot-label strong { font: 500 11px/1.1 var(--sans); letter-spacing: .02em; }
.chatbot-label small { font-size: 10px; line-height: 1.15; letter-spacing: .03em; }
.chatbot-badge { position: absolute; z-index: 2; top: -7px; right: -3px; display: grid; place-items: center; width: 18px; height: 18px; border: 2px solid var(--coral); border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 13px; line-height: 1; }
.floating-contact:focus-visible { outline: 2px solid var(--paper); outline-offset: 5px; }
.chatbot-panel { position: absolute; right: 0; bottom: 70px; display: grid; width: min(350px, calc(100vw - 30px)); overflow: hidden; border: 1px solid rgba(var(--paper-rgb), .35); background: var(--paper); color: var(--ink); box-shadow: 0 22px 55px rgba(var(--ink-rgb), .3); opacity: 0; pointer-events: none; transform: translateY(14px) scale(.97); transform-origin: bottom right; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.chatbot.is-open .chatbot-panel { opacity: 1; pointer-events: auto; transform: none; }
.chatbot-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 20px 20px 18px; background: var(--ink); color: var(--paper); }
.chatbot-head > div { display: grid; gap: 4px; }
.chatbot-head strong { font: 400 20px/1 var(--serif); }
.chatbot-head small { color: rgba(var(--paper-rgb), .62); font-size: 10px; letter-spacing: .04em; }
.chatbot-status { width: 7px; height: 7px; margin-bottom: 5px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(189, 139, 141, .16); }
.chatbot-close { padding: 0; border: 0; background: none; color: var(--paper); font-size: 26px; line-height: .8; cursor: pointer; }
.chatbot-intro { display: flex; align-items: center; gap: 12px; padding: 18px 20px 13px; }
.chatbot-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; border: 1px solid var(--coral); color: var(--coral); font-size: 9px; letter-spacing: .1em; }
.chatbot-intro p { margin: 0; color: rgba(var(--ink-rgb), .72); font-size: 13px; line-height: 1.3; }
.chatbot-options { display: grid; gap: 0; padding: 0 20px; }
.chatbot-options button { display: grid; grid-template-columns: 28px 1fr; gap: 8px; align-items: center; padding: 13px 0; border: 0; border-top: 1px solid var(--line); background: none; color: var(--ink); text-align: left; font-size: 12px; cursor: pointer; transition: color .2s, transform .2s var(--ease); }
.chatbot-options button:hover { color: var(--coral); transform: translateX(5px); }
.chatbot-options button span { color: var(--coral); font-size: 9px; letter-spacing: .1em; }
.chatbot-answer { display: grid; gap: 11px; min-height: 0; margin: 0 20px 20px; padding: 0; border-top: 0; color: rgba(var(--ink-rgb), .78); font-size: 13px; line-height: 1.4; }
.chatbot-answer.has-answer { margin-top: 7px; padding-top: 14px; border-top: 1px solid var(--line); }
.chatbot-answer strong { font: 400 21px/1 var(--serif); color: var(--ink); }
.chatbot-answer a { justify-self: start; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(25px); clip-path: inset(0 0 8% 0); transition: opacity .9s var(--ease), transform .9s var(--ease), clip-path .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; clip-path: inset(0); }
.reveal-delay { transition-delay: .13s; }
@keyframes breathe { 0%, 100% { transform: scale(.72); opacity: .55; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(8deg); } }
@keyframes chatbot-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes chatbot-ping { 0% { opacity: .7; transform: scale(.88); } 70%, 100% { opacity: 0; transform: scale(1.16); } }
@keyframes chatbot-shimmer { 0%, 55%, 100% { transform: translateX(-180%) skewX(-18deg); } 72% { transform: translateX(560%) skewX(-18deg); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; clip-path: none; transition: none; }
  .breath-line span, .interlude-mark, .floating-contact, .floating-contact::before, .floating-contact::after { animation: none; }
}

@media (max-width: 800px) {
  .site-header { padding: calc(13px + env(safe-area-inset-top)) 6vw 13px; }
  .brand-logo { width: 120px; }
  .footer-logo { width: 170px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; min-width: 44px; min-height: 44px; padding: 8px 0 8px 8px; }
  .site-header.menu-open { background: var(--night); }
  .site-header.menu-open .desktop-nav { position: absolute; top: calc(70px + env(safe-area-inset-top)); right: 0; left: 0; display: grid; gap: 18px; padding: 24px 6vw 28px; background: var(--night); }
  .site-header.menu-open .desktop-nav a { min-height: 44px; display: flex; align-items: center; }
  .hero { grid-template-columns: 1fr; min-height: max(850px, 100svh); padding: calc(115px + env(safe-area-inset-top)) 8vw 100px; }
  .hero-copy { align-self: start; }
  .hero-presence { position: absolute; right: 8vw; bottom: 75px; width: 46vw; max-width: 280px; margin: 0; }
  .hero-orbit { top: 33%; right: -14%; width: 330px; height: 330px; }
  .presence-stamp { right: -30px; bottom: 50px; width: 88px; height: 88px; font-size: 13px; }
  .hero-footer { right: 8vw; bottom: 30px; left: 8vw; }
  .threshold { padding: 110px 8vw 100px; }
  .threshold-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 45px; padding-bottom: 70px; }
  .threshold-body { max-width: 500px; }
  .truth-section, .hope-section { grid-template-columns: 1fr; }
  .truth-image, .hope-image { min-height: 420px; max-height: 600px; }
  .truth-copy { padding: 90px 8vw 110px; }
  .interlude { min-height: 310px; }
  .stories-section { padding: 95px 8vw 105px; }
  .stories-layout, .pause-section, .faq-contact-section { grid-template-columns: 1fr; gap: 55px; }
  .stories-layout { padding-top: 48px; }
  .story-reserve { max-width: 500px; }
  .about-section { padding: 100px 8vw 110px; }
  .about-intro { grid-template-columns: 1fr; gap: 30px; margin-bottom: 55px; }
  .about-content { grid-template-columns: 1fr; gap: 65px; }
  .about-photo { justify-self: start; width: min(85%, 360px); }
  .ways-section { padding: 95px 8vw 105px; }
  .ways-heading { display: block; margin: 55px 0 45px; }
  .ways-orbit { display: none; }
  .support-explorer { grid-template-columns: 1fr; gap: 40px; }
  .support-detail { padding: 0 0 0 30px; }
  .support-detail::before { top: 4px; }
  .process-section { padding: 100px 8vw; }
  .process-header { grid-template-columns: 1fr; gap: 35px; padding-bottom: 55px; }
  .process-track { grid-template-columns: 1fr; gap: 0; padding-top: 15px; }
  .process-step { padding: 40px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 22px; }
  .hope-copy { max-width: none; padding: 95px 8vw 110px; }
  .pause-section, .faq-contact-section { padding: 100px 8vw 110px; }
  .form-column { padding: 0; border-top: 1px solid var(--coral); border-left: 0; padding-top: 55px; }
  .site-footer { grid-template-columns: 1fr; gap: 35px; padding: 50px 8vw calc(28px + env(safe-area-inset-bottom)); }
  .footer-bottom { grid-column: auto; margin-top: 12px; }
  .floating-contact { min-height: 48px; }
  .chatbot { right: max(15px, env(safe-area-inset-right)); bottom: calc(15px + env(safe-area-inset-bottom)); }
  .chatbot-panel { right: 0; bottom: 76px; max-height: min(72svh, 520px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .chatbot-options button { min-height: 48px; }
  .button, .text-link { min-height: 44px; }
}

@media (max-width: 430px) {
  h1 { font-size: 4.15rem; }
  .hero { min-height: max(760px, 100svh); padding-top: calc(110px + env(safe-area-inset-top)); }
  .hero-lede { max-width: 260px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-presence { right: 6vw; bottom: 76px; width: 39vw; }
  .presence-stamp { display: none; }
  .portrait-note { font-size: 7px; }
  .hero-footer { font-size: 8px; }
  .display-xl, .display-lg { font-size: 3.35rem; }
  .truth-copy h2, .process-header h2, .ways-heading h2 { font-size: 3.5rem; }
  .display-md { font-size: 3.35rem; }
  .truth-item { grid-template-columns: 95px 1fr; }
  .support-choice strong { font-size: 23px; }
  .closing-section h2 { font-size: 3.5rem; }
  .floating-contact { padding: 7px 13px 7px 7px; }
  .chatbot-icon { width: 37px; height: 37px; }
  .chatbot-label strong { font-size: 10px; }
  .chatbot-label small { display: none; }
  .chatbot-panel { width: min(360px, calc(100vw - 20px)); right: -5px; }
}

/* Hero direction: option 04, with the face protected as the visual focal point. */
.breathing-hero { display: block; min-height: 100dvh; padding: 0; background: var(--ink); }
.breathing-hero::after { z-index: 1; height: 42%; background: linear-gradient(0deg, rgba(var(--night-rgb), .78), transparent); }
.breathing-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.52) brightness(.78); transform: scale(1.06) translateY(calc(var(--scroll-y, 0px) * -1)); transition: transform .16s linear; animation: hero-image-reveal 1.2s var(--ease) both; }
.breathing-wash { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 54% 50%, transparent 0 21%, rgba(var(--night-rgb), .32) 58%, rgba(var(--night-rgb), .66)), linear-gradient(90deg, rgba(var(--night-rgb), .84) 0%, rgba(var(--night-rgb), .6) 30%, rgba(var(--night-rgb), .1) 62%, rgba(var(--night-rgb), .28)); }
.breathing-content { position: absolute; z-index: 4; bottom: 86px; left: 8vw; max-width: 390px; }
.breathing-content h1 { max-width: 380px; margin-bottom: 26px; font-size: clamp(4.2rem, 7.5vw, 7.7rem); }
.breathing-content .hero-lede { max-width: 300px; }
.breathing-content .hero-actions { margin-top: 28px; }
.breathing-content.reveal.is-visible .eyebrow { animation: hero-copy-rise .7s var(--ease) .08s both; }
.breathing-content.reveal.is-visible h1 { animation: hero-copy-rise .8s var(--ease) .18s both; }
.breathing-content.reveal.is-visible .hero-lede { animation: hero-copy-rise .7s var(--ease) .31s both; }
.breathing-content.reveal.is-visible .hero-actions { animation: hero-copy-rise .7s var(--ease) .42s both; }
.breathing-ring { position: absolute; z-index: 2; top: 50%; left: 54%; width: 250px; height: 250px; border: 1px solid rgba(229, 184, 185, .55); border-radius: 50%; transform: translate(-50%, -50%); animation: breathing-pulse 6s ease-in-out infinite; }
.breathing-ring::after { content: ''; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); transform: translate(-50%, -50%); box-shadow: 0 0 0 10px rgba(189, 139, 141, .12); }
.breathing-ring.ring-two { width: 390px; height: 390px; opacity: .42; animation-delay: -1.5s; }
.breathing-ring.ring-three { width: 560px; height: 560px; opacity: .2; animation-delay: -3s; }
.breathing-caption { position: absolute; z-index: 4; bottom: 30px; left: 8vw; color: rgba(var(--paper-rgb), .63); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.breathing-hero .hero-footer { z-index: 4; right: 8vw; bottom: 30px; left: auto; width: 34%; }
.breathing-hero .hero-footer span:last-child { margin-left: auto; }
@keyframes breathing-pulse { 0%, 100% { transform: translate(-50%, -50%) scale(.84); opacity: .42; } 50% { transform: translate(-50%, -50%) scale(1.08); opacity: .9; } }
@keyframes hero-image-reveal { from { opacity: 0; filter: saturate(.2) brightness(.66); } to { opacity: 1; filter: saturate(.52) brightness(.78); } }
@keyframes hero-copy-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .breathing-ring, .breathing-image, .breathing-content.reveal.is-visible .eyebrow, .breathing-content.reveal.is-visible h1, .breathing-content.reveal.is-visible .hero-lede, .breathing-content.reveal.is-visible .hero-actions { animation: none; }
}

@media (max-width: 800px) {
  .breathing-hero { min-height: max(850px, 100svh); }
  .breathing-hero::before { position: absolute; z-index: 0; inset: -7%; display: block; background: url('/assets/hero-lore.png') center / cover no-repeat; filter: blur(24px) saturate(.55) brightness(.56); opacity: .88; transform: scale(1.12); content: ''; }
  .breathing-image { z-index: 0; object-position: center; object-fit: contain; background: transparent; filter: saturate(.58) brightness(.8); transform: none; }
  .breathing-wash { background: linear-gradient(90deg, rgba(var(--night-rgb), .86), rgba(var(--night-rgb), .46) 45%, rgba(var(--night-rgb), .18)), linear-gradient(0deg, rgba(var(--night-rgb), .58), transparent 52%); }
  .breathing-content { right: 8vw; bottom: calc(115px + env(safe-area-inset-bottom)); left: 8vw; max-width: 310px; }
  .breathing-content h1 { margin-bottom: 20px; font-size: clamp(3.7rem, 14vw, 6.4rem); }
  .breathing-content .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .breathing-ring { top: 50%; left: 64%; width: 190px; height: 190px; }
  .breathing-ring.ring-two { width: 300px; height: 300px; }
  .breathing-ring.ring-three { width: 420px; height: 420px; }
  .breathing-caption { bottom: calc(27px + env(safe-area-inset-bottom)); left: 8vw; font-size: 8px; }
  .breathing-hero .hero-footer { right: 8vw; bottom: calc(48px + env(safe-area-inset-bottom)); left: auto; width: 44%; font-size: 8px; }
  .breathing-hero .hero-footer span:first-child, .breathing-hero .hero-footer .scroll-line { display: none; }
}

@media (max-width: 430px) {
  .breathing-hero { min-height: max(760px, 100svh); }
  .breathing-content { bottom: calc(105px + env(safe-area-inset-bottom)); }
  .breathing-content h1 { font-size: 4.15rem; }
  .breathing-caption { letter-spacing: .1em; }
}

/* Mobile composition pass: preserve the refuge without carrying desktop math into a phone. */
@media (max-width: 767px) {
  html { width: 100%; overflow-x: clip; scroll-padding-top: 72px; }
  body { width: 100%; max-width: 100%; overflow-x: clip; font-size: 16px; }
  main, .site-footer { width: 100%; max-width: 100%; overflow: hidden; }
  img, video, iframe { max-width: 100%; }
  section[id] { scroll-margin-top: 72px; }

  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand-logo { width: 104px; }
  .menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; }
  .menu-toggle span { width: 21px; margin: 4px 0; }
  .site-header.menu-open .desktop-nav { top: 68px; padding: 18px 24px 22px; }

  .breathing-hero { min-height: max(760px, 100svh); }
  .breathing-hero::before { background-position: center 13%; }
  .breathing-image { object-position: center 13%; }
  .breathing-content { right: 24px; bottom: 92px; left: 24px; max-width: none; }
  .breathing-content h1 { max-width: 300px; margin-bottom: 18px; font-size: clamp(3.15rem, 15vw, 4.7rem); line-height: .84; text-wrap: balance; }
  .breathing-content .hero-lede { max-width: 270px; font-size: 15px; }
  .breathing-content .hero-actions { gap: 14px; margin-top: 24px; }
  .breathing-content .button { width: min(100%, 260px); }
  .breathing-ring { left: 70%; width: 180px; height: 180px; pointer-events: none; }
  .breathing-ring.ring-two { width: 286px; height: 286px; }
  .breathing-ring.ring-three { width: min(104vw, 390px); height: min(104vw, 390px); }
  .breathing-caption { bottom: 23px; left: 24px; max-width: 190px; font-size: 7px; line-height: 1.2; }
  .breathing-hero .hero-footer { right: 24px; bottom: 25px; width: auto; font-size: 7px; }
  .breathing-hero .hero-footer span:first-child, .breathing-hero .hero-footer .scroll-line { display: none; }

  .threshold { padding: 84px 24px 88px; }
  .threshold-line { height: 64px; }
  .section-label { gap: 16px; font-size: 8px; }
  .threshold-grid { gap: 32px; padding: 48px 0 64px; }
  .display-xl, .display-lg, .display-md { max-width: 100%; font-size: clamp(3rem, 13vw, 4.2rem); line-height: .92; text-wrap: balance; }
  .threshold-body { max-width: 100%; padding-top: 0; }
  .threshold-body p { font-size: 15px; }
  .breath-quote { gap: 14px; max-width: 100%; justify-content: flex-start; }
  .quote-mark { font-size: 47px; }
  .breath-quote p { font-size: 19px; }
  .breath-line { margin-top: 54px; }

  .truth-image, .hope-image { min-height: min(108vw, 420px); max-height: none; }
  .truth-copy { padding: 76px 24px 88px; }
  .truth-copy h2, .process-header h2, .ways-heading h2 { margin-bottom: 42px; font-size: clamp(2.9rem, 12vw, 4rem); }
  .truth-list { gap: 22px; }
  .truth-item { grid-template-columns: 1fr; gap: 8px; padding-top: 15px; }
  .truth-item p { max-width: 100%; font-size: 15px; }

  .interlude { min-height: 280px; padding: 48px 24px; }
  .interlude-word { font-size: 8rem; }
  .interlude-copy { font-size: clamp(1.9rem, 8vw, 2.7rem); }

  .stories-section, .ways-section, .process-section, .pause-section, .faq-contact-section { padding-right: 24px; padding-left: 24px; }
  .stories-section { padding-top: 78px; padding-bottom: 88px; }
  .stories-layout { gap: 42px; padding-top: 42px; }
  .stories-heading > p:last-child, .story-reserve p { max-width: 100%; }
  .story-reserve { padding: 34px 24px 30px; }
  .story-reserve p { font-size: 22px; }

  .about-section { padding: 82px 24px 92px; }
  .about-intro { margin-bottom: 52px; }
  .about-content { gap: 48px; }
  .about-photo { width: min(100%, 330px); }
  .photo-stamp { right: -18px; bottom: 22px; width: 70px; height: 70px; font-size: 13px; }
  .about-text > p { font-size: 16px; }
  .credentials { gap: 7px; }

  .ways-section { padding-top: 78px; padding-bottom: 88px; }
  .ways-heading { margin: 46px 0 38px; }
  .ways-heading p { margin-top: 18px; font-size: 19px; }
  .support-explorer { gap: 32px; }
  .support-choice { grid-template-columns: 38px 1fr 22px; gap: 8px; min-height: 68px; padding: 18px 0; }
  .support-choice strong { font-size: clamp(1.35rem, 6vw, 1.7rem); line-height: 1.05; }
  .support-choice:hover, .support-choice.is-active { transform: none; }
  .support-detail { padding: 0 0 0 24px; }
  .support-detail h3 { margin-top: 27px; font-size: clamp(2.2rem, 10vw, 3.2rem); }

  .process-section { padding-top: 82px; padding-bottom: 88px; }
  .process-header { gap: 27px; padding-bottom: 42px; }
  .process-track { padding-top: 0; }
  .process-step { padding: 30px 0; }
  .process-step h3 { margin-top: 19px; font-size: 25px; }

  .pause-section, .faq-contact-section { gap: 42px; padding-top: 82px; padding-bottom: 92px; }
  .pause-copy h2, .faq-column h2, .form-column h2 { font-size: clamp(2.9rem, 12vw, 4rem); }
  .pause-tool { gap: 20px; padding: 28px 18px; }
  .pause-video-shell { width: 100%; min-height: 0; }
  .pause-video { height: auto; max-height: none; aspect-ratio: 1168 / 768; }
  .pause-orb { width: min(210px, 64vw); height: min(210px, 64vw); }
  .form-column { padding-top: 42px; }
  .contact-form input, .contact-form textarea { font-size: 16px; }

  .hope-copy { padding: 78px 24px 88px; }
  .hope-copy h2 { font-size: clamp(2.8rem, 11vw, 4rem); }
  .closing-section { padding: 100px 24px 112px; }
  .closing-section h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .closing-copy { max-width: 330px; }

  .site-footer { gap: 28px; padding: 44px 24px calc(90px + env(safe-area-inset-bottom)); }
  .footer-logo { width: 150px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .chatbot { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); left: 14px; display: flex; justify-content: flex-end; }
  .floating-contact { max-width: 100%; min-height: 50px; padding: 7px 14px 7px 7px; }
  .chatbot-panel { right: 0; width: min(360px, calc(100vw - 28px)); bottom: 72px; }
  .chatbot-head { padding: 17px 16px 15px; }
  .chatbot-intro { padding: 15px 16px 11px; }
  .chatbot-options { padding: 0 16px; }
  .chatbot-answer { margin-right: 16px; margin-left: 16px; }
}

@media (max-width: 360px) {
  .site-header { padding-right: 14px; padding-left: 14px; }
  .brand-logo { width: 96px; }
  .breathing-content { right: 20px; left: 20px; }
  .breathing-content h1 { font-size: clamp(2.9rem, 14vw, 3.8rem); }
  .threshold, .truth-copy, .about-section, .ways-section, .process-section, .pause-section, .faq-contact-section, .hope-copy, .site-footer { padding-right: 20px; padding-left: 20px; }
  .chatbot { right: 10px; left: 10px; }
  .chatbot-panel { width: calc(100vw - 20px); }
}
