:root{color-scheme:dark;--ink:#090b0c;--paper:#f2eee7;--gold:#c6aa66;--quiet:#b6bdbb;--line:#394642;--jade:#b0c6bc}
*{box-sizing:border-box;letter-spacing:0}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--ink);color:var(--paper);font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;line-height:1.75}
a{color:var(--jade);text-underline-offset:5px}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}
button,select{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button:focus-visible,a:focus-visible,select:focus-visible{outline:2px solid #fff;outline-offset:6px}
[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.site-header{min-height:76px;padding:16px 4%;display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line);background:var(--ink)}
.brand{margin-right:auto;text-decoration:none;color:var(--paper);font-size:13px}.brand strong{display:inline-block;font-size:21px;font-weight:normal;margin-left:8px}
.collection-link{font-size:14px}.language select{max-width:128px;border:1px solid var(--line);background:var(--ink);color:var(--paper);padding:9px 10px;border-radius:3px;font-size:14px}
.moon-scene{position:relative;min-height:min(560px,72svh);height:min(660px,72svh);overflow:hidden;isolation:isolate;background:#171c1b;display:flex;align-items:center;padding:48px 6%}
.scene-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:70% 0%;z-index:-2;animation:breathe 22s ease-in-out infinite alternate}
.scene-shade{position:absolute;inset:0;background:rgba(3,8,8,.4);z-index:-1}
.moon-copy{max-width:620px;text-shadow:0 2px 16px #000,0 2px 5px #000}
.eyebrow{font-family:system-ui,sans-serif;font-size:11px;color:var(--gold);margin:0 0 20px}.moon-copy .eyebrow{color:#fff0bc}
.kanji{font-size:36px;margin:0 0 6px;color:#f4e2b1}h1{font-size:68px;line-height:1.06;font-weight:normal;margin:0;overflow-wrap:anywhere}
.subtitle{font-size:30px;font-style:italic;margin:8px 0 22px}.invitation{font-size:19px;max-width:360px;margin-bottom:30px}
.primary,.secondary{min-height:52px;padding:12px 28px;border:1px solid var(--gold);border-radius:2px;color:var(--paper);background:#20352ee8;box-shadow:0 6px 28px #0005;transition:background .2s,transform .2s}
.primary:hover,.secondary:hover{background:#355246;transform:translateY(-2px)}.small{font:12px/1.6 system-ui,sans-serif;color:#f0e8d2}.status{text-align:center;margin:0;min-height:38px;padding:8px 20px;font-size:13px;color:var(--gold)}
.content{max-width:1160px;margin:0 auto;padding:62px 36px}.story{max-width:820px}.story h2,h2{font-size:30px;font-weight:normal;line-height:1.4;margin:0 0 20px;overflow-wrap:anywhere}.story>p:not(.eyebrow){font-size:17px}.story .note,.note{color:var(--quiet);font-size:13px;line-height:1.8}.source{font-size:13px}
.reading{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:60px;align-items:center;border-bottom:1px solid var(--line)}
.reading>img{width:100%;height:auto;aspect-ratio:2/3;object-fit:contain;box-shadow:0 20px 60px #0008}.reading-copy{max-width:590px}.reading-copy h2{font-size:34px;margin-bottom:4px}.reading-copy .message{font-size:23px;line-height:1.8;margin:24px 0;color:#e6e9e7}.reflection-label{color:var(--gold);font-size:13px;margin-bottom:6px}.actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin:28px 0}.secondary{background:transparent;min-height:44px;padding:9px 20px}
.collection{border-top:1px solid var(--line)}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 22px;margin:32px 0}.card-choice{border:0;padding:0;background:none;color:var(--paper);text-align:left;min-width:0}.card-choice img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:contain;transition:transform .3s}.card-choice:hover img{transform:translateY(-5px)}.card-choice span{display:block;margin-top:12px;font-size:14px;overflow-wrap:anywhere}.card-choice small{color:var(--gold);margin-right:7px}.card-choice[aria-pressed=true] img{outline:2px solid var(--jade);outline-offset:4px}
footer{border-top:1px solid var(--line)}footer>a{font-size:13px}footer .note{max-width:670px}
@keyframes breathe{to{transform:scale(1.035)}}
@media(min-width:1600px){.scene-art{object-position:70% 8%}.moon-copy{margin-left:max(0px,calc((100vw - 1500px)/2))}}
@media(max-width:760px){.site-header{padding:14px 20px;gap:16px}.brand{font-size:11px}.brand strong{display:block;margin:0;font-size:20px}.collection-link{display:none}.moon-scene{min-height:min(510px,74svh);height:74svh;padding:32px 24px;align-items:flex-end}.scene-art{object-position:60% 0%}.scene-shade{background:#03080855}.moon-copy{width:100%}h1{font-size:42px}.kanji{font-size:29px}.subtitle{font-size:25px}.invitation{font-size:17px;margin:14px 0 24px;max-width:300px}.eyebrow{font-size:10px}.moon-copy .eyebrow{margin-bottom:14px}.content{padding:42px 24px}.reading{grid-template-columns:1fr;gap:28px}.reading>img{max-width:260px;justify-self:center}.reading-copy h2{font-size:28px}.reading-copy .message{font-size:20px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.card-choice span{font-size:12px}.story h2,h2{font-size:25px}.story>p:not(.eyebrow){font-size:16px}}
@media(max-width:360px){h1{font-size:36px}.moon-scene{padding-left:20px;padding-right:20px}.brand{max-width:140px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
