:root {
    --site-bg: #f4efe8;
    --site-surface: #fffaf5;
    --site-ink: #122030;
    --site-muted: #617284;
    --site-accent: #c88a2b;
    --site-accent-deep: #9a6514;
    --site-line: rgba(18, 32, 48, 0.1);
    --site-shadow: 0 24px 60px rgba(12, 24, 38, 0.14);
    --container-width: 1180px;
}

.contact-page {
    background: #f7f7f7;
}

.contact-hero {
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(47, 44, 40, 0.86)),
        radial-gradient(circle at top right, rgba(204, 63, 0, 0.28), transparent 38%);
    color: #ffffff;
    padding: 72px 0 78px;
}

.contact-hero__inner {
    max-width: 980px;
}

.contact-hero .product-page__breadcrumbs {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 28px;
}

.contact-hero .product-page__breadcrumbs a {
    color: #ffffff;
}

.contact-hero h1 {
    color: #ffffff;
    font-size: clamp(1.4rem, 4vw, 1.6rem);
    line-height: 1.04;
    margin: 12px 0 18px;
    max-width: 860px;
}

.contact-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 760px;
    margin: 0;
}

.contact-section {
    padding: 80px 0;
}

.contact-header-image {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    margin: 0 0 34px;
    overflow: hidden;
}

.contact-header-image img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr);
    gap: 34px;
    align-items: start;
}

.contact-locations,
.contact-enquiry-panel {
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
}

.contact-locations {
    border-radius: 30px;
    padding: 38px;
}

.contact-locations h2,
.contact-enquiry-panel h2 {
    color: #0f172a;
    font-size: clamp(1rem, 3vw, 1rem);
    line-height: 1.12;
    margin: 10px 0 28px;
}

.contact-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-location-card {
    border: 1px solid rgba(204, 63, 0, 0.14);
    border-radius: 22px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(204, 63, 0, 0.06), rgba(255, 255, 255, 0) 52%),
        #ffffff;
    min-height: 100%;
}

.contact-location-card h3 {
    color: #0f172a;
    font-size: 0.9rem;
    line-height: 1.35;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.contact-location-card__line {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    color: #171717;
    font-size: 0.86rem;
    line-height: 1.7;
    margin: 0 0 13px;
}

.contact-location-card__line:last-child {
    margin-bottom: 0;
}

.contact-location-card__icon {
    align-items: center;
    background: #cc3f00;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.62rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    letter-spacing: 0.04em;
    width: 34px;
}

.contact-location-card a {
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

.contact-location-card a:hover {
    color: #cc3f00;
}

.contact-location-card--empty {
    grid-column: 1 / -1;
}

.contact-enquiry-panel {
    border-radius: 28px;
    padding: 32px;
    position: sticky;
    top: 128px;
}

.contact-enquiry-panel__intro {
    color: #4b5563;
    line-height: 1.7;
    margin: -16px 0 24px;
}

@media (max-width: 1180px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-enquiry-panel {
        position: static;
    }
}

@media (max-width: 760px) {
    .contact-hero {
        padding: 54px 0 58px;
    }

    .contact-section {
        padding: 52px 0;
    }

    .contact-locations,
    .contact-header-image,
    .contact-enquiry-panel {
        border-radius: 22px;
    }

    .contact-locations,
    .contact-enquiry-panel {
        padding: 24px;
    }

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

    .contact-location-card {
        padding: 20px;
    }

    .contact-location-card__line {
        grid-template-columns: 36px minmax(0, 1fr);
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--site-ink);
    background:
        radial-gradient(circle at top right, rgba(200, 138, 43, 0.18), transparent 24%),
        linear-gradient(180deg, #f7f1e9 0%, #f0e8de 100%);
    max-width: 100%;
    overflow-x: hidden;
}

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

img {
    max-width: 100%;
    display: block;
}

.site-shell {
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: min(var(--container-width), calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(18, 32, 48, 0.08);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 90px;
    position: relative;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex-shrink: 0;
}

.brand-mark img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.hero-kicker,
.section-kicker,
.trust-bar strong,
.story-panel__card span {
    font-family: "Rajdhani", sans-serif;
}

.site-header__right {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.site-nav__item {
    position: relative;
}

.site-nav__item--mega {
    position: static;
}

.site-nav__item--simple-dropdown {
    position: relative;
}

.site-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 90px;
    padding: 0 18px;
    font-size: 0.98rem;
    font-weight: 600;
    color: #243746;
    white-space: nowrap;
}

.site-category-bar {
    position: sticky;
    top: 90px;
    z-index: 18;
    border-bottom: 1px solid rgba(18, 32, 48, 0.08);
    background: linear-gradient(90deg, #102131, #18324b 55%, #11263c);
}

.site-category-bar__inner {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
}

.site-category-bar__toggle {
    display: none;
}

.site-category-bar__item {
    position: static;
    flex: 0 0 auto;
}

.site-category-bar__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 62px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-category-bar__link:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.site-category-bar__link .site-nav__caret {
    border-color: rgba(255, 255, 255, 0.72);
}

.site-category-bar .site-nav__item--mega:hover .site-category-bar__link,
.site-category-bar .site-nav__item--mega.is-open .site-category-bar__link {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.site-category-bar .site-nav__item--mega:hover .site-nav__caret,
.site-category-bar .site-nav__item--mega.is-open .site-nav__caret {
    border-color: #fff;
}

.site-nav__link--mega {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.site-nav__caret {
    width: 8px;
    height: 8px;
    border-right: 1.6px solid #8c98a5;
    border-bottom: 1.6px solid #8c98a5;
    transform: rotate(45deg) translateY(-1px);
    flex-shrink: 0;
}

.site-nav__link:hover {
    color: #0d2235;
}

.site-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 45;
    display: grid;
    min-width: 250px;
    padding: 10px;
    border-top: 2px solid #cc3f00;
    background: #fff;
    box-shadow: 0 24px 54px rgba(12, 24, 38, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-nav__item--simple-dropdown:hover .site-nav__dropdown,
.site-nav__item--simple-dropdown:focus-within .site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-nav__dropdown a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    color: #25313c;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
}

.site-nav__dropdown a:hover {
    background: #f7f1e9;
    color: #cc3f00;
}

.site-nav__item--mega:hover .site-nav__link,
.site-nav__item--mega.is-open .site-nav__link {
    color: #cc3f00;
}

.site-nav__item--mega:hover .site-nav__caret,
.site-nav__item--mega.is-open .site-nav__caret {
    border-color: #cc3f00;
}

.site-nav__item--mega:hover .products-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.site-nav__link:hover .site-nav__caret,
.header-tools__item:hover .site-nav__caret {
    border-color: #0d2235;
}

.products-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 40;
    display: flex;
    width: auto;
    min-height: 440px;
    max-height: calc(100vh - 150px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    background: linear-gradient(135deg, #232220, #2a2825 55%, #3a352e);
    box-shadow: 0 28px 70px rgba(7, 14, 21, 0.3);
    border-top: 2px solid #cc3f00;
}

.products-mega-menu__sidebar {
    width: 240px;
    max-height: calc(100vh - 152px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    background: rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    scrollbar-color: rgba(255, 255, 255, 0.42) rgba(255, 255, 255, 0.08);
    scrollbar-width: thin;
}

.products-mega-menu__sidebar::-webkit-scrollbar {
    width: 8px;
}

.products-mega-menu__sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
}

.products-mega-menu__sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.42);
    border-radius: 999px;
}

.products-mega-menu__category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 0 28px;
    border: 0;
    border-left: 4px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-align: left;
    cursor: pointer;
}

.products-mega-menu__category:hover,
.products-mega-menu__category.is-active {
    border-left-color: #cc3f00;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.products-mega-menu__category-arrow {
    color: #b0865d;
    font-size: 1rem;
}

.products-mega-menu__content {
    flex: 1;
    min-width: 0;
}

.products-mega-menu__panel {
    display: none;
    grid-template-columns: minmax(0, 1.35fr) 260px;
    gap: 40px;
    min-height: 440px;
    padding: 34px 46px 34px;
}

.products-mega-menu__panel.is-active {
    display: grid;
}

.products-mega-menu__panel--single,
.products-mega-menu__panel--single.is-active {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) 260px;
}

.products-mega-menu__center h3 {
    margin: 0;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.products-mega-menu__product-list {
    margin: 24px 0 0;
    padding: 24px 0 0;
    list-style: none;
    columns: 2;
    column-gap: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.products-mega-menu__product-list li {
    break-inside: avoid;
    margin-bottom: 5px;
}

.products-mega-menu__product-list a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.70rem;
    font-weight: 500;
    line-height: 1.55;
}

.products-mega-menu__product-list a:hover {
    color: #fff;
}

.products-mega-menu__summary {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.products-mega-menu__summary p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.7;
}

.products-mega-menu__view-all {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 0;
    color: #cc6b2d;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.4;
}

.products-mega-menu__view-all::after {
    content: "→";
    margin-left: 8px;
}

.header-tools {
    display: flex;
    align-items: stretch;
    margin-left: 12px;
    border-left: 1px solid rgba(18, 32, 48, 0.1);
}

.header-loc {
    position: static;
}

.header-tools__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 90px;
    padding: 0 18px;
    border: 0;
    border-right: 1px solid rgba(18, 32, 48, 0.08);
    background: transparent;
    color: #243746;
    font: inherit;
    cursor: pointer;
}

.header-tools__item--language {
    font-size: 0.96rem;
    font-weight: 600;
}

.header-tools__icon {
    width: 18px;
    height: 18px;
    color: #465866;
}

.header-tools__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.header-loc-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 42;
    background: #2f2c28;
    color: #fff;
    box-shadow: 0 28px 70px rgba(7, 14, 21, 0.28);
    border-top: 2px solid #cc3f00;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.header-loc:hover .header-loc-menu,
.header-loc:focus-within .header-loc-menu,
.header-loc.is-open .header-loc-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.header-loc-menu__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 80px;
    max-height: min(72vh, 760px);
    overflow-y: auto;
    padding-top: 28px;
    padding-bottom: 30px;
}

.header-loc-card h3 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.header-loc-card__line {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.65;
}

.header-loc-card__line i {
    margin-top: 4px;
    color: #fff;
    font-size: 0.92rem;
}

.header-loc-card__line--strong {
    color: #fff;
    font-weight: 800;
    line-height: 1.35;
}

.header-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 90px;
    padding: 0 30px;
    border: 0;
    background: #cc3f00;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: none;
}

.header-login:hover {
    background: #b93900;
}

body.product-search-is-open {
    overflow: hidden;
}

body.header-enquiry-is-open {
    overflow: hidden;
}

.header-enquiry-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 98px 18px 28px;
    background: rgba(8, 14, 22, 0.68);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.header-enquiry-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-enquiry-dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 4px solid #cc3f00;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
    transform: translateY(14px);
    transition: transform 0.22s ease;
}

.header-enquiry-overlay.is-open .header-enquiry-dialog {
    transform: translateY(0);
}

.header-enquiry-dialog__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f4efe8;
    color: #122030;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.header-enquiry-dialog__close:hover {
    background: #cc3f00;
    color: #fff;
}

