@charset "UTF-8";
:root{--paper:#f6f4ec;--ink:#183d43;--muted:#607777;--line:#d9e1d8;--accent:#cbe399;font-family:ui-sans-serif,system-ui,-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #ba731c;outline-offset:5px}.masthead{max-width:1280px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:28px 40px;border-bottom:1px solid var(--line)}.brand{font-weight:750;font-size:21px;letter-spacing:2px}.masthead nav{display:flex;gap:30px;font-size:14px}.masthead nav a:hover,footer a:hover{color:#977d36}.hero{max-width:1280px;margin:auto;padding:80px 40px 70px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.eyebrow{font-size:11px;letter-spacing:2.2px;font-weight:700;color:var(--muted);margin:0 0 22px}.hero h1{font-family:ui-serif,"Noto Serif CJK SC","Songti SC",serif;font-weight:600;font-size:clamp(48px,5.5vw,76px);letter-spacing:3px;line-height:1.25;margin:0 0 26px}.intro{font-size:16px;color:var(--muted);line-height:2;margin:0 0 30px}.primary-link{display:inline-flex;gap:40px;align-items:center;background:var(--ink);color:#f9f9ec;border-radius:99px;padding:15px 24px;font-size:14px}.primary-link:hover{background:#2b5960}.hero-meta{display:flex;gap:24px;margin-top:38px;font-size:11px;letter-spacing:1px;color:var(--muted)}.hero-art{background:#d8e5d6;border-radius:180px 180px 24px 24px;overflow:hidden;position:relative;aspect-ratio:1/1.12;box-shadow:18px 20px 0 #e4e8da}.hero-art svg{width:100%;height:100%;object-fit:cover;transform:scale(1.72)}.art-note{position:absolute;bottom:27px;left:0;width:100%;text-align:center;color:#ecf0d6;font-size:12px;letter-spacing:3px}.journey{max-width:1200px;margin:0 auto;padding:32px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;padding:0 0 30px}.section-heading .eyebrow{margin-bottom:13px}h2{font-size:30px;line-height:1.5;margin:0;font-weight:600}.section-heading>p{font-size:14px;line-height:1.8;color:var(--muted);margin:0}.chapter-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.chapter-nav a{font-size:12px;border:1px solid var(--line);padding:10px 17px;border-radius:99px;background:#fbfaf5}.chapter-nav a:hover{background:var(--accent);border-color:var(--accent)}.story-card{display:grid;grid-template-columns:1fr 1.08fr;margin:0 0 32px;background:#fffdf7;border:1px solid var(--line);border-radius:20px;overflow:hidden;scroll-margin-top:24px}.story-card:nth-of-type(even) .picture{order:2}.picture{position:relative;min-height:360px;overflow:hidden;display:flex;align-items:center;background:#dce5de}.picture svg{width:100%;height:100%;min-height:360px;display:block}.picture-note{position:absolute;left:24px;bottom:20px;border:1px solid #ffffff55;background:#ffffffc7;backdrop-filter:blur(8px);border-radius:99px;padding:8px 15px;font-size:11px;letter-spacing:1px}.story-copy{padding:38px 40px;align-self:center}.story-copy .eyebrow{margin-bottom:14px}.story-copy h3{font-size:27px;font-weight:600;margin:0 0 22px;display:flex;gap:16px;align-items:baseline;flex-wrap:wrap}.story-copy h3 span{font-size:13px;color:var(--muted);font-weight:400}.story-copy>p:not(.eyebrow){font-size:14px;line-height:2.1;color:#496065;margin:0 0 24px;text-align:justify}.story-tag{font-size:11px;letter-spacing:2px;color:#788779}.closing{text-align:center;margin:45px auto 75px;padding:40px 24px}.closing>span{display:block;font-size:45px;color:#9aae76;margin-bottom:22px}.closing p{font-size:14px;color:var(--muted);margin:20px 0 28px}.closing a{border-bottom:1px solid;padding-bottom:5px;font-size:13px}footer{max-width:1280px;margin:auto;padding:28px 40px;display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.login-body{min-height:100vh;background:radial-gradient(ellipse at 15% 20%,#e3eacb,transparent 50%),var(--paper)}.login-main{min-height:calc(100vh - 88px);display:grid;place-items:center;padding:40px 20px}.login-card{width:100%;max-width:440px;background:#fffdf8;border:1px solid var(--line);border-radius:24px;padding:40px;box-shadow:0 16px 70px #173b4209}.login-card h1{font-size:clamp(24px,6vw,30px);font-weight:600;margin:0 0 12px}.login-card .subtitle{color:var(--muted);font-size:14px;line-height:1.8;margin:0 0 30px}.login-card label{display:block;font-size:13px;margin-bottom:9px}.login-card input{display:block;width:100%;font:inherit;font-size:16px;padding:13px 14px;border-radius:10px;border:1px solid #cbd6ce;background:#fbfbf5;color:var(--ink);margin-bottom:23px}.login-card button{width:100%;font:inherit;border:0;border-radius:99px;padding:14px;background:var(--ink);color:white;cursor:pointer}.login-card button:disabled{opacity:.65;cursor:wait}.login-note{font-size:12px;line-height:1.7;color:var(--muted);margin:22px 0 0}.login-error{font-size:13px;line-height:1.7;color:#a84434;min-height:22px;margin:0 0 14px;overflow-wrap:anywhere}
@media(max-width:1279px){.journey{margin:0 40px}.hero{gap:40px}}@media(max-width:780px){.masthead{padding:22px 24px}.brand{font-size:18px}.masthead nav{gap:18px;font-size:12px}.hero{padding:50px 24px;gap:36px;grid-template-columns:1fr}.hero h1{font-size:58px}.hero-art{aspect-ratio:1.35;border-radius:120px 120px 20px 20px;max-width:540px;width:calc(100% - 14px);justify-self:center;box-shadow:12px 14px 0 #e4e8da}.hero-art svg{transform:scale(1.06)}.hero-meta{flex-wrap:wrap;gap:12px}.journey{margin:0 24px}.section-heading{align-items:start;gap:24px}.section-heading h2{font-size:25px}.section-heading>p{font-size:12px}.chapter-nav{gap:8px}.chapter-nav a{padding:8px 12px}.story-card{grid-template-columns:1fr}.story-card:nth-of-type(even) .picture{order:0}.picture,.picture svg{min-height:0;aspect-ratio:640/420}.story-copy{padding:28px}.story-copy h3{font-size:25px;gap:10px}.story-copy>p:not(.eyebrow){font-size:14px}.closing{margin:12px 0 35px}.closing h2{font-size:26px}footer{padding:25px 24px;flex-direction:column;gap:12px}.login-card{padding:30px 24px}}@media(max-width:360px){.masthead{padding:20px 16px}.masthead nav{gap:14px}.brand{font-size:16px;letter-spacing:1px}.hero{padding:40px 20px}.hero h1{font-size:50px}.eyebrow{font-size:9px}.intro{font-size:14px}.journey{margin:0 16px}.section-heading{display:block}.section-heading>p{margin-top:14px}.story-copy{padding:24px}.story-copy h3 span{font-size:12px}.picture-note{left:16px;bottom:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
