 :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}@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}}


.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}}


html,body{height:auto!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}}

: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}}

.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}
}

.home-hero .ledger-flags {
  gap: 10px;
}
.home-hero .ledger-flags div {
  min-height: 138px;
  border: 1px solid #d8cfbc;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(184,77,55,.2) 0 2px, transparent 2px),
    repeating-linear-gradient(180deg, transparent 0 30px, rgba(47,79,63,.075) 31px),
    #fffdf7;
  box-shadow: 0 12px 24px rgba(47,79,63,.075);
  transform: rotate(var(--note-tilt,0deg));
}
.home-hero .ledger-flags div:nth-child(1) { --note-tilt: -.45deg; }
.home-hero .ledger-flags div:nth-child(2) { --note-tilt: .35deg; }
.home-hero .ledger-flags div:nth-child(3) { --note-tilt: -.2deg; }
.home-hero .ledger-flags div::before {
  content: 'household note';
  color: #7c4b3d;
}
.home-hero .ledger-flags strong {
  color: #26372f;
  font-size: 1rem;
  letter-spacing: -.01em;
  line-height: 1.15;
}
.home-hero .ledger-flags span {
  margin-top: 12px;
  color: #53645a;
  font-size: .86rem;
  line-height: 1.45;
}
.home-hero .hero-card {
  max-height: 548px;
  overflow: hidden;
}
.home-hero .hero-card::before,
.home-hero .hero-card::after {
  border-radius: 6px;
}
@media(max-width:980px){
  .home-hero .ledger-flags div{min-height:auto;transform:none}
}

@media(max-width:620px){
  html, body { overflow-x: hidden; }
  .home-hero .hero-grid,
  .home-hero .hero-grid > div:first-child,
  .home-hero .lead,
  .home-hero .ledger-flags,
  .home-hero .hero-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .home-hero .hero-grid > div:first-child {
    overflow: hidden;
  }
  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.2vw, 2.55rem);
    overflow-wrap: break-word;
  }
  .home-hero .lead,
  .home-hero .ledger-flags span {
    overflow-wrap: anywhere;
  }
  .home-hero .ledger-flags strong {
    font-size: .96rem;
  }
}
.page-split.no-page-image {
  grid-template-columns: minmax(0, 840px);
  justify-content: start;
}
.page-split.no-page-image .lead {
  max-width: 760px;
}

/* Fit guard: long editorial headings and cards must not clip at tablet / narrow desktop widths. */
.hero-grid,
.page-split,
.article-shell,
.article-content,
.article-grid,
.article-card,
.archive-row,
.category-card,
.hl-hero-grid,
.hl-ledger-sheet,
.hl-sponsored-grid,
.hl-sponsored-card,
.hl-article-grid,
.hl-article-grid article {
  min-width: 0;
}

h1,
h2,
h3,
.article-card h3,
.archive-row h3,
.hl-ledger-sheet h1,
.hl-section-head h2,
.hl-sponsored h2,
.hl-sponsored-card strong,
.hl-article-grid h3 {
  overflow-wrap: break-word;
  word-break: normal;
}

@media(max-width:1120px){
  .hero-grid,
  .page-split,
  .hl-hero-grid,
  .hl-sponsored-grid {
    grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
  }

  h1,
  .hl-ledger-sheet h1 {
    max-width: 100%;
    font-size: clamp(2.25rem,5.9vw,4.2rem);
  }
}

@media(max-width:900px){
  .hero-grid,
  .page-split,
  .article-shell,
  .article-grid,
  .archive-row,
  .hl-hero-grid,
  .hl-sponsored-grid,
  .hl-category-grid,
  .hl-process-grid,
  .hl-article-grid {
    grid-template-columns: minmax(0,1fr);
  }
}

/* HappyLinkers homepage redesign 2026-06-17: fridge-door ledger, with monday.com surfaced as the single sponsored tool note. */
.home-redesign {
  background:
    linear-gradient(90deg, rgba(47,79,63,.07) 1px, transparent 1px),
    linear-gradient(rgba(47,79,63,.06) 1px, transparent 1px),
    #fffaf0;
  background-size: 42px 42px;
}

.home-redesign .site-header {
  background: rgba(255,250,240,.96);
}

.hl-hero,
.hl-section {
  padding: clamp(42px, 7vw, 86px) 0;
}

.hl-hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(184,77,55,.14), transparent 28rem),
    linear-gradient(112deg, rgba(255,250,240,.98) 0%, rgba(255,250,240,.98) 54%, rgba(229,238,225,.94) 54%, rgba(229,238,225,.94) 100%);
}