.header-enquiry-dialog h2 {
    margin: 10px 48px 8px 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.12;
}

.header-enquiry-dialog__intro {
    margin: 0;
    color: #4b4b4b;
    font-size: 0.94rem;
    line-height: 1.65;
}

.product-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 98px 18px 28px;
    background: rgba(8, 14, 22, 0.68);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.product-search-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-search-modal {
    position: relative;
    width: min(720px, 100%);
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 4px solid #cc3f00;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
    transform: translateY(14px);
    transition: transform 0.22s ease;
}

.product-search-overlay.is-open .product-search-modal {
    transform: translateY(0);
}

.product-search-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f4efe8;
    color: #122030;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.product-search-modal__close:hover {
    background: #cc3f00;
    color: #fff;
}

.product-search-modal__header {
    padding-right: 46px;
}

.product-search-modal__eyebrow {
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.product-search-modal__header h2 {
    margin: 6px 0 22px;
    color: #122030;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 900;
    line-height: 1.15;
}

.product-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px 0 18px;
    border: 1px solid rgba(18, 32, 48, 0.12);
    border-radius: 999px;
    background: #f8fafc;
}

.product-search-box:focus-within {
    border-color: rgba(204, 63, 0, 0.55);
    box-shadow: 0 0 0 4px rgba(204, 63, 0, 0.1);
}

.product-search-box__icon {
    color: #cc3f00;
}

.product-search-box input {
    flex: 1;
    min-width: 0;
    min-height: 56px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #122030;
    font: 700 1rem "Manrope", sans-serif;
}

.product-search-box input::placeholder {
    color: #7a8792;
}

.product-search-box__clear {
    border: 0;
    border-radius: 999px;
    padding: 9px 15px;
    background: #fff;
    color: #cc3f00;
    font: 800 0.84rem "Manrope", sans-serif;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(18, 32, 48, 0.08);
}

.product-search-status {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 24px;
    margin: 14px 0;
    color: #617284;
    font-size: 0.94rem;
    line-height: 1.5;
}

.product-search-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(204, 63, 0, 0.2);
    border-top-color: #cc3f00;
    border-radius: 50%;
    animation: productSearchSpin 0.75s linear infinite;
}

@keyframes productSearchSpin {
    to {
        transform: rotate(360deg);
    }
}

.product-search-results {
    display: grid;
    gap: 10px;
}

.product-search-result {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 10px;
    border: 1px solid rgba(18, 32, 48, 0.08);
    border-radius: 18px;
    background: #fff;
    color: #122030;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-search-result:hover {
    border-color: rgba(204, 63, 0, 0.45);
    box-shadow: 0 16px 34px rgba(18, 32, 48, 0.12);
    transform: translateY(-1px);
}

.product-search-result__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 66px;
    overflow: hidden;
    border-radius: 14px;
    background: #f4f6f8;
}

.product-search-result__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-search-result__placeholder {
    color: #a5afb8;
    font-size: 1.45rem;
}

.product-search-result__title {
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.35;
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid var(--site-line);
    border-radius: 14px;
    background: #fff;
    padding: 10px;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--site-ink);
}

.menu-toggle span + span {
    margin-top: 7px;
}

.hero-section {
    position: relative;
}

.home-top-content {
    padding: 28px 0 18px;
    background: #fff;
}

.home-top-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 34px;
    align-items: center;
}

.home-top-content__title-block h1,
.story-copy h2,
.home-team-section__content h2,
.home-product-display__top h2,
.prestigious-client-section__header h2,
.homepage-products-section .section-heading h2 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 1.4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.03em;
}

.home-top-content__title-block h1 {
    margin: 0;
    color: #c83900;
}

.home-top-content__copy,
.home-top-content__copy p {
    margin: 0;
    color: #4b4b4b;
    font-size: 13px;
    line-height: 1.9;
    text-align: justify;
    font-weight: 600;
}

.home-top-content__copy p + p,
.home-top-content__copy br + br {
    margin-top: 16px;
}

.hero-section--contained {
    padding: 6px 0 0;
}

.hero-slider {
    position: relative;
    min-height: 78vh;
}

.hero-slider--contained {
    min-height: 0;
    overflow: hidden;
    border-radius: 0;
    background: #f7f1e9;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-position: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.hero-slider--contained .hero-slide img,
.hero-slide__image-link {
    display: block;
    width: 100%;
}

.hero-slider--contained .hero-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-slide--fallback {
    background:
        linear-gradient(130deg, rgba(9, 23, 39, 0.95), rgba(26, 52, 82, 0.82)),
        linear-gradient(90deg, rgba(200, 138, 43, 0.12), transparent);
}

.hero-slide--image-fallback {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide__fallback-copy {
    width: min(620px, calc(100% - 40px));
    text-align: center;
    color: #fff;
}

.hero-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 78vh;
    padding: 120px 0 110px;
    color: #fff;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f0bf72;
}

.hero-kicker::before,
.section-kicker::before {
    content: "";
    width: 38px;
    height: 1px;
    background: currentColor;
}

.hero-slide h2,
.story-copy h1,
.section-heading h2,
.cta-section h2,
.site-footer h3,
.site-footer h4 {
    font-family: "Rajdhani", sans-serif;
}

.hero-slide h2 {
    width: min(760px, 100%);
    margin: 18px 0 0;
    font-size: clamp(2.8rem, 6vw, 5.7rem);
    line-height: 0.96;
    letter-spacing: 0.01em;
}

.hero-slide p {
    width: min(620px, 100%);
    margin: 22px 0 0;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.25s ease, background 0.25s ease;
}

.hero-button:hover {
    transform: translateY(-2px);
}

.hero-button--solid {
    background: linear-gradient(90deg, var(--site-accent), #e5b35b);
    color: #112031;
    box-shadow: 0 14px 30px rgba(200, 138, 43, 0.28);
}

.hero-button--ghost {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.hero-indicators {
    position: absolute;
    left: 50%;
    bottom: 36px;
    z-index: 2;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-indicators--contained {
    position: static;
    justify-content: center;
    margin-top: 18px;
    transform: none;
}

.hero-indicator {
    width: 42px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.hero-indicator.is-active {
    background: var(--site-accent);
}

.home-features {
    padding: 26px 0 18px;
}

.home-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-feature-card,
.story-panel__card,
.feature-card,
.cta-section__inner {
    border: 1px solid rgba(18, 32, 48, 0.08);
    box-shadow: var(--site-shadow);
}

.home-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    padding: 30px 26px 28px;
    border-radius: 0;
    background:
        linear-gradient(135deg, #f7f7f7 0, #f7f7f7 calc(100% - 62px), #ededed calc(100% - 62px), #ededed 100%);
}

.home-feature-card::before {
    content: attr(data-number);
    position: absolute;
    right: 16px;
    bottom: -24px;
    color: rgba(18, 32, 48, 0.05);
    font-family: "Rajdhani", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
}

.home-feature-card__icon {
    display: flex;
    align-items: center;
    min-height: 52px;
    margin-bottom: 26px;
}

.home-feature-card__icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.home-feature-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #1f2022;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.home-feature-card p {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: #171717;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.65;
}

.story-section {
    padding: 74px 0 10px;
    background: #fff;
}

.feature-section,
.cta-section {
    padding: 110px 0;
}

.story-section__top {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.78fr);
    gap: 56px;
    align-items: start;
}

.story-section__subheading {
    display: inline-block;
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.story-section__subheading::before {
    content: "»";
    margin-right: 8px;
    font-size: 1.05em;
}

.story-copy h2 {
    margin: 16px 0 0;
    max-width: 720px;
    color: #171717;
}

.story-copy h2 span {
    color: #cc3f00;
}

.story-section__side {
    padding-top: 4px;
}

.story-body {
    margin-top: 0;
    color: #4b4b4b;
    font-size: 13px;
    line-height: 1.95;
    font-weight: 600;
}

.story-body p {
    margin: 0;
}

.story-body p + p,
.story-body br + br {
    margin-top: 18px;
}

.story-body p:first-child {
    color: #1c2330;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.55;
}

.story-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 64px;
    margin-top: 34px;
    padding: 0 32px;
    background: #cc3f00;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, transform 0.2s ease;
}

.story-section__button::after {
    content: "→";
    margin-left: 14px;
    font-size: 1.1rem;
}

.story-section__button:hover {
    background: #b93900;
    transform: translateY(-1px);
}

.story-visual {
    position: relative;
    margin-top: 42px;
}

.story-visual__frame {
    overflow: hidden;
    min-height: 500px;
    background: #f5f5f5;
    clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 58px, 100% 100%, 0 100%);
}

.story-visual__frame img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.story-visual__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 24px;
    color: #6d7780;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    background:
        linear-gradient(145deg, #f7f7f7, #efefef);
}

.home-counter-section {
    padding: 18px 0 26px;
    background: #fff;
}

.home-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.home-counter-card h3 {
    margin: 0;
    color: transparent;
    font-family: "Manrope", sans-serif;
    font-size: clamp(3.6rem, 7vw, 5.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    -webkit-text-stroke: 1.6px #9ea2a7;
}

.home-counter-card hr {
    margin: 28px 0 16px;
    border: 0;
    border-top: 1px solid #e2e4e7;
}

.home-counter-card p {
    margin: 0;
    color: #171717;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
}

.home-team-section {
    padding: 54px 0 30px;
    background: #f7f7f7;
}

.home-team-section__grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.94fr) minmax(0, 1fr);
    gap: 68px;
    align-items: center;
}

.home-team-section__media {
    position: relative;
}

.home-team-section__image-wrap {
    overflow: hidden;
    border-radius: 28px;
    background: #ececec;
}

.home-team-section__image-wrap img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
}

