/* Product selection and sourced buying guides. */
.announcement{overflow:hidden;justify-content:flex-start;padding:0;white-space:nowrap}
.announcement-track{display:flex;align-items:center;gap:12px;width:max-content;flex:none;animation:announcement-scroll 16s linear infinite -3s;transform:translateX(100vw)}
.announcement-track>a{display:inline-block}
@keyframes announcement-scroll{from{transform:translateX(100vw)}to{transform:translateX(-100%)}}
@media(prefers-reduced-motion:reduce){.announcement{justify-content:center}.announcement-track{animation:none;transform:none;white-space:normal;flex-wrap:wrap;justify-content:center;padding:6px 10px}}
.selection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}
.product-filters{display:flex;gap:7px;flex-wrap:wrap}
.product-filters button{border:1px solid #ccd2c0;background:transparent;color:#4e5949;padding:10px 18px;font-size:12px;cursor:pointer;transition:background .2s,color .2s}
.product-filters button[aria-pressed="true"]{background:#263125;border-color:#263125;color:#e4f19d}
.product-filters button:hover{border-color:#263125}
#product-count{font-size:11px;color:#687361}
.product-card[hidden]{display:none}
.product-art{height:240px;background:#e4e9d9}
.art-light,.art-radar{background:#e1e5db}.art-repair,.art-tool{background:#ecebdc}.art-pump{background:#dce3d5}
.product-art svg{width:68%;height:76%;filter:drop-shadow(7px 12px 9px #28352226)}
.art-caption{position:absolute;bottom:13px;left:0;right:0;text-align:center;font-size:8px;letter-spacing:.14em;color:#737d65}
.product-info{display:flex;flex-direction:column;height:calc(100% - 240px)}
.product-info p{line-height:1.65;min-height:40px}.product-info a{margin-top:auto}
.product-info h3{line-height:1.2;overflow-wrap:anywhere}
.product-common-name{display:block;font-size:25px}
.product-model{display:block;font-family:'DM Sans',Arial,sans-serif;font-size:13px;font-weight:600;line-height:1.5;color:#566249;margin-top:9px;margin-bottom:12px}
.product-art .tag{max-width:calc(100% - 40px);line-height:1.5}
.article-toc a{line-height:1.55}
.affiliate-note a{text-decoration:underline;text-underline-offset:3px}
.visual-road{background:linear-gradient(0deg,#16251955,#16251910),url('assets/carretera.webp') center 55%/cover}.visual-road strong{color:#f1f3e5;opacity:.5}
.visual-selection{background:#d5e282;color:#405032}.visual-selection strong{font-size:110px}
.visual-repair{background:repeating-linear-gradient(135deg,#667557 0 1px,#758262 1px 17px);color:#e3edbd}
.article-hero{width:100%;height:auto;max-height:400px;object-fit:cover;margin:10px 0 15px}
.article-page p a,.article-page li a,.article-page .callout a{color:#516521;text-decoration:underline;text-underline-offset:3px}
.article-copy h3 a{display:inline;border:0;padding:0;font:inherit;line-height:inherit}
.article-copy h3 a:focus-visible{outline:2px solid #516521;outline-offset:3px}
.blog-all-link{display:inline-block;margin:-8px 0 28px;border-bottom:1px solid currentColor;padding-bottom:6px;font-size:12px;font-weight:700}
.blog-all-link:hover{color:#718224}
.blog-index-page{padding:55px 0 110px}
.blog-index-intro{max-width:720px;margin:58px 0 70px}
.blog-index-intro h1{font:600 clamp(62px,8vw,106px)/1 Oswald,sans-serif;margin:16px 0 20px}
.blog-index-intro>p:last-child{font-size:18px;line-height:1.65;color:#667066}
.blog-index-heading,.blog-resources h2{font:500 42px/1.1 Oswald,sans-serif;margin:0 0 28px}
.blog-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.blog-index-card{background:#fafaf5;padding:30px;display:flex;flex-direction:column;min-height:250px}
.blog-index-card h2{font:500 30px/1.2 Oswald,sans-serif;margin:12px 0}
.blog-index-card h2 a:hover,.blog-index-link:hover,.blog-resources a:hover{color:#718224}
.blog-index-card p{font-size:14px;line-height:1.65;color:#667066;margin:0 0 25px}
.blog-index-link{display:block;border-top:1px solid #d8ddd2;padding-top:15px;margin-top:auto;font-size:12px;font-weight:700}
.blog-resources{display:grid;grid-template-columns:1fr 1.3fr;gap:70px;border-top:1px solid #d9ddd4;margin-top:90px;padding-top:65px}
.blog-resources p:not(.eyebrow){font-size:14px;line-height:1.75;color:#667066}
.blog-resources ul{list-style:none;padding:0;margin:0}
.blog-resources li{border-bottom:1px solid #d9ddd4;padding:15px 0 18px}
.blog-resources li:first-child{padding-top:0}
.blog-resources li a{display:block;font-weight:700;margin-bottom:5px}
.blog-resources li span{display:block;color:#667066;font-size:13px;line-height:1.5}
.article-page .blog-external-context{background:#eef1e5;border-left:3px solid #9cad64;padding:16px 20px;margin:34px 0;font-size:14px}
.faq-section{margin:72px auto 50px;max-width:960px;border-top:1px solid #cfd6c7;padding-top:55px}
.faq-home{padding-bottom:95px;margin-top:0;margin-bottom:0}
.faq-section h2{font:500 clamp(36px,4.5vw,56px)/1.08 Oswald,sans-serif;margin:14px 0 20px}
.faq-section .faq-intro{max-width:700px;font-size:15px;line-height:1.7;color:#667066;margin:0 0 38px}
.faq-list{border-top:1px solid #d5dbc8}
.faq-list details{border-bottom:1px solid #d5dbc8;transition:background-color .25s ease,border-color .25s ease}
.faq-list details:hover,.faq-list details[open]{background:#f4f6ed;border-color:#b9c69a}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:25px;list-style:none;cursor:pointer;padding:23px 12px;font-size:16px;font-weight:700;line-height:1.45;transition:color .25s ease,padding-left .25s ease}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'+';display:grid;place-items:center;width:34px;height:34px;border:1px solid #c8d1b3;border-radius:50%;font:400 27px/1 Oswald,sans-serif;color:#718224;flex:none;transition:background-color .25s ease,color .25s ease,transform .25s ease,border-color .25s ease}
.faq-list details[open] summary::after{content:'−';background:#718224;border-color:#718224;color:#fff;transform:rotate(180deg)}
.faq-list summary:hover,.faq-list details[open] summary{color:#62752e;padding-left:18px}
.faq-list summary:focus-visible{outline:2px solid #718224;outline-offset:-3px}
.faq-list details>p{max-width:820px;margin:0 50px 24px 12px;color:#626d61;font-size:14px;line-height:1.75}
.faq-list details[open]>p{animation:faq-reveal .28s ease-out both}
@keyframes faq-reveal{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.faq-list details,.faq-list summary,.faq-list summary::after{transition:none}.faq-list details[open]>p{animation:none}}
.back-to-top{position:fixed;right:28px;bottom:28px;z-index:50;display:grid;place-items:center;width:48px;height:48px;border:1px solid #d7eb67;border-radius:50%;background:#202b22;color:#d7eb67;box-shadow:0 8px 24px #101a1240;font:500 27px/1 Oswald,sans-serif;transition:transform .2s ease,background-color .2s ease,color .2s ease}
.back-to-top:hover{transform:translateY(-4px);background:#d7eb67;color:#202b22}
.back-to-top:focus-visible{outline:3px solid #718224;outline-offset:4px}
@media(max-width:650px){.back-to-top{right:16px;bottom:16px;width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.back-to-top{transition:none}}
.cookie-banner[hidden]{display:none}
.cookie-banner{position:fixed;left:24px;bottom:24px;z-index:100;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px;width:min(660px,calc(100% - 48px));padding:24px;background:#202b22;color:#f5f6ef;border:1px solid #526148;box-shadow:0 18px 48px #0d140e4d}
.cookie-banner strong{display:block;font:500 23px/1.1 Oswald,sans-serif;color:#d7eb67;margin-bottom:8px}
.cookie-banner p{margin:0 0 10px;max-width:470px;color:#d4dbd0;font-size:12px;line-height:1.6}
.cookie-banner a{font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;gap:8px}
.cookie-actions button,.cookie-reset{border:1px solid #d7eb67;background:transparent;color:#d7eb67;padding:11px 16px;font-size:11px;font-weight:700;cursor:pointer}
.cookie-actions button:last-child{background:#d7eb67;color:#202b22}
.cookie-actions button:hover,.cookie-actions button:focus-visible,.cookie-reset:hover,.cookie-reset:focus-visible{outline:none;background:#f0f8bd;color:#202b22}
.cookie-reset{color:#526123;border-color:#8e9d5c;margin:8px 0 22px}
@media(max-width:650px){.cookie-banner{left:12px;bottom:12px;width:calc(100% - 24px);grid-template-columns:1fr;gap:16px;padding:20px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-actions button{width:100%}}
.article-page .faq-section h2{font:500 clamp(34px,4vw,48px)/1.1 Oswald,sans-serif;margin:14px 0 20px}
.article-page .faq-list details>p{font-size:14px;line-height:1.75}
@media(max-width:650px){.faq-section{padding-top:42px;margin-top:55px}.faq-home{padding-bottom:70px;margin-top:0}.faq-list summary{font-size:14px;padding:20px 0}.faq-list details>p{margin-right:8px}}
.product-art .product-photo{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;background:#fafaf7}
.product-art .product-photo+.art-caption{display:none}
.product-art.art-gps .product-photo+.art-caption{display:block;bottom:0;padding:8px 12px;background:#f7f8f1e8;color:#34402e;font-weight:700;letter-spacing:.09em}
.article-visual{background:#e9ede4}
.article-visual img{width:100%;height:100%;object-fit:cover}
.article-feature-photo{margin:22px 0 28px;padding:18px;background:#f8f8f3;text-align:center}
.article-feature-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
@media(max-width:360px){.article-page h1{font-size:clamp(38px,12vw,42px)}}
.article-feature-photo figcaption{font-size:12px;color:#667066;line-height:1.5;margin-top:12px}
.review-photo{display:block;width:100%;height:auto;aspect-ratio:2.68;object-fit:cover;background:#fafaf7;margin:12px auto 24px}
.review-photo-note{margin:-12px 0 24px;color:#606a56;font-size:.83rem}
.blog-index-photo{display:block;width:100%;height:205px;object-fit:cover;background:#fafaf5;margin-bottom:20px}
.legal-related{display:flex;gap:18px;flex-wrap:wrap;border-top:1px solid #d9ddd4;margin-top:44px;padding-top:22px;font-size:13px;font-weight:700}
.legal-related a{color:#516521;text-decoration:underline;text-underline-offset:3px}
@media(min-width:651px) and (max-width:900px){.site-header nav{gap:12px;font-size:11px}}
@media(max-width:750px){.blog-index-grid,.blog-resources{grid-template-columns:1fr}.blog-resources{gap:25px}.blog-index-page{padding-top:35px}.blog-index-intro{margin:40px 0 50px}}
.section-hero{position:relative;min-height:560px;color:#fff;background-color:#273229;background-position:center;background-size:cover;overflow:hidden}
.blog-hero{background-image:url('assets/hero-blog.webp')}
.section-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,11,.88) 0%,rgba(8,15,11,.68) 38%,rgba(8,15,11,.12) 72%),linear-gradient(0deg,rgba(8,13,10,.42),transparent 45%)}
.section-hero-content{position:relative;padding-top:105px;padding-bottom:80px}
.section-hero h1{font:600 clamp(70px,8vw,116px)/.9 Oswald,sans-serif;letter-spacing:-.02em;margin:20px 0 24px;max-width:820px}
.section-hero h1 em{font-style:normal;color:#d7eb67}
.section-hero-content>p:not(.eyebrow){max-width:520px;font-size:15px;line-height:1.7;color:#e7ebe3;margin:0 0 30px}
.blog-index-page{padding:0 0 110px}
.blog-index-content{padding-top:90px}
@media(max-width:750px){.blog-index-page{padding-top:0}.blog-index-content{padding-top:65px}.section-hero{min-height:540px;background-position:66% center}.section-hero-content{padding-top:92px}.section-hero h1{font-size:clamp(58px,16vw,76px);max-width:340px}.section-hero-content>p:not(.eyebrow){font-size:13px;max-width:310px}}
.article-page .editorial-source{border-top:1px solid #d9ddd4;padding-top:18px;margin-top:30px;color:#697167;font-size:12px;line-height:1.7}
.article-page .editorial-expansion ol{padding-left:24px;line-height:1.8}
.article-page .editorial-expansion li{margin-bottom:9px}
.article-toc{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#d5dbc8;border:1px solid #d5dbc8;margin:30px 0 45px}
.article-toc a{padding:13px 16px;background:#eef0e5;font-size:12px}.article-toc a:hover{background:#e0e8bf}
.product-review{border-top:1px solid #d5dbc8;padding:25px 0 30px;scroll-margin-top:30px}
.product-review h2{margin-top:10px}.product-review .evidence{font-size:12px;color:#6d7765}
.source-link,.guide-link{display:inline-block;font-size:12px;font-weight:700;margin:12px 18px 0 0;padding-bottom:5px;border-bottom:1px solid #859465;color:#50612e}
.article-related{display:flex;flex-wrap:wrap;gap:18px;border-top:1px solid #ced6be;margin-top:50px;padding-top:25px;font-size:12px;font-weight:700}
:focus-visible{outline:3px solid #95a948;outline-offset:5px}
@media(max-width:650px){.selection-toolbar{align-items:flex-start;flex-direction:column;gap:13px}.product-art{height:260px}.product-info{height:calc(100% - 260px)}.article-toc{grid-template-columns:1fr}.article-page .meta{line-height:1.7}.article-related{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-art svg,.modality-card:before,.button{transition:none}}
.category-hub{padding-top:88px;padding-bottom:28px;scroll-margin-top:20px}
.category-hub h2{font:600 clamp(48px,5vw,70px)/1 Oswald,Impact,sans-serif;margin:18px 0 0;letter-spacing:-.025em}
.category-hub h2 em{color:#91a044;font-style:normal}
.category-hub-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.category-hub-grid a{min-height:178px;padding:20px 18px;background:#e8ecdc;display:flex;flex-direction:column;position:relative;transition:background .2s,transform .2s}
.category-hub-grid a:nth-child(2n){background:#e3e8df}
.category-hub-grid a:hover{background:#d8e876;transform:translateY(-3px)}
.category-hub-grid span{font-size:9px;letter-spacing:.15em;font-weight:700;color:#768849}
.category-hub-grid strong{font:500 25px/1.1 Oswald,sans-serif;margin-top:25px;max-width:160px}
.category-hub-grid small{font-size:11px;line-height:1.4;color:#5d6858;margin-top:auto;padding-top:12px;padding-right:12px}
.category-hub-grid b{position:absolute;right:16px;bottom:16px;font-size:19px;font-weight:400}
.breadcrumbs{display:flex;gap:9px;align-items:center;font-size:11px;color:#6c785f;margin-bottom:30px;flex-wrap:wrap}
.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.category-page{max-width:920px}
.category-page h1{max-width:840px}.category-page .lead{max-width:720px}
.category-models,.category-faqs{margin-top:48px;border-top:1px solid #cdd6be;padding-top:10px}
.category-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}
.category-product{background:#fafaf6;padding:23px;display:flex;flex-direction:column}
.category-product h3,.category-faq h3{font:500 23px/1.25 Oswald,sans-serif;margin:12px 0}
.category-product p{font-size:13px;line-height:1.65;color:#667265;margin:0 0 18px}
.category-product a{font-size:11px;font-weight:700;color:#526328;border-top:1px solid #d5dcc9;padding-top:14px;margin-top:auto}
.category-faq{padding:18px 0;border-bottom:1px solid #d5dcc9}
.category-faq p{margin:0}
.guide-categories{display:flex;flex-wrap:wrap;gap:8px;margin-top:65px;border-top:1px solid #cdd6be;padding-top:28px}
.guide-categories span{width:100%;font-size:10px;font-weight:700;letter-spacing:.16em;color:#81904d;margin-bottom:5px}
.guide-categories a{font-size:11px;font-weight:700;border:1px solid #cdd6be;padding:10px 12px;color:#384632}
.guide-categories a:hover{background:#e2e9c7}
@media(max-width:1000px){.category-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:650px){.category-hub{padding-top:65px;padding-bottom:5px}.category-hub h2{font-size:53px}.category-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-hub-grid a{min-height:165px}.category-hub-grid strong{font-size:21px}.category-product-grid{grid-template-columns:1fr}}
@media(max-width:390px){.category-hub-grid{grid-template-columns:1fr}.category-hub-grid a{min-height:140px}}
