*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#F6F0E6;color:#4A3828;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.72;overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1240px,calc(100% - 32px));margin:0 auto}.site-header{position:fixed;z-index:50;top:0;left:0;right:0}.earth-line{height:20px;background:#5C3A21;color:#EFE6D6;font-size:12px}.earth-line__inner{height:20px;display:flex;align-items:center;justify-content:space-between}.text-button{background:none;border:0;color:#FFF9F0;min-height:20px;padding:0 6px;cursor:pointer}.stage-bar{height:64px;background:#C4A574;border-bottom:1px solid rgba(196,122,58,.55)}.stage-bar__inner{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.brand{justify-self:start;display:flex;align-items:center;min-height:44px;font-weight:800;color:#2C2118}.brand img,.footer-brand img,.drawer-brand img{display:block;height:34px;max-width:190px;object-fit:contain;object-position:left center}.drawer-button,.join-link{min-height:44px;border:1px solid rgba(92,58,33,.25);background:#FFF9F0;color:#5C3A21;padding:10px 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.drawer-button{justify-self:center;cursor:pointer}.join-link{justify-self:end}.tag-strip{height:42px;background:#EFE6D6;border-bottom:1px solid rgba(92,58,33,.16)}.tag-strip__inner{height:42px;display:flex;align-items:center;gap:8px}.tag-strip a{padding:6px 12px;border-radius:6px;color:#5C3A21;font-weight:700}.tag-strip a.is-active{background:#C47A3A;color:#FFF9F0}.site-main{padding-top:126px}.hero,.page-hero{padding:28px 0 18px}.media-slot{background:#E8DCC8;border:1px solid rgba(92,58,33,.12);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.media-slot img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.hero-media{width:100%;max-height:300px;aspect-ratio:16/9}.hero-copy{max-width:860px;padding:22px 0}.eyebrow{margin:0 0 8px;color:#8B5E3C;font-weight:800;letter-spacing:.08em}.hero h1,.page-hero h1{margin:.15em 0;font-size:clamp(28px,4vw,32px);line-height:1.25;color:#2C2118}.lead{font-size:17px;color:#6E5744}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.btn{min-height:44px;padding:10px 18px;border-radius:10px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,#C4A574 0%,#C47A3A 55%,#8B5E3C 100%);color:#FFF9F0}.btn-secondary{background:#C4A574;color:#5C3A21;border-color:rgba(92,58,33,.18)}.section{padding:34px 0}.section.alt{background:#EFE6D6}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section h2{margin:0;color:#2C2118;font-size:25px}.section h3{color:#2C2118}.muted{color:#8A7360}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card{background:#FFF9F0;border:1px solid rgba(92,58,33,.16);border-radius:14px;padding:18px;box-shadow:0 16px 42px rgba(44,33,24,.06)}.card .tag{display:inline-block;padding:4px 8px;border-radius:6px;background:#C47A3A;color:#FFF9F0;font-size:12px;font-weight:800}.card .tag.olive{background:#6B7F4A}.content-media{height:210px;margin-bottom:14px}.split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:24px;align-items:center}.number-list{display:grid;gap:10px}.number-item{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:start;padding:14px 0;border-bottom:1px solid rgba(92,58,33,.14)}.number-item b{font-size:24px;color:#C47A3A}.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.timeline article{background:#FFF9F0;border-top:4px solid #C47A3A;padding:14px;border-radius:0 0 12px 12px}.status{display:inline-block;padding:4px 8px;border-radius:6px;background:#6B7F4A;color:#FFF9F0;font-size:12px;font-weight:800}.prose{max-width:900px}.prose p{margin:0 0 1em}.prose ul{padding-left:1.2em}.notice{border-left:4px solid #C47A3A;background:#FFF9F0;padding:16px 18px;border-radius:0 12px 12px 0}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq{display:grid;gap:14px}.faq article{background:#FFF9F0;border:1px solid rgba(92,58,33,.16);border-radius:12px;padding:18px}.faq h2{font-size:18px}.site-footer{background:#2C2118;color:#EFE6D6;border-top:2px solid #C47A3A;padding:30px 0 90px}.footer-brand__mark{display:flex;gap:12px;align-items:center}.footer-brand__mark img{filter:none}.footer-brand__mark div{display:flex;flex-direction:column}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 0}.footer-grid h2{font-size:15px;color:#FFF9F0}.footer-grid a{display:block;padding:4px 0;color:#EFE6D6}.footer-note{border-top:1px solid rgba(239,230,214,.18);padding-top:16px;color:#CFC0AD;font-size:14px}.overlay{position:fixed;z-index:80;inset:0;background:rgba(44,33,24,.48);opacity:0;visibility:hidden;pointer-events:none;transition:.22s}.overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-drawer{position:fixed;z-index:90;top:0;left:0;bottom:0;width:min(370px,86vw);background:#F6F0E6;transform:translateX(-102%);visibility:hidden;pointer-events:none;transition:.24s;overflow-y:auto;box-shadow:20px 0 50px rgba(44,33,24,.16)}.site-drawer.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{position:sticky;top:0;background:#EFE6D6;border-bottom:1px solid rgba(92,58,33,.16);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;z-index:2}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand img{height:30px;max-width:130px}.icon-button{min-height:44px;border:1px solid rgba(92,58,33,.22);background:#FFF9F0;color:#5C3A21;border-radius:10px;padding:8px 12px;cursor:pointer}.drawer-groups{padding:14px}.drawer-groups section{background:#FFF9F0;border:1px solid rgba(92,58,33,.14);border-radius:12px;padding:12px;margin-bottom:12px}.drawer-groups h2{font-size:15px;margin:0 0 6px;color:#2C2118}.drawer-groups a{display:block;padding:10px;border-top:1px solid rgba(92,58,33,.1)}.drawer-groups a:first-of-type{border-top:0}.drawer-groups a strong,.drawer-groups a span{display:block}.drawer-groups a span{font-size:13px;color:#8A7360}.search-panel{position:fixed;z-index:95;top:84px;left:0;right:0;background:#C4A574;border-bottom:1px solid rgba(92,58,33,.18);transform:translateY(-120%);visibility:hidden;pointer-events:none;transition:.22s}.search-panel.is-open{transform:translateY(0);visibility:visible;pointer-events:auto}.search-panel__inner{padding:18px 0}.search-head{display:flex;justify-content:space-between;align-items:center}.search-head h2{margin:0;color:#2C2118}.search-look{margin:14px 0;background:#FFF9F0;border:1px solid rgba(92,58,33,.18);min-height:48px;border-radius:8px;display:flex;align-items:center;padding:0 14px;color:#8A7360}.search-links{display:flex;flex-wrap:wrap;gap:8px}.search-links a{background:#5C3A21;color:#FFF9F0;padding:9px 12px;border-radius:8px}.mobile-nav{display:none}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #6B7F4A;outline-offset:3px}.btn:hover,.drawer-button:hover,.join-link:hover,.tag-strip a:hover{filter:brightness(.97)}
@media(max-width:900px){.card-grid.four{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(3,1fr)}.split{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.shell{width:min(100% - 32px,1240px)}.tag-strip{display:none}.site-main{padding-top:84px}.stage-bar__inner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.brand{min-width:0}.brand img{max-width:128px;height:30px}.drawer-button,.join-link{padding:8px 12px}.card-grid,.card-grid.four,.gallery{grid-template-columns:1fr}.timeline{grid-template-columns:1fr 1fr}.section{padding:28px 0}.hero-media{aspect-ratio:3/2}.content-media{height:200px}.search-panel{top:0;bottom:0;transform:translateY(-102%);background:#C4A574}.search-panel__inner{padding:24px 0}.footer-grid{grid-template-columns:1fr 1fr}.site-footer{padding-bottom:88px}.mobile-nav{position:fixed;z-index:60;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:50px;padding-bottom:env(safe-area-inset-bottom);background:#EFE6D6;border-top:1px solid rgba(92,58,33,.18)}.mobile-nav a{display:flex;min-height:50px;align-items:center;justify-content:center;font-size:13px;font-weight:700}.mobile-nav a.is-active{background:#C47A3A;color:#FFF9F0}.site-drawer{z-index:100}.overlay{z-index:90}}