.home-team-section__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 640px;
    padding: 24px;
    color: #707780;
    font-size: 0.98rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(145deg, #f0f0f0, #e7e7e7);
}

.home-team-section__card {
    position: absolute;
    right: -18px;
    bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 230px;
    padding: 26px 24px;
    border-radius: 22px;
    background: #cc3f00;
    color: #fff;
    box-shadow: 0 24px 50px rgba(204, 63, 0, 0.22);
}

.home-team-section__card-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
}

.home-team-section__card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: none;
}

.home-team-section__card strong {
    display: block;
    margin-top: -4px;
    font-family: "Manrope", sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
}

.home-team-section__card p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.home-team-section__subheading {
    display: inline-block;
    color: #d17844;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-shadow:
        -1px 0 #ffffff,
        0 1px #ffffff,
        1px 0 #ffffff,
        0 -1px #ffffff;
}

.home-team-section__subheading::before {
    content: "\00BB";
    margin-right: 8px;
    letter-spacing: 0;
}

.home-team-section__content h2 {
    margin: 20px 0 0;
    color: #171717;
}

.home-team-section__content h2 span {
    color: #cc3f00;
}

.home-team-section__content h2 .home-team-section__title-line {
    display: block;
    color: #171717;
}

.home-team-section__lead {
    margin-top: 24px;
    color: #2b2f34;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.9;
}

.home-team-section__tab-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
    border: 1px solid #ece8e1;
    background: #f4f4f4;
}

.home-team-section__tab {
    position: relative;
    min-height: 58px;
    border: 0;
    border-right: 1px solid #e4dfd7;
    background: transparent;
    color: #5a6168;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.home-team-section__tab:last-child {
    border-right: 0;
}

.home-team-section__tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
}

.home-team-section__tab.is-active {
    color: #cc3f00;
    background: #fff;
}

.home-team-section__tab.is-active::before {
    background: #cc3f00;
}

.home-team-section__panel {
    display: none;
    margin-top: 28px;
    color: #171717;
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
}

.home-team-section__panel.is-active {
    display: block;
}

.home-product-display {
    padding: 56px 0 30px;
    background: #fff;
}

.home-product-display__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
}

.home-product-display__subheading {
    display: inline-block;
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-product-display__subheading::before {
    content: "\00BB";
    margin-right: 8px;
    font-size: 1.05em;
}

.home-product-display__top h2 {
    max-width: 620px;
    margin: 18px 0 0;
    color: #171717;
}

.home-product-display__top-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 248px;
    min-height: 60px;
    margin-top: 16px;
    padding: 0 24px;
    border: 1px solid #e7e2dc;
    background: #fff;
    color: #171717;
    font-size: 0.98rem;
    font-weight: 800;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.home-product-display__top-button::after {
    content: "\2192";
    margin-left: 12px;
    font-size: 1.1rem;
}

.home-product-display__top-button:hover {
    border-color: #cc3f00;
    transform: translateY(-1px);
}

.home-product-display__body {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 58px;
    margin-top: 50px;
    align-items: start;
}

.home-product-display__tabs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-product-display__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 22px 0 30px;
    border: 1px solid #ebe8e2;
    background: #fff;
    color: #3f454c;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-product-display__tab::after {
    content: "\2192";
    opacity: 0;
    color: currentColor;
    font-size: 1.08rem;
    transform: translateX(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-product-display__tab:hover {
    border-color: #d7d4ce;
}

.home-product-display__tab.is-active {
    border-color: #cc3f00;
    background: #cc3f00;
    color: #fff;
}

.home-product-display__tab.is-active::after {
    opacity: 1;
    transform: translateX(0);
}

.home-product-display__panel {
    display: none;
    grid-template-columns: minmax(380px, 1fr) minmax(260px, 0.9fr);
    gap: 56px;
    align-items: center;
}

.home-product-display__panel.is-active {
    display: grid;
}

.home-product-display__image-wrap {
    overflow: hidden;
    min-height: 410px;
    background: #f3f3f3;
    clip-path: polygon(0 0, calc(100% - 74px) 0, 100% 74px, 100% 100%, 0 100%);
}

.home-product-display__image-wrap img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
}

.home-product-display__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 410px;
    padding: 24px;
    color: #767d84;
    font-size: 0.96rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(145deg, #f7f7f7, #ededed);
}

.home-product-display__copy h3 {
    margin: 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.35rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.home-product-display__description {
    margin-top: 22px;
    color: #171717;
    font-size: 13px;
    line-height: 1.95;
}

.home-product-display__bullet-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.home-product-display__bullet-list li {
    position: relative;
    padding-left: 30px;
    color: #171717;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
}

.home-product-display__bullet-list li + li {
    margin-top: 10px;
}

.home-product-display__bullet-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #cc3f00;
    border-radius: 999px;
    color: #cc3f00;
    font-size: 0.84rem;
    font-weight: 800;
}

.home-product-display__read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 26px;
    color: #171717;
    font-size: 1rem;
    font-weight: 800;
}

.home-product-display__read-more::after {
    content: "\2192";
    margin-left: 12px;
    font-size: 1.1rem;
}

.prestigious-client-section {
    padding: 56px 0 40px;
    background: #f7f7f7;
}

.prestigious-client-section__header {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.prestigious-client-section__subheading {
    display: inline-block;
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.prestigious-client-section__subheading::before {
    content: "\00BB";
    margin-right: 8px;
    letter-spacing: 0;
}

.prestigious-client-section__header h2 {
    margin: 18px 0 0;
    color: #171717;
}

.prestigious-client-section__header h2 span {
    color: #cc3f00;
}

.prestigious-client-section__marquee {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    padding: 12px 0;
}

.prestigious-client-section__track {
    display: flex;
    align-items: center;
    gap: 24px;
    width: max-content;
    animation: prestigious-client-scroll 26s linear infinite;
}

.prestigious-client-section__marquee:hover .prestigious-client-section__track {
    animation-play-state: paused;
}

.prestigious-client-section__card {
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 24px 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(17, 28, 37, 0.08);
}

.prestigious-client-section__card img {
    width: 100%;
    height: 72px;
    object-fit: contain;
}

@keyframes prestigious-client-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.section-heading {
    max-width: 720px;
}

.section-heading h2,
.cta-section h2 {
    margin: 18px 0 0;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
}

.homepage-products-section {
    padding: 74px 0;
    background: #fff;
}

.homepage-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.homepage-product-card {
    overflow: hidden;
    border: 1px solid rgba(18, 32, 48, 0.08);
    background: #fff;
    box-shadow: var(--site-shadow);
    border-radius: 0;
}

.homepage-product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    background: #f6f6f6;
    color: #7b8289;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
}

.homepage-product-card__image img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    background: #fff;
}

.homepage-product-card__body {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 24px;
    min-height: 290px;
}

.homepage-product-card h3 {
    margin: 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.homepage-product-card p {
    margin: 12px 0 0;
    color: #171717;
    font-size: 12px;
    line-height: 1.95;
    flex: 1 1 auto;
}

.homepage-product-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 20px;
    padding: 0 18px;
    background: #cd4305;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.homepage-product-card__link::after {
    content: "\2192";
    margin-left: 10px;
    font-size: 1rem;
}

.homepage-product-card__link:hover {
    background: #b83b02;
}

.homepage-blog-section {
    padding: 18px 0 74px;
    background: #fff;
}

.homepage-blog-section__header {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.homepage-blog-section__subheading {
    display: inline-block;
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.homepage-blog-section__subheading::before {
    content: "\00BB";
    margin-right: 8px;
    letter-spacing: 0;
}

.homepage-blog-section__header h2 {
    margin: 18px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 1.4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.03em;
}

.homepage-blog-section__header h2 span {
    color: #cc3f00;
}

.homepage-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 42px;
}

.homepage-blog-card {
    background: #f7f7f7;
}

.homepage-blog-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    aspect-ratio: 5 / 3;
    background: #fff;
}

.homepage-blog-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.homepage-blog-card:hover .homepage-blog-card__image img {
    transform: scale(1.03);
}

.homepage-blog-card__category {
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 2;
    transform: translateY(50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    max-width: calc(100% - 60px);
    padding: 0 18px;
    background: #cc3f00;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(204, 63, 0, 0.18);
}

.homepage-blog-card__body {
    padding: 42px 30px 24px;
}

.homepage-blog-card__body h3 {
    margin: 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
}

.homepage-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    color: #5a6168;
    font-size: 0.95rem;
    line-height: 1.6;
}

.homepage-blog-card__meta span:first-child {
    font-weight: 700;
}

.homepage-blog-card__footer {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.homepage-blog-card__line {
    flex: 1;
    height: 1px;
    background: #dedede;
}

.homepage-blog-card__arrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #efefef;
    color: #4b4b4b;
    font-size: 1.35rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.homepage-blog-card__arrow:hover {
    background: #cc3f00;
    color: #fff;
}

.blog-page {
    background: #f7f7f7;
}

.blog-hero,
.blog-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background:
        linear-gradient(120deg, rgba(7, 24, 40, 0.92), rgba(33, 44, 50, 0.88)),
        radial-gradient(circle at 85% 12%, rgba(204, 63, 0, 0.34), transparent 34%);
    color: #fff;
}

.blog-hero::after,
.blog-detail-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.blog-hero__inner,
.blog-detail-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.blog-eyebrow {
    display: inline-block;
    color: #ff6b25;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.blog-eyebrow::before {
    content: "\00BB";
    margin-right: 8px;
    letter-spacing: 0;
}

.blog-hero h1,
.blog-detail-hero h1 {
    margin: 18px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.25rem, 1.4vw, 1.85rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.blog-hero p {
    max-width: 700px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
    line-height: 1.8;
}

.blog-listing-section,
.blog-detail-body-section {
    padding: 70px 0;
}

.blog-listing-layout,
.blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
}

.blog-listing-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.blog-listing-head span {
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-listing-head h2 {
    margin: 7px 0 0;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.7rem, 1vw, 1.65rem);
    line-height: 1.16;
}

.blog-clear-filter,
.blog-read-more,
.blog-back-link {
    color: #cc3f00;
    font-weight: 800;
    text-decoration: none;
}

