@import"https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@400;600;700&family=Inter:wght@400;500;700&display=swap";:root{--color-bg: #000000;--color-text: #F3FEE2;--color-btn-bg: #FFFFFF;--color-btn-text: #966741;--font-heading: "Hepta Slab", serif;--font-body: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.page-wrapper{display:flex;flex-direction:column}.hero-section{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background-color:var(--color-bg)}.logo-img{width:90%;max-width:600px;max-height:60vh;object-fit:contain;background:transparent;animation:fadeIn 1.5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:absolute;bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.8;animation:bounce 2s infinite;cursor:pointer}.scroll-indicator span{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}.arrow{width:16px;height:16px;border-right:3px solid var(--color-text);border-bottom:3px solid var(--color-text);transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.container{max-width:600px;margin:0 auto;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;min-height:100vh}.avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:4px solid var(--color-text);box-shadow:0 4px 20px #0003}.title{font-size:2.5rem;margin-bottom:.5rem;text-align:center;letter-spacing:-.02em}.bio{font-size:1.1rem;font-weight:500;text-align:center;margin-bottom:2rem;opacity:.9}.links{width:100%;display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.link-card{display:flex;align-items:center;justify-content:center;background-color:var(--color-btn-bg);color:var(--color-btn-text);padding:1rem 1.5rem;border-radius:30px;font-weight:600;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;cursor:pointer;box-shadow:0 4px 12px #0000001a;position:relative;overflow:hidden}.link-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026;background-color:#f8f8f8}.link-card:active{transform:translateY(0)}.link-card-special{background:linear-gradient(135deg,var(--color-btn-bg),#fff5e6);border:2px solid var(--color-btn-text)}.footer{margin-top:auto;text-align:center;font-size:.9rem;opacity:.7}.footer a{text-decoration:underline;text-underline-offset:4px}.page.svelte-14phz6l.svelte-14phz6l{background:#000;color:#f3fee2;min-height:100vh}.hero.svelte-14phz6l.svelte-14phz6l{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.hero-img.svelte-14phz6l.svelte-14phz6l{max-height:1000vh;max-width:90%;object-fit:contain;object-position:center}.scroll-indicator.svelte-14phz6l.svelte-14phz6l{position:absolute;bottom:2rem;animation:svelte-14phz6l-bounce 2s infinite}.arrow.svelte-14phz6l.svelte-14phz6l{width:20px;height:20px;border-right:3px solid #F3FEE2;border-bottom:3px solid #F3FEE2;transform:rotate(45deg)}@keyframes svelte-14phz6l-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section-title.svelte-14phz6l.svelte-14phz6l{font-family:Hepta Slab,serif;font-size:2rem;text-align:center;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:.12em;color:#f3fee2}.coming-soon-section.svelte-14phz6l.svelte-14phz6l{padding:5rem 2rem;display:flex;flex-direction:column;align-items:center}.coming-soon-card.svelte-14phz6l.svelte-14phz6l{display:flex;flex-direction:column;align-items:center;gap:1rem}.coming-soon-cover.svelte-14phz6l.svelte-14phz6l{width:100%;max-width:520px;aspect-ratio:1/1;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #0009}.coming-soon-caption.svelte-14phz6l.svelte-14phz6l{font-family:Hepta Slab,serif;font-size:1rem;color:#f3fee2;opacity:.75;letter-spacing:.05em;text-align:center}.singles-section.svelte-14phz6l.svelte-14phz6l{padding:5rem 2rem;max-width:900px;margin:0 auto}.singles-grid.svelte-14phz6l.svelte-14phz6l{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;justify-items:center}.single-card.svelte-14phz6l.svelte-14phz6l{background:none;border:none;cursor:pointer;width:100%;max-width:300px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0009;transition:transform .25s ease,box-shadow .25s ease;padding:0}.single-card.svelte-14phz6l.svelte-14phz6l:hover{transform:scale(1.04);box-shadow:0 16px 48px #000000d9}.single-cover.svelte-14phz6l.svelte-14phz6l{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.single-overlay.svelte-14phz6l.svelte-14phz6l{position:absolute;top:0;left:0;right:0;bottom:36px;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.single-card.svelte-14phz6l:hover .single-overlay.svelte-14phz6l{opacity:1}.play-icon.svelte-14phz6l.svelte-14phz6l{font-size:3.5rem;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5)}.single-title.svelte-14phz6l.svelte-14phz6l{color:#f3fee2;font-family:Hepta Slab,serif;font-size:.9rem;margin:0;padding:.6rem .75rem;text-align:center;background:#111}.gallery-section.svelte-14phz6l.svelte-14phz6l{padding:5rem 2rem;max-width:1200px;margin:0 auto}.gallery-grid.svelte-14phz6l.svelte-14phz6l{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.photo-card.svelte-14phz6l.svelte-14phz6l{border:none;padding:0;cursor:pointer;border-radius:12px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 4px 20px #00000080;display:block;width:100%;background:#111}.photo-card.svelte-14phz6l img.svelte-14phz6l{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.photo-card.svelte-14phz6l:hover img.svelte-14phz6l{transform:scale(1.06)}.footer.svelte-14phz6l.svelte-14phz6l{padding:4rem 2rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-top:1px solid rgba(243,254,226,.1);background:#000}.footer-logo.svelte-14phz6l.svelte-14phz6l{width:180px;object-fit:contain}.footer-links.svelte-14phz6l.svelte-14phz6l{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-link.svelte-14phz6l.svelte-14phz6l{background:#fff;color:#966741;padding:.6rem 1.4rem;border-radius:30px;font-weight:600;font-family:Inter,sans-serif;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000004d}.footer-link.svelte-14phz6l.svelte-14phz6l:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.copyright.svelte-14phz6l.svelte-14phz6l{font-size:.8rem;opacity:.4}.player-wrapper.svelte-14phz6l.svelte-14phz6l{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;background:#111;border-radius:12px;overflow:hidden;box-shadow:0 8px 48px #000000e6;transition:width .35s ease;width:min(90vw,640px)}.player-wrapper.minimized.svelte-14phz6l.svelte-14phz6l{width:280px}.player-bar.svelte-14phz6l.svelte-14phz6l{display:flex;align-items:center;padding:.4rem .75rem;background:#1a1a1a;min-height:36px;gap:.5rem}.player-bar-title.svelte-14phz6l.svelte-14phz6l{font-size:.8rem;color:#f3fee2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.close-btn.svelte-14phz6l.svelte-14phz6l{background:none;border:none;color:#f3fee2;cursor:pointer;font-size:1rem;padding:.25rem .4rem;margin-left:auto;opacity:.7;line-height:1;transition:opacity .2s;flex-shrink:0}.close-btn.svelte-14phz6l.svelte-14phz6l:hover{opacity:1}.player-frame-wrap.svelte-14phz6l.svelte-14phz6l{position:relative;padding-bottom:56.25%;height:0}.player-frame-wrap.svelte-14phz6l iframe.svelte-14phz6l{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.lightbox-backdrop.svelte-14phz6l.svelte-14phz6l{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center}.lightbox-close.svelte-14phz6l.svelte-14phz6l{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;color:#f3fee2;font-size:1.75rem;cursor:pointer;opacity:.7;line-height:1;z-index:1;transition:opacity .2s}.lightbox-close.svelte-14phz6l.svelte-14phz6l:hover{opacity:1}.lightbox-img-wrap.svelte-14phz6l.svelte-14phz6l{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lightbox-img.svelte-14phz6l.svelte-14phz6l{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 64px #000c;display:block}.lightbox-nav.svelte-14phz6l.svelte-14phz6l{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;color:#f3fee2;font-size:2rem;cursor:pointer;padding:.75rem 1.1rem;border-radius:50%;transition:background .2s ease;line-height:1;z-index:1}.lightbox-nav.svelte-14phz6l.svelte-14phz6l:hover{background:rgba(255,255,255,.22)}.lightbox-prev.svelte-14phz6l.svelte-14phz6l{left:1.5rem}.lightbox-next.svelte-14phz6l.svelte-14phz6l{right:1.5rem}.lightbox-counter.svelte-14phz6l.svelte-14phz6l{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);font-size:.85rem;color:#f3fee2;opacity:.55;font-family:Inter,sans-serif}@media (max-width: 640px){.section-title.svelte-14phz6l.svelte-14phz6l{font-size:1.4rem;margin-bottom:1.5rem}.coming-soon-section.svelte-14phz6l.svelte-14phz6l{padding:3rem 1rem}.coming-soon-cover.svelte-14phz6l.svelte-14phz6l{max-width:340px}.singles-section.svelte-14phz6l.svelte-14phz6l{padding:3rem 1rem}.singles-grid.svelte-14phz6l.svelte-14phz6l{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.gallery-section.svelte-14phz6l.svelte-14phz6l{padding:3rem 1rem}.gallery-grid.svelte-14phz6l.svelte-14phz6l{grid-template-columns:repeat(2,1fr);gap:.75rem}.photo-card.svelte-14phz6l.svelte-14phz6l{border-radius:8px}.player-wrapper.svelte-14phz6l.svelte-14phz6l{bottom:0;right:0;left:0;width:100%!important;border-radius:12px 12px 0 0}.player-wrapper.minimized.svelte-14phz6l.svelte-14phz6l{width:100%!important}.lightbox-prev.svelte-14phz6l.svelte-14phz6l{left:.5rem;padding:.5rem .75rem;font-size:1.5rem}.lightbox-next.svelte-14phz6l.svelte-14phz6l{right:.5rem;padding:.5rem .75rem;font-size:1.5rem}.lightbox-close.svelte-14phz6l.svelte-14phz6l{top:.75rem;right:.75rem;font-size:1.4rem}.lightbox-img-wrap.svelte-14phz6l.svelte-14phz6l{max-width:100vw}.lightbox-img.svelte-14phz6l.svelte-14phz6l{max-height:80vh;border-radius:4px}.footer.svelte-14phz6l.svelte-14phz6l{padding:2.5rem 1rem 2rem}.footer-logo.svelte-14phz6l.svelte-14phz6l{width:140px}.footer-links.svelte-14phz6l.svelte-14phz6l{gap:.75rem}.footer-link.svelte-14phz6l.svelte-14phz6l{padding:.5rem 1rem;font-size:.85rem}.hero.svelte-14phz6l.svelte-14phz6l{height:100svh}.hero-img.svelte-14phz6l.svelte-14phz6l{object-fit:contain;width:100%;height:100%}}
