:root{--font-serif:"Century Gothic", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Zen Kaku Gothic New", serif;--font-geometric:"Century Gothic", CenturyGothic, AppleGothic, Montserrat, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Zen Kaku Gothic New", serif;--font-sans:"Century Gothic", CenturyGothic, AppleGothic, Montserrat, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Zen Kaku Gothic New", serif;--primary-color:#191919;--secondary-color:#4a4a4a;--accent-color:tan;--background-color:#fcfcf9;--surface-color:#f4f3ef;--border-color:#e6e6e6;--card-shadow:0 4px 20px #0000000a;--header-height:70px;--footer-height:42px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background-color);min-width:320px}body{background:var(--background-color);min-width:320px;min-height:100vh;color:var(--primary-color);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;line-height:1.7}body.menu-open{overflow:hidden}a{color:inherit}button,input,textarea,select{font:inherit}::selection{color:var(--primary-color);background:#eadbc7}.page-main{min-height:100vh;padding:110px 24px 120px}.page-container{width:min(900px,100%);margin:0 auto}.page-header{text-align:center;margin-bottom:32px;padding:0 20px}.page-header h1{color:var(--primary-color);font-family:var(--font-geometric);letter-spacing:-.01em;margin:0;font-size:2.2rem;font-weight:500;line-height:1.7}.page-intro{max-width:640px;color:var(--secondary-color);text-align:center;margin:12px auto 0;font-size:.95rem}.surface-card{box-shadow:var(--card-shadow);background:#fff;border:1px solid #0000;border-radius:16px;padding:40px}.card-stack{flex-direction:column;gap:20px;display:flex}.meta-row{color:var(--secondary-color);font-family:var(--font-geometric);align-items:center;gap:15px;margin-bottom:12px;font-size:.85rem;display:flex}.category-pill{border:1px solid var(--border-color);background:var(--surface-color);border-radius:99px;padding:4px 10px;font-size:.75rem;line-height:1.7}.section-title{color:var(--primary-color);font-family:var(--font-serif);letter-spacing:.05em;margin:0 0 .75rem;font-size:1.2rem;font-weight:500;line-height:1.7}.body-copy{color:var(--secondary-color);margin:0;font-size:1rem;line-height:1.8}.reveal{animation:.75s both reveal-up}.reveal-delay-1{animation-delay:.12s}.reveal-delay-2{animation-delay:.24s}@keyframes reveal-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){:root{--header-height:60px;--footer-height:84px}.page-main{padding:92px 16px 120px}.page-header{padding:0 10px}.surface-card{padding:20px}.page-intro{font-size:.85rem}.section-title{font-size:1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}header[data-astro-cid-nen7h5rs]{z-index:1000;box-sizing:border-box;border-bottom:1px solid var(--border-color);background:#fcfcf9f2;width:100%;padding:0 40px;animation:.8s .15s both fade-in-header;position:fixed;top:0;left:0}.header-container[data-astro-cid-nen7h5rs]{z-index:1002;justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;display:flex;position:relative}.logo[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{align-items:center;display:flex}.logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{width:auto;height:180px;display:block}.desktop-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{gap:30px;margin:0;padding:0;list-style:none;display:flex}.desktop-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--secondary-color);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,opacity .2s}.desktop-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover,.desktop-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].active{color:var(--primary-color)}.desktop-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].active{text-decoration:underline;text-decoration-color:var(--accent-color);text-underline-offset:7px}.hamburger[data-astro-cid-nen7h5rs]{z-index:1002;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none;position:relative}.hamburger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--primary-color);width:100%;height:2px;transition:all .3s ease-in-out}.hamburger[data-astro-cid-nen7h5rs].active span[data-astro-cid-nen7h5rs]:first-child{transform:translateY(9.5px)rotate(45deg)}.hamburger[data-astro-cid-nen7h5rs].active span[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.hamburger[data-astro-cid-nen7h5rs].active span[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-9.5px)rotate(-45deg)}.mobile-nav[data-astro-cid-nen7h5rs]{z-index:1001;visibility:hidden;background:var(--background-color);opacity:0;justify-content:center;align-items:center;transition:all .4s;display:flex;position:fixed;inset:0}.mobile-nav[data-astro-cid-nen7h5rs].active{visibility:visible;opacity:1}.mobile-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{text-align:center;flex-direction:column;gap:40px;margin:0;padding:0;list-style:none;display:flex}.mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--primary-color);font-family:var(--font-geometric);font-size:1.5rem;font-weight:500;text-decoration:none}@keyframes fade-in-header{0%{opacity:0}to{opacity:1}}@media (width<=768px){header[data-astro-cid-nen7h5rs]{padding:0 20px}.header-container[data-astro-cid-nen7h5rs]{height:60px}.logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{height:120px}.desktop-nav[data-astro-cid-nen7h5rs]{display:none}.hamburger[data-astro-cid-nen7h5rs]{display:flex}}@media (prefers-reduced-motion:reduce){header[data-astro-cid-nen7h5rs]{animation:none}.hamburger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs],.mobile-nav[data-astro-cid-nen7h5rs]{transition:none}}footer[data-astro-cid-jo6i4kqk]{z-index:1000;border-top:1px solid var(--border-color);background:#fcfcf9f2;width:100%;padding:10px 0;position:fixed;bottom:0;left:0}.footer-container[data-astro-cid-jo6i4kqk]{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 40px;display:flex}.footer-links[data-astro-cid-jo6i4kqk]{gap:20px;display:flex}a[data-astro-cid-jo6i4kqk],p[data-astro-cid-jo6i4kqk]{color:var(--secondary-color);font-family:var(--font-sans);letter-spacing:.05em;margin:0;font-size:.75rem;text-decoration:none}a[data-astro-cid-jo6i4kqk]:hover{opacity:.7}@media (width<=768px){footer[data-astro-cid-jo6i4kqk]{padding:15px 0}.footer-container[data-astro-cid-jo6i4kqk]{text-align:center;flex-direction:column;gap:10px;padding:0 24px}.footer-links[data-astro-cid-jo6i4kqk]{justify-content:center;margin-bottom:5px}p[data-astro-cid-jo6i4kqk]{font-size:.65rem}}
