:root{--ink:#12201a;--forest:#1d4a34;--forest-deep:#113124;--moss:#4d7a5b;--moss-light:#dfe9e0;--accent:#e2711a;--accent-deep:#b0560e;--accent-darker:#8f430a;--accent-text:#96470b;--accent-soft:#fbe9d9;--paper:#f7f6f2;--paper-2:#edebe4;--white:#fff;--line:#d8d5cb;--line-strong:#b9b5a8;--text:#1f2622;--muted:#5d665f;--danger:#a33a2a;--danger-soft:#f8e4e0;--info-soft:#e3ecf5;--info:#24507a;--font-display:"Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;--font-heading:"Barlow", "Helvetica Neue", Arial, sans-serif;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--container:1200px;--prose:74ch;--gutter:clamp(16px, 4vw, 40px);--radius:6px;--radius-lg:12px;--shadow:0 1px 2px #12201a0f, 0 6px 20px #12201a0f;--shadow-lg:0 10px 40px #12201a24}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.65}img,svg{max-width:100%;height:auto;display:block}a{color:var(--forest);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--accent-darker)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--ink);letter-spacing:-.01em;margin:0 0 .5em;font-weight:700;line-height:1.15}h1{font-family:var(--font-display);letter-spacing:0;text-transform:none;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:700;line-height:1.02}h2{margin-top:2.2em;font-size:clamp(1.55rem,3vw,2.1rem)}h3{margin-top:1.8em;font-size:clamp(1.2rem,2.2vw,1.45rem)}h4{margin-top:1.4em;font-size:1.05rem}p{margin:0 0 1.1em}ul,ol{margin:0 0 1.2em;padding-left:1.3em}li{margin-bottom:.35em}strong{color:var(--ink)}hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}blockquote{border-left:4px solid var(--accent);background:var(--white);border-radius:0 var(--radius) var(--radius) 0;color:var(--ink);margin:1.5rem 0;padding:.9rem 1.2rem;font-size:1.05em}blockquote p:last-child{margin-bottom:0}code{font-family:var(--font-mono);background:var(--paper-2);border-radius:4px;padding:.1em .35em;font-size:.9em}pre{background:var(--ink);color:#e8efe9;border-radius:var(--radius);padding:1rem 1.2rem;font-size:.9rem;line-height:1.5;overflow-x:auto}pre code{color:inherit;background:0 0;padding:0}table{border-collapse:collapse;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);width:100%;margin:1.4rem 0 1.8rem;font-size:.95rem;overflow:hidden}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.65rem .8rem}th{background:var(--forest-deep);color:var(--white);font-family:var(--font-heading);letter-spacing:.03em;text-transform:uppercase;font-size:.85rem;font-weight:600}tbody tr:nth-child(2n) td{background:#fbfaf7}tbody tr:last-child td{border-bottom:0}td:first-child{color:var(--ink);font-weight:600}.table-scroll{margin:1.4rem 0 1.8rem;overflow-x:auto}.table-scroll table{min-width:560px;margin:0}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.prose{max-width:var(--prose)}.prose>:first-child{margin-top:0}.section{padding-block:clamp(2.5rem,6vw,4.5rem)}.section--tight{padding-block:clamp(1.5rem,4vw,2.5rem)}.section--alt{background:var(--paper-2)}.section--dark{background:var(--forest-deep);color:#e9efe9}.section--dark h2,.section--dark h3{color:var(--white)}.section--dark a{color:#bfe0c7}.section--dark .kicker,.cta-band .kicker{color:#f2a45c}.grid{gap:1.25rem;display:grid}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.kicker{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-text);margin-bottom:.7rem;font-size:.78rem;font-weight:700;display:inline-block}.lede{color:var(--muted);max-width:62ch;font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:1.55}.eyebrow-list{flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.eyebrow-list li{border:1px solid var(--line-strong);color:var(--muted);background:var(--white);border-radius:999px;margin:0;padding:.3rem .65rem;font-size:.82rem}.btn{font-family:var(--font-heading);letter-spacing:.02em;border-radius:var(--radius);cursor:pointer;border:2px solid #0000;align-items:center;gap:.5rem;padding:.8rem 1.35rem;font-size:.98rem;font-weight:700;line-height:1.1;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--accent-deep);color:var(--white)}.btn--primary:hover{background:var(--accent-darker);color:var(--white)}.btn--secondary{color:var(--forest);border-color:var(--forest);background:0 0}.btn--secondary:hover{background:var(--forest);color:var(--white)}.btn--ghost{color:var(--white);background:#ffffff1a;border-color:#ffffff59}.btn--ghost:hover{color:var(--white);background:#fff3}.btn--sm{padding:.55rem .95rem;font-size:.88rem}.header-cta{white-space:nowrap}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;gap:.5rem;padding:1.35rem 1.4rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.card:hover{border-color:var(--moss);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card h2,.card h3,.card h4{margin:0;font-size:1.15rem}.card h2 a,.card h3 a,.card h4 a{color:var(--ink);text-decoration:none}.card h2 a:after,.card h3 a:after,.card h4 a:after{content:"";position:absolute;inset:0}.card p{color:var(--muted);margin:0;font-size:.95rem}.card .card__meta{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--moss);font-size:.78rem;font-weight:700}.card .card__stat{border-top:1px dashed var(--line);color:var(--muted);flex-wrap:wrap;gap:1rem;margin-top:auto;padding-top:.6rem;font-size:.85rem;display:flex}.card .card__stat strong{font-family:var(--font-display);color:var(--ink);font-size:1.25rem;line-height:1;display:block}.badge{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;background:var(--moss-light);color:var(--forest);border-radius:4px;padding:.25rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.badge--accent{background:var(--accent-soft);color:var(--accent-text)}.badge--muted{background:var(--paper-2);color:var(--muted)}.callout{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--white);grid-template-columns:auto 1fr;gap:.9rem;margin:1.8rem 0;padding:1.1rem 1.25rem;display:grid}.callout__icon{width:34px;height:34px;font-family:var(--font-display);border-radius:8px;flex-shrink:0;place-items:center;font-size:1.2rem;font-weight:700;display:grid}.callout__title{font-family:var(--font-heading);color:var(--ink);margin:0 0 .3rem;font-size:1.02rem;font-weight:700}.callout p:last-child,.callout ul:last-child{margin-bottom:0}.callout--rule{border-color:var(--accent);background:var(--accent-soft)}.callout--rule .callout__icon{background:var(--accent-deep);color:var(--white)}.callout--info{background:var(--info-soft);border-color:#b9cde0}.callout--info .callout__icon{background:var(--info);color:var(--white)}.callout--warning{background:var(--danger-soft);border-color:#e3b8ae}.callout--warning .callout__icon{background:var(--danger);color:var(--white)}.callout--tip{background:var(--moss-light);border-color:#bfd6c5}.callout--tip .callout__icon{background:var(--forest);color:var(--white)}.flow{counter-reset:flow;gap:0;margin:1.6rem 0 2rem;padding:0;list-style:none;display:grid}.flow li{counter-increment:flow;grid-template-columns:40px 1fr;align-items:start;gap:.9rem;margin:0;padding-bottom:.9rem;display:grid;position:relative}.flow li:before{content:counter(flow);background:var(--forest);width:32px;height:32px;color:var(--white);font-family:var(--font-display);z-index:1;border-radius:50%;place-items:center;font-size:1rem;font-weight:700;display:grid;position:relative}.flow li:not(:last-child):after{content:"";background:var(--line-strong);width:2px;position:absolute;top:32px;bottom:-4px;left:15px}.flow li .flow__label{font-family:var(--font-heading);color:var(--ink);padding-top:.3rem;font-weight:700}.flow li .flow__note{color:var(--muted);font-size:.92rem;font-weight:400;display:block}.flow--inline{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.flow--inline li{background:var(--white);border:1px solid var(--line);font-family:var(--font-heading);border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .8rem;font-size:.92rem;font-weight:600;display:inline-flex}.flow--inline li:before{width:22px;height:22px;font-size:.8rem}.flow--inline li:after{display:none}.compare{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.2rem;margin:1.6rem 0 2rem;display:grid}.compare__col{background:var(--white);border:1px solid var(--line);border-top:4px solid var(--forest);border-radius:var(--radius-lg);padding:1.1rem 1.25rem}.compare__col:nth-child(2){border-top-color:var(--accent)}.compare__col:nth-child(3){border-top-color:var(--moss)}.compare__col h3,.compare__col h4{margin:0 0 .6rem;font-size:1.1rem}.compare__col ul{margin:0;padding-left:1.1em}.compare__col li{font-size:.95rem}.formula{background:var(--ink);color:#e6ede7;border-radius:var(--radius-lg);font-family:var(--font-heading);margin:1.6rem 0 2rem;padding:1.2rem 1.4rem;font-size:1.05rem;line-height:1.5}.formula .formula__line{flex-wrap:wrap;align-items:baseline;gap:.6rem;display:flex}.formula .formula__op{color:var(--accent);font-family:var(--font-display);text-align:center;min-width:1.2rem;font-size:1.4rem;font-weight:700}.formula .formula__result{color:var(--white);border-top:1px solid #ffffff40;margin-top:.5rem;padding-top:.5rem;font-weight:700}.formula__caption{font-family:var(--font-body);color:#a9b9ad;margin-top:.7rem;font-size:.85rem}.stats{grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:1rem;margin:1.6rem 0;display:grid}.stat{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1rem 1.1rem}.stat__value{font-family:var(--font-display);color:var(--forest);font-size:1.9rem;font-weight:700;line-height:1}.stat__label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-family:var(--font-heading);margin-top:.35rem;font-weight:600}.faq{border-top:1px solid var(--line);margin:1.5rem 0 2rem}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-family:var(--font-heading);color:var(--ink);padding:1rem 2.2rem 1rem 0;font-size:1.05rem;font-weight:700;list-style:none;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:var(--font-display);color:var(--accent);font-size:1.6rem;line-height:1;position:absolute;top:50%;right:.2rem;transform:translateY(-50%)}.faq details[open] summary:after{content:"–"}.faq .faq__answer{color:var(--text);max-width:var(--prose);padding:0 0 1.2rem}.faq .faq__answer p:last-child{margin-bottom:0}.breadcrumbs{color:var(--muted);padding:.9rem 0 0;font-size:.85rem}.breadcrumbs ol{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li{margin:0}.breadcrumbs li+li:before{content:"/";color:var(--line-strong);margin-right:.35rem}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{color:var(--forest);text-decoration:underline}.hero{border-bottom:1px solid var(--line);background:radial-gradient(1200px 400px at 80% -20%, #4d7a5b29, transparent 60%), linear-gradient(180deg, var(--white) 0%, var(--paper) 100%);padding:clamp(2rem,5vw,3.5rem) 0 clamp(2rem,4vw,3rem)}.hero h1{max-width:22ch}.hero--dark{background:radial-gradient(900px 500px at 85% 0%, #e2711a40, transparent 60%), linear-gradient(160deg, var(--forest-deep) 0%, var(--ink) 100%);color:#e6ede7;border-bottom:0}.hero--dark h1,.hero--dark h2{color:var(--white)}.hero--dark .lede{color:#c2cfc5}.hero--dark .kicker{color:#f2a45c}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.6rem;display:flex}.hero__grid{grid-template-columns:1fr;align-items:end;gap:2rem;display:grid}@media (width>=900px){.hero__grid{grid-template-columns:1.4fr 1fr}}.article{grid-template-columns:1fr;gap:2.5rem;padding-block:clamp(2rem,5vw,3.5rem);display:grid}@media (width>=1024px){.article{grid-template-columns:minmax(0,1fr) 280px}}.article__body,.article__aside{min-width:0}.toc{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);max-height:calc(100vh - 110px);padding:1rem 1.1rem;font-size:.9rem;position:sticky;top:88px;overflow:auto}.toc__title{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem;font-size:.8rem;font-weight:700}.toc ol{margin:0;padding:0;list-style:none}.toc li{margin:0}.toc a{color:var(--text);padding:.3rem 0;border-left:2px solid #0000;padding-left:.6rem;line-height:1.35;text-decoration:none;display:block}.toc a:hover{color:var(--forest);border-left-color:var(--accent)}.toc li.toc--depth-3 a{color:var(--muted);padding-left:1.4rem;font-size:.85rem}.aside-box{background:var(--forest-deep);color:#e6ede7;border-radius:var(--radius-lg);margin-top:1.25rem;padding:1.2rem 1.3rem}.aside-box h3{color:var(--white);margin:0 0 .5rem;font-size:1.1rem}.aside-box p{color:#c2cfc5;font-size:.92rem}.aside-box .btn{justify-content:center;width:100%}.cta-band{background:linear-gradient(120deg, var(--forest-deep), var(--forest));color:#e6ede7;border-radius:var(--radius-lg);grid-template-columns:1fr;align-items:center;gap:1.2rem;margin:2.5rem 0 1rem;padding:clamp(1.5rem,4vw,2.5rem);display:grid}@media (width>=800px){.cta-band{grid-template-columns:1fr auto}}.cta-band h2{color:var(--white);margin:0 0 .4rem;font-size:1.6rem}.cta-band p{color:#c2cfc5;max-width:60ch;margin:0}.cta-band__actions{flex-wrap:wrap;gap:.7rem;display:flex}.related{border-top:1px solid var(--line);margin:2.5rem 0 0;padding-top:1.5rem}.related h2{margin:0 0 .9rem;font-size:1.3rem}.related ul{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.related li{margin:0}.related a{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);padding:.7rem .9rem;font-size:.95rem;font-weight:600;text-decoration:none;display:block}.related a:hover{border-color:var(--moss);color:var(--forest)}.related a span{color:var(--muted);font-size:.85rem;font-weight:400;display:block}.spec-table td:first-child{width:42%;color:var(--muted);font-weight:600}.spec-table td:last-child{color:var(--ink);font-weight:600}.spec-note{color:var(--muted);margin-top:-1rem;margin-bottom:1.8rem;font-size:.85rem}.checklist{gap:.45rem;margin:1.2rem 0 1.8rem;padding:0;list-style:none;display:grid}.checklist li{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);margin:0;padding:.55rem .8rem .55rem 2.3rem;font-size:.95rem;position:relative}.checklist li:before{content:"";border:2px solid var(--forest);border-radius:3px;width:14px;height:14px;position:absolute;top:.85rem;left:.75rem}.tool{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin:1.5rem 0 2rem;padding:clamp(1.2rem,3vw,2rem)}.tool .field{gap:.35rem;margin-bottom:1rem;display:grid}.tool label{font-family:var(--font-heading);color:var(--ink);font-size:.92rem;font-weight:600;line-height:1.3}.tool .fields>.field>label{align-items:flex-end;min-height:2.6em;display:flex}.tool .hint{color:var(--muted);font-size:.82rem}.tool input[type=number],.tool input[type=text],.tool input[type=email],.tool input[type=tel],.tool select,.tool textarea{font:inherit;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--white);width:100%;color:var(--text);padding:.65rem .75rem}.tool input:focus,.tool select:focus,.tool textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.tool .fields{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));align-items:start;gap:.6rem 1.2rem;display:grid}.tool__result{border-radius:var(--radius-lg);background:var(--paper-2);border:1px solid var(--line);margin-top:1.2rem;padding:1.1rem 1.2rem}.tool__result .big{font-family:var(--font-display);color:var(--forest);font-size:2.2rem;font-weight:700;line-height:1}.tool__result .big.is-bad{color:var(--danger)}.tool__result .big.is-warn{color:var(--accent-deep)}.tool__result p{margin:.4rem 0 0;font-size:.95rem}.tool__result ul{margin:.6rem 0 0}:focus-visible{outline:3px solid var(--accent-deep);outline-offset:2px;border-radius:2px}.site-header :focus-visible,.section--dark :focus-visible,.hero--dark :focus-visible,.site-footer :focus-visible,.aside-box :focus-visible,.cta-band :focus-visible{outline-color:#f2a45c}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.muted{color:var(--muted)}.small{font-size:.88rem}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.visually-hidden{clip:rect(1px, 1px, 1px, 1px);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.skip-link{background:var(--accent);color:var(--white);z-index:1000;padding:.5rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{top:1rem;left:1rem}.site-header{z-index:100;backdrop-filter:blur(6px);color:var(--white);background:#12201af7;border-bottom:1px solid #ffffff14;position:sticky;top:0}.site-header__inner{flex-wrap:nowrap;align-items:center;gap:1rem;min-height:68px;display:flex}@media (width<=600px){.site-header__inner{gap:.65rem}.header-cta{display:none}.brand{font-size:1.15rem}.brand__mark{width:30px;height:30px}}@media (width<=360px){.brand small{display:none}}.brand{color:var(--white);font-family:var(--font-display);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:700;line-height:1;text-decoration:none;display:flex}.brand:hover{color:var(--white)}.brand small{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:#f2a45c;margin-top:.15rem;font-size:.62rem;font-weight:600;display:block}.brand__mark{flex-shrink:0;width:36px;height:36px}.nav{align-items:center;gap:.15rem;margin-left:auto;display:none}@media (width>=1180px){.nav{display:flex}}.nav>li{margin:0;list-style:none;position:relative}.nav ul{margin:0;padding:0;list-style:none}.nav a,.nav button{color:#dfe7e0;font-family:var(--font-heading);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:4px;padding:.55rem .6rem;font-size:.9rem;font-weight:600;text-decoration:none;display:block}.nav a:hover,.nav button:hover,.nav>li:focus-within>a,.nav>li:hover>a{color:var(--white);background:#ffffff14}.nav .menu{background:var(--white);min-width:260px;color:var(--text);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:50;border:1px solid var(--line);padding:.5rem;display:none;position:absolute;top:100%;left:0}.nav .menu--wide{grid-template-columns:1fr 1fr;gap:.15rem;min-width:540px}.nav>li:hover .menu,.nav>li:focus-within .menu{display:grid}.nav .menu a{color:var(--ink);border-radius:4px;padding:.5rem .7rem;font-size:.9rem;font-weight:600}.nav .menu a span{color:var(--muted);font-size:.8rem;font-weight:400;display:block}.nav .menu a:hover{background:var(--paper-2);color:var(--forest)}.nav .menu .menu__all{border-top:1px solid var(--line);color:var(--accent-text);grid-column:1/-1;margin-top:.3rem;padding-top:.5rem}.header-cta{margin-left:auto}@media (width>=1180px){.header-cta{margin-left:.5rem}}.menu-toggle{color:var(--white);border-radius:var(--radius);font-family:var(--font-heading);cursor:pointer;background:0 0;border:1px solid #ffffff4d;align-items:center;gap:.5rem;padding:.5rem .75rem;font-weight:600;display:inline-flex}@media (width>=1180px){.menu-toggle{display:none}}.mobile-nav{background:var(--ink);border-top:1px solid #ffffff14;padding:.75rem 0 1.25rem;display:none}.mobile-nav.is-open{display:block}.mobile-nav details{border-bottom:1px solid #ffffff14}.mobile-nav summary,.mobile-nav .container>a{color:var(--white);font-family:var(--font-heading);cursor:pointer;border-bottom:1px solid #ffffff14;padding:.85rem 0;font-weight:600;text-decoration:none;list-style:none;display:block}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary:after{content:"+";float:right;color:var(--accent)}.mobile-nav details[open] summary:after{content:"–"}.mobile-nav ul{margin:0;padding:0 0 .75rem .75rem;list-style:none}.mobile-nav ul a{color:#c2cfc5;padding:.45rem 0;font-size:.95rem;text-decoration:none;display:block}.mobile-nav ul a:hover{color:var(--white)}.mobile-nav .container>a.mobile-nav__cta{background:var(--accent-deep);color:var(--white);text-align:center;border-radius:var(--radius);font-family:var(--font-heading);border-bottom:0;margin-top:.9rem;padding:.8rem 1rem;font-weight:700;display:block}.mobile-nav .container>a.mobile-nav__cta:hover{background:var(--accent-darker);color:var(--white)}.site-footer{background:var(--ink);color:#b8c4bb;margin-top:4rem;padding:3rem 0 2rem;font-size:.92rem}.site-footer a{color:#dfe7e0;text-decoration:none}.site-footer a:hover{color:var(--white);text-decoration:underline}.site-footer h3{color:var(--white);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .8rem;font-size:.85rem}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin:0 0 .4rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:2rem;display:grid}.footer-brand p{max-width:34ch}.footer-bottom{color:#8d9a91;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.82rem;display:flex}.footer-bottom p{margin:0}.model-head{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=900px){.model-head{grid-template-columns:1.3fr 1fr;align-items:start}}.model-head__specs{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.1rem 1.25rem}.model-head__specs h2{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .6rem;font-size:1rem}.model-head__specs table{border:0;margin:0;font-size:.92rem}.model-head__specs th{display:none}.model-head__specs td{border-bottom:1px solid var(--line);padding:.45rem 0}.model-head__specs td:first-child{color:var(--muted);width:48%;font-weight:500}.model-head__specs td:last-child{color:var(--ink);text-align:right;font-weight:700}.model-head__specs tbody tr:nth-child(2n) td{background:0 0}@media print{.site-header,.site-footer,.cta-band,.aside-box,.hero__actions,.mobile-nav{display:none!important}body{background:#fff;font-size:11pt}.article{grid-template-columns:1fr}}.diagram{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);margin:2rem 0 2.2rem;padding:0;overflow:hidden}.diagram__scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.diagram__scroll:focus-visible,.table-scroll:focus-visible{outline:3px solid var(--accent-deep);outline-offset:-3px}.diagram__svg{background:var(--white);width:100%;height:auto;display:block}@media (width<=640px){.diagram__svg{min-width:580px}.diagram figcaption:after{content:" Scroll the diagram sideways to see all of it.";color:var(--accent-text)}}.diagram figcaption{border-top:1px solid var(--line);color:var(--muted);background:#fbfaf7;padding:.85rem 1.1rem;font-size:.88rem;line-height:1.5}.dg{text-anchor:middle}.dg text{font-family:var(--font-heading);fill:var(--ink)}.dg-panel{fill:#fbfaf7;stroke:var(--line);stroke-width:1px}.dg-title{fill:var(--ink);font-size:15px;font-weight:700}.dg-label{fill:var(--ink);font-size:14px;font-weight:600}.dg-note{fill:var(--muted);font-size:12.5px;font-weight:500}.dg-step{fill:var(--accent-text);text-anchor:start;font-size:13px;font-weight:700}.dg-ground{stroke:var(--ink);stroke-width:2px;fill:none}.dg-soil{fill:var(--paper-2);opacity:.75}.dg-trunk{stroke:var(--forest);stroke-width:9px;stroke-linecap:round;fill:none}.dg-stump{stroke:var(--moss);stroke-width:11px}.dg-branch{stroke:var(--moss);stroke-width:3.5px;stroke-linecap:round;fill:none}.dg-jaw{stroke:var(--ink);stroke-width:4.5px;stroke-linecap:round;fill:none}.dg-jaw--closed{stroke:var(--accent-deep)}.dg-blade{stroke:var(--accent-deep);stroke-width:4px;stroke-linecap:round}.dg-arrow{stroke:var(--accent-deep);stroke-width:2.5px;fill:none}.dg-arrowhead{fill:var(--accent-deep)}.dg-arrowhead-open{stroke:var(--forest);stroke-width:2.5px;fill:none}.dg-stumpbody{fill:var(--moss);stroke:var(--forest);stroke-width:2px}.dg-stumpbody--gone{fill:none;stroke:var(--line-strong);stroke-width:2px;stroke-dasharray:5 4}.dg-root{stroke:var(--forest);stroke-width:4px;stroke-linecap:round;fill:none}.dg-root--decay{stroke:var(--line-strong);stroke-dasharray:4 4}.dg-screwaxis{stroke:var(--ink);stroke-width:3px}.dg-flight{stroke:var(--accent-deep);stroke-width:3px;fill:none;stroke-linecap:round}.dg-pivot{fill:var(--ink)}.dg-wheel{fill:none;stroke:var(--ink);stroke-width:3px}.dg-wheelspoke{stroke:var(--accent-deep);stroke-width:2px}.dg-chip{stroke:var(--muted);stroke-width:2px;stroke-linecap:round}.dg-gradeline{stroke:var(--forest);stroke-width:2.5px;stroke-dasharray:7 4}.dg-machine{fill:var(--forest-deep)}.dg-head{fill:var(--accent-deep)}.dg-boom{stroke:var(--forest);stroke-width:7px;fill:none;stroke-linejoin:round;stroke-linecap:round}.dg-centreline,.dg-dim{stroke:var(--muted);stroke-width:1.5px;stroke-dasharray:5 4;fill:none}.dg-dim{stroke-dasharray:none}.dg-hangline{stroke:var(--ink);stroke-width:2px}.dg-part{stroke:var(--ink);stroke-width:1.2px}.dg-part--1{fill:#e6e3d9}.dg-part--2{fill:#d5d1c3}.dg-part--3{fill:var(--moss-light)}.dg-part--load{fill:var(--accent-soft);stroke:var(--accent-deep)}.dg-part-label{fill:var(--ink);font-size:11px;font-weight:600}.dg-part-label--load{fill:var(--accent-text)}.dg-eq{fill:var(--muted);font-size:13px;font-weight:500}.dg-eq--result{fill:var(--ink);font-weight:700}.dg-rule{stroke:var(--line-strong);stroke-width:1.5px}.dg-headstock{fill:var(--forest-deep)}.dg-tine{stroke:var(--ink);stroke-width:6px;fill:none;stroke-linecap:round}.dg-area{fill:var(--accent-soft);stroke:none}.dg-log{fill:var(--moss-light);stroke:var(--forest);stroke-width:1.5px}.dg-sweep{stroke:var(--accent-deep);stroke-width:2px;stroke-dasharray:6 4;fill:none}.dg-veg{stroke:var(--moss);stroke-width:3px;fill:none;stroke-linecap:round}.dg-treated{stroke:var(--line-strong);stroke-width:4px;stroke-linecap:round}.dg-stage{fill:var(--white);stroke:var(--line-strong);stroke-width:1.5px}.dg-stage-num{fill:var(--forest)}.dg-stage-n{fill:var(--white);font-size:12px;font-weight:700}.dg-stage-t{fill:var(--ink);font-size:14px;font-weight:700}.dg-stage-s{fill:var(--muted);font-size:11px;font-weight:500}.dg-bypass{stroke:var(--accent-deep);stroke-width:2px;stroke-dasharray:6 4;fill:none}.dg-axis{stroke:var(--ink);stroke-width:2px}.dg-bar{fill:var(--forest)}.dg-bar--rare{fill:var(--accent-deep)}.dg-barval{fill:var(--ink);font-size:13px;font-weight:700}.dg-bracket{stroke:var(--accent-deep);stroke-width:1.8px;fill:none}@media print{.diagram{break-inside:avoid}}
