/*
Theme Name: Balazs Anvil
Theme URI: https://lauden.net
Author: Andrew Lauden
Description: Source-controlled WooCommerce theme for the Balazs Boxing rebuild. Premium classic templates, reusable product components, and no page-builder runtime dependency.
Version: 2.0.0-dev
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: balazs-anvil
*/

:root {
    --ink: #101820;
    --paper: #f5f2ea;
    --warm: #eef1f4;
    --panel: #f4f6f8;
    --blue: #3380c9;
    --blue-dark: #2a6aa8;
    --line: #dfe3e8;
    --muted: #4a4a46;
    --white: #fff;
    --shadow: 0 16px 40px rgba(16, 24, 32, .08);
    --radius: 14px;
    --wrap: 1140px;
}

@font-face {
    font-family: "Chaney Extended";
    src: url("/wp-content/uploads/2026/03/Chaney-Extended-Bold-1.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Public Sans", "Segoe UI", sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }

.entry-content img[src$="/WarrantyTop.webp"] {
    display: block;
    width: min(100%, 386px);
    margin: 0 auto 24px;
}

.entry-content p:has(> img[src$="/WarrantyImg01.webp"]) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
    margin: 32px 0;
}

.entry-content p:has(> img[src$="/WarrantyImg01.webp"]) > img {
    display: block;
    width: 100%;
    max-width: 134px;
    height: auto;
    justify-self: center;
}

@media (max-width: 600px) {
    .entry-content p:has(> img[src$="/WarrantyImg01.webp"]) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }

h1, h2, h3, h4 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    line-height: .98;
    text-transform: uppercase;
}

