:root{--bg-primary: #FAF7F0;--bg-card: #FFFBF5;--text-primary: #2C2418;--text-secondary: #6B5E4F;--accent: #C4784A;--accent-hover: #B06A3E;--accent-light: #E8D5C4;--border: #E0D5C7;--bg-dark: #2C2418;--text-on-dark: #E8D5C4;--font-serif: "Instrument Serif", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--max-width: 1120px;--nav-height: 64px;--section-spacing: 120px;--radius: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(44, 36, 24, .06);--shadow-md: 0 4px 16px rgba(44, 36, 24, .08);--shadow-lg: 0 8px 32px rgba(44, 36, 24, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary)}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}input{font-family:inherit;border:none;outline:none;background:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:var(--section-spacing) 0}.section-label{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.section-title{font-size:clamp(2rem,5vw,3rem);color:var(--text-primary);margin-bottom:20px}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:560px;line-height:1.7}@media(max-width:768px){:root{--section-spacing: 80px;--nav-height: 56px}}.nav.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;transition:background-color .3s,backdrop-filter .3s,box-shadow .3s}.nav.scrolled.svelte-1h32yp1{background-color:#faf7f0d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #c8c8c840}.nav-inner.svelte-1h32yp1{display:flex;align-items:center;justify-content:space-between;height:100%}.logo.svelte-1h32yp1{display:flex;align-items:center;gap:10px}.logo-text.svelte-1h32yp1{font-family:var(--font-serif);font-size:1.25rem;color:var(--text-primary)}.nav-links.svelte-1h32yp1{display:flex;align-items:center;gap:36px;list-style:none}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:color .2s;letter-spacing:-.01em}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--accent)}.hamburger.svelte-1h32yp1{display:none;flex-direction:column;gap:5px;padding:4px;width:32px}.hamburger.svelte-1h32yp1 span:where(.svelte-1h32yp1){display:block;height:2px;width:100%;background:var(--text-primary);border-radius:1px;transition:transform .3s,opacity .3s;transform-origin:center}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(2){opacity:0}.hamburger.open.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.hamburger.svelte-1h32yp1{display:flex}.nav-links.svelte-1h32yp1{position:fixed;top:var(--nav-height);left:0;right:0;flex-direction:column;background:#faf7f0f7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:24px;gap:0;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease;box-shadow:var(--shadow-md)}.nav-links.open.svelte-1h32yp1{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links.svelte-1h32yp1 li:where(.svelte-1h32yp1){width:100%}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){display:block;padding:16px 0;font-size:1rem;border-bottom:1px solid var(--border)}.nav-links.svelte-1h32yp1 li:where(.svelte-1h32yp1):last-child a:where(.svelte-1h32yp1){border-bottom:none}}.footer.svelte-jz8lnl{background:var(--bg-dark);color:var(--text-on-dark)}.footer-inner.svelte-jz8lnl{padding-top:64px;padding-bottom:32px}.footer-top.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:40px;border-bottom:1px solid rgba(232,213,196,.12);margin-bottom:32px}.footer-brand.svelte-jz8lnl{max-width:280px}.footer-logo.svelte-jz8lnl{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-name.svelte-jz8lnl{font-family:var(--font-serif);font-size:1.2rem;color:var(--text-on-dark)}.footer-tagline.svelte-jz8lnl{font-size:.9rem;color:#e8d5c480;line-height:1.6}.footer-links.svelte-jz8lnl{display:flex;gap:64px}.link-group.svelte-jz8lnl{display:flex;flex-direction:column;gap:10px}.link-title.svelte-jz8lnl{font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e8d5c466;margin-bottom:6px}.link-group.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.9rem;color:#e8d5c4a6;transition:color .2s}.link-group.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent)}.footer-bottom.svelte-jz8lnl{text-align:center}.footer-bottom.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.8rem;color:#e8d5c44d}@media(max-width:768px){.footer-top.svelte-jz8lnl{flex-direction:column;gap:40px}.footer-links.svelte-jz8lnl{gap:48px}}