.blog-listing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.blog-list-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 50px rgba(12, 24, 38, 0.09);
}

.blog-list-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 5 / 3;
    overflow: visible;
    background: #fff;
    color: #cc3f00;
    font-weight: 800;
    text-decoration: none;
}

.blog-list-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.blog-list-card:hover .blog-list-card__image img {
    transform: scale(1.03);
}

.blog-list-card__category {
    position: absolute;
    left: 28px;
    bottom: 0;
    z-index: 2;
    max-width: calc(100% - 56px);
    padding: 10px 18px;
    background: #cc3f00;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
}

.blog-list-card__body {
    padding: 34px 28px 30px;
}

.blog-list-card__meta,
.blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #171717;
    font-size: 0.80rem;
    font-weight: 600;
}

.blog-list-card__body h3 {
    margin: 16px 0 12px;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    line-height: 1.35;
}

.blog-list-card__body h3 a {
    color: #111;
    text-decoration: none;
}

.blog-list-card__body h3 a:hover {
    color: #cc3f00;
}

.blog-list-card__body p {
    margin: 0 0 22px;
    color: #171717;
    font-size: 0.88rem;
    line-height: 1.75;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.blog-sidebar {
    display: grid;
    gap: 24px;
}

.blog-sidebar-card {
    padding: 28px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(12, 24, 38, 0.08);
}

.blog-sidebar-card h3 {
    margin: 0 0 18px;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
}

.blog-category-list {
    display: grid;
    gap: 10px;
}

.blog-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 15px;
    border: 1px solid #ececec;
    color: #222;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 13px;
    font-weight: 600;
}

.blog-category-list a:hover,
.blog-category-list a.is-active {
    border-color: #cc3f00;
    background: #cc3f00;
    color: #fff;
}

.blog-category-list strong {
    font-family: "Rajdhani", sans-serif;
    font-size: 1.05rem;
}

.blog-recent-list {
    display: grid;
    gap: 16px;
}

.blog-recent-list a {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    color: #111;
    font-weight: 800;
    line-height: 1.38;
    text-decoration: none;
    font-size: 12px;
}

.blog-recent-list img {
    width: 82px;
    height: 62px;
    object-fit: contain;
    background: #f7f7f7;
}

.blog-recent-list small {
    display: block;
    margin-bottom: 4px;
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.blog-pagination a,
.blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #dedede;
    background: #fff;
    color: #111;
    font-weight: 800;
    text-decoration: none;
}

.blog-pagination .is-active {
    border-color: #cc3f00;
    background: #cc3f00;
    color: #fff;
}

.blog-pagination .is-disabled {
    color: #aaa;
}

.blog-empty-state {
    grid-column: 1 / -1;
    padding: 42px;
    background: #fff;
    text-align: center;
}

.blog-detail-hero {
    padding-bottom: 92px;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.88);
}

.blog-back-link:hover {
    color: #ff6b25;
}

.blog-detail-meta {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.78);
}

.blog-detail-main {
    min-width: 0;
}

.blog-detail-featured-image {
    margin: -126px 0 34px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 60px rgba(12, 24, 38, 0.12);
}

.blog-detail-featured-image img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    background: #fff;
}

.blog-detail-content {
    padding: 42px;
    background: #fff;
    color: #333;
    box-shadow: 0 22px 50px rgba(12, 24, 38, 0.08);
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
    color: #111;
    font-family: "Manrope", sans-serif;
    line-height: 1.25;
    font-size: 15px;
}

.blog-detail-content p,
.blog-detail-content li {
    color: #444;
    font-size: 0.8rem;
    line-height: 1.86;
}

.blog-detail-content img {
    max-width: 100%;
    height: auto;
}

.blog-detail-content a {
    color: #cc3f00;
    font-weight: 800;
}

.blog-detail-sidebar {
    position: sticky;
    top: 118px;
}

.blog-share-card p {
    margin: 0 0 18px;
    color: #555;
    line-height: 1.7;
}

.blog-sidebar-pill {
    display: inline-flex;
    padding: 10px 14px;
    background: #cc3f00;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    text-decoration: none;
}

.blog-page--detail {
    padding: 0;
    background:
        linear-gradient(180deg, #f3f3f3 0%, #f7f7f7 45%, #fff 100%);
}

.blog-detail-body-section--card {
    padding: 46px 0 72px;
}

.blog-detail-layout--right-sidebar {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
}

.blog-detail-card {
    overflow: hidden;
    border: 1px solid rgba(12, 24, 38, 0.06);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(12, 24, 38, 0.08);
}

.blog-detail-card .blog-detail-featured-image {
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.blog-detail-card .blog-detail-featured-image img {
    display: block;
    width: 100%;
    max-height: auto;
    object-fit: contain;
    background: #fff;
}

.blog-detail-card__content {
    padding: 34px 36px 38px;
}

.blog-detail-card__content .blog-eyebrow {
    color: #cc3f00;
    font-size: 0.96rem;
    letter-spacing: 0.2em;
}

.blog-detail-card__content h1 {
    margin: 14px 0 14px;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.4rem, 1.2vw, 1rem);
    line-height: 1.20;
    letter-spacing: -0.04em;
}

.blog-detail-card__content .blog-detail-meta {
    margin: 0 0 26px;
    color: #606060;
    font-size: 12px;
    font-weight: 600;
}

.blog-detail-card .blog-detail-content {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.blog-detail-card .blog-detail-content p {
    margin: 0 0 20px;
    color: #242424;
    font-size: 0.8rem;
    line-height: 1.7;
    text-align: justify;
}

.blog-detail-card .blog-detail-content p:last-child {
    margin-bottom: 0;
}

.blog-detail-card .blog-detail-content table {
    width: 100%;
    border-collapse: collapse;
}

.blog-detail-card .blog-detail-content table th,
.blog-detail-card .blog-detail-content table td {
    border: 1px solid #dedede;
    padding: 12px;
}

.blog-detail-layout--right-sidebar .blog-sidebar-card {
    border-radius: 18px;
    box-shadow: 0 20px 44px rgba(12, 24, 38, 0.08);
}

.blog-detail-layout--right-sidebar .blog-sidebar-card h3 {
    position: relative;
    padding-bottom: 14px;
}

.blog-detail-layout--right-sidebar .blog-sidebar-card h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    background: #cc3f00;
}

.exhibition-section {
    padding: 62px 0 46px;
    background: #f7f7f7;
}

.exhibition-section__header {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.exhibition-section__subheading {
    display: inline-block;
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.exhibition-section__subheading::before {
    content: "\00BB";
    margin-right: 8px;
    letter-spacing: 0;
}

.exhibition-section__header h2 {
    margin: 18px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 1.4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.03em;
}

.exhibition-section__header h2 span {
    color: #cc3f00;
}

.exhibition-section__slider {
    margin-top: 42px;
    overflow: hidden;
}

.exhibition-section__track {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 0 14px;
    scrollbar-width: none;
}

.exhibition-section__track::-webkit-scrollbar {
    display: none;
}

.exhibition-section__slide {
    flex: 0 0 calc((100% - 56px) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.exhibition-card {
    position: relative;
    padding-bottom: 56px;
}

.exhibition-card--button {
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.exhibition-card--button:focus-visible,
.about-exhibition-card:focus-visible {
    outline: 3px solid rgba(204, 63, 0, 0.35);
    outline-offset: 5px;
}

.exhibition-card--button:hover .exhibition-card__image-wrap img {
    transform: scale(1.04);
}

.exhibition-card__image-wrap {
    overflow: hidden;
    min-height: 360px;
    border-radius: 18px;
    background: #ececec;
    clip-path: polygon(0 0, calc(100% - 86px) 0, calc(100% - 72px) 8%, 100% 8%, 100% 100%, 0 100%);
}

.exhibition-card__image-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.exhibition-card__content {
    position: absolute;
    left: 84px;
    right: 8px;
    bottom: 0;
    min-height: 104px;
    padding: 20px 24px 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(17, 28, 37, 0.08);
}

.exhibition-card__year {
    display: inline-block;
    color: #cc3f00;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.exhibition-card__content h3 {
    margin: 10px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.exhibition-section__indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.exhibition-section__indicator {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: #dcdcdc;
    cursor: pointer;
}

.exhibition-section__indicator.is-active {
    background: #cc3f00;
    box-shadow: 0 0 0 5px rgba(204, 63, 0, 0.12);
}

.exhibition-lightbox-open {
    overflow: hidden;
}

.exhibition-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 78px;
    background: rgba(10, 14, 18, 0.9);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.exhibition-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.exhibition-lightbox__frame {
    margin: 0;
    max-width: min(1120px, 92vw);
    text-align: center;
}

.exhibition-lightbox__image {
    max-width: 100%;
    max-height: 82vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.exhibition-lightbox__caption {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 14px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.4;
}

.exhibition-lightbox__counter {
    color: rgba(255, 255, 255, 0.68);
}

.exhibition-lightbox__close,
.exhibition-lightbox__nav {
    position: absolute;
    border: 0;
    border-radius: 50%;
    background: #cc3f00;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.exhibition-lightbox__close {
    top: 22px;
    right: 26px;
    width: 46px;
    height: 46px;
    font-size: 34px;
    line-height: 1;
}

.exhibition-lightbox__nav {
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 32px;
    transform: translateY(-50%);
}

.exhibition-lightbox__nav--prev {
    left: 24px;
}

.exhibition-lightbox__nav--next {
    right: 24px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 240, 232, 0.98));
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--site-accent), transparent);
}

.feature-card h3 {
    margin: 0;
    font-size: 1.2rem;
}

.feature-card p {
    margin: 14px 0 0;
    color: var(--site-muted);
    line-height: 1.8;
}

.cta-section {
    padding-top: 0;
}

.cta-section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    border-radius: 28px;
    background:
        radial-gradient(circle at left top, rgba(200, 138, 43, 0.16), transparent 34%),
        linear-gradient(130deg, #132436, #24415e);
    color: #fff;
}

.site-footer {
    padding: 66px 0 0;
    color: rgba(255, 255, 255, 0.92);
    background: #cc3f00;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr 1fr 0.72fr;
    gap: 34px;
    align-items: start;
}

.site-footer h3 {
    margin: 0 0 22px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.2;
}

.site-footer__brand-logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.site-footer__brand-copy {
    max-width: 310px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.95;
}

.site-footer__since {
    margin-top: 26px;
    color: transparent;
    font-family: "Rajdhani", sans-serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    -webkit-text-stroke: 1.4px rgba(255, 255, 255, 0.75);
}

.site-footer__links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.site-footer__links-grid a,
.site-footer__text,
.site-footer__text a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.9;
}

.site-footer__links-grid a:hover,
.site-footer__text a:hover {
    color: #fff;
}

.site-footer__contact,
.site-footer__follow {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.site-footer__contact-block h3 {
    margin-bottom: 14px;
    font-size: 1.1rem;
}

.site-footer__text--stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 18px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer__socials a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.site-footer__bottom {
    margin-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.sticky-icons {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(-50%);
}

.sticky-icons__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    min-height: 92px;
    padding: 14px 10px;
    border-radius: 22px 0 0 22px;
    box-shadow: 0 18px 34px rgba(10, 18, 28, 0.18);
    color: #fff;
    text-align: center;
}

.sticky-icons__item img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.sticky-icons__item span {
    margin-top: 8px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
}

.sticky-icons__item--primary {
    background: #cc3f00;
}

.sticky-icons__item--secondary {
    background: #051e37;
}

.sticky-icons__item--success {
    background: #2cb241;
}

.about-page {
    background: linear-gradient(180deg, #fff 0%, #f6f8f9 100%);
}

.about-hero {
    padding: 48px 0 30px;
    background:
        linear-gradient(120deg, rgba(12, 31, 48, 0.94), rgba(28, 45, 58, 0.9)),
        url("../uploads/about-pages/factory.jpg") center / cover;
    color: #fff;
}

.about-hero__inner {
    max-width: 1120px;
}

.about-page__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.about-page__breadcrumbs a:hover {
    color: #fff;
}

.about-page__eyebrow {
    display: inline-flex;
    align-items: center;
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-hero .about-page__eyebrow {
    color: #ff8b4f;
}

.about-hero h1 {
    max-width: 860px;
    margin: 16px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.08;
}

.about-hero p {
    max-width: 820px;
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    line-height: 1.9;
    font-weight: 600;
}

.about-hero__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.about-hero__menu a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
}

.about-hero__menu a:hover,
.about-hero__menu a.is-active {
    border-color: #cc3f00;
    background: #cc3f00;
}

.about-page__body {
    padding: 54px 0 86px;
}

.about-introduction-card {
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(12, 31, 48, 0.08);
}

.about-story-visual {
    overflow: hidden;
    background: #eef1f4;
}

.about-introduction-card .about-story-visual {
    border-radius: 0 0 0 0;
}

.about-story-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.about-introduction-content {
    padding: 34px 36px 38px;
}

.about-introduction-content .about-page__eyebrow {
    font-size: 0.95rem;
    letter-spacing: 0.18em;
}

.about-introduction-content h2 {
    margin: 14px 0 16px;
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
}

.about-introduction-content p {
    margin: 0 0 18px;
    color: #2f3439;
    font-size: 14px;
    line-height: 1.9;
    text-align: justify;
}

.about-introduction-content p:last-child {
    margin-bottom: 0;
}

.about-story-block {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: 38px;
    align-items: center;
    margin-top: 32px;
}

.about-story-block--reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.about-story-block--reverse .about-story-block__image {
    order: 2;
}

.about-story-block__image {
    overflow: hidden;
    background: #eef1f4;
}

.about-story-block__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-story-block__copy h2,
.about-section__head h2,
.about-service-card__copy h2,
.about-team-card h2,
.about-exhibition-card__copy h2 {
    margin: 12px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    line-height: 1.18;
}

.about-story-block__copy h2,
.about-section__head h2 {
    font-size: 1.3rem;
}

.about-story-block__copy p,
.about-section__head p,
.about-service-card__copy p,
.about-feature-card p {
    color: #56626c;
    font-size: 15px;
    line-height: 1.95;
}

.about-story-block__copy p {
    margin: 16px 0 0;
}

.about-timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 42px;
}

.about-timeline article {
    min-height: 150px;
    padding: 18px;
    background: #102131;
    color: #fff;
}

.about-timeline strong {
    display: block;
    color: #ff8b4f;
    font-size: 1.7rem;
    line-height: 1;
}

.about-timeline span {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.55;
}

.about-feature-grid,
.about-team-grid,
.about-client-grid,
.about-exhibition-grid {
    display: grid;
    gap: 24px;
}

.about-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
}

.about-feature-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
}

.about-feature-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.about-feature-card h3 {
    margin: 10px 0 0;
    color: #171717;
    font-size: 1.65rem;
    font-weight: 800;
}

.about-section {
    margin-top: 46px;
}

.about-section__head {
    margin-bottom: 24px;
}

.about-section__head p {
    margin: 12px 0 0;
}

.about-image-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

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

.about-image-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
}

.about-image-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-image-grid--large .about-image-card img {
    height: 420px;
    object-fit: contain;
    background: #f5f5f5;
}

.about-image-card div {
    padding: 16px;
}

.about-image-card h3 {
    margin: 0;
    color: #171717;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
}

.about-image-card p {
    margin: 6px 0 0;
    color: #64717d;
    font-size: 0.9rem;
    line-height: 1.5;
}

.about-page-header-image {
    margin: 0 0 34px;
    overflow: hidden;
    border-radius: 26px;
    background: #f4f4f4;
    box-shadow: 0 18px 45px rgba(12, 24, 38, 0.1);
}

.about-page-header-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-service-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    min-height: 250px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
}