h1 { font-size: clamp(34px, 5vw, 58px); margin: 0 0 14px; }
h2 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; }
h3 { font-size: clamp(20px, 2.3vw, 27px); margin: 0 0 10px; }
p { margin: 0 0 1rem; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.site-content { min-height: 58vh; }
.site-main { padding: 42px 0 58px; }
.site-breadcrumbs { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.site-breadcrumbs ol { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin: 0; padding: 10px 0; list-style: none; font-size: 13px; font-weight: 800; color: var(--muted); }
.site-breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.site-breadcrumbs li + li::before { content: "/"; color: #9aa3ad; font-weight: 900; }
.site-breadcrumbs a { color: var(--blue-dark); text-decoration: none; }
.site-breadcrumbs a:hover { text-decoration: underline; }
.site-breadcrumbs [aria-current="page"] { color: var(--ink); }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 1000; background: var(--ink); color: #fff; padding: 10px 14px; }
.skip-link:focus { left: 10px; }
.screen-reader-text { position: absolute; clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; width: 1px; }

.btn, .button, button, input[type="submit"], .wc-block-components-button {
    min-height: 46px;
    border-radius: 999px !important;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary, .button, button.single_add_to_cart_button, input[type="submit"], .wc-block-components-button {
    background: var(--ink) !important;
    color: #fff !important;
}

.btn-secondary { background: #fff; color: var(--ink); border: 2px solid var(--ink); }
.btn-sm { min-height: 40px; padding: 9px 16px; font-size: 14px; }
.kicker { display: inline-flex; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--warm); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.stock-pill { display: inline-flex; align-items: center; min-height: 32px; padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .03em; background: #eaf2fb; color: var(--blue-dark); border: 1px solid #cfe4fb; }
.stock-pill.is-limited { background: #fff5e6; color: #925700; border-color: #f2d19b; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.masthead { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.site-brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.site-brand img { max-height: 62px; width: auto; }
.site-brand__mark { width: 86px; height: auto; object-fit: contain; }
.site-brand__wordmark {
    font-family: "Chaney Extended", "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(22px, 2.4vw, 30px);
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: .9;
    display: inline-block;
    text-align: left;
}
.primary-nav { display: flex; justify-content: center; align-items: center; gap: 18px; padding: 0; margin: 0; list-style: none; }
.primary-nav a { font-size: 13px; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: .035em; }
.primary-nav > li > a { white-space: nowrap; }
.primary-nav a:hover { color: var(--blue-dark); }
.header-actions { position: relative; display: flex; align-items: center; gap: 10px; }
.nav-cta { display: none; }
.cart-link { font-weight: 900; text-decoration: none; }
.cart-link span { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 12px; }
.header-search-toggle { width: 40px; min-width: 40px; height: 40px; min-height: 40px; padding: 0; background: #fff !important; border: 1px solid var(--line); color: var(--ink) !important; }
.header-search-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.header-search { position: absolute; top: calc(100% + 12px); right: 0; z-index: 70; display: none; width: min(320px, calc(100vw - 32px)); gap: 8px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
.header-search.is-open { display: flex; }
.header-search input { min-width: 0; flex: 1 1 auto; height: 40px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); font: inherit; }
.header-search input:focus { outline: 3px solid rgba(51, 128, 201, .22); border-color: var(--blue); }
.header-search button[type="submit"] { min-width: auto; min-height: 40px; padding: 8px 12px; font-size: 13px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; background: #fff !important; border: 1px solid var(--line); }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 3px auto; background: var(--ink); }

/* Keep authored page CSS from leaking into the shared site shell. */
.site-header .site-navigation {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.site-header .nav-cta {
    padding: 12px 22px;
    border-radius: 999px;
}
.site-footer .footer-nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    z-index: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

/* Shop-by-Need mega menu */
.site-header { position: relative; }
.primary-nav .has-mega { position: static; }
.primary-nav .has-mega > a::after { content: "\25BE"; font-size: 9px; margin-left: 6px; vertical-align: middle; color: var(--muted); }
.primary-nav .has-mega::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 18px; z-index: 59; }
.mega-menu { display: none; }
.primary-nav .has-mega:hover > .mega-menu,
.primary-nav .has-mega.is-hover > .mega-menu,
.primary-nav .has-mega:focus-within > .mega-menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 2px solid var(--blue);
    box-shadow: var(--shadow);
    z-index: 60;
}
.mega-menu__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px clamp(16px, 4vw, 40px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.mega-link {
    display: block;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    text-decoration: none;
    color: var(--ink);
    transition: border-color .15s ease, transform .15s ease;
}
.mega-link:hover { border-color: var(--blue); transform: translateY(-1px); }
.mega-link__label { display: block; font-weight: 900; text-align: center; text-transform: none; letter-spacing: 0; font-size: 14px; }
.mega-link__desc { display: block; font-size: 12px; color: var(--muted); font-weight: 600; text-align: center; text-transform: none; letter-spacing: 0; margin-top: 3px; }

/* Pillar landing pages */
.pillar-hero__actions { margin: 6px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.pillar-shopall { margin-top: 18px; }
.hub-card--link { display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: var(--ink); transition: border-color .15s ease, transform .15s ease; }
.hub-card--link:hover { border-color: var(--blue); transform: translateY(-2px); }
.hub-card__cta { font-weight: 900; color: var(--blue-dark); }
.route-card--link { text-decoration: none; color: var(--ink); transition: border-color .15s ease, transform .15s ease; }
.route-card--link:hover { border-color: var(--blue); transform: translateY(-2px); }
.route-card__cta { margin-top: auto; font-weight: 900; color: var(--blue-dark); }
.subcategory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.subcategory-card { display: flex; flex-direction: column; gap: 8px; min-height: 180px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; color: var(--ink); text-decoration: none; transition: border-color .15s ease, transform .15s ease; }
.subcategory-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.subcategory-card h3 { margin: 0; }
.subcategory-card p { margin: 0; color: var(--muted); font-weight: 650; }
.subcategory-card__count { align-self: flex-start; border-radius: 999px; background: var(--panel); border: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .04em; padding: 5px 9px; text-transform: uppercase; }
.subcategory-card__cta { margin-top: auto; color: var(--blue-dark); font-weight: 900; }
@media (max-width: 980px) { .subcategory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .subcategory-grid { grid-template-columns: 1fr; } }

/* Speed bag platform spotlights */
.platform-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.platform-card { display: grid; grid-template-columns: 150px 1fr; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px; }
.platform-card__badge { align-self: flex-start; background: var(--blue); color: #fff; display: inline-flex; width: fit-content; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; padding: 4px 9px; border-radius: 999px; }
.platform-card__media { display: block; align-self: start; }
.platform-card__media img { width: 100%; height: auto; border-radius: 12px; background: var(--panel); }
.platform-card__body h3 { margin: 0 0 4px; font-size: 18px; line-height: 1.15; }
.platform-card__body h3 a { text-decoration: none; color: var(--ink); }
.platform-card__price { font-weight: 900; color: var(--blue-dark); margin: 0 0 6px; }
.platform-card__bestfor { color: var(--muted); font-weight: 700; margin: 0 0 8px; }
.platform-card__specs { margin: 0 0 12px; padding-left: 18px; display: grid; gap: 3px; color: var(--muted); font-weight: 600; font-size: 14px; }
.platform-card__actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
@media (max-width: 900px) { .platform-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .platform-card { grid-template-columns: 1fr; } }

/* Speed Bags hub */
.speed-bags-hero {
    background:
        radial-gradient(100% 120% at 100% 0, rgba(51, 128, 201, .16), transparent 58%),
        linear-gradient(180deg, #fff 0%, var(--panel) 100%);
}
.speed-bag-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.speed-bag-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 18px;
}
.speed-bag-feature-card__media { display: grid; place-items: center; background: var(--panel); border-radius: 12px; min-height: 220px; }
.speed-bag-feature-card__media img { display: block; width: 100%; height: auto; object-fit: contain; }
.speed-bag-feature-card__body { display: flex; flex-direction: column; gap: 9px; }
.speed-bag-feature-card__body h3 { margin: 0; font-size: 21px; line-height: 1.12; }
.speed-bag-feature-card__body h3 a { color: var(--ink); text-decoration: none; }
.speed-bag-feature-card__body p { margin: 0; color: var(--muted); font-weight: 650; }
.speed-bag-feature-card__body ul { margin: 0 0 4px 18px; padding: 0; display: grid; gap: 5px; color: var(--muted); font-weight: 650; }
.speed-bag-compare { overflow-x: auto; padding: 0; }
.speed-bag-compare table { width: 100%; min-width: 760px; border-collapse: collapse; }
.speed-bag-compare th,
.speed-bag-compare td { text-align: left; padding: 13px 14px; border: 1px solid var(--line); }
.speed-bag-compare th { background: var(--ink); color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.speed-bag-compare td:first-child { width: 22%; font-weight: 900; background: #fcfaf6; }
.video-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.video-resource-card { display: flex; flex-direction: column; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; color: var(--ink); text-decoration: none; transition: border-color .15s ease, transform .15s ease; }
.video-resource-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.video-resource-card h3 { margin: 0; }
.video-resource-card p { margin: 0; color: var(--muted); font-weight: 650; }
.video-resource-card span { margin-top: auto; color: var(--blue-dark); font-weight: 900; }
@media (max-width: 900px) { .speed-bag-feature-grid, .video-resource-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .speed-bag-feature-card { grid-template-columns: 1fr; } }

.hero-panel, .shop-hero, .entry-hero { padding: 42px 0; background: linear-gradient(180deg, #fff 0%, var(--panel) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.hero-copy, .hero-media, .content-card, .product-card, .panel, .review-form-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-copy { padding: clamp(22px, 4vw, 34px); }
.hero-copy .lead, .section-heading p, .entry-summary { color: var(--muted); font-weight: 600; }
.hero-media { display: grid; place-items: center; min-height: 300px; overflow: hidden; background: var(--panel); }
.home-v2-hero {
    background:
        radial-gradient(circle at 92% 8%, rgba(51, 128, 201, .18), transparent 48%),
        radial-gradient(circle at 2% 92%, rgba(16, 24, 32, .10), transparent 52%),
        linear-gradient(180deg, #fff 0%, var(--panel) 100%);
}
.hero-grid--v2 { grid-template-columns: 1.2fr .8fr; }
.hero-copy--v2 {
    position: relative;
    overflow: hidden;
    animation: balazsFadeUp .5s ease-out both;
}
.hero-copy--v2::after {
    content: "";
    position: absolute;
    inset: auto -52px -52px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(51, 128, 201, .22), rgba(51, 128, 201, 0));
    pointer-events: none;
}
.hero-media--v2 {
    align-content: start;
    gap: 14px;
    padding: 24px;
    animation: balazsFadeUp .6s ease-out both;
}
.hero-media--v2 h2 {
    margin: 0;
    font-size: clamp(22px, 2.1vw, 30px);
}
.hero-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.hero-quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    gap: 10px;
}
.hero-quick-links a {
    display: block;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    padding: 11px 14px;
    transition: transform .15s ease, border-color .15s ease;
}
.hero-quick-links a:hover {
    border-color: var(--blue);
    transform: translateX(2px);
}
.launchpad {
    background: linear-gradient(180deg, rgba(245, 242, 234, .8) 0%, rgba(245, 242, 234, .2) 100%);
}
.launchpad-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.route-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: balazsFadeUp .55s ease-out both;
}
.route-card__thumb {
    margin: 0 0 6px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.route-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}
.route-card:nth-child(2) { animation-delay: .05s; }
.route-card:nth-child(3) { animation-delay: .1s; }
.route-card:nth-child(4) { animation-delay: .15s; }
.route-card:nth-child(5) { animation-delay: .2s; }
.route-card:nth-child(6) { animation-delay: .25s; }
.route-card h3 { margin: 0; }
.route-card p { color: var(--muted); margin: 0; }

.content-hub .entry-hero .lead {
    max-width: 760px;
    color: var(--muted);
    font-weight: 600;
}
.hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.hub-card, .hub-content-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px;
}
.hub-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hub-card h3 {
    margin: 0;
}
.hub-card p {
    margin: 0;
    color: var(--muted);
}
.commercial-system-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.commercial-system-card { overflow: hidden; }
.commercial-system-card .hub-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    margin: -20px -20px 6px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: #f4f6f8;
}
.commercial-system-card .hub-card__media img { display: block; width: 100%; height: 100%; }
.commercial-system-card .hub-card__media--cover img { object-fit: cover; }
.commercial-system-card .hub-card__media--contain img { object-fit: contain; padding: 14px; }
.commercial-system-card > .btn { align-self: flex-start; margin-top: auto; }
.commercial-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.commercial-product-card { overflow: hidden; }
.commercial-product-card .hub-card__media { display: flex; align-items: center; justify-content: center; height: 260px; margin: -20px -20px 6px; border-bottom: 1px solid var(--line); background: #f4f6f8; }
.commercial-product-card .hub-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.commercial-product-card__sku { font-size: 13px; font-weight: 800; text-transform: uppercase; }
.commercial-product-card__price { color: var(--ink) !important; font-size: 18px; font-weight: 900; }
.commercial-product-card > .btn { align-self: flex-start; margin-top: auto; }
@media (max-width: 960px) {
    .commercial-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .commercial-system-grid { grid-template-columns: 1fr; }
    .commercial-product-grid { grid-template-columns: 1fr; }
    .commercial-system-card .hub-card__media { height: 210px; }
}
.pillar-features .hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.pillar-features .hub-card {
    padding: 16px;
    gap: 8px;
}
.pillar-features .hub-card h3 {
    font-size: clamp(18px, 1.75vw, 23px);
    line-height: 1.05;
}
.pillar-features .hub-card p {
    font-size: 14px;
    line-height: 1.45;
}
.pillar-features--compact .hub-grid {
    gap: 12px;
}
.pillar-features--compact .hub-card {
    padding: 14px 15px;
}
.pillar-features--compact .hub-card h3 {
    font-size: clamp(17px, 1.55vw, 21px);
}
.pillar-features--compact .hub-card p {
    font-size: 13px;
    line-height: 1.4;
}
.hub-card__list {
    display: grid;
    gap: 8px;
}
.hub-card__list a {
    font-weight: 800;
}
.contact-card {
    max-width: 920px;
}
.contact-card form { display: grid; gap: 12px; max-width: 720px; }
.contact-card form input,
.contact-card form textarea { width: 100%; border: 1px solid #aab2bf; border-radius: 8px; background: #fff; color: var(--ink); padding: 12px 14px; font: inherit; line-height: 1.35; box-sizing: border-box; }
.contact-card form input { min-height: 48px; }
.contact-card form textarea { min-height: 170px; resize: vertical; }
.contact-card form input:focus,
.contact-card form textarea:focus { outline: 3px solid rgba(51, 128, 201, .22); border-color: var(--blue); }
.contact-card form button,
.contact-card form input[type="submit"] { justify-self: start; min-width: 180px; }

@keyframes balazsFadeUp {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.section { padding: 52px 0; }
.section-heading { max-width: 820px; margin-bottom: 22px; }
.section-heading .kicker { margin-bottom: 10px; }

.article-grid, .product-grid, .category-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.content-card { padding: 22px; }
.article-card__media { display: block; margin: -22px -22px 18px; overflow: hidden; background: var(--panel); aspect-ratio: 16 / 9; }
.article-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.content-card .entry-title { font-size: clamp(24px, 3vw, 34px); }
.content-card .entry-title a { text-decoration: none; }
.product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; }
.product-ribbon { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 10px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.product-card__media { min-height: 218px; padding: 18px; display: grid; place-items: center; background: var(--panel); text-decoration: none; }
.product-card__media img { max-height: 190px; object-fit: contain; }
.product-card__body { padding: 18px; display: flex; flex: 1; flex-direction: column; gap: 12px; }
.product-card h3 a { text-decoration: none; }
.product-card__excerpt { color: var(--muted); margin: 0; }
.product-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.product-price { font-family: "Oswald", "Arial Narrow", sans-serif; font-size: 24px; line-height: 1; }
.category-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; box-shadow: var(--shadow); }
.category-card:hover { border-color: var(--blue); transform: translateY(-1px); }

.woocommerce div.product { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 34px; align-items: start; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto !important; float: none !important; }
.woocommerce div.product .summary { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.woocommerce div.product .product_title { font-size: clamp(34px, 5vw, 54px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-family: "Oswald", "Arial Narrow", sans-serif; font-size: clamp(30px, 4vw, 42px); }
.woocommerce-product-details__short-description { color: var(--muted); font-weight: 600; }
.woocommerce-tabs, .related.products, .balazs-reviews { grid-column: 1 / -1; margin-top: 34px; }
.woocommerce-tabs .panel, .woocommerce-Tabs-panel { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.balazs-reviews { padding: 34px; background: var(--panel); border-radius: var(--radius); }
.balazs-reviews .glsr, .review-form-panel { margin-top: 18px; }
.review-form-panel { padding: 22px; box-shadow: none; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0; margin: 0; list-style: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; clear: none !important; list-style: none; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { content: none !important; display: none !important; }
.woocommerce-result-count, .woocommerce-ordering { margin-bottom: 20px; }
.catalog-toolbar { display: flex; justify-content: flex-end; margin-bottom: 20px; }
.woocommerce .catalog-toolbar .woocommerce-ordering { float: none; margin: 0; max-width: 100%; }
.catalog-toolbar .orderby { max-width: 100%; }
.woocommerce-breadcrumb { color: var(--muted); font-size: 13px; font-weight: 700; }

/* Express Your Power category landing */
.eyp-landing .shop-hero { padding: clamp(26px, 3vw, 36px) 0; }
.eyp-landing .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); }
.eyp-landing .hero-copy { padding: clamp(20px, 2.5vw, 26px); }
.eyp-landing .hero-copy h1 { max-width: 15ch; margin-bottom: 8px; font-size: clamp(32px, 2.7vw, 38px); line-height: 1; }
.eyp-story-copy { color: var(--muted); font-size: 12px; font-weight: 600; }
.eyp-story-copy p { margin: 0 0 6px; line-height: 1.38; }
.eyp-story-copy p:first-child { color: var(--ink); }
.eyp-story-copy a { color: var(--blue-dark); font-weight: 900; }
.eyp-landing .hero-media { min-height: 0; padding: clamp(22px, 3vw, 30px); text-align: left; }
.eyp-landing .hero-media h2 { max-width: 14ch; margin: 0; font-size: clamp(25px, 2.2vw, 32px); }
.eyp-landing .product-grid { align-items: stretch; }
.eyp-landing .product-card { height: 100%; }
.eyp-landing .woocommerce-ordering,
.eyp-landing .woocommerce-result-count { display: none; }
.eyp-content-panel { max-width: 860px; margin: 52px auto 0; padding: clamp(24px, 4vw, 36px); border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.eyp-content-panel h2 { margin: 10px 0 12px; }
.eyp-content-panel p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.eyp-commitment { background: #f7f9fb; }
@media (max-width: 980px) {
    .eyp-landing .hero-grid { grid-template-columns: 1fr; }
    .eyp-landing .hero-media { min-height: 190px; }
}
@media (max-width: 600px) {
    .eyp-landing .hero-copy h1 { max-width: none; font-size: 36px; }
    .eyp-story-copy { font-size: 14px; }
}

.site-footer { background: var(--ink); color: #fff; padding: 48px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr)) 1.2fr; gap: 24px; }
.footer-contact__phone a { font-weight: 700; font-size: 18px; }
.footer-brand p, .footer-contact p { color: rgba(255, 255, 255, .78); }
.footer-nav { display: grid; gap: 8px; align-content: start; }
.footer-nav a, .footer-contact a { color: #fff; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .72); font-size: 13px; }
.footer-payments { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 12px; margin-top: 26px; color: rgba(255, 255, 255, .72); font-size: 13px; font-weight: 700; }
.footer-payments__label { text-transform: uppercase; letter-spacing: .07em; color: rgba(255, 255, 255, .55); }
.footer-payments__methods { color: #fff; }
.sitemap-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.sitemap-group h3 { margin: 0 0 10px; font-size: 17px; }
.sitemap-group ul, .sitemap-inline { list-style: none; margin: 0; padding: 0; }
.sitemap-group li { padding: 4px 0; }
.sitemap-group a, .sitemap-inline a { color: var(--blue-dark); text-decoration: none; }
.sitemap-group a:hover, .sitemap-inline a:hover { text-decoration: underline; }
.sitemap-inline { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.pillar-seo-copy h3, .pillar-seo-copy h4 { margin-top: 26px; }
/* Keep legacy Elementor font-icon SVGs from rendering full-size in page content */
.e-font-icon-svg { width: 1em; height: 1em; display: inline-block; vertical-align: -0.125em; fill: currentColor; }
.contact-card svg[aria-hidden="true"] { display: block; width: 32px; height: auto; max-width: 100%; margin-bottom: 12px; }

/* ===== Bespoke single product ===== */
.woocommerce div.product.balazs-product,
.woocommerce-page div.product.balazs-product {
    display: block;
}
.balazs-product { padding: 6px 0 8px; }
.woocommerce div.product.balazs-product .balazs-product__top,
.woocommerce-page div.product.balazs-product .balazs-product__top {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(20px, 4vw, 48px);
    align-items: start;
    clear: both;
}
.woocommerce div.product.balazs-product .balazs-product__gallery,
.woocommerce div.product.balazs-product .balazs-product__summary,
.woocommerce-page div.product.balazs-product .balazs-product__gallery,
.woocommerce-page div.product.balazs-product .balazs-product__summary {
    float: none;
    width: auto;
    clear: none;
    margin: 0;
}
.woocommerce div.product.balazs-product .woocommerce-product-gallery,
.woocommerce-page div.product.balazs-product .woocommerce-product-gallery {
    float: none;
    width: 100%;
    margin: 0;
}
.balazs-product__gallery .onsale {
    position: absolute;
    z-index: 2;
}
.balazs-gallery {
    display: grid;
    gap: 14px;
}
.balazs-gallery__main {
    display: grid;
    place-items: center;
    min-height: clamp(340px, 45vw, 540px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.balazs-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 540px;
    object-fit: contain;
}
.balazs-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
.balazs-gallery__thumb {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    padding: 6px;
    background: #fff;
    border: 1px solid var(--line);
    /* Thumbs are <button>s, so the global pill-button radius (999px !important) would win. */
    border-radius: 10px !important;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .15s ease, transform .15s ease;
}
.balazs-gallery__thumb:hover,
.balazs-gallery__thumb.is-active {
    border-color: var(--blue);
}
.balazs-gallery__thumb:hover {
    transform: translateY(-1px);
}
.balazs-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    /* WooCommerce's own `.woocommerce img{height:auto}` ties on specificity and loads later. */
    max-height: 100%;
    object-fit: contain;
    /* Grid items default to min-height:auto, which let the image outgrow the thumb box. */
    min-width: 0;
    min-height: 0;
}
.balazs-product__summary .product_title { margin: 0 0 8px; }
.balazs-product__summary .price { display: block; color: var(--blue-dark); font-size: 26px; font-weight: 900; margin: 4px 0 14px; }
.balazs-product__summary .price del { color: var(--muted); font-weight: 700; font-size: 18px; margin-right: 8px; }
.balazs-product__summary .woocommerce-product-details__short-description { color: var(--muted); font-weight: 600; }
.balazs-product__assurances { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.balazs-product__assurances li { position: relative; padding-left: 24px; font-weight: 700; font-size: 14px; color: var(--muted); }
.balazs-product__assurances li::before { content: "\2713"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }

/* WooCommerce ships the variation select and quantity field unstyled at the 13px browser default. */
.balazs-product__summary .variations select,
.balazs-product__summary .quantity input.qty {
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    min-height: 46px;
    padding: 8px 12px;
}
.balazs-product__summary .variations select { width: 100%; max-width: 320px; }
.balazs-product__summary .quantity input.qty { width: 84px; text-align: center; }
.balazs-product__assurances a { color: var(--blue-dark); font-weight: 800; }
.ibox-stock-line { margin: 0 0 12px; color: #16733a; font-size: 15px; font-weight: 900; }
.ibox-trust-badges { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 16px 0; padding: 0; list-style: none; }
.ibox-trust-badges li { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 10px 6px; border: 1px solid var(--line); border-radius: 10px; background: #f7f9fb; color: var(--ink); font-size: 11px; font-weight: 900; line-height: 1.2; text-align: center; }
.ibox-trust-badges__icon { font-size: 32px; line-height: 1; }
.ibox-trust-badges--purchase { margin: 12px 0 16px; }
.speed-platform-trust { padding-top: 30px; padding-bottom: 0; }
.speed-platform-trust .ibox-trust-badges { max-width: 900px; margin: 0 auto; }
.speed-platform-intro-list { max-width: 960px; }
.ibox-mobile-cart { display: none; }
.balazs-product__details { max-width: 960px; margin: clamp(28px, 5vw, 48px) 0 0; clear: both; }
.balazs-acc { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: #fff; }
.balazs-acc > summary { cursor: pointer; padding: 15px 18px; font-weight: 900; font-size: 16px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.balazs-acc > summary::-webkit-details-marker { display: none; }
.balazs-acc > summary::after { content: "+"; font-size: 22px; line-height: 1; color: var(--blue); font-weight: 700; }
.balazs-acc[open] > summary::after { content: "\2013"; }
.balazs-acc__body { padding: 0 18px 18px; }
.balazs-acc__body > :first-child { margin-top: 0; }
.balazs-acc__body :is(p, ul, ol) { margin: 0 0 12px; line-height: 1.6; }
.balazs-acc__body table { width: 100%; border-collapse: collapse; }
.balazs-acc__body th, .balazs-acc__body td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
.balazs-product__reviews { margin: clamp(30px, 6vw, 56px) 0 0; scroll-margin-top: 90px; clear: both; }
.balazs-reviews-form { max-width: 960px; margin-top: 14px; }
.balazs-product-story {
    margin: clamp(34px, 6vw, 64px) 0 0;
    display: grid;
    gap: 22px;
    clear: both;
}
.balazs-story-hero,
.balazs-story-panel,
.balazs-story-cta {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.balazs-story-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
    gap: 22px;
    align-items: center;
    padding: clamp(22px, 4vw, 34px);
    background:
        radial-gradient(100% 120% at 100% 0, rgba(51, 128, 201, .16), transparent 58%),
        #fff;
}
.balazs-story-hero h2,
.balazs-story-panel h3,
.balazs-story-faq h3,
.balazs-story-cta h3 { margin: 8px 0 10px; }
.balazs-story-hero p,
.balazs-story-panel p,
.balazs-story-cta p { color: var(--muted); font-weight: 650; margin: 0; line-height: 1.55; }
.balazs-story-badges { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.balazs-story-badges span {
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--panel);
    border: 1px solid var(--line);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.balazs-story-panel { padding: 20px; }
.balazs-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.balazs-story-panel ul { margin: 12px 0 0 18px; padding: 0; display: grid; gap: 7px; color: var(--muted); font-weight: 650; }
.balazs-story-comp { overflow-x: auto; padding: 0; }
.balazs-story-comp table { width: 100%; min-width: 720px; border-collapse: collapse; }
.balazs-story-comp th,
.balazs-story-comp td { padding: 13px 14px; text-align: left; border-bottom: 1px solid var(--line); }
.balazs-story-comp th { background: var(--ink); color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.balazs-story-comp td:first-child { font-weight: 900; background: #fcfaf6; }
.balazs-story-comp .is-check { color: var(--blue-dark); font-weight: 900; }
.ibox-comparison > h3 { padding: 20px 20px 8px; }
.balazs-story-panel blockquote { margin: 14px 0 0; padding: 0 0 0 14px; border-left: 3px solid var(--blue); }
.balazs-story-panel blockquote p { color: var(--ink); font-weight: 750; }
.balazs-story-panel cite { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; font-style: normal; font-weight: 800; }
.balazs-story-video { position: relative; display: block; overflow: hidden; margin-top: 14px; border-radius: 12px; background: #111; }
.balazs-story-video img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.balazs-story-video span { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 10px 14px; border-radius: 999px; background: rgba(51, 128, 201, .94); color: #fff; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; }
.balazs-story-faq { display: grid; gap: 8px; }
.balazs-story-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(22px, 4vw, 34px);
    background: var(--ink);
    color: #fff;
}
.balazs-story-cta p { color: rgba(255, 255, 255, .78); }
.balazs-story-cta .btn { flex: 0 0 auto; }
@media (max-width: 860px) {
    .woocommerce div.product.balazs-product .balazs-product__top,
    .woocommerce-page div.product.balazs-product .balazs-product__top { grid-template-columns: 1fr; }
    .balazs-story-hero,
    .balazs-story-grid { grid-template-columns: 1fr; }
    .balazs-story-badges { justify-content: flex-start; }
    .balazs-story-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
    .ibox-trust-badges { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ibox-trust-badges li:nth-child(n+4) { grid-column: span 1; }
    .ibox-comparison { overflow: visible; }
    .ibox-comparison table, .ibox-comparison tbody, .ibox-comparison tr, .ibox-comparison td { display: block; min-width: 0; width: 100%; }
    .ibox-comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
    .ibox-comparison tr { padding: 10px 14px; border-top: 1px solid var(--line); }
    .ibox-comparison td { display: grid; grid-template-columns: minmax(110px, .8fr) minmax(0, 1.2fr); gap: 12px; padding: 7px 0; border: 0; }
    .ibox-comparison td::before { content: attr(data-label); font-size: 12px; font-weight: 900; text-transform: uppercase; }
    .ibox-mobile-cart.is-visible { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 12px; align-items: center; padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(16, 24, 32, .16); }
    .ibox-mobile-cart__product { overflow: hidden; font-size: 12px; font-weight: 900; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
    .ibox-mobile-cart__price { grid-column: 1; color: var(--blue-dark); font-size: 15px; font-weight: 900; }
    .ibox-mobile-cart__button { grid-column: 2; grid-row: 1 / span 2; min-height: 46px; padding: 10px 16px; white-space: nowrap; }
}

/* ===== Homepage (rebuilt: dark industrial hero) ===== */
.home-hero { position: relative; overflow: hidden; background: #0c1218; color: #fff; padding: clamp(24px, 4.5vw, 56px) 0; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 86% 6%, rgba(51, 128, 201, .40), transparent 55%), radial-gradient(90% 90% at 4% 100%, rgba(51, 128, 201, .14), transparent 52%); pointer-events: none; }
.home-hero::after { content: ""; position: absolute; inset: 0; 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: 46px 46px; -webkit-mask-image: radial-gradient(circle at 72% 34%, #000, transparent 78%); mask-image: radial-gradient(circle at 72% 34%, #000, transparent 78%); opacity: .6; pointer-events: none; }
.home-hero__grid { position: relative; display: grid; grid-template-columns: 1.26fr .74fr; gap: clamp(24px, 5vw, 56px); align-items: stretch; }
.home-hero__eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: #d6e8fa; margin-bottom: 16px; animation: balazsFadeUp .5s ease-out both; }
.home-hero__title { font-family: "Oswald", "Arial Narrow", sans-serif; text-transform: uppercase; font-size: clamp(32px, 5.6vw, 62px); line-height: .94; letter-spacing: .015em; margin: 0 0 12px; animation: balazsFadeUp .55s ease-out both; }
.home-hero__title em { color: #eaf4ff; font-style: normal; }
.home-hero__lead { max-width: 46ch; font-size: clamp(15px, 1.35vw, 17px); line-height: 1.5; color: rgba(255, 255, 255, .8); font-weight: 600; margin: 0 0 18px; animation: balazsFadeUp .6s ease-out both; }
.home-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; animation: balazsFadeUp .66s ease-out both; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost:hover { border-color: var(--blue-dark); background: rgba(51, 128, 201, .08); color: var(--blue-dark); }
.home-hero .btn-ghost,
.commercial-band .btn-ghost,
.pillar-cta-band .btn-ghost,
.ut-detail .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .45); }
.home-hero .btn-ghost:hover,
.commercial-band .btn-ghost:hover,
.pillar-cta-band .btn-ghost:hover,
.ut-detail .btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .10); color: #fff; }
.home-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; margin: 0; padding: 0; animation: balazsFadeUp .72s ease-out both; }
.home-hero__trust li { position: relative; padding-left: 20px; font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, .78); }
.home-hero__trust li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(51, 128, 201, .22); }
.home-hero__media { animation: balazsFadeUp .74s ease-out both; display: flex; min-height: 100%; }
.flagship { position: relative; background: linear-gradient(180deg, #fff, #e9eef3); border-radius: 18px; padding: 20px; box-shadow: 0 26px 48px -26px rgba(0, 0, 0, .55); transform: none; transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; width: 100%; min-height: 100%; }
.flagship:hover { transform: translateY(-2px); box-shadow: 0 30px 54px -28px rgba(0, 0, 0, .6); }
.flagship__tag { position: absolute; top: 15px; left: 15px; z-index: 2; background: var(--blue); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; padding: 5px 11px; border-radius: 999px; }
.flagship img { width: 86%; height: auto; max-height: 440px; min-height: 0; object-fit: contain; border-radius: 12px; display: block; flex: 1 1 auto; margin: 0 auto; }
.flagship--photo { padding: 0; overflow: hidden; }
.flagship--photo img { width: 100%; height: 100%; max-height: none; min-height: 300px; object-fit: cover; border-radius: 0; margin: 0; }
.flagship--photo .flagship__link { margin: 0; padding: 14px 18px; background: #fff; }
.flagship__link { display: inline-block; margin-top: 12px; font-weight: 900; color: var(--blue-dark); text-decoration: none; }
.flagship__link:hover { text-decoration: underline; }
.why-balazs { background: var(--panel); }
.commercial-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: #101820; color: #fff; border-radius: var(--radius); padding: clamp(26px, 4vw, 42px); background-image: radial-gradient(120% 140% at 100% 0, rgba(51, 128, 201, .38), transparent 55%); }
.commercial-band h2 { margin: 6px 0; }
.commercial-band p { color: rgba(255, 255, 255, .82); margin: 0; max-width: 54ch; }
.commercial-band .kicker { color: #d6e8fa; }
@media (max-width: 900px) {
    .home-hero__grid { grid-template-columns: 1fr; }
    .home-hero__media { max-width: 380px; }
    .commercial-band { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 980px) {
    .masthead { grid-template-columns: auto 1fr auto; }
    .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; order: 3; }
    .site-header .site-navigation { grid-column: 1 / -1; display: none; padding: 0 0 16px; order: 4; }
    .site-header .site-navigation.is-open { display: block; }
    .primary-nav { align-items: stretch; flex-direction: column; gap: 0; }
    .primary-nav a { display: block; padding: 13px 0; border-top: 1px solid var(--line); }
    .primary-nav > li > a { white-space: normal; }
    .primary-nav .has-mega > a::after { display: none; }
    .mega-menu { display: block; position: static; box-shadow: none; border-top: 0; }
    .mega-menu__inner { grid-template-columns: 1fr; padding: 4px 0 10px 12px; gap: 6px; }
    .primary-nav .mega-link { border: 0; border-radius: 0; padding: 12px 0 12px 6px; }
    .mega-link__desc { display: none; }
    .header-actions { justify-self: end; order: 2; }
    .nav-cta { display: block; margin-top: 12px; text-align: center; }
    .hero-grid, .woocommerce div.product { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sitemap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-grid, .product-grid, .category-card-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .launchpad-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hub-grid { grid-template-columns: 1fr; }
    .pillar-features .hub-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .masthead { min-height: 68px; gap: 12px; }
    .site-brand__mark { width: 76px; }
    .site-brand__wordmark { display: none; }
    .header-actions .btn { display: none; }
    .header-search-toggle { width: 38px; min-width: 38px; height: 38px; min-height: 38px; }
    .header-search { position: fixed; top: 76px; right: 16px; width: calc(100vw - 32px); }
    .footer-grid { grid-template-columns: 1fr; }
    .sitemap-grid { grid-template-columns: 1fr; }
    .article-grid, .product-grid, .category-card-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
    .launchpad-grid { grid-template-columns: 1fr; }
    .hero-panel, .shop-hero, .entry-hero { padding: 30px 0; }
    .site-main { padding: 30px 0 44px; }
    .balazs-reviews { padding: 22px; }
}

/* Pillar / category landing enhancements (split hero, why, choose, FAQ, CTA band) */
.pillar-hero--split { padding: 48px 0; }
.pillar-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.pillar-hero__media { border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.pillar-hero__media img { display: block; width: 100%; height: 100%; max-height: 420px; object-fit: contain; padding: 18px; }
.pillar-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 4px; }
.pillar-badge { display: inline-block; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; }
.pillar-why__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(22px, 4vw, 44px); align-items: start; }
.pillar-why__copy h2 { margin: 8px 0 12px; }
.pillar-why__copy .lead { color: var(--muted); font-weight: 600; }
.pillar-why__panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 30px); box-shadow: var(--shadow); }
.pillar-checklist { list-style: none; margin: 0; padding: 0; }
.pillar-checklist li { position: relative; padding: 10px 0 10px 30px; border-top: 1px solid var(--line); font-weight: 600; }
.pillar-checklist li:first-child { border-top: 0; }
.pillar-checklist li::before { content: "\2713"; position: absolute; left: 2px; top: 10px; color: var(--blue); font-weight: 800; }
.pillar-faq__list { max-width: 860px; }
.pillar-faq__list details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 20px; margin-bottom: 12px; }
.pillar-faq__list summary { cursor: pointer; padding: 16px 0; font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .02em; font-weight: 600; list-style: none; position: relative; padding-right: 30px; }
.pillar-faq__list summary::-webkit-details-marker { display: none; }
.pillar-faq__list summary::after { content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 22px; font-weight: 700; }
.pillar-faq__list details[open] summary::after { content: "\2212"; }
.pillar-faq__list details p { margin: 0 0 16px; color: var(--muted); }
.pillar-cta-band { background: #101820; color: #fff; border-radius: var(--radius); padding: clamp(28px, 5vw, 48px); text-align: center; background-image: radial-gradient(120% 140% at 100% 0, rgba(51, 128, 201, .38), transparent 55%); }
.pillar-cta-band .kicker { color: #fff; background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .55); }
.pillar-cta-band h2 { margin: 8px 0 10px; color: #fff; }
.pillar-cta-band p { color: rgba(255, 255, 255, .82); max-width: 60ch; margin: 0 auto 6px; }
.pillar-cta-band__actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.pillar-cta-band__note { font-size: 13px; color: rgba(255, 255, 255, .6); }
.pillar-cta-band .btn-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; padding: 12px 22px; font-weight: 700; }
.pillar-cta-band .btn-ghost:hover { border-color: #fff; }

@media (max-width: 900px) {
    .pillar-hero__grid, .pillar-why__grid { grid-template-columns: 1fr; }
    .pillar-hero__media { max-width: 460px; }
    .pillar-hero__media img { max-height: 320px; }
}

/* Mobile overflow fixes: constrain decorative pseudo-elements and ensure viewport fit */
@media (max-width: 640px) {
    html, body { overflow-x: hidden; }
    .hero-copy--v2::after { display: none; }
    .hero-copy--v2 { overflow: visible; }
    .wrap { padding: 0 16px; }
    img { max-width: 100%; }
    table { width: 100%; table-layout: auto; }
    .speed-bag-compare, .balazs-story-comp { margin: 0 -16px; }
}

/* ---- Ultra-Grid page ---- */
.ug-proof__grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.ug-figure { margin: 0; }
.ug-figure img { width: 100%; height: auto; border-radius: 10px; display: block; }
.ug-figure figcaption { margin-top: 10px; font-size: 14px; color: #5a6472; line-height: 1.45; }


.ug-note { margin-top: 20px; }

.ug-sizing table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.ug-sizing th, .ug-sizing td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
.ug-sizing thead th { background: var(--panel); border-bottom-width: 2px; font-weight: 700; }
.ug-sizing th:first-child { width: 42%; }
.ug-sizing tbody th { font-weight: 600; }

.ug-compare__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ug-compare table { width: 100%; min-width: 860px; border-collapse: collapse; }
.ug-compare th, .ug-compare td { padding: 12px 14px; border-bottom: 1px solid #d5dae2; text-align: left; vertical-align: top; font-size: 15px; line-height: 1.4; }
.ug-compare thead th { border-bottom-width: 2px; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.ug-compare tbody th { font-weight: 700; }
.ug-compare tbody tr.is-current { background: #f0f5fb; }

.ug-reassurance .bcr-reassurance { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* Photographic hero, not a product cut-out: fill the panel instead of letterboxing on white. */
.pillar-page--ultra-grid .pillar-hero__media img { max-height: none; object-fit: cover; padding: 0; aspect-ratio: 4 / 5; }
@media (max-width: 900px) {
    .pillar-page--ultra-grid .pillar-hero__media img { max-height: 420px; aspect-ratio: 3 / 2; }
}
.ug-figure img { aspect-ratio: 4 / 3; object-fit: cover; }

/* ---- Placeholder slots (shared) ---- */
/* Sized to the final asset so layout does not shift when real content lands. */
.ph-slot { display: flex; align-items: center; justify-content: center; padding: 20px; border: 2px dashed #aab2bf; border-radius: 10px; background: repeating-linear-gradient(45deg, #f4f6f9, #f4f6f9 12px, #eef1f6 12px, #eef1f6 24px); text-align: center; }
.ph-slot span { font-size: 14px; font-weight: 600; color: #5a6472; letter-spacing: .02em; }
.ph-slot--wide { aspect-ratio: 16 / 6; margin-top: 28px; }
.ph-slot--square { aspect-ratio: 1 / 1; }
.ph-slot--card { aspect-ratio: 4 / 3; margin-bottom: 14px; }
.ph-text { color: #7a838f; font-style: italic; }
.ph-badge { display: inline-block; padding: 3px 9px; border-radius: 999px; background: #fdf1d6; color: #7a5b12; font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }

/* ---- Commercial system pages (shared with Ultra-Grid) ---- */
.sys-figure { margin: 0; }
.sys-figure img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; display: block; }
.sys-figure figcaption { margin-top: 10px; font-size: 14px; color: #5a6472; line-height: 1.45; }
.commercial-system-hero { display: flex; align-items: center; justify-content: center; width: min(100%, 860px); height: 500px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f4f6f8; }
.commercial-system-hero img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; border-radius: 0; }
@media (max-width: 700px) {
    .commercial-system-hero { height: 260px; }
}
.sys-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.sys-compare__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sys-compare table { width: 100%; min-width: 720px; border-collapse: collapse; }
.sys-compare th, .sys-compare td { padding: 12px 14px; border-bottom: 1px solid #d5dae2; text-align: left; vertical-align: top; font-size: 15px; line-height: 1.4; }
.sys-compare thead th { border-bottom-width: 2px; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.sys-compare tbody th { font-weight: 700; }
.sys-compare tbody tr.is-current { background: #f0f5fb; }

/* ---- Installations ---- */
.inst-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 0 auto; }
.inst-card { border: 1px solid #d5dae2; border-radius: 10px; padding: 18px; background: #fff; }
.inst-card__media { margin: -18px -18px 18px; overflow: hidden; border-radius: 9px 9px 0 0; }
.inst-card__image { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--panel); }
.inst-card h3 { margin: 0 0 6px; font-size: 18px; }
.inst-card__meta { margin: 0 0 10px; font-size: 13px; color: #5a6472; }
.inst-card__meta strong { color: var(--ink, #1b1f24); }
.inst-card p { margin: 0; font-size: 15px; line-height: 1.45; }
.installation-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.installation-photo { margin: 0; min-width: 0; }
.installation-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--panel); }
.installation-photo--compact img { width: min(100%, 300px); aspect-ratio: 1; }
.installation-photo figcaption, .installation-action-hero figcaption { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.installation-action-hero { max-width: 860px; margin: 28px auto 0; }
.installation-action-hero img { display: block; width: 100%; height: auto; }
.installation-legacy-details { margin-top: 32px; padding-block: 20px; border-block: 1px solid var(--line); }
.installation-legacy-details summary { cursor: pointer; font-weight: 800; }
.installation-legacy-details > p { max-width: 80ch; margin-block: 20px; }
@media (max-width: 760px) {
    .inst-grid, .installation-photo-grid { grid-template-columns: minmax(0, 1fr); }
}
.home-commercial__media { margin: 0 0 24px; }
.home-commercial__media img { aspect-ratio: 21 / 9; }
.home-trust { background: var(--panel); border-block: 1px solid var(--line); }
.home-trust__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0 0 18px; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-trust__list li { display: flex; align-items: center; min-height: 66px; padding: 14px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 750; }
.home-trust__note, .customer-references__note { max-width: 760px; margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.customer-references { border-top: 1px solid var(--line); }
.customer-references__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.customer-references__group { padding-top: 14px; border-top: 3px solid var(--blue); }
.customer-references__group h3 { margin: 0 0 12px; font-size: 18px; }
.customer-references__group ul { margin: 0; padding-left: 20px; }
.customer-references__group li { margin: 7px 0; line-height: 1.35; }
.customer-references__note { margin-top: 24px; }

/* ---- Government sales ---- */
.gov-facts { width: 100%; max-width: 820px; border-collapse: collapse; }
.gov-facts th, .gov-facts td { padding: 12px 16px 12px 0; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); line-height: 1.45; }
.gov-facts th { width: 15em; font-weight: 750; }
.gov-docs { max-width: 820px; margin: 0; padding: 0; list-style: none; }
.gov-docs li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.gov-docs a { color: var(--blue-dark); font-weight: 650; }
.gov-docs__meta { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }
.gov-docs__note { max-width: 820px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.gov-contact { max-width: 620px; }
.gov-contact p { margin: 0 0 10px; }
.gov-contact__actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; }
.gov-contact__note { margin-top: 12px; color: var(--muted); font-size: 14px; }
@media (max-width: 560px) {
    .gov-facts tr { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
    .gov-facts th, .gov-facts td { display: block; width: auto; padding: 0; border: 0; }
    .gov-facts th { color: var(--muted); font-size: 13px; }
}
@media (max-width: 800px) {
    .home-trust__list, .customer-references__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .home-trust__list, .customer-references__grid { grid-template-columns: 1fr; }
}
.ring-hero-media { margin: 0; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: #101010; }
.ring-hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 24 / 7; object-fit: cover; }
.ring-type-card { overflow: hidden; }
.ring-type-card__media { height: 220px; margin: -20px -20px 4px; overflow: hidden; border-bottom: 1px solid var(--line); background: #101010; }
.ring-type-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ring-type-card__diagram { position: relative; display: flex; align-items: center; justify-content: center; height: 220px; margin: -20px -20px 4px; background: #edf1f4; border-bottom: 1px solid var(--line); }
.ring-type-card__diagram::before { content: ""; width: min(58%, 260px); aspect-ratio: 1; border: 8px solid #20262c; box-shadow: inset 0 0 0 18px #edf1f4, inset 0 0 0 22px #5f6d78; }
.ring-type-card__diagram span { position: absolute; padding: 5px 9px; background: #fff; border: 1px solid var(--line); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.ring-card-specs { margin: 2px 0 8px; padding-left: 20px; color: var(--muted); }
.ring-card-specs li { margin: 5px 0; }
.ring-type-card > .btn { align-self: flex-start; margin-top: auto; }
.ring-size-table { width: 100%; min-width: 640px; border-collapse: collapse; }
.ring-size-table th, .ring-size-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.ring-size-table thead th { border-bottom-width: 2px; font-size: 13px; text-transform: uppercase; }
.ring-floor-visual { max-width: 760px; }
.ring-floor-diagram { position: relative; display: flex; align-items: flex-start; justify-content: center; aspect-ratio: 16 / 9; padding-top: 18px; background: #edf1f4; border: 1px solid var(--line); border-radius: var(--radius); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.ring-floor-diagram > div { position: absolute; display: flex; align-items: center; justify-content: center; width: min(62%, 520px); aspect-ratio: 1; margin-top: 28px; border: 10px solid #20262c; box-shadow: inset 0 0 0 20px #edf1f4, inset 0 0 0 24px #5f6d78; }
.ring-floor-diagram > div span { padding: 6px 10px; background: #fff; border: 1px solid var(--line); }
@media (max-width: 700px) {
    .ring-hero-media img { aspect-ratio: 16 / 9; }
}

/* ---- Ultra-Trak II ---- */
.pillar-page--ultra-trak .ut-hero-media img {
    width: 100%;
    max-height: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    padding: 0;
}
.pillar-page--ultra-trak .section-heading > p { color: var(--muted); font-weight: 600; }
.ut-current__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.ut-current__copy .lead { color: var(--muted); font-weight: 650; }
.ut-spec-panel { padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.ut-spec-panel h3 { margin-bottom: 18px; }
.ut-specs { margin: 0 0 22px; }
.ut-specs div { display: grid; grid-template-columns: minmax(110px, .7fr) 1.3fr; gap: 16px; padding: 11px 0; border-top: 1px solid var(--line); }
.ut-specs div:first-child { border-top: 0; }
.ut-specs dt { color: var(--muted); font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.ut-specs dd { margin: 0; font-weight: 750; }
.ut-legacy { background: var(--panel); border-block: 1px solid var(--line); }
.ut-legacy .sys-compare__scroll { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.ut-legacy table { min-width: 800px; }
.ut-legacy th:first-child { width: 22%; }
.ut-room__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.ut-room__figure, .ut-detail__figure { margin: 0; }
.ut-room__figure img { display: block; width: 100%; aspect-ratio: 7 / 3; object-fit: cover; border-radius: 10px; }
.ut-room__figure figcaption, .ut-detail__figure figcaption { margin-top: 9px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.ut-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.ut-process li { border-top: 3px solid var(--blue); padding-top: 16px; }
.ut-process li > span { display: block; margin-bottom: 16px; color: var(--blue-dark); font-family: "Oswald", "Arial Narrow", sans-serif; font-size: 30px; font-weight: 700; line-height: 1; }
.ut-process h3 { font-size: clamp(19px, 2vw, 24px); }
.ut-process p { margin: 0; color: var(--muted); font-size: 15px; }
.ut-detail { background: var(--ink); color: #fff; }
.ut-detail__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.ut-detail__copy .kicker { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .08); color: #d6e8fa; }
.ut-detail__copy h2 { margin-top: 12px; }
.ut-detail__copy p { color: rgba(255, 255, 255, .78); }
.ut-detail__copy .btn-secondary { border-color: #fff; }
.ut-detail__media { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(150px, .55fr); gap: 16px; align-items: end; }
.ut-detail__figure img { display: block; width: 100%; border-radius: 10px; object-fit: cover; }
.ut-detail__figure--wide img { aspect-ratio: 4 / 3; }
.ut-detail__figure--portrait img { aspect-ratio: 4 / 7; }
.ut-detail__figure figcaption { color: rgba(255, 255, 255, .65); }
.ut-audience { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ut-audience .btn { align-self: flex-start; margin-top: auto; }

@media (max-width: 900px) {
    .ut-current__grid, .ut-detail__grid { grid-template-columns: 1fr; }
    .ut-room__grid { grid-template-columns: 1fr; }
    .ut-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ut-audience { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .ut-specs div { grid-template-columns: 1fr; gap: 3px; }
    .ut-process { grid-template-columns: 1fr; }
    .ut-detail__media { grid-template-columns: 1fr; }
    .ut-detail__figure--portrait { max-width: 280px; }
    .ut-legacy .sys-compare__scroll { margin-inline: -16px; border-radius: 0; }
}
