@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.header{z-index:110;border-bottom:1px solid #0000;width:100%;padding:1.75rem 0;transition:padding .35s,background .35s,border-color .35s;position:fixed;top:0;left:0}.header.scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border-color);padding:1rem 0}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{flex-direction:column;gap:2px;line-height:1;display:flex}.logo-main{letter-spacing:3px;text-transform:uppercase;color:var(--text-primary);font-size:1rem;font-weight:900}.logo-sub{letter-spacing:4px;text-transform:uppercase;color:var(--text-secondary);font-size:.6rem;font-weight:400}.desktop-nav{align-items:center;gap:2.5rem;display:none}@media (width>=1024px){.desktop-nav{display:flex}}.nav-list{gap:2.25rem;list-style:none;display:flex}.nav-link{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;font-size:.78rem;font-weight:600;transition:color .25s;position:relative}.nav-link:after{content:"";background:var(--text-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--text-primary)}.nav-link:hover:after{width:100%}.nav-cta{background:var(--text-primary);color:var(--bg-color);letter-spacing:.5px;border-radius:2px;padding:.65rem 1.4rem;font-size:.78rem;font-weight:700}.nav-cta:hover{background:#fff}.mobile-menu-toggle{z-index:110;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}@media (width>=1024px){.mobile-menu-toggle{display:none}}.mobile-nav{background:var(--bg-color);z-index:105;justify-content:center;align-items:center;transition:transform .45s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;inset:0;transform:translate(100%)}.mobile-nav.open{transform:translate(0)}.mobile-nav-inner{width:100%;padding:0 2.5rem}.mobile-nav-list{text-align:left;flex-direction:column;gap:2rem;list-style:none;display:flex}.mobile-nav-link{font-size:clamp(2rem,8vw,3rem);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);font-weight:800;transition:color .2s;display:block}.mobile-nav-link:hover{color:var(--text-primary)}.mobile-nav-divider{background:var(--border-color);height:1px;margin:1rem 0}.mobile-nav-cta{margin-top:.5rem}.hero{background:var(--bg);flex-direction:column;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:-8%}.hero-bg-img{object-fit:cover;filter:grayscale(30%)brightness(.45)contrast(1.15);will-change:transform;width:100%;height:100%}.hero-overlay{z-index:1;background:linear-gradient(90deg,#040404f2 0%,#040404a6 55%,#0404044d 100%),linear-gradient(#0000 60%,#040404 100%);position:absolute;inset:0}.hero-noise{z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-accent-stripe{background:linear-gradient(to bottom, transparent, var(--accent-color) 30%, var(--accent-color) 70%, transparent);z-index:3;width:2px;position:absolute;top:15%;bottom:15%;left:0}.hero-bg-word{letter-spacing:-.07em;color:#0000;-webkit-text-stroke:1.5px #ffffff0d;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;font-size:clamp(9rem,24vw,22rem);font-weight:900;line-height:.85;position:absolute;bottom:-.1em;right:-.04em}.hero-container{z-index:4;flex:1;align-items:center;width:100%;padding-top:5rem;padding-bottom:8rem;display:flex;position:relative}.hero-inner{width:100%;max-width:700px}.hero-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--accent-color);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.6rem;font-weight:800;display:inline-flex}.hero-eyebrow-dot{background:var(--accent-color);border-radius:50%;flex-shrink:0;width:5px;height:5px}.hero-title{color:#fff;letter-spacing:-.05em;margin-bottom:1.5rem;font-size:clamp(3.2rem,8vw,7rem);font-weight:900;line-height:.95}.hero-title em{color:#ffffffbf;font-style:italic}.hero-divider{background:var(--accent-color);width:48px;height:2px;margin-bottom:1.5rem}.hero-subtitle{color:#ffffffa6;max-width:520px;margin-bottom:2.5rem;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.8}.hero-ctas{flex-wrap:wrap;gap:1rem;margin-bottom:4rem;display:flex}.hero-btn-primary,.hero-btn-secondary{padding:1.1rem 2.25rem;font-size:.82rem}.hero-stats{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:0;padding-top:2rem;display:flex}.hero-stat{border-right:1px solid #ffffff14;flex-direction:column;gap:.2rem;margin-right:2.5rem;padding-right:2.5rem;display:flex}.hero-stat:last-child{border-right:none;margin-right:0;padding-right:0}.hero-stat-value{color:#fff;letter-spacing:-.04em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;line-height:1}.hero-stat-label{letter-spacing:2.5px;text-transform:uppercase;color:#fff6;font-size:.62rem;font-weight:700}.hero-scroll-cue{color:#ffffff59;letter-spacing:3px;text-transform:uppercase;z-index:4;flex-direction:column;align-items:center;gap:.5rem;font-size:.58rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom, var(--accent-color), #ffffff26);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.5}50%{opacity:1}}.hero-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.hero-badge{letter-spacing:2px;text-transform:uppercase;color:#ffffff8c;border:1px solid #ffffff1f;padding:.35rem .8rem;font-size:.6rem;font-weight:700}@media (width<=767px){.hero{min-height:auto;padding-top:110px;display:block}.hero-container{padding-top:2rem;padding-bottom:4rem;display:block}.hero-inner{margin:0 auto}.hero-title{margin-bottom:1rem;font-size:clamp(2.2rem,9vw,3rem);line-height:1.1}.hero-subtitle{margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.hero-ctas{gap:.75rem;margin-bottom:2rem}.hero-btn-primary,.hero-btn-secondary{text-align:center;width:100%}.hero-stats{justify-content:flex-start;gap:1rem 0;margin-top:1.5rem;padding-top:1.5rem}.hero-stat{border-right:none;width:48%;margin-right:0;padding-right:0}.hero-scroll-cue{display:none}}.studio{background:0 0;position:relative;overflow:hidden}.studio-bg-number{color:#0000;-webkit-text-stroke:1px var(--border-color);pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.06em;font-size:clamp(14rem,28vw,22rem);font-weight:900;line-height:1;position:absolute;top:-.1em;left:-.05em}.studio-inner{z-index:2;grid-template-columns:1fr;gap:4rem;display:grid;position:relative}@media (width>=900px){.studio-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem}}.studio-visual-grid{aspect-ratio:5/4;grid-template-rows:repeat(10,1fr);grid-template-columns:repeat(12,1fr);gap:0;width:100%;max-width:min(380px,100%);margin:0 auto 2rem;display:grid}.studio-img-wrap{border:1px solid var(--border-color);border-radius:6px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.studio-img{object-fit:cover;filter:grayscale(20%)contrast(1.05);width:100%;height:100%;transition:filter .5s}.studio-img-wrap:hover .studio-img{filter:grayscale(0%)contrast(1.1)}.img-primary{z-index:1;border:1px solid #ffffff14;grid-area:2/1/10/10}.img-secondary{z-index:2;border:2px solid #ffffff2e;grid-area:1/7/6/13;box-shadow:0 4px 16px #0009}.img-tertiary{z-index:3;border:2px solid #ffffff2e;grid-area:6/5/11/11;box-shadow:0 4px 16px #0009}@media (width>=900px){.studio-visual-grid{aspect-ratio:1;grid-template-rows:repeat(12,1fr);max-width:none;margin:0}.img-primary{border:none;grid-area:1/2/10/11}.img-secondary{border:6px solid var(--surface-color);box-shadow:none;grid-area:7/1/13/7}.img-tertiary{border:6px solid var(--surface-color);box-shadow:none;grid-area:4/9/12/13}}.studio-content{flex-direction:column;gap:1.5rem;max-width:100%;display:flex}.studio-title{word-break:break-word;max-width:100%;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.08}.studio-description{color:var(--text-secondary);word-break:break-word;max-width:100%;font-size:1.05rem;line-height:1.85}.studio-features{border-top:1px solid var(--border-color);flex-direction:column;gap:1.5rem;max-width:100%;margin-top:1rem;padding-top:2rem;display:flex}.studio-feature-item{border:1px solid var(--border-color);box-sizing:border-box;background:#ffffff05;border-radius:8px;align-items:flex-start;gap:1rem;width:100%;max-width:100%;padding:1.5rem;transition:background .3s,border-color .3s;display:flex}.studio-feature-item>div:last-child{flex:1;min-width:0}.studio-feature-item:hover{background:#ffffff0a;border-color:#ffffff1a}.studio-feature-icon{border:1px solid var(--border-light);background:var(--bg-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:.15rem;display:flex}.feature-dot{background:var(--accent-color);border-radius:50%;width:6px;height:6px}.studio-feature-title{color:var(--text-primary);margin-bottom:.3rem;font-size:1rem;font-weight:700}.studio-feature-text{color:var(--text-secondary);word-break:break-word;font-size:.9rem;line-height:1.6}@media (width<=767px){.studio-inner{gap:2.5rem}.studio-feature-item{padding:1.25rem}}.services{background:0 0;position:relative}.services-header{text-align:center;z-index:2;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex;position:relative}.services-title{margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.08}.services-subtitle{color:var(--text-secondary);max-width:600px;font-size:1rem;line-height:1.8}.services-grid{z-index:2;border:1px solid var(--border-color);grid-template-columns:1fr;gap:1px;display:grid;position:relative}@media (width>=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{border:none;border-right:1px solid var(--border-color);background:linear-gradient(135deg,#0d0d0d 0%,#090909 100%);flex-direction:column;gap:1.25rem;padding:2.5rem 1.75rem;transition:background .3s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--accent-color);transform-origin:0;height:2px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{background:linear-gradient(135deg,#111 0%,#0d0d0d 100%)}.service-card:hover:before{transform:scaleX(1)}.service-card:after{content:"";background:#99151566;border-radius:50%;width:4px;height:4px;position:absolute;bottom:1rem;right:1rem}.service-icon-wrap{border:1px solid var(--border-light);width:44px;height:44px;color:var(--accent-color);background:#9915150d;border-radius:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.service-card:hover .service-icon-wrap{background:#9915151f;border-color:#99151566}.service-title{letter-spacing:-.02em;color:var(--text-primary);font-size:1rem;font-weight:800}.service-desc{color:var(--text-secondary);flex:1;font-size:.85rem;line-height:1.75}@media (width<=767px){.services-header{margin-bottom:2.5rem}.service-card{gap:.75rem;padding:1.5rem 1.25rem}.service-icon-wrap{width:36px;height:36px}.service-icon-wrap svg{width:18px;height:18px}.service-title{font-size:.95rem}.service-desc{font-size:.8rem;line-height:1.6}}.staff{background:0 0;position:relative}.staff-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem;display:grid}@media (width>=900px){.staff-header{grid-template-columns:1fr 1fr;align-items:end;margin-bottom:5rem}}.staff-title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.08}.staff-subtitle{color:var(--text-secondary);max-width:400px;font-size:1rem;line-height:1.8}.staff-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.staff-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width>=1024px){.staff-grid{grid-template-columns:repeat(4,1fr)}}.artist-card{cursor:pointer;border:1px solid var(--border-color);background:linear-gradient(160deg,#0e0e0e 0%,#090909 100%);border-radius:2px;transition:border-color .35s,transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000080}.artist-card:hover{border-color:#99151566;transform:translateY(-8px);box-shadow:0 20px 56px #000000b3,0 0 0 1px #99151526}.artist-img-wrap{aspect-ratio:3/4;position:relative;overflow:hidden}.artist-img{object-fit:cover;filter:grayscale(80%)brightness(.65)contrast(1.1);width:100%;height:100%;transition:filter .5s,transform .6s}.artist-card:hover .artist-img{filter:grayscale(30%)brightness(.85)contrast(1.05);transform:scale(1.07)}.artist-img-overlay{background:linear-gradient(#0000 0%,#0606064d 45%,#060606f2 100%);position:absolute;inset:0}.artist-style-tag{letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#060606bf;border:1px solid #ffffff1a;border-radius:100px;padding:.3rem .75rem;font-size:.6rem;font-weight:700;position:absolute;top:.875rem;left:.875rem}.artist-years{letter-spacing:1px;background:var(--accent-color);color:#fff;border-radius:3px;padding:.3rem .6rem;font-size:.6rem;font-weight:700;position:absolute;top:.875rem;right:.875rem}.artist-info{padding:1.25rem 1.25rem 1.5rem}.artist-name{letter-spacing:-.03em;margin-bottom:.25rem;font-size:1.05rem;font-weight:800}.artist-role{letter-spacing:1.5px;text-transform:uppercase;color:var(--accent-color);margin-bottom:.8rem;font-size:.72rem;font-weight:700}.artist-desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.85rem;line-height:1.7;display:-webkit-box;overflow:hidden}.artist-cta{letter-spacing:1px;text-transform:uppercase;color:var(--text-primary);border-bottom:1px solid var(--border-light);align-items:center;gap:.5rem;padding-bottom:2px;font-size:.78rem;font-weight:700;transition:gap .25s,border-color .25s;display:inline-flex}.artist-card:hover .artist-cta{border-color:var(--text-primary);gap:.85rem}@media (width<=767px){.staff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (width<=359px){.staff-grid{grid-template-columns:1fr}}.artist-img-wrap{aspect-ratio:4/5}.artist-style-tag{letter-spacing:1px;padding:.2rem .4rem;font-size:.5rem;top:.5rem;left:.5rem}.artist-years{padding:.2rem .4rem;font-size:.5rem;top:.5rem;right:.5rem}.artist-info{padding:.75rem}.artist-name{margin-bottom:.15rem;font-size:.85rem}.artist-role{margin-bottom:.5rem;font-size:.6rem}.artist-desc{-webkit-line-clamp:2;margin-bottom:.75rem;font-size:.75rem;line-height:1.4}.artist-cta{font-size:.65rem}}.gallery{background:0 0;position:relative}.gallery-header{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}@media (width>=900px){.gallery-header{grid-template-columns:1fr 1fr;align-items:end}}.gallery-title{letter-spacing:-.04em;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.05}.gallery-subtitle{color:var(--text-secondary);max-width:400px;font-size:.95rem;line-height:1.8}.gallery-filters{border:1px solid var(--border-color);gap:0;width:fit-content;margin-bottom:2.5rem;display:flex;overflow-x:auto}.gallery-filter-btn{letter-spacing:2px;text-transform:uppercase;border:none;border-right:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;flex-shrink:0;padding:.55rem 1.25rem;font-size:.65rem;font-weight:700;transition:all .2s}.gallery-filter-btn:last-child{border-right:none}.gallery-filter-btn:hover{color:var(--text-primary);background:#ffffff08}.gallery-filter-btn.active{background:var(--text-primary);color:var(--bg);letter-spacing:2px}.gallery-grid{background:var(--border-color);grid-template-columns:1fr;grid-auto-flow:dense;gap:1px;display:grid}@media (width>=640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-card-featured{grid-column:span 1}.gallery-card-featured .gallery-card-img-wrap{aspect-ratio:1}@media (width>=640px){.gallery-card-featured{grid-column:span 2}.gallery-card-featured .gallery-card-img-wrap{aspect-ratio:16/9}}.gallery-card{cursor:pointer;background:var(--surface-color);border:none;transition:z-index .1s;position:relative;overflow:hidden}.gallery-card-img-wrap{aspect-ratio:3/4;position:relative;overflow:hidden}.gallery-card-img{object-fit:cover;filter:grayscale(45%)brightness(.75)contrast(1.1);width:100%;height:100%;transition:filter .5s,transform .55s}.gallery-card:hover .gallery-card-img{filter:grayscale(10%)brightness(.9)contrast(1.05);transform:scale(1.07)}.gallery-card-overlay{opacity:0;background:linear-gradient(#0000 0%,#0404044d 50%,#040404f2 100%);flex-direction:column;justify-content:flex-end;padding:1.1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-card-overlay{opacity:1}.gallery-card-expand-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff26;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:.75rem;right:.75rem}.gallery-card-overlay-title{color:#fff;margin-bottom:.15rem;font-size:.85rem;font-weight:700;line-height:1.3}.gallery-card-overlay-artist{color:#ffffff8c;letter-spacing:.5px;font-size:.68rem}.gallery-card-info{padding:.875rem 1rem}.gallery-card-category{letter-spacing:2.5px;text-transform:uppercase;color:var(--accent-color);margin-bottom:.25rem;font-size:.58rem;font-weight:700;display:block}.gallery-card-title{letter-spacing:-.01em;margin-bottom:.1rem;font-size:.85rem;font-weight:700;line-height:1.3}.gallery-card-artist{color:var(--text-secondary);font-size:.72rem}.gallery-modal-backdrop{-webkit-backdrop-filter:blur(14px);z-index:200;background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.gallery-modal{background:#090909;border:1px solid #ffffff12;flex-direction:column;width:100%;max-width:960px;max-height:calc(100svh - 2rem);display:flex;position:relative;overflow:hidden}@media (width>=700px){.gallery-modal{flex-direction:row;max-height:88vh}}.gallery-modal-close{z-index:100;-webkit-backdrop-filter:blur(8px);width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#00000080;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.gallery-modal-close:hover{background:#ffffff26}@media (width<=767px){.gallery-modal-close{margin:0;position:fixed;top:1.5rem;right:1.5rem}}.gallery-modal-img-wrap{aspect-ratio:4/3;flex-shrink:0;width:100%;overflow:hidden}@media (width>=700px){.gallery-modal-img-wrap{aspect-ratio:auto;width:50%;min-height:420px}}.gallery-modal-img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;touch-action:pan-y;width:100%;height:100%}.gallery-modal-content{flex-direction:column;flex:1;justify-content:center;gap:1rem;padding:2.5rem;display:flex;overflow-y:auto}.gallery-modal-category{letter-spacing:3px;text-transform:uppercase;color:var(--accent-color);font-size:.6rem;font-weight:700}.gallery-modal-title{letter-spacing:-.04em;font-size:clamp(1.35rem,3vw,2rem);font-weight:900;line-height:1.1}.gallery-modal-artist{color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding-bottom:1rem;font-size:.875rem}.gallery-modal-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.gallery-modal-btn{width:100%;margin-top:.5rem}@media (width<=767px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gallery-card-featured{grid-column:span 1}.gallery-card-featured .gallery-card-img-wrap,.gallery-card-img-wrap{aspect-ratio:4/5}.gallery-card-info{padding:.75rem .5rem}.gallery-card-category{letter-spacing:1px;font-size:.5rem}.gallery-card-title{font-size:.75rem}.gallery-card-artist{font-size:.65rem}.gallery-card-expand-icon{width:24px;height:24px;top:.5rem;right:.5rem}.gallery-card-expand-icon svg{width:12px;height:12px}.gallery-filters{border:none;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;width:100%}.gallery-filter-btn{border:1px solid var(--border-color);background:#ffffff05;border-radius:4px;padding:.4rem .8rem;font-size:.6rem}.gallery-filter-btn.active{background:var(--text-primary)}.gallery-modal-close{top:calc(1.5rem + env(safe-area-inset-top));z-index:9999;margin:0;position:fixed;right:1.25rem}.gallery-modal-backdrop{overscroll-behavior:contain;touch-action:none;-webkit-backdrop-filter:blur(24px);background:#000000fa;align-items:flex-end;padding:0;top:0}.gallery-modal{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:auto;border:none;border-radius:16px 16px 0 0;width:100%;max-height:90dvh;margin-top:0;overflow-y:auto}.gallery-modal-img-wrap{aspect-ratio:auto;background:#000;width:100%;height:55vh}.gallery-modal-img{object-fit:contain}.gallery-modal-content{justify-content:flex-start;padding:1.5rem 1.5rem 0}.gallery-modal-title{font-size:1.3rem}.gallery-modal-desc{margin-bottom:1.5rem}.gallery-modal-btn{width:calc(100% + 3rem);padding:1.25rem 1rem calc(1rem + env(safe-area-inset-bottom));background:var(--text-primary);color:var(--bg-color);z-index:50;border-radius:0;margin:0 -1.5rem;position:sticky;bottom:0;box-shadow:0 -8px 24px #000000d9}}.wiz-section{background-color:var(--bg);isolation:isolate;padding-bottom:8rem;position:relative;overflow:hidden}.wiz-bg-elements{z-index:0;pointer-events:none;position:absolute;inset:0}.wiz-bg-glow{background:radial-gradient(circle,#96121214 0%,#0000 50%);width:100vw;height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wiz-bg-texture{mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");position:absolute;inset:0}.wiz-bg-grid{background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-position:50%;background-size:80px 80px;position:absolute;inset:0}.wiz-giant-watermark{color:#0000;-webkit-text-stroke:1.5px #ffffff0a;-webkit-user-select:none;user-select:none;font-size:clamp(10rem,25vw,25rem);font-weight:900;line-height:.8;position:absolute;bottom:-5%;right:-2%}.wiz-header{text-align:center;z-index:2;max-width:600px;margin:0 auto 4.5rem;position:relative}.wiz-title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900}.wiz-subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.wiz-container{z-index:2;position:relative}.wiz-app{-webkit-backdrop-filter:blur(24px);background:#0a0a0a99;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;max-width:900px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 40px 100px #000c,inset 0 0 0 1px #ffffff05,0 20px 40px #9612120d}.wiz-app:before{content:"";z-index:10;background:linear-gradient(90deg,#0000,#961212cc,#0000);height:1px;position:absolute;top:0;left:0;right:0}.wiz-tracker{z-index:5;padding:2.5rem 3rem 0;position:relative}.wiz-tracker-inner{justify-content:space-between;align-items:center;display:flex;position:relative}.wiz-tracker-node{z-index:2;align-items:center;display:flex;position:relative}.wiz-tracker-dot{background:var(--bg);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;transition:all .4s;display:flex}.wiz-tracker-node.is-completed .wiz-tracker-dot{background:var(--accent-color);color:#fff;border:1px solid var(--accent-bright);box-shadow:0 0 15px #96121266}.wiz-tracker-node.is-active .wiz-tracker-dot{color:var(--accent-bright);border:2px solid var(--accent-color);background:0 0;box-shadow:inset 0 0 20px #96121233}.wiz-tracker-node.is-future .wiz-tracker-dot{color:var(--text-muted);background:0 0;border:1px solid #ffffff1a}.wiz-tracker-segment{background:#ffffff0d;width:calc(100% - 32px);height:2px;position:absolute;top:50%;left:32px;transform:translateY(-50%)}.wiz-tracker-inner{grid-template-columns:repeat(3,1fr) auto;display:grid}.wiz-tracker-node{width:100%}.wiz-tracker-node:last-child{width:auto}.wiz-tracker-segment{background:#ffffff14;width:calc(100% - 32px - 1rem);height:1px;margin-left:.5rem;position:relative;overflow:hidden}.wiz-tracker-segment-fill{background:var(--accent-color);transform-origin:0;width:100%;position:absolute;top:0;bottom:0;left:0}.wiz-layout{flex-direction:column;gap:3rem;min-height:480px;padding:3rem;display:flex}@media (width>=768px){.wiz-layout{flex-direction:row;gap:4rem}.wiz-info-area{border-right:1px solid #ffffff0d;flex:0 0 35%;padding-right:3rem}.wiz-interactive-area{flex:1}}.wiz-info-area{position:relative}.wiz-info-content{width:100%;position:absolute;top:0;left:0}@media (width<=767px){.wiz-info-content{position:relative}.wiz-info-area{min-height:180px}}.wiz-huge-num{align-items:baseline;margin-bottom:2rem;display:flex}.wiz-huge-current{letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(4rem,8vw,6rem);font-weight:900;line-height:.8}.wiz-huge-done{color:var(--accent-color);font-size:clamp(3rem,6vw,4.5rem)}.wiz-huge-total{color:var(--text-muted);margin-left:.25rem;font-size:1.2rem;font-weight:600}.wiz-question{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800;line-height:1.2}.wiz-hint{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.wiz-interactive-area{position:relative}.wiz-step-content{width:100%}@media (width>=768px){.wiz-step-content{position:absolute;top:0;left:0}}.wiz-options-grid{flex-direction:column;gap:1rem;display:flex}.wiz-option-card{cursor:pointer;text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:background .3s,border-color .3s,box-shadow .3s;display:flex}.wiz-option-card:hover{background:#ffffff0a;border-color:#ffffff26;box-shadow:0 8px 24px #0006}.wiz-option-card.is-selected{border-color:var(--accent-color);box-shadow:0 8px 32px #96121226, 0 0 0 1px var(--accent-color) inset;background:#96121214}.wiz-option-text{color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.4;font-family:var(--font-main)}.wiz-option-card.is-selected .wiz-option-text{color:#fff}.wiz-option-radio{border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:border-color .3s;display:flex}.wiz-option-card:hover .wiz-option-radio{border-color:#fff6}.wiz-option-card.is-selected .wiz-option-radio{border-color:var(--accent-color)}.wiz-option-radio-fill{background:var(--accent-color);border-radius:50%;width:12px;height:12px}.wiz-summary-wrapper{flex-direction:column;gap:2.5rem;display:flex}.wiz-summary-list{flex-direction:column;gap:.5rem;display:flex}.wiz-summary-item{background:#ffffff04;border:1px solid #ffffff0a;border-radius:6px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.wiz-summary-data{flex-direction:column;gap:.25rem;display:flex}.wiz-summary-label{letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);font-size:.7rem;font-weight:700}.wiz-summary-value{color:var(--text-primary);font-size:1.05rem;font-weight:600}.wiz-summary-edit{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;border:1px solid #ffffff0d;border-radius:4px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.wiz-summary-edit:hover{color:var(--text-primary);background:#ffffff0d;border-color:#fff3}.wiz-action-area{flex-direction:column;align-items:center;gap:1rem;display:flex}.wiz-btn-wa{color:#fff;letter-spacing:.5px;background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1.2rem 2rem;font-size:1.1rem;font-weight:800;transition:background .3s;display:flex;box-shadow:0 8px 24px #25d36626}.wiz-btn-wa:hover{background:#1ebc5a}.wiz-action-hint{color:var(--text-secondary);text-align:center;font-size:.8rem;font-style:italic}.wiz-footer{justify-content:flex-start;min-height:48px;padding:0 3rem 2.5rem;display:flex}.wiz-btn-back{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.85rem;font-weight:600;transition:color .3s;display:inline-flex}.wiz-btn-back:hover{color:var(--text-primary)}@media (width<=767px){.wiz-tracker{padding:2rem 1.5rem 0}.wiz-layout{gap:2rem;min-height:auto;padding:2rem 1.5rem}.wiz-huge-current{font-size:3.5rem}.wiz-question{font-size:1.3rem}.wiz-footer{padding:0 1.5rem 2rem}.wiz-summary-item{flex-direction:column;align-items:flex-start;gap:1rem}.wiz-summary-edit{text-align:center;width:100%}}.testimonials{background:0 0;position:relative;overflow:hidden}.testimonials-header{text-align:center;max-width:560px;margin:0 auto 4rem}.testimonials-title{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:900;line-height:1.05}.testimonials-subtitle{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.testimonials-grid{border:1px solid var(--border-color);grid-template-columns:1fr;gap:0;display:grid}@media (width>=768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{border-right:1px solid var(--border-color);background:linear-gradient(160deg,#0d0d0d 0%,#090909 100%);flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;transition:background .3s;display:flex;position:relative;overflow:hidden}.testimonial-card:last-child{border-right:none}.testimonial-card:before{content:"";background:var(--accent-color);transform-origin:0;height:2px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.testimonial-card:hover:before{transform:scaleX(1)}.testimonial-card:hover{background:linear-gradient(160deg,#101010 0%,#0b0b0b 100%)}.testimonial-card:after{content:"\"";color:#ffffff06;pointer-events:none;font-size:8rem;font-weight:900;line-height:1;position:absolute;top:-.2em;right:1rem}.testimonial-stars{color:#c49a3a;gap:.2rem;display:flex}.testimonial-review{color:#ffffffa6;flex:1;font-size:.92rem;font-style:italic;line-height:1.75}.testimonial-author{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-primary);border-top:1px solid var(--border-color);padding-top:1.25rem;font-size:.78rem;font-weight:700}@media (width<=767px){.testimonials-header{margin-bottom:2.5rem}.testimonial-card{border-bottom:1px solid var(--border-color);gap:1rem;padding:1.5rem 1.25rem}.testimonial-card:last-child{border-bottom:none}.testimonial-card:after{font-size:5rem;top:0}.testimonial-stars svg{width:14px;height:14px}.testimonial-review{font-size:.85rem;line-height:1.6}.testimonial-author{padding-top:1rem;font-size:.72rem}}.faq{background:var(--surface-color);position:relative;overflow:hidden}.faq-header{text-align:center;max-width:640px;margin:0 auto 4rem}.faq-title{margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.08}.faq-subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.8}.faq-list{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--bg-color);border:1px solid var(--border-light);border-radius:6px;transition:border-color .3s;overflow:hidden}.faq-item:hover{border-color:#fff3}.faq-question{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.1rem;font-weight:700;display:flex}.faq-icon{color:var(--accent-color);transition:transform .3s}.faq-icon.open{transform:rotate(180deg)}.faq-answer-wrap{overflow:hidden}.faq-answer{color:var(--text-secondary);padding:0 2rem 1.5rem;font-size:.95rem;line-height:1.7}.cta-section{background:0 0;padding:8rem 0;position:relative;overflow:hidden}.cta-bg{z-index:0;position:absolute;inset:-10%}.cta-bg-img{object-fit:cover;filter:grayscale(80%)brightness(.4);width:100%;height:100%}.cta-overlay{background:linear-gradient(to bottom, var(--bg-color) 0%, #060606b3 40%, #060606b3 60%, var(--bg-color) 100%);z-index:1;position:absolute;inset:0}.cta-inner{z-index:2;grid-template-columns:1fr;gap:3rem;display:grid;position:relative}@media (width>=900px){.cta-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem}}.cta-left{flex-direction:column;gap:1.5rem;display:flex}.cta-title{letter-spacing:-.04em;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.1}.cta-text{color:var(--text-secondary);max-width:440px;font-size:1rem;line-height:1.8}.cta-microcopy{color:var(--text-muted);border-left:2px solid var(--accent-color);padding-left:1rem;font-size:.78rem;font-style:italic;line-height:1.6}.cta-right{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light);background:#0f0f0fb3;border-radius:8px;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.cta-right-title{margin-bottom:.25rem;font-size:1rem;font-weight:700}.cta-right-sub{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;line-height:1.7}.cta-buttons{flex-direction:column;gap:.875rem;display:flex}.cta-btn-wa{color:#fff;background:#1c7a3e;border-radius:3px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .2s;display:flex}.cta-btn-wa:hover{background:#22913c;transform:translateY(-2px)}.cta-btn-email{color:var(--text-secondary);border:1px solid var(--border-light);background:0 0;border-radius:3px;justify-content:center;align-items:center;gap:.6rem;padding:.875rem 2rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.cta-btn-email:hover{color:var(--text-primary);border-color:#ffffff4d}@media (width<=767px){.cta-section{padding:4rem 0}.cta-inner{gap:2.5rem}.cta-right{padding:1.5rem}}.footer{border-top:1px solid var(--border-color);background:#040404;padding:5rem 0 2.5rem}.footer-top{border-bottom:1px solid var(--border-color);grid-template-columns:1fr;gap:3.5rem;margin-bottom:2rem;padding-bottom:4rem;display:grid}@media (width>=640px){.footer-top{grid-template-columns:1fr 1fr}}@media (width>=900px){.footer-top{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem}}.footer-logo{flex-direction:column;gap:3px;margin-bottom:1.25rem;line-height:1;display:flex}.footer-logo-main{letter-spacing:3px;text-transform:uppercase;color:var(--text-primary);font-size:.95rem;font-weight:900}.footer-logo-sub{letter-spacing:4px;text-transform:uppercase;color:var(--text-muted);font-size:.6rem;font-weight:400}.footer-tagline{color:var(--text-secondary);max-width:260px;font-size:.875rem;line-height:1.8}.footer-col-title{letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.62rem;font-weight:800}.footer-col ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-col ul li a{color:var(--text-secondary);font-size:.9rem;transition:color .2s}.footer-col ul li a:hover{color:var(--text-primary)}.footer-contacts{flex-direction:column;gap:.875rem;display:flex}.footer-contact-item{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.875rem;transition:color .2s;display:flex}.footer-contact-item:hover{color:var(--text-primary)}.footer-contact-item svg{opacity:.6;flex-shrink:0}.footer-bottom{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;font-size:.78rem;display:flex}@media (width>=640px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.footer-bottom-credits{align-items:center;gap:.5rem;display:flex}.footer-dot{background:var(--text-muted);border-radius:50%;width:3px;height:3px}@media (width<=767px){.footer{padding:3rem 0 2rem}.footer-top{gap:2.5rem;margin-bottom:1.5rem;padding-bottom:2.5rem}.footer-col-title{margin-bottom:1rem}.footer-col ul{gap:.5rem}}:root{--bg:#040404;--bg-color:#040404;--surface-color:#0b0b0b;--surface-2:#111;--surface-3:#181818;--surface-hover:#161616;--text-primary:#ede8e1;--text-secondary:#636363;--text-muted:#2e2e2e;--accent-color:#961212;--accent-bright:#c01b1b;--accent-dim:#96121226;--accent-glow:#96121214;--border-color:#181818;--border-light:#242424;--glass-bg:#050505e0;--font-main:"Inter", sans-serif;--font-heading:"Inter", sans-serif;--max-width:1320px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}body:after{content:"";z-index:9000;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='512' height='512' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");position:fixed;inset:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;line-height:1.08}a{color:inherit;text-decoration:none}button{font-family:var(--font-main);cursor:pointer;background:0 0;border:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (width>=768px){.container{padding:0 2.5rem}}@media (width>=1200px){.container{padding:0 3rem}}.section-padding{padding:3rem 0}@media (width>=768px){.section-padding{padding:7rem 0}}.section-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--accent-color);align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.58rem;font-weight:800;display:inline-flex}.section-eyebrow:before{content:"";background:var(--accent-color);flex-shrink:0;width:22px;height:1px;display:inline-block}.bg-deep{background-color:var(--bg);isolation:isolate;position:relative;overflow:hidden}.bg-deep:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(55% 55% at 85% 30%,#9612121a 0%,#0000 60%),radial-gradient(40% 60% at 10% 75%,#9612120f 0%,#0000 55%);position:absolute;inset:0}.bg-deep>*{z-index:1;position:relative}.bg-surface{background-color:var(--surface-color);isolation:isolate;position:relative;overflow:hidden}.bg-surface:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff06 1px,#0000 1px);background-size:100% 64px;position:absolute;inset:0}.bg-surface:after{content:"";background:linear-gradient(90deg, transparent 0%, #ffffff0f 25%, var(--accent-color) 50%, #ffffff0f 75%, transparent 100%);pointer-events:none;z-index:1;height:1px;position:absolute;top:0;left:0;right:0}.bg-surface>*{z-index:2;position:relative}.bg-darker{isolation:isolate;background:#020202;position:relative;overflow:hidden}.bg-darker>*{z-index:1;position:relative}.giant-word{letter-spacing:-.07em;color:#0000;-webkit-text-stroke:1.5px #ffffff12;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0;font-size:clamp(8rem,22vw,20rem);font-weight:900;line-height:.85;position:absolute}.giant-word--top-right{top:-.15em;right:-.04em}.giant-word--top-left{top:-.15em;left:-.04em}.giant-word--center-right{top:50%;right:-.04em;transform:translateY(-50%)}.giant-word--bottom{bottom:-.15em;left:-.04em}.section-count{letter-spacing:3px;color:var(--text-muted);text-transform:uppercase;z-index:3;pointer-events:none;font-size:.58rem;font-weight:700;position:absolute;top:2.5rem;right:2.5rem}.display-title{color:var(--text-primary);font-size:clamp(2rem,5vw,3.75rem);font-weight:900;line-height:1.04}.btn{letter-spacing:1px;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.85rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-primary{background-color:var(--text-primary);color:var(--bg)}.btn-primary:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 8px 32px #0009}.btn-secondary{color:var(--text-primary);background-color:#0000;border:1px solid #ffffff2e}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff73}.btn-accent{background-color:var(--accent-color);color:#fff}.btn-accent:hover{background-color:var(--accent-bright);transform:translateY(-2px);box-shadow:0 8px 28px #96121273}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px)}.divider{background:linear-gradient(90deg, transparent, var(--border-light) 30%, var(--border-light) 70%, transparent);height:1px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
