@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/font-5.ttf) format('truetype');
}
:root{--ink:#202820;--muted:#60695f;--paper:#fbfaf6;--line:#dce1d4;--green:#dceac8;--deep:#25372a;--orange:#e87546;--serif:'Instrument Serif',Georgia,serif;--sans:'DM Sans',system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:5px}a:hover{color:#596e43}img,video{max-width:100%;display:block}img{height:auto}button{cursor:pointer}p{margin:0 0 1.2em}h1,h2,h3{line-height:1.07;letter-spacing:-.055em;font-weight:500;margin:0 0 .65em}h1{font-size:clamp(48px,6.5vw,88px)}h2{font-size:clamp(36px,4.2vw,60px)}h3{font-size:25px;letter-spacing:-.035em}em{font-family:var(--serif);font-weight:400}small{font-size:12px}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.skip{position:absolute;top:-100px;background:white;padding:10px;z-index:100}.skip:focus{top:0}header{position:relative;z-index:5;border-bottom:1px solid var(--line)}nav{display:flex;align-items:center;gap:30px;min-height:96px}.brand{font-size:28px;letter-spacing:-1.5px;font-weight:700;display:inline-flex;align-items:center;gap:9px}.brand b{font-size:39px;color:var(--orange);line-height:1}.navlinks{display:flex;gap:28px;margin-left:auto;font-size:14px}.btn{display:inline-flex;gap:20px;justify-content:center;align-items:center;min-height:52px;padding:12px 23px;border:1px solid var(--deep);border-radius:7px;background:var(--deep);color:white;font-weight:500;font-size:14px;line-height:1.5}.btn:hover{background:#3b5039;color:white}.btn.light{background:transparent;color:var(--ink);border-color:var(--line)}.btn.light:hover{background:#edf0e5}.btn.coral{background:var(--orange);border-color:var(--orange);color:#211e18}.eyebrow{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.17em;font-weight:650;margin-bottom:23px;color:var(--muted)}.hero{text-align:center;padding:82px 0 0}.hero .eyebrow:before{content:'●';color:var(--orange);margin-right:8px}.hero h1{max-width:940px;margin:0 auto 25px}.hero em{color:#71844f}.hero .intro{max-width:610px;margin:0 auto 28px;font-size:19px;line-height:1.6;color:var(--muted)}.actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.fine{font-size:12px;color:var(--muted);margin:16px 0}.stage{margin-top:48px;border-radius:18px;background:#e8eddd;position:relative;padding:30px 48px 36px;overflow:hidden;text-align:left;background-image:linear-gradient(#dce2d433 1px,transparent 1px),linear-gradient(90deg,#dce2d455 1px,transparent 1px);background-size:28px 28px}.stage-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:22px}.status{display:inline-flex;align-items:center;gap:8px;background:#f9faf1;border:1px solid #d5ddc8;padding:6px 12px;border-radius:100px}.status i{height:6px;width:6px;border-radius:50%;background:#668348}.stage-body{display:grid;grid-template-columns:minmax(0,1fr) 200px;gap:24px;align-items:center}.screen{background:var(--deep);border:7px solid var(--deep);border-radius:12px;box-shadow:0 18px 40px #26352020;overflow:hidden}.screen-top{padding:5px 8px 10px;color:#e6eadc;font-size:10px;display:flex;justify-content:space-between}.screen video{width:100%;aspect-ratio:16/9;background:#21241b}.output-stack{display:grid;gap:12px}.mini-output{background:#fbfcf5;padding:12px;border:1px solid #d5ddc8;border-radius:10px;box-shadow:0 7px 14px #5266420a;transform:rotate(2deg)}.mini-output:nth-child(2){transform:rotate(-2deg)}.mini-output img{width:100%;height:86px;object-fit:cover;border-radius:5px}.mini-output span{display:block;font-size:11px;margin-top:7px}.mini-output b{font-size:10px;font-weight:500;color:var(--muted)}.stage-bottom{display:flex;gap:24px;justify-content:center;font-size:11px;margin-top:25px;color:#526345}.ribbon{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted);text-align:center}.ribbon span{border-right:1px solid var(--line)}.ribbon span:last-child{border:0}.section{padding:95px 0}.section-title{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:35px}.section-title h2{max-width:660px;margin-bottom:0}.section-title p{max-width:300px;color:var(--muted);font-size:14px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:46px}.step{border-top:1px solid var(--line);padding-top:24px}.step .number{font:italic 42px var(--serif);color:#a2ad91;display:block;margin-bottom:32px}.step p{color:var(--muted);font-size:14px}.gallery{background:#f0f1e9;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tabs{display:flex;gap:8px;margin:28px 0}.tabs button,.chip{border:1px solid var(--line);border-radius:100px;padding:8px 17px;background:transparent;color:var(--muted);font-size:12px}.tabs button[aria-pressed=true]{background:var(--deep);color:white;border-color:var(--deep)}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.video-card{background:var(--paper);padding:14px;border-radius:12px;border:1px solid var(--line)}.video-card video{width:100%;aspect-ratio:16/9;object-fit:contain;background:#20271d;border-radius:7px}.video-card.portrait video{aspect-ratio:9/16;max-height:540px;background:#e6e9dd}.video-card .caption{display:flex;justify-content:space-between;gap:12px;margin:17px 5px 5px;font-size:13px}.video-card .caption span{color:var(--muted);font-size:11px}.note{font-size:13px;color:var(--muted);max-width:780px;margin:24px 0 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.split p{color:var(--muted)}.proof-art{background:#e5ead9;border-radius:12px;padding:30px;position:relative}.proof-art .file{background:white;padding:20px;border-radius:7px;display:flex;justify-content:space-between;align-items:center;margin:14px 0;box-shadow:0 6px 14px #32422609;font-size:13px}.proof-art .file small{color:var(--muted)}.proof-art .connector{height:35px;border-left:1px dashed #82936e;margin-left:22px}.proof-art .file.result{margin-left:35px;background:#f5f7ee}.proof-art .file span{color:#638140}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.benefit{border:1px solid var(--line);border-radius:8px;padding:28px}.benefit h3{font-size:22px}.benefit p{font-size:14px;color:var(--muted);margin:0}.cta-block{background:var(--deep);color:#f7faed;padding:60px;border-radius:14px;text-align:center}.cta-block em{color:#bdce9f}.cta-block p{color:#c8d1bf;max-width:560px;margin:0 auto 28px}.cta-block .eyebrow{color:#bdce9f}.faq{max-width:800px;margin:auto}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-weight:500;list-style:none;padding-right:32px;position:relative}summary:after{content:'+';position:absolute;right:3px;color:var(--muted)}details[open] summary:after{content:'−'}details p{color:var(--muted);font-size:14px;margin:16px 0 0}footer{border-top:1px solid var(--line);padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.footer-grid p{font-size:13px;color:var(--muted);max-width:260px;margin-top:14px}.footer-grid h3{font:650 11px var(--sans);text-transform:uppercase;letter-spacing:.1em}.footer-grid a:not(.brand){display:block;font-size:13px;color:var(--muted);margin:10px 0}.footer-bottom{margin-top:48px;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.page-hero{padding:64px 0 42px;max-width:900px}.page-hero h1{font-size:clamp(40px,5.2vw,68px)}.page-hero p{font-size:19px;color:var(--muted);max-width:750px}.breadcrumb{font-size:12px;color:var(--muted);margin-top:28px;display:flex;gap:10px;flex-wrap:wrap}.meta{font-size:12px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{display:block;padding:28px;border:1px solid var(--line);border-radius:10px;background:#fffefa;transition:transform .2s,border-color .2s}.card:hover{transform:translateY(-3px);border-color:#98aa81;color:var(--ink)}.card .eyebrow{margin-bottom:26px;color:#819168}.card h3{font-size:24px;line-height:1.18;letter-spacing:-.035em}.card p{font-size:13px;color:var(--muted);margin-bottom:24px}.card .arrow{font-size:20px;color:#87956c}.resource-tools{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:0 0 26px}.resource-tools input{flex:1;min-width:220px;padding:14px 18px;border:1px solid var(--line);background:white;border-radius:7px}.resource-tools a[aria-current=page]{background:var(--deep);color:white}.article-grid{display:grid;grid-template-columns:minmax(0,760px) 245px;gap:70px;padding-bottom:70px}.prose{font-size:17px;line-height:1.85}.prose h2{font-size:34px;margin:42px 0 18px;letter-spacing:-.04em}.prose h3{font-size:23px;letter-spacing:-.025em;margin:28px 0 12px}.prose p{color:#4f584e}.prose a{color:#526d3b;text-decoration:underline;text-underline-offset:3px}.prose li{padding-left:4px;margin:10px 0;color:#4f584e}.prose ul,.prose ol{padding-left:24px}.prose blockquote{border-left:3px solid #90a374;background:#edf1e4;margin:24px 0;padding:24px;font:italic 26px/1.5 var(--serif)}.callout{background:#edf1e4;border:1px solid #d9e1cd;border-radius:9px;padding:26px;margin:26px 0}.callout p:last-child{margin:0}.brief{width:100%;min-height:260px;resize:vertical;background:#f3f4ed;border:1px solid var(--line);padding:20px;border-radius:8px;font:14px/1.7 var(--sans);color:#3d4c36}.copy-btn{margin:10px 0;font-size:12px;min-height:42px}.aside{align-self:start;position:sticky;top:30px;border-left:1px solid var(--line);padding-left:25px;font-size:13px}.aside a{display:block;margin:12px 0;color:var(--muted)}.aside .btn{color:white;margin-top:25px}.aside .eyebrow{margin-bottom:20px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:14px;margin:24px 0}th,td{text-align:left;vertical-align:top;padding:15px;border-bottom:1px solid var(--line)}th{background:#eef1e5;font-weight:600}.watch-player{background:#e8ecdf;padding:20px;border-radius:12px}.watch-player video{max-height:720px;margin:auto;width:100%;background:#1e261c;border-radius:8px}.watch-player.mobile video{width:auto;max-width:100%;aspect-ratio:9/16}.search-count{font-size:12px;color:var(--muted);margin:10px 0 25px}.empty{padding:40px;border:1px dashed var(--line)}[hidden]{display:none!important}.legal{max-width:760px;margin:50px auto 80px}.legal h1{font-size:48px}.legal h2{font-size:30px}.legal p{color:var(--muted)}@media(max-width:900px){.stage-body{grid-template-columns:1fr 140px}.stage{padding:24px}.article-grid{grid-template-columns:minmax(0,1fr);gap:20px}.aside{display:none}.cards{grid-template-columns:repeat(2,1fr)}.split{gap:35px}.navlinks{gap:16px}.section{padding:65px 0}.hero{padding-top:58px}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media(max-width:620px){.wrap{width:calc(100% - 36px)}nav{min-height:78px;gap:12px;flex-wrap:wrap;padding:15px 0}.brand{font-size:25px}.brand b{font-size:32px}.navlinks{order:3;width:100%;justify-content:space-between;font-size:12px;gap:10px}nav>.btn{margin-left:auto;min-height:40px;padding:8px 14px;font-size:12px}.hero{padding-top:45px}.hero h1{font-size:53px}.hero .intro{font-size:16px}.stage{margin-top:32px;padding:17px 12px}.stage-top{font-size:9px;gap:8px}.stage-body{grid-template-columns:1fr}.output-stack{display:none}.screen{border-width:4px}.stage-bottom{gap:12px;font-size:9px;flex-wrap:wrap}.ribbon{grid-template-columns:1fr 1fr;gap:16px;font-size:10px}.ribbon span:nth-child(2){border:0}.section-title{display:block}.section-title p{margin-top:20px;max-width:100%}.steps,.benefits,.video-grid,.split,.cards{grid-template-columns:1fr}.steps{gap:22px}.step .number{margin-bottom:18px}.split{gap:30px}.cta-block{padding:40px 23px}.cta-block h2{font-size:40px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:10px}.page-hero{padding:36px 0 24px}.page-hero p{font-size:17px}.prose{font-size:16px}.prose h2{font-size:30px}.card{padding:23px}.resource-tools{gap:8px}.chip{padding:6px 12px}.watch-player{padding:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}
.hero h1 em{white-space:nowrap}.video-shell{position:relative}.video-cover{position:absolute;inset:0;padding:0;border:0;border-radius:7px;overflow:hidden;width:100%;height:100%;background:#25372a;z-index:1}.video-cover img{width:100%;height:100%;object-fit:contain}.video-cover>span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:12px;background:#fbfaf6f2;border:1px solid #ffffffb0;border-radius:100px;padding:13px 23px;color:#25372a;box-shadow:0 5px 25px #0002;font-size:18px;white-space:nowrap}.video-cover b{font-size:12px;font-weight:500}.watch-player .video-shell.mobile{max-width:405px;margin:auto}.video-card.portrait .video-shell{max-width:304px;margin:auto}.video-card.portrait .video-shell video{width:100%;height:auto}.video-shell.playing .video-cover{display:none}
video{height:auto}.screen video,.video-card video{height:auto}.video-shell{line-height:0}.video-cover{line-height:1.5}

.brand-symbol{display:block;width:36px;height:36px;flex:none}@media(max-width:620px){.brand-symbol{width:32px;height:32px}}
/* Focused resource articles and local planning tools. */
.resource-article .page-hero{max-width:950px}.resource-article h1{font-size:clamp(37px,5.1vw,66px);line-height:1.1;letter-spacing:-.045em}.resource-article .direct-answer{font-size:19px;max-width:850px}.resource-article .meta{font-size:12px;max-width:100%}.resource-article .meta a{text-decoration:underline}.resource-article .prose{min-width:0}.resource-article .prose h2{font-size:29px;letter-spacing:-.035em;line-height:1.2}.resource-article .working-steps{padding-left:24px}.working-steps li{padding-left:8px;margin-bottom:20px}.working-steps li::marker{color:#6c7e53;font-weight:600}.worked-example{border:1px solid #cdd8bd;border-radius:12px;padding:28px;background:#edf2e5;margin:32px 0}.worked-example .eyebrow{margin-bottom:12px}.worked-example h2{margin-top:0}.worked-example p:last-child{margin:0}.formula{padding:20px;border-left:3px solid var(--orange);background:#f4f1e9;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.next-resources{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 40px}.next-resources a{border:1px solid var(--line);border-radius:8px;padding:18px;font-size:15px;line-height:1.5;text-decoration:none!important}.next-resources span{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.calculator{border:1px solid #c7d3b8;border-radius:14px;padding:28px;background:#f0f4e9;margin-bottom:40px}.calculator h2{margin-top:0}.calculator-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.calculator-fields label{min-width:0;font-size:13px;font-weight:500}.calculator-fields label span{display:block;margin-bottom:8px}.calculator-fields .full-field{grid-column:1/-1}.calculator-fields input,.calculator-fields textarea,.calculator-fields select{display:block;width:100%;min-width:0;min-height:46px;padding:11px;border:1px solid #acb99b;border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:16px}.calculator-fields textarea{resize:vertical}.calculator-fields select:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.calculator-actions{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.calculator output{display:block;border-top:1px solid #c7d3b8;padding-top:20px;white-space:pre-line;font-size:18px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.calculator output.is-error{color:#993612}.resource-tools{flex-wrap:wrap}.resource-tools input{min-width:0}.resource-article .brief{white-space:pre-wrap;min-height:300px}.chip[aria-current=page]{background:var(--deep);color:#fff;border-color:var(--deep)}
@media(max-width:650px){.resource-article .page-hero{padding-top:35px}.resource-article .direct-answer{font-size:17px}.worked-example,.calculator{padding:20px}.calculator-fields,.next-resources{grid-template-columns:1fr}.resource-article .prose h2{font-size:26px}.resource-tools input{width:100%;flex-basis:100%}.resource-article .breadcrumb{overflow-wrap:anywhere;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
