.site-header{position:fixed;top:0;left:0;right:0;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:100;background:var(--soft-white);border-bottom:1px solid rgba(107,78,61,.08)}.header-hero{background:linear-gradient(to bottom,rgba(90,111,88,.4),transparent);border-bottom:none}.site-header .logo a{display:block}.site-header .logo img{height:40px}.header-hero .logo img{opacity:.9}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0;z-index:110}.hamburger-line{display:block;width:100%;height:2px;background-color:var(--charcoal);border-radius:1px;transition:transform .3s ease,opacity .3s ease}.header-hero .hamburger-line{background-color:var(--soft-white)}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-menu ul{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-menu a{color:var(--charcoal);text-decoration:none;font-size:.875rem;font-weight:400;transition:color .3s ease}.header-hero .nav-menu a{color:var(--soft-white)}.nav-menu a:hover,.header-hero .nav-menu a:hover{color:var(--bear-brown)}@media(max-width:768px){.site-header{padding:1rem 1.5rem}.hamburger{display:flex}.nav-menu{position:fixed;inset:0;width:100%;height:100vh;background:var(--soft-white);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:105}.nav-menu.open{opacity:1;visibility:visible}.nav-menu ul{flex-direction:column;align-items:center;gap:2.5rem}.nav-menu a{font-size:1.25rem;color:var(--charcoal)}.header-hero .nav-menu{background:var(--soft-white)}.header-hero .nav-menu a{color:var(--charcoal)}.hamburger.active .hamburger-line{background-color:var(--charcoal)}}footer[data-astro-cid-sz7xmlte]{background:var(--charcoal);color:var(--soft-white);padding:3rem 2rem;text-align:center}.footer-logo[data-astro-cid-sz7xmlte]{height:32px;opacity:.8;margin-bottom:1.5rem}.footer-links[data-astro-cid-sz7xmlte]{margin-bottom:1.5rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--soft-white);text-decoration:none;font-size:.75rem;opacity:.5;transition:opacity .3s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:.8}.footer-sep[data-astro-cid-sz7xmlte]{margin:0 .75rem;font-size:.75rem;opacity:.3}.footer-copy[data-astro-cid-sz7xmlte]{font-size:.75rem;opacity:.6}.loading-screen[data-astro-cid-52om46wh]{position:fixed;inset:0;z-index:9999;display:none;justify-content:center;align-items:center}.loading-panel[data-astro-cid-52om46wh]{position:absolute;top:0;width:50%;height:100%;background-color:var(--moss-green);z-index:1;transition:transform 1.2s cubic-bezier(.8,0,.2,1);will-change:transform}.panel-left[data-astro-cid-52om46wh]{left:0;transform-origin:left}.panel-right[data-astro-cid-52om46wh]{right:0;transform-origin:right}.loading-content[data-astro-cid-52om46wh]{position:relative;z-index:2;opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .8s ease}.loading-logo[data-astro-cid-52om46wh]{width:180px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.loading-screen[data-astro-cid-52om46wh].active .loading-content[data-astro-cid-52om46wh]{opacity:1;transform:scale(1)}.loading-screen[data-astro-cid-52om46wh].finished .panel-left[data-astro-cid-52om46wh]{transform:translate(-100%)}.loading-screen[data-astro-cid-52om46wh].finished .panel-right[data-astro-cid-52om46wh]{transform:translate(100%)}.loading-screen[data-astro-cid-52om46wh].finished .loading-content[data-astro-cid-52om46wh]{opacity:0;transform:scale(1.3);transition-duration:.4s}.is-loading .loading-screen{display:flex!important}:root{--bear-brown: #6B4E3D;--charcoal: #2E2E2E;--soft-white: #FAFAFA;--warm-greige: #D1CAC0;--moss-green: #7A8F7A;--font-body: "Noto Sans JP", sans-serif;--font-accent: "Zen Maru Gothic", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--charcoal);line-height:1.8;font-weight:300;letter-spacing:.02em;min-height:100vh;display:flex;flex-direction:column}main{flex:1}main.vertical-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-header{padding:10rem 2rem 4rem;text-align:center}.page-title{font-family:var(--font-accent);font-size:1.75rem;font-weight:500;color:var(--bear-brown);margin-bottom:.75rem}.page-lead{font-size:.9375rem;opacity:.7;max-width:480px;margin:0 auto}.section-inner{max-width:1000px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-family:var(--font-accent);font-size:1.5rem;font-weight:500;color:var(--bear-brown);margin-bottom:.75rem}.section-lead{font-size:.9375rem;opacity:.75}.btn-primary{display:inline-block;background:var(--moss-green);color:var(--soft-white);padding:1rem 2.5rem;border:none;border-radius:4px;text-decoration:none;font-family:var(--font-body);font-size:.9375rem;font-weight:400;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:var(--bear-brown);transform:translateY(-2px)}.btn-text{color:var(--moss-green);text-decoration:none;font-size:.875rem;transition:opacity .3s ease}.btn-text:hover{opacity:.7}@media(max-width:768px){.page-header{padding:8rem 1.5rem 3rem}}
