:root{--bg-primary:#f5f0eb;--bg-secondary:#ede8e0;--bg-tertiary:#e5dfd7;--text-primary:#1a1a1a;--text-secondary:#6b6560;--text-tertiary:#8a847e;--accent-primary:#c4873b;--accent-secondary:#2a5c5a;--accent-hover:#7a2332;--border-light:#1a1a1a14;--border-medium:#1a1a1a26;--surface-glass:#f5f0ebb3;--surface-card:var(--bg-primary);--font-heading:"Cormorant Garamond","Georgia",serif;--font-body:"DM Sans","Helvetica Neue",sans-serif;--font-mono:"JetBrains Mono","Menlo",monospace;--font-accent:"Caveat",cursive;--text-hero:clamp(3rem,5vw + 1rem,6rem);--text-h1:clamp(2.2rem,3vw + .5rem,3.5rem);--text-h2:clamp(1.5rem,2vw + .5rem,2.25rem);--text-h3:clamp(1.15rem,1.2vw + .5rem,1.4rem);--text-body:clamp(1rem,.5vw + .85rem,1.125rem);--text-small:.875rem;--text-caption:.8rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:10rem;--section-padding:clamp(4rem,8vh,8rem);--max-width:1200px;--nav-height:64px;--ease-italian:cubic-bezier(.22,1,.36,1);--ease-smooth:cubic-bezier(.4,0,.2,1);--duration-fast:.2s;--duration-medium:.4s;--duration-slow:.8s;--shadow-sm:0 1px 3px #0000000a,0 1px 2px #0000000f;--shadow-md:0 4px 12px #0000000f,0 2px 6px #0000000a;--shadow-lg:0 12px 40px #00000014,0 4px 12px #0000000a;--shadow-xl:0 20px 60px #0000001a,0 8px 24px #0000000f}[data-theme=dark]{--bg-primary:#0f0e0d;--bg-secondary:#1c1b19;--bg-tertiary:#262421;--text-primary:#f0ebe5;--text-secondary:#a09a94;--text-tertiary:#706b65;--accent-primary:#d4974b;--accent-secondary:#3a7c7a;--accent-hover:#c45566;--border-light:#f0ebe50f;--border-medium:#f0ebe51f;--surface-glass:#0f0e0dcc;--surface-card:var(--bg-secondary);--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 12px 40px #0006;--shadow-xl:0 20px 60px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-body);font-size:var(--text-body);color:var(--text-primary);background-color:var(--bg-primary);transition:background-color var(--duration-slow)var(--ease-smooth),color var(--duration-slow)var(--ease-smooth);line-height:1.7;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;opacity:.4;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)' opacity='0.025'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:var(--accent-primary);transition:color var(--duration-fast)var(--ease-smooth);text-decoration:none}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.section{padding:var(--section-padding)0;position:relative}.section-label{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-xs);display:block}.section-title{font-family:var(--font-heading);font-size:var(--text-h1);color:var(--text-primary);margin-bottom:var(--space-lg);font-weight:300;line-height:1.15}.section-subtitle{font-size:var(--text-body);color:var(--text-secondary);max-width:55ch;line-height:1.7}.section-divider{background:var(--accent-primary);width:60px;height:1px;margin-bottom:var(--space-lg);opacity:.6}.btn{font-family:var(--font-body);font-weight:600;font-size:var(--text-small);border:1px solid var(--border-medium);color:var(--text-primary);transition:all var(--duration-medium)var(--ease-italian);cursor:pointer;letter-spacing:.02em;background:0 0;align-items:center;gap:.5rem;padding:.75rem 1.75rem;text-decoration:none;display:inline-flex}.btn:hover{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.btn-accent{border-color:var(--accent-primary);color:var(--accent-primary)}.btn-accent:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.scroll-progress{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));z-index:10001;transform-origin:0;will-change:transform;height:2px;position:fixed;top:0;left:0}::selection{background:var(--accent-primary);color:var(--bg-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px;border-radius:2px}@media (max-width:768px){:root{--nav-height:56px}}
.Navbar-module__pSp8Ga__nav{z-index:1000;height:var(--nav-height);transition:all var(--duration-medium)var(--ease-smooth);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__scrolled{background:var(--surface-glass);-webkit-backdrop-filter:blur(16px)saturate(1.5);border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.Navbar-module__pSp8Ga__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);display:flex}.Navbar-module__pSp8Ga__logo{color:var(--text-primary);transition:opacity var(--duration-fast)var(--ease-smooth);cursor:pointer;align-items:center;gap:.15rem;text-decoration:none;display:flex}.Navbar-module__pSp8Ga__logo:hover{opacity:.8;color:var(--text-primary)}.Navbar-module__pSp8Ga__logoImg{object-fit:contain;width:auto;height:32px;transition:filter var(--duration-slow)var(--ease-smooth)}[data-theme=dark] .Navbar-module__pSp8Ga__logoImg{filter:invert()}.Navbar-module__pSp8Ga__logoText{font-family:var(--font-body);letter-spacing:.02em;color:var(--text-secondary);margin-top:4px;font-size:.85rem;font-weight:500}.Navbar-module__pSp8Ga__links{align-items:center;gap:2rem;display:flex}.Navbar-module__pSp8Ga__link{font-family:var(--font-body);color:var(--text-secondary);letter-spacing:.03em;transition:color var(--duration-fast)var(--ease-smooth);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.82rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__pSp8Ga__link:after{content:"";background:var(--accent-primary);width:0;height:1.5px;transition:width var(--duration-medium)var(--ease-italian);position:absolute;bottom:-2px;left:0}.Navbar-module__pSp8Ga__link:hover{color:var(--text-primary)}.Navbar-module__pSp8Ga__link:hover:after{width:100%}.Navbar-module__pSp8Ga__linkActive{color:var(--accent-primary)}.Navbar-module__pSp8Ga__linkActive:after{width:100%}.Navbar-module__pSp8Ga__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module__pSp8Ga__themeToggle{width:36px;height:36px;color:var(--text-secondary);transition:all var(--duration-fast)var(--ease-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__pSp8Ga__themeToggle:hover{background:var(--border-light);color:var(--text-primary)}.Navbar-module__pSp8Ga__themeIcon{justify-content:center;align-items:center;display:flex}.Navbar-module__pSp8Ga__burger{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;display:none}.Navbar-module__pSp8Ga__burger span{background:var(--text-primary);width:20px;height:1.5px;transition:all var(--duration-medium)var(--ease-italian);transform-origin:50%;display:block}.Navbar-module__pSp8Ga__burgerOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__pSp8Ga__burgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__pSp8Ga__burgerOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__pSp8Ga__burger{display:flex}.Navbar-module__pSp8Ga__logoText{display:none}.Navbar-module__pSp8Ga__links{background:var(--bg-primary);opacity:0;pointer-events:none;transition:opacity var(--duration-medium)var(--ease-smooth);z-index:-1;flex-direction:column;justify-content:center;gap:2.5rem;position:fixed;inset:0}.Navbar-module__pSp8Ga__linksOpen{opacity:1;pointer-events:all}.Navbar-module__pSp8Ga__link{font-size:1.5rem;font-family:var(--font-heading);letter-spacing:.05em;font-weight:400}}