.hl-hero-grid,
.hl-sponsored-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .78fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.hl-ledger-sheet {
  position: relative;
  min-height: 560px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #ded6c4;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(184,77,55,.22) 0 2px, transparent 2px),
    repeating-linear-gradient(180deg, transparent 0 42px, rgba(47,79,63,.075) 43px),
    #fffdf7;
  box-shadow: 0 24px 58px rgba(47,79,63,.14);
}

.hl-ledger-sheet:after {
  content: "No bonus is a win if it changes the basket.";
  position: absolute;
  right: 24px;
  top: 22px;
  max-width: 210px;
  color: #7c4b3d;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hl-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 6px 9px;
  border: 1px solid #d8cfbc;
  border-radius: 999px;
  background: #eef1e7;
  color: #2f4f3f;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hl-ledger-sheet h1 {
  max-width: 12.5ch;
  margin: 22px 0 18px;
  font-size: clamp(3rem, 5.1vw, 5.7rem);
  line-height: .9;
  letter-spacing: -.06em;
}

.hl-ledger-sheet p,
.hl-section-head p,
.hl-sponsored p,
.hl-process-grid p,
.hl-article-grid p {
  color: #415449;
}

.hl-ledger-sheet > p {
  max-width: 42rem;
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.62;
}

.hl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hl-note-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hl-note-row div {
  min-height: 130px;
  padding: 16px;
  border: 1px dashed #d4c8b4;
  border-radius: 8px;
  background: rgba(255,250,240,.74);
  transform: rotate(var(--tilt, 0deg));
}

.hl-note-row div:nth-child(1) { --tilt: -.55deg; }
.hl-note-row div:nth-child(2) { --tilt: .35deg; }
.hl-note-row div:nth-child(3) { --tilt: -.2deg; }

.hl-note-row strong {
  display: block;
  color: #26372f;
  font-size: 1.2rem;
}

.hl-note-row span {
  display: block;
  margin-top: 14px;
  color: #59675e;
  font-weight: 750;
  line-height: 1.38;
}

.hl-hero-board {
  position: relative;
  min-height: 560px;
  margin: 0;
  padding: 12px;
  border: 1px solid #d9ddcf;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 26px 68px rgba(47,79,63,.16);
  transform: rotate(.45deg);
  overflow: hidden;
}

.hl-hero-board img {
  width: 100%;
  height: 100%;
  min-height: 536px;
  object-fit: cover;
  border-radius: 7px;
}

.hl-hero-board figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 270px;
  padding: 13px 14px;
  border: 1px solid #e5cb89;
  border-radius: 8px;
  background: #fff0bd;
  color: #2d3c33;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 14px 30px rgba(47,79,63,.14);
}

.hl-section-head {
  max-width: 800px;
  margin-bottom: 28px;
}

.hl-section-head h2,
.hl-sponsored h2 {
  max-width: 760px;
  margin: 14px 0 12px;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: .96;
  letter-spacing: -.05em;
}

.hl-category-grid,
.hl-process-grid,
.hl-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hl-category-grid a,
.hl-process-grid div,
.hl-article-grid article,
.hl-sponsored-card {
  border: 1px solid #ded7c6;
  border-radius: 12px;
  background: #fffdf7;
  box-shadow: 0 14px 34px rgba(47,79,63,.08);
}

.hl-category-grid a {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  color: #203229;
}

.hl-category-grid a:hover,
.hl-sponsored-card:hover,
.hl-article-grid article:hover {
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(47,79,63,.12);
}

.hl-category-grid strong {
  font-size: 1.45rem;
}

.hl-category-grid span {
  color: #59675e;
  line-height: 1.56;
}

