:root{--background:#fbfaf7;--foreground:#241f1a;--muted:#756b61;--line:#e4dcd2;--panel:#ffffff;--accent:#cf3f35;--accent-dark:#9d2f28;--gold:#d6a84f;--green:#24745a}*{box-sizing:border-box}body,html{min-height:100%;background:var(--background)}body{margin:0;color:var(--foreground);font-family:Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(36,31,26,.08);background:rgba(251,250,247,.94);backdrop-filter:blur(14px)}.site-header-inner{width:min(1160px,calc(100% - 32px));margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{width:40px;height:40px;border-radius:8px;display:grid;place-items:center;color:#fff;background:var(--accent);font-weight:800}.brand-text{display:grid;gap:2px}.brand-name{font-size:18px;font-weight:800}.brand-subtitle{color:var(--muted);font-size:12px}.site-nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:14px}.site-nav a:hover{color:var(--foreground)}.site-main{flex:1}.site-footer{border-top:1px solid var(--line);color:var(--muted)}.site-footer-inner{padding:32px 0;display:flex;justify-content:space-between;gap:24px;font-size:14px}.container,.site-footer-inner{width:min(1160px,calc(100% - 32px));margin:0 auto}.hero{padding:64px 0 40px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:48px;align-items:center}.eyebrow{color:var(--accent-dark);font-size:14px;font-weight:700}.hero h1{margin:14px 0 18px;max-width:720px;font-size:clamp(42px,7vw,76px);line-height:1;letter-spacing:0}.hero-copy{margin:0;max-width:620px;color:var(--muted);font-size:18px;line-height:1.8}.actions{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 18px;border:1px solid transparent;font-weight:700;cursor:pointer}.button-primary{color:#fff;background:var(--accent)}.button-primary:hover{background:var(--accent-dark)}.button-secondary{color:var(--foreground);background:var(--panel);border-color:var(--line)}.hero-visual{min-height:420px;background:linear-gradient(135deg,rgba(207,63,53,.13),transparent 42%),linear-gradient(45deg,rgba(214,168,79,.18),transparent 38%),#fff;padding:22px;display:flex;flex-direction:column;justify-content:flex-end}.hero-visual,.visual-caption{border-radius:8px;border:1px solid var(--line)}.visual-caption{background:rgba(255,255,255,.92);padding:18px}.visual-caption strong{display:block;margin-bottom:6px;font-size:20px}.visual-caption span{color:var(--muted);line-height:1.6}.section{padding:44px 0}.section-header{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:20px}.section-header h2{margin:0;font-size:28px}.section-header p{margin:6px 0 0;color:var(--muted)}.link{color:var(--accent-dark);font-weight:700}.grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:20px}.panel-label{color:var(--accent-dark);font-size:13px;font-weight:800}.panel h3{margin:10px 0 8px;font-size:20px}.panel p{margin:0;color:var(--muted);line-height:1.7}.calendar-list,.notice-list{display:grid;gap:12px}.list-row{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:16px}.list-date{color:var(--accent-dark)}.list-date,.list-title{font-weight:800}.list-meta{margin-top:4px;color:var(--muted);font-size:14px}.status-pill{border-radius:999px;padding:6px 10px;color:var(--green);background:rgba(36,116,90,.1);font-size:13px;font-weight:800}.page-title{padding:48px 0 24px}.page-title h1{margin:0;font-size:42px}.page-title p{max-width:720px;color:var(--muted);line-height:1.8}.form-grid{display:grid;gap:16px;max-width:720px}.field{display:grid;gap:8px}.field label{font-weight:800}.field input{min-height:46px;border-radius:8px;border:1px solid var(--line);padding:0 14px;background:#fff}@media (max-width:860px){.site-footer-inner,.site-header-inner{align-items:flex-start;flex-direction:column;padding:16px 0}.site-nav{width:100%;overflow-x:auto;padding-bottom:4px}.grid-three,.hero-grid{grid-template-columns:1fr}.hero{padding-top:40px}.hero-visual{min-height:300px}.list-row{grid-template-columns:1fr}}