 :root{--ink:#142033;--muted:#5c677a;--line:#e4e9f2;--paper:#fffdf8;--panel:#ffffff;--blue:#246bfe;--teal:#0f9f8f;--gold:#f5b83b;--rose:#ff6b6b;--shadow:0 18px 50px rgba(20,32,51,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fffdf8 0,#f6f9ff 42%,#fffdf8 100%);line-height:1.65}a{color:#174ea6;text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:1160px;margin:auto;padding:0 22px}.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:9}.site-header{position:sticky;top:0;z-index:5;background:rgba(255,253,248,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--ink);letter-spacing:-.02em}.logo{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;box-shadow:0 8px 22px rgba(36,107,254,.22)}nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}nav a{color:#24324a;font-weight:700;font-size:.95rem}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--ink);color:#fff!important;padding:12px 18px;font-weight:800;border:0;box-shadow:0 10px 24px rgba(20,32,51,.16)}.btn.alt{background:#fff;color:var(--ink)!important;border:1px solid var(--line)}.hero{padding:70px 0 44px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;background:#e9f7f4;color:#08766d;font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}h1{font-size:clamp(2.45rem,5vw,5.25rem);line-height:.95;letter-spacing:-.065em;margin:18px 0}h2{font-size:clamp(1.65rem,2.7vw,2.75rem);line-height:1.08;letter-spacing:-.035em;margin:0 0 14px}h3{line-height:1.15;letter-spacing:-.025em}.lead{font-size:1.22rem;color:#46536b;max-width:720px}.hero-card,.card{background:var(--panel);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.hero-card{padding:14px;transform:rotate(1.2deg)}img{max-width:100%;display:block}.hero-card img,.article-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.trust-row div,.stat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}.trust-row strong,.stat strong{display:block;font-size:1.3rem}.trust-row span,.meta,.muted{color:var(--muted)}.section{padding:54px 0}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.section-intro{color:var(--muted);max-width:760px}.grid{display:grid;gap:22px}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:repeat(2,1fr)}.article-card{display:flex;flex-direction:column}.article-card .body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.article-card h3{margin:4px 0;font-size:1.23rem}.pill{display:inline-flex;width:max-content;border-radius:999px;padding:5px 10px;background:#eef4ff;color:#174ea6;font-weight:900;font-size:.78rem}.feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center;background:#142033;color:#fff;border-radius:34px;padding:34px}.feature p,.feature li{color:#dbe5f5}.list{padding-left:20px}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;background:linear-gradient(135deg,#edf7ff,#fff0d6);border:1px solid var(--line);border-radius:34px;padding:32px}.form{display:grid;gap:10px}.form input,.form textarea,.form select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid #cfd8e8;font:inherit;background:#fff}.form textarea{min-height:140px}.article-hero{padding:44px 0 24px}.article-shell{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:36px;align-items:start}.article-content{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}.article-content h2{font-size:1.75rem;margin-top:34px}.article-content p{font-size:1.05rem}.toc,.note-box{background:#f8fbff;border:1px solid var(--line);border-radius:22px;padding:20px}.toc{position:sticky;top:96px}.toc a{display:block;margin:8px 0}.note-box{margin:24px 0}.archive-list{display:grid;gap:18px}.archive-row{display:grid;grid-template-columns:240px 1fr;gap:22px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 10px 30px rgba(20,32,51,.06)}.archive-row img{border-radius:18px;aspect-ratio:16/9;object-fit:cover}.page-hero{padding:56px 0 20px}.prose{max-width:860px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}.site-footer{margin-top:54px;background:#111b2b;color:#edf3ff;padding:44px 0 24px}.site-footer a{color:#edf3ff;display:block;margin:7px 0}.site-footer p{color:#b9c6da}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:32px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;gap:16px}.footer-brand .logo{background:linear-gradient(135deg,#f5b83b,#0f9f8f)}.callout{border-left:5px solid var(--teal);padding:14px 18px;background:#f0fffb;border-radius:16px}.tool-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.mini{padding:20px;background:#fff;border:1px solid var(--line);border-radius:22px}@media(max-width:850px){.nav{align-items:flex-start;flex-direction:column;padding:14px 22px}.hero-grid,.article-shell,.newsletter,.feature,.footer-grid,.two,.three,.tool-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr}.archive-row{grid-template-columns:1fr}.article-content{padding:24px}.footer-bottom{display:block}h1{font-size:2.7rem}}
.favicon-note{display:none}.topline{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#62708a;font-weight:900}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card,.team-card,.policy-card,.trust-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 10px 30px rgba(20,32,51,.055)}.category-card strong{display:block;font-size:1.15rem;color:var(--ink)}.category-card span{color:var(--muted)}.legal-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.policy-nav{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px}.policy-nav a{display:block;padding:8px 0;border-bottom:1px solid #eef2f7}.policy-nav a:last-child{border-bottom:0}.prose.wide{max-width:980px}.prose p,.prose li{font-size:1.02rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.team-card h3{margin-top:0}.team-initial{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;font-weight:950;background:linear-gradient(135deg,#e9f7f4,#eef4ff);color:#174ea6;margin-bottom:12px}.archive-controls{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:24px}.archive-categories{display:flex;gap:10px;flex-wrap:wrap}.archive-categories a{display:inline-flex;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:850}.archive-section{scroll-margin-top:100px;margin-top:36px}.archive-section h2{border-bottom:1px solid var(--line);padding-bottom:12px}.article-content .article-kicker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.article-kicker div{background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:14px}.footer-grid a[href$="sitemap.xml"]{display:none!important}.logo svg{width:28px;height:28px;display:block}.brand .wordmark{font-weight:950}.page-band{background:linear-gradient(135deg,#f1fbf8,#eef4ff);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0}.mini h2{font-size:1.45rem}.audit-table{width:100%;border-collapse:collapse}.audit-table th,.audit-table td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.audit-table th{background:#f8fbff}@media(max-width:850px){.category-strip,.team-grid,.legal-grid,.article-content .article-kicker{grid-template-columns:1fr}.policy-nav{position:static}.archive-categories a{width:100%}}

.human-copy p{font-size:1.08rem;line-height:1.78}.human-copy h2{margin-top:2.2rem}.human-copy table{display:none}.human-copy .article-kicker{display:none}.human-copy .note-box{margin-top:2rem}.human-copy img{border-radius:22px;margin-bottom:24px}

.collection-score{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.collection-score div,.qa-note,.policy-card,.mini,.article-kicker div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px}.collection-score strong{display:block;font-size:1.6rem}.archive-summary{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.archive-summary span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff;font-weight:800}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card img,.archive-row img,.article-content>img{width:100%;height:auto;border-radius:20px;border:1px solid var(--line);background:#f7fbff}.archive-row{display:grid;grid-template-columns:220px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:18px 0}.guide-label,.pill{display:inline-flex;border-radius:999px;padding:6px 10px;background:#edf7f4;color:#0d6b62;font-weight:850;font-size:.84rem}.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:30px;align-items:start}.toc{position:sticky;top:90px;border:1px solid var(--line);border-radius:22px;padding:18px;background:white}.toc a{display:block;padding:7px 0}.article-content{max-width:780px}.article-content h2{text-transform:none}.article-content p,.article-content li{font-size:1.04rem;line-height:1.75}.article-kicker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.note-box{background:#fff8e8;border:1px solid #f4d58a;border-radius:18px;padding:16px;margin:20px 0}.team-grid,.policy-grid,.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.page-band{background:linear-gradient(135deg,#f1fbf8,#eef4ff);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0}.legal-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px}.policy-nav{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px}.policy-nav a{display:block;padding:8px 0;border-bottom:1px solid #eef2f7}@media(max-width:900px){.article-grid,.collection-score,.article-shell,.article-kicker,.team-grid,.policy-grid,.tool-grid,.legal-grid,.archive-row{grid-template-columns:1fr}.toc,.policy-nav{position:static}}


/* HP emergency visual repair 2026-05-25: fix footer spacing, remove cramped SVG-card look, improve hero. */
.site-footer,.footer{margin-top:72px;background:#111b2b;color:#edf3ff;padding:48px 0 28px;clear:both}
.site-footer a,.footer a{color:#edf3ff;display:block;margin:8px 0;line-height:1.45}.site-footer p,.footer p{color:#b9c6da;max-width:560px}.footer-grid{display:grid!important;grid-template-columns:minmax(0,1.4fr) minmax(180px,.6fr)!important;gap:42px!important;align-items:start}.footer-grid>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:4px 18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:30px;padding-top:18px}.hero{background:radial-gradient(circle at 78% 24%,rgba(15,159,143,.12),transparent 32%),linear-gradient(180deg,#fffdf8,#f7fbff);padding:76px 0 58px}.hero-card{transform:none;padding:0;background:#fff;border-radius:30px;box-shadow:0 24px 70px rgba(20,32,51,.14)}.hero-card img{border-radius:30px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-card,.archive-row{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 34px rgba(20,32,51,.07)}.article-card>a,.archive-row>a{display:block;background:#eef4ff}.article-card img{height:214px;object-fit:cover;border:0;border-radius:0}.archive-row img{height:150px;object-fit:cover;border:0;border-radius:18px}.article-card h3,.archive-row h3{line-height:1.18;overflow-wrap:anywhere}.article-card p,.archive-row p{color:#34435c}.article-card>div{padding:18px 20px 22px}.category-section{margin-top:54px}.archive-summary a{border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:#fff;font-weight:850}.image-pending{position:relative}.image-pending::after{content:'image pending';position:absolute;right:10px;bottom:10px;background:rgba(17,27,43,.86);color:#fff;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:800;letter-spacing:.04em}@media(max-width:900px){.article-grid,.footer-grid,.footer-grid>div:last-child{grid-template-columns:1fr!important}.archive-row{grid-template-columns:1fr!important}.archive-row img{height:auto}.article-card img{height:auto}}

/* HP visible-site rebuild 2026-05-25: normalize main pages into a real publisher layout. */
.home-hero{padding:82px 0 64px;background:radial-gradient(circle at 82% 18%,rgba(245,184,59,.16),transparent 28%),radial-gradient(circle at 12% 28%,rgba(15,159,143,.13),transparent 30%),linear-gradient(180deg,#fffdf8 0%,#f7fbff 100%)}
.page-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:42px;align-items:center}.page-split>img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:30px;border:1px solid var(--line);box-shadow:var(--shadow);background:#eef4ff}.rich-page{padding:64px 0 36px;background:linear-gradient(180deg,#fffdf8,#f7fbff)}.rich-categories .category-card{display:block;min-height:190px;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease}.rich-categories .category-card:hover{transform:translateY(-3px);text-decoration:none;box-shadow:0 18px 42px rgba(20,32,51,.1)}.split-feature{grid-template-columns:1.05fr .95fr}.feature.split-feature{background:linear-gradient(135deg,#142033,#1f3657);padding:38px}.feature .btn.alt{margin-top:8px}.feature-notes{display:grid;gap:14px}.feature-notes div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px}.feature-notes strong,.feature-notes span{display:block}.feature-notes span{color:#dbe5f5}.featured-only .article-card:nth-child(n+4){display:none}.trust-stack{display:grid;gap:18px}.rich-tools{grid-template-columns:repeat(3,minmax(0,1fr))}.rich-tools .mini{min-height:250px}.rich-tools ul,.policy-card ul{padding-left:20px}.contact-layout .card{padding:24px}.form label{font-weight:800;color:#24324a}.form input,.form textarea,.form select{margin-top:6px}.site-footer h2{font-size:1.05rem;letter-spacing:0;margin:0 0 10px;color:#fff}.footer-grid{grid-template-columns:minmax(0,1.25fr) minmax(180px,.55fr) minmax(180px,.55fr)!important}.footer-grid>div:last-child{display:block!important}.footer-grid>div{min-width:0}.footer-bottom p{margin:.2rem 0}.prose{max-width:none}.page-hero h1{max-width:900px}.hero-card img[src$='.svg'],.page-split img[src$='.svg']{background:#eef4ff}@media(max-width:980px){.page-split,.split-feature,.rich-tools{grid-template-columns:1fr}.page-split>img{max-height:none}.footer-grid{grid-template-columns:1fr!important}.collection-score{grid-template-columns:1fr}.category-strip{grid-template-columns:1fr 1fr}}@media(max-width:620px){.category-strip{grid-template-columns:1fr}.home-hero{padding-top:50px}.page-hero h1{font-size:2.4rem}.rich-tools .mini{min-height:auto}}


/* HP browser-audit polish 2026-05-25: reduce template feel, deepen homepage, fix large screenshot blank by giving page natural bottom. */
.site-header{box-shadow:0 2px 18px rgba(20,32,51,.04)}.nav{min-height:82px}.brand{font-size:1.08rem}.logo{width:46px;height:46px}.wordmark{font-size:1.05rem}nav a{font-size:1rem}.home-hero .hero-grid{grid-template-columns:.95fr 1.05fr;gap:56px}.home-hero h1{font-size:clamp(2.6rem,4.5vw,4.65rem);line-height:1;max-width:740px}.home-hero .lead{font-size:1.28rem;line-height:1.65}.home-hero .hero-card img{aspect-ratio:4/3}.collection-score{max-width:720px}.collection-score div{padding:20px 22px}.section{padding:64px 0}.rich-categories{align-items:stretch}.rich-categories .category-card{padding:26px;min-height:225px;display:flex;flex-direction:column;justify-content:space-between}.rich-categories .category-card strong{font-size:1.35rem;margin-bottom:12px}.rich-categories .category-card span{font-size:1.01rem;line-height:1.65}.split-feature{padding:44px!important}.split-feature h2{font-size:clamp(1.9rem,3vw,3rem)}.split-feature p{font-size:1.08rem}.feature-notes div{padding:22px}.feature-notes strong{font-size:1.12rem;margin-bottom:6px}.site-footer{padding-bottom:40px}.site-footer a,.site-footer p{font-size:.98rem}.footer-bottom{font-size:.92rem}
.home-depth{background:linear-gradient(180deg,#fffdf8,#f8fbff);}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 32px rgba(20,32,51,.055)}.process-card strong{display:block;font-size:1.12rem;margin-bottom:8px}.process-card p{color:#4b5870;margin:0}.reader-paths{display:grid;grid-template-columns:1fr 1fr;gap:24px}.reader-path{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 12px 32px rgba(20,32,51,.055)}.reader-path h3{font-size:1.4rem;margin-top:0}.reader-path ul{padding-left:20px}.reader-path li{margin:8px 0}.mini-link{font-weight:900;color:#174ea6}.site-footer{margin-bottom:0}body{min-height:auto;background-color:#fffdf8}@media(max-width:980px){.home-hero .hero-grid,.process-grid,.reader-paths{grid-template-columns:1fr}.home-hero .hero-card img{aspect-ratio:16/10}}


/* HP browser-audit repair round 2: remove fake full-page blank issue in tall captures, add trust/substance layouts. */
html,body{height:auto!important;min-height:0!important}.browser-audit-tail{height:0!important;min-height:0!important}.site-footer{margin-bottom:0!important}.audit-substance{background:#fff}.evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.evidence-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 30px rgba(20,32,51,.05)}.evidence-card h3{font-size:1.18rem;margin:0 0 10px}.evidence-card p{margin:0;color:#4b5870}.page-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.page-meta span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-weight:850}.contact-methods{display:grid;gap:14px;margin-top:18px}.contact-method{background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:16px}.contact-method strong{display:block}.contact-method a{font-weight:900}.link-list a{display:block;margin:8px 0;font-weight:850}.checklist-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.print-panel{background:#142033;color:#fff;border-radius:28px;padding:28px}.print-panel p,.print-panel li{color:#dbe5f5}.disclosure-box{background:#fff8e8;border:1px solid #f4d58a;border-radius:22px;padding:22px;margin:22px 0}.method-list{counter-reset:m;display:grid;gap:14px}.method-list li{list-style:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}.method-list li:before{counter-increment:m;content:counter(m);display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#142033;color:#fff;font-weight:900;margin-right:10px}.human-copy .small-note{font-size:.95rem;color:#5c677a}.author-list{display:grid;gap:14px}.author-row{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.author-row strong{display:block;font-size:1.08rem}.author-row span{display:block;color:#5c677a}@media(max-width:980px){.evidence-grid,.checklist-row{grid-template-columns:1fr}}

/* 2026-05-29 voice split: household ledger, not generic affiliate template. */
:root{--ledger:#2f4f3f;--ledger-ink:#1d2a25;--receipt:#fffaf0;--note:#f7efe0;--maple:#b84d37;--pencil:#465f8c}
body{background:linear-gradient(180deg,#fffaf0 0,#f3f7f2 48%,#fffdf8 100%);color:var(--ledger-ink)}
.site-header{background:rgba(255,250,240,.94)}
.logo{border-radius:50%;background:linear-gradient(145deg,var(--ledger),#91a35c);box-shadow:none}
.eyebrow,.guide-label,.pill{border-radius:4px;background:#eef1e7;color:var(--ledger);letter-spacing:.04em}
.btn{border-radius:8px;background:var(--ledger)}
.btn.alt{border-radius:8px;background:var(--receipt)}
.hero-card,.article-card,.archive-row,.category-card,.process-card,.reader-path{border-radius:12px;box-shadow:0 10px 28px rgba(47,79,63,.08)}
.home-hero{background:linear-gradient(105deg,#fffaf0 0%,#fffaf0 58%,#e9f0e4 58%,#e9f0e4 100%)}
.home-hero .hero-card{transform:rotate(-.7deg);border:8px solid #fff}
.collection-score div{border-radius:10px;background:#fffdf7}
.rich-categories .category-card{justify-content:flex-start;gap:12px}
.rich-categories .category-card:before{content:'receipt note';width:max-content;border:1px solid #d9dfd0;border-radius:999px;padding:4px 8px;color:#67715d;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.feature.split-feature{border-radius:14px;background:linear-gradient(135deg,#263d31,#50633d)}
.article-hero{background:linear-gradient(180deg,#fffaf0,#f5f8f0);border-bottom:1px solid #e1e7d9}
.article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.56fr);gap:34px;align-items:end}
.article-hero-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;border:8px solid #fff;box-shadow:0 18px 46px rgba(47,79,63,.14);transform:rotate(.6deg)}
.ledger-copy{max-width:900px;border-radius:10px;background:#fffdf7;border:1px solid #e0dccf;box-shadow:0 12px 34px rgba(47,79,63,.08);position:relative}
.ledger-copy:before{content:'';position:absolute;left:28px;top:0;bottom:0;border-left:2px solid rgba(184,77,55,.22)}
.ledger-copy>*{position:relative}
.ledger-copy .lede-note{font-size:1.22rem;line-height:1.75;color:#33453b;margin-left:22px}
.ledger-copy h2{font-size:1.55rem;letter-spacing:-.01em;margin:2rem 0 .6rem;color:var(--ledger)}
.ledger-copy section{padding-left:22px}
.ledger-copy .ledger-panel,.ledger-copy .receipt-test,.ledger-copy .editor-note{background:var(--receipt);border:1px solid #e2d8c5;border-radius:10px;padding:18px 20px;margin:24px 0 10px}
.ledger-copy .receipt-test{background:#f2f6ef}
.ledger-copy .editor-note{background:#fff5e6}
.ledger-copy ul{padding-left:20px}
.ledger-copy li{margin:8px 0}
.related-guides{margin-top:30px;padding:18px 22px;border-top:2px dashed #d9cfbf}
.related-guides h2{font-size:1.35rem}
.site-footer{background:#25372f}
@media(max-width:900px){.article-hero-grid{grid-template-columns:1fr}.ledger-copy:before{display:none}.ledger-copy .lede-note,.ledger-copy section{margin-left:0;padding-left:0}}

/* Codex redesign 2026-06-04: turn the homepage from a generic hero into a household ledger desk. */
.home-hero {
  position: relative;
  padding: 34px 0 42px;
  background:
    linear-gradient(90deg, rgba(47,79,63,.08) 1px, transparent 1px),
    linear-gradient(rgba(47,79,63,.07) 1px, transparent 1px),
    linear-gradient(112deg, #fffaf0 0%, #fffaf0 50%, #e6eee2 50%, #eef4ea 100%);
  background-size: 38px 38px, 38px 38px, auto;
}
.home-hero .hero-grid {
  position: relative;
  grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
  gap: 22px;
  align-items: stretch;
}
.home-hero .hero-grid > div:first-child {
  position: relative;
  min-height: 548px;
  padding: clamp(24px, 3.3vw, 38px);
  border: 1px solid #ded7c6;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(184,77,55,.22) 0 2px, transparent 2px 100%),
    repeating-linear-gradient(180deg, transparent 0 41px, rgba(47,79,63,.08) 42px),
    #fffdf7;
  box-shadow: 0 22px 46px rgba(47,79,63,.12);
}
.home-hero .hero-grid > div:first-child::before {
  content: 'Household ledger / Canada';
  position: absolute;
  right: 22px;
  top: 18px;
  color: #7b8277;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-hero h1 {
  max-width: 15.4ch;
  margin: 18px 0 14px;
  font-size: clamp(2.65rem, 4.05vw, 4.35rem);
  line-height: .96;
  letter-spacing: -.052em;
}
.home-hero .lead {
  max-width: 43rem;
  color: #34433c;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}
.home-hero .cta-row {
  margin: 18px 0 0;
}
.home-hero .collection-score {
  position: static;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}
.home-hero .collection-score div {
  position: relative;
  min-height: 88px;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px dashed #d6cbb7;
  background: rgba(255,250,240,.8);
}
.home-hero .collection-score div::before {
  content: 'checked';
  display: block;
  width: max-content;
  margin-bottom: 7px;
  color: #7c4b3d;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-hero .collection-score strong {
  color: var(--ledger);
  font-size: 1.55rem;
  line-height: .9;
}
.home-hero .collection-score span {
  display: block;
  margin-top: 6px;
  color: #5b675d;
  font-size: .82rem;
  font-weight: 780;
  line-height: 1.35;
}
.home-hero .hero-card {
  align-self: stretch;
  display: grid;
  min-height: 548px;
  padding: 12px;
  border: 1px solid #d7decf;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,250,240,.84)),
    #fff;
  transform: rotate(.35deg);
  box-shadow: 0 24px 60px rgba(47,79,63,.14);
}
.home-hero .hero-card::before {
  content: 'Receipt board: renewals / returns / points';
  align-self: start;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 20px);
  margin: 8px 0 -38px 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(20,32,51,.86);
  color: #fffaf0;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.home-hero .hero-card img {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
}
.home-hero .hero-card::after {
  content: 'Next renewal check: open terms before the promo expires.';
  align-self: end;
  justify-self: end;
  z-index: 2;
  max-width: 260px;
  margin: -80px 14px 14px 0;
  padding: 12px 14px;
  border: 1px solid #ead29c;
  border-radius: 8px;
  background: #fff3c9;
  color: #26372f;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 14px 30px rgba(47,79,63,.12);
}
@media(max-width:980px){
  .home-hero .hero-grid{grid-template-columns:1fr}
  .home-hero .hero-grid > div:first-child{min-height:0;padding-bottom:26px}
  .home-hero .collection-score{position:static;margin-top:22px;grid-template-columns:1fr}
  .home-hero .hero-card{min-height:420px}
}
@media(max-width:620px){
  .home-hero{padding-top:28px}
  .home-hero .hero-grid > div:first-child{padding:20px 24px}
  .home-hero h1{max-width:13ch;font-size:clamp(2.05rem,8.5vw,2.72rem);line-height:.98;letter-spacing:-.042em}
  .home-hero .lead{font-size:1rem;line-height:1.5}
  .home-hero .cta-row{margin-top:16px}
  .home-hero .btn{width:100%;min-height:48px}
  .home-hero .collection-score div{min-height:auto}
  .home-hero .hero-grid > div:first-child::before{position:static;display:block;margin-bottom:10px}
  .home-hero .hero-card{min-height:320px}
}
