:root{--color-bg: #fdfbf5;--color-bg-soft: #fbf6ec;--color-text: #2a2620;--color-text-muted: #6b6153;--color-border: rgba(212, 160, 23, .35);--color-accent: #b8860b;--color-accent-dark: #8a6508;--color-accent-bright: #d4a017;--color-accent-soft: #fbf1da;--color-accent-mist: #f3ddb0;--color-usk: #8a6508;--color-usk-bubble: #fbf1da;--color-toreko: #c23a73;--color-toreko-bubble: #fdeef0;--color-success: #178a45;--color-success-bg: #eef8ea;--color-danger: #c0392b;--color-danger-bg: #fbebe6;--color-point: #8256a8;--color-point-bg: #f4ede9;--color-target: #c2760a;--color-target-bg: #fbf1de;--color-tip: #0f7a85;--color-tip-bg: #eaf6f2;--color-warning: #a6540a;--color-warning-bg: #fbeede;--radius: 12px;--shadow-card: 0 1px 3px rgba(90, 62, 12, .08), 0 1px 2px rgba(90, 62, 12, .05);--shadow-card-hover: 0 8px 20px rgba(90, 62, 12, .12);--heading-glow: 0 0 14px rgba(212, 160, 23, .2);--font-body: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-heading: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;--max-width: 960px;--page-max-width: 1920px;--content-max-width: 1440px}h1,h2,h3{font-family:var(--font-heading);color:var(--color-accent);text-shadow:var(--heading-glow)}*{box-sizing:border-box}html{background:var(--color-bg);scroll-behavior:smooth;overflow-x:hidden}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}#featured-post{scroll-margin-top:90px}body{margin:0;color:var(--color-text);background:var(--color-bg);font-family:var(--font-body);line-height:1.8;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}::selection{background:#d4a01752;color:var(--color-text);text-shadow:none}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-group .reveal:nth-child(2){transition-delay:.08s}.reveal-group .reveal:nth-child(3){transition-delay:.16s}.reveal-group .reveal:nth-child(4){transition-delay:.24s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}a{color:var(--color-accent-dark);text-decoration:none}a:hover{text-decoration:underline}.wrapper{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.wrapper-wide{width:min(100vw,var(--content-max-width));position:relative;left:50%;margin-left:calc(min(100vw,var(--content-max-width))/-2);padding:0 1.25rem}.ticker-bar{display:flex;align-items:stretch;width:100%;max-width:var(--page-max-width);margin-inline:auto;height:clamp(34px,2.6vw,40px);background:#1f1710;color:#f0e6d2;font-size:clamp(.7rem,.6vw + .6rem,.85rem);overflow:hidden}.ticker-label{flex-shrink:0;display:flex;align-items:center;gap:.35rem;padding:0 1rem;font-weight:700;color:#f0e6d2;background:#d4a01733;white-space:nowrap}.ticker-track{flex:1;overflow:hidden;position:relative;display:flex;align-items:center}.ticker-scroll{display:flex;flex-shrink:0;width:max-content;animation:ticker-scroll 50s linear infinite}.ticker-track:hover .ticker-scroll{animation-play-state:paused}.ticker-set{display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.ticker-item{color:#f0e6d2;font-weight:600;padding:0 .5rem}.ticker-item:hover{color:var(--color-accent-bright, #d4a017);text-decoration:underline}.ticker-sep{color:#d4a01799;padding-right:.5rem}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.ticker-scroll{animation:none}.ticker-track{overflow-x:auto}}.site-header{position:sticky;top:0;z-index:20;background:var(--color-bg)}.site-header:after{content:"";display:block;height:2px;background:linear-gradient(to right,transparent,var(--color-accent),transparent)}.site-header .wrapper-wide{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.site-title{display:flex;align-items:center;gap:.6rem}.logo-icon{width:clamp(28px,2.2vw,32px);height:clamp(28px,2.2vw,32px);color:var(--color-accent-bright);flex-shrink:0}.logo-text{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.15rem,1rem + 1vw,1.75rem);letter-spacing:.02em;white-space:nowrap;color:#2a2620}.logo-text-usk{color:var(--color-accent-bright)}.site-title:hover{text-decoration:none}.site-nav{display:flex;gap:1.5rem}.site-nav a{font-family:var(--font-heading);color:var(--color-text);font-weight:600;font-size:1.06rem}.site-nav a:hover{color:var(--color-accent);text-decoration:none}@media(max-width:640px){.site-header .wrapper-wide{flex-wrap:wrap;gap:.5rem 1rem}.site-nav{gap:1rem}}.site-footer{position:relative;margin-top:4rem;padding:2rem 0;color:var(--color-text-muted);font-size:.85rem}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--color-accent),transparent)}.footer-characters{display:flex;gap:.6rem;margin-bottom:1rem}.footer-characters img{width:2.25rem;height:2.25rem;border-radius:50%;object-fit:cover;object-position:top center;border:2px solid var(--color-bg);box-shadow:0 1px 4px #0f172a1f}.hero-band{width:min(100vw,var(--page-max-width));position:relative;left:50%;margin-left:calc(min(100vw,var(--page-max-width))/-2);aspect-ratio:16 / 9;max-height:80vh;overflow:hidden;background:#caa04a;container-type:inline-size}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:62% 50%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-badge{position:absolute;top:6%;right:5%;display:inline-flex;align-items:center;padding:clamp(.22rem,.33cqw + .1rem,.5rem) clamp(.55rem,.75cqw + .2rem,1.1rem);border-radius:999px;background:#140e086b;border:1px solid rgba(255,255,255,.55);color:#fff;font-size:clamp(.58rem,.55cqw + .3rem,.95rem);font-weight:700;letter-spacing:.07em;text-shadow:0 1px 4px rgba(0,0,0,.4);backdrop-filter:blur(2px)}.hero-scroll-cue{position:absolute;left:50%;bottom:4%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.2rem;color:#fff;font-size:clamp(.56rem,.38cqw + .4rem,.85rem);font-weight:600;letter-spacing:.03em;text-shadow:0 1px 4px rgba(0,0,0,.5);white-space:nowrap}.hero-scroll-cue:hover{color:#fff;text-decoration:none}.hero-scroll-arrow{font-size:clamp(.8rem,.71cqw + .5rem,1.35rem);line-height:1;animation:hero-scroll-bounce 1.8s ease-in-out infinite}@keyframes hero-scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media(prefers-reduced-motion:reduce){.hero-scroll-arrow{animation:none}}.hero-achievement{position:absolute;right:5%;bottom:6%;width:clamp(9rem,30%,22rem);margin:0;color:#fbf6ea;font-size:clamp(.6rem,.58cqw + .35rem,1.05rem);line-height:1.65;text-align:left;text-shadow:0 1px 6px rgba(0,0,0,.45);word-break:keep-all;overflow-wrap:break-word}.featured{display:grid;grid-template-columns:1fr;gap:1rem;background:var(--color-bg-soft);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;margin:0}.featured-image{aspect-ratio:1536 / 1024;width:100%;max-width:420px;margin:0 auto;justify-self:center;overflow:hidden;background:linear-gradient(135deg,var(--color-accent-soft),var(--color-accent-mist));display:flex;align-items:center;justify-content:center}.featured-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .4s ease}.featured-image:hover img{transform:scale(1.05)}.featured-body{padding:.5rem 2rem 1.5rem}.eyebrow{display:inline-block;color:var(--color-accent);font-weight:700;font-size:.8rem;letter-spacing:.08em;margin-bottom:.75rem}.featured-body h2{font-size:clamp(1.3rem,1rem + 2vw,1.75rem);margin:0 0 .75rem;line-height:1.4;padding-bottom:.6rem;position:relative}.featured-body h2:after{content:"";position:absolute;left:0;bottom:0;width:2.75rem;height:3px;background:var(--color-accent);border-radius:2px}.featured-body p{color:var(--color-text-muted);margin:0 0 1rem}.btn{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,var(--color-accent-dark),var(--color-accent));color:#fff;padding:.6rem 1.2rem;border:none;border-radius:999px;font-family:var(--font-body);font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s ease,transform .2s ease}.btn:hover{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-bright));text-decoration:none;transform:scale(1.03)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;margin:2rem 0 1.25rem}.section-heading h2{font-size:clamp(1.05rem,.9rem + 1vw,1.25rem);margin:0;padding-bottom:.5rem;position:relative}.section-heading h2:after{content:"";position:absolute;left:0;bottom:0;width:2.75rem;height:3px;background:var(--color-accent);border-radius:2px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,400px));justify-content:center;gap:1.5rem}.card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:var(--color-bg-soft);box-shadow:var(--shadow-card);transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.card-link{color:inherit;display:flex;flex-direction:column;height:100%}.card-link:hover{text-decoration:none}.card-image{aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,var(--color-accent-soft),var(--color-accent-mist))}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card:hover .card-image img{transform:scale(1.05)}.card-body{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card-date{font-size:.78rem;color:var(--color-text-muted)}.card-title{font-size:1.05rem;font-weight:700;line-height:1.5;color:var(--color-text)}.card-desc{font-size:.88rem;color:var(--color-text-muted);margin:0;flex:1}.card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.tag-pill{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;color:var(--color-accent-dark);background:var(--color-accent-soft);border-radius:999px;padding:.25rem .7rem}.tag-pill:hover{background:var(--color-accent-mist);text-decoration:none}.tag-pill.is-large{font-size:.9rem;padding:.4rem 1rem}.tag-count{color:var(--color-text-muted);font-weight:500;margin-left:.35rem}.prose{font-size:1.02rem;line-height:1.9;color:var(--color-text)}.prose h2{margin:2.5rem 0 1rem;font-size:1.4rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-accent);scroll-margin-top:120px}.prose h3{margin:2rem 0 .75rem;font-size:1.15rem;color:var(--color-accent-dark);padding-left:.7rem;border-left:3px solid var(--color-accent)}.prose p{margin:0 0 1.25rem}.prose a{font-weight:600}.prose ul,.prose ol{list-style:none;margin:0 0 1.5rem;padding:0}.prose ul li,.prose ol li{position:relative;margin-bottom:.6em}.prose ul li{list-style-position:outside;padding-left:1.4em;text-indent:0}.prose ol li{padding-left:1.85em;text-indent:-1.85em}.prose ol{counter-reset:item}.prose ol li{counter-increment:item}.prose ol li:before{content:counter(item) ".";display:inline-block;width:1.6em;text-indent:0;font-weight:700;color:var(--color-accent)}.prose blockquote{margin:1.5rem 0;padding:.25rem 1.25rem;border-left:4px solid var(--color-accent-soft);color:var(--color-text-muted)}.prose code{background:var(--color-bg-soft);padding:.15em .4em;border-radius:4px;font-size:.9em}.prose pre{border-radius:var(--radius);padding:1rem;overflow-x:auto;border:1px solid var(--color-border)}.prose pre code{background:none;padding:0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.92rem}.prose th,.prose td{border:1px solid var(--color-border);padding:.6rem .75rem;text-align:left}.prose th{background:var(--color-bg-soft)}@media(max-width:768px){.prose th:first-child,.prose td:first-child{position:sticky;left:0;z-index:1;background:var(--color-bg-soft)}.prose th,.prose td{padding:.4rem .5rem;font-size:13px}}.prose hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--color-accent),transparent);margin:2.5rem 0}.article-inline-image{display:block;max-width:min(100%,320px);width:100%;height:auto;margin:1.75rem auto;border-radius:var(--radius);box-shadow:var(--shadow-card)}.prose.reading-surface{background:var(--color-bg);color:var(--color-text);border-radius:var(--radius);padding:clamp(1.75rem,1.4rem + 2.8vw,2.5rem) clamp(1.5rem,1.1rem + 3.5vw,3rem) clamp(2rem,1.5rem + 3vw,3rem);margin:clamp(1.75rem,1.4rem + 2.8vw,2.5rem) 0 clamp(3rem,2.6rem + 3vw,4rem);box-shadow:0 24px 60px #00000073}.post-header{margin:2rem 0 1rem}.post-header h1{font-size:clamp(1.5rem,.79rem + 3.02vw,2rem);line-height:1.4;margin:.5rem 0 1rem;padding-left:.9rem;border-left:4px solid var(--color-accent)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;color:var(--color-text-muted);font-size:.88rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 2rem}article{margin:0 auto}.article-narrow{max-width:940px;margin:0 auto}.page-title{font-size:clamp(1.4rem,1.1rem + 1.8vw,1.8rem);margin:2.5rem 0 .5rem;padding-left:.9rem;border-left:4px solid var(--color-accent)}.page-lead{color:var(--color-text-muted);margin-bottom:2rem}.about-hero{position:relative;width:min(100vw,var(--content-max-width));left:50%;margin-left:calc(min(100vw,var(--content-max-width))/-2);height:clamp(400px,45vw,500px);overflow:hidden;display:flex;align-items:flex-end;margin-bottom:2rem}.about-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0a0602d9,#0a060240 55%,#0a060200)}.about-hero-title{position:relative;z-index:1;width:100%;margin:0;padding:0 clamp(1.25rem,4vw,3rem) clamp(1.5rem,4vw,3rem);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:clamp(1.8rem,1.2rem + 2.5vw,3rem);text-shadow:0 2px 12px rgba(0,0,0,.55)}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.empty-state{color:var(--color-text-muted);padding:3rem 0;text-align:center}@media(max-width:640px){.featured-body{padding:.5rem 1.25rem 1.5rem}}.band{width:min(100vw,var(--content-max-width));position:relative;left:50%;margin-left:calc(min(100vw,var(--content-max-width))/-2);padding:clamp(1.5rem,1rem + 2vw,3rem) 0}.band-dark{--color-bg: #1f1710;--color-bg-soft: #2a1f14;--color-text: #f0e6d2;--color-text-muted: rgba(240, 230, 210, .75);--color-border: rgba(212, 160, 23, .3);--color-accent: #d4a017;--color-accent-dark: #c9973b;--color-accent-bright: #e8c260;--color-accent-soft: rgba(212, 160, 23, .16);--color-accent-mist: rgba(212, 160, 23, .26);--heading-glow: 0 0 18px rgba(212, 160, 23, .35);background:var(--color-bg);color:var(--color-text)}.band-after-hero{margin-top:clamp(1.5rem,1rem + 2vw,2.5rem)}.achievements-heading{text-align:center;margin:0 0 1.5rem}.achievements-heading .eyebrow{display:block}.achievements-heading h2{font-size:clamp(1.3rem,1.05rem + 1.6vw,1.6rem);margin:.4rem 0 0}.achievement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.achievement-card{background:linear-gradient(160deg,var(--color-accent-dark),#7a5c1f);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:1.25rem 1.5rem;text-align:center;box-shadow:var(--shadow-card);transition:box-shadow .25s ease,transform .25s ease}.achievement-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.achievement-card--photo{background-image:linear-gradient(160deg,#9a6e14e0,#584014e6),var(--achievement-photo);background-size:cover;background-position:center}.achievement-icon{width:2.5rem;height:2.5rem;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff24}.achievement-icon svg{width:1.35rem;height:1.35rem;stroke:#fff}.achievement-card h3{font-size:1.05rem;margin:0 0 .5rem;font-family:var(--font-body);color:#fff;text-shadow:none}.achievement-value{font-size:clamp(1.5rem,1.2rem + 2vw,1.9rem);font-weight:800;margin:0 0 .35rem;font-variant-numeric:tabular-nums}.achievement-desc{font-size:.85rem;line-height:1.7;color:#ffffffd9;margin:0}@media(max-width:800px){.achievement-grid{grid-template-columns:1fr}}.profile-layout{display:flex;gap:1.5rem;align-items:flex-start}.profile-media{display:flex;flex-direction:column;gap:.6rem;flex-shrink:0}.profile-avatar{width:92px;height:92px;border-radius:50%;object-fit:cover;object-position:top center;border:3px solid var(--color-bg);box-shadow:var(--shadow-card)}.profile-photo{width:92px;height:68px;border-radius:8px;object-fit:cover;border:1px solid var(--color-border)}.profile-layout p{margin:0;flex:1}@media(max-width:560px){.profile-layout{flex-direction:column;align-items:flex-start}.profile-media{flex-direction:row}}.timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:start;gap:1.5rem 1rem;margin:2.5rem 0}.timeline-step{position:relative;text-align:left;padding-top:2.25rem}.timeline-step:before{content:"";position:absolute;top:.4rem;left:0;right:0;height:2px;background:var(--color-border)}.timeline-step:last-child:before{display:none}.timeline-dot{position:absolute;top:0;left:0;width:1rem;height:1rem;border-radius:50%;background:var(--color-accent);border:3px solid var(--color-bg);box-shadow:0 0 0 2px var(--color-accent)}.timeline-year{font-size:.75rem;font-weight:700;color:var(--color-accent-dark);margin:0 0 .35rem;line-height:1.3}.timeline-title{font-size:.92rem;font-weight:700;line-height:1.35;min-height:calc(.92rem * 1.35 * 2);margin:0 0 .35rem;word-break:keep-all;overflow-wrap:break-word}.timeline-desc{font-size:.78rem;color:var(--color-text-muted);line-height:1.55;min-height:calc(.78rem * 1.55 * 3);margin:0;word-break:keep-all;overflow-wrap:break-word}@media(max-width:800px){.timeline{grid-template-columns:1fr;gap:1.75rem;margin:2rem 0}.timeline-step{text-align:left;padding-top:0;padding-left:2rem}.timeline-step:before{top:0;bottom:-1.75rem;left:.4rem;right:auto;width:2px;height:auto}.timeline-step:last-child:before{display:none}.timeline-dot{top:.15rem;left:.4rem;transform:translate(-50%)}}.cta-heading{text-align:center;margin:0 0 1.5rem;color:var(--color-text)}.cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.cta-card{display:block;background:linear-gradient(135deg,var(--color-accent-dark),var(--color-accent));color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:1.75rem 1.5rem;text-align:center;box-shadow:var(--shadow-card);transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.cta-card:hover{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-bright));text-decoration:none;transform:translateY(-6px);box-shadow:var(--shadow-card-hover)}.cta-title{font-family:var(--font-heading);font-size:clamp(1.1rem,.95rem + 1vw,1.3rem);font-weight:700;margin:0 0 .4rem;color:#fff}.cta-desc{font-size:.82rem;color:#ffffffd9;margin:0}@media(max-width:800px){.cta-grid{grid-template-columns:1fr}}@media print{@page{margin:18mm 16mm}.ticker-bar,.site-header,.site-footer,.no-print{display:none!important}html,body{background:#fff;color:#1a1a1a}a{color:#1a1a1a;text-decoration:underline}h1,h2,h3{color:#1a1a1a!important;text-shadow:none!important}.site-title,.eyebrow{color:#1a1a1a}.prose.reading-surface{background:#fff;color:#1a1a1a;box-shadow:none;padding:0;margin:.5rem 0 0}.post-header h1{border-left-color:#1a1a1a}.featured-image,.card-image{border-color:#ccc}.dialogue-bubble{background:#fff!important;color:#1a1a1a!important;border:1px solid #999}.dialogue-avatar{background:#fff!important;border:1px solid #999}.dialogue-name{color:#1a1a1a!important}.callout{background:#fff!important;border:1px solid #999!important}.callout-title,.callout-body{color:#1a1a1a!important}.character-tip{background:#fff!important;color:#1a1a1a!important;border:1px solid #999!important;box-shadow:none!important}.chalk-label,.chalk-text{color:#1a1a1a!important;text-shadow:none!important}.tip-avatar{border-color:#999!important;box-shadow:none!important}.tip-paw{fill:#999!important;filter:none!important}*{box-shadow:none!important;text-shadow:none!important;animation:none!important;transition:none!important}}
