:root{--bg: #020203;--panel: rgba(213, 204, 204, .06);--panel-strong: rgba(255, 255, 255, .1);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .72);--line: rgba(255, 255, 255, .12);--accent: #f6c6d0;--accent-2: #f6d7a7;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{height:100%}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;min-width:0}.container{width:min(1150px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:#0b0b0dc2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:14px 0;min-width:0}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-logo{height:84px;width:auto;display:block;object-fit:contain;border-radius:10px}@media(max-width:860px){.brand-logo{height:38px}}.nav-desktop{display:flex;justify-content:center;align-items:center;gap:22px;min-width:0}.nav-link{padding:8px 12px;border-radius:999px;color:var(--muted);border:1px solid transparent;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.nav-link:hover{background:#ffffff0f;border-color:#ffffff1f;color:var(--text)}.nav-link.active{color:var(--text);border-color:#f6c6d040;background:#f6c6d014}.header-actions{display:flex;align-items:center;gap:12px;justify-self:end}.header-cta{display:inline-flex;white-space:nowrap}.hamburger{width:46px;height:44px;border-radius:14px;border:1px solid var(--line);background:#ffffff0f;cursor:pointer;display:none;place-items:center;padding:10px;gap:6px}.hamburger span{display:block;height:2px;width:100%;border-radius:999px;background:#ffffffd9}.mobile-drawer{display:none;border-top:1px solid var(--line);background:#0b0b0deb}.mobile-drawer.open{display:block}.mobile-drawer-inner{padding:16px 0 22px}.mobile-link{display:block;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#ffffff0f;margin-bottom:10px;white-space:nowrap}.mobile-link.active{border-color:#f6c6d059;background:#f6c6d01f}.mobile-actions{margin-top:12px}.mobile-note{margin:14px 0 0;color:var(--muted);font-size:13px}@media(max-width:860px){.nav-desktop,.header-cta{display:none}.hamburger{display:grid}}.site-footer{border-top:1px solid var(--line);background:#ffffff08}.footer-map{width:100%;border-bottom:1px solid var(--line)}.footer-map iframe{display:block;width:100%;height:320px;border:0}.footer-inner{padding:34px 0;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:18px;align-items:start}.footer-brand{font-weight:700;letter-spacing:.01em}.footer-copy{margin:10px 0 0;color:var(--muted);max-width:52ch}.footer-links{display:grid;gap:10px;justify-items:start}.footer-link{color:var(--muted);padding:8px 10px;border-radius:999px;border:1px solid transparent}.footer-link:hover{color:var(--text);border-color:#ffffff1f;background:#ffffff0d}.footer-right{display:grid;gap:12px;justify-items:end}.footer-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.badge{border:1px solid var(--line);background:#ffffff0f;color:var(--text);padding:6px 10px;border-radius:999px;font-size:12px}.footer-meta{color:var(--muted);font-size:12px;text-align:right}.footer-socials{margin-top:14px;display:flex;gap:10px;align-items:center}.social-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text)}.social-icon svg{width:20px;height:20px;fill:currentColor}.social-icon:hover{border-color:#ffffff3d;background:#ffffff1a}.footer-built{color:var(--muted);font-size:12px;text-align:right}.footer-built a{color:var(--text);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.18)}.footer-built a:hover{border-bottom-color:#ffffff59}@media(max-width:980px){.footer-map iframe{height:260px}.footer-inner{grid-template-columns:1fr}.footer-right{justify-items:start}.footer-meta,.footer-built{text-align:left}.footer-badges{justify-content:flex-start}}.hero{position:relative;min-height:200vh;width:100%;overflow:hidden;background:#000}.hero-media{position:absolute;inset:0;z-index:1}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#00000073 60%,#000000b3)}.hero-inner{position:relative;z-index:2;min-height:200vh;width:100%;display:flex;align-items:flex-end;justify-content:center}.hero-card{max-width:680px;width:100%;color:#fff;padding-bottom:120px}.hero-kicker,.hero-sub,.hero-actions,.hero-stats{display:block}.hero-title{font-size:clamp(2.6rem,4.5vw,3.8rem);line-height:1.05;margin:0}.hero-actions{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap;justify-content:center}.hero-actions .btn{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.85);padding:14px 22px;text-decoration:none;font-weight:600;letter-spacing:.02em;transition:all .2s ease;min-height:48px;display:inline-flex;align-items:center;justify-content:center}.hero-actions .btn:hover{background:#fff;color:#000}.hero-actions .btn-primary{border-color:#fff}@media(max-width:768px){.hero{min-height:100svh}.hero-inner{min-height:100svh;align-items:flex-end}.hero-kicker,.hero-sub,.hero-stats{display:none}.hero-card{padding-bottom:40px;max-width:100%;text-align:center}.hero-title{font-size:clamp(1.9rem,6vw,2.4rem);text-align:center}.hero-actions{margin-top:18px;gap:12px}.hero-actions .btn{padding:12px 16px;border-width:2px;width:min(360px,100%)}}@media(max-width:420px){.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:340px}}.about-grid{align-items:stretch}.about-artists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.artist-card{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#ffffff0a}.artist-card img{width:100%;height:420px;object-fit:cover;display:block}.artist-name{padding:12px;text-align:center;font-weight:700;letter-spacing:.02em;background:#00000059}.about-copy{padding:10px 0}.about-points{margin-top:18px;display:grid;gap:10px}.point{border:1px solid var(--line);background:#ffffff0d;border-radius:18px;padding:14px}.point-title{font-weight:700}.point-text{margin-top:6px;color:var(--muted);font-size:14px}@media(max-width:980px){.about-artists{grid-template-columns:1fr}.artist-card img{height:320px}}.quick-shop{max-width:1200px;margin:0 auto;padding:64px 20px}.quick-shop-title{text-align:center;font-size:1.8rem;margin-bottom:40px}.quick-shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.quick-shop-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 25px #0000000f;display:flex;flex-direction:column}.quick-shop-card img{width:100%;height:220px;object-fit:cover}.quick-shop-card h3{font-size:1.05rem;margin:16px}.quick-shop-card p{font-size:.9rem;color:#555;margin:0 16px 16px;flex-grow:1}.buy-now{margin:16px;padding:12px;text-align:center;background:#000;color:#fff;text-decoration:none;border-radius:999px;font-weight:500}.buy-now:hover{background:#222}.marquee{overflow:hidden;padding:10px 0 0}.marquee-track{display:flex;gap:16px;width:max-content;padding:0 20px;animation:marquee 26s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-card{width:min(520px,78vw);height:340px;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#ffffff0a;cursor:zoom-in}.marquee-card img{width:100%;height:100%;object-fit:cover}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.lightbox{position:fixed;inset:0;z-index:1000;background:#000000e6;display:grid;place-items:center;padding:20px}.lightbox img{max-width:92vw;max-height:92vh;border-radius:16px}.lightbox-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;font-size:22px;cursor:pointer}@media(max-width:520px){.marquee-card{height:260px}}.t-marquee{position:relative;overflow:hidden;width:100%}.t-track{display:flex;gap:20px;width:max-content;animation:testimonials-scroll 70s linear infinite}.t-card{flex:0 0 320px;background:#fff;color:#111;border-radius:20px;padding:26px 24px;box-shadow:0 10px 30px #00000014}.t-stars{font-size:14px;letter-spacing:2px;color:#f5b301;margin-bottom:10px}.t-quote{font-size:16px;line-height:1.6}.t-name{margin-top:14px;font-weight:600;font-size:14px;color:#555}@keyframes testimonials-scroll{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(hover:hover){.t-marquee:hover .t-track{animation-play-state:paused}}@media(max-width:900px){.t-card{flex:0 0 85vw}}
