/* The photograph stays at full color and opacity. Readability belongs to the
   individual artifacts, never to a veil over the landscape. */
:root {
  --ink:#172d32; --muted:#5a6a69; --line:rgba(23,45,50,.14);
  --paper:#f9faf3; --display:'Fraunces',Georgia,serif;
  font-family:Manrope,Arial,sans-serif; color:var(--ink); background:#b6cfdf;
  font-synthesis:none;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:0; }
body { margin:0; }
a { color:inherit; text-decoration:none; }
button { font:inherit; color:inherit; cursor:pointer; }
a:focus-visible,button:focus-visible { outline:2px solid #315e4d; outline-offset:6px; }
h1,h2,h3,p { margin:0; }
p { line-height:1.65; }
h1,h2,h3 { font-family:var(--display); font-weight:400; }
h2 { font-size:clamp(48px,5.1vw,77px); line-height:1.04; letter-spacing:-.045em; }
h3 { font-size:29px; line-height:1.2; letter-spacing:-.025em; }
main,footer { position:relative; z-index:2; }
.skip { position:fixed; top:-100px; left:20px; padding:15px; background:#fff; z-index:20; }
.skip:focus { top:20px; }
.environment { position:fixed; inset:0; overflow:hidden; pointer-events:none; z-index:0; }
.sky-color { position:absolute; inset:0; background:linear-gradient(#78a7d6 0%,#b3ccdf 60%,#dbe6ea 100%); }
.moon { position:absolute; left:78%; top:12%; width:clamp(76px,8vw,125px); aspect-ratio:1; opacity:.62; mix-blend-mode:screen; will-change:transform; }
.moon img { width:100%; height:100%; filter:grayscale(1); mask-image:radial-gradient(circle,#000 43%,transparent 49%); }
#clouds { position:absolute; inset:0; width:100%; height:100%; will-change:transform; }
.land { position:absolute; left:-3%; bottom:-3%; width:106%; height:100%; transform-origin:50% 100%; will-change:transform; }
.land img { position:absolute; left:-30%; width:130%; height:100%; object-fit:cover; object-position:50% 72%; mask-image:linear-gradient(transparent 0%,rgba(0,0,0,.4) 22%,#000 45%); }
/* The second pass restores tree detail above the horizon without a hard sky edge. */
.land-filter { position:absolute; overflow:hidden; }
.land img.land-trees { -webkit-mask-image:none; mask-image:none; filter:url(#landscape-tree-alpha); }
/* Wide windows crop more sky from the photo. Lower the forest to keep the
   introduction above the ridgeline while preserving the tree silhouettes. */
@media (min-width:1000px) and (min-aspect-ratio:3/2) {
  .land img { object-position:50% 40%; }
}

/* Navigation floats in the sky; no opaque site-wide header or wash. */
.masthead { position:fixed; z-index:10; top:0; left:0; right:0; display:flex; align-items:center; justify-content:space-between; padding:24px 6vw; }
.wordmark { font-family:var(--display); font-size:25px; letter-spacing:-.025em; }
.wordmark span { display:block; font:9px Manrope,sans-serif; text-transform:uppercase; letter-spacing:.12em; margin-top:3px; }
/* The chapter guide is back on the right. Its own gutter prevents it
   from overlapping the work surfaces as their content changes. */
.side-index { position:fixed; right:2.7vw; top:50%; transform:translateY(-50%); z-index:10; width:100px; display:flex; flex-direction:column; gap:10px; text-align:right; font-size:12px; }
.side-index a { position:relative; padding:6px 0; opacity:.63; transition:opacity .25s; }
.side-index a[aria-current],.side-index a:hover { opacity:1; }
.side-index a[aria-current] { font-weight:600; }
.side-index a::before { content:''; position:absolute; right:calc(100% + 10px); top:50%; width:13px; height:1px; background:var(--ink); transform:scaleX(0); transform-origin:right; transition:transform .25s; }
.side-index a[aria-current]::before { transform:scaleX(1); }
.hero { height:115svh; position:relative; padding:clamp(135px,20vh,220px) 8vw 110px; }
.hero-copy { max-width:650px; animation:arrive 1.2s both; }
.eyebrow { font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.18em; margin-bottom:23px; }
.hero h1 { font-size:clamp(98px,14vw,195px); line-height:.93; letter-spacing:-.055em; margin-left:-7px; }
.intro { font-size:clamp(17px,1.6vw,22px); line-height:1.6; margin-top:30px; max-width:40ch; }
.hero-byline { font-size:12px; margin-top:16px; }
.hero-bottom { position:absolute; top:calc(100svh - 80px); left:8vw; right:8vw; display:flex; justify-content:space-between; align-items:center; color:white; text-shadow:0 1px 8px #132b25; font-size:11px; }
/* Draw arrows as geometry so mobile font fallback cannot turn them into emoji. */
.arrow-icon { display:block; width:16px; height:16px; flex:none; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.source-icon .arrow-icon { width:14px; height:14px; }
.text-link { display:inline-flex; align-items:center; gap:20px; font-size:13px; padding:10px 0; }
.text-link span { transition:transform .25s; }
.text-link:hover span { transform:translate(3px,-2px); }

/* A scene has an arrival, a scrubbed build, and a generous completed hold.
   The pin stays inside the viewport; only its parent supplies scroll distance. */
.chapter { position:relative; height:350svh; }
.action { height:390svh; }
.initiative { height:345svh; }
.system { height:365svh; }
.chapter-inner { width:min(1220px,calc(100% - 7vw - 170px)); margin:0 auto 0 7vw; }
.scene-pin { position:sticky; top:0; height:100svh; display:grid; grid-template-columns:.88fr 1.12fr; gap:7%; align-items:start; padding:clamp(115px,18vh,175px) 0 55px; --p:0; }
.chapter-copy { padding-top:15px; }
.chapter-copy>p:not(.eyebrow):not(.scene-caption) { font-size:15px; max-width:33ch; margin-top:25px; color:var(--ink); }
.chapter-copy .aside { font-size:12px!important; max-width:29ch!important; padding-top:17px; border-top:1px solid var(--line); margin-top:25px!important; }
.number { display:inline-block; margin-right:14px; }
.chapter-progress { height:1px; width:95px; background:rgba(24,53,46,.2); margin-top:24px; }
.chapter-progress i { display:block; height:2px; background:var(--ink); width:100%; transform-origin:left; transform:scaleX(var(--p)); }
.chapter-copy .scene-caption { margin-top:12px; font-size:10px; max-width:31ch; }

/* Memory's paper and messages are the only surfaces over the trees. */
#memory-title { font-size:clamp(44px,4.4vw,68px); }
.memory-demo { width:100%; max-width:540px; justify-self:end; }
.memory-controls { display:flex; border-bottom:1px solid var(--line); margin-bottom:17px; }
.memory-controls button { flex:1; text-align:left; border:0; background:transparent; padding:0 0 11px; font-size:11px; position:relative; }
.memory-controls button span { margin-right:8px; font-size:10px; }
.memory-controls button::after { position:absolute; content:''; height:2px; left:0; right:100%; bottom:-1px; background:var(--ink); transition:right .25s; }
.memory-controls button[aria-pressed=true] { font-weight:600; }
.memory-controls button[aria-pressed=true]::after { right:14px; }
.saved-note { padding:18px 23px; background:#f7f7ed; border-left:2px solid #90a28d; box-shadow:0 6px 25px -17px #1e362c; }
.artifact-label { display:flex; justify-content:space-between; font-size:9px; color:var(--muted); }
.artifact-label span { text-transform:uppercase; letter-spacing:.1em; }
.saved-note blockquote { font-family:var(--display); font-size:25px; letter-spacing:-.02em; line-height:1.32; margin:12px 0 9px; }
.signature { font-size:10px; }
/* A dated conversation break replaces the decorative Memory connector. */
.conversation-date { margin:18px 0 13px; font-size:10px; text-align:center; color:var(--ink); }
.request { padding:12px 18px; margin-left:38px; margin-bottom:9px; background:rgba(248,250,242,.95); border-radius:3px 3px 0 3px; }
.speaker { display:block; font-size:10px; font-weight:600; margin-bottom:6px; }
.request p { font-size:13px; }
.response { padding:17px 21px; background:#f7faf1; border-radius:3px 3px 3px 0; box-shadow:0 8px 30px -22px #172f23; }
.response p { font-size:14px; line-height:1.6; }
.context-tag { float:right; font-size:9px; color:#4a7155; font-weight:400; }
.response mark { color:inherit; background:#dce9cc; }
.memory-demo[data-stage="0"] .request,.memory-demo[data-stage="0"] .response,.memory-demo[data-stage="1"] .response { opacity:0; transform:translateY(13px); }
.memory-demo[data-stage="0"] .conversation-date { opacity:0; }
.request,.response,.conversation-date { transition:opacity .3s,transform .3s; }
.memory-demo[data-stage="2"] .saved-note { border-color:#385d40; }

/* Action stays with one task. Views change inside a single work window instead
   of presenting three static marketing columns. */
.action-demo { width:100%; max-width:550px; justify-self:end; }
.request-bubble { padding:14px 20px; margin:0 0 0 35px; background:#f8faef; border-radius:4px 4px 0 4px; }
.request-bubble p { font-size:13px; line-height:1.55; }
/* This line starts at the bubble's bottom, inside its left inset, and ends
   exactly at the work window's top. There are no independently offset pieces. */
.dispatch { height:34px; margin-left:58px; border-left:1px solid rgba(24,53,46,.43); }
.work-window { border-radius:6px; overflow:hidden; background:var(--paper); box-shadow:0 15px 36px -24px #0c271e; }
.window-chrome { height:43px; padding:0 17px; display:flex; align-items:center; gap:8px; background:#e9efe2; border-bottom:1px solid #d0dac9; font-size:11px; }
.window-mark { font-family:var(--display); width:20px; height:20px; text-align:center; line-height:20px; color:#edf6e7; background:var(--ink); }
.window-state { margin-left:auto; font-size:9px; color:var(--muted); }
.work-views { position:relative; height:269px; }
.work-view { position:absolute; inset:0; padding:23px 26px; opacity:0; visibility:hidden; transform:translateY(10px); transition:opacity .25s,transform .25s,visibility .25s; }
.action-demo[data-phase="0"] .request-view,.action-demo[data-phase="1"] .browser-view,.action-demo[data-phase="2"] .computer-view,.action-demo[data-phase="3"] .result-view { opacity:1; visibility:visible; transform:none; }
.tool-label { font-size:9px; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); display:block; margin-bottom:20px; }
.work-view>p { font-size:13px; margin-top:16px; max-width:44ch; }
.work-view h3 { font-size:29px; }
.handoff-line { display:flex; gap:25px; align-items:center; margin-top:30px; font-size:11px; padding-top:17px; border-top:1px solid var(--line); }
.browser-view { padding-top:17px; }
.browser-view .tool-label { margin-bottom:12px; }
.browser-address { padding:8px 12px; background:#eaf0e6; border-radius:3px; font-size:10px; display:flex; gap:10px; margin-bottom:6px; }
.source-row { display:flex; gap:10px; align-items:center; padding:12px 0; border-bottom:1px solid #d9e0d3; }
.source-row b { font-size:11px; font-weight:600; }
.source-row p { font-size:9px; color:var(--muted); line-height:1.5; margin-top:3px; }
.source-icon { font-size:13px; }
.source-tick { margin-left:auto; color:#537147; font-size:11px; }
.computer-view .tool-label { margin-bottom:12px; }
.computer-view h3 { margin-bottom:12px; }
.job-line { display:flex; justify-content:space-between; font-size:11px; padding:8px 0; border-bottom:1px solid #d9e0d3; }
.job-line>span+span { font-size:9px; color:#4e6e43; }
.job-track { height:2px; background:#d7e0cf; margin-top:13px; }
.job-track i { display:block; height:100%; background:#587449; width:calc(var(--job,0) * 100%); }
.computer-view .job-note { margin-top:10px; font-size:9px; }
.result-view .tool-label { margin-bottom:18px; }
.result-document { display:flex; gap:14px; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--line); }
.document-icon { display:block; width:32px; height:42px; border:1px solid #8ca27b; text-align:center; line-height:35px; font-size:28px; }
.result-document h3 { font-size:26px; }
.result-document p { font-size:9px; color:var(--muted); margin-top:5px; }
.review-state { display:flex; gap:8px; align-items:center; margin-top:18px; font-size:11px; }
.review-state i { width:6px; height:6px; border-radius:50%; background:#557a5d; }
.result-view .review-foot { font-size:9px; margin-top:9px; color:var(--muted); }
.work-stages { display:flex; justify-content:space-between; padding-top:17px; color:#fff; text-shadow:0 1px 5px #122f22; font-size:10px; }
.work-stages span { opacity:.65; border-bottom:1px solid transparent; padding-bottom:4px; }
.work-stages span.active { opacity:1; border-color:#fff; }

/* Initiative is a passing morning, with silence before the notification.
   The time, check position, and notification are all tied to scroll progress. */
.morning-demo { max-width:530px; width:100%; justify-self:end; padding-top:5px; }
.morning-label { text-transform:uppercase; letter-spacing:.14em; font-size:9px; }
.clock-face { display:flex; align-items:baseline; gap:14px; margin:20px 0 25px; }
.clock-face time { font-family:var(--display); font-size:clamp(76px,9vw,130px); font-variant-numeric:tabular-nums; line-height:.9; letter-spacing:-.055em; }
.clock-face>span { font-size:11px; }
.morning-track { display:flex; justify-content:space-between; position:relative; padding-top:20px; }
.morning-line { position:absolute; left:0; right:0; top:0; height:1px; background:var(--line); }
.morning-line i { position:absolute; width:7px; height:7px; border-radius:50%; background:var(--ink); top:-3px; left:calc(var(--morning,0) * (100% - 7px)); box-shadow:0 0 0 5px rgba(235,244,237,.3); }
.time-mark { font-size:10px; }
.morning-status { display:flex; align-items:center; gap:10px; height:59px; }
.morning-status p { font-size:11px; }
.status-dot { width:5px; height:5px; border-radius:50%; background:#254f3e; }
.quiet-label { margin-left:auto; font-size:9px; }
.notification { background:#f8faf1; padding:20px 24px; border-radius:7px; box-shadow:0 14px 35px -22px #0f2b21; opacity:0; transform:translateY(25px) scale(.98); }
.notification-head { display:flex; align-items:center; font-size:11px; gap:9px; }
.notification-head time { margin-left:auto; font-size:9px; color:var(--muted); }
.arcadia-seal { width:23px; height:23px; background:var(--ink); color:#fff; text-align:center; font-family:var(--display); line-height:23px; }
.notification p { font-size:14px; margin-top:16px; }
.notification-note { font-size:9px; display:block; margin-top:15px; color:var(--muted); }

/* The network occupies the existing reading surface. Scroll reveals its
   branches; springs and pointer interaction keep the connections alive. */
.system .chapter-copy h2 { font-size:clamp(43px,4vw,60px); }
.system-demo { width:100%; max-width:560px; justify-self:end; padding:15px 12px 20px; background:rgba(249,251,244,.96); border-radius:3px; box-shadow:0 14px 35px -22px #0f2b21; }
.system-graphic { width:100%; height:auto; display:block; overflow:visible; touch-action:pan-y; }
.graph-links line { stroke:#6b897a; stroke-width:1; }
.graph-node { cursor:grab; outline:none; touch-action:none; }
.graph-node:active { cursor:grabbing; }
.graph-node .node-hit { fill:transparent; }
.graph-node .node-dot { fill:#486c57; stroke:#f9faf3; stroke-width:3; transition:fill .2s; }
.graph-node .node-ring { fill:none; stroke:#6a8979; stroke-width:1; opacity:0; }
.graph-node:hover .node-ring,.graph-node:focus-visible .node-ring { opacity:.7; }
.graph-node[aria-expanded=true] .node-dot { fill:#18352e; }
.system-graphic text { font-family:Manrope,sans-serif; font-size:12px; fill:var(--ink); pointer-events:none; paint-order:stroke; stroke:#f8faf3; stroke-width:4; stroke-linejoin:round; }
.graph-node.is-core .node-dot { fill:var(--ink); stroke:#fff; stroke-width:1.5; }
.system-graphic text { font-family:Manrope,sans-serif; font-size:12px; font-weight:600; fill:var(--ink); pointer-events:none; stroke:none; }
.graph-node.is-detail text { font-size:10px; font-weight:500; fill:var(--muted); }
.graph-node.is-detail .node-dot { fill:#60777b; stroke:none; }
.graph-node.is-warm .node-dot { fill:#8a4b2a; }
.graph-node.is-warm text { fill:#633b2b; }
.graph-links .is-warm { stroke:#8a4b2a; stroke-width:1.4; }
.system-caption { text-align:center; font-size:11px; margin-top:8px; }
.system-foot { text-align:center; font-size:9px; color:var(--muted); max-width:45ch; margin:13px auto 0; }

/* Same frost material as the homepage Arcadia feature. It stays local to
   the examples, so the landscape keeps its full color outside them. */
.saved-note,.request,.response,.request-bubble,.work-window,.notification,.system-demo {
  background:rgba(255,255,255,.62);
  -webkit-backdrop-filter:blur(18px) saturate(1.2);
  backdrop-filter:blur(18px) saturate(1.2);
  border:1px solid rgba(255,255,255,.7);
  border-radius:16px;
  box-shadow:none;
}
.window-chrome { background:rgba(255,255,255,.28); border-bottom:1px solid var(--line); }
.browser-address { background:rgba(255,255,255,.3); border-radius:7px; }

/* The camera rises out of the trees at the close. All copy stays on the left
   so the moon has its own open portion of sky. */
.close { height:165svh; }
.close-grid { display:block; padding-top:16vh; }
.close-copy { width:47%; max-width:580px; }
.close h2 { font-size:clamp(60px,6.5vw,98px); }
.contribution { margin-top:27px; }
.contribution>p { font-size:15px; line-height:1.7; margin-bottom:18px; }
.contribution .platform-credit { font-size:11px; color:var(--muted); }
.closing-links { display:flex; gap:25px; align-items:center; margin-top:26px; flex-wrap:wrap; }
.contact-link { padding:16px 23px; background:var(--ink); color:#f4f4eb; font-size:12px; display:flex; align-items:center; gap:30px; transition:background .2s; }
.contact-link:hover { background:#3c5b4e; }
footer { padding:35px 8vw; display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--line); }
footer p { font-size:9px; color:var(--muted); }
footer p a { text-decoration:underline; text-underline-offset:3px; }
@keyframes arrive { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }

/* Small screens retain the scroll chapters whenever the composition fits.
   A measured .flowing fallback prevents clipped content on shorter windows. */
@media(min-width:801px) and (max-height:760px) {
  .scene-pin { padding-top:115px; padding-bottom:30px; }
  .chapter-copy { padding-top:8px; }
  .chapter-copy>p:not(.eyebrow):not(.scene-caption) { font-size:14px; margin-top:20px; max-width:34ch; }
  .chapter-copy h2 { font-size:clamp(45px,4.7vw,68px); }
  .chapter-copy .aside { margin-top:20px!important; }
  .saved-note blockquote { font-size:23px; }
  .saved-note { padding:15px 21px; }
  .response { padding:14px 20px; }
  .response p { font-size:13px; }
  .hero h1 { font-size:clamp(98px,13vw,175px); }
  .close-grid { padding-top:110px; }
  .close h2 { font-size:70px; }
  .contribution { margin-top:20px; }
  .contribution>p { font-size:14px; margin-bottom:15px; }
}
@media(max-width:800px) {
  .masthead { padding:18px 6vw; }
  .wordmark { font-size:24px; }
  .wordmark span { font-size:8px; }
  .side-index { right:3px; width:22px; gap:5px; }
  .side-index a { height:32px; width:22px; padding:0; opacity:.65; }
  .side-index a span { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
  .side-index a::before { right:8px; top:50%; width:5px; height:5px; background:transparent; border:1px solid var(--ink); border-radius:50%; transform:translateY(-50%); }
  .side-index a[aria-current]::before { height:16px; background:var(--ink); border-radius:5px; transform:translateY(-50%); }
  .hero { padding:160px 7vw 110px; }
  .hero h1 { font-size:clamp(90px,22vw,160px); margin-left:-4px; }
  .hero .eyebrow { font-size:8px; margin-bottom:27px; }
  .intro { font-size:17px; max-width:30ch; margin-top:25px; }
  .desktop-break { display:none; }
  .hero-byline { font-size:10px; }
  .hero-bottom { left:7vw; right:7vw; }
  .hero-bottom>span { font-size:9px; max-width:90px; text-align:right; }
  .moon { left:auto; right:7%; top:13%; width:73px; }
  .land { height:43%; width:140%; left:-20%; }
  .land img { left:0; width:100%; }
  .chapter-inner { width:86vw; margin:0 auto; }
  .scene-pin { display:block; padding:92px 0 25px; }
  .chapter-copy { padding:0; }
  .eyebrow { font-size:8px; margin-bottom:13px; }
  .chapter-copy h2,.system .chapter-copy h2,#memory-title { font-size:39px; }
  .chapter-copy h2 br { display:none; }
  .chapter-copy>p:not(.eyebrow):not(.scene-caption) { font-size:12px; line-height:1.6; max-width:none; margin-top:14px; }
  .chapter-copy .aside,.chapter-progress,.chapter-copy .scene-caption { display:none; }
  .memory-demo,.action-demo,.morning-demo,.system-demo { margin-top:25px; max-width:none; }
  .memory-controls { margin-bottom:13px; }
  .memory-controls button { font-size:10px; }
  .saved-note { padding:13px 17px; }
  .saved-note blockquote { font-size:20px; margin:10px 0 7px; line-height:1.3; }
  .artifact-label { font-size:8px; }
  .conversation-date { margin:14px 0 11px; font-size:9px; }
  .request { padding:10px 14px; margin-left:25px; }
  .request p { font-size:11px; }
  .response { padding:13px 16px; }
  .response p { font-size:12px; line-height:1.5; }
  .context-tag { font-size:7px; }
  .speaker { font-size:9px; }
  .request-bubble { padding:12px 15px; margin-left:18px; }
  .request-bubble p { font-size:11px; }
  .dispatch { height:28px; margin-left:39px; }
  .work-views { height:270px; }
  .work-view { padding:18px 20px; }
  .work-view h3 { font-size:25px; }
  .work-view>p { font-size:12px; }
  .window-chrome { height:36px; padding:0 13px; }
  .window-state { font-size:8px; }
  .source-row { padding:10px 0; }
  .source-row b { font-size:10px; }
  .source-row p { font-size:8px; }
  .work-stages { padding-top:12px; font-size:9px; }
  .result-document h3 { font-size:24px; }
  .result-document p { font-size:8px; }
  .result-view .review-foot { font-size:9px; }
  .computer-view .job-note { font-size:9px; }
  .morning-demo { padding-top:0; }
  .morning-label { font-size:8px; }
  .clock-face { margin:18px 0 23px; }
  .clock-face time { font-size:82px; }
  .morning-status p { font-size:10px; }
  .quiet-label { font-size:8px; }
  .notification { padding:17px 19px; }
  .notification p { font-size:13px; }
  .system-demo { padding:13px 15px 16px; }
  .system-graphic text { font-size:18px; }
  .graph-node.is-detail text { font-size:15px; }

  .system-caption { font-size:10px; }
  .system-foot { font-size:8px; margin-top:8px; }
  .close-grid { padding-top:110px; }
  .close-copy { width:100%; max-width:none; }
  .close h2 { font-size:52px; }
  .contribution { margin-top:24px; }
  .contribution>p { font-size:13px; }
  .contribution .platform-credit { font-size:10px; }
  .closing-links { gap:16px; }
  .contact-link { padding:15px 19px; gap:20px; }
  .closing-links .text-link { font-size:11px; gap:8px; }
  footer { padding:28px 7vw; gap:25px; flex-wrap:wrap; }
  footer .text-link { font-size:10px; }
}
.chapter.flowing { height:auto; }
.chapter.flowing .scene-pin { position:relative; height:auto; min-height:100svh; }
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none!important; transition:none!important; }
  .chapter { height:auto; }
  .scene-pin { position:relative; height:auto; min-height:100svh; }
}

.contact-status:empty { display:none; }
