@import 'tailwindcss';
:root{--orange:#ff5b0a;--orange-dark:#dd4300;--ink:#111827;--muted:#5e6676;--line:#e8e5e1;--warm:#faf8f5;--paper:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;background:var(--ink);color:#fff;padding:12px 16px;border-radius:8px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgb(255 255 255/92%);backdrop-filter:blur(14px)}.nav-shell{width:min(1280px,calc(100% - 40px));min-height:74px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}.wordmark{font-size:27px;line-height:1;font-weight:850;letter-spacing:-1.3px;color:var(--orange)}.wordmark span{color:var(--orange-dark)}nav{display:flex;gap:32px;font-size:14px;font-weight:700}nav a,.search-link{padding:10px 2px}nav a:hover,nav a:focus-visible{color:var(--orange)}.search-link{justify-self:end;font-size:27px}.hero{min-height:620px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:80px;padding-block:88px 72px}.eyebrow{margin:0 0 16px;color:var(--orange-dark);font-size:13px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.hero h1{max-width:720px;margin:0;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.055em}.hero-lede{max-width:680px;margin:28px 0 0;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.55}.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:12px;font-weight:800}.button.primary{background:var(--orange);color:#fff;box-shadow:0 12px 30px rgb(255 91 10/22%)}.button.secondary{border:1px solid var(--line);background:#fff}.hero-visual{min-height:440px;position:relative;display:grid;place-items:center;border-radius:36px;background:linear-gradient(145deg,#fff4e8,#f6ece2);overflow:hidden}.orange-orbit{width:320px;height:320px;border:58px solid var(--orange);border-radius:50%;opacity:.92;transform:translate(72px,-15px)}.hero-card{position:absolute;z-index:2;display:flex;flex-direction:column;border:1px solid rgb(17 24 39/8%);background:rgb(255 255 255/92%);box-shadow:0 24px 60px rgb(17 24 39/14%);backdrop-filter:blur(10px)}.hero-card-main{left:9%;bottom:13%;width:230px;padding:24px;border-radius:24px}.hero-card-main span{color:var(--orange);font-size:64px;font-weight:900;line-height:.9}.hero-card-main strong{margin-top:10px;font-size:20px;line-height:1.15}.hero-card-small{right:8%;top:13%;width:200px;padding:20px;border-radius:18px;gap:7px}.hero-card-small b{color:#14964c;font-size:22px}.hero-card-small span{font-weight:750}.trust-strip{border-block:1px solid var(--line);background:var(--warm)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);padding-block:20px;font-size:14px;font-weight:700}.trust-grid span{padding:6px 28px;border-right:1px solid var(--line)}.trust-grid span:first-child{padding-left:0}.trust-grid span:last-child{border:0}.trust-grid b{margin-right:10px;color:var(--orange)}.section{padding-block:88px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-heading h2{margin:0;font-size:clamp(34px,4vw,50px);letter-spacing:-.045em}.section-heading>a,.text-link{color:var(--orange-dark);font-weight:800}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgb(17 24 39/10%)}.article-visual{position:relative;min-height:220px;display:block;overflow:hidden}.article-visual:before{content:'';position:absolute;width:190px;height:190px;right:-22px;top:30px;border:42px solid rgb(255 255 255/72%);border-radius:50%}.article-visual.drill{background:linear-gradient(135deg,#182335,#4b5868)}.article-visual.kitchen{background:linear-gradient(135deg,#ff661b,#ffab63)}.article-visual.home{background:linear-gradient(135deg,#d8c5ad,#8b7257)}.visual-index{position:absolute;left:20px;top:18px;color:rgb(255 255 255/72%);font-size:14px;font-weight:800;letter-spacing:.1em}.visual-mark{position:absolute;right:49px;top:58px;color:#fff;font-size:100px;font-weight:900;line-height:1;transform:rotate(-8deg)}.article-card-body{padding:24px}.article-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.article-meta span:first-child{color:var(--orange-dark)}.article-card h3{margin:18px 0 12px;font-size:23px;line-height:1.16;letter-spacing:-.025em}.article-card p{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.55}:focus-visible{outline:3px solid rgb(255 91 10/50%);outline-offset:3px}
@media(max-width:840px){nav{display:none}.nav-shell{grid-template-columns:1fr auto}.hero{min-height:auto;grid-template-columns:1fr;gap:40px;padding-block:66px}.hero-visual{min-height:360px}.article-grid{grid-template-columns:1fr 1fr}.article-card:last-child{grid-column:1/-1}}
@media(max-width:580px){.shell,.nav-shell{width:min(100% - 28px,1180px)}.hero{padding-block:52px}.hero h1{font-size:47px}.hero-lede{font-size:18px}.hero-visual{min-height:320px}.orange-orbit{width:250px;height:250px}.hero-card-main{left:5%;width:190px}.hero-card-small{right:5%;width:175px}.trust-grid{grid-template-columns:1fr;padding-block:10px}.trust-grid span{border-right:0;border-bottom:1px solid var(--line);padding:12px 0}.trust-grid span:last-child{border:0}.section{padding-block:64px}.section-heading{align-items:start;flex-direction:column}.article-grid{grid-template-columns:1fr}.article-card:last-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Rich editorial copy used by the 2026 import bundle */
.product-card>.product-copy{grid-column:1/-1;margin:18px 8px 0;padding:20px 18px!important;border:0!important;border-top:1px solid var(--line)!important;background:var(--warm);border-radius:12px}
.article-hero.product-hero{height:min(520px,62vw);object-fit:contain;padding:24px;background:#f7f6f4}
.rich-copy{color:#303746}.rich-copy h2{margin:42px 0 14px;font-size:28px;letter-spacing:-.025em}.rich-copy h3{margin:24px 0 9px;font-size:19px}.rich-copy p,.rich-copy li{font-size:16px;line-height:1.7}.rich-copy p{margin:0 0 15px}.rich-copy ul,.rich-copy ol{margin:0 0 18px;padding-left:22px}.product-copy .rich-copy p,.product-copy .rich-copy li{font-size:14px}.product-copy .rich-copy h3{font-size:16px}.longform{margin-top:12px;border-top:1px solid var(--line)}

/* Shared site chrome */
.nav-tools{justify-self:end;display:flex;align-items:center;gap:12px}.mobile-menu{display:none;position:relative}.mobile-menu summary{width:42px;height:42px;display:grid;place-content:center;gap:5px;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:21px;height:2px;background:var(--ink);border-radius:2px}.mobile-menu>div{position:absolute;right:0;top:50px;width:230px;padding:12px;display:grid;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px rgb(17 24 39/15%)}.mobile-menu>div a{padding:12px;border-radius:9px;font-weight:750}.mobile-menu>div a:hover{background:#fff3e9;color:var(--orange-dark)}
.footer{margin-top:90px;padding:64px 0 22px;background:#111827;color:#d8dde6}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:50px}.footer .wordmark{display:inline-block;margin-bottom:18px}.footer p{max-width:300px;color:#9da6b5;line-height:1.6}.footer h2{margin:0 0 18px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-grid a,.footer-link-button{color:#c7ced9;font-size:14px}.footer-grid a:hover,.footer-link-button:hover{color:#fff}.footer-link-button{border:0;background:transparent;padding:0;font:inherit;cursor:pointer}.footer-bottom{margin-top:48px;padding-top:20px;border-top:1px solid #283142;display:flex;justify-content:space-between;color:#8490a2;font-size:12px}
.article-image-link{display:block;height:220px;overflow:hidden;background:var(--warm)}.article-image-link img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.article-card:hover .article-image-link img{transform:scale(1.025)}
.category-section{background:var(--warm)}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.category-card{min-height:150px;padding:28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:20px}.category-card:hover{border-color:#ffc9a8;box-shadow:0 14px 35px rgb(17 24 39/7%)}.category-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:#fff0e5;color:var(--orange);font-size:26px;font-weight:900}.category-card h3{margin:0 0 7px;font-size:22px}.category-card p{margin:0;color:var(--muted)}.category-card>b{font-size:24px;color:var(--orange)}.latest-list{border-top:1px solid var(--line)}.latest-list article{display:grid;grid-template-columns:55px 1fr auto;gap:22px;align-items:center;padding:25px 4px;border-bottom:1px solid var(--line)}.latest-list article>span{color:#c5c9d0;font-weight:850}.latest-list small{color:var(--orange-dark);font-weight:800;text-transform:uppercase}.latest-list h3{margin:5px 0 0;font-size:21px}.latest-list article>a{font-size:28px;color:var(--orange)}.method-teaser{padding:96px 0;background:linear-gradient(140deg,#161f30,#101621);color:#fff}.method-teaser .shell{max-width:860px}.method-teaser h2{margin:0;font-size:clamp(40px,6vw,68px);line-height:1;letter-spacing:-.05em}.method-teaser p:not(.eyebrow){max-width:740px;color:#c3cad5;font-size:19px;line-height:1.65;margin:24px 0 34px}

/* Categories and search */
.category-hero{padding:78px 0 70px;background:linear-gradient(180deg,#fff8f1,#fff);border-bottom:1px solid #f4eee8}.category-hero h1{max-width:900px;margin:0;font-size:clamp(52px,8vw,84px);line-height:1;letter-spacing:-.055em}.category-hero p:not(.eyebrow){max-width:760px;margin:24px 0 0;color:var(--muted);font-size:20px;line-height:1.55}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.tag-row span{padding:8px 13px;border-radius:999px;background:#fff1e7;color:#9b3500;font-size:13px;font-weight:750}.category-articles{grid-template-columns:repeat(3,1fr)}.empty-state{min-height:360px;padding:60px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed #dccfc3;border-radius:24px;background:var(--warm)}.empty-state>span{width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:28px;font-weight:900}.empty-state h2{margin:20px 0 8px}.empty-state p{color:var(--muted);margin:0 0 22px}.search-app>label{display:block;margin-bottom:10px;font-weight:800}.search-input{display:flex;align-items:center;border:2px solid #d8dce2;border-radius:16px;background:#fff}.search-input:focus-within{border-color:var(--orange);box-shadow:0 0 0 4px rgb(255 91 10/10%)}.search-input span{padding-left:20px;font-size:30px;color:var(--orange)}.search-input input{width:100%;height:66px;border:0;outline:0;background:transparent;padding:0 20px;font:inherit;font-size:18px}.search-count{color:var(--muted);font-size:14px;margin:18px 0}.search-results{display:grid;gap:12px}.search-results article{display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:24px;padding:14px;border:1px solid var(--line);border-radius:18px}.search-results img{width:180px;height:105px;object-fit:cover;border-radius:12px}.search-results small{color:var(--orange-dark);font-weight:850;text-transform:uppercase}.search-results h2{margin:5px 0;font-size:21px}.search-results p{margin:0;color:var(--muted);font-size:14px}.search-results article>a{padding:16px;color:var(--orange);font-size:26px}

/* Article layout */
.article-shell{width:min(950px,calc(100% - 40px));margin:0 auto;padding-top:34px}.breadcrumbs{display:flex;align-items:center;gap:9px;color:#71798a;font-size:13px;overflow:hidden;white-space:nowrap}.breadcrumbs a:hover{color:var(--orange)}.article-header{padding:52px 0 30px}.article-kicker{display:flex;align-items:center;gap:18px;color:#687184;font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.article-kicker span:first-child{color:var(--orange-dark);font-weight:900}.article-header h1{max-width:920px;margin:15px 0 16px;font-size:clamp(45px,6.5vw,70px);line-height:1.03;letter-spacing:-.052em}.article-description{max-width:750px;margin:0;color:var(--muted);font-size:21px;line-height:1.5}.byline{margin-top:26px;display:flex;align-items:center;gap:11px;flex-wrap:wrap;font-size:13px;font-weight:700}.author-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:20px;font-weight:900}.date-pending{color:#8a7180;font-weight:500}.affiliate-disclosure{margin-bottom:15px;padding:13px 16px;border-radius:10px;background:#fff7ef;color:#6e3b1d;font-size:13px}.article-hero{width:100%;height:auto;aspect-ratio:2.18/1;object-fit:cover;border-radius:22px}.article-intro{margin:28px 0 18px;font-size:18px;line-height:1.72;font-weight:520}.content-section{padding-top:54px}.content-section>h2,.section-title-row h2,.comparison-box>h2,.conclusion h2{margin:0 0 22px;font-size:clamp(29px,4vw,38px);line-height:1.1;letter-spacing:-.035em}.recommendation-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px}.recommendation-table{width:100%;border-collapse:collapse;font-size:13px}.recommendation-table th,.recommendation-table td{padding:13px 14px;text-align:left;border-bottom:1px solid var(--line);border-right:1px solid var(--line);vertical-align:top}.recommendation-table th{background:#f7f6f4;color:#303746;font-size:12px}.recommendation-table tr:last-child td{border-bottom:0}.recommendation-table td:first-child{font-weight:800}.recommendation-mobile{display:none}.section-title-row{display:flex;align-items:center;gap:14px}.round-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff}.section-title-row h2{margin:0}.product-list{margin-top:22px;display:grid;gap:14px}.product-card{position:relative;display:grid;grid-template-columns:175px minmax(185px,1.12fr) minmax(135px,.9fr) minmax(120px,.78fr) minmax(155px,1fr);gap:0;overflow:hidden;padding:44px 14px 18px;border:1px solid var(--line);border-radius:18px;background:#fff}.product-card>div:not(.product-badge):not(.product-number){padding:4px 14px;border-right:1px solid var(--line)}.product-card>div:last-child{border:0}.product-card .product-image{display:grid;place-items:center;padding:0 10px}.product-image img{width:100%;height:210px;object-fit:contain;clip-path:inset(14% 2% 8%);transform:scale(1.12);mix-blend-mode:multiply}.product-badge{position:absolute;top:12px;left:14px;padding:6px 10px;border-radius:7px;background:var(--orange);color:#fff;font-size:12px;font-weight:850}.product-number{position:absolute;top:11px;right:14px;color:#c3c7cd;font-weight:900}.product-main h3{margin:0;font-size:20px;line-height:1.16}.product-main p{margin:7px 0;color:var(--muted);font-size:13px;line-height:1.45}.product-specs{font-weight:700}.product-card h4{margin:0 0 8px;font-size:13px}.product-card h4 span{font-size:20px;margin-right:4px}.pros h4 span{color:#0a9a4b}.cons h4 span{color:#ef2b2b}.verdict h4 span{color:var(--orange)}.product-card ul{margin:0;padding-left:17px}.product-card li,.product-card .pros p,.product-card .cons p,.product-card .verdict p{margin:0;color:#394151;font-size:12.5px;line-height:1.55}.affiliate-unavailable{display:block;margin-top:10px;color:#85796f;font-size:11px;font-style:italic}.affiliate-button{margin-top:10px;min-height:44px;flex-direction:column;align-items:flex-start;font-size:12px}.affiliate-button span{font-size:9px;text-transform:uppercase;opacity:.8}.comparison-box{margin-top:60px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff}.comparison-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:18px}.comparison-grid>div{padding:24px;border:1px solid #ffd0b3;border-radius:16px}.comparison-grid h3{margin:0 0 15px;color:var(--orange);font-size:20px;text-align:center}.comparison-grid ul{list-style:none;margin:0;padding:0}.comparison-grid li{display:flex;gap:10px;margin:9px 0;color:#303746;font-size:14px;line-height:1.4}.comparison-grid li span{color:#0a9a4b;font-size:19px;font-weight:900}.comparison-grid>div:last-child li span{color:var(--orange)}.comparison-grid>b{align-self:center;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff}.comparison-box aside{margin-top:16px;padding:15px 20px;border:1px solid #ffd5bb;border-radius:12px;background:#fff0e4}.buying-guide ol{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:18px;overflow:hidden}.buying-guide li{display:grid;grid-template-columns:86px 1fr;align-items:center;border-bottom:1px solid var(--line)}.buying-guide li:last-child{border:0}.buying-guide .guide-icon{width:52px;height:52px;margin:14px auto;display:grid;place-items:center;padding:0;border:2px solid var(--orange);border-radius:50%;color:var(--orange)}.guide-icon svg{width:28px;height:28px}.buying-guide li>div{padding:18px 24px;border-left:1px solid var(--line)}.buying-guide h3{margin:0 0 4px;font-size:17px}.buying-guide p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.conclusion{margin-top:62px;padding:30px;display:grid;grid-template-columns:65px 1fr;gap:20px;border-radius:20px;background:#fff4e9}.conclusion>span{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;background:var(--orange);color:#fff;font-size:28px}.conclusion h2{margin:0 0 8px}.conclusion p{margin:0;line-height:1.65}.faq-list{border:1px solid var(--line);border-radius:18px;overflow:hidden}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border:0}.faq-item h3{margin:0}.faq-item button{width:100%;min-height:62px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;border:0;background:#fff;color:var(--ink);font:inherit;font-weight:800;text-align:left;cursor:pointer}.faq-item button:hover{background:#fffaf6}.faq-item button>span:last-child{color:var(--orange);font-size:24px}.faq-item>div{padding:0 20px 18px;background:#fff}.faq-item p{margin:0;color:var(--muted);line-height:1.55}.related{padding-block:90px}.related .article-grid{grid-template-columns:repeat(3,1fr)}

/* Information and legal pages */
.info-hero{padding-bottom:58px}.info-page{width:min(790px,calc(100% - 40px));margin:0 auto;padding:55px 0}.info-page section{padding:28px 0;border-bottom:1px solid var(--line)}.info-page h2{margin:0 0 14px;font-size:27px;letter-spacing:-.025em}.info-page p,.info-page li,.info-page address{color:#4e5767;font-size:16px;line-height:1.75;font-style:normal}.legal-warning{padding:18px 20px;border:1px solid #f0ad69;border-radius:14px;background:#fff7e9;color:#7c410f;line-height:1.5}.legal-list{display:grid;grid-template-columns:230px 1fr;margin:0}.legal-list dt,.legal-list dd{padding:11px 0;border-bottom:1px solid var(--line)}.legal-list dt{font-weight:800}.legal-list dd{margin:0;color:var(--muted)}.info-page .footer-link-button{padding:12px 16px;border:1px solid var(--line);border-radius:10px;color:var(--ink);font-weight:800}.status-page{min-height:65vh;width:min(760px,calc(100% - 40px));margin:auto;padding:100px 0;text-align:center}.status-page>span{display:block;color:var(--orange);font-size:92px;font-weight:950;line-height:1}.status-page h1{margin:15px 0;font-size:clamp(42px,7vw,70px);letter-spacing:-.05em}.status-page p:not(.eyebrow){color:var(--muted);font-size:18px}.status-page>div{display:flex;gap:12px;justify-content:center;margin-top:28px}

/* Consent */
.consent-layer{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:20px;background:rgb(17 24 39/32%);backdrop-filter:blur(4px)}.consent-card{width:min(980px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:25px;display:grid;grid-template-columns:62px 1fr;gap:22px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 30px 100px rgb(17 24 39/25%)}.consent-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:var(--orange);color:#fff;font-size:34px;font-weight:900}.consent-content h2{margin:0 0 8px;font-size:30px}.consent-content>p:not(.eyebrow):not(.consent-links){margin:0;color:var(--muted);line-height:1.55}.consent-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.consent-equal{border:1.5px solid #cbd0d8;background:#fff;color:var(--ink);min-width:170px}.consent-actions .button:first-child{border-color:var(--orange)}.consent-options{margin-top:18px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.consent-options label{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px 15px;border-bottom:1px solid var(--line)}.consent-options label:last-child{border:0}.consent-options span{display:flex;flex-direction:column}.consent-options small{margin-top:3px;color:var(--muted)}.consent-options input{width:20px;height:20px;accent-color:var(--orange)}.consent-links{margin:14px 0 0!important;color:#6a7280!important;font-size:12px}.consent-links a{text-decoration:underline}

@media(max-width:980px){.product-card{grid-template-columns:190px 1fr}.product-card>div{border-bottom:1px solid var(--line)}.product-card .product-image{border-right:1px solid var(--line)}.product-card .product-main{border-right:0}.product-card .verdict{grid-column:1/-1;border-bottom:0}.category-articles{grid-template-columns:1fr 1fr}.related .article-grid{grid-template-columns:1fr 1fr}.related .article-card:last-child{grid-column:1/-1}}
@media(max-width:840px){.mobile-menu{display:block}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}.article-shell{width:min(100% - 28px,950px)}.article-header{padding-top:40px}.category-grid{grid-template-columns:1fr}.search-results article{grid-template-columns:130px 1fr auto}.search-results img{width:130px;height:100px}}
@media(max-width:620px){.nav-tools .search-link{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 22px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{gap:12px;flex-direction:column}.category-hero{padding:56px 0}.category-hero h1{font-size:52px}.category-hero p:not(.eyebrow){font-size:17px}.category-articles,.related .article-grid{grid-template-columns:1fr}.related .article-card:last-child{grid-column:auto}.article-header h1{font-size:43px}.article-description{font-size:18px}.article-hero{aspect-ratio:1.65/1}.recommendation-table-wrap{display:none}.recommendation-mobile{display:grid;gap:8px}.recommendation-mobile>div{padding:14px;display:grid;gap:4px;border:1px solid var(--line);border-radius:12px}.recommendation-mobile b{color:var(--orange-dark);font-size:11px;text-transform:uppercase}.recommendation-mobile span,.recommendation-mobile small{color:var(--muted)}.product-card{grid-template-columns:1fr;padding-inline:15px}.product-card .product-image,.product-card .verdict{grid-column:auto}.product-card>div:not(.product-badge):not(.product-number){padding:17px 8px;border-right:0;border-bottom:1px solid var(--line)}.product-card .product-image{padding:6px;border-right:0}.product-image img{height:230px}.product-card>div:last-child{border-bottom:0}.comparison-box{padding:20px}.comparison-grid{grid-template-columns:1fr}.comparison-grid>b{justify-self:center;margin:-6px 0}.buying-guide li{grid-template-columns:68px 1fr}.buying-guide .guide-icon{width:44px;height:44px;margin:12px auto}.guide-icon svg{width:24px;height:24px}.buying-guide li>div{padding:15px}.conclusion{grid-template-columns:1fr}.search-results article{grid-template-columns:1fr}.search-results img{width:100%;height:160px}.search-results article>a{display:none}.legal-list{grid-template-columns:1fr}.legal-list dt{padding-bottom:0;border:0}.status-page>div{flex-direction:column}.consent-layer{padding:10px}.consent-card{grid-template-columns:1fr;padding:18px;border-radius:18px}.consent-icon{width:46px;height:46px}.consent-actions{display:grid}.consent-actions .button{width:100%}.consent-equal{min-width:0}}
