/* ============================================
   ZENCRYSTAL — Theme & Variables
   ============================================ */
:root{--clr-bg:#F5F0EB;--clr-bg-alt:#EDE7E0;--clr-bg-card:#FFFFFF;--clr-bg-glass:rgba(245,240,235,0.72);--clr-text:#2C2C2C;--clr-text-secondary:#7A756E;--clr-text-muted:#B0A8A0;--clr-accent:#B8944E;--clr-accent-hover:#A3803A;--clr-accent-light:rgba(184,148,78,0.12);--clr-sage:#8FA88C;--clr-terra:#C47E5A;--clr-border:#E0D8D0;--clr-border-light:#EDE7E0;--clr-error:#C44E4E;--clr-success:#6B9E6B;--clr-white:#FFFFFF;--ff-display:'Cormorant Garamond',Georgia,serif;--ff-body:'Jost','Helvetica Neue',sans-serif;--ff-mono:'SF Mono','Menlo',monospace;--fs-xs:.75rem;--fs-sm:.875rem;--fs-base:1rem;--fs-lg:1.125rem;--fs-xl:1.25rem;--fs-2xl:1.5rem;--fs-3xl:2rem;--fs-4xl:2.5rem;--fs-5xl:3.5rem;--fs-6xl:4.5rem;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(44,44,44,0.04);--shadow-md:0 4px 12px rgba(44,44,44,0.06);--shadow-lg:0 8px 32px rgba(44,44,44,0.08);--z-nav:100;--z-drawer:200;--z-toast:300;--z-modal:400;--ease-out:cubic-bezier(0.22,1,0.36,1);--duration-fast:.2s;--duration-base:.4s;--duration-slow:.6s}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--ff-body);font-size:var(--fs-base);line-height:1.5;color:var(--clr-text);background:var(--clr-bg);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;outline:none}ul{list-style:none}body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.03;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 256px}::selection{background:var(--clr-accent);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--clr-border);border-radius:var(--radius-full)}.container{max-width:1280px;margin:0 auto;padding:0 var(--space-xl)}@media(max-width:768px){.container{padding:0 var(--space-md)}}