.about-service-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f1f4f6;
}

.about-service-card__image img {
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.about-service-card__copy {
    padding: 28px;
}

.about-service-card__copy h2 {
    font-size: 1.35rem;
}

.about-feature-list--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.about-feature-list--cards .about-service-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(12, 24, 38, 0.1);
}

.about-feature-list--cards .about-service-card__image {
    display: block;
    padding: 0;
    background: #f4f4f4;
}

.about-feature-list--cards .about-service-card__image img {
    display: block;
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.about-feature-list--cards .about-service-card__copy {
    padding: 36px 32px 38px;
}

.about-feature-list--cards .about-service-card__copy h2 {
    margin: 0 0 16px;
    color: #15191e;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.about-feature-list--cards .about-service-card__copy p {
    margin: 0;
    color: #5c6670;
    font-size: 1rem;
    line-height: 1.8;
}

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

.about-team-card {
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
}

.about-team-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.about-team-card div {
    padding: 22px;
}

.about-team-card h2 {
    font-size: 1.35rem;
}

.about-team-card p {
    margin: 8px 0 0;
    color: #cc3f00;
    font-weight: 800;
}

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

.about-exhibition-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
    cursor: pointer;
}

.about-exhibition-card > img,
.about-page__placeholder {
    width: 100%;
    height: 330px;
    object-fit: cover;
    background: #eef1f4;
}

.about-page__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64717d;
    font-weight: 800;
}

.about-exhibition-card__copy {
    padding: 24px;
}

.about-exhibition-card__copy span {
    color: #cc3f00;
    font-weight: 800;
    text-transform: uppercase;
}

.about-exhibition-card__copy h2 {
    font-size: 1.35rem;
}

.about-exhibition-card__gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    padding: 0 24px 24px;
}

.about-exhibition-card__gallery img {
    width: 100%;
    height: 68px;
    object-fit: cover;
}

.about-client-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-client-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
}

.about-client-card img {
    max-width: 100%;
    max-height: 86px;
    object-fit: contain;
}

.about-client-card span,
.about-empty-state {
    color: #64717d;
    font-weight: 800;
}

.about-empty-state {
    padding: 30px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
}

.testimonials-page {
    background: #f6f8f9;
}

.testimonials-hero {
    padding: 48px 0 34px;
    background: #fff;
}

.testimonials-hero h1 {
    max-width: 820px;
    margin: 14px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.12;
}

.testimonials-hero p {
    max-width: 740px;
    margin: 18px 0 0;
    color: #5f6a73;
    font-size: 15px;
    line-height: 1.9;
}

.testimonials-section {
    padding: 44px 0 82px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.testimonial-video-card {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.08);
}

.testimonial-video-card__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #111;
}

.testimonial-video-card__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-page {
    padding: 48px 0 88px;
    background:
        radial-gradient(circle at top right, rgba(204, 63, 0, 0.08), transparent 24%),
        linear-gradient(180deg, #fff 0%, #f8f4ef 100%);
    max-width: 100%;
    overflow-x: hidden;
}

.product-page *,
.product-page *::before,
.product-page *::after {
    min-width: 0;
}

.product-page__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    color: #171717;
    font-size: 0.80rem;
    line-height: 1.7;
    font-weight: 600;
}

.product-page__breadcrumbs a:hover {
    color: #cc3f00;
}

.product-page__hero,
.product-page__section,
.product-page__sidebar-card,
.product-page__related-card {
    border: 1px solid rgba(18, 32, 48, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(12, 24, 38, 0.08);
}

.product-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 34px;
    padding: 34px;
    border-radius: 30px;
}

.product-page__hero-copy,
.product-page__hero-media {
    min-width: 0;
    max-width: 100%;
}

.product-page__eyebrow,
.product-page__section-head span,
.product-page__sidebar-label,
.product-page__related-kicker {
    color: #cc3f00;
    font-family: "Rajdhani", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-page__hero h1 {
    margin: 14px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.product-page__lead,
.product-page__lead p {
    margin: 18px 0 0;
    color: #171717;
    font-size: 13px;
    line-height: 1.95;
}

.product-page__meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.product-page__meta-card {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: #fbf7f2;
    border: 1px solid rgba(204, 63, 0, 0.08);
}

.product-page__meta-card span {
    display: block;
    color: #7a828a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-page__meta-card strong {
    display: block;
    margin-top: 8px;
    color: #18212b;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
}

.product-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.product-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-page__button:hover {
    transform: translateY(-1px);
}

.product-page__button--solid {
    background: #cc3f00;
    color: #fff;
}

.product-page__button--solid:hover {
    background: #b53600;
}

.product-page__button--ghost {
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #18212b;
}

.product-page__button--ghost:hover {
    border-color: #cc3f00;
    color: #cc3f00;
}

.product-page__order {
    margin-top: 30px;
}

.product-page__order h2 {
    margin: 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.65rem, 1.2vw, 1.2rem);
    font-weight: 800;
    line-height: 1.12;
}

.product-page__order p {
    margin: 6px 0 0;
    color: #4b4b4b;
    font-size: 0.95rem;
    line-height: 1.5;
}

.product-page__order-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.product-page__order-phones a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, background 0.25s ease;
}

