:root{--brand-bg: #ffffff;--brand-bg-deep: #0a0a0a;--brand-fg: #0a0a0a;--brand-fg-dim: #2c2c2c;--brand-muted: #8a8a8a;--brand-accent: #0a0a0a;--brand-accent-light: #404040;--brand-accent-dark: #000000;--brand-surface: #f6f5f3;--brand-surface-raised: #eeece8;--brand-border: #1a1a1a;--brand-border-subtle: #e3e1dc;--brand-hero-overlay: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100% );--brand-fg-invert: #f4f2ee;--brand-muted-invert: #9b9893;--font-sans: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Helvetica Neue", Arial, sans-serif;--font-serif: "Montserrat", "Pretendard", "Helvetica Neue", Arial, sans-serif;--font-display: "Montserrat", "Pretendard", "Helvetica Neue", Arial, sans-serif;--fs-base: 16px;--lh-base: 1.85;--measure: 720px;--ls-wide: .18em;--ls-head: -.02em;--ls-base: .005em;--space: 1rem;--space-2: 2rem;--space-3: 3rem;--space-lg: 6rem;--radius: 0;--radius-sm: 0;--shadow-card: 0 1px 0 rgba(0, 0, 0, .06);--shadow-glow: none;--header-h: 76px;--ease-cinema: cubic-bezier(.16, 1, .3, 1);--dur-slow: .9s}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--brand-bg);color:var(--brand-fg);font-family:var(--font-sans);font-size:var(--fs-base);line-height:var(--lh-base);letter-spacing:var(--ls-base);word-break:keep-all;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--brand-fg);text-decoration:none}a:hover{color:var(--brand-accent-light);text-decoration:none}img,video{max-width:100%;height:auto;display:block}.container{max-width:1240px;margin:0 auto;padding:0 32px}.gold-rule{display:inline-block;width:44px;height:1px;background:var(--brand-fg);vertical-align:middle}@media(prefers-reduced-motion:no-preference){.fade-up{animation:fadeUp var(--dur-slow) var(--ease-cinema) both}.fade-up-d1{animation-delay:.12s}.fade-up-d2{animation-delay:.28s}.fade-up-d3{animation-delay:.46s}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}}.site-header[data-astro-cid-5hce7sga]{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:#ffffffdb;backdrop-filter:saturate(120%) blur(10px);-webkit-backdrop-filter:saturate(120%) blur(10px);transition:background .35s,border-color .35s;border-bottom:1px solid transparent}.site-header[data-astro-cid-5hce7sga].scrolled{background:#fffffff5;border-bottom-color:var(--brand-border-subtle)}.header-inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;height:100%}.brand[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.2rem;text-decoration:none}.brand-name[data-astro-cid-5hce7sga]{font-family:var(--font-serif);font-size:1rem;font-weight:500;letter-spacing:.18em;color:var(--brand-fg);transition:opacity .2s}.brand-dot[data-astro-cid-5hce7sga]{color:var(--brand-fg);font-size:1.2rem;line-height:1}.brand[data-astro-cid-5hce7sga]:hover .brand-name[data-astro-cid-5hce7sga]{opacity:.6}.site-nav[data-astro-cid-5hce7sga]{display:flex;gap:2.2rem;align-items:center}.nav-link[data-astro-cid-5hce7sga]{font-size:.68rem;font-weight:500;letter-spacing:var(--ls-wide);text-transform:uppercase;color:var(--brand-fg-dim);text-decoration:none;transition:opacity .2s;white-space:nowrap}.nav-link[data-astro-cid-5hce7sga]:hover{opacity:.55}.header-right[data-astro-cid-5hce7sga]{display:flex;align-items:center}.search-glyph[data-astro-cid-5hce7sga]{color:var(--brand-fg-dim);transition:opacity .2s;line-height:0}.search-glyph[data-astro-cid-5hce7sga]:hover{opacity:.55}.menu-toggle[data-astro-cid-5hce7sga]{display:none;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;padding:0;margin:0;background:none;border:none;cursor:pointer}.menu-toggle[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{display:block;height:1px;width:22px;background:var(--brand-fg);transition:transform .3s,opacity .3s}.menu-toggle[data-astro-cid-5hce7sga][aria-expanded=true] span[data-astro-cid-5hce7sga]:nth-child(1){transform:translateY(3px) rotate(45deg)}.menu-toggle[data-astro-cid-5hce7sga][aria-expanded=true] span[data-astro-cid-5hce7sga]:nth-child(2){transform:translateY(-3px) rotate(-45deg)}.mobile-drawer[data-astro-cid-5hce7sga]{display:none;flex-direction:column;background:#fffffffa;border-bottom:1px solid var(--brand-border-subtle);overflow:hidden;max-height:0;transition:max-height .35s ease}.mobile-drawer[data-astro-cid-5hce7sga].open{max-height:60vh}.drawer-link[data-astro-cid-5hce7sga]{padding:.95rem var(--container-pad, 1.25rem);font-size:.74rem;font-weight:500;letter-spacing:var(--ls-wide);text-transform:uppercase;color:var(--brand-fg);text-decoration:none;border-top:1px solid var(--brand-border-subtle)}.drawer-link[data-astro-cid-5hce7sga]:first-child{border-top:none}@media(max-width:768px){:root{--header-h: 52px}.site-nav[data-astro-cid-5hce7sga]{display:none}.menu-toggle[data-astro-cid-5hce7sga]{display:flex}.header-inner[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:1fr auto 1fr}.brand[data-astro-cid-5hce7sga]{justify-content:center}.header-right[data-astro-cid-5hce7sga]{justify-content:flex-end}.brand-name[data-astro-cid-5hce7sga]{font-size:.82rem;letter-spacing:.16em}.brand-dot[data-astro-cid-5hce7sga]{font-size:1rem}}.site-footer[data-astro-cid-5hce7sga]{margin-top:6rem;padding:4rem 0 2rem;background:var(--brand-bg-deep);border-top:1px solid var(--brand-border-subtle)}.footer-inner[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.footer-name[data-astro-cid-5hce7sga]{margin:0 0 .5rem;font-family:var(--font-serif);font-size:.95rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-fg-invert)}.footer-tagline[data-astro-cid-5hce7sga]{margin:0;font-size:.78rem;color:var(--brand-muted-invert);letter-spacing:.04em}.footer-notice[data-astro-cid-5hce7sga]{margin:0 0 .8rem;font-size:.8rem;line-height:1.7;color:var(--brand-muted-invert)}.footer-copy[data-astro-cid-5hce7sga]{margin:0;font-size:.7rem;letter-spacing:var(--ls-wide);color:#9b989399;text-transform:uppercase}.footer-rule[data-astro-cid-5hce7sga]{margin-top:2.5rem;height:1px;background:var(--brand-muted-invert);opacity:.25}@media(max-width:640px){.footer-inner[data-astro-cid-5hce7sga]{grid-template-columns:1fr;gap:1.5rem}}
