/* A tactile photographic carousel: depth and spring motion, separate from the water chapters. */
.deck-ready .practice-visual{display:none}
.deck-ready .practice-theatre{background:transparent;overflow:hidden;isolation:isolate;height:660px;min-height:0;display:flex;flex-direction:column}
.deck-ready .practice-theatre:before,.deck-ready .practice-theatre:after{display:none}
.practice-deck{position:relative;flex:1;min-height:330px;perspective:1400px;isolation:isolate;touch-action:pan-y;user-select:none}
.deck-card{position:absolute;left:50%;top:20px;width:min(43vw,450px);height:calc(100% - 45px);padding:0;border:0;border-radius:22px;overflow:hidden;transform:translateX(calc(-50% + var(--deck-x,0%))) translateZ(var(--deck-z,0px)) rotateY(var(--deck-angle,0deg)) scale(var(--deck-scale,1));opacity:var(--deck-opacity,1);background:#dedbd6;box-shadow:0 20px 32px #31313016;cursor:pointer;backface-visibility:hidden;transform-origin:50% 50%;color:#313130;text-align:left;-webkit-tap-highlight-color:transparent}
.deck-card>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;pointer-events:none}
.deck-card:after{content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff70}
.deck-caption{position:absolute;left:5%;right:5%;bottom:5%;padding:19px 22px;border-radius:20px;background:#edebe9c9;backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15);box-shadow:inset 0 1px 0 #ffffffd9,0 4px 14px #3131300b;pointer-events:none;transform:translateY(0);transition:opacity .3s}
.deck-caption>span{display:block;font-size:11px;letter-spacing:.04em;margin-bottom:8px}
.deck-caption strong{display:block;font:clamp(22px,2.5vw,34px)/1.16 Prata,serif;letter-spacing:-.015em}
.deck-card:not([aria-pressed=true]) .deck-caption{opacity:.7}
.deck-card:focus-visible{outline:3px solid #313130;outline-offset:5px}
.deck-ready .practice-copy{position:relative;left:auto;bottom:auto;width:100%;max-width:none;text-align:center;padding:0 8px 8px;min-height:130px}
.deck-ready .practice-copy h3{display:none}
.deck-ready .practice-copy p{font-size:16px;line-height:1.5;max-width:48ch;margin:8px auto 14px}
.deck-ready .practice-duration{font-size:13px}
.deck-ready .practice-copy .pill{min-height:46px;padding:11px 24px;min-width:180px}
.deck-ready .practice-count{top:20px;right:2vw;z-index:30;background:#edebe9a8;width:52px;height:52px}
.deck-ready .practices .class-track{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;padding:12px 0 4px;perspective:none}
.deck-ready .class-track .practice-thumb{display:none}
.deck-ready .class-track>button{flex:0 1 auto;min-height:44px;padding:9px 13px;border-radius:24px;border:1px solid transparent;display:block;font-size:13px;text-align:center;transform:none!important}
.deck-ready .class-track>button[aria-pressed=true]{background:#ffffffa6;border-color:#ffffffd9;box-shadow:0 4px 14px #3131300b;font-weight:600}
.deck-ready .practice-stage{padding-top:2rem;padding-bottom:1.5rem}
.deck-ready .practice-stage .section-heading{margin-bottom:6px}
.deck-ready.motion-enabled .practice-stage{min-height:100svh}
.deck-ready.motion-enabled .practices{height:145svh}
@media(min-height:850px){.deck-ready .practice-theatre{height:69svh}}
@media(max-width:700px){
 .deck-ready .practice-stage{padding:1.5rem 0 1rem}.deck-ready .practice-stage .section-heading{padding:0 6%;gap:14px}.deck-ready .practice-stage h2{font-size:1.7rem;line-height:1.2}
 .deck-ready .practice-theatre{height:610px;min-height:0}.practice-deck{min-height:350px;perspective:1100px}.deck-card{width:70vw;max-width:340px;top:22px;height:calc(100% - 42px);border-radius:20px}
 .deck-caption{padding:15px 17px;border-radius:17px}.deck-caption strong{font-size:25px}.deck-caption>span{font-size:10px;line-height:1.4}
 .deck-ready .practice-copy{padding:4px 7% 10px;min-height:157px}.deck-ready .practice-copy p{font-size:15px;margin:8px auto 12px;max-width:31ch}.deck-ready .practice-copy .pill{width:auto}
 .deck-ready .practices .class-track{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding:5px 6% 10px;gap:5px}.deck-ready .class-track>button{white-space:nowrap;flex-shrink:0;min-height:44px;padding:10px 14px}
 .deck-ready .practice-count{right:4%;top:24px;font-size:12px;width:44px;height:44px}
}
@media(max-height:820px){.deck-ready.motion-enabled .practices{height:auto}.deck-ready.motion-enabled .practice-stage{position:relative;min-height:0}.deck-ready .practice-theatre{height:560px}.practice-deck{min-height:320px}}
.motion-paused .deck-card{transition:none}.motion-paused .deck-card:not([aria-pressed=true]){opacity:.65}
.deck-lens{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.deck-card.has-lens .deck-caption{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}