.hl-sponsored {
  background:
    radial-gradient(circle at 12% 0%, rgba(70,95,140,.14), transparent 30rem),
    linear-gradient(180deg, #eef4ea, #fffaf0);
  border-top: 1px solid #dfe5d8;
  border-bottom: 1px solid #dfe5d8;
}

.hl-sponsored-grid {
  align-items: center;
}

.hl-sponsored-card {
  display: grid;
  padding: 14px 14px 22px;
  color: #203229;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hl-sponsored-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.hl-sponsored-card span,
.hl-article-grid span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 8px 10px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #eef1e7;
  color: #2f4f3f;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hl-sponsored-card strong {
  display: block;
  padding: 0 8px;
  color: #203229;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.hl-sponsored-card p {
  padding: 0 8px;
}

.hl-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hl-process-grid div {
  min-height: 210px;
  padding: 22px;
}

.hl-process-grid strong {
  display: block;
  color: #26372f;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hl-featured {
  padding-bottom: 96px;
}

.hl-featured-head {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.hl-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hl-article-grid article {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hl-article-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hl-article-grid h3 {
  margin: 0 20px 10px;
  font-size: 1.35rem;
}

.hl-article-grid p {
  margin: 0 20px 22px;
}

@media (max-width: 980px) {
  .hl-hero-grid,
  .hl-sponsored-grid,
  .hl-category-grid,
  .hl-process-grid,
  .hl-article-grid {
    grid-template-columns: 1fr;
  }

  .hl-ledger-sheet,
  .hl-hero-board {
    min-height: 0;
  }

  .hl-hero-board img {
    min-height: 360px;
  }

  .hl-note-row {
    grid-template-columns: 1fr;
  }

  .hl-note-row div,
  .hl-hero-board {
    transform: none;
  }

  .hl-featured-head {
    display: block;
  }
}

@media (max-width: 620px) {
  .home-redesign {
    overflow-x: hidden;
  }

  .hl-hero,
  .hl-section {
    padding: 34px 0;
  }

  .hl-ledger-sheet {
    padding: 22px;
    overflow: hidden;
  }

  .hl-ledger-sheet:after {
    position: static;
    display: block;
    max-width: none;
    margin-bottom: 12px;
  }

  .hl-ledger-sheet h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 9vw, 3rem);
    line-height: .96;
    letter-spacing: -.045em;
    overflow-wrap: break-word;
  }

  .hl-actions .btn {
    width: 100%;
  }

  .hl-hero-board img {
    min-height: 280px;
  }

  .hl-hero-board figcaption {
    position: static;
    max-width: none;
    margin-top: 10px;
  }
}

/* Mobile fit guard for secondary pages with long contact labels and routes. */
.wrap,
.grid,
.two,
.contact-layout,
.prose,
.human-copy,
.card,
.form,
.contact-methods,
.contact-method {
  min-width: 0;
}

.prose,
.card,
.contact-layout > * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.prose h1,
.prose h2,
.prose h3,
.prose p,
.prose li,
.prose a,
.card h2,
.card h3,
.card p,
.card a,
.contact-method a {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 850px) {
  .grid.two,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 620px) {
  .prose,
  .card {
    width: 100%;
    padding: 24px;
    border-radius: 22px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 11vw, 2.8rem);
    line-height: 1;
    overflow-wrap: break-word;
  }
}

/* Brand separation patch 2026-06-18: remove initials-badge fingerprint. */
.brand .logo,
.footer-brand .logo {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #183326 !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: inset 0 0 0 2px #f4c348, 0 8px 20px rgba(24, 51, 38, .18) !important;
  overflow: hidden;
}

.brand .logo::before,
.footer-brand .logo::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 29px;
  height: 14px;
  border: 5px solid #f4c348;
  border-right: 0;
  border-bottom: 0;
  border-radius: 22px 0 0 0;
  transform: rotate(-16deg);
}

.brand .logo::after,
.footer-brand .logo::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 13px;
  width: 21px;
  height: 5px;
  background: #69d6a5;
  border-radius: 999px;
}

/* Mobile viewport guard 2026-06-18: prevent the ledger hero and dense nav from clipping at 375px. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 620px) {
  .wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-header .nav {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-header nav[aria-label="Primary"] {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .site-header nav[aria-label="Primary"]::-webkit-scrollbar {
    display: none;
  }

  .site-header nav[aria-label="Primary"] a {
    white-space: nowrap;
  }

  .hl-ledger-sheet,
  .hl-note-row div,
  .hl-hero-board,
  .hl-sponsored-card,
  .article-card,
  .card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hl-ledger-sheet {
    padding: 20px 18px;
  }

  .hl-ledger-sheet h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.2vw, 2.65rem);
    line-height: 1;
    letter-spacing: -.038em;
  }

  .hl-ledger-sheet > p {
    max-width: 100%;
  }

  .hl-actions .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .site-header nav[aria-label="Primary"] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
  }

  .site-header nav[aria-label="Primary"] a {
    width: 100%;
    min-width: 0;
    padding: 7px 4px;
    border: 1px solid #d8cfbc;
    border-radius: 6px;
    background: #fffdf7;
    color: #26372f;
    font-size: .72rem;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }
}
