:root{--color-bg:#0e0c09;--color-surface:#171410;--color-surface-2:#1f1b16;--color-accent:#c9a96e;--color-accent-dim:#c9a96e1f;--color-accent-glow:#c9a96e0f;--color-text:#f5f0eb;--color-text-muted:#9a8f84;--color-text-faint:#5c5348;--color-border:#c9a96e26;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--font-mono:"DM Mono","Courier New",monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.75rem;--text-5xl:3.75rem;--text-6xl:5rem;--text-7xl:7rem;--text-8xl:9rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:9rem;--space-section:clamp(6rem,12vw,10rem);--max-width:1280px;--gutter:clamp(1.25rem,5vw,4rem);--ease-out:cubic-bezier(.16,1,.3,1);--ease-inout:cubic-bezier(.65,0,.35,1);--dur-fast:.2s;--dur-med:.4s;--dur-slow:.7s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;cursor:none;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);min-height:100vh;font-weight:300;line-height:1.75;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' 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)' opacity='1'/%3E%3C/svg%3E");background-size:200px 200px;width:100%;height:100%;position:fixed;inset:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text);font-weight:300;line-height:1.1}p{color:var(--color-text);line-height:1.85}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}ul,ol{list-style:none}button,input,textarea,select{font:inherit}.container{width:100%;max-width:var(--max-width);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:var(--space-section);position:relative}.cursor-dot{background:var(--color-accent);pointer-events:none;z-index:10000;width:8px;height:8px;transition:width var(--dur-fast)var(--ease-out),height var(--dur-fast)var(--ease-out),opacity var(--dur-fast);mix-blend-mode:normal;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:10000;width:36px;height:36px;transition:width var(--dur-med)var(--ease-out),height var(--dur-med)var(--ease-out),border-color var(--dur-fast),opacity var(--dur-fast);border:1px solid #c9a96e73;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring.hovered{border-color:var(--color-accent);width:60px;height:60px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-label{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-xl)}.accent-line{background:var(--color-accent);vertical-align:middle;width:40px;height:1px;margin-right:var(--space-sm);display:inline-block}@media (max-width:768px){html{cursor:auto}.cursor-dot,.cursor-ring{display:none}}
.Navbar-module__dVeNwG__header{z-index:100;padding:1.5rem var(--gutter);transition:background var(--dur-slow)var(--ease-out),backdrop-filter var(--dur-slow)var(--ease-out),padding var(--dur-med)var(--ease-out);position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__header.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#0e0c09e0;padding-block:1rem}.Navbar-module__dVeNwG__nav{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:var(--space-lg);margin-inline:auto;display:flex}.Navbar-module__dVeNwG__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__dVeNwG__logoMark{font-family:var(--font-display);letter-spacing:.12em;color:var(--color-accent);font-size:1.5rem;font-weight:400;position:relative}.Navbar-module__dVeNwG__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.Navbar-module__dVeNwG__link{font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:.05em;color:var(--color-text-muted);transition:color var(--dur-fast);padding-bottom:2px;font-weight:400;position:relative}.Navbar-module__dVeNwG__link:after{content:"";background:var(--color-accent);width:0;height:1px;transition:width var(--dur-med)var(--ease-out);position:absolute;bottom:-2px;left:0}.Navbar-module__dVeNwG__link:hover{color:var(--color-text)}.Navbar-module__dVeNwG__link:hover:after{width:100%}.Navbar-module__dVeNwG__cta{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);border:1px solid var(--color-border);transition:background var(--dur-fast),color var(--dur-fast),border-color var(--dur-fast);padding:.5rem 1.25rem}.Navbar-module__dVeNwG__cta:hover{background:var(--color-accent);color:var(--color-bg);border-color:var(--color-accent)}.Navbar-module__dVeNwG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__dVeNwG__burgerLine{background:var(--color-text);width:24px;height:1px;transition:transform var(--dur-med)var(--ease-out),opacity var(--dur-fast);display:block}.Navbar-module__dVeNwG__burgerOpen1{transform:translateY(6px)rotate(45deg)}.Navbar-module__dVeNwG__burgerOpen2{opacity:0}.Navbar-module__dVeNwG__burgerOpen3{transform:translateY(-6px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__dVeNwG__burger{display:flex}.Navbar-module__dVeNwG__links{background:var(--color-bg);opacity:0;pointer-events:none;transition:opacity var(--dur-med)var(--ease-out),transform var(--dur-med)var(--ease-out);z-index:99;flex-direction:column;justify-content:center;gap:2rem;position:fixed;inset:0;transform:translateY(-20px)}.Navbar-module__dVeNwG__links.Navbar-module__dVeNwG__open{opacity:1;pointer-events:all;transform:translateY(0)}.Navbar-module__dVeNwG__link{font-size:var(--text-lg)}}