.product-page__order-phones a:hover {
    transform: translateY(-2px);
    background: #cc3f00;
}

.product-page__hero-media {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-page__hero-image {
    overflow: hidden;
    min-height: 440px;
    border-radius: 28px;
    background: linear-gradient(145deg, #f5f5f5, #ededed);
    clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
}

.product-page__hero-image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

.product-page__hero-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 440px;
    padding: 24px;
    color: #707780;
    font-size: 0.96rem;
    font-weight: 700;
    text-align: center;
}

.category-listing-hero,
.category-listing-section {
    border: 1px solid rgba(18, 32, 48, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(12, 24, 38, 0.08);
}

.category-listing-hero {
    padding: 34px;
    border-radius: 30px;
}

.category-listing-hero--with-image {
    overflow: hidden;
    padding: 0;
}

.category-listing-hero__image {
    width: 100%;
    background: #eef1f4;
}

.category-listing-hero__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.category-listing-hero--with-image .category-listing-hero__copy {
    padding: 34px;
}

.category-listing-hero__copy {
    max-width: 1300px;
}

.category-listing-hero__copy h1,
.category-listing-section__head h2 {
    margin: 14px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 1vw, 1.5rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.category-listing-hero__copy p,
.category-listing-hero__content {
    margin: 18px 0 0;
    color: #171717;
    font-size: 13px;
    line-height: 1.75;
    text-align: justify;
}

.category-listing-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px));
    gap: 14px;
    margin-top: 28px;
}

.category-listing-hero__stats article,
.category-chip {
    border: 1px solid rgba(204, 63, 0, 0.1);
    background: #fbf7f2;
}

.category-listing-hero__stats article {
    padding: 18px 20px;
    border-radius: 20px;
}

.category-listing-hero__stats strong {
    display: block;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.category-listing-hero__stats span {
    display: block;
    margin-top: 10px;
    color: #68727c;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.category-listing-hero__quality {
    margin-top: 30px;
}

.category-listing-hero__quality h2 {
    margin: 0 0 18px;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.2rem, 1vw, 1.5rem);
    font-weight: 800;
    line-height: 1.18;
}

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

.category-quality-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(18, 32, 48, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(12, 24, 38, 0.08);
}

.category-quality-card img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 54px;
}

.category-quality-card span {
    color: #1c252e;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.35;
}

.category-listing-section {
    margin-top: 28px;
    padding: 30px;
    border-radius: 28px;
}

.category-listing-section--compact {
    padding-bottom: 26px;
}

.category-listing-section__head h2 {
    font-size: clamp(1.7rem, 1.4vw, 1.4rem);
}

.category-gallery-section {
    overflow: hidden;
}

.category-gallery-block {
    margin-top: 28px;
}

.category-gallery-block h3 {
    margin: 0 0 16px;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
}

.category-gallery-masonry {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.category-gallery-item {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f4f5;
    box-shadow: 0 14px 34px rgba(12, 24, 38, 0.08);
}

.category-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.category-gallery-item:hover img {
    transform: scale(1.04);
}

.export-flags-section {
    text-align: center;
}

.export-flags-section__head h2 {
    margin: 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp (1rem, 1vw, 1rem);
    font-weight: 800;
    line-height: 1.12;
    text-align: left;
}

.export-flags-section__head h2 span {
    color: #cc3f00;
}

.export-flags-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.export-flag-card {
    display: flex;
    min-height: 138px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 14px;
    border: 1px solid rgba(18, 32, 48, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(12, 24, 38, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.export-flag-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(12, 24, 38, 0.12);
}

.export-flag-card img {
    display: block;
    width: 72px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 12px;
}

.export-flag-card span {
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.3;
}

.category-lightbox-open {
    overflow: hidden;
}

.category-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background: rgba(10, 14, 18, 0.86);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.category-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.category-lightbox__image {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    width: auto;
    height: auto;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.category-lightbox__close {
    position: absolute;
    top: 22px;
    right: 26px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #cc3f00;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.category-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.category-chip {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 220px;
    padding: 16px 18px;
    border-radius: 18px;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.category-chip:hover,
.category-chip.is-active {
    border-color: #cc3f00;
    background: rgba(204, 63, 0, 0.08);
    transform: translateY(-1px);
}

.category-chip span {
    color: #171717;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}

.category-chip small {
    color: #6d7680;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.category-subcategory-grid,
.category-product-grid {
    display: grid;
    gap: 22px;
    margin-top: 24px;
}

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

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

.category-subcategory-card {
    overflow: hidden;
    border: 1px solid rgba(18, 32, 48, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff 0%, #f8f4ef 100%);
    box-shadow: 0 18px 40px rgba(12, 24, 38, 0.08);
}

.category-subcategory-card__image {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f3f4f5;
}

.category-subcategory-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.category-subcategory-card:hover .category-subcategory-card__image img {
    transform: scale(1.05);
}

.category-subcategory-card__body {
    padding: 28px 24px;
}

.category-subcategory-card__count {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(204, 63, 0, 0.1);
    color: #cc3f00;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.category-subcategory-card h3 {
    margin: 18px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
}

.category-subcategory-card p {
    margin: 12px 0 0;
    color: #171717;
    font-size: 12px;
    line-height: 1.7;
    text-align: justify;

}

.category-subcategory-card__link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: #cc3f00;
    font-size: 0.9rem;
    font-weight: 800;
}

.category-subcategory-card__link::after {
    content: "\2192";
    margin-left: 10px;
}

.category-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-product-card__body {
    min-height: 0;
    flex: 1 1 auto;
    justify-content: space-between;
}

.category-product-card .homepage-product-card__image,
.category-product-card .homepage-product-card__image img {
    height: 250px;
    min-height: 250px;
}

.category-product-card h3 {
    font-size: 1.08rem;
}

.category-product-card .homepage-product-card__link {
    margin-top: 18px;
}

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

.product-page__thumb {
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 18px;
    background: #fff;
    cursor: pointer;
}

.product-page__thumb.is-active {
    border-color: #cc3f00;
    box-shadow: 0 14px 26px rgba(204, 63, 0, 0.14);
}

.product-page__thumb img {
    width: 100%;
    height: 88px;
    object-fit: cover;
}

.product-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    margin-top: 32px;
    align-items: start;
    max-width: 100%;
}

.product-page__main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.product-page__section,
.product-page__sidebar-card {
    border-radius: 28px;
    padding: 28px;
}

.product-page__section-head h2,
.product-page__sidebar-card h3 {
    margin: 12px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.5rem, 2vw, 1.2rem);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.product-page__richtext,
.product-page__richtext p,
.product-page__richtext li,
.product-page__sidebar-card li {
    color: #171717;
    font-size: 13px;
    line-height: 1.95;
    text-align: justify;
}

.product-page__richtext {
    margin-top: 20px;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
}

.product-page__richtext > *:first-child {
    margin-top: 0;
}

.product-page__richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.product-page__richtext table {
    width: 100% !important;
    border-collapse: collapse;
    overflow: hidden;
    margin-top: 8px;
    border-radius: 18px;
}

.product-page__richtext table tr:nth-child(odd) {
    background: #fcfaf7;
}

.product-page__richtext table td,
.product-page__richtext table th {
    padding: 14px 16px;
    border: 1px solid rgba(18, 32, 48, 0.08);
    color: #25313c;
    font-size: 14px;
    line-height: 1.7;
    vertical-align: top;
}

.product-page__richtext h4,
.product-page__richtext h3 {
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.product-page__richtext--specs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-page__richtext--specs table {
    min-width: 680px;
}

.product-page__applications {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.product-page__accessory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.product-page__accessory-card {
    overflow: hidden;
    border: 1px solid rgba(18, 32, 48, 0.08);
    border-radius: 22px;
    background: #fbf7f2;
}

.product-page__accessory-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 20px;
    background: #fff;
}

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

.product-page__accessory-image span {
    color: #78808a;
    font-size: 0.92rem;
    font-weight: 700;
}

.product-page__accessory-body {
    padding: 18px;
}

.product-page__accessory-body h3 {
    margin: 0;
    color: #18212b;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}

.product-page__accessory-body p {
    margin: 10px 0 0;
    color: #66717a;
    font-size: 14px;
    line-height: 1.7;
}

.product-page__application-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: #fbf7f2;
    border: 1px solid rgba(18, 32, 48, 0.06);
}

.product-page__application-icon {
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #fff;
}

.product-page__application-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.product-page__application-card h3 {
    margin: 0;
    color: #18212b;
    font-family: "Manrope", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
}

.product-page__video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.product-page__video-card {
    overflow: hidden;
    border-radius: 22px;
    background: #f4f4f4;
}

.product-page__video-frame {
    position: relative;
    padding-top: 56.25%;
}

.product-page__video-frame iframe,
.product-page__video-frame video,
.product-page__video-frame > * {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.product-page__sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 108px;
}

.product-page__sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
}

.product-page__sidebar-links a,
.product-page__related-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #18212b;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

.product-page__sidebar-links a:hover,
.product-page__related-link:hover {
    background: #cc3f00;
}

.product-page__sidebar-points {
    margin: 22px 0 0;
    padding-left: 18px;
}

.product-page__sidebar-points li + li {
    margin-top: 10px;
}

.product-page__enquiry {
    margin-top: 18px;
}

.product-page__enquiry a,
.product-page__enquiry button,
.product-page__enquiry input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #cc3f00;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.product-enquiry-card h3 {
    margin-bottom: 18px;
}

.product-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
}

.product-enquiry-form__field label {
    display: block;
    margin-bottom: 7px;
    color: #18212b;
    font-family: "Manrope", sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
}

.product-enquiry-form__field input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(18, 32, 48, 0.12);
    border-radius: 14px;
    background: #fff;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-enquiry-form__field input:focus {
    border-color: #cc3f00;
    box-shadow: 0 0 0 4px rgba(204, 63, 0, 0.08);
}

.product-enquiry-form__field small {
    display: block;
    margin-top: 7px;
    color: #6f7780;
    font-size: 0.78rem;
    line-height: 1.55;
}

.product-enquiry-form__message {
    display: none;
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.45;
}

.product-enquiry-form__message:not(:empty) {
    display: block;
}

.product-enquiry-form__message[data-type="success"] {
    background: #edf8ef;
    color: #20743a;
}

.product-enquiry-form__message[data-type="error"] {
    background: #fff0ed;
    color: #b53600;
}

.product-enquiry-form__message[data-type="info"] {
    background: #eef5ff;
    color: #174b86;
}

.product-enquiry-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: #cc3f00;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 0.96rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.product-enquiry-form__submit:hover {
    transform: translateY(-2px);
    background: #b53600;
}

.product-enquiry-form__submit:disabled {
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
}

.product-enquiry-modal-open {
    overflow: hidden;
}

.product-enquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(10, 14, 18, 0.72);
}

.product-enquiry-modal.is-open {
    display: flex;
}

.product-enquiry-modal__dialog {
    position: relative;
    width: min(420px, 100%);
    padding: 30px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.product-enquiry-modal__dialog h3 {
    margin: 10px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
}

.product-enquiry-modal__dialog p {
    margin: 10px 0 18px;
    color: #4b4b4b;
    font-size: 0.95rem;
    line-height: 1.6;
}

.product-enquiry-modal__dialog input {
    width: 100%;
    min-height: 54px;
    margin-bottom: 16px;
    padding: 0 16px;
    border: 1px solid rgba(18, 32, 48, 0.14);
    border-radius: 16px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-align: center;
}

.product-enquiry-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #171717;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.product-page__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.product-page__related-card {
    overflow: hidden;
    border-radius: 24px;
}

.product-page__related-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    background: #f4f4f4;
    color: #707780;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
}

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

