:root{--bg:#F6F0E6;--deep:#EFE6D6;--paper:#FFF9F0;--soft:#E8DCC8;--title:#2C2118;--text:#4A3828;--muted:#6E5744;--aux:#8A7360;--terra:#C47A3A;--sand:#C4A574;--olive:#6B7F4A;--brown:#5C3A21;--line:rgba(92,58,33,.16);--shadow:0 16px 42px rgba(44,33,24,.10);--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.75 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}.site-header{position:fixed;z-index:90;top:0;left:0;right:0}.soil-line{height:20px;background:var(--brown);color:var(--deep);font-size:12px}.soil-inner{height:20px;display:flex;align-items:center;justify-content:space-between}.text-btn{border:0;background:transparent;color:var(--deep);padding:0 4px;height:20px}.stage-bar{height:64px;background:var(--sand);border-bottom:1px solid rgba(196,122,58,.3)}.stage-inner{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.brand-link{justify-self:start;min-height:44px;display:flex;align-items:center}.brand-logo{display:block;max-width:220px;height:36px;object-fit:contain}.brand-text{font-weight:800;color:var(--brown);font-size:22px}.drawer-trigger{justify-self:center;border:1px solid var(--brown);background:var(--paper);color:var(--brown);border-radius:10px;min-width:84px;min-height:44px}.join-link{justify-self:end;display:flex;align-items:center;justify-content:center;min-width:88px;min-height:44px;border-radius:10px;background:linear-gradient(135deg,#C4A574 0%,#C47A3A 55%,#8B5E3C 100%);color:#FFF9F0;font-weight:700}.tag-strip{height:42px;background:var(--deep);border-bottom:1px solid var(--line)}.tag-inner{height:42px;display:flex;align-items:center;gap:7px}.tag-link{padding:7px 12px;border-radius:8px;color:var(--brown);line-height:1}.tag-link.is-active{background:var(--terra);color:#FFF9F0}.site-main{padding-top:126px}.hero,.page-hero{padding:28px 0 18px}.hero-media,.media-slot{background:var(--deep);border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-media{min-height:190px;max-height:300px}.hero-media img{width:100%;height:auto;max-height:300px;object-fit:contain}.media-slot{min-height:180px}.media-slot img,.content-img{display:block;width:100%;height:210px;object-fit:contain;object-position:center}.hero-copy{padding:22px 0 2px;max-width:920px}.eyebrow{display:inline-block;color:var(--terra);font-weight:800;letter-spacing:.08em;font-size:13px;text-transform:uppercase}.hero h1,.page-hero h1{margin:.15em 0 .25em;color:var(--title);font-size:clamp(28px,4vw,32px);line-height:1.2}.lead{font-size:17px;color:var(--muted);max-width:900px}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 18px;border-radius:10px;font-weight:700}.btn.primary{background:linear-gradient(135deg,#C4A574 0%,#C47A3A 55%,#8B5E3C 100%);color:#FFF9F0}.btn.secondary{background:var(--sand);color:var(--brown);border:1px solid rgba(92,58,33,.16)}.section{padding:34px 0}.section.alt{background:var(--deep)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{margin:0;color:var(--title);font-size:25px}.section-head p{margin:0;color:var(--muted);max-width:700px}.grid-2,.grid-3,.grid-4{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:20px;min-width:0}.card.terra{border-top:5px solid var(--terra)}.card.olive{border-top:5px solid var(--olive)}.card.sand{border-top:5px solid var(--sand)}.card h2,.card h3{margin:.1em 0 .45em;color:var(--title);line-height:1.3}.card p{margin:.45em 0}.card .more{display:inline-flex;min-height:44px;align-items:center;color:var(--terra);font-weight:700}.number{font-size:34px;line-height:1;color:var(--terra);font-weight:900;letter-spacing:-.03em}.feature-row{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:22px;align-items:center}.feature-row.reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.feature-copy{padding:10px}.feature-copy h2{color:var(--title);font-size:26px;margin:.2em 0}.feature-copy ul{padding-left:1.2em}.steps{counter-reset:step;display:grid;gap:12px}.step{counter-increment:step;display:grid;grid-template-columns:58px 1fr;gap:16px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:16px}.step:before{content:counter(step,decimal-leading-zero);font-size:28px;color:var(--terra);font-weight:900}.step h3{margin:0 0 4px;color:var(--title)}.notice{border-left:5px solid var(--olive);background:var(--soft);padding:18px 20px;border-radius:0 12px 12px 0}.prose{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:24px}.prose h2,.prose h3{color:var(--title)}.prose p{margin:.6em 0}.faq-list{display:grid;gap:14px}.faq-item{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:20px}.faq-item h2{font-size:19px;margin:0 0 8px}.status{display:inline-flex;padding:4px 9px;border-radius:8px;background:var(--soft);color:var(--brown);font-weight:800;font-size:13px}.site-footer{background:var(--title);color:var(--deep);border-top:2px solid var(--terra);padding:44px 0 80px}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:26px}.footer-brand{max-width:390px}.footer-logo{height:32px;max-width:190px;object-fit:contain;display:block;margin-bottom:8px}.footer-brand strong{display:block;font-size:20px;color:#FFF9F0}.footer-brand span{font-size:12px;letter-spacing:.12em}.site-footer h2{font-size:15px;color:#FFF9F0;margin:0 0 10px}.site-footer a{display:block;color:var(--deep);padding:3px 0}.footer-bottom{border-top:1px solid rgba(239,230,214,.18);margin-top:26px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;font-size:13px}.footer-bottom a{display:inline}.overlay{position:fixed;z-index:120;inset:0;background:rgba(44,33,24,.48);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.earth-drawer{position:fixed;z-index:130;left:0;top:0;bottom:0;width:min(370px,86vw);background:var(--bg);transform:translateX(-103%);visibility:hidden;pointer-events:none;transition:.25s;box-shadow:20px 0 50px rgba(44,33,24,.2)}.earth-drawer.is-open{transform:none;visibility:visible;pointer-events:auto}.drawer-head{height:78px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--sand)}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand img{height:32px;max-width:150px;object-fit:contain}.drawer-brand strong,.drawer-brand small{display:block}.drawer-brand small{font-size:10px}.square-btn{width:44px;height:44px;border:1px solid var(--brown);border-radius:10px;background:var(--paper);color:var(--brown);font-size:24px}.drawer-scroll{height:calc(100% - 78px);overflow:auto;padding:14px}.earth-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:12px}.earth-card h2{font-size:15px;margin:0 0 8px;color:var(--terra)}.earth-card a{display:block;padding:9px 8px;border-radius:8px}.earth-card a:hover{background:var(--deep)}.earth-card b,.earth-card span{display:block}.earth-card span{font-size:12px;color:var(--muted)}.search-layer{position:fixed;z-index:135;left:0;right:0;top:84px;visibility:hidden;pointer-events:none;opacity:0;transition:.2s}.search-layer.is-open{visibility:visible;pointer-events:auto;opacity:1}.search-card{width:min(760px,calc(100% - 32px));margin:auto;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);padding:22px}.search-head{display:flex;justify-content:space-between;gap:20px}.search-head h2{margin:0;color:var(--title)}.search-head small{color:var(--terra)}.search-look{display:grid;grid-template-columns:80px 1fr;align-items:center;margin:20px 0;border:1px solid var(--line);background:var(--bg);min-height:50px}.search-look span{padding-left:14px;font-weight:700}.search-look input{border:0;background:transparent;outline:0;padding:12px;width:100%;color:var(--text)}.preset-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.preset-links a{display:flex;align-items:center;justify-content:center;min-height:44px;background:var(--deep);border:1px solid var(--line);border-radius:8px}.mobile-bottom{display:none}.modal-open{overflow:hidden}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(196,122,58,.45);outline-offset:2px}.card a:hover,.btn:hover,.tag-link:hover{filter:brightness(.97)}@media(max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.feature-row,.feature-row.reverse{grid-template-columns:1fr}.feature-row.reverse .media-slot{order:-1}}@media(max-width:680px){.site-main{padding-top:84px}.tag-strip{display:none}.stage-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.brand-logo{max-width:132px;height:32px}.brand-text{font-size:18px}.drawer-trigger{min-width:68px;padding:0 10px}.join-link{min-width:64px}.hero{padding-top:18px}.hero-media{min-height:150px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:26px 0}.section-head{display:block}.section-head p{margin-top:6px}.site-footer{padding-bottom:96px}.footer-grid{grid-template-columns:1fr 1fr;gap:20px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.mobile-bottom{position:fixed;z-index:95;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--paper);border-top:1px solid var(--line)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;font-size:13px}.mobile-bottom a.is-active{background:var(--terra);color:#FFF9F0}.search-layer{top:0;bottom:0;background:var(--sand)}.search-layer.is-open{overflow:auto}.search-card{width:100%;min-height:100%;border:0;box-shadow:none;background:var(--sand);padding:20px 16px 80px}.preset-links{grid-template-columns:repeat(2,1fr)}.search-look{background:var(--paper)}.soil-inner{font-size:11px}.footer-grid>div:not(.footer-brand) a{font-size:14px}}@media(max-width:420px){.brand-logo{max-width:105px}.drawer-trigger{min-width:60px}.join-link{min-width:56px}.footer-grid{grid-template-columns:1fr}.hero-copy .actions{display:grid;grid-template-columns:1fr 1fr}.btn{padding-left:10px;padding-right:10px}}
