/* Scoped addition: global Appia typography, palette and navigation are unchanged. */
.domus-photo .dp-subtitle{display:block;font-size:.42em;letter-spacing:-.015em;font-weight:600;color:var(--muted-on-dark);margin-top:.5rem}
.domus-photo .dp-stage{position:relative;border:1px solid var(--glass-border);border-radius:var(--radius);overflow:hidden;background:var(--ink-2);isolation:isolate}
.domus-photo .dp-viewport{position:relative;width:100%;max-width:100%;min-width:0;aspect-ratio:16/9;min-height:340px;overflow:hidden}
.domus-photo .dp-poster,.domus-photo #dp-view{position:absolute;inset:0;width:100%;height:100%;display:block}
.domus-photo .dp-poster{object-fit:cover}
.domus-photo #dp-view{opacity:0;touch-action:none;cursor:grab}
.domus-photo .dp-ready #dp-view{opacity:1}
.domus-photo .dp-ready .dp-poster{visibility:hidden}
.domus-photo #dp-view.dp-dragging{cursor:grabbing}
.domus-photo .dp-entry{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem;background:rgba(12,26,36,.57)}
.domus-photo .dp-entry>div{width:100%;min-width:0;max-width:510px;text-align:center}
.domus-photo .dp-entry h2{font-family:var(--font-ui);font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.15;margin:0 0 1rem;color:var(--white)}
.domus-photo .dp-entry p:not(.eyebrow){margin:0 auto 1.3rem;max-width:45ch;font-size:.95rem}
.domus-photo .dp-controls{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;padding:1rem;background:var(--ink-2);border-top:1px solid var(--glass-border)}
.domus-photo .dp-control-spacer{flex:1}
.domus-photo .dp-select-label{font-size:.8rem;color:var(--muted-on-dark)}
.domus-photo #dp-room{min-height:44px;max-width:100%;padding:.45rem 2rem .45rem .75rem;background:var(--ink);color:var(--text-on-dark);border:1px solid var(--glass-border);border-radius:8px;font:inherit;font-size:.88rem}
.domus-photo #dp-room:focus-visible,.domus-photo .dp-rooms a:focus-visible,.domus-photo #dp-view:focus-visible{outline:3px solid var(--glow);outline-offset:3px}
.domus-photo .dp-loading{position:absolute;bottom:1rem;left:1rem;right:1rem;width:fit-content;max-width:calc(100% - 2rem);margin:0;background:rgba(12,26,36,.95);color:#fff;padding:.6rem 1rem;border-radius:6px}
.domus-photo .dp-error{padding:1rem;border-top:1px solid rgba(210,98,46,.5);color:#ffceba}
.domus-photo .dp-error p{margin:0 0 .75rem;max-width:65ch}
.domus-photo [hidden]{display:none!important}
.domus-photo .dp-current{display:flex;align-items:start;justify-content:space-between;gap:1.2rem;margin:1.3rem 0 .4rem}
.domus-photo .dp-current h2{font:600 1.45rem/1.25 var(--font-display);margin:0 0 .4rem}
.domus-photo .dp-current p{max-width:62ch;margin:0;color:var(--muted-on-dark);font-size:.92rem}
.domus-photo .dp-current a{flex-shrink:0;font-size:.85rem;min-height:44px;display:inline-flex;align-items:center;gap:.6rem}
.domus-photo .dp-rooms{margin:3rem 0}
.domus-photo .dp-rooms-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.25rem}
.domus-photo .dp-rooms h2{font:600 1.8rem/1.25 var(--font-display);margin:0}
.domus-photo .dp-rooms-heading p{margin:0;max-width:45ch;font-size:.9rem;color:var(--muted-on-dark)}
.domus-photo .dp-rooms ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem 1rem;list-style:none;padding:0;margin:0}
.domus-photo .dp-rooms li{min-width:0}
.domus-photo .dp-rooms a{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.55rem .65rem;color:var(--text-on-dark);text-decoration:none;border-radius:10px;padding:0 0 .3rem}
.domus-photo .dp-rooms img{grid-column:1/-1;width:100%;height:auto;aspect-ratio:5/3;object-fit:cover;border-radius:10px;border:2px solid transparent;background:var(--ink-2)}
.domus-photo .dp-rooms a[aria-current=true] img{border-color:var(--glow)}
.domus-photo .dp-rooms a:hover .dp-room-name{text-decoration:underline;text-underline-offset:4px}
.domus-photo .dp-room-index{color:var(--glow);font-variant-numeric:tabular-nums;font-size:.73rem}
.domus-photo .dp-room-name{font-size:.95rem;font-weight:600}
.domus-photo .dp-rooms li>p{font-size:.78rem;line-height:1.65;color:var(--muted-on-dark);margin:.25rem 0 0}
.domus-photo .dp-nojs{padding:1rem;background:var(--ink-2);border-left:2px solid var(--glow)}
.domus-photo .dp-stage:fullscreen{width:100vw;height:100dvh;border:0;border-radius:0;display:flex;flex-direction:column}
.domus-photo .dp-stage:fullscreen .dp-viewport{flex:1;min-height:0;aspect-ratio:auto}
.domus-photo .dp-stage:fullscreen .dp-controls{flex-shrink:0;padding-bottom:max(1rem,env(safe-area-inset-bottom))}
@media(max-width:750px){.domus-photo .dp-current,.domus-photo .dp-rooms-heading{display:block}.domus-photo .dp-current a{margin-top:.6rem}.domus-photo .dp-rooms-heading p{margin-top:.7rem}.domus-photo .dp-rooms ul{grid-template-columns:repeat(2,minmax(0,1fr))}.domus-photo .dp-entry{padding:1.3rem}.domus-photo .dp-controls{gap:.5rem;padding:.8rem}.domus-photo .dp-control-spacer{display:none}.domus-photo .dp-select-label{flex:0 0 100%}.domus-photo .dp-viewport{min-height:355px}.domus-photo .dp-stage:fullscreen .dp-controls{padding:.65rem}.domus-photo .dp-stage:fullscreen .domus-button{min-height:40px}}
@media(prefers-reduced-motion:reduce){.domus-photo *{scroll-behavior:auto!important;transition:none!important}}
.a11y-movimento .domus-photo *{scroll-behavior:auto!important;transition:none!important}
@media print{.domus-photo .dp-controls,.domus-photo .dp-entry,.domus-photo #dp-view{display:none}.domus-photo .dp-poster{visibility:visible}}
@media(max-width:750px){
 .domus-photo .dp-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
 .domus-photo .dp-select-label{order:0;grid-column:1/-1}
 .domus-photo #dp-room{order:1;grid-column:1/-1;width:100%}
 .domus-photo #dp-prev{order:2}
 .domus-photo #dp-next{order:3}
 .domus-photo #dp-recenter{order:4}
 .domus-photo #dp-fullscreen{order:5}
}