.product-page__related-body {
    padding: 22px;
}

.product-page__related-kicker {
    letter-spacing: 0.08em;
}

.product-page__related-body h3 {
    margin: 12px 0 0;
    color: #171717;
    font-family: "Manrope", sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.45;
}

.product-page__related-body p {
    margin: 14px 0 0;
    color: #66717a;
    font-size: 14px;
    line-height: 1.85;
}

.product-page__related-link {
    margin-top: 18px;
    background: #cc3f00;
}

.product-page__related-link::after {
    content: "\2192";
    margin-left: 10px;
}

@media (max-width: 991px) {
    .site-category-bar {
        top: 84px;
    }

    .site-header__inner {
        min-height: 84px;
        position: relative;
        gap: 12px;
    }

    .menu-toggle {
        display: inline-block;
    }

    .brand-mark img {
        width: 120px;
    }

    .site-header__right {
        flex: initial;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 12px);
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 14px 0;
        border: 1px solid rgba(18, 32, 48, 0.08);
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.99);
        box-shadow: var(--site-shadow);
        z-index: 30;
    }

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

    .site-nav__item {
        width: 100%;
    }

    .site-nav__link {
        width: 100%;
        min-height: 0;
        justify-content: space-between;
        padding: 14px 20px;
    }

    .site-nav__dropdown {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        padding: 0 16px 14px;
        border-top: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .site-nav__item--simple-dropdown.is-open .site-nav__dropdown {
        display: grid;
    }

    .site-nav__item--simple-dropdown.is-open .site-nav__caret {
        transform: rotate(225deg) translate(-2px, -1px);
    }

    .site-nav__dropdown a {
        min-height: 38px;
        padding: 0 14px;
        background: #f7f1e9;
        border-bottom: 1px solid rgba(18, 32, 48, 0.06);
    }

    .site-category-bar__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 54px;
        padding: 0 22px;
        border: 0;
        background: linear-gradient(90deg, #102131, #18324b 55%, #11263c);
        color: #fff;
        font: inherit;
        font-size: 0.98rem;
        font-weight: 800;
        letter-spacing: 0.01em;
        cursor: pointer;
    }

    .site-category-bar__toggle .site-nav__caret {
        border-color: rgba(255, 255, 255, 0.72);
        transition: transform 0.2s ease;
    }

    .site-category-bar.is-open .site-category-bar__toggle .site-nav__caret {
        transform: rotate(225deg) translate(-2px, -1px);
    }

    .site-category-bar__inner {
        display: none;
        flex-direction: column;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .site-category-bar.is-open .site-category-bar__inner {
        display: flex;
    }

    .site-category-bar__link {
        justify-content: space-between;
        min-height: 0;
        padding: 14px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .site-category-bar__link .site-nav__caret {
        display: block;
    }

    .site-category-bar .site-nav__item--mega:hover .site-category-bar__link,
    .site-category-bar .site-nav__item--mega.is-open .site-category-bar__link {
        background: rgba(255, 255, 255, 0.08);
    }

    .products-mega-menu {
        position: static;
        display: none;
        width: 100%;
        max-height: min(440px, calc(100vh - 240px));
        min-height: 0;
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        background: #262420;
        margin: 8px 0 6px;
        border-top: 0;
    }

    .site-nav__item--mega.is-open .products-mega-menu {
        display: block;
    }

    .products-mega-menu__sidebar {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .products-mega-menu__panel {
        display: none;
    }

    .products-mega-menu__panel.is-active {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 22px;
        padding: 24px;
    }

    .products-mega-menu__product-list {
        columns: 1;
    }

    .products-mega-menu__panel--single,
    .products-mega-menu__panel--single.is-active {
        grid-template-columns: 1fr;
    }

    .header-tools {
        display: flex;
        gap: 10px;
        margin-left: 0;
        border-left: 0;
        flex-shrink: 0;
    }

    .header-loc {
        display: none;
    }

    .header-login {
        min-width: 0;
        min-height: 48px;
        padding: 0 14px;
        border-radius: 14px;
        font-size: 0.82rem;
        white-space: nowrap;
    }

    .header-tools__item {
        min-height: 48px;
        padding: 0 14px;
        border: 1px solid rgba(18, 32, 48, 0.1);
        border-radius: 14px;
        flex-shrink: 0;
    }

    .header-loc-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
    }

    .header-loc.is-open .header-loc-menu {
        display: block;
    }

    .header-loc-menu__inner {
        grid-template-columns: 1fr;
        max-height: none;
        gap: 24px;
        padding-top: 22px;
        padding-bottom: 24px;
    }

    .hero-slider,
    .hero-slide__content {
        
    }

    .home-top-content__grid {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 20px;
    }

    .home-features__grid,
    .story-section__top,
    .home-counter-grid,
    .home-team-section__grid,
    .home-product-display__top,
    .homepage-blog-grid,
    .homepage-products-grid,
    .feature-grid,
    .product-page__grid,
    .product-page__category-grid,
    .site-footer__grid,
    .cta-section__inner {
        grid-template-columns: 1fr;
    }

    .product-page {
        padding: 34px 0 64px;
    }

    .product-page__hero,
    .product-page__layout,
    .product-page__video-grid,
    .product-page__related-grid {
        grid-template-columns: 1fr;
    }

    .about-hero h1 {
        font-size: 3rem;
    }

    .about-story-block,
    .about-story-block--reverse,
    .about-feature-grid,
    .about-feature-list,
    .about-exhibition-grid {
        grid-template-columns: 1fr;
    }

    .about-story-block--reverse .about-story-block__image {
        order: 0;
    }

    .about-timeline,
    .about-image-grid,
    .about-client-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .category-subcategory-grid,
    .category-product-grid,
    .category-listing-hero__stats {
        grid-template-columns: 1fr;
    }

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

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

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

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

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

    .product-page__sidebar {
        position: static;
    }

    .product-search-overlay {
        padding: 78px 12px 18px;
    }

    .product-search-modal {
        max-height: calc(100vh - 96px);
        padding: 22px 16px;
        border-radius: 18px;
    }

    .product-search-modal__close {
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
    }

    .product-search-box {
        gap: 8px;
        padding-left: 14px;
    }

    .product-search-box input {
        min-height: 50px;
        font-size: 0.92rem;
    }

    .product-search-box__clear {
        padding: 8px 10px;
    }

    .product-search-result {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
    }

    .product-search-result__image {
        width: 62px;
        height: 56px;
    }

    .product-page__hero-image,
    .product-page__hero-image img,
    .product-page__hero-placeholder {
        min-height: 360px;
    }

    .story-section__side {
        padding-top: 0;
    }

    .story-visual__frame,
    .story-visual__frame img,
    .story-visual__placeholder {
        min-height: 360px;
    }

    .home-team-section__image-wrap img,
    .home-team-section__image-placeholder {
        min-height: 520px;
    }

    .home-team-section__content {
        max-width: 760px;
    }

    .home-product-display__body,
    .home-product-display__panel,
    .home-product-display__panel.is-active {
        grid-template-columns: 1fr;
    }

    .home-product-display__body {
        gap: 26px;
    }

    .home-product-display__top-button {
        margin-top: 0;
    }

    .home-product-display__tabs {
        gap: 10px;
    }

    .home-product-display__image-wrap,
    .home-product-display__image-wrap img,
    .home-product-display__image-placeholder {
        min-height: 340px;
    }

    .exhibition-section__slide {
        flex-basis: calc((100% - 22px) / 2);
    }

    .exhibition-card__content {
        left: 56px;
    }

    .prestigious-client-section__track {
        gap: 18px;
    }

    .homepage-product-card__image,
    .homepage-product-card__image img {
        min-height: 240px;
        height: 240px;
    }

    .cta-section__inner {
        align-items: flex-start;
    }

    .site-footer__grid {
        gap: 28px;
    }

    .sticky-icons {
        right: 12px;
    }

    .sticky-icons__item {
        width: 82px;
        min-height: 82px;
        border-radius: 18px 0 0 18px;
    }
}

@media (max-width: 640px) {
    .brand-mark {
        max-width: none;
    }

    .brand-mark img {
        width: 104px;
    }

    .site-header__inner {
        gap: 8px;
    }

    .menu-toggle,
    .header-tools__item {
        width: 46px;
        height: 46px;
        min-height: 46px;
        padding: 0;
        justify-content: center;
    }

    .header-login {
        min-height: 46px;
        padding: 0 12px;
        border-radius: 13px;
        font-size: 0.78rem;
    }

    .header-tools {
        gap: 8px;
    }

    .site-footer {
        padding-top: 44px;
    }

    .site-footer h3 {
        font-size: 1.35rem;
    }

    .site-footer__brand-logo img {
        width: 128px;
    }

    .site-footer__since {
        font-size: 2.7rem;
    }

    .site-footer__links-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sticky-icons {
        right: 10px;
        gap: 8px;
    }

    .sticky-icons__item {
        width: 72px;
        min-height: 72px;
        padding: 12px 8px;
        border-radius: 16px 0 0 16px;
    }

    .sticky-icons__item img {
        width: 24px;
        height: 24px;
    }

    .sticky-icons__item span {
        margin-top: 6px;
        font-size: 0.78rem;
    }

    .home-top-content {
        padding: 24px 0 16px;
    }

    .home-top-content__title-block h1,
    .story-copy h2,
    .home-team-section__content h2,
    .home-product-display__top h2,
    .prestigious-client-section__header h2,
    .homepage-products-section .section-heading h2 {
        font-size: 1.5rem;
    }

    .products-mega-menu__panel {
        padding: 20px;
    }

    .home-feature-card {
        min-height: 0;
        padding: 26px 22px 24px;
    }

    .story-section {
        padding: 58px 0 74px;
    }

    .story-section__top {
        gap: 26px;
    }

    .story-section__button {
        width: 100%;
        min-width: 0;
        min-height: 56px;
    }

    .story-visual {
        margin-top: 28px;
    }

    .home-counter-section {
        padding: 8px 0 18px;
    }

    .home-counter-grid {
        gap: 24px;
    }

    .home-counter-card h3 {
        font-size: 3.4rem;
    }

    .home-team-section {
        padding: 42px 0 18px;
    }

    .home-team-section__grid {
        gap: 34px;
    }

    .home-team-section__image-wrap {
        border-radius: 22px;
    }

    .home-team-section__image-wrap img,
    .home-team-section__image-placeholder {
        min-height: 420px;
    }

    .home-team-section__card {
        right: 14px;
        bottom: 14px;
        max-width: 200px;
        padding: 20px 18px;
    }

    .home-team-section__card strong {
        font-size: 1.9rem;
    }

    .home-team-section__lead {
        font-size: 16px;
    }

    .home-team-section__tab-list {
        grid-template-columns: 1fr;
    }

    .home-team-section__tab {
        min-height: 52px;
        border-right: 0;
        border-bottom: 1px solid #e4dfd7;
    }

    .home-team-section__tab:last-child {
        border-bottom: 0;
    }

    .home-product-display {
        padding: 42px 0 18px;
    }

    .home-product-display__top {
        gap: 20px;
    }

    .home-product-display__top-button {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        justify-content: space-between;
    }

    .home-product-display__body {
        margin-top: 30px;
    }

    .home-product-display__tab {
        min-height: 52px;
        padding: 0 18px;
        font-size: 0.95rem;
    }

    .home-product-display__panel {
        gap: 24px;
    }

    .home-product-display__image-wrap {
        clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
    }

    .home-product-display__copy h3 {
        font-size: 1.5rem;
    }

    .homepage-products-section {
        padding: 42px 0 18px;
    }

    .homepage-blog-section {
        padding: 24px 0 42px;
    }

    .homepage-blog-section__header h2 {
        font-size: 1.5rem;
    }

    .homepage-blog-grid {
        gap: 22px;
        margin-top: 32px;
    }

    .homepage-blog-card__image {
        aspect-ratio: 5 / 3;
    }

    .homepage-blog-card__body {
        padding: 38px 22px 20px;
    }

    .homepage-blog-card__category {
        left: 22px;
    }

    .exhibition-section {
        padding: 42px 0 24px;
    }

    .exhibition-section__header h2 {
        font-size: 2rem;
    }

    .exhibition-section__slider {
        margin-top: 30px;
    }

    .exhibition-section__track {
        gap: 18px;
    }

    .exhibition-section__slide {
        flex-basis: 86vw;
    }

    .exhibition-card {
        padding-bottom: 46px;
    }

    .exhibition-card__image-wrap {
        min-height: 280px;
        border-radius: 16px;
        clip-path: polygon(0 0, calc(100% - 46px) 0, calc(100% - 34px) 8%, 100% 8%, 100% 100%, 0 100%);
    }

    .exhibition-card__image-wrap img {
        height: 280px;
    }

    .exhibition-card__content {
        left: 18px;
        right: 18px;
        min-height: 88px;
        padding: 18px 20px;
    }

    .exhibition-card__year {
        font-size: 1.35rem;
    }

    .exhibition-card__content h3 {
        font-size: 1rem;
    }

    .exhibition-lightbox {
        padding: 74px 14px 26px;
    }

    .exhibition-lightbox__image {
        max-height: 72vh;
        border-radius: 12px;
    }

    .exhibition-lightbox__caption {
        flex-direction: column;
        gap: 4px;
        font-size: 0.86rem;
    }

    .exhibition-lightbox__close {
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .exhibition-lightbox__nav {
        top: auto;
        bottom: 18px;
        width: 42px;
        height: 42px;
        font-size: 26px;
        transform: none;
    }

    .exhibition-lightbox__nav--prev {
        left: 18px;
    }

    .exhibition-lightbox__nav--next {
        right: 18px;
    }

    .homepage-product-card__image,
    .homepage-product-card__image img {
        min-height: 220px;
        height: 220px;
    }

    .homepage-product-card__body {
        min-height: 0;
    }

    .prestigious-client-section {
        padding: 42px 0 24px;
    }

    .prestigious-client-section__marquee {
        margin-top: 28px;
    }

    .prestigious-client-section__card {
        flex-basis: 170px;
        min-height: 96px;
        padding: 20px 16px;
    }

    .prestigious-client-section__card img {
        height: 56px;
    }

    .story-visual__frame {
        clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
    }

    .product-page__hero {
        padding: 22px;
        border-radius: 24px;
        gap: 24px;
    }

    .category-listing-hero,
    .category-listing-section {
        padding: 22px;
        border-radius: 24px;
    }

    .category-listing-hero--with-image {
        padding: 0;
    }

    .category-listing-hero--with-image .category-listing-hero__copy {
        padding: 22px;
    }

    .category-listing-hero__image img {
        height: 121px;
    }

    .category-quality-grid {
        grid-template-columns: 1fr;
    }

    .category-gallery-masonry {
        grid-template-columns: 1fr;
    }

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

    .product-page__order-phones a {
        width: 100%;
    }

    .category-quality-card {
        min-height: 82px;
        padding: 14px;
    }

    .product-page__hero h1 {
        font-size: 1.5rem;
    }

    .about-hero {
        padding: 38px 0 24px;
    }

    .about-hero h1,
    .testimonials-hero h1,
    .about-story-block__copy h2,
    .about-section__head h2 {
        font-size: 1.5rem;
    }

    .about-hero__menu a {
        width: 100%;
        justify-content: center;
    }

    .about-story-visual img,
    .about-story-block__image img,
    .about-page-header-image img,
    .about-image-grid--large .about-image-card img,
    .about-team-card img,
    .about-exhibition-card > img,
    .about-page__placeholder {
        height: auto;
    }

    .about-introduction-card {
        border-radius: 0 0 20px 20px;
    }

    .about-introduction-content {
        padding: 24px 20px 28px;
    }

    .about-introduction-content h2 {
        font-size: 1.25rem;
    }

    .about-feature-card,
    .about-service-card,
    .about-timeline,
    .about-image-grid,
    .about-image-grid--large,
    .about-team-grid,
    .about-client-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .about-feature-card img {
        width: 100%;
        height: 240px;
    }

    .about-service-card__image {
        min-height: 160px;
    }

    .about-exhibition-card__gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .category-listing-hero__copy h1,
    .category-listing-section__head h2 {
        font-size: 1rem;
    }

    .product-page__meta-grid,
    .product-page__applications,
    .product-page__accessory-grid,
    .product-page__thumbs {
        grid-template-columns: 1fr;
    }

    .category-chip {
        min-width: 0;
        width: 100%;
    }

    .product-page__hero-image {
        clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
    }

    .product-page__hero-image,
    .product-page__hero-image img,
    .product-page__hero-placeholder {
        min-height: 280px;
    }

    .product-page__section,
    .product-page__sidebar-card {
        padding: 22px;
        border-radius: 22px;
    }

    .product-page__section-head h2,
    .product-page__sidebar-card h3 {
        font-size: 1.5rem;
    }

    .product-page__related-image,
    .product-page__related-image img {
        min-height: 210px;
        height: 210px;
    }

    .hero-slide__content {
        padding: 100px 0 90px;
    }

    .feature-section,
    .cta-section {
        padding: 72px 0;
    }
}

@media (max-width: 991px) {
    .blog-listing-layout,
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .blog-sidebar,
    .blog-detail-sidebar {
        position: static;
    }

    .blog-listing-grid {
        grid-template-columns: 1fr;
    }

    .blog-detail-featured-image {
        margin-top: -96px;
    }

}

@media (max-width: 640px) {
    .blog-hero,
    .blog-detail-hero {
        padding: 48px 0 72px;
    }

    .blog-listing-section,
    .blog-detail-body-section {
        padding: 42px 0;
    }

    .blog-listing-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-list-card__body,
    .blog-sidebar-card,
    .blog-detail-content {
        padding: 24px;
    }

    .blog-recent-list a {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .blog-recent-list img {
        width: 72px;
        height: 54px;
    }

    .blog-detail-featured-image {
        margin-top: -82px;
    }

    .blog-detail-body-section--card {
        padding: 26px 0 48px;
    }

    .blog-detail-card {
        border-radius: 18px;
    }

    .blog-detail-card__content {
        padding: 26px 22px 30px;
    }

    .blog-detail-card .blog-detail-featured-image img {
        max-height: 280px;
    }
}

@media (max-width: 767px) {
    .about-hero__menu {
        display: none;
    }

    body {
        padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    }

    .sticky-icons {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 90;
        flex-direction: row;
        gap: 8px;
        padding: 9px 10px calc(9px + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -14px 34px rgba(10, 18, 28, 0.16);
        transform: none;
    }

    .sticky-icons__item {
        flex: 1 1 0;
        width: auto;
        min-height: 58px;
        padding: 8px 6px;
        border-radius: 14px;
        box-shadow: none;
    }

    .sticky-icons__item img {
        width: 22px;
        height: 22px;
    }

    .sticky-icons__item span {
        margin-top: 5px;
        font-size: 0.72rem;
        line-height: 1.1;
    }
}
