:root{--hdf-navy:#07183f;--hdf-navy-950:#04112f;--hdf-navy-800:#10275e;--hdf-navy-700:#173774;--hdf-red:#d91f35;--hdf-red-500:#f03a4f;--hdf-ink:#10172a;--hdf-muted:#667085;--hdf-line:#e7eaf1;--hdf-soft:#f6f7fb;--hdf-white:#fff;--hdf-success:#198754;--hdf-radius-sm:12px;--hdf-radius:20px;--hdf-radius-lg:30px;--hdf-shadow-sm:0 8px 28px rgba(4,17,47,.07);--hdf-shadow:0 22px 60px rgba(4,17,47,.14);--hdf-container:min(1180px,calc(100% - 32px))}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff;color:var(--hdf-ink);font-family:var(--hdf-font-family,Tahoma,Arial,"Segoe UI",sans-serif);line-height:1.75;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%;height:auto}.container{width:var(--hdf-container);margin-inline:auto}.site-frame{min-height:100vh;overflow:clip}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus,.skip-link:focus{clip:auto!important;width:auto;height:auto;margin:0;padding:12px 18px;top:8px;right:8px;background:#fff;color:#000;z-index:999999;border-radius:10px;box-shadow:var(--hdf-shadow)}:focus-visible{outline:3px solid rgba(240,58,79,.45);outline-offset:3px}.hdf-icon{width:21px;height:21px;flex:0 0 21px}.button,.wp-element-button{min-height:48px;border:0;border-radius:14px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.button:hover,.wp-element-button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,var(--hdf-red-500),#b90f29);box-shadow:0 12px 28px rgba(217,31,53,.26)}.button-primary:hover{color:#fff;box-shadow:0 16px 36px rgba(217,31,53,.34)}.button-ghost{color:var(--hdf-navy);background:#fff;border:1px solid var(--hdf-line)}.button-ghost:hover{color:var(--hdf-red);border-color:#bec6d6}.section{padding:88px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--hdf-red);font-size:.83rem;font-weight:900;margin-bottom:10px}.eyebrow::before{content:"";width:27px;height:3px;border-radius:99px;background:currentColor}.eyebrow.light{color:#ff8090}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.section-heading h2,.trust-copy h2,.finder-copy h2,.cta-box h2{margin:0;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.35;letter-spacing:-.025em}.section-heading p,.trust-copy>p,.finder-copy>p,.cta-box p{color:var(--hdf-muted);margin:12px 0 0;max-width:640px}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--hdf-navy);font-weight:800;white-space:nowrap}.text-link:hover{color:var(--hdf-red)}.text-link .hdf-icon{width:18px;height:18px}
/* Header */
.topbar{position:sticky;top:0;z-index:91;background:var(--hdf-navy-950);color:#cbd4ea;font-size:.78rem}.topbar-row{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar-group{display:flex;align-items:center;gap:22px}.topbar a,.topbar-group a{display:inline-flex;align-items:center;gap:7px}.topbar .hdf-icon{width:15px;height:15px;color:#ff6879}.site-header{position:sticky;top:36px;z-index:90;background:rgba(7,24,63,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.header-row{min-height:76px;display:grid;grid-template-columns:240px 1fr 180px;align-items:center;gap:20px}.brand{display:inline-flex;align-items:center;gap:12px;color:#fff}.brand img{width:50px;height:50px;border-radius:12px;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.28)}.brand-copy{min-width:0;line-height:1.25;direction:ltr;text-align:left}.brand-copy strong{display:block;font-size:.88rem;font-weight:900;letter-spacing:.07em;white-space:nowrap}.brand-copy small{display:block;color:#aebadd;font-size:.61rem;letter-spacing:.04em;margin-top:3px}.main-navigation .menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:5px}.main-navigation li{position:relative}.main-navigation a{display:flex;align-items:center;color:#dfe5f4;padding:10px 13px;border-radius:11px;font-size:.87rem;font-weight:700;transition:.2s}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current_page_item>a{background:rgba(255,255,255,.09);color:#fff}.main-navigation .sub-menu{position:absolute;top:calc(100% + 10px);right:0;width:220px;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid var(--hdf-line);border-radius:14px;box-shadow:var(--hdf-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.main-navigation li:hover>.sub-menu,.main-navigation li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.main-navigation .sub-menu a{color:var(--hdf-ink);padding:10px}.main-navigation .sub-menu a:hover{color:var(--hdf-red);background:var(--hdf-soft)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-action{width:44px;height:44px;position:relative;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:13px}.header-action:hover{background:rgba(255,255,255,.14)}.cart-count{position:absolute;top:-5px;left:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:20px;background:var(--hdf-red-500);color:#fff;display:grid;place-items:center;font-size:.66rem;font-weight:900;border:2px solid var(--hdf-navy)}.menu-toggle{display:none}.menu-close-icon{display:none}.search-drawer{position:fixed;top:112px;left:0;right:0;z-index:105;background:#fff;border-bottom:1px solid var(--hdf-line);box-shadow:0 20px 50px rgba(4,17,47,.15);transform:translateY(-130%);visibility:hidden;transition:.25s}.search-drawer.open{transform:none;visibility:visible}.search-drawer-inner{min-height:150px;display:grid;grid-template-columns:minmax(220px,.7fr) minmax(320px,1.3fr) 44px;align-items:center;gap:28px}.search-drawer strong{font-size:1.15rem}.search-drawer p{margin:4px 0 0;color:var(--hdf-muted);font-size:.83rem}.search-form{display:flex;align-items:stretch;gap:8px}.search-form label{flex:1}.search-field{width:100%;height:52px;border:1px solid var(--hdf-line);border-radius:13px;background:var(--hdf-soft);padding:0 16px;color:var(--hdf-ink)}.search-field:focus{background:#fff;border-color:#abb6cd;outline:none;box-shadow:0 0 0 4px rgba(16,39,94,.08)}.search-submit{min-width:108px;border:0;border-radius:13px;background:var(--hdf-navy);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px}.drawer-close{width:42px;height:42px;border:1px solid var(--hdf-line);border-radius:12px;background:#fff;color:var(--hdf-ink);display:grid;place-items:center}.mini-cart-drawer{position:fixed;top:0;bottom:0;left:0;z-index:110;width:min(430px,calc(100% - 20px));background:#fff;box-shadow:20px 0 60px rgba(0,0,0,.25);transform:translateX(-105%);visibility:hidden;transition:.28s;display:flex;flex-direction:column}.mini-cart-drawer.open{transform:none;visibility:visible}.drawer-header{min-height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--hdf-line)}.drawer-header h2{font-size:1.15rem;margin:0}.mini-cart-content{padding:18px 22px;overflow:auto;flex:1}.site-overlay{position:fixed;inset:0;z-index:100;background:rgba(2,10,28,.58);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:.25s}.site-overlay.open{opacity:1;visibility:visible}
/* Hero */
.hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 15% 84%,rgba(240,58,79,.38),transparent 27%),radial-gradient(circle at 86% 5%,rgba(91,130,255,.24),transparent 28%),linear-gradient(130deg,#06163b 0%,#102b68 54%,#07183f 100%);min-height:690px}.hero::before,.hero::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.hero::before{width:520px;height:520px;left:-260px;bottom:-290px}.hero::after{width:440px;height:440px;right:-180px;top:-200px}.hero-grid{min-height:690px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding:58px 0 78px;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);color:#dfe7ff;font-size:.78rem;font-weight:700;margin-bottom:18px}.hero-badge i{width:8px;height:8px;background:#ff5066;border-radius:50%;box-shadow:0 0 0 6px rgba(255,80,102,.12)}.hero h1{margin:0;font-size:clamp(2.35rem,5vw,4.45rem);line-height:1.15;letter-spacing:-.04em}.hero h1 span{color:#ff5b70}.hero-copy-wrap>p{color:#cbd6ee;font-size:1.02rem;max-width:620px;margin:22px 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero .button-ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}.hero .button-ghost:hover{background:#fff;color:var(--hdf-navy)}.hero-features{margin-top:34px;display:flex;flex-wrap:wrap;gap:24px}.hero-features>span{display:grid;grid-template-columns:42px auto;column-gap:10px;align-items:center}.hero-features .hdf-icon{grid-row:1/3;width:42px;height:42px;padding:10px;border-radius:13px;background:rgba(255,255,255,.08);color:#ff6074}.hero-features b{font-size:.85rem}.hero-features small{color:#9fb0d5;font-size:.69rem}.hero-visual{min-height:510px;position:relative}.hero-ring{position:absolute;width:470px;height:470px;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.12)}.hero-ring::before{content:"";position:absolute;inset:34px;border-radius:inherit;border:1px dashed rgba(255,255,255,.16);animation:hdf-spin 24s linear infinite}@keyframes hdf-spin{to{transform:rotate(1turn)}}.hero-product{position:absolute;width:310px;height:390px;left:50%;top:50%;transform:translate(-50%,-50%);background:linear-gradient(160deg,rgba(255,255,255,.19),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.17);border-radius:42px;backdrop-filter:blur(10px);box-shadow:0 28px 80px rgba(0,0,0,.29);display:grid;place-items:center}.hero-product::after{content:"";position:absolute;bottom:22px;width:190px;height:22px;border-radius:50%;background:rgba(0,0,0,.25);filter:blur(8px)}.hero-product img{height:315px;width:auto;position:relative;z-index:2;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(0,0,0,.28));animation:hdf-float 4.8s ease-in-out infinite}@keyframes hdf-float{50%{transform:translateY(-12px) rotate(-1deg)}}.floating-info{position:absolute;z-index:4;min-width:155px;padding:13px 14px;border-radius:17px;background:rgba(255,255,255,.95);color:var(--hdf-ink);box-shadow:0 18px 45px rgba(0,0,0,.22)}.floating-info strong{display:block;font-size:.85rem}.floating-info span{display:block;font-size:.7rem;color:var(--hdf-muted);margin-top:2px}.floating-info-top{right:5px;top:45px}.floating-info-bottom{left:8px;bottom:52px}.hero-brand-mark{position:absolute;left:58px;top:49px;z-index:4;width:67px;height:67px;border-radius:19px;background:#05070b;border:1px solid rgba(255,255,255,.2);padding:8px;object-fit:cover;transform:rotate(-7deg);box-shadow:0 12px 32px rgba(0,0,0,.28)}.hero-wave{position:absolute;bottom:0;left:0;right:0;height:58px;background:#fff;clip-path:polygon(0 100%,100% 100%,100% 40%,75% 68%,48% 28%,22% 70%,0 44%)}
/* Front page categories/products */
.quick-categories{margin-top:-34px;position:relative;z-index:4}.quick-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-category-card{min-height:132px;background:#fff;border:1px solid var(--hdf-line);border-radius:22px;padding:20px;display:grid;grid-template-columns:54px 1fr 20px;align-items:center;gap:14px;box-shadow:var(--hdf-shadow-sm);transition:.24s}.quick-category-card:hover{transform:translateY(-5px);box-shadow:var(--hdf-shadow);border-color:#cbd2df}.quick-category-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:#eef2ff;color:var(--hdf-navy-700)}.quick-category-icon .hdf-icon{width:27px;height:27px}.quick-category-card strong{display:block;font-size:.94rem}.quick-category-card small{display:block;color:var(--hdf-muted);font-size:.71rem;margin-top:3px}.category-arrow{width:18px;height:18px;color:#9aa4b7}.products-section{padding-top:104px}.fallback-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fallback-product-card{background:#fff;border:1px solid var(--hdf-line);border-radius:24px;overflow:hidden;transition:.24s}.fallback-product-card:hover{transform:translateY(-6px);box-shadow:var(--hdf-shadow);border-color:#cfd5e2}.fallback-product-media{height:245px;background:linear-gradient(145deg,#f9faff,#edf1f8);padding:22px;display:grid;place-items:center;position:relative}.fallback-product-media>span{position:absolute;top:14px;right:14px;padding:5px 9px;border-radius:999px;background:var(--hdf-navy);color:#fff;font-size:.58rem;font-weight:900;letter-spacing:.04em}.fallback-product-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.fallback-product-info{padding:18px}.fallback-product-info>small{color:var(--hdf-red);font-weight:900;letter-spacing:.08em}.fallback-product-info h3{font-size:.93rem;line-height:1.55;margin:5px 0 2px;min-height:46px}.fallback-product-info>p{font-size:.68rem;color:var(--hdf-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.fallback-product-info>div{border-top:1px solid var(--hdf-line);margin-top:15px;padding-top:13px;display:flex;align-items:center;justify-content:space-between}.fallback-product-info b{font-size:.65rem;color:var(--hdf-navy);background:#edf1fb;border-radius:999px;padding:6px 9px}.fallback-product-info a{font-size:.78rem;font-weight:800;color:var(--hdf-red)}
/* Finder/trust */
.finder-section{color:#fff;background:radial-gradient(circle at 13% 80%,rgba(240,58,79,.34),transparent 25%),linear-gradient(135deg,#07183f,#173774)}.finder-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.finder-copy>p{color:#c7d1e8}.finder-copy ul{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:11px}.finder-copy li{display:flex;align-items:center;gap:9px;color:#e5eaf6}.finder-copy li .hdf-icon{width:22px;height:22px;padding:4px;border-radius:50%;background:rgba(255,255,255,.12);color:#ff7889}.finder-form{background:#fff;color:var(--hdf-ink);border-radius:26px;padding:30px;box-shadow:0 28px 70px rgba(0,0,0,.22)}.finder-form h3{margin:0 0 22px;font-size:1.25rem}.finder-form label{display:block;margin-bottom:15px}.finder-form label span{display:block;font-size:.78rem;font-weight:800;margin-bottom:7px}.finder-form select{width:100%;height:51px;border:1px solid var(--hdf-line);border-radius:13px;background:var(--hdf-soft);padding:0 13px;color:var(--hdf-ink)}.finder-form .button{width:100%;margin-top:5px}.trust-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.trust-visual{min-height:460px;position:relative;border-radius:32px;background:linear-gradient(145deg,#edf1fb,#f8f9fc);overflow:hidden}.trust-visual::before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(16,39,94,.08);right:-110px;top:-90px}.trust-product{position:absolute;inset:40px 60px 60px;display:grid;place-items:center}.trust-product img{height:340px;width:auto;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(4,17,47,.18))}.trust-number{position:absolute;left:24px;bottom:24px;width:155px;padding:17px;border-radius:18px;background:#fff;box-shadow:var(--hdf-shadow)}.trust-number strong{display:block;color:var(--hdf-red);font-size:2rem;line-height:1}.trust-number span{font-size:.72rem;color:var(--hdf-muted)}.benefit-list{display:grid;gap:14px;margin-top:28px}.benefit-list article{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;padding:14px;border:1px solid var(--hdf-line);border-radius:16px}.benefit-list article>.hdf-icon{width:48px;height:48px;padding:13px;border-radius:14px;background:#eef2ff;color:var(--hdf-navy)}.benefit-list b,.benefit-list small{display:block}.benefit-list b{font-size:.9rem}.benefit-list small{font-size:.73rem;color:var(--hdf-muted);margin-top:2px}.brand-strip{border-block:1px solid var(--hdf-line);background:var(--hdf-soft)}.brand-strip .container{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:auto}.brand-strip span{font-size:.76rem;color:var(--hdf-muted);white-space:nowrap}.brand-strip b{direction:ltr;color:#7a8498;letter-spacing:.08em;white-space:nowrap}.cta-section{padding:70px 0}.cta-box{border-radius:30px;padding:42px;background:radial-gradient(circle at 10% 100%,rgba(240,58,79,.33),transparent 25%),linear-gradient(135deg,#07183f,#10275e);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px}.cta-box p{color:#cbd5eb}.cta-box>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.cta-box .button-ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.18)}.front-editor-content{padding-top:0}
/* Footer */
.site-footer{background:#03102b;color:#cbd4ea;padding-top:72px}.footer-grid{display:grid;grid-template-columns:1.45fr .8fr .85fr 1.15fr;gap:45px;padding-bottom:50px}.footer-brand .brand{margin-bottom:18px}.footer-brand>p{color:#aeb9d1;font-size:.83rem;max-width:350px}.social-links{display:flex;gap:9px;margin-top:18px}.social-links a{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.06)}.social-links a:hover{background:var(--hdf-red)}.footer-column h2{color:#fff;font-size:.95rem;margin:0 0 17px}.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer-column a{font-size:.8rem;color:#aeb9d1}.footer-column a:hover{color:#fff}.contact-column p{display:flex;align-items:flex-start;gap:9px;margin:0 0 11px;color:#aeb9d1;font-size:.79rem}.contact-column .hdf-icon{width:18px;height:18px;color:#ff6879;margin-top:3px}.contact-column a{font-size:inherit}.footer-bottom{min-height:68px;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.72rem;color:#8391af}.mobile-bottom-nav{display:none}
/* Generic pages/blog */
.page-hero{padding:75px 0;background:radial-gradient(circle at 12% 100%,rgba(240,58,79,.28),transparent 28%),linear-gradient(135deg,#07183f,#173774);color:#fff}.page-hero h1{font-size:clamp(2rem,4vw,3.4rem);margin:0}.page-hero p{color:#cbd5eb;max-width:680px;margin:12px 0 0}.page-content-wrap,.page-entry{padding-top:60px;padding-bottom:75px}.page-entry{max-width:900px}.full-width-entry{max-width:none}.entry-content>*:first-child{margin-top:0}.entry-content p,.entry-content li{color:#3f495c}.entry-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;color:var(--hdf-navy)}.entry-content img{border-radius:18px}.entry-content table{width:100%;border-collapse:collapse}.entry-content th,.entry-content td{border:1px solid var(--hdf-line);padding:11px}.entry-content blockquote{margin:25px 0;padding:18px 22px;border-right:4px solid var(--hdf-red);background:var(--hdf-soft);border-radius:12px}.content-area,.single-main{padding:65px 0 85px}.content-layout,.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:38px}.archive-header{margin-bottom:28px}.archive-header h1{font-size:clamp(2rem,4vw,3rem);margin:0}.archive-description{color:var(--hdf-muted)}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.post-card{border:1px solid var(--hdf-line);border-radius:20px;overflow:hidden;background:#fff;transition:.22s}.post-card:hover{transform:translateY(-4px);box-shadow:var(--hdf-shadow-sm)}.post-card-media{height:210px;background:var(--hdf-soft);display:grid;place-items:center;overflow:hidden}.post-card-media img{width:100%;height:100%;object-fit:cover;transition:.25s}.post-card:hover .post-card-media img{transform:scale(1.04)}.post-card-media>span .hdf-icon{width:44px;height:44px;color:#a6afc0}.post-card-body{padding:19px}.post-meta{color:var(--hdf-muted);font-size:.72rem}.post-card h2{font-size:1.03rem;line-height:1.55;margin:6px 0}.post-card p{font-size:.79rem;color:var(--hdf-muted);margin:0 0 13px}.widget-area{display:grid;align-content:start;gap:16px}.widget{padding:20px;border:1px solid var(--hdf-line);border-radius:18px;background:#fff}.widget-title{font-size:.95rem;margin:0 0 14px}.widget ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.widget li,.widget a{font-size:.8rem;color:#566176}.widget a:hover{color:var(--hdf-red)}.widget .search-form{display:grid}.widget .search-submit{min-height:45px}.navigation.pagination{margin-top:32px}.nav-links{display:flex;gap:7px;flex-wrap:wrap}.page-numbers{min-width:40px;height:40px;padding:0 10px;border:1px solid var(--hdf-line);border-radius:10px;display:grid;place-items:center}.page-numbers.current{background:var(--hdf-navy);color:#fff;border-color:var(--hdf-navy)}.single-column{min-width:0}.single-header{margin-bottom:28px}.single-header h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.35;margin:8px 0 10px}.single-header>p{font-size:1.05rem;color:var(--hdf-muted)}.single-featured{margin:0 0 30px}.single-featured img{width:100%;border-radius:24px}.single-article .entry-content{font-size:1rem}.tag-links{display:flex;gap:8px;flex-wrap:wrap}.tag-links a{padding:6px 10px;border-radius:999px;background:var(--hdf-soft);font-size:.72rem}.post-navigation-custom{margin-top:35px;padding-top:22px;border-top:1px solid var(--hdf-line);display:grid;grid-template-columns:1fr 1fr;gap:12px}.post-navigation-custom>div:last-child{text-align:left}.comments-area{margin-top:45px;padding-top:30px;border-top:1px solid var(--hdf-line)}.comment-list{list-style:none;padding:0}.comment-body{padding:18px;border:1px solid var(--hdf-line);border-radius:16px;margin-bottom:12px}.comment-form input:not([type=submit]),.comment-form textarea{width:100%;border:1px solid var(--hdf-line);border-radius:12px;padding:11px}.comment-form .submit{min-height:46px;border:0;border-radius:12px;padding:0 18px;background:var(--hdf-navy);color:#fff;font-weight:800}.no-results,.error-card{text-align:center;padding:60px 25px;border:1px solid var(--hdf-line);border-radius:26px;background:var(--hdf-soft)}.no-results>span .hdf-icon{width:50px;height:50px;color:#9ca7bb}.no-results h2{margin:12px 0 5px}.no-results p{color:var(--hdf-muted)}.no-results .search-form,.error-card .search-form{max-width:600px;margin:22px auto}.error-main{padding:90px 0}.error-card>span{display:block;font-size:clamp(4rem,12vw,8rem);font-weight:900;color:var(--hdf-red);line-height:1}.error-card h1{font-size:2rem;margin:10px 0}.error-card p{color:var(--hdf-muted)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;padding:65px 0 80px}.contact-info-card,.contact-content{border:1px solid var(--hdf-line);border-radius:24px;padding:28px;background:#fff;box-shadow:var(--hdf-shadow-sm)}.contact-info-card h2,.contact-content h2{margin-top:0}.contact-detail{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:start;padding:15px 0;border-bottom:1px solid var(--hdf-line)}.contact-detail:last-child{border:0}.contact-detail>.hdf-icon{width:48px;height:48px;padding:13px;border-radius:14px;background:#eef2ff;color:var(--hdf-navy)}.contact-detail b,.contact-detail a{display:block}.contact-detail b{font-size:.78rem}.contact-detail a,.contact-detail p{font-size:.79rem;color:var(--hdf-muted);margin:3px 0 0}.form-placeholder{margin-top:24px;padding:18px;border:1px dashed #c9d0df;border-radius:14px;background:var(--hdf-soft)}
@media (max-width:1080px){.header-row{grid-template-columns:210px 1fr 150px}.main-navigation a{padding:10px 9px}.quick-category-grid,.fallback-product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.contact-column{grid-column:1/-1}.hero-grid{gap:15px}.hero-ring{width:410px;height:410px}.finder-grid,.trust-grid{gap:40px}.content-layout,.single-layout{grid-template-columns:minmax(0,1fr) 270px}}
@media (max-width:860px){body{padding-bottom:72px}.topbar{display:none}.site-header{top:0}.header-row{min-height:70px;grid-template-columns:1fr auto}.brand img{width:45px;height:45px}.brand-copy strong{font-size:.8rem}.main-navigation{position:fixed;top:70px;right:16px;left:16px;z-index:105;background:#fff;border:1px solid var(--hdf-line);border-radius:18px;box-shadow:var(--hdf-shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.22s}.main-navigation.open{opacity:1;visibility:visible;transform:none}.main-navigation .menu{display:grid;justify-content:stretch}.main-navigation a{color:var(--hdf-ink);padding:12px}.main-navigation a:hover,.main-navigation .current-menu-item>a,.main-navigation .current_page_item>a{background:var(--hdf-soft);color:var(--hdf-red)}.main-navigation .sub-menu{position:static;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0 18px}.menu-toggle{display:grid}.menu-toggle[aria-expanded=true] .menu-open-icon{display:none}.menu-toggle[aria-expanded=true] .menu-close-icon{display:block}.account-link{display:none}.search-drawer{top:70px}.search-drawer-inner{grid-template-columns:1fr 42px;padding:24px 0}.search-drawer-inner>div:first-child{display:none}.hero,.hero-grid{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:68px 0 105px;text-align:center}.hero-copy-wrap>p{margin-inline:auto}.hero-actions,.hero-features{justify-content:center}.hero-visual{min-height:450px}.quick-categories{margin-top:-45px}.finder-grid,.trust-grid,.contact-grid{grid-template-columns:1fr}.finder-copy{text-align:center}.finder-copy ul{justify-items:center}.trust-visual{min-height:400px}.brand-strip .container{justify-content:flex-start}.cta-box{display:grid;text-align:center}.cta-box>div:last-child{justify-content:center}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-brand{grid-column:1/-1}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:92;height:68px;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid var(--hdf-line);box-shadow:0 -8px 28px rgba(4,17,47,.09)}.mobile-bottom-nav a,.mobile-bottom-nav button{position:relative;border:0;background:none;color:#69758b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:.61rem}.mobile-bottom-nav .hdf-icon{width:21px;height:21px}.mobile-bottom-nav .cart-count{top:5px;left:calc(50% - 23px);border-color:#fff}.content-layout,.single-layout{grid-template-columns:1fr}.widget-area{grid-template-columns:repeat(2,1fr)}.content-area,.single-main{padding-top:45px}.contact-grid{padding-top:45px}.search-results-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){:root{--hdf-container:min(100% - 22px,1180px)}.section{padding:66px 0}.header-actions{gap:5px}.header-action{width:41px;height:41px}.brand-copy small{display:none}.hero-grid{padding-top:52px}.hero h1{font-size:2.28rem}.hero-copy-wrap>p{font-size:.9rem}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.hero-features>span{display:flex;flex-direction:column;gap:4px}.hero-features .hdf-icon{grid-row:auto}.hero-features small{display:none}.hero-visual{min-height:390px}.hero-ring{width:340px;height:340px}.hero-product{width:245px;height:320px;border-radius:34px}.hero-product img{height:258px}.floating-info{min-width:125px;padding:10px}.floating-info-top{right:0}.floating-info-bottom{left:0;bottom:38px}.hero-brand-mark{left:24px;top:35px;width:55px;height:55px}.quick-category-grid,.fallback-product-grid{grid-template-columns:1fr}.quick-category-card{min-height:105px;padding:16px}.section-heading{display:grid}.finder-form{padding:22px}.trust-visual{min-height:360px}.trust-product{inset:30px 45px 50px}.trust-product img{height:280px}.trust-number{left:16px;bottom:16px}.cta-box{padding:28px 20px}.cta-box>div:last-child{display:grid}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand,.contact-column{grid-column:1/-1}.footer-bottom{display:grid;justify-content:center;text-align:center;padding:18px 0}.post-grid,.search-results-grid{grid-template-columns:1fr}.widget-area{grid-template-columns:1fr}.post-navigation-custom{grid-template-columns:1fr}.post-navigation-custom>div:last-child{text-align:right}.page-hero{padding:55px 0}.page-content-wrap,.page-entry{padding-top:42px;padding-bottom:55px}.contact-info-card,.contact-content{padding:20px}.search-drawer-inner{gap:10px}.search-submit{min-width:52px}.search-submit span{display:none}.mini-cart-drawer{width:100%}.topbar-row{display:none}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
.admin-bar .topbar{top:32px}.admin-bar .site-header{top:68px}.admin-bar .search-drawer{top:144px}@media(max-width:782px){.admin-bar .topbar{display:none}.admin-bar .site-header{top:46px}.admin-bar .search-drawer{top:116px}.admin-bar .main-navigation{top:116px}}

/* HDF 1.2 — modern storefront header, local live search and home fixes */
.topbar{position:relative;top:auto;z-index:95;background:#051431;color:#d9e2f4;border-bottom:1px solid rgba(255,255,255,.07)}
.topbar-row{min-height:38px}.topbar-message{font-weight:700;color:#fff}.topbar-group{margin-right:auto}.topbar-hours{color:#aebbd4}
.site-header{position:sticky;top:0;z-index:94;background:#fff;border-bottom:1px solid var(--hdf-line);box-shadow:0 10px 35px rgba(4,17,47,.06);backdrop-filter:none}
.header-row{min-height:88px;grid-template-columns:220px minmax(300px,1fr) auto;gap:28px}
.site-header .brand{color:var(--hdf-navy)}.site-header .brand img{width:56px;height:56px;border-radius:15px;box-shadow:0 10px 24px rgba(4,17,47,.14)}
.site-header .brand-copy strong{font-size:.9rem}.site-header .brand-copy small{color:#73809a}
.header-search-desktop{min-width:0}.header-search-desktop .search-form{width:100%}.hdf-search-field-wrap{position:relative;display:block;min-width:0;flex:1}
.hdf-search-field-wrap .search-field-icon{position:absolute;right:17px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#8591a7;z-index:2}
.hdf-search-field-wrap .search-field{height:54px;padding-right:48px;padding-left:18px;border-radius:16px;background:#f4f6fa;border-color:#e0e5ef}
.header-search-desktop .search-submit{min-width:108px;border-radius:16px;background:var(--hdf-red)}
.header-actions{gap:9px}.header-action{width:auto;height:54px;min-width:54px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 13px;color:var(--hdf-navy);background:#fff;border:1px solid #dde3ed;border-radius:15px}
.header-action:hover{background:#f6f8fc;border-color:#cbd3e0;color:var(--hdf-red)}.header-action-icon{display:grid;place-items:center}.header-action-icon .hdf-icon{width:22px;height:22px}
.header-action-copy{display:block;text-align:right;line-height:1.35;white-space:nowrap}.header-action-copy strong,.header-action-copy small{display:block}.header-action-copy strong{font-size:.72rem}.header-action-copy small{font-size:.59rem;color:#7b879b;font-weight:600;margin-top:2px}
.header-action .cart-count{top:-7px;left:-7px;border-color:#fff}.mobile-search-toggle{display:none}.menu-toggle{padding:0;width:54px}
.header-nav-wrap{background:linear-gradient(90deg,#06163b,#102b68);border-top:1px solid rgba(255,255,255,.07)}.header-nav-row{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.header-nav-wrap .main-navigation{flex:1}.header-nav-wrap .main-navigation .menu{justify-content:flex-start}.header-nav-wrap .main-navigation a{color:#e6ebf6;padding:10px 14px}.header-nav-wrap .main-navigation a:hover,.header-nav-wrap .main-navigation .current-menu-item>a,.header-nav-wrap .main-navigation .current_page_item>a{background:rgba(255,255,255,.12);color:#fff}
.header-nav-wrap .main-navigation .sub-menu a{color:var(--hdf-ink)}.header-consult{display:flex;align-items:center;gap:10px;color:#fff;padding-right:22px;border-right:1px solid rgba(255,255,255,.14)}.header-consult .hdf-icon{color:#ff6477}.header-consult span{line-height:1.35}.header-consult strong,.header-consult small{display:block}.header-consult strong{font-size:.69rem}.header-consult small{font-size:.62rem;color:#c9d5ee;direction:ltr;text-align:right}
.search-drawer{top:0;z-index:120;padding-top:18px}.search-drawer.open{transform:none}.search-drawer-inner{min-height:170px}.site-overlay{z-index:115}
.hdf-live-results{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:140;background:#fff;border:1px solid var(--hdf-line);border-radius:18px;box-shadow:0 24px 60px rgba(4,17,47,.2);overflow:hidden;max-height:min(520px,70vh);overflow-y:auto}.hdf-live-results[hidden]{display:none!important}
.hdf-live-results-loading,.hdf-live-results-empty{margin:0;padding:20px;text-align:center;color:var(--hdf-muted);font-size:.78rem}.hdf-live-results-list{display:grid;padding:7px}.hdf-live-result{display:grid;grid-template-columns:62px minmax(0,1fr);gap:12px;align-items:center;padding:9px;border-radius:13px}.hdf-live-result:hover{background:var(--hdf-soft)}.hdf-live-result-image{height:62px;border-radius:11px;background:#f3f5f9;display:grid;place-items:center;overflow:hidden}.hdf-live-result-image img{width:100%;height:100%;object-fit:contain;padding:6px;mix-blend-mode:multiply}.hdf-live-result-copy{min-width:0;line-height:1.45}.hdf-live-result-copy strong,.hdf-live-result-copy small,.hdf-live-result-copy>span{display:block}.hdf-live-result-copy strong{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hdf-live-result-copy small{font-size:.64rem;color:#7b869a;direction:ltr;text-align:right}.hdf-live-result-copy>span{font-size:.68rem;color:var(--hdf-red);font-weight:900}.hdf-live-results-all{display:flex;align-items:center;justify-content:center;min-height:46px;background:var(--hdf-navy);color:#fff;font-size:.73rem;font-weight:800}.hdf-live-results-all:hover{background:var(--hdf-red);color:#fff}
.hero h1{color:#fff!important}.hero h1 span{color:#ff5b70!important}.finder-copy h2,.cta-box h2{color:#fff!important}.finder-copy>p,.cta-box p{color:#cbd6ee}
.hdf-search-header{padding-top:12px}.hdf-search-header p{margin:10px 0 0;color:var(--hdf-muted)}.hdf-search-archive{padding-bottom:50px}.hdf-search-archive-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.hdf-search-archive-heading h2{margin:0;font-size:1.55rem}.hdf-no-products{padding:45px 25px;text-align:center;border:1px solid var(--hdf-line);border-radius:22px;background:var(--hdf-soft)}.hdf-no-products h2{margin:0 0 7px}.hdf-no-products p{margin:0;color:var(--hdf-muted)}
.admin-bar .topbar{top:auto}.admin-bar .site-header{top:32px}.admin-bar .search-drawer{top:32px}
@media(max-width:1080px){.header-row{grid-template-columns:195px minmax(250px,1fr) auto;gap:15px}.header-action-copy{display:none}.header-action{width:50px;padding:0}.header-consult{display:none}}
@media(max-width:860px){body{padding-bottom:72px}.topbar{display:none}.site-header{top:0}.header-row{min-height:72px;grid-template-columns:1fr auto;gap:10px}.header-search-desktop{display:none}.mobile-search-toggle{display:flex}.header-action{width:43px;height:43px;min-width:43px;padding:0}.site-header .brand img{width:46px;height:46px}.header-nav-wrap{background:transparent;border:0}.header-nav-row{min-height:0}.main-navigation{top:72px}.header-nav-wrap .main-navigation .menu{justify-content:stretch}.header-nav-wrap .main-navigation a{color:var(--hdf-ink)}.header-nav-wrap .main-navigation a:hover,.header-nav-wrap .main-navigation .current-menu-item>a,.header-nav-wrap .main-navigation .current_page_item>a{background:var(--hdf-soft);color:var(--hdf-red)}.header-consult{display:none}.search-drawer{top:72px;padding-top:0}.search-drawer-inner{min-height:142px}.search-drawer .hdf-live-results{position:fixed;top:142px;right:12px;left:12px;max-height:60vh}.admin-bar .site-header{top:46px}.admin-bar .search-drawer{top:118px}.admin-bar .main-navigation{top:118px}}
@media(max-width:620px){.site-header .brand-copy strong{font-size:.75rem}.header-actions{gap:5px}.header-action{width:40px;height:40px;min-width:40px}.search-drawer-inner{grid-template-columns:1fr 40px}.hdf-live-result{grid-template-columns:54px minmax(0,1fr)}.hdf-live-result-image{height:54px}.hdf-search-archive-heading{display:grid}.hero h1{color:#fff!important}.finder-copy h2,.cta-box h2{color:#fff!important}}
/* Layer order correction */
.site-overlay{z-index:110}.mini-cart-drawer{z-index:130}.search-drawer{z-index:130}
@media(max-width:860px){.main-navigation{z-index:125}}

/* HDF 1.4 — streamlined header and animated oil-first hero */
.site-header .account-link{background:linear-gradient(135deg,var(--hdf-navy),#173b82);border-color:rgba(255,255,255,.12);color:#fff;box-shadow:0 10px 24px rgba(7,24,63,.18)}
.site-header .account-link:hover{background:linear-gradient(135deg,#102b68,var(--hdf-red));border-color:transparent;color:#fff;transform:translateY(-1px)}
.site-header .account-link .header-action-copy strong,.site-header .account-link .header-action-copy small,.site-header .account-link .header-action-icon{color:#fff!important}
.site-header .account-link .header-action-copy small{opacity:.74}
.site-header .account-link .hdf-icon{color:#fff}
.menu-toggle{display:none!important}

.hero-oil-showcase{position:relative;min-height:760px;background:radial-gradient(circle at 12% 12%,rgba(58,103,208,.3),transparent 31%),radial-gradient(circle at 88% 77%,rgba(224,35,57,.3),transparent 27%),linear-gradient(128deg,#03102f 0%,#0a2459 48%,#06163b 100%);isolation:isolate}
.hero-oil-showcase::before{width:560px;height:560px;left:-250px;bottom:-250px;border-color:rgba(255,255,255,.07)}
.hero-oil-showcase::after{width:490px;height:490px;right:-210px;top:-215px;border-color:rgba(255,255,255,.06)}
.hero-oil-grid{position:absolute;inset:0;z-index:-1;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to left,rgba(0,0,0,.9),transparent 76%)}
.hero-oil-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.45;pointer-events:none}
.hero-oil-glow-one{width:260px;height:260px;background:#194eae;right:15%;top:8%}
.hero-oil-glow-two{width:230px;height:230px;background:#c51931;left:3%;bottom:7%}
.hero-v2-grid{min-height:760px;grid-template-columns:minmax(0,.96fr) minmax(520px,1.04fr);gap:30px;padding:64px 0 92px}
.hero-v2-copy{position:relative;z-index:4}
.hero-v2-copy h1{max-width:700px;font-size:clamp(2.55rem,5.2vw,4.8rem);line-height:1.12}
.hero-v2-copy>p{max-width:650px;line-height:2}
.hero-oil-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px;max-width:680px}
.hero-oil-highlights>span{min-height:76px;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));backdrop-filter:blur(8px);display:flex;flex-wrap:wrap;align-content:center;align-items:baseline;gap:5px 8px}
.hero-oil-highlights b{font-size:.84rem;color:#fff}
.hero-oil-highlights small{display:block;width:100%;color:#aebfe2;font-size:.64rem;line-height:1.5}
.hero-oil-stage{position:relative;min-height:610px;isolation:isolate;perspective:1100px}
.hero-oil-surface{position:absolute;z-index:0;left:50%;bottom:45px;width:470px;height:128px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(255,87,105,.42) 0%,rgba(26,65,145,.28) 35%,rgba(0,0,0,.05) 67%,transparent 72%);filter:blur(2px)}
.hero-oil-orbit{position:absolute;left:50%;top:49%;border-radius:50%;border:1px solid rgba(255,255,255,.14);transform:translate(-50%,-50%);pointer-events:none}
.hero-oil-orbit-outer{z-index:0;width:520px;height:520px;border-style:dashed;animation:hdf-oil-spin 30s linear infinite}
.hero-oil-orbit-inner{z-index:0;width:390px;height:390px;border-color:rgba(255,255,255,.11);box-shadow:0 0 0 42px rgba(255,255,255,.015)}
.hero-oil-orbit-outer span{position:absolute;padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(7,24,63,.78);color:#dfe8ff;font-size:.62rem;font-weight:900;direction:ltr;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.hero-oil-orbit-outer span:nth-child(1){top:-16px;left:50%;transform:translateX(-50%)}
.hero-oil-orbit-outer span:nth-child(2){right:-22px;top:54%}
.hero-oil-orbit-outer span:nth-child(3){left:-18px;top:31%}
.hero-oil-product{position:absolute;z-index:2;display:grid;place-items:end center;transform-origin:center bottom;will-change:transform}
.hero-oil-product img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 25px 28px rgba(0,0,0,.36))}
.hero-oil-product-main{left:50%;bottom:70px;width:300px;height:470px;transform:translateX(-50%);animation:hdf-oil-float-main 5.2s ease-in-out infinite}
.hero-oil-product-main::before{content:"";position:absolute;inset:35px 8px 12px;border-radius:48% 48% 30% 30%;background:linear-gradient(150deg,rgba(255,255,255,.16),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);z-index:-1;box-shadow:0 28px 65px rgba(0,0,0,.2)}
.hero-oil-product-main img{height:410px;position:relative;z-index:2}
.hero-oil-product-shine{position:absolute;z-index:3;top:70px;right:68px;width:32px;height:190px;border-radius:999px;background:linear-gradient(to bottom,rgba(255,255,255,.34),transparent);filter:blur(4px);transform:rotate(8deg);opacity:.5}
.hero-oil-product-left{left:5%;bottom:82px;width:185px;height:310px;transform:rotate(-9deg);opacity:.82;animation:hdf-oil-float-left 6.2s ease-in-out infinite}
.hero-oil-product-left img{height:275px}
.hero-oil-product-right{right:3%;bottom:90px;width:180px;height:300px;transform:rotate(10deg);opacity:.84;animation:hdf-oil-float-right 5.8s ease-in-out infinite}
.hero-oil-product-right img{height:260px}
.hero-oil-card{position:absolute;z-index:5;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.92);color:var(--hdf-navy);box-shadow:0 18px 42px rgba(0,0,0,.25);backdrop-filter:blur(12px)}
.hero-oil-card-grade{top:70px;right:4px;min-width:170px;padding:13px 15px}
.hero-oil-card-grade small,.hero-oil-card-grade strong,.hero-oil-card-grade span{display:block}
.hero-oil-card-grade small{font-size:.61rem;color:#6f7b91}
.hero-oil-card-grade strong{font-size:1.16rem;margin:2px 0;color:var(--hdf-red)}
.hero-oil-card-grade span{font-size:.65rem;font-weight:800}
.hero-oil-card-protect{left:0;bottom:68px;display:flex;align-items:center;gap:10px;padding:12px 14px}
.hero-oil-card-protect .hdf-icon{width:29px;height:29px;color:var(--hdf-red)}
.hero-oil-card-protect strong,.hero-oil-card-protect small{display:block}
.hero-oil-card-protect strong{font-size:.72rem}
.hero-oil-card-protect small{font-size:.6rem;color:#718097;margin-top:2px}
.hero-oil-drop{position:absolute;z-index:1;width:17px;height:24px;border-radius:70% 30% 65% 35%/75% 35% 65% 25%;background:linear-gradient(145deg,#ff566c,#9d1027);box-shadow:inset 3px 3px 5px rgba(255,255,255,.3),0 8px 18px rgba(207,26,51,.28);transform:rotate(35deg)}
.hero-oil-drop-one{right:12%;top:30%;animation:hdf-oil-drop 4.4s ease-in-out infinite}
.hero-oil-drop-two{left:13%;top:20%;width:12px;height:18px;animation:hdf-oil-drop 5.1s ease-in-out infinite .8s}
.hero-v2-brand-mark{left:73px;top:105px;width:61px;height:61px;transform:rotate(-8deg);animation:hdf-oil-logo 6s ease-in-out infinite}
@keyframes hdf-oil-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}
@keyframes hdf-oil-float-main{0%,100%{transform:translateX(-50%) translateY(0) rotate(.3deg)}50%{transform:translateX(-50%) translateY(-14px) rotate(-1deg)}}
@keyframes hdf-oil-float-left{0%,100%{transform:rotate(-9deg) translateY(0)}50%{transform:rotate(-6deg) translateY(-10px)}}
@keyframes hdf-oil-float-right{0%,100%{transform:rotate(10deg) translateY(0)}50%{transform:rotate(7deg) translateY(-13px)}}
@keyframes hdf-oil-drop{0%,100%{transform:translateY(0) rotate(35deg);opacity:.55}50%{transform:translateY(-16px) rotate(48deg);opacity:1}}
@keyframes hdf-oil-logo{0%,100%{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-7px)}}

@media(max-width:1080px){
  .hero-v2-grid{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr)}
  .hero-oil-orbit-outer{width:450px;height:450px}
  .hero-oil-orbit-inner{width:340px;height:340px}
  .hero-oil-product-main{width:270px}
  .hero-oil-product-main img{height:385px}
  .hero-oil-product-left{left:0;width:150px}
  .hero-oil-product-right{right:0;width:150px}
}
@media(max-width:860px){
  .header-row{grid-template-columns:minmax(0,1fr) auto!important}
  .header-nav-wrap{display:block!important;background:linear-gradient(90deg,#06163b,#102b68)!important;border-top:1px solid rgba(255,255,255,.08)!important}
  .header-nav-row{min-height:48px!important;overflow:hidden}
  .header-nav-wrap .main-navigation{position:static!important;inset:auto!important;display:block!important;width:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;overflow:hidden}
  .header-nav-wrap .main-navigation .menu{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;padding:3px 0!important}
  .header-nav-wrap .main-navigation .menu::-webkit-scrollbar{display:none}
  .header-nav-wrap .main-navigation li{flex:0 0 auto}
  .header-nav-wrap .main-navigation a{color:#eef3ff!important;padding:9px 12px!important;font-size:.76rem!important}
  .header-nav-wrap .main-navigation a:hover,.header-nav-wrap .main-navigation .current-menu-item>a,.header-nav-wrap .main-navigation .current_page_item>a{background:rgba(255,255,255,.12)!important;color:#fff!important}
  .header-nav-wrap .main-navigation .sub-menu{display:none!important}
  .site-header .account-link{display:flex!important;width:auto!important;min-width:112px!important;padding:0 11px!important}
  .site-header .account-link .header-action-copy{display:block!important}
  .site-header .account-link .header-action-copy small{display:none}
  .hero-oil-showcase,.hero-v2-grid{min-height:auto}
  .hero-v2-grid{grid-template-columns:1fr;padding:62px 0 96px;text-align:center;gap:15px}
  .hero-v2-copy h1,.hero-v2-copy>p,.hero-oil-highlights{margin-inline:auto}
  .hero-oil-highlights{max-width:620px}
  .hero-oil-stage{min-height:535px;width:min(620px,100%);margin-inline:auto}
  .hero-oil-orbit-outer{width:470px;height:470px}
  .hero-oil-orbit-inner{width:350px;height:350px}
  .hero-oil-product-main{bottom:54px}
  .hero-oil-product-left{left:5%;bottom:74px}
  .hero-oil-product-right{right:5%;bottom:78px}
  .hero-oil-card-grade{right:6%;top:58px;text-align:right}
  .hero-oil-card-protect{left:4%;bottom:45px;text-align:right}
}
@media(max-width:620px){
  .site-header .brand-copy{display:none}
  .site-header .account-link{min-width:96px!important;padding-inline:8px!important;gap:6px!important}
  .site-header .account-link .header-action-copy strong{font-size:.63rem!important}
  .site-header .account-link .header-action-icon .hdf-icon{width:19px;height:19px}
  .hero-v2-grid{padding:46px 0 84px}
  .hero-v2-copy h1{font-size:clamp(2.15rem,12vw,3.2rem)}
  .hero-v2-copy>p{font-size:.88rem;line-height:1.9}
  .hero-oil-highlights{grid-template-columns:1fr 1fr;gap:8px;margin-top:22px}
  .hero-oil-highlights>span{min-height:68px;padding:10px}
  .hero-oil-highlights>span:last-child{grid-column:1/-1}
  .hero-oil-stage{min-height:430px;margin-top:5px}
  .hero-oil-orbit-outer{width:345px;height:345px}
  .hero-oil-orbit-inner{width:260px;height:260px}
  .hero-oil-orbit-outer span{font-size:.53rem;padding:5px 7px}
  .hero-oil-product-main{width:220px;height:355px;bottom:45px}
  .hero-oil-product-main img{height:320px}
  .hero-oil-product-main::before{inset:30px 6px 8px;border-radius:40px}
  .hero-oil-product-left{left:-2%;bottom:60px;width:105px;height:220px;opacity:.66}
  .hero-oil-product-left img{height:190px}
  .hero-oil-product-right{right:-2%;bottom:62px;width:105px;height:215px;opacity:.68}
  .hero-oil-product-right img{height:182px}
  .hero-oil-card-grade{top:25px;right:1%;min-width:128px;padding:9px 10px}
  .hero-oil-card-grade strong{font-size:.92rem}
  .hero-oil-card-protect{left:1%;bottom:28px;padding:9px 10px}
  .hero-oil-card-protect .hdf-icon{width:24px;height:24px}
  .hero-v2-brand-mark{left:22px;top:92px;width:48px;height:48px}
  .hero-oil-drop-one{right:8%;top:34%}
  .hero-oil-drop-two{left:8%;top:20%}
}
@media(prefers-reduced-motion:reduce){
  .hero-oil-orbit-outer,.hero-oil-product-main,.hero-oil-product-left,.hero-oil-product-right,.hero-oil-drop,.hero-v2-brand-mark{animation:none!important}
}

/* HDF 1.5 — professional motor-oil hero */
.hero-pro{--hero-red:#ff4059;--hero-blue:#3471e4;--hero-rx:0deg;--hero-ry:0deg;min-height:790px;isolation:isolate;background:radial-gradient(circle at 82% 18%,rgba(52,113,228,.34),transparent 31%),radial-gradient(circle at 12% 88%,rgba(224,34,60,.25),transparent 29%),linear-gradient(126deg,#020a20 0%,#07183f 43%,#0d2c69 100%)}
.hero-pro::before{width:620px;height:620px;right:-330px;top:-310px;border-color:rgba(255,255,255,.065);box-shadow:0 0 0 78px rgba(255,255,255,.014),0 0 0 150px rgba(255,255,255,.01)}
.hero-pro::after{width:520px;height:520px;left:-285px;bottom:-320px;border-color:rgba(255,255,255,.055)}
.hero-pro-bg,.hero-pro-bg>*{position:absolute;pointer-events:none}.hero-pro-bg{inset:0;z-index:-1;overflow:hidden}.hero-pro-grid{inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(90deg,transparent 3%,#000 38%,#000);mask-image:linear-gradient(90deg,transparent 3%,#000 38%,#000)}
.hero-pro-glow{border-radius:50%;filter:blur(88px);opacity:.48}.hero-pro-glow-blue{width:310px;height:310px;right:17%;top:10%;background:#2864d5;animation:hdf-pro-glow 7s ease-in-out infinite}.hero-pro-glow-red{width:250px;height:250px;left:4%;bottom:7%;background:#c81733;animation:hdf-pro-glow 8.5s ease-in-out infinite reverse}.hero-pro-line{right:-12%;width:65%;height:1px;background:linear-gradient(90deg,transparent,rgba(120,167,255,.65),transparent);filter:drop-shadow(0 0 8px rgba(76,131,255,.55));opacity:.42;transform-origin:right center}.hero-pro-line-one{top:27%;transform:rotate(-17deg);animation:hdf-pro-line 8s ease-in-out infinite}.hero-pro-line-two{top:68%;transform:rotate(13deg);animation:hdf-pro-line 10s ease-in-out infinite reverse}
.hero-pro-layout{min-height:735px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(530px,1.08fr);align-items:center;gap:54px;padding:72px 0 103px;position:relative;z-index:2}.hero-pro-copy{position:relative;z-index:5;max-width:650px}.hero-pro-badge{width:max-content;max-width:100%;display:flex;align-items:center;gap:11px;margin-bottom:23px;padding:8px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.09),0 14px 34px rgba(0,0,0,.13);backdrop-filter:blur(10px)}.hero-pro-badge>i{width:9px;height:9px;border-radius:50%;background:var(--hero-red);box-shadow:0 0 0 6px rgba(255,64,89,.13),0 0 20px rgba(255,64,89,.72);animation:hdf-pro-pulse 2.2s ease-in-out infinite}.hero-pro-badge>span{display:flex;align-items:center;gap:10px}.hero-pro-badge strong{font-size:.74rem;color:#fff;white-space:nowrap}.hero-pro-badge small{font-size:.53rem;color:#91a8d6;font-weight:800;letter-spacing:.12em;white-space:nowrap}
.hero-pro h1{max-width:690px;margin:0;color:#fff!important;font-size:clamp(2.75rem,5.2vw,5rem);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}.hero-pro h1 span{position:relative;display:inline-block;color:#ff6277!important;text-shadow:0 10px 36px rgba(255,64,89,.25)}.hero-pro h1 span::after{content:"";position:absolute;right:0;left:0;bottom:-4px;height:5px;border-radius:99px;background:linear-gradient(90deg,var(--hero-red),transparent);opacity:.76;transform:scaleX(.74);transform-origin:right}.hero-pro-copy>p{max-width:630px;margin:24px 0 30px;color:#c6d4f1;font-size:1rem;line-height:2.05;text-wrap:pretty}.hero-pro-actions{gap:12px}.hero-pro-actions .button{min-height:54px;border-radius:16px;padding-inline:23px}.hero-pro-actions .button-primary{box-shadow:0 18px 42px rgba(223,31,57,.31)}.hero-pro-actions .button-ghost{background:rgba(255,255,255,.075)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important;backdrop-filter:blur(8px)}.hero-pro-actions .button-ghost:hover{background:#fff!important;color:var(--hdf-navy)!important}
.hero-pro-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:34px}.hero-pro-benefits>div{min-width:0;min-height:82px;display:grid;grid-template-columns:39px minmax(0,1fr);align-items:center;gap:4px 10px;padding:12px;border:1px solid rgba(255,255,255,.105);border-radius:17px;background:rgba(255,255,255,.045);transition:.25s}.hero-pro-benefits>div:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.075)}.hero-pro-benefits>div>span{grid-row:1/3;width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,111,129,.17);border-radius:12px;background:linear-gradient(145deg,rgba(255,92,113,.18),rgba(255,255,255,.04));color:#ff7183}.hero-pro-benefits .hdf-icon{width:20px;height:20px}.hero-pro-api{font-family:Arial,sans-serif;font-size:.66rem;font-weight:950;letter-spacing:.06em}.hero-pro-benefits b{align-self:end;color:#fff;font-size:.7rem}.hero-pro-benefits small{align-self:start;color:#95a9cf;font-size:.56rem;line-height:1.45}
.hero-pro-visual{position:relative;min-height:610px;perspective:1250px;transform-style:preserve-3d}.hero-pro-panel{position:absolute;inset:24px 18px 20px;display:grid;grid-template-rows:auto 1fr auto;border:1px solid rgba(255,255,255,.15);border-radius:36px;background:linear-gradient(160deg,rgba(255,255,255,.1),rgba(255,255,255,.025) 36%),linear-gradient(145deg,rgba(7,24,63,.94),rgba(5,15,41,.91));box-shadow:0 42px 85px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.11);overflow:hidden;backdrop-filter:blur(14px);transform:rotateX(var(--hero-rx)) rotateY(var(--hero-ry));transition:transform .18s ease-out;will-change:transform}.hero-pro-panel::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,transparent 24%,rgba(255,255,255,.055) 37%,transparent 50%);transform:translateX(-120%);animation:hdf-pro-shine 8s ease-in-out infinite;pointer-events:none}.hero-pro-panel::after{content:"MOTOR OIL";position:absolute;left:22px;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:center;color:rgba(255,255,255,.035);font-family:Arial,sans-serif;font-size:3.2rem;font-weight:950;letter-spacing:.15em;white-space:nowrap;pointer-events:none}.hero-pro-panel-head{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(1,8,25,.24)}.hero-pro-panel-head>span{display:flex;align-items:center;gap:9px;color:#fff;font-size:.68rem;font-weight:850}.hero-pro-panel-head i{width:7px;height:7px;border-radius:50%;background:#36d49b;box-shadow:0 0 0 5px rgba(54,212,155,.1),0 0 14px rgba(54,212,155,.5)}.hero-pro-panel-head small{color:#6f8bc1;font-family:Arial,sans-serif;font-size:.52rem;font-weight:800;letter-spacing:.09em}.hero-pro-stage{position:relative;min-height:445px;isolation:isolate}.hero-pro-ring{position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.hero-pro-ring-ticks{width:440px;height:440px;background:repeating-conic-gradient(from 1deg,rgba(255,255,255,.27) 0 1deg,transparent 1deg 7deg);-webkit-mask:radial-gradient(circle,transparent 0 47%,#000 47.5% 49%,transparent 49.5%);mask:radial-gradient(circle,transparent 0 47%,#000 47.5% 49%,transparent 49.5%);opacity:.72;animation:hdf-pro-spin 36s linear infinite}.hero-pro-ring-main{width:342px;height:342px;border:1px solid rgba(90,143,255,.35);box-shadow:0 0 0 17px rgba(42,98,210,.025),inset 0 0 42px rgba(49,104,218,.09)}.hero-pro-ring-main::before,.hero-pro-ring-main::after{content:"";position:absolute;inset:-9px;border-radius:50%;border:2px solid transparent;border-top-color:var(--hero-red);transform:rotate(34deg);filter:drop-shadow(0 0 8px rgba(255,64,89,.55))}.hero-pro-ring-main::after{inset:22px;border-top-color:#4b82e7;transform:rotate(213deg);filter:drop-shadow(0 0 8px rgba(75,130,231,.55))}.hero-pro-scan{position:absolute;z-index:6;left:50%;top:25%;width:354px;height:2px;background:linear-gradient(90deg,transparent,rgba(84,150,255,.7),#fff,rgba(84,150,255,.7),transparent);box-shadow:0 0 16px rgba(91,154,255,.8);transform:translateX(-50%);opacity:.5;animation:hdf-pro-scan 5.8s ease-in-out infinite;pointer-events:none}.hero-pro-product-wrap{position:absolute;z-index:4;left:50%;bottom:6px;width:255px;height:392px;transform:translateX(-50%);display:flex;align-items:flex-end;justify-content:center;animation:hdf-pro-float 5.4s ease-in-out infinite}.hero-pro-halo{position:absolute;z-index:-1;left:50%;bottom:24px;width:250px;height:250px;border-radius:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(59,121,246,.28),rgba(255,64,89,.08) 43%,transparent 68%);animation:hdf-pro-halo 4.8s ease-in-out infinite}.hero-pro-product{position:relative;z-index:2;width:auto;height:365px;object-fit:contain;filter:drop-shadow(0 32px 30px rgba(0,0,0,.42));user-select:none;-webkit-user-drag:none}.hero-pro-oil-drop{position:absolute;z-index:3;top:32px;right:59px;width:15px;height:22px;border-radius:70% 30% 65% 35%/75% 35% 65% 25%;background:linear-gradient(145deg,#ffd36a,#bd5e08);box-shadow:inset 3px 2px 4px rgba(255,255,255,.32),0 0 15px rgba(255,158,42,.45);transform:rotate(35deg);animation:hdf-pro-drop 4.6s ease-in-out infinite}.hero-pro-engine{position:absolute;z-index:0;left:50%;top:50%;width:210px;color:rgba(255,255,255,.045);transform:translate(-50%,-50%)}
.hero-pro-spec{position:absolute;z-index:8;min-width:105px;padding:9px 10px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(3,13,37,.72);box-shadow:0 12px 28px rgba(0,0,0,.2);backdrop-filter:blur(9px);line-height:1.35}.hero-pro-spec small,.hero-pro-spec strong,.hero-pro-spec span{display:block}.hero-pro-spec small{color:#6e92d5;font-size:.48rem;font-family:Arial,sans-serif;font-weight:900;letter-spacing:.08em}.hero-pro-spec strong{margin:2px 0;color:#fff;font-size:.92rem}.hero-pro-spec span{color:#8198c2;font-size:.49rem}.hero-pro-spec-sae{right:20px;top:72px;animation:hdf-pro-card 5.7s ease-in-out infinite}.hero-pro-spec-api{left:19px;top:119px;animation:hdf-pro-card 6.4s ease-in-out infinite reverse}.hero-pro-spec-tech{right:22px;bottom:68px;min-width:143px;animation:hdf-pro-card 6s ease-in-out infinite .7s}.hero-pro-spec-tech strong{font-size:.7rem;color:#ff6b7e}.hero-pro-panel-foot{min-height:82px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:12px 20px;border-top:1px solid rgba(255,255,255,.08);background:rgba(1,8,25,.28)}.hero-pro-meter{display:grid;grid-template-columns:1fr auto;gap:3px 10px;align-items:center}.hero-pro-meter>span{grid-column:1/-1;height:4px;border-radius:99px;background:rgba(255,255,255,.09);overflow:hidden}.hero-pro-meter>span i{display:block;width:92%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#326edb,#ff4059);box-shadow:0 0 12px rgba(70,126,239,.5)}.hero-pro-meter small{color:#91a4c8;font-size:.54rem}.hero-pro-meter b{color:#fff;font-family:Arial,sans-serif;font-size:.61rem}.hero-pro-brands{display:flex;align-items:center;gap:7px}.hero-pro-brands img{width:36px;height:47px;object-fit:contain;padding:3px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:rgba(255,255,255,.91)}.hero-pro-brands span{line-height:1.35}.hero-pro-brands b,.hero-pro-brands small{display:block}.hero-pro-brands b{color:#fff;font-size:.58rem}.hero-pro-brands small{color:#7f95be;font-size:.47rem;margin-top:2px}
.hero-pro-float{position:absolute;z-index:12;display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid rgba(255,255,255,.19);border-radius:15px;background:rgba(255,255,255,.93);color:var(--hdf-navy);box-shadow:0 18px 40px rgba(0,0,0,.25);backdrop-filter:blur(12px);line-height:1.35}.hero-pro-float b,.hero-pro-float small{display:block}.hero-pro-float b{font-size:.66rem}.hero-pro-float small{margin-top:2px;color:#71809b;font-size:.52rem}.hero-pro-float-stock{top:0;left:-6px;animation:hdf-pro-card 5.5s ease-in-out infinite}.hero-pro-float-stock>i{width:10px;height:10px;border-radius:50%;background:#25bd83;box-shadow:0 0 0 6px rgba(37,189,131,.1)}.hero-pro-float-safe{right:-8px;bottom:0;animation:hdf-pro-card 6.2s ease-in-out infinite reverse}.hero-pro-float-safe .hdf-icon{width:25px;height:25px;color:var(--hdf-red)}

@keyframes hdf-pro-line{0%,100%{opacity:.18;translate:-5% 0}50%{opacity:.58;translate:12% 0}}@keyframes hdf-pro-glow{0%,100%{transform:scale(.92);opacity:.35}50%{transform:scale(1.12);opacity:.58}}@keyframes hdf-pro-pulse{0%,100%{transform:scale(.9)}50%{transform:scale(1.08)}}@keyframes hdf-pro-shine{0%,62%,100%{transform:translateX(-125%)}82%{transform:translateX(125%)}}@keyframes hdf-pro-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes hdf-pro-scan{0%,100%{top:25%;opacity:.12}50%{top:77%;opacity:.62}}@keyframes hdf-pro-float{0%,100%{transform:translateX(-50%) translateY(0) rotate(.25deg)}50%{transform:translateX(-50%) translateY(-11px) rotate(-.6deg)}}@keyframes hdf-pro-halo{0%,100%{transform:translateX(-50%) scale(.92);opacity:.55}50%{transform:translateX(-50%) scale(1.08);opacity:.9}}@keyframes hdf-pro-drop{0%,100%{opacity:.3;transform:translateY(-6px) rotate(35deg)}50%{opacity:.9;transform:translateY(8px) rotate(42deg)}}@keyframes hdf-pro-card{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1120px){.hero-pro-layout{grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr);gap:32px}.hero-pro-panel{inset:28px 8px 22px}.hero-pro-ring-ticks{width:400px;height:400px}.hero-pro-ring-main{width:315px;height:315px}.hero-pro-product-wrap{height:365px;width:235px}.hero-pro-product{height:340px}.hero-pro-benefits>div{grid-template-columns:34px minmax(0,1fr);padding:10px}.hero-pro-benefits>div>span{width:34px;height:34px}}
@media(max-width:900px){.hero-pro{min-height:auto}.hero-pro-layout{grid-template-columns:1fr;gap:24px;padding:64px 0 105px;text-align:center}.hero-pro-copy{max-width:760px;margin-inline:auto}.hero-pro-badge,.hero-pro-copy>p{margin-inline:auto}.hero-pro-actions{justify-content:center}.hero-pro-benefits{max-width:690px;margin-inline:auto;margin-top:30px;text-align:right}.hero-pro-visual{width:min(650px,100%);min-height:580px;margin-inline:auto}.hero-pro-panel{inset:22px 26px 25px}.hero-pro-float-stock{left:5px}.hero-pro-float-safe{right:5px}}
@media(max-width:650px){.hero-pro-layout{padding:45px 0 102px;gap:14px}.hero-pro-badge{margin-bottom:18px;padding-inline:11px}.hero-pro-badge>span{display:block;line-height:1.35;text-align:right}.hero-pro-badge strong,.hero-pro-badge small{display:block}.hero-pro-badge small{margin-top:2px;font-size:.47rem}.hero-pro h1{font-size:clamp(2.25rem,12.5vw,3.25rem);line-height:1.14}.hero-pro-copy>p{margin:19px auto 25px;font-size:.88rem;line-height:1.95}.hero-pro-actions{display:grid;grid-template-columns:1fr}.hero-pro-actions .button{width:100%;min-height:51px}.hero-pro-benefits{grid-template-columns:1fr 1fr;gap:8px}.hero-pro-benefits>div{min-height:70px}.hero-pro-benefits>div:last-child{grid-column:1/-1}.hero-pro-visual{min-height:485px;margin-top:5px}.hero-pro-panel{inset:22px 0 25px;border-radius:27px}.hero-pro-panel-head{min-height:54px;padding:0 15px}.hero-pro-panel-head small{display:none}.hero-pro-stage{min-height:360px}.hero-pro-ring-ticks{width:310px;height:310px}.hero-pro-ring-main{width:248px;height:248px}.hero-pro-scan{width:265px}.hero-pro-product-wrap{width:190px;height:302px;bottom:3px}.hero-pro-product{height:285px}.hero-pro-halo{width:190px;height:190px}.hero-pro-oil-drop{right:43px;top:20px}.hero-pro-spec{min-width:84px;padding:7px 8px}.hero-pro-spec-sae{right:8px;top:52px}.hero-pro-spec-api{left:8px;top:86px}.hero-pro-spec-tech{right:9px;bottom:42px;min-width:118px}.hero-pro-spec strong{font-size:.77rem}.hero-pro-spec-tech strong{font-size:.57rem}.hero-pro-panel-foot{min-height:68px;padding:9px 12px}.hero-pro-brands img{display:none}.hero-pro-float{padding:9px 10px}.hero-pro-float-stock{top:4px;left:0}.hero-pro-float-safe{right:0;bottom:0}.hero-pro-float small{display:none}.hero-pro-panel::after{font-size:2.4rem;left:10px}}
@media(max-width:390px){.hero-pro-benefits{grid-template-columns:1fr}.hero-pro-benefits>div:last-child{grid-column:auto}.hero-pro-visual{min-height:455px}.hero-pro-panel{inset:17px 0 21px}.hero-pro-stage{min-height:340px}.hero-pro-ring-ticks{width:285px;height:285px}.hero-pro-ring-main{width:225px;height:225px}.hero-pro-product-wrap{height:285px}.hero-pro-product{height:267px}}
@media(prefers-reduced-motion:reduce){.hero-pro-glow,.hero-pro-line,.hero-pro-badge>i,.hero-pro-panel::before,.hero-pro-ring-ticks,.hero-pro-scan,.hero-pro-product-wrap,.hero-pro-halo,.hero-pro-oil-drop,.hero-pro-spec,.hero-pro-float{animation:none!important}.hero-pro-panel{transform:none!important;transition:none!important}}

/* HDF 1.6 — configurable hero slider, WooCommerce categories and brands */
.hero-pro-layout{padding-bottom:78px}
.hero-pro-product-slider{position:relative;width:100%;height:100%;display:block}
.hero-pro-product-slide{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(34px,18px,0) scale(.91) rotate(2deg);filter:blur(5px);transition:opacity .52s ease,transform .68s cubic-bezier(.2,.75,.2,1),filter .52s ease,visibility .52s}
.hero-pro-product-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0) scale(1) rotate(0);filter:none;z-index:2}
.hero-pro-product-slide>a{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;border-radius:22px;outline-offset:6px}
.hero-pro-product-slide .hero-pro-product{max-width:100%;height:365px;transition:filter .3s ease,transform .3s ease}
.hero-pro-product-slide>a:hover .hero-pro-product{filter:drop-shadow(0 36px 34px rgba(0,0,0,.48)) brightness(1.035)}
.hero-pro-panel.is-changing .hero-pro-spec{border-color:rgba(91,151,255,.28);box-shadow:0 12px 32px rgba(0,0,0,.24),0 0 18px rgba(57,116,232,.08)}
.hero-pro-slider-arrows{position:absolute;z-index:10;inset-inline:12px;top:50%;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}
.hero-pro-slider-arrows button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.17);border-radius:12px;background:rgba(3,13,37,.7);color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.24);backdrop-filter:blur(8px);pointer-events:auto;cursor:pointer;transition:.2s}
.hero-pro-slider-arrows button:hover,.hero-pro-slider-arrows button:focus-visible{background:#fff;color:var(--hdf-navy);transform:translateY(-2px)}
.hero-pro-slider-arrows .hdf-icon{width:18px;height:18px}
.hero-pro-slider-foot{grid-template-columns:minmax(0,1fr) auto}
.hero-pro-current-product{min-width:0;line-height:1.4}
.hero-pro-current-product>small{display:block;color:#7f95be;font-size:.48rem;margin-bottom:3px}
.hero-pro-current-product>a{display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;color:#fff}
.hero-pro-current-product b{display:block;max-width:330px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem}
.hero-pro-current-product .hdf-icon{flex:0 0 auto;width:15px;height:15px;color:#ff6478}
.hero-pro-slider-dots{display:flex;align-items:center;direction:ltr;gap:6px}
.hero-pro-slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.25);cursor:pointer;transition:width .25s ease,background .25s ease,box-shadow .25s ease}
.hero-pro-slider-dots button.is-active{width:24px;background:#ff5269;box-shadow:0 0 14px rgba(255,82,105,.45)}
.hero-pro-panel.has-single-slide .hero-pro-slider-arrows,.hero-pro-panel.has-single-slide .hero-pro-slider-dots{display:none}

.quick-categories-home{margin-top:0;padding:42px 0 26px;background:#fff;position:relative;z-index:4}
.home-section-mini-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}
.home-section-mini-heading h2{margin:4px 0 0;font-size:clamp(1.55rem,3vw,2.2rem)}
.quick-category-grid-dynamic{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))}
.quick-category-grid-dynamic .quick-category-card{min-height:126px}
.quick-category-grid-dynamic .quick-category-icon{overflow:hidden}
.quick-category-grid-dynamic .quick-category-icon img{width:100%;height:100%;object-fit:contain;padding:5px;mix-blend-mode:multiply}
.quick-category-grid-dynamic .quick-category-card.has-category-image .quick-category-icon{background:linear-gradient(145deg,#f9faff,#edf1f8)}



.products-section{padding-top:84px}

.brand-showcase{padding:30px 0;border-block:1px solid var(--hdf-line);background:linear-gradient(135deg,#f8f9fc,#eef2f8)}
.brand-showcase-inner{min-height:92px;display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:38px;overflow:visible!important}
.brand-showcase-title{min-width:170px}
.brand-showcase-title .eyebrow{font-size:.6rem;color:var(--hdf-red)}
.brand-showcase-title h2{margin:4px 0 0;font-size:1.3rem;white-space:nowrap}
.brand-showcase-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(94px,1fr));gap:10px}
.brand-showcase-item{min-width:0;height:72px;display:grid;place-items:center;padding:10px;border:1px solid #dfe4ed;border-radius:15px;background:#fff;color:#727e93;box-shadow:0 8px 20px rgba(7,24,63,.04);transition:.23s}
a.brand-showcase-item:hover,a.brand-showcase-item:focus-visible{border-color:#bdc8da;transform:translateY(-4px);box-shadow:0 14px 28px rgba(7,24,63,.1);color:var(--hdf-navy)}
.brand-showcase-item img{display:block;max-width:100%;width:auto;height:48px;object-fit:contain}
.brand-showcase-item b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;letter-spacing:.05em;text-align:center}

@media(max-width:1120px){
  .brand-showcase-inner{grid-template-columns:1fr;gap:18px}.brand-showcase-title{text-align:center}.brand-showcase-list{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .hero-pro-layout{padding-bottom:64px}.quick-categories-home{padding-top:34px}.hero-pro-current-product b{max-width:300px}
}
@media(max-width:650px){
  .hero-pro-layout{padding-bottom:46px}.hero-pro-slider-arrows{inset-inline:5px}.hero-pro-slider-arrows button{width:34px;height:34px;border-radius:10px}.hero-pro-product-slide .hero-pro-product{height:285px}.hero-pro-slider-foot{grid-template-columns:minmax(0,1fr) auto}.hero-pro-current-product b{max-width:190px;font-size:.56rem}.quick-categories-home{padding:30px 0 18px}.home-section-mini-heading{display:block;margin-bottom:16px}.quick-category-grid-dynamic{grid-template-columns:1fr}.products-section{padding-top:66px}.brand-showcase{padding:24px 0}.brand-showcase-title h2{font-size:1.15rem}.brand-showcase-list{grid-template-columns:repeat(2,1fr)}.brand-showcase-item{height:66px}.brand-showcase-item img{height:42px}
}
@media(max-width:390px){
  .hero-pro-current-product b{max-width:150px}.hero-pro-slider-dots{gap:4px}.hero-pro-slider-dots button.is-active{width:18px}
}
@media(prefers-reduced-motion:reduce){
  .hero-pro-product-slide{transition:none!important;transform:none!important;filter:none!important}.hero-pro-slider-dots button,.hero-pro-slider-arrows button,.brand-showcase-item{transition:none!important}
}

/* HDF 1.7 — reliable draggable hero, dynamic WooCommerce specs and thumbnail-only categories */
.hero-pro-spec[hidden]{display:none!important}
.hero-pro-spec-volume{left:20px;bottom:68px;min-width:112px;animation:hdf-pro-card 6.25s ease-in-out infinite .25s reverse}
.hero-pro-spec-extra{left:20px;bottom:68px}
.hero-pro-stage[data-hdf-hero-drag]{touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}
.hero-pro-panel.is-dragging .hero-pro-stage[data-hdf-hero-drag]{cursor:grabbing}
.hero-pro-panel.is-dragging .hero-pro-product-slide.is-active{transform:translate3d(0,0,0) scale(.965);filter:brightness(.98)}
.hero-pro-panel.is-dragging .hero-pro-product-slide>a{pointer-events:none}
.hero-pro-slider-arrows button:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}
.quick-category-grid-dynamic .quick-category-card.no-category-image{grid-template-columns:minmax(0,1fr) 20px}
.quick-category-grid-dynamic .quick-category-card.no-category-image>span:first-child{min-width:0}
@media(max-width:650px){
  .hero-pro-spec-volume,.hero-pro-spec-extra{left:9px;bottom:42px;min-width:92px}
}
@media(prefers-reduced-motion:reduce){
  .hero-pro-spec-volume{animation:none!important}
}


/* HDF 1.7.1 — desktop hero interaction hardening */
.hero-pro-panel{transform:none!important;will-change:auto}
.hero-pro-stage[data-hdf-hero-drag]{touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none;overscroll-behavior:contain}
.hero-pro-panel.is-dragging .hero-pro-stage[data-hdf-hero-drag]{cursor:grabbing}
.hero-pro-slider-arrows,.hero-pro-slider-dots{touch-action:manipulation}
.hero-pro-slider-arrows button,.hero-pro-slider-dots button{touch-action:manipulation}
.hero-pro-product-slide img{user-select:none;-webkit-user-select:none;-webkit-user-drag:none;pointer-events:none}
.hero-pro-ring,.hero-pro-scan,.hero-pro-engine,.hero-pro-halo,.hero-pro-oil-drop,.hero-pro-spec{pointer-events:none}


/* HDF 1.9 — visible commerce controls, coming-soon finder and trust product slider */
.site-header .cart-toggle,.site-header .mobile-search-toggle{color:var(--hdf-navy)!important;background:#fff!important;border-color:#dde3ed!important}
.site-header .cart-toggle:hover,.site-header .mobile-search-toggle:hover{color:var(--hdf-red)!important;background:#f7f9fd!important}
.site-header .cart-toggle .header-action-icon,.site-header .mobile-search-toggle .header-action-icon{display:grid!important;place-items:center!important;color:inherit!important;opacity:1!important;visibility:visible!important}
.site-header .cart-toggle .hdf-icon,.site-header .mobile-search-toggle .hdf-icon{display:block!important;width:23px!important;height:23px!important;min-width:23px!important;stroke:currentColor!important;fill:none!important;opacity:1!important;visibility:visible!important}
@media(min-width:861px){.site-header .mobile-search-toggle{display:none!important}}
@media(max-width:860px){.site-header .mobile-search-toggle,.site-header .cart-toggle{display:flex!important}.site-header .header-actions{display:flex!important;align-items:center!important;flex-wrap:nowrap!important}.site-header .cart-toggle .header-action-copy{display:none!important}}

.finder-coming-section{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 82%,rgba(240,58,79,.36),transparent 28%),linear-gradient(135deg,#07183f,#173774)!important}
.finder-coming-section::before{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.09);border-radius:50%;left:-200px;top:-250px}
.finder-coming-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.finder-coming-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.finder-coming-actions .button-ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.18)}
.finder-coming-card{position:relative;min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px;border:1px solid rgba(255,255,255,.16);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045));box-shadow:0 30px 80px rgba(1,8,25,.3);backdrop-filter:blur(14px);overflow:hidden}
.finder-coming-card>strong{position:relative;z-index:2;color:#ff7184;font:900 .8rem/1 Arial,sans-serif;letter-spacing:.18em}.finder-coming-card>b{position:relative;z-index:2;margin-top:14px;color:#fff;font-size:1.45rem}.finder-coming-card>p{position:relative;z-index:2;max-width:330px;margin:9px 0 0;color:#bfcbea;font-size:.8rem}
.finder-coming-engine{position:relative;z-index:2;width:76px;height:76px;display:grid;place-items:center;margin-bottom:24px;border-radius:24px;background:linear-gradient(145deg,#fff,#dce4f5);color:var(--hdf-navy);box-shadow:0 18px 45px rgba(0,0,0,.25)}.finder-coming-engine .hdf-icon{width:35px;height:35px}
.finder-coming-orbit,.finder-coming-orbit span{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.11)}.finder-coming-orbit{width:330px;height:330px;inset:50% auto auto 50%;transform:translate(-50%,-50%);animation:hdf-coming-spin 22s linear infinite}.finder-coming-orbit span:nth-child(1){inset:38px}.finder-coming-orbit span:nth-child(2){inset:78px;border-style:dashed}.finder-coming-orbit span:nth-child(3){width:12px;height:12px;top:25px;left:50%;background:var(--hdf-red);border:0;box-shadow:0 0 0 8px rgba(240,58,79,.12)}
.finder-coming-progress{position:relative;z-index:2;display:flex;gap:6px;margin-top:24px}.finder-coming-progress i{width:36px;height:4px;border-radius:99px;background:rgba(255,255,255,.15);overflow:hidden}.finder-coming-progress i::after{content:"";display:block;width:100%;height:100%;background:#ff5d72;transform-origin:right;animation:hdf-coming-load 2.4s ease-in-out infinite}.finder-coming-progress i:nth-child(2)::after{animation-delay:.25s}.finder-coming-progress i:nth-child(3)::after{animation-delay:.5s}
@keyframes hdf-coming-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes hdf-coming-load{0%,100%{transform:scaleX(.15);opacity:.35}50%{transform:scaleX(1);opacity:1}}

.trust-product-slider{cursor:grab;user-select:none;touch-action:pan-y}.trust-product-slider.is-dragging{cursor:grabbing}.trust-product-stage{position:absolute;inset:28px 34px 92px;overflow:hidden}.trust-product-slide{position:absolute;inset:0;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateX(28px) scale(.96);transition:opacity .45s ease,transform .55s cubic-bezier(.2,.8,.2,1),visibility .45s}.trust-product-slide.is-active{opacity:1;visibility:visible;transform:none;z-index:2}.trust-product-slide>a{width:100%;height:100%;display:grid;place-items:center;position:relative}.trust-product-slide img{max-width:75%;height:310px;width:auto;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(4,17,47,.2));-webkit-user-drag:none}.trust-product-caption{position:absolute;right:8px;left:8px;bottom:0;display:grid;gap:2px;padding:13px 15px 12px;border:1px solid rgba(255,255,255,.75);border-radius:16px;background:rgba(255,255,255,.86);box-shadow:0 14px 35px rgba(4,17,47,.12);backdrop-filter:blur(12px);text-align:right}.trust-product-caption small{color:var(--hdf-red);font-size:.63rem;font-weight:900}.trust-product-caption strong{color:var(--hdf-ink);font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trust-product-caption span{color:var(--hdf-muted);font-size:.62rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.trust-slider-controls{position:absolute;z-index:8;right:26px;left:26px;bottom:25px;display:flex;align-items:center;justify-content:center;gap:12px}.trust-slider-controls>button{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--hdf-line);border-radius:12px;background:#fff;color:var(--hdf-navy);box-shadow:0 9px 22px rgba(4,17,47,.11)}.trust-slider-controls>button:hover{background:var(--hdf-navy);color:#fff}.trust-slider-controls .hdf-icon{width:17px;height:17px}.trust-slider-dots{display:flex;align-items:center;gap:6px}.trust-slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:20px;background:#b8c0d0;transition:.25s}.trust-slider-dots button.is-active{width:24px;background:var(--hdf-red)}.trust-product-slider .trust-number{z-index:10;pointer-events:none}.trust-product-slider.has-single-slide .trust-slider-controls{display:none}

@media(max-width:860px){.finder-coming-grid{grid-template-columns:1fr;gap:35px}.finder-coming-card{min-height:310px}.trust-product-stage{inset:22px 22px 88px}.trust-product-slide img{height:270px}}
@media(max-width:620px){.finder-coming-card{min-height:290px;padding:30px 18px}.finder-coming-actions{display:grid}.finder-coming-actions .button{width:100%}.finder-coming-orbit{width:280px;height:280px}.trust-product-stage{inset:18px 16px 82px}.trust-product-slide img{height:225px;max-width:70%}.trust-product-caption{right:0;left:0;padding:10px 12px}.trust-slider-controls{right:18px;left:18px;bottom:20px}.trust-product-slider .trust-number{left:12px;bottom:72px;width:125px;padding:12px}.trust-product-slider .trust-number strong{font-size:1.55rem}}
@media(prefers-reduced-motion:reduce){.finder-coming-orbit,.finder-coming-progress i::after{animation:none}.trust-product-slide{transition:none}}
