@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap");:root{--c-bg:#09071A;--c-deep:#110D2B;--c-purple:#6B21A8;--c-violet:#A855F7;--c-blue:#3B82F6;--c-blue-lt:#93C5FD;--c-text:#F1F0FF;--c-muted:#9B9BB4;--c-card:rgba(107,33,168,0.12);--c-border:rgba(168,85,247,0.25);--radius:14px;--nav-h:72px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--c-bg);color:var(--c-text);font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--c-bg)}::-webkit-scrollbar-thumb{background:var(--c-purple);border-radius:3px}.gradient-text{background:linear-gradient(90deg,var(--c-violet),var(--c-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--c-violet);margin-bottom:14px}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.15;margin-bottom:20px}.section-desc{color:var(--c-muted);line-height:1.8;max-width:560px;font-size:.97rem;font-weight:300}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition-duration:.01ms!important}}