:root{--bg:#0c1010;--white:#f5f5f1;--muted:#b9c2bd;--accent:#d1a276;--line:#ffffff30;font-family:Arial,Helvetica,sans-serif;color-scheme:dark;font-size:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--white)}a{color:inherit}button,select,input{font:inherit}button,select{color:inherit;cursor:pointer}button,a,select,input{touch-action:manipulation}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:4px}button{border:1px solid var(--line);background:#101817c9;padding:12px 16px;border-radius:6px}button:disabled{opacity:.35;cursor:default}.mast{position:absolute;inset:0 0 auto;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:24px 4vw}.brand{text-decoration:none;letter-spacing:.17em;font-size:18px;font-weight:700}.brand span{display:block;font-size:11px;letter-spacing:.12em;font-weight:400;margin-top:5px}.agent-link{font-size:14px;text-underline-offset:5px}.journey{height:15000px}.stage{position:sticky;top:0;height:100svh;min-height:550px;isolation:isolate;overflow:hidden}#film{position:absolute;width:100%;height:100%;inset:0;object-fit:contain;background:#050807}.shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(#03100b88,transparent 26%,transparent 51%,#06100bef)}.loading{position:absolute;inset:0;display:grid;place-content:center;background:#0c1010e8;z-index:8;color:var(--muted);font-size:16px;padding:30px;text-align:center}.loading[hidden]{display:none}.top-controls{position:absolute;top:105px;left:4vw;right:4vw;display:flex;justify-content:space-between;gap:20px;align-items:start}.property-label{font-size:14px;letter-spacing:.12em;line-height:1.7}.property-label span{display:block;font-size:14px;letter-spacing:0;color:var(--muted)}.route-switch{display:flex;background:#0c1010c9;border:1px solid var(--line);padding:4px;border-radius:8px;gap:4px}.route-switch button{border:0;background:transparent;font-size:14px;padding:11px 14px}.route-switch button[aria-pressed=true]{background:var(--white);color:var(--bg)}.lower-controls{position:absolute;bottom:max(18px,env(safe-area-inset-bottom));left:4vw;right:4vw;display:grid;grid-template-columns:1fr minmax(360px,490px);gap:18px 50px;align-items:end}.eyebrow{font-size:12px;color:var(--accent);letter-spacing:.16em;font-weight:700;margin:0 0 12px}.chapter-copy h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(30px,4.5vw,66px);letter-spacing:-.04em;line-height:1.06;margin:0 0 10px}.chapter-copy>p:last-child{font-size:16px;line-height:1.5;max-width:38em;color:#e0e5df;margin:0}.control-panel{border-top:1px solid var(--line);padding-top:18px}.controls{display:flex;gap:8px}.controls button{font-size:14px;min-height:44px}.controls .play{background:var(--white);color:#111;flex:1;white-space:nowrap}.progress-row{display:flex;gap:12px;align-items:center;margin-top:15px;font-size:12px;font-variant-numeric:tabular-nums}.progress-row input{min-width:0;flex:1;height:26px;accent-color:var(--accent);cursor:ew-resize}.chapter-row{display:flex;gap:8px;align-items:center;margin-top:8px}.chapter-row button{width:44px;height:40px;padding:0;font-size:24px}.chapter-row select{flex:1;min-width:0;font-size:14px;background:#17201e;border:1px solid var(--line);border-radius:6px;padding:10px}.viewer-note{grid-column:1/-1;font-size:11px;color:#b1bab5;display:flex;justify-content:space-between;gap:12px}.property-details{background:#edf0eb;color:#12241f;padding:100px 7vw 40px;display:grid;grid-template-columns:1fr 1fr;gap:48px}.property-details .eyebrow{color:#745233}.detail-heading h2{font:400 clamp(40px,5vw,78px)/1.04 Georgia,serif;margin:0 0 25px;letter-spacing:-.04em}.detail-heading>p{font-size:18px;line-height:1.65;max-width:45ch}.solid-link{display:inline-flex;padding:16px 20px;background:#13382d;color:white;text-decoration:none;border-radius:5px;margin:8px 0}.property-details img{width:100%;height:100%;max-height:590px;object-fit:cover}.facts{display:grid;grid-template-columns:repeat(4,1fr);grid-column:1/-1;border-top:1px solid #12241f44;border-bottom:1px solid #12241f44;padding:28px 0;gap:16px}.facts strong{font:400 42px Georgia,serif;display:block}.facts span{font-size:14px;display:block;margin-top:8px}.source-note{grid-column:1/-1;max-width:90ch;font-size:13px;line-height:1.6;color:#52625c}.small{font-size:13px!important;line-height:1.6;color:#6f8178}.detail-heading .small{margin-top:22px}footer{padding:42px 4vw;display:flex;gap:24px;justify-content:space-between;align-items:center;flex-wrap:wrap}footer>a:not(.brand){font-size:14px}footer .brand span{letter-spacing:0;font-size:13px}dialog{max-width:min(950px,94vw);max-height:92svh;width:850px;border:0;border-radius:12px;padding:28px;background:#edf0eb;color:#12241f}dialog::backdrop{background:#000b;backdrop-filter:blur(6px)}.plan-head{display:flex;justify-content:space-between;align-items:start}.plan-head h2{font:400 36px Georgia,serif;margin:0}.plan-head button{background:white;color:#111;font-size:26px;padding:3px 13px}dialog img{max-width:100%;display:block;max-height:67svh;margin:auto;object-fit:contain}.plan-head .eyebrow{color:#745233}#planLocation{font-size:15px}.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}
@media(max-width:760px){.mast{padding:18px}.brand{font-size:16px}.brand span{font-size:10px}.stage{min-height:630px}#film{object-fit:cover}.top-controls{top:85px;left:18px;right:18px;flex-direction:column;gap:15px}.property-label{font-size:13px}.property-label span{font-size:13px}.route-switch{width:100%}.route-switch button{flex:1;padding:11px 6px;font-size:13px}.lower-controls{left:18px;right:18px;display:flex;flex-direction:column;align-items:stretch;gap:13px}.chapter-copy h1{font-size:30px;margin-bottom:6px}.chapter-copy>p:last-child{font-size:14px;line-height:1.4;max-width:45ch}.chapter-copy .eyebrow{margin-bottom:8px}.control-panel{padding-top:12px}.controls button{font-size:13px;padding:10px 12px}.progress-row{margin-top:7px}.chapter-row{margin-top:2px}.viewer-note{font-size:10px;gap:5px}.viewer-note span{max-width:180px;text-align:right}.property-details{padding:65px 22px 25px;grid-template-columns:1fr;gap:28px}.facts{grid-template-columns:1fr 1fr}.property-details img{height:300px}.detail-heading>p{font-size:16px}dialog{padding:20px}.plan-head h2{font-size:28px}footer{padding:35px 22px}}
@media(max-height:680px) and (min-width:761px){.top-controls{top:86px}.lower-controls{gap:12px}.chapter-copy h1{font-size:36px}.chapter-copy>p:last-child{font-size:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
@media(max-width:760px){.stage{min-height:0}#film{object-fit:contain}}
@media(max-width:760px) and (max-height:700px){.top-controls{top:76px;gap:8px}.property-label span{display:none}.lower-controls{gap:8px;bottom:max(10px,env(safe-area-inset-bottom))}.chapter-copy h1{font-size:25px}.chapter-copy>p:last-child{font-size:12px}.chapter-copy .eyebrow{margin-bottom:4px}.control-panel{padding-top:8px}.viewer-note span{display:none}.controls button{padding:8px}.progress-row{margin-top:3px}.chapter-row select{padding:8px}.chapter-row button{height:38px}}

.view-settings{grid-column:1/-1;display:flex;align-items:center;gap:10px;font-size:12px;min-height:36px}.view-settings label{color:#d7ddd9}.view-settings select{background:#101b17e8;border:1px solid var(--line);border-radius:6px;padding:8px;min-height:36px;font-size:12px}.view-settings>span{margin-left:auto;color:#d7ddd9}
.audience-nav{display:flex;gap:20px;font-size:14px}.audience-nav a{text-underline-offset:5px}.retry{position:absolute;z-index:9;left:50%;top:57%;transform:translateX(-50%)}.retry[hidden]{display:none}.loading{pointer-events:none}.top-controls,.lower-controls{z-index:9}.seller-invite{padding:64px 7vw;background:#18392e}.seller-invite h2{font:400 clamp(32px,4vw,54px)/1.1 Georgia,serif;margin:0 0 20px}.seller-invite p:not(.eyebrow){max-width:65ch;font-size:18px;line-height:1.6}.seller-invite .solid-link{background:#f5f5f1;color:#12382c}.chapter-copy>p:last-child{max-height:7.8em;overflow:auto;padding-right:6px}.viewer-note{font-size:12px}.eyebrow{font-size:14px}.scroll-cue{display:none}
@media(max-width:760px){.mast{align-items:flex-start;gap:12px}.audience-nav{font-size:14px;gap:8px;max-width:180px;text-align:right;flex-direction:column}.brand span{font-size:12px}.top-controls{top:98px;gap:10px}.chapter-copy>p:last-child{font-size:16px;line-height:1.45;max-height:6.2em}.viewer-note{font-size:12px}.viewer-note span{display:none}.lower-controls{gap:10px}.chapter-copy h1{font-size:28px}.controls button,.chapter-row select,.route-switch button{font-size:14px}.seller-invite{padding:48px 22px}.seller-invite p:not(.eyebrow){font-size:16px}}
@media(max-width:760px){.scroll-cue{position:absolute;z-index:10;left:50%;top:44%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:3px;width:max-content;max-width:calc(100vw - 36px);padding:10px 16px 11px;border:1px solid #ffffff52;border-radius:999px;background:#07100ddd;color:#fff;text-align:center;box-shadow:0 10px 35px #0008;transition:opacity .3s ease,transform .3s ease}.scroll-cue[data-hidden=true]{opacity:0;transform:translate(-50%,-35%);pointer-events:none}.scroll-cue strong{font-size:14px;line-height:1.25}.scroll-cue small{font-size:12px;color:#d7ddd9}.scroll-arrow{font-size:24px;line-height:.8;color:var(--accent);animation:swipeCue 1.15s ease-in-out infinite}@keyframes swipeCue{0%,100%{transform:translateY(4px)}50%{transform:translateY(-4px)}}}
@media(max-width:760px) and (max-height:740px){.top-controls{top:82px}.property-label span{display:none}.property-label{font-size:12px}.chapter-copy h1{font-size:24px}.chapter-copy>p:last-child{font-size:16px;max-height:4.35em}.chapter-copy .eyebrow{display:none}.lower-controls{gap:6px}.control-panel{padding-top:7px}.viewer-note{display:none}}
@media(max-width:760px){.view-settings{gap:8px;min-height:44px}.view-settings select{min-height:44px;font-size:14px}.view-settings>span{font-size:11px;text-align:right;max-width:100px}.view-settings label{font-size:11px}}
@media(max-width:760px) and (max-height:740px){.chapter-copy>p:last-child{max-height:2.9em}.scroll-cue{top:40%}}

.scroll-instruction{font-size:14px;color:#eee;flex-basis:100%}
