*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #000000;--color-text: rgba(255, 255, 255, .92);--color-text-muted: rgba(255, 255, 255, .62);--color-accent: #00e5ff;--color-accent-dim: rgba(0, 229, 255, .25);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;--header-height: 64px;--ease-out: cubic-bezier(.22, 1, .36, 1);--content-width: min(42ch, 100%);--stack-xs: .5rem;--stack-sm: .75rem;--stack-md: 1rem;--stack-lg: 1.25rem}html{scroll-behavior:auto;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html.is-mobile{overflow:hidden;height:100%;height:100dvh}html.is-mobile body{overflow:hidden;height:100%;height:100dvh;min-height:100dvh}body{min-height:100vh;background:var(--color-bg);overflow-x:hidden}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}ul{list-style:none}h1,h2,h3{font-weight:600;letter-spacing:-.02em;line-height:1.15}h1{font-size:clamp(2rem,4.5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.0625rem}.eyebrow{color:var(--color-accent);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:var(--stack-sm)}.lead{color:var(--color-text-muted);font-size:clamp(.9375rem,1.4vw,1.0625rem);line-height:1.65;max-width:var(--content-width)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border:1px solid var(--color-accent);border-radius:999px;color:var(--color-bg);background:var(--color-accent);font-size:.9375rem;font-weight:600;transition:background .3s var(--ease-out),color .3s var(--ease-out),box-shadow .3s var(--ease-out)}.btn:hover{background:transparent;color:var(--color-accent);box-shadow:0 0 24px var(--color-accent-dim)}.btn--outline{background:transparent;color:var(--color-accent)}.btn--outline:hover{background:var(--color-accent);color:var(--color-bg)}.btn--small{padding:.5rem 1.125rem;font-size:.8125rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 clamp(1rem,4vw,2.5rem);background:#00000073;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.site-header__logo img{height:28px;width:auto}.site-header__nav{display:flex;align-items:center;gap:clamp(.75rem,2vw,1.5rem)}.site-header__nav a:not(.btn){font-size:.875rem;color:var(--color-text-muted);transition:color .2s}.site-header__nav a:not(.btn):hover{color:var(--color-text)}.progress-bar{position:fixed;top:var(--header-height);left:0;right:0;z-index:99;height:2px;background:#ffffff14}.progress-bar__fill{height:100%;width:100%;background:var(--color-accent);transform:scaleX(0);transform-origin:left center;will-change:transform}.progress-dots{position:fixed;right:1.25rem;top:50%;transform:translateY(-50%);z-index:98;display:flex;flex-direction:column;gap:.5rem;align-items:center}.progress-item{display:flex;align-items:center;justify-content:center}.progress-item__dot{width:6px;height:6px;border-radius:50%;background:#fff3;transition:background .3s,transform .3s;flex-shrink:0}.progress-item__label{display:none}.progress-item.is-active .progress-item__dot{background:var(--color-accent);transform:scale(1.35)}html.is-mobile .progress-bar{display:none}html.is-mobile .progress-dots{flex-direction:row;right:auto;left:50%;top:auto;bottom:1.5rem;transform:translate(-50%);gap:.625rem;max-width:calc(100% - 2rem);padding:.85rem 1.15rem;border-radius:999px;touch-action:none;cursor:grab;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}html.is-mobile .progress-dots.is-scrubbing{cursor:grabbing;background:#00000059;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}html.is-mobile .progress-item__dot{width:5px;height:5px;transition:none}html.is-mobile .progress-item.is-active .progress-item__dot{display:none;transform:none}html.is-mobile .progress-item.is-active .progress-item__label,html.is-mobile .progress-dots.is-scrubbing .progress-item.is-preview .progress-item__label{display:inline-block;padding:.3rem .75rem;border-radius:999px;background:#00e5ff1f;border:1px solid var(--color-accent-dim);color:var(--color-accent);font-size:.6875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;line-height:1}html.is-mobile .progress-dots.is-scrubbing .progress-item.is-preview .progress-item__dot{display:none}html.is-mobile .progress-dots.is-scrubbing .progress-item.is-active:not(.is-preview) .progress-item__label{display:none}@media(max-width:768px){.site-header__nav a:not(.btn){display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.content-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:calc(var(--header-height) + 1.75rem) clamp(1.5rem,4vw,3rem) 2rem;opacity:0;max-width:100%}html:not(.is-mobile) .content-panel{transition:none}.content-panel.zone-top-left{align-items:flex-start;text-align:left}.content-panel.zone-top-center{align-items:center;text-align:center}.content-panel.zone-top-right{align-items:flex-end;text-align:right}.section-copy{width:100%;max-width:var(--content-width)}html:not(.is-mobile) .content-panel .section-copy{padding:1.35rem 1.5rem 1.5rem;border-radius:18px;background:transparent;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.14);box-shadow:none}html:not(.is-mobile) .content-panel .section-copy h1,html:not(.is-mobile) .content-panel .section-copy h2{text-shadow:0 2px 12px rgba(0,0,0,.7)}html:not(.is-mobile) .content-panel .section-copy .lead,html:not(.is-mobile) .content-panel .section-copy li,html:not(.is-mobile) .content-panel .section-copy .price,html:not(.is-mobile) .content-panel .section-copy .price-note,html:not(.is-mobile) .content-panel .section-copy .contact-links a,html:not(.is-mobile) .content-panel .section-copy .contact-location__note{text-shadow:0 1px 10px rgba(0,0,0,.65)}html:not(.is-mobile) .content-panel .section-copy .pricing-card{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-color:#ffffff1f}@supports not (backdrop-filter: blur(1px)){html:not(.is-mobile) .content-panel .section-copy{background:#00000047}}.content-panel.zone-top-center .section-copy{margin-left:auto;margin-right:auto}.content-panel.zone-top-right .section-copy{margin-left:auto}.content-panel.zone-top-left .section-copy{margin-right:auto}.content-panel__logo{width:clamp(132px,16vw,196px);height:auto;margin-bottom:var(--stack-sm)}.section-copy h1,.section-copy h2{margin:0}.section-copy>.lead,.section-copy>.feature-list,.section-copy>.gallery-preview,.section-copy>.pricing-cards,.section-copy>.contact-block,.section-copy>.cta-group{margin-top:var(--stack-md)}.feature-list{display:flex;flex-direction:column;gap:.625rem}.feature-list li{position:relative;padding-left:1rem;color:var(--color-text-muted);font-size:.9375rem;line-height:1.55}.content-panel.zone-top-right .feature-list li{padding-left:0;padding-right:1rem}.feature-list li:before{content:"";position:absolute;left:0;top:.62em;width:4px;height:4px;border-radius:50%;background:var(--color-accent)}.content-panel.zone-top-right .feature-list li:before{left:auto;right:0}.gallery-preview{width:100%;max-width:20rem}.gallery-preview__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:var(--stack-md)}.gallery-preview__grid img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.08)}.contact-block{display:flex;flex-direction:column;gap:var(--stack-lg)}.contact-links{display:flex;flex-direction:column;gap:var(--stack-xs)}.contact-links a{font-size:.9375rem;line-height:1.5;color:var(--color-text);transition:color .2s}.contact-links a:hover{color:var(--color-accent)}.contact-location__title{font-size:1rem;font-weight:600;letter-spacing:-.01em}.contact-location__hours{margin-top:var(--stack-xs);font-size:.875rem;color:var(--color-accent);letter-spacing:.02em}.contact-location__note{margin-top:var(--stack-sm);font-size:.875rem;line-height:1.6;color:var(--color-text-muted)}.pricing-cards{display:flex;flex-direction:column;gap:.625rem;width:100%;max-width:18.5rem}.pricing-card{padding:.875rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pricing-card h3{color:var(--color-accent);margin:0;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase}.price{margin-top:.375rem;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.price-note{margin-top:.25rem;font-size:.8125rem;line-height:1.45;color:var(--color-text-muted)}.cta-group{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:flex-start}.content-panel.zone-top-center .cta-group{justify-content:center}.content-panel.zone-top-right .cta-group{justify-content:flex-end}html:not(.is-mobile) .content-panel[data-section=gallery] .section-copy,html:not(.is-mobile) .content-panel[data-section=contact] .section-copy{max-width:min(36ch,40vw)}html:not(.is-mobile) .content-panel[data-section=gallery] .gallery-preview{max-width:100%}html:not(.is-mobile) .content-panel[data-section=contact] .contact-block{align-items:flex-end;text-align:right}html:not(.is-mobile) .content-panel[data-section=contact] .cta-group{justify-content:flex-end}@keyframes contact-attention-blink{0%,to{border-color:#ffffff24;box-shadow:none;background:transparent}50%{border-color:#00e5ffe6;box-shadow:0 0 32px #00e5ff66;background:#00e5ff1a}}html:not(.is-mobile) .content-panel[data-section=contact] .section-copy.is-attention-blink{animation:contact-attention-blink .55s ease-in-out 3}@media(prefers-reduced-motion:reduce){html:not(.is-mobile) .content-panel[data-section=contact] .section-copy.is-attention-blink{animation:none;border-color:var(--color-accent)}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;background:#000000eb;opacity:0;pointer-events:none;transition:opacity .3s var(--ease-out)}.lightbox.is-open{display:flex;opacity:1;pointer-events:auto}.lightbox__image{max-width:min(90vw,1200px);max-height:85vh;object-fit:contain;border-radius:4px}.lightbox__close{position:absolute;top:1.5rem;right:1.5rem;font-size:2.5rem;line-height:1;color:var(--color-text-muted);transition:color .2s}.lightbox__close:hover{color:var(--color-accent)}@media(max-width:768px){.gallery-preview,.pricing-cards{max-width:100%}}
