/* Illustrated, scroll-led experience. Loaded after the original site styles. */
:root {
  /* Illustration colours sit alongside the original navy brand colour. */
  --palette-orange: #f1562c;
  --palette-pink: #ffcddf;
  --palette-blue: #0085de;
  --palette-deep: #211ea3;
  --palette-paper: #f3f4ef;
  --palette-ink: #080908;
  --palette-rule: color-mix(in srgb, var(--palette-deep) 25%, transparent);
  --palette-pink-shadow: color-mix(in srgb, var(--palette-pink) 85%, var(--palette-orange));
  --cobalt: var(--palette-deep);
  --cream: var(--palette-paper);
  --ink: var(--palette-deep);
  --coral: var(--palette-orange);
  --coral-hot: var(--palette-orange);
  --blue: var(--palette-blue);
  --blue-deep: var(--palette-deep);
  --pink: var(--palette-pink);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

html, body { overflow-x: clip; }
body { background: var(--cobalt); }
::selection { background: var(--palette-pink); color: var(--palette-deep); }
.page { background: var(--cream); }
.site-header { background: var(--cream); transition: box-shadow 300ms, background 300ms; }
.site-header.is-scrolled { background: var(--palette-paper); box-shadow: 0 4px 24px #211ea30a; }
.reading-progress { position: absolute; inset: auto 0 0; height: 2px; overflow: hidden; }
.reading-progress span { display: block; height: 100%; background: var(--coral); transform: scaleX(0); transform-origin: left; }
.brand-title, .brand-subtitle, .nav-link { color: var(--cobalt); }
.nav-link::after { transform-origin: left; }
.nav-link:hover::after { transform: scaleX(1); }
.btn { border-radius: 999px; padding: 1rem 1.5rem; transition: background 250ms, box-shadow 250ms, transform 350ms var(--ease-out); }
.btn-primary { background: var(--palette-deep); color: var(--palette-paper); }
.btn-primary:hover { background: #161c77; color: var(--palette-paper); box-shadow: 0 8px 25px #211ea322; }
[data-magnetic] { translate: var(--magnet-x, 0px) var(--magnet-y, 0px); }
.lang-toggle { border-radius: 999px; }
.lang-toggle, .icon-btn { border-color: var(--palette-rule); color: var(--palette-deep); }
.lang-toggle .is-current, .lang-toggle .is-muted { color: var(--palette-deep); }
.lang-toggle:hover, .icon-btn:hover { background: var(--palette-pink); }
.lang-toggle .is-current { font-weight: 700; }
.lang-toggle .is-muted { font-weight: 500; }
a:focus-visible, button:focus-visible { outline-color: currentColor; }
.motion-toggle { position: fixed; z-index: 45; bottom: 1rem; right: 1rem; display: flex; align-items: center; gap: .5rem; padding: .65rem .9rem; min-height: 40px; color: var(--cobalt); background: var(--cream); border: 1px solid var(--palette-rule); border-radius: 999px; box-shadow: 0 4px 18px #211ea30c; font-size: .7rem; cursor: pointer; }
.motion-toggle[aria-pressed="true"] { background: var(--cobalt); color: var(--cream); border-color: #ffffff50; }
.motion-toggle[aria-pressed="true"] svg { transform: rotate(90deg); }

/* The illustration has separate layers, so scroll and pointer effects compose. */
main { background: var(--cobalt); padding-top: 1rem; }
.hero { position: relative; display: block; min-height: 0; margin: 0 1rem; padding: clamp(2.5rem, 4.5vw, 5rem) 0 5.5rem; border-radius: 2rem 2rem 0 0; background: var(--cream); color: var(--cobalt); overflow: clip; }
.hero .container { width: min(100% - 5rem, 84rem); max-width: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); align-items: center; gap: 0; min-height: 0; }
.hero-copy { position: relative; z-index: 2; display: grid; align-content: center; gap: 1.8rem; margin: 0; min-height: 0; }
.hero-kicker { color: var(--cobalt); font-size: .7rem; letter-spacing: .1em; gap: .6rem; align-items: center; }
.hero-kicker::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.display { margin: 0; max-width: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.1rem, 7.5vw, 7.8rem); font-weight: 400; line-height: .99; letter-spacing: -.065em; color: var(--cobalt); text-wrap: initial; overflow-wrap: normal; }
.hero-title-line { display: block; overflow: hidden; padding-bottom: .11em; margin-bottom: -.08em; }
.hero-title-line > span { display: block; animation: title-arrive 1.1s var(--ease-out) both; }
.hero-title-accent > span { animation-delay: 130ms; }
.hero-title-accent { font-style: italic; }
.hero-description { max-width: 32rem; margin: 0; font-size: 1rem; line-height: 1.7; color: #30365ce0; animation: scene-arrive 950ms var(--ease-out) 350ms both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; margin: 0; animation: scene-arrive 950ms var(--ease-out) 450ms both; }
.hero-actions .btn { width: auto; min-height: 3.3rem; padding: 1rem 1.6rem; font-size: .9rem; background: var(--coral); }
.hero-actions .btn:hover { background: #d5462b; }
.hero-explore { display: flex; gap: .8rem; align-items: center; font-size: .87rem; font-weight: 500; }
.hero-explore span { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border: 1px solid #242b9b40; border-radius: 50%; font-size: 1.2rem; transition: transform 350ms var(--ease-out); }
.hero-explore:hover span { transform: rotate(45deg); }
.hero-art { position: relative; display: block; min-height: 0; width: 100%; align-self: center; transform: translateY(var(--parallax-y, 0px)); }
.hero-art-field { width: 100%; height: clamp(26rem, 44vw, 42rem); min-height: 0; padding: 0; background: transparent; border-radius: 0; overflow: visible; transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform 600ms var(--ease-out); }
.hero-orbit { position: absolute; width: 85%; aspect-ratio: 1; border: 1px solid #242b9b23; border-radius: 50%; top: 11%; left: 8%; transform: rotate(calc(var(--hero-progress, 0) * 35deg)) scale(calc(1 + var(--hero-progress, 0) * .08)); }
.hero-orbit::after { content: ""; position: absolute; inset: -7%; border: 1px dashed #242b9b20; border-radius: 50%; }
.hero-figure { position: absolute; inset: 0 -10%; animation: scene-arrive 1.2s var(--ease-out) 180ms both; }
.hero-figure img { width: 100%; height: 100%; max-height: none; max-width: none; margin: 0; object-fit: contain; animation: gentle-float 7s ease-in-out 1.4s infinite; transform-origin: 50% 80%; }
.hero-art img.hero-petal { position: absolute; width: 29%; height: auto; margin: 0; max-height: none; max-width: none; z-index: 3; animation: petal-drift 10s ease-in-out infinite; }
.hero-art img.petal-one { top: 2%; right: -1%; rotate: -18deg; }
.hero-art img.petal-two { left: -10%; bottom: 8%; width: 25%; animation-delay: -4s; rotate: 18deg; }
.art-note { position: absolute; z-index: 4; bottom: 0; right: 0; padding: .85rem 1.2rem; background: #f9d6df; color: var(--cobalt); border-radius: 50%; font-family: Georgia, serif; font-style: italic; font-size: clamp(1.1rem, 1.7vw, 1.5rem); rotate: -9deg; }
.hero-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 1rem; width: min(100% - 5rem, 84rem); margin: 3rem auto 0; padding-top: 1.2rem; border-top: 1px solid #242b9b22; font-size: .64rem; letter-spacing: .08em; }
.hero-bottom a { display: flex; align-items: center; gap: 1rem; font-size: .75rem; letter-spacing: 0; }
.hero-bottom a span { font-size: 1.4rem; }
.scene-wave { position: absolute; bottom: -1px; left: -5%; width: 110%; max-width: none; height: 4rem; fill: var(--cobalt); transform: translateX(calc(var(--hero-progress, 0) * -2%)); }

/* Each section is its own illustrated scene. */
.page-section { padding: clamp(5rem, 8vw, 8rem) 0; }
.section-shell, .section-therapy .section-shell, .blog-shell, .section-about .section-shell, .section-contact .section-shell { width: min(100% - 6rem, 80rem); }
.section-label { letter-spacing: .13em; font-size: .68rem; color: var(--cobalt); }
.section-title { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.04; max-width: 16ch; font-size: clamp(3rem, 5.2vw, 5rem); color: var(--cobalt); text-wrap: initial; }
.section-lead { font-size: 1.05rem; line-height: 1.75; }
.section-audience { background: var(--cobalt); color: var(--cream); border: 0; padding-top: 4rem; }
.section-audience .editorial-head { grid-template-columns: 1fr 1fr; max-width: none; gap: 1.5rem 4rem; align-items: end; }
.section-audience .section-label { grid-column: 1 / -1; color: #d4d6ff; }
.section-audience .section-title { max-width: 20ch; color: var(--cream); font-size: clamp(2.6rem, 4.2vw, 4rem); }
.section-audience .section-lead { max-width: 24rem; justify-self: end; color: #e5e6f7; }
.audience-grid { gap: 1rem; }
.audience-card { position: relative; min-height: 21rem; padding: 1.6rem; align-content: end; gap: 1rem; overflow: hidden; border: 0; border-radius: 1.1rem; background: #ede9fa; color: var(--ink); }
.audience-card:nth-child(2) { background: #f9ddcd; }
.audience-card:nth-child(3) { background: #f5eab6; }
.audience-card:nth-child(4) { background: #f8d9e2; }
.card-index { position: absolute; top: 1.5rem; left: 1.6rem; color: #20254685; font-size: .7rem; }
.audience-symbol { position: absolute; top: 1.5rem; right: 1.2rem; width: 6rem; height: 6rem; object-fit: contain; transition: rotate 650ms var(--ease-out), scale 650ms var(--ease-out); }
.audience-card:hover .audience-symbol { rotate: 18deg; scale: 1.12; }
.audience-card h3 { font-size: 1.5rem; color: var(--cobalt); font-weight: 500; }
.audience-card p { font-size: .9rem; color: #202546cc; }
.page-section.section-therapy { padding-bottom: clamp(5rem, 8vw, 8rem); }
.therapy-model-panel { position: relative; min-height: 0; padding: 1.8rem; border: 1px solid var(--palette-blue); border-radius: 1.5rem; background: var(--palette-paper); overflow: hidden; display: grid; gap: 1rem; }
.model-caption { width: 100%; display: flex; justify-content: space-between; color: var(--cobalt); font-size: .8rem; }
.model-caption > span { font-size: 1.5rem; }
.model-illustration { width: 100%; height: clamp(16rem, 26vw, 25rem); transform: translateY(var(--parallax-y, 0px)); }
.model-illustration img { width: 100%; height: 100%; object-fit: contain; transition: rotate 850ms var(--ease-out), scale 850ms var(--ease-out); }
[data-active-step="1"] .model-illustration img { rotate: 4deg; scale: 1.03; }
[data-active-step="2"] .model-illustration img { rotate: -4deg; scale: 1.04; }
[data-active-step="3"] .model-illustration img { rotate: 2deg; scale: .96; }
.cbt-loop { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .4rem; }
.cbt-loop button { padding: .8rem .4rem; min-height: 2.8rem; border: 1px solid var(--palette-rule); border-radius: 999px; color: var(--cobalt); background: transparent; font-size: .73rem; cursor: pointer; transition: background 250ms, color 250ms, transform 250ms; }
.cbt-loop button:hover { background: var(--palette-pink); transform: translateY(-2px); }
.cbt-loop button[aria-pressed="true"] { border-color: var(--palette-deep); background: var(--palette-deep); color: var(--palette-paper); }
.cbt-description { margin: 0; min-height: 3rem; max-width: 100%; text-align: center; color: var(--cobalt); font-size: .92rem; line-height: 1.5; }
.model-hint { text-align: center; font-size: .68rem; color: var(--palette-deep); }
.section-about { background: #eeddd1; color: var(--ink); }
.section-about .section-title { color: var(--cobalt); }
.section-about .section-label { color: var(--cobalt); opacity: 1; }
.about-photo-stage { min-height: 0; aspect-ratio: 4 / 5; border-radius: 45% 45% 1rem 1rem; background: #e4cdbb; }
.about-photo-stage img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 30%; transform: translateY(var(--parallax-y, 0px)) scale(1.08); }
.portrait-caption { position: absolute; inset: auto 1rem 1rem; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; border-radius: .7rem; background: var(--cream); color: var(--cobalt); font-size: 1rem; }
.portrait-caption span { font-size: .68rem; color: var(--cobalt); }
.about-paragraphs p { color: #202546cc; }
.value-grid.redesigned { gap: 1.8rem; }
.value-grid.redesigned .value-card { min-height: 0; border: 0; border-top: 1px solid #20254630; padding: 1.5rem 0 0; border-radius: 0; background: transparent; }
.value-symbol { color: var(--cobalt); background: #f7f4ed80; border-radius: 50%; }
.value-card h3 { font-size: 1.15rem; color: var(--cobalt); }
.value-card p { font-size: .88rem; }

/* Three cards settle into a stack as the reader moves through the process. */
.section-process { overflow: visible; background: var(--cream); }
.section-process .section-shell { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; align-items: start; }
.process-head.redesigned { position: sticky; top: 9rem; margin-bottom: 0; }
.section-process .section-title { color: var(--cobalt); }
.process-head .section-label { color: var(--cobalt); opacity: 1; }
.step-grid.redesigned { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.step-grid.redesigned .step-card { position: sticky; top: 7rem; min-height: 22rem; padding: 2.1rem; display: grid; grid-template-columns: 1fr; gap: 1.3rem; align-content: end; border: 1px solid #20254614; border-radius: 1.2rem; background: #e2e7fa; box-shadow: 0 -8px 25px #20254605; }
.step-grid.redesigned .step-card:nth-child(2) { top: 8.5rem; background: #f6d8c8; }
.step-grid.redesigned .step-card:nth-child(3) { top: 10rem; background: #f0e5b6; }
.step-number { position: absolute; left: 2.1rem; top: 2rem; color: var(--cobalt); font-family: Georgia, serif; font-size: 4rem; font-weight: 400; }
.step-illustration { position: absolute; right: 1.8rem; top: 1.4rem; width: 7rem; height: 7rem; object-fit: contain; transition: rotate 800ms var(--ease-out); }
.step-card:hover .step-illustration { rotate: -15deg; }
.step-card h3 { color: var(--cobalt); font-size: 1.75rem; font-weight: 500; }
.step-card p { max-width: 27rem; font-size: .95rem; }

.page-section.section-blog { background: #e9edf4; padding: clamp(5rem, 8vw, 8rem) 0; }
.blog-card { min-height: 29rem; border: 0; border-radius: 1rem; background: var(--cream); }
.blog-art { height: 12rem; overflow: hidden; }
.blog-illustration { position: absolute; width: 70%; height: 115%; object-fit: contain; right: -5%; top: 10%; transform: rotate(-8deg); transition: transform 900ms var(--ease-out); }
.blog-card:hover .blog-illustration { transform: rotate(6deg) scale(1.12); }
.blog-art-stripe { display: none; }
.blog-card-number { z-index: 2; font-family: Georgia, serif; font-size: 3rem; opacity: .55; }
.category-pill { z-index: 2; }
.blog-art .category-pill { background: var(--cream); color: var(--cobalt); }
.blog-tone-1 .blog-art { background: #cfdcf1; }
.blog-tone-2 .blog-art { background: #f4d6c4; }
.blog-tone-3 .blog-art { background: #edc9da; }
.blog-tone-4 .blog-art { background: #efe3aa; }
.blog-tone-5 .blog-art { background: #d9d8ef; }
.article-body h3 { color: var(--cobalt); font-size: 1.4rem; }
.article-body p { font-size: .92rem; }
.blog-rail { cursor: grab; touch-action: pan-x pan-y; overscroll-behavior-x: contain; }
.blog-rail.is-dragging { cursor: grabbing; user-select: none; scroll-snap-type: none; scroll-behavior: auto; }
.blog-scroll-btn { border-radius: 50%; background: transparent; color: var(--cobalt); border-color: #242b9b44; }
.blog-scroll-btn:hover { background: var(--cobalt); color: var(--cream); }
.blog-scroll-btn:disabled { opacity: .28; cursor: default; transform: none; }
.blog-progress span { background: var(--cobalt); }
.section-contact { position: relative; background: var(--cobalt); border-radius: 2rem 2rem 0 0; overflow: hidden; margin-top: -1.5rem; }
.section-contact .section-title { max-width: 15ch; font-size: clamp(3.4rem, 6vw, 6rem); color: var(--cream); }
.section-contact .section-label { color: var(--palette-pink); opacity: 1; }
.cta-shell.redesigned { overflow: visible; border-radius: 0; }
.contact-flower { position: absolute; top: -5rem; right: -5rem; width: clamp(10rem, 18vw, 16rem); aspect-ratio: 1; background: var(--palette-orange); mask: url("../src/assets/images/petal-pink.png") center / contain no-repeat; transform: translateY(var(--parallax-y, 0px)) rotate(20deg); pointer-events: none; }
.contact-actions { position: relative; background: transparent; border: 0; padding: 1rem 0; }
.contact-actions .btn { background: var(--palette-pink); color: var(--palette-deep); width: fit-content; }
.contact-actions .btn:hover { background: var(--palette-orange); color: var(--palette-ink); }
.contact-email { font-weight: 400; font-size: clamp(1.2rem, 2.5vw, 2rem); }
.pricing-panel { margin-top: 3rem; padding: 2rem 0 0; border: 0; border-top: 1px solid #ffffff40; border-radius: 0; background: transparent; }
.pricing-panel .mini-label { color: var(--cream); letter-spacing: .1em; }
.pricing-item { background: #ffffff0a; color: var(--cream); border: 1px solid #ffffff33; border-radius: .8rem; }
.pricing-item span { color: #eeeeff; }
.pricing-item strong { color: #f6bcaa; }
.site-footer { background: var(--cobalt); padding-bottom: 5rem; }
.site-footer .brand-title { color: white; }
.site-footer .lang-toggle .is-current { color: white; }
.site-footer .lang-toggle .is-muted { color: #ffffff80; }
.modal-backdrop { animation: backdrop-arrive 200ms ease both; }
.modal { animation: scene-arrive 400ms var(--ease-out) both; border-radius: 1.5rem; }
.modal-close { color: var(--palette-deep); }
.modal-close:hover { background: var(--palette-pink); color: var(--palette-deep); }
.mobile-menu { background: var(--cobalt); animation: menu-arrive 450ms var(--ease-out) both; }
.mobile-menu .nav-link,
.mobile-menu .nav-link:hover,
.mobile-menu .nav-link.is-active,
.mobile-menu .mobile-brand :is(.brand-title, .brand-subtitle),
.mobile-menu .lang-toggle,
.mobile-menu .icon-btn,
.mobile-menu .mobile-menu-foot { color: var(--palette-pink); }
.mobile-menu .btn-primary { background: var(--palette-pink); color: var(--cobalt); }
.mobile-menu .lang-toggle { border-color: color-mix(in srgb, var(--palette-pink) 55%, transparent); }

/* Reveal and hover share one transform; the image layers remain independent. */
[data-reveal], [data-reveal="left"], [data-reveal="right"] { --reveal-y: 36px; opacity: 0; transform: translateY(var(--reveal-y)) perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: opacity 850ms var(--ease-out), transform 950ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { --reveal-y: 0px; opacity: 1; transform: translateY(0) perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.section-audience .editorial-head[data-reveal] { opacity: 0; transform: translateY(var(--reveal-y)); }
.section-audience .editorial-head.is-visible { opacity: 1; }
.site-has-rendered .hero-title-line > span, .site-has-rendered .hero-description, .site-has-rendered .hero-actions, .site-has-rendered .hero-figure { animation: none; }

@keyframes title-arrive { from { transform: translateY(105%) rotate(2deg); opacity: 0; } to { transform: translateY(0) rotate(0); opacity: 1; } }
@keyframes scene-arrive { from { transform: translateY(25px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes gentle-float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes petal-drift { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-16px) rotate(13deg); } }
@keyframes backdrop-arrive { from { opacity: 0; } to { opacity: 1; } }
@keyframes menu-arrive { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0); } }

@media (min-width: 960px) and (max-width: 1150px) {
  .desktop-nav { gap: 1rem; font-size: .8rem; }
  .nav-actions .btn { padding: .85rem 1rem; font-size: .8rem; }
}
@media (max-width: 1023px) {
  .hero .container, .hero-bottom { width: calc(100% - 3rem); }
  .hero-grid { grid-template-columns: 1.2fr 1fr; }
  .display { font-size: clamp(3.5rem, 7.6vw, 5.7rem); }
  .hero-art-field { height: 29rem; }
  .hero-actions { gap: .8rem; }
  .hero-explore { font-size: .78rem; }
  .section-shell, .section-therapy .section-shell, .blog-shell, .section-about .section-shell, .section-contact .section-shell { width: calc(100% - 3rem); max-width: 48rem; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-card { min-height: 18rem; }
  .section-process .section-shell { gap: 2rem; }
  .step-grid.redesigned .step-card { padding: 1.5rem; min-height: 24rem; }
  .step-number { left: 1.5rem; }
  .step-illustration { width: 5rem; height: 5rem; right: 1rem; }
  .value-grid.redesigned { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .value-card { display: grid; }
  .about-photo-stage { max-height: 38rem; }
}
@media (max-width: 700px) {
  .nav-shell { width: calc(100% - 1.5rem); max-width: none; height: 4.6rem; }
  main { padding-top: .55rem; }
  .hero { margin: 0 .55rem; padding-top: 2.2rem; padding-bottom: 4rem; border-radius: 1.3rem 1.3rem 0 0; }
  .hero-grid { grid-template-columns: 1fr; gap: .8rem; }
  .hero .container, .hero-bottom { width: calc(100% - 2.3rem); }
  .hero-copy { gap: 1.25rem; }
  .hero-kicker { font-size: .6rem; letter-spacing: .06em; }
  .display { font-size: clamp(3.3rem, 11.3vw, 5rem); line-height: 1.02; letter-spacing: -.065em; }
  .hero-description { font-size: .91rem; line-height: 1.6; max-width: 30rem; }
  .hero-actions { flex-direction: row; align-items: center; gap: 1rem; }
  .hero-actions .btn { font-size: .83rem; padding: .85rem 1.1rem; min-height: 3rem; }
  .hero-explore { font-size: .73rem; gap: .4rem; }
  .hero-explore span { width: 1.8rem; height: 1.8rem; }
  .hero-art { width: min(100%, 26rem); margin: 0 auto; }
  .hero-art-field { height: clamp(17rem, 75vw, 25rem); }
  .hero-figure { inset: 0; }
  .hero-art img.hero-petal { width: 24%; }
  .hero-art img.petal-one { right: 1%; }
  .hero-art img.petal-two { left: -1%; bottom: 10%; width: 22%; }
  .hero-orbit { width: 72%; left: 14%; }
  .art-note { right: 2%; bottom: 3%; font-size: 1rem; }
  .hero-bottom { margin-top: 1.4rem; align-items: flex-start; font-size: .5rem; line-height: 1.6; }
  .hero-bottom > span { max-width: 14rem; }
  .hero-bottom a { font-size: .62rem; white-space: nowrap; gap: .5rem; }
  .scene-wave { height: 2.8rem; }
  .page-section { padding: 4rem 0; }
  .section-shell, .section-therapy .section-shell, .blog-shell, .section-about .section-shell, .section-contact .section-shell { width: calc(100% - 2.5rem); max-width: none; }
  .section-title { font-size: clamp(2.65rem, 9.5vw, 3.7rem); max-width: 17ch; }
  .section-audience .editorial-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-audience .section-title { font-size: 2.6rem; }
  .section-audience .section-lead { justify-self: start; max-width: none; font-size: .95rem; }
  .audience-grid { gap: .7rem; }
  .audience-card { padding: 1.15rem; min-height: 19rem; gap: .8rem; border-radius: .9rem; }
  .card-index { top: 1.1rem; left: 1.15rem; }
  .audience-symbol { width: 4.3rem; height: 4.3rem; top: 2.4rem; right: 1rem; }
  .audience-card h3 { font-size: 1.2rem; }
  .audience-card p { font-size: .8rem; line-height: 1.6; }
  .therapy-model-panel { padding: 1.25rem; border-radius: 1.2rem; }
  .model-illustration { height: 17rem; }
  .cbt-loop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbt-loop button { font-size: .8rem; }
  .cbt-description { min-height: 3.5rem; font-size: .86rem; }
  .about-photo-stage, .about-photo-stage img { min-height: 0; }
  .about-photo-stage { aspect-ratio: 4 / 5; }
  .value-grid.redesigned { grid-template-columns: 1fr; gap: 1.4rem; }
  .value-grid.redesigned .value-card { display: flex; gap: 1rem; padding-top: 1.2rem; }
  .section-process .section-shell { grid-template-columns: 1fr; gap: 2rem; }
  .process-head.redesigned { position: static; }
  .step-grid.redesigned { gap: 1rem; }
  .step-grid.redesigned .step-card { position: relative; top: auto; min-height: 20rem; padding: 1.6rem; }
  .step-grid.redesigned .step-card:nth-child(n) { top: auto; }
  .step-illustration { width: 6.5rem; height: 6.5rem; right: 1.6rem; }
  .blog-card { min-height: 28rem; }
  .blog-art { height: 11rem; }
  .section-contact { border-radius: 1.3rem 1.3rem 0 0; }
  .section-contact .section-title { font-size: 3rem; }
  .contact-flower { width: 15rem; height: 15rem; right: -4rem; top: -1rem; }
  .pricing-item { align-items: flex-start; }
  .motion-toggle { bottom: .65rem; right: .65rem; padding: .6rem .75rem; font-size: .6rem; }
}
@media (max-width: 359px) {
  .hero .container, .hero-bottom { width: calc(100% - 1.8rem); }
  .display { font-size: 3rem; }
  .hero-actions { gap: .65rem; }
  .hero-explore { font-size: .7rem; }
  .hero-explore span { display: none; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 15rem; }
  .audience-symbol { top: 1.1rem; }
}

/* Motion is optional; preference changes take effect without a reload. */
html.motion-paused, html.reduced-motion { scroll-behavior: auto; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after,
.reduced-motion *, .reduced-motion *::before, .reduced-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.motion-paused [data-reveal], .reduced-motion [data-reveal],
.motion-paused .section-audience .editorial-head[data-reveal], .reduced-motion .section-audience .editorial-head[data-reveal] { opacity: 1; transform: none; }
.motion-paused .step-grid .step-card, .reduced-motion .step-grid .step-card { position: relative; top: auto; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-reveal], .section-audience .editorial-head[data-reveal] { opacity: 1; transform: none; }
  .step-grid.redesigned .step-card { position: relative; top: auto; }
}
