:root{--soil:#4b3428;--leaf:#2f6c45;--sprout:#9ccb63;--water:#78b9c4;--chalk:#fbf5e6;--sun:#e99c39}*{box-sizing:border-box}html{background:var(--chalk);color:var(--soil);font-family:ui-sans-serif,system-ui,"Noto Sans SC",sans-serif;line-height:1.75}body{margin:0}a{color:inherit;text-underline-offset:.2em}header,main,footer{max-width:1180px;margin:auto}header{padding:22px 28px;display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid var(--soil)}header nav,footer nav{display:flex;gap:17px;flex-wrap:wrap}.xft-brand{font-weight:900;text-decoration:none}main{padding:44px 28px 80px}.xft-hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center;min-height:610px}.xft-hero h1{font-size:clamp(3rem,7vw,6.7rem);line-height:.98;margin:.2em 0}.xft-kicker{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900}.xft-map{height:520px;display:grid;grid-template-columns:1.3fr .8fr 1fr;grid-template-rows:1fr .7fr;gap:8px;transform:rotate(-1deg)}.xft-plot{padding:24px;border:3px solid var(--soil);background:var(--sprout);clip-path:polygon(3% 0,100% 5%,95% 100%,0 91%)}.xft-plot:nth-child(2){background:var(--water);clip-path:polygon(8% 5%,100% 0,91% 95%,0 100%)}.xft-plot:nth-child(3){background:#e7c978;grid-row:span 2}.xft-plot:nth-child(4){background:#d8e6b1;grid-column:span 2}.xft-host{font-family:ui-monospace,monospace;font-weight:900;font-size:1.08rem}.xft-band{margin:70px 0;border-top:2px solid var(--soil);border-bottom:2px solid var(--soil);display:grid;grid-template-columns:repeat(4,1fr)}.xft-band section{padding:25px;border-right:1px dashed var(--soil)}.xft-seeds{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:55px 0}.xft-seed{padding:22px 8px;border-top:9px solid var(--leaf);border-bottom:1px solid var(--soil)}.xft-seed strong{font-size:1.5rem}.xft-sluice{background:var(--water);padding:34px;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.xft-sluice section{background:var(--chalk);padding:20px}.xft-weather{display:flex;gap:12px;margin:55px 0;flex-wrap:wrap}.xft-weather span{padding:12px 18px;border:2px solid var(--soil);border-radius:50%}.xft-notes{display:grid;grid-template-columns:1fr 1fr;gap:18px}.xft-field-note{border:2px solid var(--soil);padding:25px;background:#fffdf5;box-shadow:8px 8px 0 var(--sprout)}.article-title{font-size:1.25rem;font-weight:900}.xft-panel{margin:55px 0;padding:30px;border-left:14px solid var(--sun)}.xft-page,.xft-article-main{max-width:830px}.xft-page h1,.xft-article h1{font-size:clamp(2.2rem,6vw,4.3rem);line-height:1.12}.xft-page h2,.xft-article-body h2{margin-top:2em;padding-top:.5em;border-top:7px solid var(--sprout)}.xft-crumb{display:flex;gap:10px;flex-wrap:wrap;font-size:.9rem}.xft-crumb i{font-style:normal}.xft-next{display:flex;gap:8px;flex-wrap:wrap;margin-top:42px}.xft-next a,.xft-button{background:var(--soil);color:white;padding:10px 15px;text-decoration:none;font-weight:800}button{font:inherit;padding:9px 13px;background:var(--sprout);border:2px solid var(--soil);font-weight:800}footer{border-top:2px solid var(--soil);padding:30px 28px 60px;display:flex;justify-content:space-between;gap:25px}@media(max-width:760px){header,footer{flex-direction:column}.xft-hero{grid-template-columns:1fr;min-height:0}.xft-hero h1{font-size:3.2rem}.xft-map{height:450px}.xft-band,.xft-seeds,.xft-sluice,.xft-notes{grid-template-columns:1fr}.xft-band section{border-right:0;border-bottom:1px dashed var(--soil)}}