:root{--ink:#11352d;--muted:#62746e;--line:#dbe5e0;--bg:#f6f9f7;--card:#fff;--green:#1f5a45;--green2:#eaf4ef;--accent:#d9a441;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1180px,100% - 34px);margin:auto}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;position:sticky;top:0}.nav-wrap{align-items:center;gap:28px;height:76px;display:flex}.brand{white-space:nowrap;align-items:center;gap:10px;font-size:20px;display:flex}.brand-mark{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid}.main-nav{align-items:center;gap:26px;margin-left:auto;font-size:14px;font-weight:700;display:flex}.nav-parent{align-items:center;gap:5px;display:flex}.nav-menu-item{align-items:center;height:76px;display:flex;position:relative}.dropdown-panel{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:210px 1fr;gap:26px;width:min(900px,88vw);padding:24px;display:none;position:absolute;top:68px;left:50%;transform:translate(-50%);box-shadow:0 24px 60px #16332b26}.nav-menu-item:hover .dropdown-panel{display:grid}.dropdown-intro{border-right:1px solid var(--line);padding:8px 16px 8px 2px}.dropdown-intro strong{margin:6px 0;font-size:20px;display:block}.dropdown-intro p{color:var(--muted);font-size:13px}.dropdown-all{color:var(--green);font-weight:800}.dropdown-columns{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.dropdown-group{flex-direction:column;gap:7px;display:flex}.dropdown-group a{color:#405c54;font-size:13px}.dropdown-heading{border-bottom:1px solid var(--line);padding-bottom:5px;font-weight:800;color:var(--ink)!important;font-size:14px!important}.nav-cta,.primary-btn{background:var(--green);border:0;border-radius:12px;justify-content:center;align-items:center;padding:12px 18px;font-weight:800;display:inline-flex;color:#fff!important}.mobile-nav{margin-left:auto;display:none}.mobile-panel{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;gap:9px;min-width:260px;padding:16px;display:flex;position:absolute;top:68px;right:16px;box-shadow:0 20px 40px #0000001f}.hero{background:linear-gradient(135deg,#f0f7f3,#fff 58%,#f9f2e5);padding:76px 0}.hero-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:50px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-size:12px;font-weight:900}h1,h2,h3{margin:0 0 16px;line-height:1.16}h1{letter-spacing:-.04em;font-size:clamp(42px,6vw,72px)}h2{font-size:clamp(27px,3vw,38px)}h3{font-size:20px}.hero p,.page-hero p,.calc-title p,.article-hero p{color:var(--muted);max-width:720px;font-size:18px}.hero-actions{align-items:center;gap:18px;margin:28px 0;display:flex}.text-btn{color:var(--green);font-weight:800}.trust-row{color:#526a62;flex-wrap:wrap;gap:18px;font-size:14px;display:flex}.hero-demo{border:1px solid var(--line);background:#fff;border-radius:28px;padding:32px;box-shadow:0 24px 60px #1c483a1a}.section,.category-section{padding:64px 0}.section-head,.section-title-row{justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px;display:flex}.section-head>a,.section-title-row>a{color:var(--green);font-weight:800}.tool-grid,.guide-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.tool-card,.guide-card{border:1px solid var(--line);background:#fff;border-radius:20px;gap:16px;min-height:180px;padding:24px;transition:all .2s;display:flex}.guide-card{display:block}.tool-card:hover,.guide-card:hover{border-color:#b9cec4;transform:translateY(-3px);box-shadow:0 16px 35px #1541341a}.tool-icon{font-size:28px}.tool-category,.guide-meta{color:var(--green);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.tool-card p,.guide-card p{color:var(--muted);font-size:14px}.tool-card strong,.guide-card strong{color:var(--green)}.method-strip{background:var(--ink);color:#fff;border-radius:26px;justify-content:space-between;align-items:center;gap:30px;margin:30px 0 70px;padding:34px;display:flex}.method-strip p{color:#cedbd6;max-width:700px}.page-shell,.calculator-page,.article-page,.prose-page{padding:34px 0 74px}.breadcrumbs{color:#75857f;flex-wrap:wrap;gap:8px;margin-bottom:32px;font-size:13px;display:flex}.breadcrumbs span{gap:8px;display:flex}.breadcrumbs em{font-style:normal}.page-hero,.calc-title,.article-hero{padding:24px 0 34px}.page-hero h1,.calc-title h1,.article-hero h1,.prose-page h1{font-size:clamp(38px,5vw,58px)}.calculator-app{border:1px solid var(--line);background:#fff;border-radius:26px;grid-template-columns:1.35fr .65fr;display:grid;overflow:hidden;box-shadow:0 18px 50px #15413414}.calc-input-panel{padding:30px}.calc-panel-head{justify-content:space-between;align-items:start;gap:20px;display:flex}.unit-toggle{background:var(--bg);border-radius:10px;padding:4px;display:flex}.unit-toggle button{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 12px;font-weight:800}.unit-toggle .active{background:var(--green);color:#fff}.field-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin:24px 0;display:grid}.field{display:block}.field>span{margin-bottom:7px;font-size:13px;font-weight:800;display:block}.input-wrap{border:1px solid var(--line);border-radius:11px;align-items:center;display:flex;overflow:hidden}.input-wrap input{background:#fff;border:0;outline:0;width:100%;padding:13px}.input-wrap em{color:var(--muted);white-space:nowrap;padding:0 12px;font-size:12px;font-style:normal}.checkbox-row{align-items:center;gap:9px;margin:8px 0 18px;display:flex}.secondary-btn{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-weight:800}.result-panel{background:var(--ink);color:#fff;padding:30px}.result-kicker{text-transform:uppercase;letter-spacing:.12em;color:#a7c2b8;font-size:12px}.result-headline{margin:12px 0 22px;font-size:36px;font-weight:900}.result-row{border-bottom:1px solid #ffffff1f;justify-content:space-between;gap:15px;padding:11px 0;font-size:14px;display:flex}.result-row.emphasis strong{color:#f0c86c}.result-note{color:#c9d8d2;font-size:12px}.result-actions{gap:8px;margin-top:18px;display:flex}.result-actions button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:9px;padding:8px 12px}.content-layout{grid-template-columns:minmax(0,1fr) 300px;gap:40px;margin-top:40px;display:grid}.article-content section{padding:10px 0 28px}.article-content p,.article-content li,.prose-page p{color:#4f665e}.formula-box{background:var(--bg);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:8px;padding:18px;display:flex}.formula-box code{font-family:inherit;font-weight:700}.faq-list details{border-bottom:1px solid var(--line);padding:14px 0}.faq-list summary{cursor:pointer;font-weight:800}.related-link{border-bottom:1px solid var(--line);justify-content:space-between;padding:13px 0;font-weight:700;display:flex}.sidebar-card{border:1px solid var(--line);border-radius:16px;margin-bottom:16px;padding:20px}.sidebar-card a{color:var(--green);margin-top:8px;font-weight:800;display:block}.article-callout{background:var(--green2);border-radius:20px;padding:24px!important}.guide-meta{gap:15px;display:flex}.ad{color:#8a9994;background:#fafcfb;border:1px dashed #becdc6;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:110px;margin:28px 0;font-size:12px;display:flex}.ad span{text-transform:uppercase;letter-spacing:.12em}.ad-sidebar{min-height:240px}.prose-page{max-width:850px}.prose-page section{margin-top:32px}.site-footer{color:#d5e0dc;background:#102f28;padding:48px 0 20px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:30px;display:grid}.footer-grid>div{flex-direction:column;gap:8px;display:flex}.footer-grid .brand{color:#fff}.footer-grid p{color:#a9bdb6}.footer-bottom{color:#9db3ab;border-top:1px solid #ffffff1f;margin-top:32px;padding-top:18px;font-size:12px}@media (max-width:900px){.main-nav,.nav-cta{display:none}.mobile-nav{display:block}.hero-grid,.calculator-app,.content-layout{grid-template-columns:1fr}.tool-grid,.guide-grid{grid-template-columns:repeat(2,1fr)}.result-panel{min-height:320px}.footer-grid{grid-template-columns:1fr 1fr}.dropdown-panel{display:none!important}}@media (max-width:600px){.container{width:min(100% - 24px,1180px)}.nav-wrap{height:66px}.hero{padding:46px 0}.hero-grid{gap:24px}.hero-demo{padding:24px}.tool-grid,.guide-grid,.field-grid{grid-template-columns:1fr}.tool-card{min-height:auto}.section,.category-section{padding:42px 0}.section-head,.section-title-row,.method-strip{flex-direction:column;align-items:flex-start}.calc-input-panel,.result-panel{padding:22px}.footer-grid{grid-template-columns:1fr}.page-hero h1,.calc-title h1,.article-hero h1,.prose-page h1{font-size:38px}}.brand-image-link{align-items:center;display:flex}.brand-logo{object-fit:contain;width:auto;max-width:265px;height:58px;display:block}.site-footer .brand-logo{filter:none;max-width:300px;height:66px}@media (max-width:600px){.brand-logo{max-width:205px;height:46px}.site-footer .brand-logo{max-width:235px;height:54px}}.home-page{background:#fff}.home-hero{background:radial-gradient(circle at 10% 18%,#e7f3ebf2,#0000 34%),radial-gradient(circle at 88% 62%,#fbefdaeb,#0000 32%),linear-gradient(135deg,#fbfdfc 0%,#fffdfa 100%);padding:72px 0 64px;position:relative;overflow:hidden}.home-hero-line-art{opacity:.25;pointer-events:none;width:390px;height:350px;position:absolute;inset:30px auto auto -40px}.home-hero-line-art:before,.home-hero-line-art:after,.home-hero-line-art span{content:"";border:1px solid #b8cec4;border-bottom:0;position:absolute;transform:rotate(0)}.home-hero-line-art:before{clip-path:polygon(50% 0,100% 44%,100% 100%,0 100%,0 44%);width:170px;height:130px;top:80px;left:70px}.home-hero-line-art:after{clip-path:polygon(50% 0,100% 42%,100% 100%,0 100%,0 42%);width:210px;height:160px;top:120px;left:150px}.home-hero-grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid;position:relative}.home-hero-copy h1{letter-spacing:-.045em;color:#123a31;margin:12px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6vw,78px);line-height:.98}.home-hero-copy>p{color:#5c6e68;max-width:620px;font-size:17px;line-height:1.7}.hero-primary{gap:14px;box-shadow:0 10px 24px #1759412e}.secondary-outline{color:#174f3d;background:#ffffffb3;border:1px solid #bdd2c8;border-radius:11px;justify-content:center;align-items:center;padding:11px 18px;font-weight:800;display:inline-flex}.home-trust-row{color:#425d55;flex-wrap:wrap;gap:28px;margin-top:34px;font-size:13px;display:flex}.home-trust-row b{color:#1a6a50;border:1px solid #2c7a5d;border-radius:50%;place-items:center;width:19px;height:19px;margin-right:7px;font-size:11px;display:inline-grid}.featured-tool-card{background:#ffffffe6;border:1px solid #d9e4df;border-radius:26px;min-height:355px;padding:32px 34px 24px;position:relative;overflow:hidden;box-shadow:0 24px 70px #1944381c}.featured-tool-copy{z-index:3;width:58%;position:relative}.featured-tool-copy h2{margin:5px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:38px}.featured-tool-copy p{color:#5c6e68;margin-bottom:25px;font-size:15px;line-height:1.65}.paint-illustration{width:210px;height:180px;position:absolute;top:58px;right:22px}.paint-swatch{clip-path:polygon(2% 18%,92% 0,100% 82%,15% 100%);opacity:.85;background:linear-gradient(135deg,#dce7d8,#bacdb8);width:145px;height:100px;position:absolute;top:0;right:10px;transform:rotate(-10deg)}.paint-can{background:linear-gradient(90deg,#cfd6d2,#f7f8f6 47%,#aeb7b1);border:3px solid #555f5b;border-radius:10px 10px 18px 18px;width:92px;height:88px;position:absolute;bottom:14px;right:45px;box-shadow:0 10px 20px #00000024}.paint-can:before{content:"";background:#58635f;border-radius:50%;height:15px;position:absolute;top:-11px;left:-5px;right:-5px}.paint-can i{background:#6c8f74;border-radius:0 0 7px 7px;height:16px;position:absolute;inset:6px 10px auto}.paint-roller{transform-origin:100%;background:#d9c3a0;border-radius:8px;width:78px;height:14px;position:absolute;bottom:7px;right:4px;transform:rotate(-35deg)}.paint-roller:before{content:"";background:#d9d3c5;border:3px solid #6e7772;border-radius:7px;width:48px;height:28px;position:absolute;top:-7px;right:-5px}.paint-roller i{background:#3c594e;width:32px;height:8px;position:absolute;top:3px;left:-28px}.featured-benefits{border-top:1px solid #e3eae6;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:18px;display:grid;position:absolute;bottom:22px;left:34px;right:34px}.featured-benefits>span{align-items:flex-start;gap:9px;display:flex}.featured-benefits b{color:#17644c;border:1px solid #2f7960;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.featured-benefits em{color:#173d33;font-size:12px;font-style:normal;font-weight:800}.featured-benefits small{color:#7b8b86;margin-top:2px;font-size:10px;font-weight:400;display:block}.home-main>.ad{background:linear-gradient(#fff,#fbfcfb);min-height:96px;margin:20px 0 0}.home-section{padding:64px 0 18px}.home-section-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.home-section-head>a{color:#176146;font-size:13px;font-weight:800}.home-section-title{align-items:center;gap:15px;display:flex}.home-section-title h2{margin:4px 0 0;font-family:Georgia,Times New Roman,serif;font-size:32px}.section-icon{color:#176146;background:#e9f3ee;border-radius:50%;place-items:center;width:44px;height:44px;font-size:20px;display:grid}.home-tool-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-tool-card{background:linear-gradient(#fff,#fdfefd);border:1px solid #dce6e1;border-radius:17px;gap:16px;min-height:154px;padding:20px;transition:all .2s;display:flex;box-shadow:0 7px 20px #1846390a}.home-tool-card:hover,.home-guide-card:hover{border-color:#c5d9cf;transform:translateY(-3px);box-shadow:0 14px 32px #1846391a}.home-tool-icon{background:#e7f1eb;border-radius:50%;flex:0 0 45px;place-items:center;width:45px;height:45px;font-size:21px;display:grid}.home-tool-1 .home-tool-icon{background:#e8f1fa}.home-tool-2 .home-tool-icon{background:#f7ebdc}.home-tool-3 .home-tool-icon{background:#e7edeb}.home-tool-4 .home-tool-icon{background:#edf4e6}.home-tool-5 .home-tool-icon{background:#efecf6}.home-tool-copy h3{margin:2px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:19px}.home-tool-copy p{color:#677974;margin:0 0 12px;font-size:12px;line-height:1.6}.home-tool-copy strong{color:#176146;font-size:12px}.home-guide-section{padding-top:70px}.home-guide-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-guide-card{background:#fff;border:1px solid #dce6e1;border-radius:17px;grid-template-columns:1fr 94px;min-height:165px;padding:20px;transition:all .2s;display:grid;position:relative;overflow:hidden}.home-guide-copy{z-index:2;position:relative}.home-guide-copy h3{margin:5px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.15}.home-guide-copy p{color:#687a74;margin:0 0 12px;font-size:11px;line-height:1.55}.home-guide-copy strong{color:#176146;font-size:12px}.home-guide-art{background:linear-gradient(135deg,#f1f6f2,#ddebe2);border-radius:28px 0 18px;place-items:center;width:96px;height:96px;font-size:48px;display:grid;position:absolute;bottom:7px;right:9px;transform:rotate(-2deg)}.guide-art-1{background:linear-gradient(135deg,#eef5fa,#d7e7ef)}.guide-art-2{background:linear-gradient(135deg,#f7f1e7,#ead8bc)}.guide-art-3{background:linear-gradient(135deg,#f1f1ee,#dadbd6)}.guide-art-4{background:linear-gradient(135deg,#f4eadc,#d7bc8d)}.guide-art-5{background:linear-gradient(135deg,#eff2f5,#d8dce2)}.home-method-strip{color:#fff;background:linear-gradient(125deg,#123e32,#0e342b);border-radius:20px;grid-template-columns:62px 1fr auto;align-items:center;gap:22px;margin:66px 0 24px;padding:34px 36px;display:grid;position:relative;overflow:hidden}.home-method-strip:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:330px;height:230px;position:absolute;top:-50px;right:150px;box-shadow:0 0 0 26px #ffffff05,0 0 0 52px #ffffff04}.method-badge{z-index:2;background:#1d664f;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:54px;height:54px;font-size:24px;display:grid;position:relative}.method-copy{z-index:2;position:relative}.method-copy .eyebrow{color:#a8c8bb}.method-copy h2{color:#fff;margin:3px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:30px}.method-copy p{color:#c8d9d2;margin:0;font-size:13px}.method-btn{z-index:2;color:#153d33;background:#f7f3e9;border-radius:10px;padding:12px 16px;font-size:12px;font-weight:800;position:relative}.brand-logo{max-width:330px;height:52px}.site-footer .brand-logo{max-width:360px;height:62px}@media (max-width:980px){.home-hero-grid{grid-template-columns:1fr}.featured-tool-card{max-width:650px}.home-tool-grid,.home-guide-grid{grid-template-columns:repeat(2,1fr)}.home-method-strip{grid-template-columns:54px 1fr}.method-btn{grid-column:2;justify-self:start}}@media (max-width:640px){.home-hero{padding:48px 0 44px}.home-hero-copy h1{font-size:50px}.featured-tool-card{min-height:420px;padding:26px}.featured-tool-copy{width:100%}.paint-illustration{opacity:.42;top:110px;right:-10px}.featured-benefits{grid-template-columns:1fr;gap:8px;left:24px;right:24px}.home-section{padding-top:48px}.home-section-head{flex-direction:column;align-items:flex-start}.home-tool-grid,.home-guide-grid{grid-template-columns:1fr}.home-guide-card{grid-template-columns:1fr 82px}.home-method-strip{grid-template-columns:1fr;padding:28px}.method-btn{grid-column:1}.brand-logo{max-width:245px;height:44px}.site-footer .brand-logo{max-width:280px;height:52px}}
