:root{--black:#1a1a1a;--near-black:#2a2a2a;--dark-gray:#555;--mid-gray:#888;--light-gray:#ddd;--off-white:#f4f0ea;--white:#fff;--accent:#c49a3c;--accent-light:#c49a3c1f;--accent-glow:#c49a3c26;--font:"Inter", system-ui, -apple-system, sans-serif;--mono:"SF Mono", "JetBrains Mono", "Fira Code", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--off-white);scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--off-white);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}h1{letter-spacing:-.02em;color:var(--black);font-size:clamp(2rem,5vw,3.6rem);font-weight:300;line-height:1.15}h2{color:var(--black);margin-bottom:1.5rem;font-size:clamp(1.3rem,3vw,2rem);font-weight:300;line-height:1.25}h3{color:var(--black);margin-bottom:.5rem;font-size:1.05rem;font-weight:400;line-height:1.3}p{color:var(--dark-gray);margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container.narrow{max-width:760px}.section-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.6rem;display:flex}.section-label:before{content:"";background:var(--accent);width:1.25rem;height:1px;display:block}.page{padding:120px 0 5rem}.page h1{margin-bottom:2rem}.page p.subtitle{color:var(--mid-gray);margin-bottom:3rem;font-size:.95rem}.back-btn{font-family:var(--mono);color:var(--mid-gray);align-items:center;gap:.4rem;margin-top:2rem;font-size:.7rem;transition:color .2s;display:inline-flex}.back-btn:hover{color:var(--accent);opacity:1}.section-dark{background:var(--black);color:var(--white)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark .section-label{color:var(--white)}.section-dark .section-label:before{background:var(--accent)}.section-dark p{color:#ffffffb3}.section-light{background:var(--white)}.card{border:1px solid var(--light-gray);background:var(--white);transition:all .3s;display:block;overflow:hidden}.card:hover{border-color:var(--accent);box-shadow:0 2px 20px #0000000f}.card-cover{aspect-ratio:16/10;background:var(--off-white);overflow:hidden}.card-cover img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.card:hover .card-cover img{transform:scale(1.04)}.card-body{padding:1.25rem}.card h3{color:var(--black);margin:0;font-size:.95rem;font-weight:400;line-height:1.4}.grid-3{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}@media (width<=768px){.grid-3{grid-template-columns:1fr}.page{padding:100px 1rem 3rem}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.6s ease-out both fade-up}.nav.svelte-12qhfyh{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #0000000f;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.nav-dark.svelte-12qhfyh{background:#1a1a1af2;border-bottom:1px solid #ffffff14}.nav-dark.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh){color:#ffffffd9}.nav-dark.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh):hover{color:var(--accent);opacity:1}.nav-dark.svelte-12qhfyh .hamburger:where(.svelte-12qhfyh),.nav-dark.svelte-12qhfyh .hamburger:where(.svelte-12qhfyh):before,.nav-dark.svelte-12qhfyh .hamburger:where(.svelte-12qhfyh):after{background:#ffffffd9}.nav-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;height:64px;display:flex}.logo.svelte-12qhfyh{align-items:center;display:flex}.logo-img.svelte-12qhfyh{width:auto;height:28px;display:block}.logo-img-mobile.svelte-12qhfyh{width:auto;height:24px;display:none}.nav-menu.svelte-12qhfyh{align-items:center;gap:2rem;display:flex}.nav-link.svelte-12qhfyh{letter-spacing:.1em;text-transform:uppercase;color:var(--dark-gray);font-size:.7rem;transition:color .2s}.nav-link.svelte-12qhfyh:hover{color:var(--accent);opacity:1}.nav-toggle.svelte-12qhfyh{cursor:pointer;background:0 0;border:none;display:none}.hamburger.svelte-12qhfyh{background:var(--black);width:20px;height:1.5px;transition:background .2s;display:block;position:relative}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";background:var(--black);width:100%;height:1.5px;transition:transform .25s;position:absolute;left:0}.hamburger.svelte-12qhfyh:before{top:-6px}.hamburger.svelte-12qhfyh:after{top:6px}.hamburger.open.svelte-12qhfyh{background:0 0}.hamburger.open.svelte-12qhfyh:before{transform:translateY(6px)rotate(45deg)}.hamburger.open.svelte-12qhfyh:after{transform:translateY(-6px)rotate(-45deg)}.nav-spacer.svelte-12qhfyh{height:64px}.footer.svelte-12qhfyh{background:var(--black);color:#ffffffb3;margin-top:6rem;padding:4rem 0 2rem}.footer-grid.svelte-12qhfyh{grid-template-columns:2fr 1fr 1fr;gap:3rem;display:grid}.footer-logo.svelte-12qhfyh{width:auto;height:32px;margin-bottom:.75rem}.footer-sub.svelte-12qhfyh{color:#ffffff80;font-size:.8rem;line-height:1.6}.footer-heading.svelte-12qhfyh{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.6rem}.footer-links.svelte-12qhfyh{flex-direction:column;gap:.5rem;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff9;font-size:.8rem;transition:color .2s}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent);opacity:1}.footer-bottom.svelte-12qhfyh{text-align:center;border-top:1px solid #ffffff14;margin-top:3rem;padding-top:1.5rem}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-family:var(--mono);color:#ffffff59;font-size:.65rem}@media (width<=768px){.nav-inner.svelte-12qhfyh,.nav-spacer.svelte-12qhfyh{height:56px}.nav-toggle.svelte-12qhfyh{display:block}.logo-img.svelte-12qhfyh{display:none}.logo-img-mobile.svelte-12qhfyh{display:block}.nav-menu.svelte-12qhfyh{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--light-gray);opacity:0;background:#fffffffa;flex-direction:column;gap:0;padding:1rem 0;transition:all .3s;position:fixed;top:56px;left:0;right:0;transform:translateY(-110%)}.nav-dark.svelte-12qhfyh .nav-menu:where(.svelte-12qhfyh){background:#1a1a1afa;border-color:#ffffff14}.nav-menu-open.svelte-12qhfyh{opacity:1;transform:translateY(0)}.nav-link.svelte-12qhfyh{border-bottom:1px solid #0000000a;padding:.85rem 1.5rem;font-size:.75rem}.nav-dark.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh){border-color:#ffffff0a}.nav-link.svelte-12qhfyh:last-child{border:none}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem}}
