:root {
    --color-navy: #0b1f4d;
    --color-ink: #06070a;
    --color-gold: #f2b705;
    --color-gold-dark: #c79200;
    --color-steel: #d7deea;
    --color-muted: #8d98aa;
    --shadow-heavy: 0 22px 60px rgba(0, 0, 0, 0.36);
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #f5f7fb;
    color: #121723;
    font-family: Arial, "Helvetica Neue", sans-serif;
    margin: 0;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.skip-link {
    background: var(--color-gold);
    color: var(--color-ink);
    font-weight: 800;
    left: 1rem;
    padding: 0.65rem 1rem;
    position: fixed;
    top: -4rem;
    z-index: 100;
}

.skip-link:focus {
    top: 1rem;
}

.site-container {
    margin-inline: auto;
    max-width: 1180px;
    padding-inline: 1rem;
    width: 100%;
}

.top-strip {
    background: var(--color-ink);
    border-bottom: 1px solid rgba(242, 183, 5, 0.28);
    color: #ffffff;
    font-size: 0.84rem;
}

.top-strip-inner {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 38px;
}

.top-strip-left,
.top-strip-link,
.top-whatsapp {
    align-items: center;
    display: flex;
    gap: 0.55rem;
}

.top-strip-badge {
    color: var(--color-gold);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.top-strip-muted {
    color: var(--color-steel);
}

.top-strip-link,
.top-whatsapp {
    color: #ffffff;
    font-weight: 800;
}

.top-strip-link svg,
.top-whatsapp svg {
    fill: var(--color-gold);
    height: 18px;
    width: 18px;
}

.top-whatsapp {
    background: #128c4a;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
}

.top-whatsapp svg {
    fill: #ffffff;
}

.site-header {
    background: linear-gradient(90deg, #071127 0%, var(--color-navy) 58%, #101010 100%);
    box-shadow: var(--shadow-heavy);
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-inner {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 86px;
}

.brand-lockup {
    align-items: center;
    display: inline-flex;
    gap: 0.85rem;
    min-width: 0;
}

.brand-logo {
    aspect-ratio: 1;
    background: #ffffff;
    border: 2px solid var(--color-gold);
    border-radius: 50%;
    height: 58px;
    object-fit: contain;
    padding: 0.2rem;
    width: 58px;
}

.brand-copy {
    display: grid;
    line-height: 1.05;
    min-width: 0;
}

.brand-name {
    color: #ffffff;
    font-family: Arial Black, Arial, sans-serif;
    font-size: clamp(1.15rem, 3.2vw, 1.8rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.brand-tagline {
    color: var(--color-gold);
    font-size: clamp(0.68rem, 2vw, 0.86rem);
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-top: 0.28rem;
    text-transform: uppercase;
}

.site-nav {
    align-items: center;
    display: flex;
    gap: 0.2rem;
    justify-content: flex-end;
}

.site-nav a {
    border: 1px solid transparent;
    color: var(--color-steel);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 0.72rem 0.9rem;
    text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    background: rgba(242, 183, 5, 0.12);
    border-color: rgba(242, 183, 5, 0.45);
    color: #ffffff;
    outline: none;
}

.mobile-menu-toggle {
    align-items: center;
    background: var(--color-gold);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: none;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 46px;
}

.mobile-menu-toggle span:not(.sr-only) {
    background: var(--color-ink);
    height: 3px;
    position: absolute;
    width: 20px;
}

.mobile-menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
}

.mobile-menu-toggle span:nth-child(3) {
    transform: translateY(7px);
}

.page-hero,
.home-hero {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 55%, rgba(10, 12, 18, 0.45) 100%),
        url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    overflow: hidden;
    padding-block: clamp(3.8rem, 8vw, 6.4rem);
    position: relative;
}

.home-hero {
    background:
        linear-gradient(90deg, rgba(58, 57, 57, 0.824) 0%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.863) 100%),
        url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #dcdcdc;
    overflow: hidden;
    padding-block: clamp(4rem, 9vw, 8rem);
    position: relative;
}

.delivery-pill {
    background: var(--color-gold);
    color: var(--color-ink);
    display: inline-block;
    font-size: 0.7rem;
    margin-left: 0.55rem;
    padding: 0.35rem 0.55rem;
}

.hero-search {
    background: #fff;
    border: 3px solid var(--color-gold);
    display: flex;
    margin-top: 1.75rem;
    max-width: 650px;
    min-height: 58px;
    position: relative;
}

.hero-search input,
.catalog-search input {
    border: 0;
    color: var(--color-ink);
    font-size: 1rem;
    min-width: 0;
    padding: 0.8rem 1rem;
    width: 100%;
}

.hero-search input:focus,
.catalog-search input:focus {
    outline: 3px solid rgba(242, 183, 5, 0.45);
    outline-offset: -3px;
}

.hero-search button {
    align-items: center;
    background: var(--color-gold);
    border: 0;
    color: var(--color-ink);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 58px;
    justify-content: center;
}

.hero-search svg {
    fill: currentColor;
    height: 27px;
    width: 27px;
}

.page-hero::after {
    background: var(--color-gold);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.page-hero-inner {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(210px, 320px);
}

.hero-kicker,
.section-kicker {
    color: var(--color-gold);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    margin: 0 0 0.7rem;
    text-transform: uppercase;
}

.page-hero h1,
.home-hero h1,
.content-band h1 {
    font-family: Arial Black, Arial, sans-serif;
    font-size: clamp(2.4rem, 7vw, 5.4rem);
    line-height: 0.95;
    margin: 0;
    max-width: 840px;
    text-transform: uppercase;
}

.page-hero p {
    color: var(--color-steel);
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    line-height: 1.65;
    margin: 1.2rem 0 0;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.button-primary,
.button-secondary {
    align-items: center;
    border: 2px solid var(--color-gold);
    display: inline-flex;
    font-weight: 900;
    letter-spacing: 0.08em;
    min-height: 48px;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
}

.button-primary {
    background: var(--color-gold);
    color: var(--color-ink);
}

.button-secondary {
    background: transparent;
    color: #ffffff;
}

.hero-mark {
    aspect-ratio: 1;
    background: #ffffff;
    border: 4px solid var(--color-gold);
    border-radius: 50%;
    box-shadow: var(--shadow-heavy);
    margin-inline: auto;
    max-width: 320px;
    overflow: hidden;
    padding: 0.8rem;
    width: 100%;
}

.hero-mark img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.content-band {
    background: #ffffff;
    padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.content-band.dark {
    background: #0b1224;
    color: #ffffff;
}

.section-title {
    color: var(--color-navy);
    font-family: Arial Black, Arial, sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.05;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.content-band.dark .section-title {
    color: #ffffff;
}

.section-copy {
    color: #4d5869;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

.content-band.dark .section-copy {
    color: var(--color-steel);
}

.category-preview-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.category-tile,
.service-tile {
    background: #ffffff;
    border: 1px solid rgba(11, 31, 77, 0.12);
    border-left: 4px solid var(--color-gold);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(11, 31, 77, 0.08);
    min-height: 118px;
    padding: 1.1rem;
}

.category-tile strong,
.service-tile strong {
    color: var(--color-navy);
    display: block;
    font-size: 1.05rem;
    font-weight: 900;
    text-transform: uppercase;
}

.category-tile span,
.service-tile span {
    color: #667084;
    display: block;
    font-size: 0.9rem;
    margin-top: 0.45rem;
}

.home-categories {
    background: #f2f5fa;
}

.category-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 196px;
    text-align: center;
}

.category-card:hover {
    border-color: var(--color-gold);
    box-shadow: 0 18px 34px rgba(11, 31, 77, 0.16);
    transform: translateY(-3px);
}

.category-icon-wrap {
    align-items: center;
    background: #e9edf5;
    border: 1px solid rgba(11, 31, 77, 0.12);
    border-radius: 50%;
    display: inline-flex;
    height: 72px;
    justify-content: center;
    margin-bottom: 0.9rem;
    overflow: hidden;
    width: 72px;
}

.category-icon-wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.category-icon-wrap svg {
    fill: none;
    height: 37px;
    stroke: var(--color-navy);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    width: 37px;
}

.service-card {
    min-height: 172px;
}

.service-icon {
    align-items: center;
    background: var(--color-gold);
    border-radius: 6px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 42px;
}

.service-icon svg {
    fill: var(--color-ink);
    height: 24px;
    width: 24px;
}

.featured-section {
    background: #ffffff;
}

.featured-product-grid {
    display: grid;
    gap: 1rem;
    grid-auto-columns: minmax(220px, 1fr);
    grid-auto-flow: column;
    margin-top: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.8rem;
}

.featured-product-card,
.product-result-card {
    border: 1px solid rgba(11, 31, 77, 0.13);
    border-radius: 8px;
    min-height: 220px;
    overflow: hidden;
    padding: 1rem;
}

.featured-product-media {
    align-items: center;
    background: #edf1f7;
    display: flex;
    height: 126px;
    justify-content: center;
    margin: -1rem -1rem 1rem;
}

.featured-product-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.featured-product-media span {
    color: var(--color-navy);
    font-family: Arial Black, Arial, sans-serif;
    font-size: 1.2rem;
}

.featured-product-card p,
.product-result-card p {
    color: var(--color-gold-dark);
    font-size: 0.78rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.featured-product-card h3,
.product-result-card h2 {
    color: var(--color-navy);
    font-size: 1.05rem;
    margin: 0.55rem 0;
}

.featured-product-card>span,
.product-result-card>span {
    color: #667084;
    font-size: 0.88rem;
}

.catalog-search {
    display: flex;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
    max-width: 650px;
}

.catalog-search input {
    border: 1px solid rgba(11, 31, 77, 0.25);
}

.catalog-search .button-primary {
    cursor: pointer;
    justify-content: center;
}

.product-result-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.subcategory-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.5rem 0 2rem;
}

.subcategory-chip {
    background: #edf1f7;
    border: 1px solid rgba(11, 31, 77, 0.18);
    border-radius: 6px;
    color: var(--color-navy);
    font-size: 0.86rem;
    font-weight: 900;
    padding: 0.65rem 0.85rem;
    text-transform: uppercase;
}

.subcategory-chip:hover,
.subcategory-chip.is-selected {
    background: var(--color-navy);
    border-color: var(--color-navy);
    color: #ffffff;
}

.category-product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-product-card {
    background: #ffffff;
    border: 1px solid rgba(11, 31, 77, 0.13);
    border-radius: 8px;
    display: block;
    overflow: hidden;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.category-product-card:hover {
    box-shadow: 0 16px 30px rgba(11, 31, 77, 0.16);
    transform: translateY(-3px);
}

.category-product-image {
    align-items: center;
    background: #edf1f7;
    display: flex;
    height: 175px;
    justify-content: center;
    overflow: hidden;
}

.category-product-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.category-product-image svg,
.category-empty-state svg {
    fill: none;
    height: 58px;
    stroke: var(--color-navy);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    width: 58px;
}

.category-product-name {
    color: var(--color-navy);
    display: block;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    padding: 1rem;
    text-transform: uppercase;
}

.pagination {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
}

.pagination a {
    background: var(--color-navy);
    border-radius: 6px;
    color: #ffffff;
    font-weight: 900;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
}

.pagination span {
    color: #596477;
    font-weight: 800;
}

.category-empty-state {
    align-items: center;
    background: #f2f5fa;
    border: 1px dashed rgba(11, 31, 77, 0.3);
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    min-height: 310px;
    padding: 2.5rem 1.25rem;
    text-align: center;
}

.category-empty-state h2 {
    color: var(--color-navy);
    font-family: Arial Black, Arial, sans-serif;
    font-size: 1.65rem;
    margin: 1rem 0 0.6rem;
    text-transform: uppercase;
}

.category-empty-state p {
    color: #596477;
    line-height: 1.65;
    margin: 0 0 1.4rem;
    max-width: 480px;
}

.product-detail-layout {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(260px, 0.75fr) 1fr;
    margin-top: 1.5rem;
}

.product-detail-image {
    align-items: center;
    background: #edf1f7;
    display: flex;
    justify-content: center;
    min-height: 320px;
}

.product-detail-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-detail-image span {
    color: var(--color-navy);
    font-family: Arial Black, Arial, sans-serif;
    font-size: 1.5rem;
}

.back-link {
    color: var(--color-navy);
    font-weight: 900;
    text-transform: uppercase;
}

.product-page {
    background: #f5f7fb;
}

.product-detail-layout {
    align-items: start;
}

.product-gallery {
    min-width: 0;
}

.product-main-image {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(11, 31, 77, 0.14);
    display: flex;
    justify-content: center;
    min-height: 360px;
    overflow: hidden;
}

.product-main-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.product-image-placeholder {
    color: var(--color-navy);
    font-family: Arial Black, Arial, sans-serif;
    font-size: 1.45rem;
}

.product-thumbnails {
    display: flex;
    gap: 0.7rem;
    margin-top: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.product-thumbnail {
    background: #ffffff;
    border: 2px solid transparent;
    cursor: pointer;
    flex: 0 0 72px;
    height: 72px;
    padding: 0;
}

.product-thumbnail.is-selected {
    border-color: var(--color-gold);
}

.product-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-summary {
    min-width: 0;
}

.category-badge {
    background: var(--color-navy);
    color: #ffffff;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 0.46rem 0.65rem;
    text-transform: uppercase;
}

.product-summary .section-title {
    margin-top: 0.85rem;
}

.part-number {
    border-left: 4px solid var(--color-gold);
    color: #4d5869;
    font-size: 1rem;
    margin: 0 0 1.1rem;
    padding-left: 0.75rem;
}

.product-description {
    color: #465166;
    line-height: 1.65;
}

.product-description p {
    margin: 0 0 0.9rem;
}

.compatible-models {
    border-top: 1px solid rgba(11, 31, 77, 0.14);
    margin-top: 1.5rem;
    padding-top: 1.25rem;
}

.compatible-models h2 {
    color: var(--color-navy);
    font-family: Arial Black, Arial, sans-serif;
    font-size: 1rem;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.model-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.model-tags span {
    background: #e9edf5;
    border-radius: 5px;
    color: var(--color-navy);
    font-size: 0.85rem;
    font-weight: 800;
    padding: 0.5rem 0.65rem;
}

.product-contact-actions {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 0.65fr;
    margin-top: 1.75rem;
}

.product-contact-actions .button-primary,
.product-contact-actions .button-secondary {
    justify-content: center;
    text-align: center;
}

.call-button {
    background: var(--color-navy);
    border-color: var(--color-navy);
}

.related-products {
    border-top: 1px solid rgba(11, 31, 77, 0.14);
    margin-top: 3.5rem;
    padding-top: 3rem;
}

.related-product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.related-product-card {
    background: #ffffff;
    border: 1px solid rgba(11, 31, 77, 0.13);
    border-radius: 8px;
    overflow: hidden;
}

.related-product-card:hover {
    border-color: var(--color-gold);
}

.related-product-image {
    align-items: center;
    background: #edf1f7;
    display: flex;
    height: 130px;
    justify-content: center;
}

.related-product-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.related-product-image span {
    color: var(--color-navy);
    font-family: Arial Black, Arial, sans-serif;
    font-size: 0.95rem;
}

.related-product-card strong {
    color: var(--color-navy);
    display: block;
    font-size: 0.9rem;
    line-height: 1.35;
    padding: 0.85rem;
    text-transform: uppercase;
}

.service-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.site-footer {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 9px, transparent 9px 22px),
        var(--color-ink);
    color: #ffffff;
}

.trust-ribbon {
    background: var(--color-gold);
    color: var(--color-ink);
}

.trust-ribbon-inner {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-block: 0.85rem;
}

.trust-ribbon span {
    font-family: Arial Black, Arial, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
}

.footer-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    padding-block: clamp(2.3rem, 5vw, 4rem);
}

.footer-logo-row {
    align-items: center;
    display: inline-flex;
    gap: 0.8rem;
}

.footer-logo {
    aspect-ratio: 1;
    background: #ffffff;
    border: 2px solid var(--color-gold);
    border-radius: 50%;
    height: 58px;
    object-fit: contain;
    padding: 0.2rem;
    width: 58px;
}

.footer-logo-row strong {
    color: #ffffff;
    display: block;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 1.15rem;
    text-transform: uppercase;
}

.footer-logo-row small {
    color: var(--color-gold);
    display: block;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
    text-transform: uppercase;
}

.footer-brand p,
.footer-column p,
.footer-contact-list,
.footer-muted {
    color: #b8c2d4;
    line-height: 1.7;
}

.footer-column h2 {
    color: var(--color-gold);
    font-family: Arial Black, Arial, sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.08em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list li+li {
    margin-top: 0.45rem;
}

.footer-contact-list a,
.footer-category-links a {
    color: #ffffff;
}

.footer-contact-list a:hover,
.footer-category-links a:hover,
.social-links a:hover {
    color: var(--color-gold);
}

.footer-category-links {
    display: grid;
    gap: 0.55rem;
}

.footer-category-links a {
    border-bottom: 1px solid rgba(242, 183, 5, 0.2);
    padding-bottom: 0.45rem;
}

.social-links {
    display: flex;
    gap: 0.65rem;
    margin-top: 1rem;
}

.social-links a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(242, 183, 5, 0.28);
    border-radius: 6px;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.social-links svg {
    fill: currentColor;
    height: 21px;
    width: 21px;
}

.copyright-line {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #aab5c6;
    font-size: 0.88rem;
    padding-block: 1rem;
}

.floating-whatsapp {
    align-items: center;
    background: #128c4a;
    border: 3px solid #ffffff;
    border-radius: 999px;
    bottom: 1.2rem;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    position: fixed;
    right: 1.2rem;
    width: 58px;
    z-index: 70;
}

.floating-whatsapp.is-muted {
    background: var(--color-navy);
}

.floating-whatsapp svg {
    fill: currentColor;
    height: 33px;
    width: 33px;
}

@media (max-width: 960px) {
    .header-inner {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        position: relative;
    }

    .site-nav {
        background: #091634;
        border-top: 1px solid rgba(242, 183, 5, 0.28);
        display: none;
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        margin-inline: -1rem;
        padding: 0.6rem 1rem 1rem;
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav a {
        border-color: rgba(255, 255, 255, 0.08);
        padding: 0.9rem 0.75rem;
    }

    .page-hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-mark {
        max-width: 230px;
    }

    .category-preview-grid,
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-preview-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-result-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail-layout {
        grid-template-columns: 1fr;
    }

    .related-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .site-container {
        padding-inline: 0.9rem;
    }

    .top-strip-inner,
    .top-strip-left {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-strip-inner {
        gap: 0.4rem;
        padding-block: 0.55rem;
    }

    .site-nav {
        margin-inline: 0;
        padding-inline: 0.9rem;
    }

    .brand-logo {
        height: 50px;
        width: 50px;
    }

    .header-inner {
        min-height: 76px;
    }

    .brand-name {
        font-size: 1.05rem;
        line-height: 1.1;
    }

    .brand-tagline {
        font-size: 0.62rem;
        letter-spacing: 0.08em;
    }

    .page-hero {
        padding-block: 3rem;
    }

    .home-hero {
        padding-block: 3rem;
    }

    /* .home-hero::before {
        height: 260px;
        right: -130px;
        width: 260px;
    } */

    .delivery-pill {
        display: table;
        margin: 0.6rem 0 0;
    }

    .hero-actions,
    .button-primary,
    .button-secondary {
        width: 100%;
    }

    .button-primary,
    .button-secondary {
        justify-content: center;
    }

    .category-preview-grid,
    .service-grid,
    .trust-ribbon-inner,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .category-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-card {
        min-height: 174px;
        padding: 0.8rem;
    }

    .category-icon-wrap {
        height: 62px;
        width: 62px;
    }

    .catalog-search {
        flex-direction: column;
    }

    .product-result-grid {
        grid-template-columns: 1fr;
    }

    .category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-product-image {
        height: 142px;
    }

    .category-product-name {
        font-size: 0.88rem;
        padding: 0.8rem;
    }

    .pagination {
        gap: 0.6rem;
    }

    .pagination a {
        padding: 0.6rem 0.72rem;
    }

    .pagination span {
        font-size: 0.82rem;
    }

    .product-main-image {
        min-height: 300px;
    }

    .product-contact-actions {
        grid-template-columns: 1fr;
    }

    .product-contact-actions .button-primary,
    .product-contact-actions .button-secondary {
        min-height: 54px;
    }

    .related-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-ribbon span {
        text-align: left;
    }

    .floating-whatsapp {
        bottom: 0.9rem;
        height: 54px;
        right: 0.9rem;
        width: 54px;
    }
}