:root{--washi:#fdfcf8;--charcoal:#2d2d2d;--moss:#5e634e;--earth:#a69076;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-300:#d6d3d1;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-800:#292524}body{background-color:var(--washi);color:var(--charcoal);font-family:zen kaku gothic new,sans-serif;margin:0;padding:0;line-height:1.6}.font-permanent-marker{font-family:permanent marker,cursive}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background-color:rgba(255,255,255,.8);backdrop-filter:blur(4px);position:relative;z-index:50;border-bottom:1px solid var(--stone-100)}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav-container{display:flex;align-items:center;gap:2rem}.menu-toggle{display:none;background:0 0;border:none;color:var(--charcoal);cursor:pointer;padding:.5rem}.nav-links{display:flex;gap:1.5rem;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem}@media(max-width:768px){.menu-toggle{display:block}.nav-container{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--washi);flex-direction:column;padding:2rem;gap:1.5rem;border-bottom:1px solid var(--stone-200);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.nav-container.is-open{display:flex}.nav-links{flex-direction:column;align-items:center;width:100%}.lang-switcher{justify-content:center;padding-top:1rem;border-top:1px solid var(--stone-100);width:100%}}.nav-links a{color:var(--charcoal);text-decoration:none;transition:color .2s}.logo a{transition:opacity .2s,filter .2s;display:inline-block}.logo a:hover{filter:sepia(.5)saturate(1.5)hue-rotate(-10deg);opacity:.8}.nav-links a:hover,.nav-links a.active{color:var(--earth)}.lang-switcher{display:flex;align-items:center;font-size:.75rem;letter-spacing:-.025em;color:var(--stone-400)}.lang-switcher a{color:inherit;text-decoration:none}.lang-switcher a:hover{color:var(--charcoal)}.hero{position:relative;height:60vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:contrast(1.1)brightness(.85)saturate(1.1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,.2),transparent)}.hero-content{position:relative;z-index:10;max-width:42rem;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.hero-title{font-family:permanent marker,cursive;font-size:3.75rem;margin-bottom:1.5rem;color:var(--stone-200)}.hero-text{font-size:1.125rem;letter-spacing:.025em;color:var(--stone-300);max-width:28rem}.main-grid{display:grid;grid-template-columns:1fr;gap:4rem;padding:6rem 0}@media(min-width:1024px){.main-grid{grid-template-columns:repeat(12,1fr)}.news-section{grid-column:span 5}.about-section{grid-column:span 7;padding-left:3rem;border-left:1px solid var(--stone-100)}}.section-title-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.section-title{font-size:1.875rem;font-weight:700;margin:0}.title-rule{flex-grow:1;height:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='4' viewBox='0 0 200 4'%3E%3Cpath d='M2 2 Q 50 1, 100 2 T 198 2' stroke='%23e7e5e4' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-dasharray='0.5 2'/%3E%3Cpath d='M0 2.5 C 40 2, 80 3, 120 2.5 S 160 2, 200 2.5' stroke='%23e7e5e4' stroke-width='2' fill='none' opacity='0.6'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;filter:blur(.3px)}.news-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media(min-width:768px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-card{background:var(--washi);border:1px solid var(--stone-200);padding:2rem;border-radius:4px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column;justify-content:space-between}.news-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,8%);border-color:var(--stone-300)}.news-content{flex:1}.news-meta{font-size:.75rem;color:var(--stone-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.news-category{font-weight:700;color:var(--moss);background:var(--stone-100);padding:.125rem .5rem;border-radius:2px;text-transform:none}.news-title{font-size:1.375rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.news-title a{color:var(--charcoal);text-decoration:none}.news-title a:hover{color:var(--earth)}.news-excerpt{color:var(--stone-600);line-height:1.625;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.news-footer{padding-top:1rem;border-top:1px solid var(--stone-100)}.news-more{color:var(--earth);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.news-more:hover{color:#bc2732}.news-icon{margin-top:.25rem}.about-section{position:relative}.prose italic{font-style:italic;font-size:1.125rem;color:var(--stone-600);margin-bottom:1.5rem;display:block}.about-img{width:100%;height:16rem;object-fit:cover;filter:grayscale(100%);opacity:.8;transition:opacity .2s;margin-top:2rem}.about-img:hover{opacity:1}.content-page{max-width:800px;margin:4rem auto;padding:0 2rem}.prose h1{font-size:2.5rem;margin-bottom:2rem;font-weight:700}.prose h2{font-size:1.75rem;margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--stone-200)}.prose p{margin-bottom:1.5rem;color:var(--stone-800)}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose img{max-width:100%;height:auto;margin:2rem 0;border:1px solid var(--stone-100);box-shadow:0 4px 6px -1px rgba(0,0,0,5%)}.prose .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:2rem 0;background:#000}.prose .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.calendar-placeholder{background-color:var(--stone-100);border:1px dashed var(--stone-300);padding:4rem 2rem;text-align:center;color:var(--stone-500);margin:2rem 0;border-radius:4px}.location-section{text-align:center;margin-bottom:4rem}footer{background-color:var(--charcoal);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='120' viewBox='0 0 56 120'%3E%3Crect width='56' height='120' fill='%232d2d2d'/%3E%3Cg transform='rotate(180 28 60)'%3E%3Crect x='13' y='0' width='2' height='120' fill='%23333333'/%3E%3Crect x='41' y='0' width='2' height='120' fill='%23333333'/%3E%3Cg%3E%3Cpath d='M 0,30 L 13,0 V 60 L 0,90 Z' fill='%23333333'/%3E%3Cpath d='M 28,30 L 15,0 V 60 L 28,90 Z' fill='%23333333'/%3E%3Crect x='13' y='0' width='2' height='60' fill='%232d2d2d'/%3E%3C/g%3E%3Crect x='13' y='120' width='2' height='60' fill='%232d2d2d'/%3E%3Cg%3E%3Cpath d='M 28,90 L 41,60 V 120 L 28,150 Z' fill='%23333333'/%3E%3Cpath d='M 56,90 L 43,60 V 120 L 56,150 Z' fill='%23333333'/%3E%3Crect x='41' y='60' width='2' height='60' fill='%232d2d2d'/%3E%3C/g%3E%3Cpath d='M 28,30 L 41,0 V -60 L 28,-30 Z' fill='%23333333'/%3E%3Cpath d='M 56,30 L 43,0 V -60 L 56,-30 Z' fill='%23333333'/%3E%3Crect x='41' y='-60' width='2' height='60' fill='%232d2d2d'/%3E%3C/g%3E%3C/svg%3E");background-size:56px 120px;color:var(--washi);margin-top:3rem;padding:3rem 0;border-top:none;position:relative;overflow:hidden}.title-rule{flex-grow:1;height:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='6' viewBox='0 0 400 6'%3E%3Cpath d='M2 3 Q 100 2, 200 3 T 398 3' stroke='%23e7e5e4' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-dasharray='1 4 2 6' opacity='0.8'/%3E%3Cpath d='M0 3.5 C 100 2.5, 300 4.5, 400 3.5' stroke='%23e7e5e4' stroke-width='2.5' fill='none' stroke-linecap='round' opacity='0.4' filter='blur(0.5px)'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;margin-left:1rem}.hanko{display:inline-flex;margin-right:1.5rem}.hanko img{display:block;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.2))}.footer-inner{text-align:center;color:var(--stone-300)}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.social-links a{color:var(--washi);transition:color .2s}.social-links a:hover{color:var(--earth)}.glossary-list{margin-top:2rem}.glossary-letter-section{margin-bottom:3rem}.glossary-letter-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--stone-200);margin-bottom:1.5rem;padding-bottom:.25rem}.prose h2.glossary-letter-title{font-family:permanent marker,cursive;font-size:2rem;color:var(--stone-500);margin:0;line-height:1.1;padding-bottom:0;border-bottom:none}.back-to-top{color:var(--stone-300);text-decoration:none;transition:all .2s;display:flex;align-items:center;border-bottom:none!important;margin-bottom:.25rem}.back-to-top:hover{color:#bc2732;border-bottom:none!important}.back-to-top svg{width:1.25rem;height:1.25rem}.glossary-item{margin-bottom:.5rem;line-height:1.4;font-size:.9375rem}.glossary-term{font-weight:700;color:var(--charcoal)}.glossary-kana{color:var(--stone-500);font-size:.875rem}.glossary-description{color:var(--stone-800)}.prose a{color:var(--earth);text-decoration:none;border-bottom:1px solid transparent;transition:all .2s}.prose a:hover{color:#bc2732;border-bottom-color:#bc2732}.alphabet-nav{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:4rem;padding:1rem 0;border-top:1px solid var(--stone-200);border-bottom:1px solid var(--stone-200);justify-content:center}.alphabet-nav a{display:flex;align-items:center;justify-content:center;width:1.75rem;height:2rem;font-weight:500;color:var(--stone-400);text-decoration:none;transition:all .2s;font-size:.875rem;border-bottom:none!important}.alphabet-nav a:hover{color:#bc2732;border-bottom:none!important}.hybrid-gallery{margin:2.5rem 0;display:flex;flex-direction:column;gap:.75rem;user-select:none}.gallery-main{position:relative;width:100%;height:480px;background-color:var(--stone-100);border:1px solid var(--stone-200);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width:640px){.gallery-main{height:320px}}.gallery-viewport{width:100%;height:100%;position:relative}.gallery-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;cursor:pointer}.gallery-slide.active{opacity:1;visibility:visible;z-index:2}.gallery-main-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;margin:0!important;border:none!important;box-shadow:none!important;display:block}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(253,252,248,.9);backdrop-filter:blur(4px);border:1px solid var(--stone-300);color:var(--charcoal);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,0,0,8%)}.gallery-arrow:hover{background:var(--washi);color:var(--earth);border-color:var(--earth);transform:translateY(-50%)scale(1.06)}.gallery-arrow.prev{left:.75rem}.gallery-arrow.next{right:.75rem}.gallery-badge{position:absolute;bottom:.75rem;right:.75rem;z-index:10;background:rgba(253,252,248,.92);backdrop-filter:blur(4px);border:1px solid var(--stone-200);padding:.2rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:var(--stone-600);letter-spacing:.05em}.gallery-expand-btn{position:absolute;top:.75rem;right:.75rem;z-index:5;width:2rem;height:2rem;border-radius:4px;background:rgba(253,252,248,.85);backdrop-filter:blur(4px);border:1px solid var(--stone-300);color:var(--stone-600);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:.75}.gallery-slide:hover .gallery-expand-btn,.gallery-main:hover .gallery-expand-btn{opacity:1;color:var(--earth)}.gallery-thumbs-track{width:100%;overflow-x:auto;padding:.25rem 0 .5rem;scrollbar-width:thin;scrollbar-color:var(--stone-300)transparent}.gallery-thumbs-track::-webkit-scrollbar{height:6px}.gallery-thumbs-track::-webkit-scrollbar-thumb{background:var(--stone-300);border-radius:3px}.gallery-thumbs-list{display:flex;gap:.5rem;width:max-content}.gallery-thumb-item{width:80px;height:54px;padding:0;border:2px solid transparent;border-radius:3px;overflow:hidden;background:var(--stone-200);cursor:pointer;opacity:.6;transition:all .2s ease;flex-shrink:0}.gallery-thumb-item img{width:100%;height:100%;object-fit:cover;display:block;margin:0!important;border:none!important;box-shadow:none!important}.gallery-thumb-item:hover{opacity:.9;transform:translateY(-2px)}.gallery-thumb-item.active{opacity:1;border-color:var(--earth);box-shadow:0 2px 6px rgba(166,144,118,.3)}.gallery-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.gallery-lightbox.open{opacity:1;visibility:visible;pointer-events:auto}.lightbox-backdrop{position:absolute;inset:0;background:rgba(18,18,18,.95);backdrop-filter:blur(8px)}.lightbox-content{position:relative;z-index:10;max-width:92vw;max-height:88vh;display:flex;align-items:center;justify-content:center}.lightbox-active-img{max-width:92vw;max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:2px;box-shadow:0 10px 40px rgba(0,0,0,.6);margin:0!important;border:none!important}.lightbox-btn-close{position:absolute;top:1.5rem;right:1.5rem;z-index:20;width:2.75rem;height:2.75rem;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.lightbox-btn-close:hover{background:rgba(255,255,255,.3);transform:scale(1.08)}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:3.25rem;height:3.25rem;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.lightbox-arrow:hover{background:rgba(255,255,255,.3);transform:translateY(-50%)scale(1.08)}.lightbox-arrow.prev{left:1.5rem}.lightbox-arrow.next{right:1.5rem}.lightbox-badge{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:20;background:rgba(0,0,0,.65);border:1px solid rgba(255,255,255,.2);padding:.35rem .85rem;border-radius:9999px;color:rgba(255,255,255,.85);font-size:.875rem;font-weight:500;letter-spacing:.05em}