:root {
  --ink: #101012;
  --ink-soft: #5d5f64;
  --brand: #cd0105;
  --brand-dark: #900003;
  --brand-bright: #ef1117;
  --silver: #bfc0c3;
  --cream: #f3f3f4;
  --sand: #dedfe2;
  --white: #fff;
  --danger: #b9362f;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(23, 33, 27, .09);
  --shell: min(1200px, calc(100% - 32px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid rgba(205, 1, 5, .32); outline-offset: 3px; }
button, input, select, textarea { font: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #dce8e1; background: var(--ink); font-size: .84rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--white); font-weight: 700; }
.site-header { position: relative; z-index: 50; background: var(--white); border-bottom: 1px solid #e9ecea; }
.header-main { min-height: 88px; display: grid; grid-template-columns: 270px minmax(280px, 1fr) auto; align-items: center; gap: 28px; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { display: block; width: auto; max-width: 235px; max-height: 66px; object-fit: contain; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 1.15rem; font-weight: 700; letter-spacing: -.03em; }
.wordmark strong { color: var(--brand); }
.wordmark-mark { display: grid; place-items: center; width: 40px; height: 40px; color: var(--white); background: var(--brand); border-radius: 12px 4px 12px 4px; font-size: 1.35rem; font-weight: 900; }
.header-search form, .header-search .woocommerce-product-search { position: relative; display: flex; margin: 0; }
.header-search input[type="search"] { width: 100%; min-height: 46px; padding: 10px 118px 10px 18px; color: var(--ink); background: #f4f6f4; border: 1px solid transparent; border-radius: 999px; outline: none; }
.header-search input[type="search"]:focus { background: var(--white); border-color: var(--brand); box-shadow: 0 0 0 3px rgba(205, 1, 5, .12); }
.header-search button { position: absolute; inset: 4px 4px 4px auto; min-height: 44px; padding-inline: 20px; color: var(--white); background: var(--brand); border: 0; border-radius: 999px; cursor: pointer; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-actions > a { position: relative; display: grid; place-items: center; min-width: 48px; min-height: 48px; gap: 1px; font-size: 1.1rem; }
.header-action-icon { display: grid; place-items: center; width: 22px; height: 22px; }
.header-action-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.action-label { font-size: .7rem; font-weight: 700; }
.cart-count { position: absolute; top: -5px; right: 0; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 4px; color: var(--white); background: var(--brand); border-radius: 999px; font-size: .68rem; font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid #dfe4e1; border-radius: 10px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }
.primary-nav { background: var(--white); border-top: 1px solid #f0f2f1; }
.primary-menu, .primary-nav .menu { display: flex; align-items: center; gap: 34px; min-height: 52px; margin: 0; padding: 0; list-style: none; }
.primary-menu a, .primary-nav .menu a { display: block; padding: 14px 0; font-size: .92rem; font-weight: 750; }
.primary-menu .sub-menu, .primary-nav .children { position: absolute; min-width: 220px; margin: 0; padding: 10px 18px; visibility: hidden; opacity: 0; background: var(--white); border: 1px solid #e6ebe8; border-radius: 12px; box-shadow: var(--shadow); list-style: none; transform: translateY(8px); transition: .18s ease; }
.primary-menu li, .primary-nav .menu li { position: relative; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu, .primary-nav .menu li:hover > .children, .primary-nav .menu li:focus-within > .children { visibility: visible; opacity: 1; transform: translateY(0); }

.hero { position: relative; overflow: hidden; padding: 72px 0; color: var(--white); background: radial-gradient(circle at 85% 10%, rgba(239, 17, 23, .28), transparent 28%), linear-gradient(125deg, #070708 0%, #19191b 58%, #8e0003 100%); }
.hero::after { content: ""; position: absolute; inset: auto -8vw -220px auto; width: 520px; height: 520px; border: 90px solid rgba(255, 255, 255, .05); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 80px; }
.eyebrow { display: block; margin-bottom: 12px; color: var(--brand); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: #ff5a5e; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p { max-width: 690px; margin: 24px 0 30px; color: #dfebe4; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.2; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { transform: translateY(-2px); }
.button-primary, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { color: var(--white); background: var(--brand); }
.button-primary:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--white); background: var(--brand-dark); }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { color: var(--white); background: var(--brand); }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { color: var(--white); background: var(--brand-dark); }
.button-secondary { color: var(--white); border-color: rgba(255, 255, 255, .45); }
.button-secondary:hover { color: var(--ink); background: var(--white); }
.button-light { color: var(--ink); background: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 28px 0 0; padding: 0; color: #dce8e1; list-style: none; font-size: .86rem; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: #ff5a5e; font-weight: 900; }
.hero-panel { padding: 32px; color: var(--ink); background: rgba(255, 255, 255, .96); border-radius: 28px; box-shadow: 0 30px 70px rgba(0, 0, 0, .22); }
.hero-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid #dde4df; }
.hero-panel-top span { color: var(--ink-soft); font-size: .84rem; }
.hero-panel-top strong { color: var(--brand); font-size: 1.15rem; }
.hero-equipment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 24px 0; }
.hero-equipment-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 14px; background: var(--cream); border: 1px solid transparent; border-radius: 12px; font-weight: 800; font-size: .86rem; transition: border-color .18s ease, transform .18s ease; }
.hero-equipment-list a:hover { color: var(--brand); border-color: rgba(205, 1, 5, .25); transform: translateY(-2px); }
.hero-panel > a { color: var(--brand); font-weight: 900; }

.trust-strip { background: var(--cream); border-bottom: 1px solid var(--sand); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: grid; gap: 2px; padding: 23px 26px; border-right: 1px solid var(--sand); }
.trust-grid > div:first-child { border-left: 1px solid var(--sand); }
.trust-grid strong { font-size: .9rem; }
.trust-grid span { color: var(--ink-soft); font-size: .76rem; }
.section { padding-top: 78px; padding-bottom: 78px; }
.section-muted { background: #f7f8f7; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2, .cta-panel h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.2rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > a { color: var(--brand); font-weight: 850; white-space: nowrap; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { overflow: hidden; background: var(--cream); border: 1px solid #e8e4da; border-radius: var(--radius); transition: transform .18s ease, box-shadow .18s ease; }
.category-card:hover { color: var(--ink); transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--white); }
.category-card > span { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px; }
.category-card small { color: var(--ink-soft); }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 18px; overflow: hidden; background: var(--white); border: 1px solid #e5e9e6; border-radius: var(--radius); transition: transform .18s ease, box-shadow .18s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product a img { width: 100%; margin: 0 0 16px; aspect-ratio: 1 / 1; object-fit: contain; background: #f8f9f8; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 16px; margin-right: 16px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ink); font-size: .96rem; line-height: 1.35; }
.woocommerce ul.products li.product .price { color: var(--brand); font-size: 1rem; font-weight: 900; }
.woocommerce ul.products li.product .price del { color: #89938d; font-size: .8rem; }
.product-card-summary { min-height: 3.2em; margin: 2px 16px 12px; color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.woocommerce ul.products li.product .compare, .woocommerce div.product .compare { display: none !important; }
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale { min-width: 0; min-height: 0; margin: 12px !important; padding: 5px 10px; color: var(--white); background: var(--brand); border-radius: 999px; line-height: 1.2; }
.woocommerce ul.products li.product .button { min-height: 40px; padding: 9px 15px; font-size: .8rem; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 78px; margin-bottom: 78px; padding: 50px; color: var(--white); background: linear-gradient(125deg, var(--brand-dark), var(--brand-bright)); border-radius: 28px; }
.cta-panel .eyebrow { color: var(--white); }
.cta-panel p { max-width: 680px; margin-bottom: 0; color: #dce9e1; }

.commerce-main, .content-layout { padding-top: 58px; padding-bottom: 78px; }
.commerce-main .woocommerce-breadcrumb { color: var(--ink-soft); font-size: .82rem; }
.commerce-main .woocommerce-products-header__title, .page-header h1 { font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.05em; }
.shop-intro { max-width: 780px; margin: 0 0 28px; color: var(--ink-soft); font-size: 1.06rem; }
.shop-intro p { margin: 0; }
.catalogue-nav { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 30px; padding: 14px; background: var(--cream); border: 1px solid var(--sand); border-radius: 16px; }
.catalogue-nav a { padding: 8px 13px; color: var(--ink-soft); background: var(--white); border: 1px solid #e2e7e3; border-radius: 999px; font-size: .8rem; font-weight: 800; }
.catalogue-nav a:hover, .catalogue-nav a.is-current { color: var(--white); background: var(--brand); border-color: var(--brand); }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 50px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product .product_title { font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1.05; }
.woocommerce div.product p.price { color: var(--brand); font-size: 1.5rem; font-weight: 900; }
.product-assurance { margin: 22px 0; padding: 20px; background: var(--cream); border: 1px solid var(--sand); border-radius: 15px; }
.product-assurance > strong { display: block; margin-bottom: 9px; }
.product-assurance ul { display: grid; gap: 5px; margin: 0 0 12px; padding: 0; color: var(--ink-soft); list-style: none; font-size: .88rem; }
.product-assurance li::before { content: "✓"; margin-right: 8px; color: var(--brand); font-weight: 900; }
.product-assurance a { color: var(--brand); font-size: .88rem; font-weight: 850; }
.product-assurance-links { display: flex; flex-wrap: wrap; gap: 7px 16px; }
.woocommerce .quantity .qty { min-height: 46px; border: 1px solid #dfe5e1; border-radius: 10px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--brand); background: var(--cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--brand); }
.woocommerce table.shop_table { border-color: #dfe5e1; border-radius: 14px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 10px 12px; border: 1px solid #d8dfda; border-radius: 9px; }
.page-content { max-width: 940px; margin-inline: auto; }
.page-header { margin-bottom: 34px; padding-bottom: 26px; border-bottom: 1px solid #e4e9e6; }
.page-header h1 { margin: 0; }
.entry-content > * + * { margin-top: 1.25em; }
.entry-content .page-lead { max-width: 800px; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.entry-content h2 { margin-top: 2em; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.03em; }
.entry-content h3 { margin-top: 1.6em; }
.entry-content .vantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.entry-content .vantage-card { margin: 0; padding: 24px; background: var(--cream); border: 1px solid var(--sand); border-radius: var(--radius); }
.entry-content .vantage-card h3 { margin-top: 0; }
.entry-content .vantage-callout { padding: 28px; color: var(--white); background: linear-gradient(125deg, var(--brand-dark), var(--brand)); border-radius: var(--radius); }
.entry-content .vantage-callout h2 { margin-top: 0; }
.entry-content .vantage-callout a { color: var(--white); font-weight: 850; text-decoration: underline; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 18px 20px; background: var(--cream); border: 1px solid var(--sand); border-radius: 14px; }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list details p { margin-bottom: 0; color: var(--ink-soft); }
.wpcf7-form { padding: 26px; background: var(--cream); border: 1px solid var(--sand); border-radius: var(--radius); }
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select { width: 100%; min-height: 48px; padding: 10px 12px; background: var(--white); border: 1px solid #d8dfda; border-radius: 9px; }
.featured-image img { border-radius: var(--radius); }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.entry-card { padding: 26px; background: var(--cream); border-radius: var(--radius); }
.entry-card h2 { margin-top: 0; }
.not-found { min-height: 58vh; display: grid; place-content: center; max-width: 720px; padding-top: 60px; padding-bottom: 60px; text-align: center; }

.site-footer { padding: 68px 0 22px; color: #dce8e1; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; }
.wordmark-light { color: var(--white); }
.footer-logo-link { display: inline-flex; padding: 8px 10px; background: var(--white); border-radius: 12px; }
.footer-logo { display: block; width: auto; max-width: 210px; max-height: 64px; object-fit: contain; }
.footer-grid p { max-width: 480px; color: #aebcb4; }
.footer-grid h2 { color: var(--white); font-size: 1rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li + li { margin-top: 7px; }
.footer-grid a { color: #dce8e1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; color: #8fa198; border-top: 1px solid #304039; font-size: .78rem; }

@media (max-width: 960px) {
  .header-main { grid-template-columns: 1fr auto; min-height: 76px; }
  .header-search { grid-column: 1 / -1; grid-row: 2; padding-bottom: 14px; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; }
  .primary-nav.is-open { display: block; }
  .primary-menu, .primary-nav .menu { display: block; padding: 12px 0 20px; }
  .primary-menu a, .primary-nav .menu a { padding: 10px 0; }
  .primary-menu .sub-menu, .primary-nav .children { position: static; display: block; margin-left: 16px; padding: 0 12px; visibility: visible; opacity: 1; border: 0; box-shadow: none; transform: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .entry-content .vantage-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 22px, 1200px); --radius: 14px; }
  .topbar-inner { justify-content: center; min-height: 34px; }
  .topbar-inner > span { display: none; }
  .header-main { gap: 10px; }
  .wordmark { font-size: 1rem; }
  .wordmark-mark { width: 34px; height: 34px; }
  .header-actions { gap: 7px; }
  .header-actions > a { min-width: 48px; min-height: 48px; }
  .action-label { display: none; }
  .hero { padding: 52px 0; }
  .hero h1 { font-size: 2.7rem; }
  .hero-panel { padding: 22px; }
  .hero-equipment-list { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 15px 4px; border: 0; border-bottom: 1px solid var(--sand); }
  .section { padding-top: 54px; padding-bottom: 54px; }
  .section-heading { display: block; }
  .section-heading > a { display: inline-block; margin-top: 12px; }
  .category-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 10px; margin-right: 10px; }
  .woocommerce ul.products li.product .button { width: calc(100% - 20px); margin-top: 6px; }
  .cta-panel { display: block; margin-top: 54px; margin-bottom: 54px; padding: 32px 24px; }
  .cta-panel .button { margin-top: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: grid; }
  .entry-content .vantage-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
