
:root{
  --ink:#22282b;--muted:#60676b;--cream:#fbf6ee;--paper:#fffdf9;
  --toast:#b87535;--toast-dark:#7b431d;--red:#9f1f20;--red-dark:#741315;
  --steel:#7a8589;--gold:#d6a54d;--line:#e5d8c7;--soft:#f1e4d3;
  --max:1480px;--shadow:0 12px 34px rgba(47,35,24,.11);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper)}
img,svg{max-width:100%;height:auto}a{color:var(--red-dark);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--red)}
.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}
.utility{background:#30373a;color:#fff;font-size:.86rem}.utility .wrap{display:flex;justify-content:space-between;gap:20px;padding:7px 0}.utility a{color:#fff}
.site-header{background:#fff;border-bottom:1px solid #eee2d3;position:sticky;top:0;z-index:30}
.header-row{display:flex;align-items:center;gap:30px;min-height:94px}
.brand{display:flex;align-items:center;gap:12px;min-width:285px;text-decoration:none;color:var(--ink)}
.brand-mark{width:66px;flex:0 0 66px}.brand-copy{display:block;line-height:1.02}.brand-copy strong{display:block;font:700 1.65rem/1 Georgia,serif;color:#2c3437}.brand-copy em{display:block;font:700 1.35rem/1 Georgia,serif;color:var(--red);font-style:normal}.brand-copy small{display:block;margin-top:7px;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:#6f5c47}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:4px}.main-nav a{color:#252a2d;text-decoration:none;font-weight:700;font-size:.91rem;padding:14px 12px;border-radius:8px}.main-nav a:hover,.main-nav a.active{background:var(--cream);color:var(--red)}
.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px 12px;font-size:1.25rem}
.hero{background:url('/assets/images/hero-toaster.svg') center/cover no-repeat;min-height:540px;display:flex;align-items:center}
.hero-copy{width:min(720px,58%);padding:64px 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--red);font-size:.8rem}
.hero h1{font:700 clamp(2.7rem,5vw,5.4rem)/.98 Georgia,serif;margin:12px 0 20px;color:#2b3032}.hero h1 span{color:var(--red)}
.hero p{font-size:1.16rem;max-width:650px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:13px 20px;font-weight:800;text-decoration:none;border:2px solid var(--red);background:var(--red);color:#fff}.btn:hover{color:#fff;background:var(--red-dark);border-color:var(--red-dark)}.btn.secondary{background:#fff;color:var(--red-dark)}.btn.secondary:hover{background:var(--cream);color:var(--red-dark)}
.trust-strip{background:#fff;border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:24px;display:flex;gap:14px;align-items:center;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{width:50px;height:50px;border-radius:50%;background:var(--cream);display:grid;place-items:center;color:var(--red);font-size:1.5rem;font-weight:900}.trust-item strong{display:block}.trust-item small{color:var(--muted)}
.section{padding:58px 0}.section.alt{background:var(--cream)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-head h2,.page-hero h1,.article h1{font-family:Georgia,serif}.section-head h2{font-size:2rem;margin:0;color:#2b3032}.section-head p{margin:0;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cards.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 6px 20px rgba(62,45,30,.05);display:flex;flex-direction:column}.card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#eee}.card-body{padding:21px;display:flex;flex-direction:column;flex:1}.card h3{font:700 1.25rem/1.25 Georgia,serif;margin:0 0 10px}.card p{color:var(--muted);margin:0 0 16px}.card .more{margin-top:auto;font-weight:800;text-decoration:none}
.split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px}.sidebar{display:flex;flex-direction:column;gap:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:24px}.panel.dark{background:#30373a;color:#fff}.panel.dark a{color:#ffd889}.panel h2,.panel h3{font-family:Georgia,serif;margin-top:0}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding:9px 0 9px 30px;border-bottom:1px solid rgba(128,105,83,.18);position:relative}.checklist li:last-child{border-bottom:0}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}
.page-hero{background:linear-gradient(135deg,#fbf4e9,#e8d8c4);border-bottom:1px solid var(--line);padding:55px 0}.page-hero h1{font-size:clamp(2.2rem,5vw,4rem);margin:0 0 12px}.page-hero p{font-size:1.12rem;max-width:850px;color:#4e5558}
.breadcrumbs{font-size:.88rem;margin-bottom:14px;color:var(--muted)}.breadcrumbs a{color:inherit}
.article-layout{display:grid;grid-template-columns:minmax(0,860px) 320px;gap:40px;padding:54px 0}.article{min-width:0}.article h1{font-size:clamp(2.35rem,5vw,4.2rem);line-height:1.05;margin:.2em 0}.article h2{font:700 1.75rem/1.2 Georgia,serif;margin-top:2.1em}.article h3{font:700 1.24rem/1.3 Georgia,serif;margin-top:1.6em}.article p,.article li{font-size:1.04rem}.article .lede{font-size:1.22rem;color:#4e5558}.article table{border-collapse:collapse;width:100%;margin:24px 0;display:block;overflow:auto}.article th,.article td{border:1px solid var(--line);padding:12px;text-align:left}.article th{background:var(--cream)}
.callout{border-left:5px solid var(--red);background:var(--cream);padding:18px 22px;margin:26px 0;border-radius:0 10px 10px 0}.warning{border-left-color:#d47c09;background:#fff5df}.danger{border-left-color:#a50000;background:#fff0f0}.tip{border-left-color:#577a3f;background:#f1f8ec}
.meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-size:.88rem;margin:12px 0 26px}.toc a{display:block;padding:7px 0;border-bottom:1px solid var(--line);text-decoration:none}.toc a:last-child{border:0}
.compare-table .good{color:#346b2f;font-weight:800}.compare-table .trade{color:#8a4a14;font-weight:800}
.tool-shell{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field label{display:block;font-weight:800;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:12px 13px;border:1px solid #b8b0a5;border-radius:7px;background:#fff;font:inherit}.field textarea{min-height:120px}.result{margin-top:24px;padding:20px;border-radius:10px;background:var(--cream);border:1px solid var(--line)}.result:empty{display:none}
.author-box{display:grid;grid-template-columns:90px 1fr;gap:18px;align-items:center;background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:22px;margin-top:42px}.author-avatar{width:80px;height:80px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:2.1rem;border:1px solid var(--line)}
.site-footer{background:#252c2f;color:#e9ecee;margin-top:50px}.footer-top{padding:48px 0}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:38px}.site-footer h3{font-family:Georgia,serif;color:#fff}.site-footer a{color:#e8d7c1;text-decoration:none;display:block;margin:7px 0}.site-footer a:hover{color:#fff}.site-footer .brand{color:#fff}.site-footer .brand-copy strong{color:#fff}.site-footer .brand-copy small{color:#c9cdd0}.footer-bottom{border-top:1px solid #465054;padding:17px 0;display:flex;justify-content:space-between;gap:20px;font-size:.88rem;color:#bfc5c7}
.legal-nav{display:flex;gap:12px;flex-wrap:wrap}.legal-nav a{display:inline;margin:0}
.notice{font-size:.9rem;color:var(--muted)}.tag{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:4px 10px;font-size:.76rem;font-weight:800;background:#fff}
.sitemap-cols{columns:3;column-gap:40px}.sitemap-cols h2{break-after:avoid}.sitemap-cols ul{break-inside:avoid}
@media(max-width:1120px){
 .header-row{min-height:82px}.main-nav{display:none;position:absolute;left:0;right:0;top:82px;background:#fff;border-bottom:1px solid var(--line);padding:12px 18px;box-shadow:0 12px 24px rgba(0,0,0,.12)}.main-nav.open{display:grid;grid-template-columns:repeat(2,1fr)}.menu-toggle{display:block}.hero-copy{width:65%}.cards.four{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){
 .utility .wrap{justify-content:center;text-align:center}.utility span:last-child{display:none}.brand{min-width:0}.brand-mark{width:54px;flex-basis:54px}.brand-copy strong{font-size:1.32rem}.brand-copy em{font-size:1.08rem}.brand-copy small{font-size:.57rem}
 .hero{min-height:auto;background-position:64% center}.hero-copy{width:100%;padding:62px 0;background:linear-gradient(90deg,rgba(251,246,238,.97),rgba(251,246,238,.83),rgba(251,246,238,.15));}.hero h1{max-width:530px}
 .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
 .cards,.split,.article-layout{grid-template-columns:1fr}.cards.four{grid-template-columns:1fr}.article-layout{gap:20px}.sidebar{order:2}.form-grid{grid-template-columns:1fr}.sitemap-cols{columns:1}
}
@media(max-width:560px){
 .wrap{width:min(100% - 24px,var(--max))}.header-row{gap:10px}.brand-copy small{display:none}.main-nav.open{grid-template-columns:1fr}.hero-copy{padding:48px 0}.hero h1{font-size:2.65rem}.actions{flex-direction:column;align-items:stretch}.btn{width:100%}
 .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}.section{padding:42px 0}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.author-box{grid-template-columns:1fr;text-align:center}.author-avatar{margin:auto}
}
