@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";@import "https://fonts.googleapis.com/css2?family=Sansation:wght@300;400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap";:root{--bg-primary:#0c0c0e;--bg-secondary:#141416;--bg-elevated:#1c1c22;--bg-surface:#18181d;--text-primary:#e8e6e3;--text-secondary:#888794;--text-tertiary:#5c5b66;--accent:#d9303a;--accent-hover:#e8454f;--accent-dim:#d9303a1f;--accent-glow:#d9303a40;--border-color:#1f1f24;--border-subtle:#e8e6e30d;--shadow-color:#00000080;--grain-opacity:.035;--font-display:"Sansation", "Chakra Petch", "Courier New", monospace;--font-body:"DM Sans", system-ui, sans-serif;--font-brand:"Faculty Glyphic", serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:5rem;--space-3xl:8rem;--max-width:1120px;--header-height:68px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--duration-fast:.2s;--duration-mid:.5s;--duration-slow:.8s;--duration-reveal:1.2s;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}::selection{background:var(--accent-dim);color:var(--text-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2a2a30}.grain{pointer-events:none;z-index:9999;opacity:var(--grain-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px;position:fixed;inset:0}.site-header{z-index:100;height:var(--header-height);transition:background var(--duration-mid) var(--ease-out-quart), backdrop-filter var(--duration-mid) var(--ease-out-quart);background:0 0;justify-content:space-between;align-items:center;padding:0 clamp(1.5rem,4vw,3rem);display:flex;position:fixed;top:0;left:0;right:0}.site-header.scrolled{background:color-mix(in srgb, var(--bg-primary) 88%, transparent);-webkit-backdrop-filter:blur(20px)saturate(1.2);border-bottom:1px solid var(--border-subtle)}.brand{font-family:var(--font-brand);letter-spacing:-.01em;color:var(--text-primary);transition:color var(--duration-fast);white-space:nowrap;font-size:20px}.brand:hover{color:var(--accent)}.nav-links{align-items:center;gap:clamp(1.25rem,2.5vw,2rem);display:flex}.nav-links a{color:var(--text-secondary);transition:color var(--duration-fast);font-size:14px;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--accent);width:0;height:1.5px;transition:width var(--duration-mid) var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--text-primary)}.nav-links a:hover:after{width:100%}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:none}.mobile-menu-toggle span{background:var(--text-primary);width:22px;height:2px;transition:transform var(--duration-fast), opacity var(--duration-fast);border-radius:2px;display:block}.mobile-menu-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{text-align:center;min-height:100vh;max-width:var(--max-width);padding:calc(var(--header-height) + 3rem) clamp(1.5rem, 4vw, 3rem) var(--space-xl);justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.hero:before{content:"";background:radial-gradient(ellipse 70% 50% at 50% 35%, color-mix(in srgb, var(--accent) 4%, transparent) 0%, transparent 70%);pointer-events:none;height:100%;position:absolute;top:0;left:0;right:0}.hero-content{z-index:1;max-width:780px;position:relative}.hero-badge{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-dim);margin-bottom:var(--space-2xl);opacity:0;animation:fadeSlideUp .8s var(--ease-out-expo) .15s forwards;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.badge-dot{background:var(--accent);border-radius:50%;width:5px;height:5px}.hero-title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:var(--space-2xl);opacity:0;animation:fadeSlideUp .8s var(--ease-out-expo) .3s forwards;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:600;line-height:1.05}.hero-title-line{font-weight:400;display:block}.hero-title-line:first-child{font-size:clamp(2.2rem,5vw,4rem)}.hero-title .accent{color:var(--accent);letter-spacing:-.01em;text-transform:uppercase;font-style:normal;font-weight:600}.hero-sub{color:var(--text-secondary);max-width:620px;margin:0 auto var(--space-2xl);opacity:0;animation:fadeSlideUp .8s var(--ease-out-expo) .45s forwards;font-size:clamp(.95rem,1.4vw,1.1rem);font-weight:400;line-height:1.75}.hero-sub strong{color:var(--text-primary);font-weight:500}.hero-image{width:100%;max-width:800px;margin:var(--space-3xl) auto var(--space-3xl);border-radius:var(--radius-lg);opacity:0;transition:opacity var(--duration-slow) var(--ease-out-expo), transform var(--duration-slow) var(--ease-out-expo);display:block;transform:translateY(20px)}.hero-image.visible{opacity:1;transform:translateY(0)}.hero-cta{opacity:0;animation:fadeSlideUp .8s var(--ease-out-expo) .6s forwards}.cta-button{font-family:var(--font-display);letter-spacing:.02em;border-radius:var(--radius-sm);background:var(--accent);color:#fff;transition:all var(--duration-mid) var(--ease-out-expo);border:none;align-items:center;gap:10px;padding:16px 32px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.cta-button:hover{background:var(--accent-hover);box-shadow:0 4px 20px var(--accent-glow);transform:translateY(-1px)}.cta-button:active{transform:translateY(0)}.cta-sub{margin-top:var(--space-md);color:var(--text-tertiary);font-size:13px;display:block}.site-footer{text-align:center;padding:var(--space-xl) clamp(1.5rem, 4vw, 3rem);color:var(--text-tertiary);border-top:1px solid var(--border-subtle);font-size:13px}.footer-link{color:var(--text-tertiary);margin-bottom:var(--space-sm);transition:color var(--duration-fast);font-size:13px;display:block}.footer-link:hover{color:var(--accent)}.privacy-page{min-height:100vh;padding:calc(var(--header-height) + var(--space-2xl)) clamp(1.5rem, 4vw, 3rem) var(--space-2xl)}.privacy-content{max-width:680px;margin:0 auto}.privacy-content h1{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-sm);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:600}.privacy-date{color:var(--text-tertiary);margin-bottom:var(--space-xl);font-size:14px}.privacy-content p{color:var(--text-secondary);margin-bottom:var(--space-md);font-size:15px;line-height:1.75}.privacy-strong{color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:600}.privacy-highlight{color:var(--text-primary);background:var(--accent-dim);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-sm);border-left:3px solid var(--accent);margin:var(--space-lg) 0;font-size:16px;font-weight:600}.privacy-content h2{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;color:var(--text-primary);margin-top:var(--space-xl);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:600}.privacy-content ul{margin:var(--space-md) 0;padding-left:1.25rem}.privacy-content li{color:var(--text-secondary);margin-bottom:var(--space-sm);font-size:15px;line-height:1.75}.back-link{color:var(--text-secondary);transition:color var(--duration-fast);white-space:nowrap;font-size:14px;font-weight:500}.back-link:hover{color:var(--accent)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hero{min-height:auto;padding-top:calc(var(--header-height) + var(--space-lg));padding-bottom:var(--space-xl)}.hero:before{background:radial-gradient(ellipse 100% 40% at 50% 25%, color-mix(in srgb, var(--accent) 4%, transparent) 0%, transparent 70%)}}@media (width<=768px){.nav-links{top:var(--header-height);background:var(--bg-primary);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;bottom:0;left:0;right:0}.nav-links.open{display:flex}.nav-links a{font-size:18px}.mobile-menu-toggle{display:flex}.hero-title{font-size:clamp(2.2rem,10vw,3.2rem)}.hero-image{max-width:100%;margin-left:0;margin-right:0}}@media (width<=480px){.hero-title{font-size:clamp(1.8rem,9vw,2.5rem)}.cta-button{justify-content:center;width:100%;padding:14px 24px;font-size:14px}}
