:root{
  --ink:#0d0f10;--muted:#5b5f60;--green:#2f6f4f;--green2:#3b855f;--cream:#f5f1eb;--cream2:#f8f5f0;--line:#e5e1da;--white:#fff;
  --max:1500px;--radius:14px;--shadow:0 12px 35px rgba(15,18,17,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.shell,.wrap{width:min(var(--max),calc(100% - 72px));margin-inline:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:10px;z-index:1000;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 14px}
/* header */
.header{height:72px;position:relative;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(0,0,0,.035)}.header-inner{height:72px;display:flex;align-items:center;gap:32px}.brand{width:330px;min-width:270px;display:flex;align-items:center}.brand img{width:100%;height:46px;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;justify-content:center;gap:30px;margin-left:auto;font-size:14px;font-weight:650}.nav a{white-space:nowrap}.nav a:hover{opacity:.62}.chev{font-size:15px;margin-left:3px}.header-cta{margin-left:14px;display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:8px;padding:13px 20px;font-size:14px;font-weight:800;white-space:nowrap;transition:.2s}.header-cta:hover{transform:translateY(-1px);background:var(--green2)}.menu-btn{display:none;border:0;background:#f2f0ec;border-radius:9px;padding:8px 10px;font-size:19px}
/* hero - locked to approved visual */
.hero{position:relative;height:440px;overflow:hidden;background:#eee}.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.98) 26%,rgba(255,255,255,.82) 37%,rgba(255,255,255,.10) 59%,rgba(255,255,255,0) 74%),url('/assets/images/hero.webp');background-size:cover;background-position:center 44%;}.hero-inner{height:100%;position:relative;z-index:2;display:flex;align-items:center}.hero-copy{width:710px;padding-left:22px}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}.hero h1{font-size:clamp(46px,3.6vw,58px);line-height:1.00;letter-spacing:-.045em;margin:0 0 18px;font-weight:850}.hero p{font-size:16px;line-height:1.5;margin:0;color:#252728}.hero-actions{display:flex;gap:14px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:28px;border-radius:8px;padding:14px 22px;font-weight:800;font-size:14px;transition:.2s}.btn-dark{background:var(--green);color:#fff}.btn-dark:hover{background:var(--green2);transform:translateY(-1px)}.btn-light{background:rgba(255,255,255,.96);border:1px solid #7e7e7b}.btn-light:hover{background:#fff;transform:translateY(-1px)}.trust-row{display:flex;align-items:center;gap:30px;margin-top:30px}.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.trust-item svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
/* category strip */
.category-strip{padding:28px 0 18px;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.category-card{height:160px;border-radius:6px;overflow:hidden;position:relative;background:#ddd}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.category-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.78))}.category-card span{position:absolute;left:0;right:0;bottom:9px;z-index:2;color:#fff;text-align:center;font-size:15px;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.35)}.category-card:hover img{transform:scale(1.025)}
/* compact calculator strip */
.tool-strip{padding:14px 0 18px;background:#fff}.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tool-card{height:auto;min-height:304px;border-radius:12px;background:linear-gradient(115deg,#f7f4ef,#f1eee8);display:grid;overflow:hidden;border:1px solid #eee9e1}.tool-card h2,.tool-card h3,.tool-card p{margin:0}.tool-copy{padding:32px 22px 26px 28px}.tool-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;margin-bottom:10px}.tool-copy h2{font-size:36px;line-height:1.03;letter-spacing:-.035em}.tool-copy h3{font-size:18px;line-height:1.25;margin-top:6px;font-weight:550}.tool-copy p{font-size:15px;line-height:1.5;margin-top:15px;max-width:310px}.mini-btn{display:inline-flex;align-items:center;gap:24px;background:var(--green);color:#fff;border-radius:8px;padding:12px 18px;font-weight:800;font-size:14px;margin-top:22px}.mini-btn:hover{background:var(--green2)}.office-card{grid-template-columns:1fr 1fr;grid-template-areas:'copy copy' 'controls result';align-items:start}.office-card .tool-copy{grid-area:copy;padding-bottom:18px}.office-controls{grid-area:controls;margin:0 12px 16px 16px;background:rgba(255,255,255,.9);border-radius:10px;padding:10px 14px;box-shadow:0 3px 13px rgba(0,0,0,.035)}.step-row{min-height:53px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ece9e5;gap:10px}.step-row:last-child{border-bottom:0}.step-row label{font-size:12px;font-weight:700;max-width:145px;line-height:1.25}.stepper{display:flex;align-items:center;border:1px solid #ddd9d4;border-radius:7px;overflow:hidden;height:34px;background:#fff}.stepper button{width:30px;height:32px;border:0;background:#f7f6f3;font-weight:700;color:#777}.stepper input{width:42px;height:32px;border:0;text-align:center;font-size:13px;font-weight:700;appearance:textfield}.stepper input::-webkit-inner-spin-button{display:none}.office-result{grid-area:result;padding:0 22px 18px 12px;display:flex;flex-direction:column;min-width:0}.office-result>span{font-size:11px;font-weight:700}.office-result>strong{font-size:13px;margin:8px 0 14px}.office-result>strong b{display:block;font-size:30px;line-height:1.02;letter-spacing:-.04em;white-space:normal;overflow-wrap:anywhere}.office-result ul{list-style:none;padding:0;margin:8px 0 2px;font-size:11px;line-height:1.65}.office-result li:before{content:"✓";color:#247344;font-weight:900;margin-right:6px}.office-result>a{font-size:11px;color:#1a557d;margin-top:auto;font-weight:700}.reuse-card{grid-template-columns:1fr 1fr;grid-template-areas:'copy copy' 'photo result';align-items:start}.reuse-copy{grid-area:copy}.reuse-photo{grid-area:photo;min-height:226px;margin:0 12px 16px 16px;border-radius:10px;align-self:stretch;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.reuse-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.reuse-copy p{max-width:270px}.reuse-result{grid-area:result;margin:0 16px 16px 0;border-radius:10px;background:rgba(255,255,255,.9);padding:10px 16px;box-shadow:0 3px 13px rgba(0,0,0,.035);display:flex;flex-direction:column;min-width:0}.reuse-result>div{padding:10px 0;border-bottom:1px solid #e7e3df}.reuse-result>div:nth-child(4){border-bottom:0}.reuse-result span{display:block;font-size:11px;color:#353737}.reuse-result strong{display:block;font-size:17px;line-height:1.18;margin-top:3px;white-space:normal;overflow-wrap:anywhere}.reuse-result .green{color:#237341}.reuse-range{width:100%;margin-top:auto;accent-color:#237341;height:3px}.calc-note{font-size:12px;color:#7a7c7b;padding:12px 4px 0}
/* benefit strip */
.benefit-strip{padding:26px 0 42px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px}.benefit-item{display:flex;align-items:center;gap:17px;justify-content:center}.benefit-item svg{width:48px;height:48px;min-width:48px;fill:none;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.benefit-item strong{display:block;font-size:14px;margin-bottom:3px}.benefit-item span{font-size:10.5px;line-height:1.4;color:#333;display:block}
/* lower content */
.guides-section{padding:96px 0 96px;background:#f7f5f1}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:28px}.section-heading span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#315846;font-weight:850}.section-heading h2{font-size:42px;line-height:1.02;letter-spacing:-.04em;margin:6px 0 0}.section-heading p{max-width:510px;color:#676a69;font-size:16px;margin:0}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.guide-card{min-height:280px;display:grid;grid-template-columns:.47fr .53fr;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.035);border:1px solid #e8e5e0}.guide-card img{width:100%;height:100%;object-fit:cover}.guide-copy{padding:29px}.guide-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#315846;font-weight:850}.guide-copy h3{font-size:24px;line-height:1.08;letter-spacing:-.025em;margin:8px 0 12px}.guide-copy p{font-size:14px;color:#666a68}.guide-copy b{font-size:13px}.bottom-cta{padding:84px 0;background:#fff}.bottom-cta-inner{border-radius:18px;background:#101312;color:#fff;padding:44px 50px;display:flex;justify-content:space-between;align-items:center;gap:35px}.bottom-cta span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#bfc8c1;font-weight:800}.bottom-cta h2{font-size:39px;line-height:1.05;margin:8px 0 9px}.bottom-cta p{margin:0;color:#cbd1cd}.cta-actions{display:flex;align-items:center;gap:20px}.btn-white{background:var(--green);color:#fff;white-space:nowrap}.cta-mail{color:#fff;text-decoration:underline;font-weight:700}.footer{background:#f7f5f1;border-top:1px solid #e6e2dc;padding:42px 0}.footer-inner{display:flex;align-items:center;gap:28px;font-size:12px;color:#646866}.footer-inner>img{width:215px;height:34px;object-fit:contain;object-position:left}.footer-inner p{max-width:420px;margin:0}.footer-links{display:flex;gap:18px;margin-left:auto}.footer-inner>span{white-space:nowrap}
/* article + dedicated tool pages */
h1,h2,h3{letter-spacing:-.035em}.article-hero{padding:58px 0 42px;background:#f8f6f2}.article-hero .crumbs{font-size:13px;color:#666;margin-bottom:30px}.article-hero h1{font-size:clamp(42px,5vw,70px);max-width:980px;line-height:1.04;margin:0}.article-deck{font-size:20px;color:#666;max-width:800px;margin:22px 0 0}.article-cover{margin-top:34px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.article-cover img{width:100%;aspect-ratio:2.2/1;object-fit:cover}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 330px;gap:70px;align-items:start;padding-top:56px}.prose{font-size:18px;line-height:1.72}.prose h2{font-size:36px;margin:52px 0 18px;line-height:1.08}.prose h3{font-size:25px;margin:34px 0 14px}.prose p{margin:0 0 20px}.prose ul,.prose ol{padding-left:23px;margin:0 0 24px}.prose li{margin:7px 0}.direct-answer,.quick-box,.faq-box{background:#f5f1eb;border:1px solid #eae3d8;border-radius:18px;padding:28px;margin:0 0 35px}.direct-answer h2,.quick-box h2{margin-top:0;font-size:27px}.article-aside{position:sticky;top:95px}.aside-card{border:1px solid #e5e1da;border-radius:16px;padding:24px;margin-bottom:18px;background:#fff}.aside-card h3{font-size:22px}.aside-card p{color:#666;font-size:15px}.toc{display:grid;gap:8px;margin-top:14px}.toc a{font-size:14px;color:#4f5953}.toc a:hover{color:#315846}.faq-item{padding:20px 0;border-top:1px solid #ded8ce}.faq-item:first-of-type{border-top:0}.faq-q{font-weight:850;font-size:19px;margin-bottom:6px}.faq-a{color:#414a44}.article-cta{margin:42px 0;background:#101312;color:#fff;border-radius:20px;padding:32px}.article-cta h3{font-size:28px}.article-cta p{color:#d5ddd8}.article-cta .btn{background:#fff;color:#101312}.tool-page-hero{padding:65px 0 45px;background:#f8f6f2}.tool-page-hero h1{font-size:clamp(46px,5vw,72px);max-width:850px;line-height:1.04}.tool-page-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start}.big-tool{background:#fff;border:1px solid #e5e1da;border-radius:24px;padding:32px;box-shadow:var(--shadow)}.big-tool .field{margin-bottom:20px}.field label{display:flex;justify-content:space-between;gap:15px;font-size:13px;font-weight:750;margin-bottom:6px}.field input[type=number],.field select{width:100%;border:1px solid #d7d4ce;background:#fff;border-radius:9px;padding:10px 12px;color:#111}.field input[type=range]{width:100%;accent-color:#315846}.result{border-top:1px solid #e5e1da;margin-top:16px;padding-top:16px}.result-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.result-value{font-size:30px;line-height:1.15;font-weight:850;letter-spacing:-.04em;margin:5px 0}.result-small{color:#666;font-size:12px}.result-green{color:#247444}.tool-cta{margin-top:15px;width:100%}.explainer h2{font-size:40px}.explainer p{color:#666;font-size:17px}.note{font-size:13px;color:#666;background:#f5f3ee;padding:14px;border-radius:12px;margin-top:18px}.reveal{opacity:1;transform:none}.reveal.in{opacity:1;transform:none}
@media(max-width:1240px){.shell,.wrap{width:min(var(--max),calc(100% - 42px))}.brand{width:285px;min-width:240px}.nav{gap:19px}.nav a:nth-child(5){display:none}.hero-copy{width:650px}.hero h1{font-size:52px}.tool-copy{padding-left:20px}.benefit-grid{gap:18px}.benefit-item span br{display:none}}
@media(max-width:1180px){.nav{display:none}.header-cta{margin-left:auto}.menu-btn{display:block}.header.open .nav{display:flex;position:absolute;top:72px;left:0;right:0;background:#fff;box-shadow:0 16px 30px rgba(0,0,0,.08);padding:18px 28px 24px;flex-direction:column;align-items:flex-start}.header.open .nav a{display:block!important}.hero{height:430px}.hero-bg{background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 33%,rgba(255,255,255,.76) 49%,rgba(255,255,255,.05) 72%),url('/assets/images/hero.webp')}.hero-copy{width:620px;padding-left:5px}.hero h1{font-size:47px}.hero p{font-size:15px}.category-card{height:140px}.tool-grid{grid-template-columns:1fr}.tool-card{height:auto;min-height:290px}.office-card{grid-template-columns:1fr 1fr;grid-template-areas:'copy copy' 'controls result'}.reuse-card{grid-template-columns:1fr 1fr;grid-template-areas:'copy copy' 'photo result'}.office-controls{margin:0 18px 14px}.office-result{padding:0 24px 22px 12px}.reuse-photo{height:auto;min-height:240px;margin:0 18px 18px}.reuse-result{margin:0 18px 18px 0}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-item{justify-content:flex-start}.guide-card{grid-template-columns:1fr}.guide-card img{height:230px}.article-layout{grid-template-columns:1fr}.article-aside{position:static;display:grid;grid-template-columns:1fr 1fr;gap:18px}.tool-page-grid{grid-template-columns:1fr}.footer-inner{flex-wrap:wrap}.footer-links{margin-left:0}}
@media(max-width:760px){.shell,.wrap{width:calc(100% - 28px)}.header,.header-inner{height:64px}.brand{width:220px;min-width:0}.brand img{height:38px}.header-cta{display:none}.header.open .nav{top:64px}.hero{height:auto;min-height:640px;background:#f4f1ec}.hero-bg{height:340px;top:auto;background-image:linear-gradient(180deg,#f4f1ec 0%,rgba(244,241,236,.05) 25%),url('/assets/images/hero.webp');background-position:62% center}.hero-inner{align-items:flex-start}.hero-copy{width:100%;padding:40px 0 365px}.hero h1{font-size:42px}.hero h1 br{display:none}.hero p{font-size:15px}.hero p br{display:none}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.trust-row{gap:11px;justify-content:space-between}.trust-item{font-size:11px;gap:5px}.trust-item svg{width:18px;height:18px}.category-strip{padding-top:18px;overflow:hidden}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px;margin-right:-14px}.category-card{min-width:72vw;height:155px;scroll-snap-align:start}.tool-grid{grid-template-columns:1fr}.tool-card{height:auto;min-height:0}.office-card{grid-template-columns:1fr;grid-template-areas:'copy' 'controls' 'result'}.office-controls{margin:0 14px 12px}.office-result{padding:0 20px 22px}.reuse-card{grid-template-columns:1fr;grid-template-areas:'copy' 'photo' 'result'}.reuse-photo{height:190px;margin:0 14px 14px}.reuse-result{margin:0 14px 14px}.tool-copy h2{font-size:32px}.tool-copy h3{font-size:18px}.tool-copy p{max-width:none;font-size:15px}.benefit-grid{grid-template-columns:1fr;gap:18px}.benefit-item{justify-content:flex-start}.guides-section{padding:68px 0}.section-heading{display:block}.section-heading h2{font-size:34px}.section-heading p{margin-top:14px}.guide-grid{grid-template-columns:1fr}.bottom-cta-inner{display:block;padding:34px 26px}.bottom-cta h2{font-size:33px}.cta-actions{margin-top:24px;flex-direction:column;align-items:stretch}.footer-inner{display:grid;grid-template-columns:1fr}.footer-links{flex-direction:column;gap:7px}.article-aside{grid-template-columns:1fr}.article-hero h1{font-size:39px}.article-deck{font-size:18px}.article-cover img{aspect-ratio:1.45/1}.article-layout{padding-top:34px}.prose{font-size:17px}.prose h2{font-size:31px}}
/* compatibility for article/tool templates */
.section{padding:72px 0}.section.soft{background:#f8f6f2}.btn-primary{background:#101312;color:#fff}.btn-secondary{border:1px solid #b8b5af;background:#fff}.text-link{display:inline-flex;margin-top:12px;font-weight:800;color:#315846}.check-list{list-style:none;padding:0;margin:22px 0}.check-list li{padding:7px 0 7px 28px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#315846;font-weight:900}.cta-band{background:#101312;color:#fff;border-radius:22px;padding:42px 46px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:40px;line-height:1.04;margin:0}.cta-band p{color:#d4d9d6}.cta-band .btn{background:#fff;color:#111;white-space:nowrap}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:42px}.footer-brand img{width:300px;height:42px;object-fit:contain;object-position:left}.footer-brand p{color:#666}.footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.09em}.footer-links{display:flex;gap:10px}.footer-grid .footer-links{display:grid}.footer-bottom{border-top:1px solid #dedad4;margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:12px}.lead{font-size:19px;color:#555}.result p{font-size:14px;color:#666}.article-cta .btn,.cta-band .btn{border-radius:8px;padding:13px 18px}.footer .wrap{padding:0}
@media(max-width:1020px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.cta-band{display:block}.cta-band .btn{margin-top:14px}.footer .wrap{padding:0}}
@media(max-width:760px){.section{padding:54px 0}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.cta-band{padding:32px 25px}.cta-band h2{font-size:32px}}


/* v1.0.7 — rebuilt reuse calculator */
.reuse-card-v2{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.85fr);min-height:470px;overflow:hidden;border-radius:12px;background:linear-gradient(115deg,#f7f4ef,#f1eee8);border:1px solid #eee9e1}
.reuse-main-v2{min-width:0;display:flex;flex-direction:column;padding:0 0 18px}
.reuse-copy-v2{padding-bottom:18px}.reuse-copy-v2 h3{max-width:520px}.reuse-copy-v2 p{max-width:560px}
.reuse-inputs-v2{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;margin:0 24px 14px}
.reuse-step-row{min-width:0;background:#fff;border:1px solid #e6e1da;border-radius:9px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.reuse-step-row label{font-size:12px;line-height:1.2;font-weight:760;min-width:0}.reuse-step-wide{grid-column:1/-1}.reuse-step-row .stepper{flex:0 0 auto}
.reuse-result-v2{margin:0 24px 15px;background:#fff;border:1px solid #e7e2db;border-radius:11px;padding:12px 14px;display:grid;grid-template-columns:1fr 1fr;gap:0 14px;box-shadow:0 3px 13px rgba(0,0,0,.035)}.reuse-result-v2>div{min-width:0;padding:9px 0;border-bottom:1px solid #ece8e2}.reuse-result-v2>div:nth-last-child(-n+2){border-bottom:0}.reuse-result-v2 span{display:block;font-size:10px;line-height:1.3;color:#565b58;margin-bottom:3px}.reuse-result-v2 strong{display:block;font-size:17px;line-height:1.12;letter-spacing:-.02em;white-space:normal}.reuse-result-v2 .reuse-saving strong{font-size:19px}.reuse-result-v2 .green{color:var(--green2)}
.reuse-actions-v2{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin:0 24px}.reuse-actions-v2 .mini-btn{margin-top:0;font-size:13px;padding:12px 15px;gap:12px}.reuse-detail-link{font-size:11px;font-weight:800;color:#245f46}
.reuse-photo-v2{min-width:0;position:relative;overflow:hidden}.reuse-photo-v2 img{width:100%;height:100%;object-fit:cover;object-position:center}
.reuse-page-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:38px;align-items:start}.reuse-page-tool{padding:30px}.reuse-page-intro h2{font-size:36px;line-height:1.06;margin:5px 0 8px}.reuse-page-intro p{margin:0 0 24px;color:#666}
.reuse-page-inputs{display:grid;grid-template-columns:1fr 1fr;gap:14px}.reuse-page-inputs .field{margin:0;background:#f8f6f2;border:1px solid #e9e4dc;border-radius:12px;padding:14px}.reuse-page-inputs .field label{font-size:14px;margin:0 0 10px}.reuse-page-wide{grid-column:1/-1}.large-stepper{height:42px;width:max-content}.large-stepper button{width:40px;height:40px;font-size:17px}.large-stepper input{width:58px;height:40px;font-size:15px}
.reuse-page-results{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.result-card{border:1px solid #e5e1da;border-radius:12px;padding:16px;background:#fff}.result-card span{display:block;font-size:12px;color:#5d625f;line-height:1.35;margin-bottom:5px}.result-card strong{display:block;font-size:25px;line-height:1.08;letter-spacing:-.035em}.result-card-highlight{background:#f2f7f4;border-color:#cadfd2}.result-card-highlight strong{font-size:28px}.result-green{color:var(--green2)}.reuse-page-tool .tool-cta{margin-top:18px}.reuse-page-side{display:grid;gap:22px}.reuse-page-image{width:100%;aspect-ratio:1.45/1;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}.reuse-explainer{padding:2px 4px}.reuse-explainer h2{font-size:34px;line-height:1.08;margin:7px 0 14px}
@media(max-width:1240px){.reuse-card-v2{grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr)}}
@media(max-width:1180px){.reuse-card-v2{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.reuse-page-layout{grid-template-columns:1fr}.reuse-page-side{grid-template-columns:.9fr 1.1fr;align-items:start}}
@media(max-width:760px){.reuse-card-v2{grid-template-columns:1fr;min-height:0}.reuse-photo-v2{height:230px;order:2}.reuse-main-v2{order:1}.reuse-inputs-v2{grid-template-columns:1fr;margin-inline:14px}.reuse-step-wide{grid-column:auto}.reuse-result-v2{grid-template-columns:1fr;margin-inline:14px}.reuse-result-v2>div{border-bottom:1px solid #ece8e2!important}.reuse-result-v2>div:last-child{border-bottom:0!important}.reuse-actions-v2{margin-inline:14px;align-items:stretch;flex-direction:column}.reuse-actions-v2 .mini-btn{width:100%;justify-content:space-between}.reuse-page-tool{padding:22px 16px}.reuse-page-inputs{grid-template-columns:1fr}.reuse-page-wide{grid-column:auto}.reuse-page-results{grid-template-columns:1fr}.result-card strong,.result-card-highlight strong{font-size:24px}.reuse-page-side{grid-template-columns:1fr}.reuse-page-image{aspect-ratio:1.25/1}}

/* v1.0.8 — precision layout fix for calculator controls */
.reuse-card-v2{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);min-height:640px}
.reuse-main-v2{padding-bottom:20px}
.reuse-copy-v2{padding:32px 28px 18px}
.reuse-inputs-v2{grid-template-columns:1fr;gap:10px;margin:0 28px 16px}
.reuse-step-row,.reuse-step-wide{grid-column:auto;min-height:54px;width:100%;padding:9px 12px 9px 16px;gap:18px}
.reuse-step-row label{font-size:13px;line-height:1.25;font-weight:780;max-width:none;white-space:normal;overflow:visible;flex:1 1 auto}
.reuse-step-row .stepper{flex:0 0 126px;height:38px}
.reuse-step-row .stepper button{width:38px;height:36px;font-size:16px}
.reuse-step-row .stepper input{width:50px;height:36px;font-size:14px}
.reuse-result-v2{margin:0 28px 16px;grid-template-columns:1fr 1fr;gap:0 22px;padding:12px 16px}
.reuse-result-v2 span{font-size:11px}
.reuse-result-v2 strong{font-size:19px;white-space:nowrap;overflow-wrap:normal}
.reuse-result-v2 .reuse-saving strong{font-size:21px}
.reuse-actions-v2{margin:0 28px;gap:18px}
.reuse-photo-v2{min-width:300px}
.reuse-photo-v2 img{object-position:center center}
@media(max-width:1240px){.reuse-card-v2{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr)}}
@media(max-width:1180px){.reuse-card-v2{grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);min-height:610px}.reuse-inputs-v2{grid-template-columns:1fr 1fr}.reuse-step-row{min-height:58px;flex-direction:column;align-items:stretch;gap:8px}.reuse-step-row .stepper{width:100%;flex-basis:auto}.reuse-step-row .stepper button{width:38px}.reuse-step-row .stepper input{flex:1;width:auto}.reuse-step-wide{grid-column:1/-1;flex-direction:row;align-items:center}.reuse-step-wide .stepper{width:126px;flex-basis:126px}.reuse-result-v2 strong{white-space:normal}}
@media(max-width:760px){.reuse-card-v2{grid-template-columns:1fr;min-height:0}.reuse-copy-v2{padding:28px 20px 18px}.reuse-inputs-v2{grid-template-columns:1fr;margin:0 14px 16px}.reuse-step-row,.reuse-step-wide{grid-column:auto;min-height:56px;flex-direction:row;align-items:center;gap:14px;padding:9px 10px 9px 14px}.reuse-step-row label{font-size:13px}.reuse-step-row .stepper,.reuse-step-wide .stepper{width:126px;flex:0 0 126px}.reuse-result-v2{grid-template-columns:1fr;margin:0 14px 16px}.reuse-result-v2 strong{white-space:normal}.reuse-actions-v2{margin:0 14px}.reuse-photo-v2{height:250px;min-width:0}}
/* v1.0.8b — final width tuning after visual review */
.reuse-card-v2{grid-template-columns:minmax(0,1.55fr) minmax(285px,.75fr)}
.reuse-inputs-v2{margin-left:18px;margin-right:18px}
.reuse-step-row .stepper{flex-basis:118px;width:118px}
.reuse-result-v2{margin-left:18px;margin-right:18px}
.reuse-actions-v2{margin-left:18px;margin-right:18px}
@media(max-width:1240px) and (min-width:1181px){.reuse-card-v2{grid-template-columns:minmax(0,1.5fr) minmax(275px,.72fr)}.reuse-step-row .stepper{flex-basis:112px;width:112px}.reuse-step-row{gap:12px}}
@media(max-width:1180px) and (min-width:761px){.reuse-inputs-v2{margin-inline:20px}.reuse-result-v2{margin-inline:20px}.reuse-actions-v2{margin-inline:20px}.reuse-step-row{padding:11px 13px}.reuse-step-row label{font-size:13px}.reuse-step-row .stepper{width:100%;max-width:170px;align-self:stretch}.reuse-step-wide .stepper{width:126px;max-width:126px}}
