.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.story-section{max-width:1380px;margin:auto;background:white;position:relative}
.story-stage{padding:48px 60px 44px}
.story-top{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:35px}
.story-top .eyebrow{margin:0;color:#8b7769;font-size:.75rem}
.story-count{font-size:1.125rem;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.02em;color:var(--orange);flex-shrink:0}
.story-total{color:#bdb0a5}
.story-slide{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:64px;align-items:center;margin:0 0 50px}
.story-figure{margin:0;min-width:0}
.story-figure img{width:100%;height:auto;border-radius:23px;border:1px solid #f3ddd0}
.story-figure figcaption{font-size:.75rem;color:#a48e7e;margin-top:15px;letter-spacing:.025em}
.story-copy{min-width:0;padding:12px 0}
.story-copy .eyebrow{font-size:.75rem;letter-spacing:.06em;color:var(--orange);margin-bottom:25px;max-width:350px}
.story-copy h2{font-size:clamp(34px,3.25vw,47px);letter-spacing:-.045em;line-height:1.3;overflow-wrap:anywhere}
.story-description{font-size:1rem;color:var(--muted);line-height:2;max-width:390px;min-height:8em;margin:27px 0 17px;position:relative}
.story-detail{font-size:.75rem;letter-spacing:.1em;color:#bba99b}
.story-bottom{display:none;justify-content:space-between;align-items:center;gap:30px;padding-top:24px;border-top:1px solid var(--line)}
.story-hint{font-size:.875rem;color:#8b7769;margin:0}
.story-scroll{font-size:.75rem;color:#8b7769;white-space:nowrap}
.story-progress{display:flex;gap:8px;width:165px;flex-shrink:0}
.story-progress>span{height:3px;flex:1;background:#f0e4db;overflow:hidden;border-radius:3px}
.story-progress-fill{display:block;width:100%;height:100%;background:var(--orange);transform:scaleX(0);transform-origin:left center}
.typing-caret{display:none;width:2px;height:1em;margin-left:4px;vertical-align:-.1em;background:var(--orange)}
.is-typing .typing-caret{display:inline-block;animation:caret-blink .8s steps(1,end) infinite}
@keyframes caret-blink{50%{opacity:0}}
.story-enabled .story-section{height:calc(100svh + var(--story-travel,276svh))}
.story-enabled .story-stage{position:sticky;top:0;height:100vh;height:100svh;display:flex;flex-direction:column;justify-content:center;min-height:0}
.story-enabled .story-top{margin-bottom:0;flex:0 0 auto}
.story-enabled .story-slides{position:relative;flex:1;min-height:0;margin:26px 0}
.story-enabled .story-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .38s ease,visibility .38s;}
.story-enabled .story-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.story-enabled .story-figure{transform:translateY(22px) scale(.985);transition:transform .65s var(--ease);}
.story-enabled .is-active .story-figure{transform:translateY(0) scale(1)}
.story-enabled .story-copy{transform:translateY(17px);transition:transform .55s var(--ease)}
.story-enabled .is-active .story-copy{transform:translateY(0)}
.story-enabled .story-figure img{max-height:calc(100svh - 195px);width:100%;object-fit:contain;background:#fff0e7}
.story-enabled .story-bottom{display:flex;flex:0 0 auto}
@media(max-width:1100px){.story-stage{padding:36px 32px}.story-slide{gap:35px;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.story-copy h2{font-size:36px}.story-copy .eyebrow{margin-bottom:18px}.story-description{margin-top:20px;min-height:9em}.story-bottom{gap:20px}.story-progress{width:135px}}
@media(max-width:760px){.story-stage{padding:28px 23px}.story-top{margin-bottom:28px}.story-top .eyebrow{max-width:215px;letter-spacing:.04em;line-height:1.7}.story-slide{grid-template-columns:1fr;gap:22px;margin-bottom:44px}.story-figure img{border-radius:17px}.story-figure figcaption{font-size:.75rem;margin-top:9px}.story-copy{padding:0}.story-copy .eyebrow{margin-bottom:12px;font-size:.75rem}.story-copy h2{font-size:clamp(28px,7.1vw,38px);line-height:1.28;letter-spacing:-.04em}.story-description{font-size:1rem;line-height:1.85;min-height:6em;margin:16px 0 9px;max-width:none}.story-detail{display:none}.story-bottom{gap:14px;padding-top:18px;flex-wrap:wrap}.story-hint{font-size:.75rem}.story-scroll{display:none}.story-progress{width:92px;gap:5px}.story-enabled .story-stage{padding-top:24px;padding-bottom:23px}.story-enabled .story-slides{margin:23px 0 17px;flex:1}.story-enabled .story-slide{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:21px}.story-enabled .story-figure{flex:0 1 auto;min-height:0}.story-enabled .story-figure img{max-height:33svh;width:100%;object-fit:contain}.story-enabled .story-copy{flex:0 0 auto}.story-enabled .story-description{min-height:6em}.story-enabled .story-bottom{flex-wrap:nowrap}.story-count{font-size:1rem}}
@media(max-height:620px) and (min-width:761px){.story-enabled .story-stage{padding-top:23px;padding-bottom:23px}.story-enabled .story-slides{margin:18px 0}.story-copy h2{font-size:30px}.story-copy .eyebrow{margin-bottom:10px}.story-description{line-height:1.7;min-height:6em;margin:15px 0 5px}.story-enabled .story-figure img{max-height:calc(100svh - 155px)}.story-bottom{padding-top:14px}.story-detail{display:none}}
@media(max-height:680px) and (max-width:760px){.story-enabled .story-stage{padding-top:18px;padding-bottom:17px}.story-enabled .story-slides{margin:15px 0 10px}.story-enabled .story-slide{gap:14px}.story-enabled .story-figure img{max-height:28svh}.story-copy .eyebrow{margin-bottom:8px;font-size:.75rem}.story-copy h2{font-size:28px}.story-description{line-height:1.7;margin:12px 0 0;min-height:6em}.story-top .eyebrow{font-size:.75rem}.story-bottom{padding-top:13px}}
/* Small landscape screens and enlarged text retain a bounded inner scroll surface. */
@media(max-height:450px){.story-enabled .story-slides{overflow-y:auto;overscroll-behavior-y:auto}.story-enabled .story-slide{inset:0 0 auto;min-height:100%}.story-enabled .story-figure img{max-height:140px}.story-description{min-height:0}}
@media(prefers-reduced-motion:reduce){.story-slide{transition:none}.typing-caret{display:none!important}}
