
:root{--ink:#172019;--green:#173c28;--green2:#28583c;--gold:#edae18;--gold2:#f6cf68;--cream:#fffaf0;--paper:#fff;--muted:#5f685f;--line:#e8dfcb;--danger:#8d2e1f;--wrap:1440px;--shadow:0 12px 32px rgba(19,39,26,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#fff}img,svg{max-width:100%;height:auto}a{color:var(--green2)}a:hover{text-decoration-thickness:2px}.wrap{width:min(var(--wrap),calc(100% - 36px));margin:auto}.topbar{background:#101813;color:#fff;font-size:.9rem}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.topbar a{color:#fff;text-decoration:none}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-row{min-height:88px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);min-width:290px}.brand img{width:62px;height:62px;flex:0 0 auto}.brand-copy{display:block;line-height:1}.brand-copy strong,.brand-copy span,.brand-copy small{display:block}.brand-copy strong{font:800 1.35rem/1.05 Georgia,serif;letter-spacing:.08em}.brand-copy span{font-weight:800;letter-spacing:.25em}.brand-copy small{font-size:.69rem;margin-top:7px;color:#596158;letter-spacing:.04em}.nav{margin-left:auto;display:flex;align-items:center;gap:7px}.nav a{padding:11px 10px;color:#141a15;text-decoration:none;font-weight:750;font-size:.92rem;border-bottom:3px solid transparent}.nav a:hover,.nav a[aria-current=page]{color:#9a6b00;border-color:var(--gold)}.menu{display:none;margin-left:auto;border:1px solid #999;background:#fff;border-radius:8px;padding:8px 12px;font-size:1.15rem}.hero{background:linear-gradient(90deg,#eef4ef 0%,#fffaf0 40%,#fff 100%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:minmax(330px,.85fr) minmax(520px,1.4fr);min-height:410px;align-items:stretch}.hero-copy{padding:58px 36px 50px 0;align-self:center}.eyebrow{font-weight:800;color:#9a6b00;text-transform:uppercase;letter-spacing:.12em;font-size:.83rem}.hero h1,.page-hero h1{font:800 clamp(2.4rem,5vw,5rem)/.98 Georgia,serif;margin:.15em 0 .25em;color:#173322}.hero p{font-size:1.12rem;max-width:650px}.hero-media{position:relative;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.78),transparent 28%)}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:12px 18px;text-decoration:none;font-weight:800;border:2px solid var(--green);background:var(--green);color:#fff}.btn.gold{background:var(--gold);border-color:var(--gold);color:#16130d}.btn.light{background:#fff;color:var(--green)}.feature-strip{background:var(--cream);border-bottom:1px solid var(--line)}.features{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.feature{padding:20px;display:flex;gap:12px;border-right:1px solid var(--line)}.feature:last-child{border:0}.feature b{display:block}.hex{width:50px;height:50px;flex:0 0 auto;background:var(--gold2);clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);display:grid;place-items:center;font-size:1.35rem}.section{padding:52px 0}.section.alt{background:#fbf8f0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section h2,.article h2{font:800 2rem/1.15 Georgia,serif;color:#193928;margin:0}.section h3,.article h3{font:750 1.3rem/1.25 Georgia,serif;color:#244b34}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 3px 12px rgba(25,45,30,.05);display:flex;flex-direction:column}.card img{width:100%;aspect-ratio:16/8.8;object-fit:cover;background:#f8edc7}.card-body{padding:19px;display:flex;flex-direction:column;flex:1}.card h3{margin:0 0 8px;font:750 1.22rem/1.25 Georgia,serif}.card p{color:#535e55;margin:0 0 15px}.card .more{margin-top:auto;font-weight:800;text-decoration:none;color:#8a5f00}.notice{border-left:6px solid var(--gold);background:#fff7db;padding:18px 20px;border-radius:8px}.notice.danger{border-color:var(--danger);background:#fff2ef}.split{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:34px}.sidebar{display:grid;gap:18px;align-content:start}.sidebox{border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff}.sidebox.dark{background:var(--green);color:#fff}.sidebox.dark a{color:#ffe18b}.sidebox h2,.sidebox h3{font:750 1.35rem Georgia,serif;margin-top:0}.sidebox ul{padding-left:20px}.page-hero{background:linear-gradient(135deg,#163c29,#28583c);color:#fff;padding:55px 0}.page-hero h1{color:#fff;font-size:clamp(2.25rem,4vw,4.1rem)}.page-hero p{max-width:820px;font-size:1.1rem}.breadcrumbs{font-size:.9rem;margin-bottom:14px}.breadcrumbs a{color:#ffe18b}.article{padding:48px 0 70px}.article-main{max-width:880px}.article p,.article li{font-size:1.045rem}.article ul,.article ol{padding-left:24px}.checklist{list-style:none;padding:0!important}.checklist li{padding:11px 12px 11px 42px;border-bottom:1px solid var(--line);position:relative}.checklist li:before{content:"✓";position:absolute;left:13px;color:#277342;font-weight:900}.redflags li:before{content:"!";color:#a63020}.data-table{width:100%;border-collapse:collapse;margin:20px 0}.data-table th,.data-table td{padding:12px;border:1px solid var(--line);vertical-align:top}.data-table th{background:#f8edc7;text-align:left}.tool{max-width:900px}.tool fieldset{border:1px solid var(--line);border-radius:10px;padding:18px;margin:0 0 18px}.tool label{display:block;font-weight:750;margin:10px 0 4px}.tool input,.tool select,.tool textarea{width:100%;padding:11px;border:1px solid #aab0aa;border-radius:7px;font:inherit}.tool textarea{min-height:100px}.result{display:none;margin-top:22px;background:#f0f7f1;border:1px solid #bad1be;border-radius:10px;padding:20px}.result.show{display:block}.footer{background:#102619;color:#eef4ef;padding:44px 0 18px}.footer a{color:#fff0aa;text-decoration:none}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:30px}.footer-brand .brand-copy strong,.footer-brand .brand-copy span{color:#fff}.footer-brand .brand-copy small{color:#c9d8cc}.footer h3{font:750 1.1rem Georgia,serif;color:#f4c94c}.footer-links{display:grid;gap:6px}.footer-bottom{border-top:1px solid #47604e;margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;font-size:.9rem}.tag{display:inline-block;background:#f5e8bd;color:#604400;padding:4px 9px;border-radius:99px;font-size:.78rem;font-weight:800}.searchbox{display:flex;gap:8px}.searchbox input{flex:1;padding:10px;border:1px solid #aaa;border-radius:6px}.searchbox button{border:0;background:var(--gold);font-weight:800;padding:10px 15px;border-radius:6px}.blog-list{display:grid;gap:15px}.blog-item{border-bottom:1px solid var(--line);padding-bottom:15px}.skip{position:absolute;left:-999px}.skip:focus{left:8px;top:8px;background:#fff;padding:8px;z-index:100}.muted{color:var(--muted)}@media(max-width:1080px){.menu{display:block}.nav{display:none;position:absolute;top:88px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 20px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{border:0}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:46px 0}.hero-media{height:320px}.features{grid-template-columns:repeat(2,1fr)}.feature:last-child{grid-column:span 2}.grid.four{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.topbar .wrap{display:block}.header-row{min-height:74px}.brand{min-width:0}.brand img{width:50px;height:50px}.brand-copy strong{font-size:1rem}.brand-copy span{font-size:.8rem}.brand-copy small{display:none}.nav{top:74px}.hero-copy{padding:35px 0}.hero-media{height:250px}.features,.grid,.grid.four,.split,.footer-grid{grid-template-columns:1fr}.feature,.feature:last-child{grid-column:auto;border-right:0;border-bottom:1px solid var(--line)}.footer-bottom{display:block}.section{padding:38px 0}.section-head{display:block}.section-head a{display:inline-block;margin-top:10px}}@media print{.topbar,.site-header,.footer,.buttons,.sidebar{display:none!important}.wrap{width:100%}.article{padding:0}.page-hero{background:#fff;color:#000;padding:10px 0}.page-hero h1{color:#000}}
