
:root{--red:#c41220;--red2:#9f0d18;--ink:#171717;--muted:#606060;--line:#e7e2dd;--cream:#f7f3ef;--paper:#fffdfa;--max:1360px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}img{max-width:100%}a{color:inherit}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
body>header{height:62px;background:#fff;border-bottom:1px solid #eee}.head{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font:700 31px/1 Georgia,serif;text-decoration:none;letter-spacing:-1px}.brand span{color:var(--red)}.tag{font-size:9px;letter-spacing:1.25px;color:#777;margin-top:3px}.nav{display:flex;gap:34px;align-items:center;font-size:14px}.nav>a,.navdrop>a{text-decoration:none}.nav a:hover{color:var(--red)}.navdrop{position:relative}.drop{display:none;position:absolute;top:22px;left:-14px;min-width:210px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 28px rgba(0,0,0,.09);padding:9px;z-index:50}.navdrop:hover .drop,.navdrop:focus-within .drop{display:block}.drop a{display:block;padding:9px 10px;text-decoration:none;white-space:nowrap}
.hero-wrap{background:var(--cream)}.hero{width:min(var(--max),100%);margin:auto;min-height:520px;display:grid;grid-template-columns:minmax(500px,47%) 1fr}.hero-copy{padding:54px clamp(42px,5vw,76px);display:flex;flex-direction:column;justify-content:center}.eyebrow,.offer-kicker{font-size:12px;letter-spacing:2px;font-weight:800;text-transform:uppercase;color:var(--red)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif}.hero h1{font-size:clamp(50px,4vw,66px);line-height:1.01;letter-spacing:-2px;margin:14px 0 20px;max-width:650px}.hero p{font-size:17px;color:#444;max-width:590px;margin:0}.actions{display:flex;gap:13px;margin-top:25px;flex-wrap:wrap}.btn,.offer-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border:1px solid var(--red);border-radius:6px;text-decoration:none;font-weight:800;color:var(--red);background:#fff}.btn.primary,.offer-button{background:var(--red);color:#fff!important}.btn.primary:hover,.offer-button:hover{background:var(--red2)}.hero-offer-note{margin-top:10px;font-size:11px;color:#666}
.hero-product{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 45%,#fff 0,#f2ebe6 50%,#e7ddd6 100%);padding:45px}.hero-product:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(196,18,32,.07)}.hero-product img{position:relative;z-index:1;max-height:420px;width:auto;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,0,0,.18))}
.product-strip{background:#181818;color:#fff}.product-strip-inner{min-height:126px;display:grid;grid-template-columns:96px 1fr auto;gap:25px;align-items:center}.product-strip img{width:90px;height:90px;object-fit:contain;background:#fff;border-radius:8px;padding:6px}.product-strip h2{font-size:27px;line-height:1.12;margin:3px 0 5px}.product-strip p{margin:0;color:#d2d2d2;font-size:14px}.product-strip .offer-button{white-space:nowrap;min-width:205px}
.iconbar{background:#fff;border-bottom:1px solid var(--line)}.icons{display:grid;grid-template-columns:repeat(5,1fr);padding:30px 0}.item{display:grid;grid-template-columns:40px 1fr;gap:13px;padding:0 24px;border-right:1px solid var(--line);text-decoration:none}.item:first-child{padding-left:0}.item:last-child{border:0}.ico{font-size:27px;color:var(--red);font-weight:700}.item strong{font:700 16px Georgia,serif;display:block;margin-bottom:5px}.item span{font-size:13px;color:#666}
.section{padding:50px 0 68px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-head h2{font-size:42px;margin:5px 0 0}.all,.read{color:var(--red);font-weight:800;text-decoration:none}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden;text-decoration:none}.card img{width:100%;height:180px;object-fit:cover;display:block}.body{padding:20px}.card h3{font-size:20px;line-height:1.15;margin:0 0 8px}.card p{font-size:14px;color:#666;margin:0 0 18px}
.article-shell{width:min(1120px,calc(100% - 48px));margin:44px auto 82px;display:grid;grid-template-columns:minmax(0,720px) 320px;gap:56px;align-items:start}.article-shell .article{width:auto;margin:0}.article{width:min(720px,calc(100% - 48px));margin:44px auto 82px}.breadcrumbs{font-size:13px;color:#777;margin-bottom:18px}.breadcrumbs a{color:#777}.article h1{font-size:clamp(42px,4vw,56px);line-height:1.04;letter-spacing:-1.5px;margin:8px 0 18px}.dek{font-size:19px;color:#555;border-bottom:1px solid var(--line);padding-bottom:26px}.article h2{font-size:29px;margin-top:42px}.article p,.article li{font-size:17px;line-height:1.7}.article table{width:100%;border-collapse:collapse}.article th,.article td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.keybox,.source-note,.commercial-bridge{background:#faf7f3;padding:22px 24px;margin:28px 0;border-left:3px solid var(--red)}.related{border-top:1px solid var(--line);margin-top:45px;padding-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.related a{color:var(--red);font-weight:800;text-decoration:none}
.commercial-rail{position:sticky;top:24px}.offer-card{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.08)}.offer-card img{width:100%;height:230px;object-fit:contain;background:#faf8f5;padding:15px}.offer-card-body{padding:20px}.offer-card h3{font-size:25px;line-height:1.08;margin:7px 0 9px}.offer-card p{font-size:14px;line-height:1.5;color:#5b5b5b}.offer-card .offer-button{width:100%}.offer-disclosure,.disclosure{font-size:11px!important;color:#777!important;line-height:1.4!important}.review-hero{display:grid;grid-template-columns:1fr 250px;gap:28px;align-items:center;background:#faf7f3;border:1px solid var(--line);border-radius:10px;padding:25px;margin:25px 0 34px}.review-hero img{width:100%;height:250px;object-fit:contain;background:#fff;border-radius:8px}.hub-section{margin:48px 0}.hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hub-grid a{border:1px solid var(--line);padding:20px;text-decoration:none;background:#fff}.hub-grid strong{display:block;font:700 19px Georgia,serif;margin-bottom:5px}.hub-grid span{color:#666}
footer{background:#171717;color:#eee;padding:42px 0}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}footer a{color:#fff}.fine{font-size:12px;color:#aaa}
.mobile-menu{display:none}
@media(max-width:1050px){
 .container{width:min(100% - 36px,var(--max))}.nav{gap:20px;font-size:13px}
 .hero{min-height:480px;grid-template-columns:50% 50%}.hero-copy{padding:42px 36px}.hero h1{font-size:48px}.hero-product{padding:30px}.hero-product img{max-height:360px}
 .product-strip-inner{grid-template-columns:80px 1fr auto}.product-strip img{width:76px;height:76px}.product-strip h2{font-size:23px}
 .icons{grid-template-columns:repeat(3,1fr);row-gap:28px}.item:nth-child(3){border-right:0}
 .cards{grid-template-columns:repeat(2,1fr)}
 .article-shell{width:min(100% - 36px,1000px);grid-template-columns:minmax(0,1fr) 280px;gap:32px}
}
@media(max-width:780px){
 body>header{height:auto}.head{min-height:62px}.nav{display:none}.mobile-menu{display:block;font-weight:800;color:var(--red)}
 .container{width:calc(100% - 28px)}
 .hero{display:flex;flex-direction:column;min-height:0}.hero-copy{order:1;padding:38px 24px 34px}.hero h1{font-size:45px;max-width:560px}.hero p{font-size:16px}.hero-product{order:2;min-height:340px;padding:28px}.hero-product:before{width:330px;height:330px}.hero-product img{max-height:300px}
 .actions{display:grid;grid-template-columns:1fr}.btn{width:100%}
 .product-strip-inner{grid-template-columns:70px 1fr;padding:18px 0}.product-strip img{width:68px;height:68px}.product-strip h2{font-size:20px}.product-strip .offer-button{grid-column:1/-1;width:100%}
 .icons{grid-template-columns:1fr 1fr}.item{border:0;padding:12px 8px}
 .cards{grid-template-columns:1fr}.card img{height:220px}
 .article-shell{width:calc(100% - 28px);display:flex;flex-direction:column;margin-top:30px}.article-shell .article,.article{width:100%;margin:0}.commercial-rail{position:static;width:100%}.offer-card{display:grid;grid-template-columns:150px 1fr}.offer-card img{height:100%}
 .related,.hub-grid,.review-hero,.foot{grid-template-columns:1fr}.review-hero img{height:230px}
}
@media(max-width:480px){
 .brand{font-size:25px}.tag{font-size:8px}.hero-copy{padding:32px 18px 28px}.hero h1{font-size:38px;letter-spacing:-1.2px}.hero-product{min-height:290px}.hero-product img{max-height:255px}
 .icons{grid-template-columns:1fr}.item{grid-template-columns:34px 1fr}.section{padding:38px 0 50px}.section-head h2{font-size:34px}.section-head{align-items:start;gap:15px}.all{font-size:13px}
 .offer-card{display:block}.offer-card img{height:230px}.article h1{font-size:39px}.article p,.article li{font-size:16px}.related{grid-template-columns:1fr}
}

.article>header{height:auto!important;display:block;position:static;overflow:visible;margin:0 0 26px;padding:0;border:0;background:transparent}
.article>header h1{margin:8px 0 18px}
.article>header .dek{margin:0}
.kicker{font-size:12px;letter-spacing:1.8px;text-transform:uppercase;color:var(--red);font-weight:800;margin-bottom:8px}
.card.no-image .body{min-height:220px;display:flex;flex-direction:column}
.card.no-image .read{margin-top:auto}

.product-strip-inner{grid-template-columns:1fr auto!important}
@media(max-width:780px){.product-strip-inner{grid-template-columns:1fr!important}.product-strip .offer-button{grid-column:auto!important}}
