:root{--color-primary: #1B1545;--color-secondary: #6B4C9A;--color-accent: #D4A24E;--color-bg: #0D0B1A;--color-surface: #1A1535;--color-highlight: #E8C4A0;--color-text: #E5DFF0;--color-text-muted: #9B8FC2;--font-display: "Cinzel", serif;--font-body: "Raleway", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:300;background-color:var(--color-bg);color:var(--color-text);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-highlight)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}::selection{background:var(--color-secondary);color:var(--color-highlight)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:3px}.site-header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 2rem;transition:all .5s ease}.site-header.scrolled.svelte-12qhfyh{padding:.8rem 2rem;background:#0d0b1aeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,162,78,.1)}.header-inner.svelte-12qhfyh{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--color-accent);transition:opacity .3s ease}.logo.svelte-12qhfyh:hover{opacity:.85;color:var(--color-accent)}.logo-symbol.svelte-12qhfyh{font-size:1.6rem;line-height:1;animation:svelte-12qhfyh-spinSlow 20s linear infinite}.logo-text.svelte-12qhfyh{font-family:var(--font-display);font-size:clamp(.9rem,1.5vw,1.15rem);font-weight:500;letter-spacing:.08em;text-transform:uppercase}@keyframes svelte-12qhfyh-spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.menu-toggle.svelte-12qhfyh{display:flex;flex-direction:column;gap:5px;padding:8px;z-index:200;cursor:pointer;background:none;border:none}.menu-bar.svelte-12qhfyh{display:block;width:28px;height:1.5px;background:var(--color-accent);transition:all .4s cubic-bezier(.77,0,.175,1);transform-origin:center}.menu-bar.open.svelte-12qhfyh:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.menu-bar.open.svelte-12qhfyh:nth-child(2){opacity:0;transform:scaleX(0)}.menu-bar.open.svelte-12qhfyh:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.menu-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:flex;align-items:center;justify-content:center}.menu-backdrop.svelte-12qhfyh{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0b1af7;animation:svelte-12qhfyh-fadeIn .4s ease forwards}.menu-circle-expand.svelte-12qhfyh{position:absolute;top:2rem;right:3rem;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(212,162,78,.08) 0%,transparent 70%);animation:svelte-12qhfyh-circleExpand .7s cubic-bezier(.23,1,.32,1) forwards}@keyframes svelte-12qhfyh-circleExpand{0%{width:0;height:0;opacity:1}to{width:200vmax;height:200vmax;margin-top:-100vmax;margin-right:-100vmax;opacity:1}}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}.menu-nav.svelte-12qhfyh{position:relative;z-index:10;text-align:center}.menu-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none;padding:0;margin:0}.menu-nav.svelte-12qhfyh li:where(.svelte-12qhfyh){opacity:0;animation:svelte-12qhfyh-menuItemSlide .5s ease forwards}@keyframes svelte-12qhfyh-menuItemSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.menu-nav.svelte-12qhfyh li:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh){font-family:var(--font-display);font-size:clamp(1.2rem,3vw,1.8rem);font-weight:400;color:var(--color-text);padding:.6rem 2rem;display:block;width:100%;letter-spacing:.06em;transition:color .3s ease,letter-spacing .3s ease;background:none;border:none;cursor:pointer}.menu-nav.svelte-12qhfyh li:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh):hover{color:var(--color-accent);letter-spacing:.12em}.menu-contact.svelte-12qhfyh{margin-top:2.5rem;font-family:var(--font-body);font-size:.85rem;font-weight:300;color:var(--color-text-muted);letter-spacing:.04em;animation:svelte-12qhfyh-fadeIn .6s ease .6s forwards;opacity:0}.menu-contact.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:.3rem 0}.menu-geometry.svelte-12qhfyh{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.geo-circle.svelte-12qhfyh{position:absolute;border-radius:50%;border:1px solid rgba(212,162,78,.06);animation:svelte-12qhfyh-geoRotate 30s linear infinite}.geo-1.svelte-12qhfyh{width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.geo-2.svelte-12qhfyh{width:350px;height:350px;top:50%;left:50%;transform:translate(-50%,-50%);animation-direction:reverse;animation-duration:25s}.geo-3.svelte-12qhfyh{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:18s}@keyframes svelte-12qhfyh-geoRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}main.svelte-12qhfyh{min-height:100vh}
