/* A shallow, rotating photo arch, adapted from the supplied component. */
.stage{min-height:810px}
.destinations{top:40%}
@media(min-width:801px) and (max-width:1600px){.destination{min-height:76px;padding:12px 23px}}
.stage-bottom{display:grid;grid-template-columns:1fr minmax(0,580px) 1fr;gap:20px;align-items:end;bottom:18px;pointer-events:none}
.stage-bottom>*{pointer-events:auto}
.stage-bottom>span:first-child{padding-bottom:8px}
.scene-controls{justify-self:end;padding-bottom:2px}
.arc-gallery{position:relative;min-width:0;width:100%;max-width:580px;justify-self:center;height:220px;letter-spacing:normal;line-height:1;outline-offset:4px}
.arc-viewport{position:absolute;inset:0;overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.arc-viewport.is-dragging{cursor:grabbing}
.arc-card{position:absolute;left:50%;top:54px;width:clamp(60px,5.6vw,82px);height:108px;transform-origin:center center;will-change:transform;cursor:pointer}
.arc-tile{position:relative;display:block;width:100%;height:100%;padding:5px;border:1px solid #ffffffbd;border-radius:12px;background:linear-gradient(140deg,#ffffff7a,#ffffff14 48%,#ffffff60);backdrop-filter:blur(14px) saturate(1.3);-webkit-backdrop-filter:blur(14px) saturate(1.3);box-shadow:inset 0 1px 1px #fff9,inset 0 -1px 1px #fff5,0 5px 14px #211c1926;transform-origin:center bottom;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;cursor:pointer}
.arc-tile:after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#fff5,transparent 38%,transparent 68%,#fff2);pointer-events:none}
.arc-card img{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none;border-radius:7px}
.arc-card.is-active .arc-tile,.arc-tile:focus-visible{transform:translateY(-18px) rotate(var(--untilt,0deg)) scale(1.38);box-shadow:inset 0 1px 1px #fff,0 14px 28px #24180c40}
.arc-view-hint{position:absolute;left:7px;right:7px;bottom:8px;padding:5px 2px;border-radius:5px;background:#ffffffcb;backdrop-filter:blur(10px);color:#3b3026;font-size:9px;font-weight:600;opacity:0;transition:opacity .2s;pointer-events:none}
.is-active .arc-view-hint,.arc-tile:focus-visible .arc-view-hint{opacity:1}
.arc-controls{position:absolute;z-index:40;bottom:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:7px;border:1px solid #fff9;border-radius:30px;padding:3px 6px;background:#ffffff42;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px 0 #fff8,0 3px 14px #231b1110}
.arc-controls button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid #ffffff55;border-radius:50%;background:#ffffff48;color:#45453e;font-size:19px;line-height:1;transition:background .2s,border-color .2s}
.arc-controls button[hidden]{display:none}.arc-controls [data-gallery-toggle]{font-size:13px}
.arc-controls button:hover{background:#fff0db;border-color:var(--orange)}
.arc-count{font-size:11px;font-variant-numeric:tabular-nums;color:#65655d;white-space:nowrap;min-width:42px;text-align:center}
.arc-gallery:focus-visible{outline:2px solid var(--orange);border-radius:10px}
.gallery-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media(min-width:801px) and (max-width:1100px){.stage-bottom{grid-template-columns:165px minmax(0,1fr) 105px;gap:10px}.arc-card{height:94px;width:66px}.scene-controls .text-button{white-space:nowrap}}
@media(max-width:800px){
 .stage{min-height:1080px;padding-bottom:270px}.destinations{top:481px}
 .stage-bottom{grid-template-columns:1fr 1fr;gap:14px;bottom:18px;align-items:center}
 .arc-gallery{grid-column:1/-1;grid-row:1;height:220px;max-width:530px;justify-self:center}
 .arc-card{width:66px;height:98px}.stage-bottom>span:first-child{grid-column:1;grid-row:2;padding-bottom:0}
 .scene-controls{grid-column:2;grid-row:2;padding-bottom:0}
}
#gallery-viewer{width:min(860px,94vw);max-height:94svh;padding:18px;border:1px solid #ffffffdb;border-radius:24px;background:linear-gradient(135deg,#fffffff2,#ffffffb8);color:#29251f;backdrop-filter:blur(26px) saturate(1.2);-webkit-backdrop-filter:blur(26px) saturate(1.2);box-shadow:inset 0 1px 0 #fff,0 25px 90px #241b1830}
#gallery-viewer::backdrop{background:#6b62515c;backdrop-filter:blur(18px)}
.photo-header{display:flex;align-items:center;justify-content:space-between;padding:0 3px 14px;gap:16px}.photo-header h2{font-size:16px;margin:0;font-weight:600;letter-spacing:-.02em}
.photo-header button,.photo-toolbar button,.photo-toolbar a{border:1px solid #b9b3a940;border-radius:10px;background:#ffffff85;color:#29251f;padding:10px 15px;min-height:44px;font-size:13px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.photo-header button{width:44px;padding:0;font-size:24px}
.photo-area{height:min(65svh,700px);overflow:auto;overscroll-behavior:contain;border-radius:14px;background:#ffffff3d;text-align:center;scrollbar-width:thin}
.photo-area img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain;margin:auto;border-radius:10px}
.photo-area.is-zoomed img{width:auto;height:auto;max-width:none;max-height:none;margin:0 auto}
.photo-toolbar{display:flex;align-items:center;gap:8px;padding:15px 0 0}.photo-toolbar [data-photo-download]{margin-left:auto;background:var(--orange);border-color:var(--orange);font-weight:600}.photo-toolbar button:hover,.photo-header button:hover{background:white}
.photo-download-note{margin:10px 0 0;font-size:12px;text-align:right;color:#655d53}
@media(max-width:600px){#gallery-viewer{padding:12px;border-radius:18px}.photo-area{height:61svh}.photo-toolbar{flex-wrap:wrap;gap:6px}.photo-toolbar button,.photo-toolbar a{font-size:12px;padding:8px 12px}.photo-toolbar [data-photo-download]{flex:1}.photo-download-note{text-align:center}}
@media(prefers-reduced-motion:reduce){.arc-card img,.arc-controls button,.arc-tile,.arc-view-hint{transition:none}#gallery-viewer[open]{animation:none}}
