:root{--color-primary:#5d7a4a;--color-primary-light:#7a9966;--color-primary-dark:#4a6339;--color-secondary:#a67c52;--color-accent:#c9a66b;--color-bg:#fdfbf7;--color-bg-warm:#fafaf8;--color-bg-cream:#f5f3f0;--color-bg-dark:#3d3a35;--color-text:#3d3a35;--color-text-light:#6b6560;--color-text-muted:#9a948c;--color-text-inverse:#fdfbf7;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:6rem;--spacing-2xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:3rem;--font-size-4xl:4rem;--font-size-hero:clamp(2.5rem,8vw,6rem);--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--header-height:80px;--header-height-scrolled:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100vw;font-size:16px;overflow-x:hidden}@media (max-width:768px){html{font-size:14px}}body{color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:#5d7a4a1a;touch-action:manipulation;max-width:100vw;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;font-weight:400;line-height:1.6;position:relative;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}::selection{background:var(--color-primary);color:var(--color-text-inverse)}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}@media (max-width:768px){a{align-items:center;min-height:44px;display:inline-flex}}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@media (max-width:768px){button{min-width:44px;min-height:44px}}button:active{opacity:.8}img{max-width:100%;height:auto;display:block}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body.loading{overflow:hidden}
