.dh-scope img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;pointer-events:none}.dh-scope .dh-shield{position:absolute;inset:0;z-index:5;cursor:default;-webkit-user-select:none;user-select:none}.dh-scope .dh-progress{position:fixed;top:0;left:0;height:2px;background:var(--copper-grad-h);z-index:10000;transform-origin:left;transform:scaleX(0);will-change:transform;pointer-events:none}.dh-scope .dh-hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:flex-end;overflow:hidden}.dh-scope .dh-hero__media{position:absolute;inset:0;z-index:0}.dh-scope .dh-hero__media video{width:100%;height:100%;object-fit:cover}.dh-scope .dh-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(25,25,25,.15) 0%,rgba(25,25,25,.45) 50%,rgba(25,25,25,.92) 100%);z-index:1}.dh-scope .dh-hero__content{position:relative;z-index:2;padding-bottom:clamp(3rem,8vw,6rem);width:100%}.dh-scope .dh-hero__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:var(--text-xs);color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-xl)}.dh-scope .dh-hero__breadcrumb a{color:var(--muted);transition:color var(--dur-fast) ease}.dh-scope .dh-hero__breadcrumb a:hover{color:var(--copper-1)}.dh-scope .dh-hero__breadcrumb span{color:var(--copper-0)}.dh-scope .dh-hero__title{margin-bottom:var(--space-sm)}.dh-scope .dh-hero__subtitle{font-family:var(--font-heading);font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:300;font-style:italic;color:var(--copper-1);margin-bottom:var(--space-md)}.dh-scope .dh-hero__desc{color:var(--text-1);max-width:52ch;margin-bottom:var(--space-xl)}.dh-scope .dh-hero__scroll{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em}.dh-scope .dh-hero__scroll-line{width:40px;height:1px;background:var(--copper-2);position:relative;overflow:hidden}.dh-scope .dh-hero__scroll-line::after{content:"";position:absolute;inset:0;background:var(--copper-1);animation:dh-scroll-pulse 2.4s ease-in-out infinite}.dh-scope .dh-meta{background:var(--bg-0);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.dh-scope .dh-meta__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border)}.dh-scope .dh-meta__item{background:var(--bg-0);padding:var(--space-2xl) var(--space-lg);text-align:center}.dh-scope .dh-meta__label{font-size:var(--text-xs);color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-xs)}.dh-scope .dh-meta__value{font-family:var(--font-heading);font-size:clamp(1.15rem,1.6vw,1.5rem);font-weight:400;color:var(--text-0)}.dh-scope .dh-meta__value--copper{color:var(--copper-1)}.dh-scope .dh-tours{background:var(--slate-grad)}.dh-scope .dh-tours__header{text-align:center;margin-bottom:var(--space-3xl)}.dh-scope .dh-featured{position:relative;aspect-ratio:21/9;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;margin-bottom:var(--space-xl)}.dh-scope .dh-featured__media{position:absolute;inset:0}.dh-scope .dh-featured__media img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-smooth)}.dh-scope .dh-featured__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,25,25,.82) 0%,rgba(25,25,25,.2) 55%,transparent 100%)}.dh-scope .dh-featured__content{position:absolute;bottom:0;left:0;padding:var(--space-2xl);z-index:2}.dh-scope .dh-featured__tag{font-size:var(--text-xs);color:var(--copper-0);text-transform:uppercase;letter-spacing:.18em;margin-bottom:var(--space-sm)}.dh-scope .dh-featured__title{font-family:var(--font-heading);font-size:clamp(1.4rem,2.5vw,2.2rem);font-weight:300;color:var(--text-0);margin-bottom:var(--space-sm)}.dh-scope .dh-featured__play{display:flex;align-items:center;gap:.75rem}.dh-scope .dh-featured__play-btn{width:48px;height:48px;border:1px solid var(--copper-0);border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(204,132,52,.1);transition:all var(--dur-fast) ease}.dh-scope .dh-featured__play-btn svg{width:14px;height:14px;fill:var(--copper-1);margin-left:3px}.dh-scope .dh-featured__play-text{font-size:var(--text-sm);color:var(--muted)}@media (hover:hover) and (pointer:fine){.dh-scope .dh-featured:hover .dh-featured__media img{transform:scale(1.04)}.dh-scope .dh-featured:hover .dh-featured__play-btn{background:var(--copper-0)}.dh-scope .dh-featured:hover .dh-featured__play-btn svg{fill:#111}}.dh-scope .dh-tours__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.75rem,1.5vw,1.25rem)}.dh-scope .dh-tour-card{position:relative;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;aspect-ratio:16/10;background:var(--surface-0)}.dh-scope .dh-tour-card__media{position:absolute;inset:0}.dh-scope .dh-tour-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-smooth)}.dh-scope .dh-tour-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(25,25,25,.85) 100%)}.dh-scope .dh-tour-card__content{position:absolute;bottom:0;left:0;right:0;padding:var(--space-lg) clamp(.75rem,2vw,1.25rem);z-index:2}.dh-scope .dh-tour-card__room{font-family:var(--font-heading);font-size:clamp(1rem,1.3vw,1.2rem);font-weight:400;color:var(--text-0);margin-bottom:.25rem}.dh-scope .dh-tour-card__play{display:flex;align-items:center;gap:.5rem;font-size:var(--text-xs);color:var(--copper-1);text-transform:uppercase;letter-spacing:.08em}.dh-scope .dh-tour-card__play-icon{width:28px;height:28px;border:1px solid rgba(204,132,52,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all var(--dur-fast) ease}.dh-scope .dh-tour-card__play-icon svg{width:10px;height:10px;fill:var(--copper-1);margin-left:2px}.dh-scope .dh-tour-card__border{position:absolute;inset:0;border:1px solid transparent;border-radius:var(--radius-sm);transition:border-color var(--dur-fast) ease;pointer-events:none;z-index:3}@media (hover:hover) and (pointer:fine){.dh-scope .dh-tour-card:hover .dh-tour-card__media img{transform:scale(1.06)}.dh-scope .dh-tour-card:hover .dh-tour-card__border{border-color:rgba(204,132,52,.3)}.dh-scope .dh-tour-card:hover .dh-tour-card__play-icon{background:var(--copper-0);border-color:var(--copper-0)}.dh-scope .dh-tour-card:hover .dh-tour-card__play-icon svg{fill:#111}}.dh-scope .dh-gallery{background:var(--bg-0)}.dh-scope .dh-gallery__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--space-3xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border);position:relative}.dh-scope .dh-gallery__header::after{content:"";position:absolute;bottom:-1px;left:0;width:80px;height:1px;background:var(--copper-0)}.dh-scope .dh-gallery__count{font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;color:rgba(204,132,52,.12);line-height:1;letter-spacing:-.02em}.dh-scope .dh-gallery__showcase{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3.5rem)}.dh-scope .dh-gallery__piece{position:relative;display:grid;grid-template-columns:1fr;gap:0}.dh-scope .dh-gallery__visual{position:relative;overflow:hidden;cursor:pointer;background:var(--surface-0)}.dh-scope .dh-gallery__visual--hero{aspect-ratio:21/9}.dh-scope .dh-gallery__visual--wide{aspect-ratio:2.4/1}.dh-scope .dh-gallery__visual--landscape{aspect-ratio:16/9}.dh-scope .dh-gallery__visual img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-smooth);will-change:transform}.dh-scope .dh-gallery__curtain{position:absolute;inset:0;background:var(--bg-0);z-index:4;transform-origin:right;will-change:transform}.dh-scope .dh-gallery__visual::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,rgba(25,25,25,.45) 100%);z-index:1;pointer-events:none}.dh-scope .dh-gallery__inset{position:absolute;inset:clamp(10px,1.2vw,20px);z-index:2;pointer-events:none;opacity:0;transition:opacity .6s var(--ease-out)}.dh-scope .dh-gallery__inset::before{content:"";position:absolute;top:0;left:0;width:32px;height:32px;border-top:1px solid rgba(204,132,52,.4);border-left:1px solid rgba(204,132,52,.4)}.dh-scope .dh-gallery__inset::after{content:"";position:absolute;bottom:0;right:0;width:32px;height:32px;border-bottom:1px solid rgba(204,132,52,.4);border-right:1px solid rgba(204,132,52,.4)}.dh-scope .dh-gallery__num{position:absolute;bottom:clamp(12px,2vw,28px);right:clamp(12px,2vw,28px);z-index:3;font-family:var(--font-heading);font-size:clamp(3rem,5vw,5rem);font-weight:300;color:rgba(240,240,236,0);line-height:1;transition:color .6s var(--ease-out);pointer-events:none}.dh-scope .dh-gallery__info{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) 0;border-bottom:1px solid var(--border)}.dh-scope .dh-gallery__info-left{display:flex;flex-direction:column;gap:.2rem}.dh-scope .dh-gallery__info-title{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:400;color:var(--text-0)}.dh-scope .dh-gallery__info-sub{font-size:var(--text-xs);color:var(--muted)}.dh-scope .dh-gallery__info-right{display:flex;align-items:center;gap:var(--space-md)}.dh-scope .dh-gallery__info-phase{font-size:.6rem;font-weight:500;color:var(--copper-1);text-transform:uppercase;letter-spacing:.12em;padding:.3em .8em;border:1px solid rgba(204,132,52,.2)}.dh-scope .dh-gallery__info-expand{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:0 0;display:flex;align-items:center;justify-content:center;transition:all var(--dur-fast) ease;color:var(--muted);font-size:.9rem}@media (hover:hover) and (pointer:fine){.dh-scope .dh-gallery__visual:hover img{transform:scale(1.05)}.dh-scope .dh-gallery__visual:hover .dh-gallery__inset{opacity:1}.dh-scope .dh-gallery__visual:hover .dh-gallery__num{color:rgba(240,240,236,.08)}.dh-scope .dh-gallery__info-expand:hover{border-color:var(--copper-0);color:var(--copper-1);transform:scale(1.08)}}.dh-scope .dh-gallery__pair{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.4rem,.8vw,.6rem)}.dh-scope .dh-gallery__pair .dh-gallery__visual{aspect-ratio:4/3}.dh-scope .dh-gallery__timeline{display:flex;align-items:center;gap:0;margin-top:var(--space-3xl);position:relative}.dh-scope .dh-gallery__timeline::before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border);transform:translateY(-50%)}.dh-scope .dh-gallery__timeline-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);position:relative;z-index:1}.dh-scope .dh-gallery__timeline-dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--copper-0);background:var(--bg-0);transition:all .4s ease}.dh-scope .dh-gallery__timeline-dot--done{background:var(--copper-0);box-shadow:0 0 12px var(--copper-glow)}.dh-scope .dh-gallery__timeline-label{font-size:var(--text-xs);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;text-align:center}.dh-scope .dh-gallery__timeline-label--active{color:var(--copper-1)}.dh-scope .dh-viewer{position:fixed;inset:0;z-index:100001;background:rgba(0,0,0,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease;-webkit-user-select:none;user-select:none}.dh-scope .dh-viewer.is-active{opacity:1;pointer-events:all}.dh-scope .dh-viewer__img-wrap{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.dh-scope .dh-viewer__img-wrap img{max-width:90vw;max-height:85vh;object-fit:contain;pointer-events:none;-webkit-user-drag:none;-webkit-touch-callout:none}.dh-scope .dh-viewer__shield{position:absolute;inset:0;z-index:10;cursor:default}.dh-scope .dh-viewer__bar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--space-xl);z-index:20}.dh-scope .dh-viewer__counter{font-family:var(--font-heading);font-size:clamp(.9rem,1.2vw,1.1rem);color:var(--text-0);letter-spacing:.05em}.dh-scope .dh-viewer__counter span{color:var(--copper-1)}.dh-scope .dh-viewer__caption{font-size:var(--text-sm);color:var(--muted);text-align:center;flex:1}.dh-scope .dh-viewer__close{width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:0 0;color:var(--text-0);font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--dur-fast) ease}.dh-scope .dh-viewer__close:hover{border-color:var(--copper-0);color:var(--copper-1)}.dh-scope .dh-viewer__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:rgba(25,25,25,.5);color:var(--text-0);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;transition:all var(--dur-fast) ease}.dh-scope .dh-viewer__nav:hover{border-color:var(--copper-0);color:var(--copper-1);background:rgba(204,132,52,.1)}.dh-scope .dh-viewer__nav--prev{left:var(--space-lg)}.dh-scope .dh-viewer__nav--next{right:var(--space-lg)}.dh-scope .dh-viewer__thumbs{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:clamp(.3rem,.6vw,.5rem);padding:var(--space-lg);background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));z-index:20}.dh-scope .dh-viewer__thumb{width:clamp(48px,6vw,72px);height:clamp(36px,4.5vw,54px);border-radius:2px;overflow:hidden;border:2px solid transparent;opacity:.4;cursor:pointer;transition:all .3s ease;flex-shrink:0}.dh-scope .dh-viewer__thumb.is-active{border-color:var(--copper-0);opacity:1}.dh-scope .dh-viewer__thumb:hover{opacity:.8}.dh-scope .dh-viewer__thumb img{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-drag:none}.dh-scope .dh-testimonial{background:var(--slate-grad);text-align:center}.dh-scope .dh-testimonial__quote{font-family:var(--font-heading);font-size:clamp(1.3rem,2.4vw,2rem);font-weight:300;font-style:italic;color:var(--text-0);max-width:48ch;margin:0 auto var(--space-lg);line-height:1.5}.dh-scope .dh-testimonial__mark{color:var(--copper-0);font-size:1.3em}.dh-scope .dh-testimonial__cite{font-size:var(--text-sm);color:var(--muted)}.dh-scope .dh-testimonial__video-wrap{max-width:860px;margin:var(--space-2xl) auto 0;position:relative;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:16/9;cursor:pointer}.dh-scope .dh-testimonial__video-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-smooth)}.dh-scope .dh-testimonial__video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border:2px solid rgba(204,132,52,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(25,25,25,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:all var(--dur-fast) ease}.dh-scope .dh-testimonial__video-play svg{width:18px;height:18px;fill:var(--copper-1);margin-left:4px}@media (hover:hover) and (pointer:fine){.dh-scope .dh-testimonial__video-wrap:hover img{transform:scale(1.03)}.dh-scope .dh-testimonial__video-wrap:hover .dh-testimonial__video-play{background:var(--copper-0);border-color:var(--copper-0);transform:translate(-50%,-50%) scale(1.08)}.dh-scope .dh-testimonial__video-wrap:hover .dh-testimonial__video-play svg{fill:#111}}.dh-scope .dh-cta-strip{background:var(--bg-0);border-top:1px solid var(--border);text-align:center;padding-block:clamp(3rem,6vw,5rem)}.dh-scope .dh-cta-strip__title{margin-bottom:var(--space-sm)}.dh-scope .dh-cta-strip__desc{color:var(--muted);margin:0 auto var(--space-2xl)}.dh-scope .dh-cta-strip__actions{display:flex;justify-content:center;gap:var(--space-md);flex-wrap:wrap}.dh-scope .dh-lightbox{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .4s ease}.dh-scope .dh-lightbox.is-active{opacity:1;pointer-events:all}.dh-scope .dh-lightbox__inner{position:relative;width:90vw;max-width:1100px;aspect-ratio:16/9;background:#000;border-radius:var(--radius-sm);overflow:hidden}.dh-scope .dh-lightbox__inner video{width:100%;height:100%;object-fit:contain}.dh-scope .dh-lightbox__close{position:absolute;top:-44px;right:0;width:36px;height:36px;background:0 0;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:var(--text-0);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--dur-fast) ease}.dh-scope .dh-lightbox__close:hover{border-color:var(--copper-0);color:var(--copper-1)}@media (max-width:1024px){.dh-scope .dh-tours__grid{grid-template-columns:repeat(2,1fr)}.dh-scope .dh-meta__grid{grid-template-columns:repeat(2,1fr)}.dh-scope .dh-featured{aspect-ratio:16/10}}@media (max-width:768px){.dh-scope .dh-hero{min-height:85vh;min-height:85dvh}.dh-scope .dh-tours__grid{grid-template-columns:1fr}.dh-scope .dh-gallery__visual--hero,.dh-scope .dh-gallery__visual--wide{aspect-ratio:16/10}.dh-scope .dh-gallery__pair{grid-template-columns:1fr}.dh-scope .dh-gallery__header{flex-direction:column;align-items:flex-start;gap:.5rem}.dh-scope .dh-gallery__info{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.dh-scope .dh-gallery__timeline{flex-wrap:wrap;gap:var(--space-lg)}.dh-scope .dh-gallery__timeline::before{display:none}.dh-scope .dh-featured__content{padding:var(--space-lg)}.dh-scope .dh-viewer__nav{width:40px;height:40px}.dh-scope .dh-viewer__nav--prev{left:var(--space-sm)}.dh-scope .dh-viewer__nav--next{right:var(--space-sm)}.dh-scope .dh-viewer__bar{padding:var(--space-md)}}@media (max-width:480px){.dh-scope .dh-meta__grid{grid-template-columns:1fr 1fr}.dh-scope .dh-gallery__visual--hero{aspect-ratio:4/3}.dh-scope .dh-cta-strip__actions{flex-direction:column;align-items:center}.dh-scope .dh-testimonial__video-play{width:52px;height:52px}.dh-scope .dh-testimonial__video-play svg{width:14px;height:14px}.dh-scope .dh-viewer__thumbs{display:none}}