/* Scroll-directed spa editorial; static content remains usable without JavaScript. */
body.jd-body .spa-story { background: #e9e1d5; color: #352c24; padding: 6rem max(1.5rem, calc((100vw - 1200px) / 2)) 0; }
.spa-story__heading { display: grid; grid-template-columns: 1.4fr 1fr; column-gap: 5rem; align-items: end; padding-bottom: 4rem; }
.spa-story__eyebrow { font: 600 .65rem/1.6 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .18em; color: #79613f; }
.spa-story__heading > .spa-story__eyebrow { grid-column: 1 / -1; margin: 0 0 1.5rem; }
body.jd-body .spa-story h2 { margin: 0; font: 400 clamp(3rem, 5.5vw, 5rem)/1.02 "Cormorant Garamond", Georgia, serif; letter-spacing: -.04em; color: #352c24; }
body.jd-body .spa-story h2 em, body.jd-body .spa-story h3 em { color: #88683e; font-weight: 400; }
.spa-story__heading > p:last-child { max-width: 34ch; margin: 0 0 .3rem; font-size: .92rem; line-height: 1.85; color: #6b5e50; }
.spa-story__layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.spa-story__cinema { position: sticky; top: calc(var(--jd-header-h, 130px) + 1.5rem); height: min(640px, calc(100svh - var(--jd-header-h, 130px) - 3rem)); min-height: 360px; overflow: hidden; background: #302a24; }
.spa-story__scene { position: absolute; inset: 0; opacity: 0; transition: opacity .85s ease; overflow: hidden; }
.spa-story__scene.is-active { opacity: 1; }
.spa-story__scene img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translate3d(0, 0, 0) scale(1.06); }
.spa-story__scene:nth-child(2) img { object-position: 52% 60%; }
.spa-story__scene:nth-child(3) img { object-position: 52% 58%; }
.spa-story__caption { position: absolute; inset: auto 0 0; padding: 4rem 1.8rem 1.6rem; display: flex; justify-content: space-between; gap: 1rem; color: #fff6e8; background: linear-gradient(transparent, rgba(27,22,17,.8)); font: 500 .7rem/1.5 "Manrope", sans-serif; letter-spacing: .04em; }
.spa-story__progress { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #ffffff30; }
.spa-story__progress span { display: block; height: 100%; background: #d9bd8a; transform: scaleX(.03); transform-origin: left; }
.spa-story__chapter { min-height: 78svh; display: flex; align-items: center; padding: 4rem 0; border-top: 1px solid #cfc1ae; }
.spa-story__chapter:first-child { border-top: 0; padding-top: 1.5rem; }
.spa-story__copy { width: 100%; }
body.jd-body .spa-story h3 { color: #352c24; font: 400 clamp(2.7rem, 3.7vw, 3.7rem)/1.06 "Cormorant Garamond", Georgia, serif; letter-spacing: -.035em; margin: 1.4rem 0 1.5rem; }
.spa-story__copy > p:not(.spa-story__eyebrow) { font-size: .88rem; line-height: 1.9; color: #665849; max-width: 43ch; }
.spa-story__note { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid #cfc1ae; color: #7b6547; font: italic 1.4rem/1.3 "Cormorant Garamond", Georgia, serif; }
.spa-story__menu, .spa-story__areas { list-style: none; padding: 0; margin: 1.8rem 0 0; }
.spa-story__menu li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid #cfc1ae; font-size: .77rem; }
.spa-story__menu b { display: inline-block; width: 2.5rem; margin-left: .9rem; text-align: right; font-weight: 500; font-variant-numeric: tabular-nums; }
.spa-story__areas li { padding: .7rem 0; border-bottom: 1px solid #cfc1ae; font-size: .77rem; line-height: 1.7; }
.spa-story__areas li span { display: block; font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; color: #856943; margin-bottom: .25rem; }
body.jd-body .spa-story__link { display: inline-flex; align-items: center; gap: 2rem; margin-top: 2rem; padding: .8rem 0; border-bottom: 1px solid #8b6b40; color: #4e3b26; font: 600 .7rem/1.4 "Manrope", sans-serif; }
.spa-story__link span { font-size: 1.25rem; transition: transform .2s; }
.spa-story__link:hover span { transform: translate(3px, -3px); }
.spa-story a:focus-visible { outline: 2px solid #795b35; outline-offset: 5px; }
.spa-story__mobile { display: none; }
.spa-story__footer { margin-top: 2rem; border-top: 1px solid #cfc1ae; display: flex; justify-content: space-between; gap: 1.5rem; padding: 2rem 0; font-size: .75rem; color: #6b5e50; }
.spa-story__footer a { color: #4e3b26; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 700px) {
  body.jd-body .spa-story { padding: 3.5rem 1.5rem 0; }
  .spa-story__heading { display: block; padding-bottom: 2.5rem; }
  .spa-story__heading > p:last-child { margin-top: 1.5rem; max-width: 38ch; font-size: .85rem; }
  .spa-story__layout { display: block; }
  .spa-story__cinema { display: none; }
  .spa-story__chapter, .spa-story__chapter:first-child { display: block; min-height: 0; padding: 0 0 3.5rem; border: 0; }
  .spa-story__mobile { display: block; margin: 0 0 2rem; overflow: hidden; aspect-ratio: 4 / 4.5; background: #302a24; }
  .spa-story__mobile img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .spa-story__chapter:first-child .spa-story__mobile { aspect-ratio: 4 / 3; }
  body.jd-body .spa-story h3 { font-size: clamp(2.6rem, 9vw, 3.3rem); }
  .spa-story__footer { margin-top: 0; flex-direction: column; gap: .8rem; }
}
@media (prefers-reduced-motion: reduce) {
  .spa-story__scene { transition: none; }
  .spa-story__scene img, .spa-story__mobile img { transform: none !important; }
  .spa-story__link span { transition: none; }
}
#spa-care, #spa-care-title { scroll-margin-top: calc(var(--jd-header-h, 130px) + 1.5rem); }
