@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Roboto+Condensed:wght@500;600&display=swap');
:root{--paper:#e8e1d6;--ink:#38373e;--oxide:#a54d32;--white:#fffdf9;--line:#bdb5aa;--muted:#6e6a70;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font:16px/1.65 Inter,Arial,sans-serif}a{color:inherit}img{max-width:100%}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:10}header{height:88px;display:flex;align-items:center;justify-content:space-between;max-width:var(--max);margin:auto;padding:0 28px;border-bottom:1px solid #eee}.brand img{width:225px;display:block}nav{display:flex;align-items:center;gap:30px}nav>a:not(.button){text-decoration:none;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--oxide);color:#fff;text-decoration:none;border:0;padding:13px 20px;font:600 .93rem Inter;border-radius:2px;cursor:pointer}.button.small{padding:10px 16px}.button.ghost{margin-top:28px;background:var(--ink)}.text-link{font-weight:600;text-underline-offset:5px}.menu{display:none}.hero{min-height:650px;background:var(--paper);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:8vw;align-items:center;padding:80px max(28px,calc((100vw - var(--max))/2))}.hero h1,.page-hero h1,.spec-hero h1{font-size:clamp(2.8rem,6vw,5.7rem);line-height:.98;letter-spacing:-.055em;margin:.2em 0}.lede{font-size:1.18rem;max-width:690px}.eyebrow,.spec-sheet span,.product>span,.coming-grid span{font:600 .8rem/1.3 'Roboto Condensed',sans-serif;text-transform:uppercase;letter-spacing:.14em;color:var(--oxide)}.actions{display:flex;gap:24px;align-items:center;margin-top:32px}.spec-sheet{background:var(--ink);color:#fff;padding:36px;min-height:350px;display:flex;flex-direction:column;box-shadow:18px 18px 0 rgba(165,77,50,.22)}.spec-sheet span{color:#d8ad9f;border-bottom:1px solid #66626a;padding-bottom:20px}.spec-sheet strong{font:600 1rem 'Roboto Condensed';margin-top:34px;color:#c8c3bd}.spec-sheet b{padding:13px 0;border-bottom:1px solid #66626a;font-size:1.1rem}.section{padding:92px max(28px,calc((100vw - var(--max))/2))}.section h2,.signup-band h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.035em;margin:.2em 0 .5em}.section-intro{max-width:760px;font-size:1.1rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:45px}.steps article{border-top:4px solid var(--oxide);padding-top:22px}.steps article>b{font:600 1.7rem 'Roboto Condensed';color:var(--oxide)}.steps h3{line-height:1.2}.tinted{background:#f3efe9}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:32px 0}.spec-card{background:#fff;border:1px solid #d8d1c7;padding:28px;min-height:220px;display:flex;flex-direction:column}.spec-card.flagship{border-top:5px solid var(--oxide)}.spec-card h3{font-size:1.45rem;margin:.6rem 0 .35rem}.spec-card p{margin:0 0 20px;color:var(--muted)}.spec-card a{margin-top:auto;font-weight:700;text-decoration:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.split h3{margin-top:35px}.signup-band{background:var(--ink);color:#fff;padding:70px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:start}.signup-band .eyebrow{color:#dfae9d}.signup{background:#48474e;padding:24px}.signup label{display:block;font:500 .9rem 'Roboto Condensed';letter-spacing:.03em}.signup input[type=email]{display:block;width:100%;margin:8px 0 14px;padding:14px;border:0;font:1rem Inter}.signup .consent{font-family:Inter;line-height:1.4;margin:10px 0 16px}.signup .consent input{margin-right:8px}.form-note{font-size:.78rem;color:#d5d0cc}.method{max-width:900px}.disclosure,.page-disclosure{border-left:4px solid var(--oxide);padding:16px 20px;background:#f3efe9}.page-hero,.spec-hero{background:var(--paper);padding:86px max(28px,calc((100vw - var(--max))/2))}.page-hero p{font-size:1.15rem;max-width:780px}.page-hero h1{font-size:clamp(2.7rem,5vw,4.8rem);max-width:1000px}.coming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.coming-grid article{background:#fff;padding:24px;border:1px dashed var(--line)}.coming-grid h3{margin:.5rem 0 1rem}.coming-grid a{font-weight:600}.back{display:inline-block;margin-bottom:25px;font-weight:600}.spec-hero h1{font-size:clamp(2.8rem,5vw,4.9rem)}.recommendation{font-size:1.23rem;max-width:900px}.spec-layout{max-width:var(--max);margin:auto;display:grid;grid-template-columns:240px 1fr;gap:70px;padding:70px 28px}.spec-layout aside{position:sticky;top:20px;align-self:start;border-right:1px solid #ddd;padding-right:25px;display:flex;flex-direction:column;gap:12px}.spec-layout aside a{text-decoration:none;color:var(--muted)}.reviewed{margin-top:24px;padding-top:20px;border-top:1px solid #ddd}.reviewed span,.reviewed b{display:block}.reviewed span{font:500 .76rem 'Roboto Condensed';text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.spec-content>section{padding:0 0 60px;scroll-margin-top:25px}.spec-content h2{font-size:2rem;line-height:1.15}.spec-content li{margin:.55rem 0}.requirements{background:#f3efe9;padding:30px!important;margin-bottom:60px;border-top:5px solid var(--oxide)}.note{font-size:.9rem;border-top:1px solid var(--line);padding-top:16px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{border:1px solid #d8d1c7;padding:23px;min-height:195px}.product h3{line-height:1.25}.availability{font-size:.86rem;color:var(--muted)}.page-disclosure{font-size:.9rem}.legal{max-width:820px;margin:auto;padding:80px 28px 110px}.legal h1{font-size:3.5rem;line-height:1.05}.legal h2{margin-top:2.4rem}footer{background:#2d2c32;color:#fff;padding:55px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr 1fr;gap:30px}footer img{width:210px;filter:brightness(0) invert(1);opacity:.92}footer p{color:#cbc7c3}.footer-links{display:flex;flex-wrap:wrap;gap:16px 25px;justify-content:flex-end}.footer-links a{color:#fff}.copyright{grid-column:1/-1;border-top:1px solid #55525a;padding-top:20px}.copyright{font-size:.82rem}@media(max-width:800px){header{height:76px;padding:0 20px}.brand img{width:190px}.menu{display:block;background:none;border:1px solid var(--ink);padding:8px 11px}nav{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;padding:22px;z-index:5;border-bottom:1px solid #ddd;align-items:stretch;flex-direction:column;gap:15px}nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:58px;padding-bottom:65px}.hero h1{font-size:3.2rem}.spec-sheet{min-height:300px}.steps,.card-grid,.coming-grid,.product-grid{grid-template-columns:1fr}.split,.signup-band{grid-template-columns:1fr}.section{padding-top:68px;padding-bottom:68px}.spec-layout{grid-template-columns:1fr;padding-top:38px}.spec-layout aside{position:static;border-right:0;border-bottom:1px solid #ddd;padding:0 0 24px}.actions{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}footer{grid-template-columns:1fr}.copyright{grid-column:1}}

.sidebar-mark{width:80px;height:80px;object-fit:contain;margin:0 0 42px}
.spec-layout aside>strong{margin-bottom:2px}
.spec-content>section{padding-bottom:42px}
.requirements{margin-bottom:42px}
.product{padding:0;min-height:100%;display:flex;flex-direction:column;background:#fff}
.product-media{height:260px;background:#f7f5f1;border-bottom:1px solid #e4ded6;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden}
.product-media a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.product-media img{width:100%;height:100%;object-fit:contain;display:block}
.product-copy{padding:20px;display:flex;flex:1;flex-direction:column;align-items:flex-start}
.product h3{margin:.65rem 0 .45rem}.product-specs{font-size:.88rem;line-height:1.5;color:var(--muted);margin:0 0 18px}.product .button,.availability{margin-top:auto}
.support-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.support-heading h2{margin:.15rem 0 0}.support-heading>a{font-weight:700;text-underline-offset:4px;white-space:nowrap}
.support-picks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 0}.support-picks article{border:1px solid #d8d1c7;background:#fff;display:flex;flex-direction:column;min-width:0}
.support-media{height:145px;padding:12px;background:#f7f5f1;border-bottom:1px solid #e4ded6;display:flex;align-items:center;justify-content:center}.support-media img{width:100%;height:100%;object-fit:contain;display:block}
.support-copy{padding:16px;display:flex;flex:1;flex-direction:column;align-items:flex-start}.support-picks h3{font-size:.98rem;line-height:1.3;margin:0 0 7px}.support-picks p{font-size:.82rem;line-height:1.45;color:var(--muted);margin:0 0 12px}.support-picks .button{font-size:.78rem;margin-top:auto;padding:9px 12px}
.page-disclosure{font-size:.82rem;line-height:1.5;color:var(--muted);margin:26px 0 0;padding:12px 0 0!important;border:0;border-top:1px solid #ddd;background:transparent}.page-disclosure strong{color:var(--ink)}
.method{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7vw;align-items:start}.method h2{margin-top:.15rem;max-width:520px}.method>div:last-child{max-width:650px}.method .disclosure{margin-top:24px}
.mailerlite-signup{padding:0;background:transparent;scroll-margin-top:30px}#mlb2-46068432.ml-form-embedContainer{margin:0!important}#mlb2-46068432.ml-form-embedContainer .ml-form-align-center{text-align:left!important}#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper.embedForm{max-width:520px!important;background:#e8e1d6!important;border-radius:2px!important}
#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{padding:24px!important}
#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4{color:#38373e!important;font-family:Inter,Arial,sans-serif!important;font-size:26px!important;font-weight:700!important}
#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p,#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description p,#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p{color:#38373e!important;font-family:Inter,Arial,sans-serif!important}
#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button{background:#a54d32!important;color:#fff!important;font-family:Inter,Arial,sans-serif!important}#mlb2-46068432.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{background:#8c3d2a!important}
header .brand img{width:260px}footer img{width:280px;max-width:100%;height:auto;display:block;filter:none;opacity:1}.copyright span{color:#bdb7b2;margin-left:8px}
.shop-hero{padding-bottom:52px}.shop-section{padding-top:48px}.shop-intro{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:28px}.shop-intro h2{margin:0}.shop-intro p{max-width:580px;margin:0}.shop-categories{display:grid;gap:34px}.shop-category{border-top:4px solid var(--oxide);padding-top:20px}.shop-category h2{font-size:1.55rem;margin:0 0 18px}.shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.shop-card{border:1px solid #d8d1c7;background:#fff;display:flex;flex-direction:column;min-width:0}.shop-media{height:170px;padding:14px;background:#f7f5f1;border-bottom:1px solid #e4ded6;display:flex;align-items:center;justify-content:center}.shop-media img{width:100%;height:100%;object-fit:contain;display:block}.shop-copy{padding:17px;display:flex;flex:1;flex-direction:column;align-items:flex-start}.shop-copy h3{font-size:1rem;line-height:1.3;margin:0 0 8px}.shop-copy p{font-size:.82rem;line-height:1.45;color:var(--muted);margin:0 0 14px}.shop-copy .button{font-size:.78rem;margin-top:auto;padding:9px 12px}.catalog-note{max-width:var(--max);margin:0 auto 52px;padding:20px 28px;border-left:4px solid var(--oxide);background:#f3efe9}.catalog-note p{margin:.25rem 0 0}
.footer-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.footer-groups>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-groups strong{font:600 .78rem 'Roboto Condensed',sans-serif;text-transform:uppercase;letter-spacing:.12em;color:#d8ad9f;margin-bottom:3px}.footer-groups a{color:#fff}.contact-card{margin-top:28px;padding:24px;border-left:4px solid var(--oxide);background:#f3efe9}.contact-card h2{margin:0 0 8px}.contact-card>a{display:block;font-size:1.05rem;margin-bottom:18px}.copy-status{margin:12px 0 0;min-height:1.5em;color:var(--muted)}
.product-placeholder{flex-direction:column;gap:10px;color:var(--muted);text-align:center}.product-placeholder img,.product-media.product-placeholder img,.shop-media.product-placeholder img,.support-media.product-placeholder img{width:58px;height:58px;object-fit:contain;opacity:.72}.product-placeholder span{font:600 .72rem/1.3 'Roboto Condensed',sans-serif;text-transform:uppercase;letter-spacing:.08em}.amazon-associate-disclosure{font-size:1.15rem;padding:18px 20px;border-left:4px solid var(--oxide);background:#f3efe9;color:var(--ink)}
/* v1.3 density pass */
.hero{min-height:560px;padding-top:60px;padding-bottom:60px}.section{padding-top:64px;padding-bottom:64px}.page-hero,.spec-hero{padding-top:58px;padding-bottom:58px}.signup-band{padding-top:52px;padding-bottom:52px}.steps{margin-top:32px}.card-grid{margin-top:24px;margin-bottom:24px}.legal{padding-top:56px;padding-bottom:72px}.legal h2{margin-top:1.8rem}.spec-layout{padding-top:52px;padding-bottom:52px}.spec-content>section{padding-bottom:34px}.requirements{margin-bottom:34px}footer{padding-top:42px;padding-bottom:34px}
@media(max-width:1100px){.support-picks,.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){nav{gap:18px}.method{grid-template-columns:1fr;gap:12px}.method>div:last-child{max-width:760px}}
@media(max-width:800px){header .brand img{width:218px}.sidebar-mark{display:none}.product-media{height:220px;padding:14px}.product-copy{padding:18px}.support-heading{display:block}.support-heading>a{display:inline-block;margin-top:8px}.spec-content>section{padding-bottom:30px}.requirements{margin-bottom:30px}.page-disclosure{padding-top:10px!important;margin-top:18px}.shop-intro{display:block}.shop-intro p{margin-top:8px}.footer-groups{grid-template-columns:repeat(2,minmax(0,1fr))}footer img{width:240px}.section{padding-top:52px;padding-bottom:52px}.page-hero,.spec-hero{padding-top:48px;padding-bottom:48px}}
@media(max-width:560px){.support-picks,.shop-product-grid{grid-template-columns:1fr}.support-picks article.has-media,.shop-card:has(.shop-media){display:grid;grid-template-columns:112px 1fr}.support-media,.shop-media{height:100%;min-height:150px;border:0;border-right:1px solid #e4ded6}.mailerlite-signup{margin:0 -6px}.product-media{height:210px}.footer-groups{grid-template-columns:1fr 1fr;gap:26px}.hero{min-height:auto}}
