:root {
    --site-bg: #f4f1ea;
    --site-surface: #fffaf3;
    --site-card: #ffffff;
    --site-ink: #1f2320;
    --site-muted: #636c65;
    --site-accent: #c99332;
    --site-accent-strong: #9d6d18;
    --site-highlight: #cf0a85;
    --site-highlight-strong: #a9086b;
    --site-border: rgba(31, 35, 32, 0.12);
    --site-shadow: 0 18px 45px rgba(18, 24, 21, 0.1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--site-ink);
    background: linear-gradient(180deg, #f4f1ea 0%, #fbfaf7 100%);
    overflow-x: hidden;
}

body.site-loading {
    overflow: hidden;
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background:
        radial-gradient(circle at top left, rgba(201, 147, 50, 0.22), transparent 40%),
        radial-gradient(circle at bottom right, rgba(207, 10, 133, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(244, 241, 234, 0.98), rgba(255, 250, 243, 0.98));
    opacity: 1;
    visibility: visible;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

#preloader::before {
    content: '';
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(31, 35, 32, 0.08);
    border-radius: 28px;
    background-image:
        linear-gradient(rgba(31, 35, 32, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 35, 32, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.88), transparent 88%);
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.88), transparent 88%);
    pointer-events: none;
}

#preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#preloader #status {
    width: min(100%, 260px);
    padding: clamp(28px, 4vw, 40px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 240, 0.68));
    box-shadow: 0 28px 70px rgba(18, 24, 21, 0.14);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    backdrop-filter: blur(24px) saturate(180%);
    overflow: hidden;
}

#preloader #status::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.44) 32%, transparent 60%);
    transform: translateX(-120%);
    animation: preloader-sweep 3s ease-in-out infinite;
    pointer-events: none;
}

.preloader-layout {
    position: relative;
    z-index: 1;
}

.preloader-layout {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-engine {
    position: relative;
    width: 132px;
    height: 132px;
    flex-shrink: 0;
}

.preloader-ring,
.preloader-core {
    position: absolute;
    border-radius: 50%;
}

.preloader-ring {
    inset: 0;
    border: 1px solid rgba(31, 35, 32, 0.08);
}

.preloader-ring::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 3px solid transparent;
}

.preloader-ring-outer::before {
    border-top-color: var(--site-accent);
    border-right-color: rgba(201, 147, 50, 0.24);
    border-bottom-color: rgba(31, 35, 32, 0.08);
    animation: preloader-spin 1.7s linear infinite;
}

.preloader-ring-inner {
    inset: 18px;
}

.preloader-ring-inner::before {
    inset: 8px;
    border-top-color: var(--site-highlight);
    border-left-color: rgba(207, 10, 133, 0.2);
    border-bottom-color: rgba(31, 35, 32, 0.06);
    animation: preloader-spin-reverse 1.25s linear infinite;
}

.preloader-core {
    inset: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #ffffff, rgba(255, 255, 255, 0.84) 44%, rgba(201, 147, 50, 0.18) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 16px 30px rgba(157, 109, 24, 0.16);
}

.preloader-core-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--site-accent), var(--site-highlight));
    box-shadow: 0 0 0 12px rgba(201, 147, 50, 0.14);
    animation: preloader-pulse 1.6s ease-in-out infinite;
}

@keyframes preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes preloader-spin-reverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes preloader-pulse {
    0%,
    100% {
        transform: scale(0.92);
        box-shadow: 0 0 0 8px rgba(201, 147, 50, 0.1);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 14px rgba(201, 147, 50, 0.18);
    }
}

@keyframes preloader-sweep {
    0%,
    15% {
        transform: translateX(-120%);
    }

    70%,
    100% {
        transform: translateX(130%);
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.section-title .title {
    font-family: 'Sora', sans-serif;
    letter-spacing: -0.03em;
    color: var(--site-ink);
}

a {
    text-decoration: none;
}

img,
iframe {
    max-width: 100%;
}

.text-muted {
    color: var(--site-muted) !important;
}

.text-primary {
    color: var(--site-accent) !important;
}

.bg-primary {
    background-color: var(--site-accent) !important;
}

.btn-primary {
    background: var(--site-accent);
    border-color: var(--site-accent);
    color: #fff;
    box-shadow: 0 12px 30px rgba(157, 109, 24, 0.2);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--site-accent-strong);
    border-color: var(--site-accent-strong);
    color: #fff;
}

.btn-outline-dark {
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #fff;
    border-color: #fff;
    color: var(--site-ink);
}

.section {
    padding: 96px 0;
}

.section-soft {
    background: rgba(255, 255, 255, 0.55);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(201, 147, 50, 0.14);
    color: var(--site-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.section-subtitle {
    font-size: 1.05rem;
    color: var(--site-muted);
}

#topnav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    padding-top: 14px;
    background: transparent;
    box-shadow: none;
}

#topnav .container.position-relative {
    width: 100%;
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
}

#topnav .nav-shell {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    gap: clamp(18px, 2vw, 32px);
    min-height: 78px;
    padding: 0 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    background: linear-gradient(135deg, rgba(255, 251, 245, 0.76), rgba(248, 239, 232, 0.62));
    box-shadow: 0 18px 40px rgba(18, 24, 21, 0.12);
    -webkit-backdrop-filter: blur(34px) saturate(180%);
    backdrop-filter: blur(34px) saturate(180%);
}

#topnav.nav-sticky {
    background: transparent;
    box-shadow: none;
}

#topnav.nav-sticky .nav-shell {
    background: linear-gradient(135deg, rgba(255, 252, 247, 0.82), rgba(248, 239, 232, 0.72));
    box-shadow: 0 16px 36px rgba(18, 24, 21, 0.14);
    -webkit-backdrop-filter: blur(38px) saturate(190%);
    backdrop-filter: blur(38px) saturate(190%);
}

#topnav .logo {
    display: flex;
    align-items: center;
    min-height: 78px;
    line-height: 1;
    margin-right: 0;
    padding: 0;
}

#topnav .logo img {
    width: clamp(150px, 13vw, 180px);
    height: auto;
}

#topnav .logo .l-dark {
    display: inline-block !important;
}

#topnav .logo .l-light,
#topnav .logo .logo-dark-mode {
    display: none !important;
}

#topnav .menu-extras {
    display: none;
    margin-left: 0;
    justify-self: end;
}

#topnav #navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

#topnav .navigation-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
}

#topnav .navigation-menu.nav-light > li > a,
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
    color: var(--site-ink);
}

#topnav .navigation-menu > li {
    float: none;
    margin: 0;
}

#topnav .navigation-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 0 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

#topnav .navigation-menu > li.has-submenu > a {
    padding-right: 28px;
}

#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li:hover > a,
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a,
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a {
    color: var(--site-accent) !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: transparent var(--site-ink) var(--site-ink) transparent;
    right: 6px;
    top: 50%;
    margin-top: -6px;
    cursor: pointer;
}

#topnav .navigation-menu > li.active > .menu-arrow,
#topnav .navigation-menu > li:hover > .menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: transparent var(--site-accent) var(--site-accent) transparent !important;
}

#topnav .navigation-menu > li .submenu {
    background: rgba(255, 250, 245, 0.96);
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow);
    border-radius: 18px;
    padding: 12px 0;
    min-width: 240px;
}

#topnav .navigation-menu > li .submenu li a {
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 12px 20px;
}

#topnav .navigation-menu > li .submenu li.active > a,
#topnav .navigation-menu > li .submenu li a:hover {
    color: var(--site-accent) !important;
}

.mobile-nav-cta {
    display: none;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-cta-desktop {
    flex-shrink: 0;
}

.footer-badge {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    #topnav #navigation {
        display: flex !important;
    }
}

@media (max-width: 1199px) {
    #topnav .container.position-relative {
        width: min(100% - 20px, 1760px);
    }

    #topnav .nav-shell {
        gap: 18px;
        padding: 0 22px;
    }

    #topnav .navigation-menu > li > a {
        padding: 0 11px;
        font-size: 12px;
        letter-spacing: 0.08em;
    }

    #topnav .navigation-menu > li.has-submenu > a {
        padding-right: 24px;
    }

    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 4px;
    }

    .nav-cta {
        padding: 0 18px;
        font-size: 12px;
    }

    .hero-copy h1 {
        font-size: clamp(2.1rem, 3.8vw, 3.4rem);
    }

    .hero-copy p {
        font-size: 0.98rem;
    }
}

.hero-slider-section {
    padding-top: 0;
}

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    padding-top: 0;
}

.hero-slider {
    overflow: hidden;
    border-radius: 0;
}

.hero-slide {
    position: relative;
    height: 100svh;
    min-height: 100vh;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 20, 18, 0.84) 0%, rgba(15, 20, 18, 0.58) 42%, rgba(15, 20, 18, 0.2) 100%);
}

.hero-slide-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 100vh;
    padding: 0;
}

.hero-content-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 148px 48px 72px;
}

.tns-outer,
.tns-ovh,
.tns-inner,
.tns-slider,
.tns-item {
    height: 100%;
}

.hero-slider .tns-item {
    display: flex;
}

.tiny-slider img,
.hero-slider img,
.tns-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-copy {
    max-width: 940px;
}

.hero-copy .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.hero-copy h1 {
    color: #fff;
    font-size: clamp(2.2rem, 4.1vw, 4rem);
    line-height: 1.06;
    margin: 16px 0 18px;
}

.hero-copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    max-width: 560px;
}

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

.hero-note {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
}

.hero-note strong {
    font-weight: 800;
    color: #fff;
}

.hero-slider-wrapper .tns-controls {
    position: absolute;
    right: 42px;
    bottom: 34px;
    z-index: 3;
    display: flex;
    gap: 12px;
}

.hero-slider-wrapper .tns-controls button {
    position: relative;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 250, 243, 0.95);
    box-shadow: var(--site-shadow);
    font-size: 0;
}

.hero-slider-wrapper .tns-controls button::before {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--site-ink);
}

.hero-slider-wrapper .tns-controls button[data-controls='prev']::before {
    content: '←';
}

.hero-slider-wrapper .tns-controls button[data-controls='next']::before {
    content: '→';
}

.hero-slider-wrapper .tns-nav {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 3;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-slider-wrapper .tns-nav button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.34);
}

.hero-slider-wrapper .tns-nav .tns-nav-active {
    background: var(--site-accent);
}

.feature-split {
    position: relative;
    z-index: 2;
    margin-top: -58px;
}

.split-card,
.category-card,
.metric-card,
.overview-card,
.process-card,
.detail-card,
.case-card,
.contact-info-card,
.form-card {
    height: 100%;
    padding: 32px;
    border-radius: 28px;
    border: 1px solid var(--site-border);
    background: var(--site-card);
    box-shadow: var(--site-shadow);
}

.split-card h3,
.category-card h3,
.overview-card h3,
.detail-card h3,
.case-card h3,
.contact-info-card h3 {
    font-size: 1.35rem;
}

.icon-chip,
.number-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(201, 147, 50, 0.12);
    color: var(--site-accent);
    font-size: 24px;
    margin-bottom: 18px;
}

.number-chip {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.about-hover-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-hover-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(201, 147, 50, 0.14), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 243, 0));
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.about-hover-card > * {
    position: relative;
    z-index: 1;
}

.about-hover-card .icon-chip,
.about-hover-card .number-chip {
    transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

@media (hover: hover) {
    .about-hover-card:hover {
        transform: translateY(-10px);
        border-color: rgba(201, 147, 50, 0.24);
        box-shadow: 0 30px 60px rgba(18, 24, 21, 0.14);
    }

    .about-hover-card:hover::before {
        opacity: 1;
    }

    .about-hover-card:hover .icon-chip,
    .about-hover-card:hover .number-chip {
        transform: translateY(-2px) scale(1.04);
        background: rgba(201, 147, 50, 0.18);
        color: var(--site-accent-strong);
        box-shadow: 0 16px 28px rgba(201, 147, 50, 0.18);
    }
}

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--site-ink);
    font-weight: 800;
}

.link-arrow:hover {
    color: var(--site-accent);
}

.link-arrow::after {
    content: '→';
}

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

.metric-card {
    padding: 24px;
}

.metric-card strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    margin-bottom: 6px;
}

.category-card img,
.image-panel img,
.case-card img,
.reference-preview-card img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.category-card img,
.case-card img,
.reference-preview-card img {
    height: 240px;
    margin-bottom: 24px;
}

.image-panel {
    padding: 18px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(248, 245, 239, 0.98) 100%);
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow);
}

.image-panel img {
    height: 100%;
    min-height: 420px;
}

.bullet-list,
.meta-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.bullet-list li,
.meta-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: var(--site-muted);
}

.bullet-list li::before,
.meta-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--site-accent);
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.chip-list span,
.footer-badge span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(201, 147, 50, 0.12);
    color: var(--site-accent);
    font-size: 13px;
    font-weight: 800;
}

.reference-preview-card {
    height: 100%;
    padding: 20px;
    border-radius: 30px;
    background: var(--site-card);
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow);
}

.reference-preview-card p,
.case-card p,
.contact-info-card p {
    margin-bottom: 0;
}

.catalog-breadcrumb-bar {
    padding: 124px 0 28px;
    border-bottom: 1px solid rgba(31, 35, 32, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(241, 244, 246, 0.95) 100%);
}

.catalog-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 18px;
    border: 1px solid rgba(32, 44, 52, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(18, 24, 21, 0.05);
    font-size: 14px;
}

.catalog-breadcrumb a,
.catalog-breadcrumb span {
    color: var(--site-muted);
}

.catalog-breadcrumb a {
    font-weight: 700;
    transition: color 0.2s ease;
}

.catalog-breadcrumb a:hover {
    color: var(--catalog-highlight, #35586e);
}

.catalog-breadcrumb span:not(:last-child) {
    color: rgba(53, 88, 110, 0.72);
    font-weight: 800;
}

.catalog-breadcrumb span:last-child {
    color: var(--site-ink);
    font-weight: 800;
}

.catalog-section-shop {
    --catalog-highlight: #35586e;
    --catalog-highlight-strong: #233e4f;
    --catalog-line: rgba(32, 44, 52, 0.12);
    --catalog-surface: #f4f6f7;
    --catalog-surface-strong: #e7ecef;
    --catalog-radius-sm: 10px;
    --catalog-radius-md: 14px;
    --catalog-radius-lg: 16px;
    padding-top: 44px;
}

.catalog-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.catalog-heading-row-tools {
    justify-content: flex-end;
}

.catalog-heading-copy {
    max-width: 780px;
}

.catalog-heading-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(1.9rem, 3.1vw, 2.7rem);
}

.catalog-heading-copy p {
    margin: 0;
    color: var(--site-muted);
    font-size: 0.94rem;
    line-height: 1.75;
}

.catalog-sort-panel {
    display: grid;
    gap: 10px;
    min-width: 230px;
}

.catalog-sort-panel label {
    color: var(--site-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-sort-select {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid var(--catalog-line);
    border-radius: var(--catalog-radius-sm);
    background: #fff;
    color: var(--site-ink);
    font-size: 14px;
    font-weight: 700;
}

.catalog-sort-select:focus {
    outline: none;
    border-color: rgba(53, 88, 110, 0.5);
    box-shadow: 0 0 0 3px rgba(53, 88, 110, 0.12);
}

.catalog-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.catalog-sidebar {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 16px;
}

.catalog-filter-card,
.catalog-main-topbar,
.product-card,
.catalog-empty-state {
    border: 1px solid var(--catalog-line);
    border-radius: var(--catalog-radius-md);
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 24, 21, 0.05);
}

.catalog-filter-card {
    overflow: hidden;
}

.catalog-filter-card-head {
    padding: 18px 20px;
    border-bottom: 1px solid var(--catalog-line);
    background: var(--catalog-surface);
}

.catalog-filter-card-head h2 {
    margin: 0;
    font-size: 1rem;
}

.catalog-filter-card-body {
    padding: 18px 20px 20px;
}

.catalog-filter-card-accent {
    border-left: 4px solid var(--catalog-highlight);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fa 100%);
}

.catalog-filter-card-accent .catalog-filter-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.catalog-filter-card-accent h3 {
    margin: 0;
    font-size: 1.18rem;
}

.catalog-filter-card-accent p {
    margin: 0;
    color: var(--site-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.catalog-search-field {
    position: relative;
    display: block;
}

.catalog-search-field input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 16px;
    border: 1px solid var(--catalog-line);
    border-radius: var(--catalog-radius-sm);
    background: #fff;
    color: var(--site-ink);
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.catalog-search-field input:focus {
    outline: none;
    border-color: rgba(53, 88, 110, 0.5);
    box-shadow: 0 0 0 3px rgba(53, 88, 110, 0.12);
}

.catalog-search-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 18px;
    color: var(--site-muted);
    transform: translateY(-50%);
}

.catalog-search-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.catalog-sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border: 1px solid var(--catalog-line);
    border-radius: var(--catalog-radius-sm);
    background: #fff;
    color: var(--site-ink);
    font-size: 0.94rem;
    font-weight: 700;
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.catalog-sidebar-link strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--catalog-surface-strong);
    color: var(--catalog-highlight);
    font-size: 12px;
}

.catalog-sidebar-link:hover,
.catalog-sidebar-link.active {
    background: #1e2a32;
    border-color: #1e2a32;
    color: #fff;
    transform: translateX(2px);
}

.catalog-sidebar-link:hover strong,
.catalog-sidebar-link.active strong {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.catalog-main {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.catalog-main-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    background: #fff;
}

.catalog-main-summary {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.catalog-main-summary strong {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

.catalog-main-summary span {
    color: var(--site-muted);
    font-size: 0.92rem;
}

.catalog-main-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.catalog-sort-panel-inline {
    min-width: 280px;
    max-width: 320px;
}

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

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.product-card-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 20px;
    background: #f6f7f8;
    border-bottom: 1px solid var(--catalog-line);
    z-index: 2;
}

.product-card-media img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block;
    transition: transform 0.28s ease;
}

.product-card:hover .product-card-media img {
    transform: scale(1.02);
}

.product-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--catalog-highlight);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    z-index: 10;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-card-quick-action {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--catalog-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--catalog-highlight);
    box-shadow: none;
    z-index: 10;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.product-card-quick-action:hover {
    background: var(--catalog-highlight);
    color: #fff;
    transform: translateY(-1px);
}

.product-card-quick-action svg {
    width: 20px;
    height: 20px;
    display: block;
}

.product-card-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.product-card-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 7px;
    background: var(--catalog-surface-strong);
    color: var(--catalog-highlight);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.product-card-category:hover {
    background: var(--catalog-highlight);
    color: #fff;
    transform: translateY(-1px);
}

.product-card h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.25;
}

.product-card-title {
    position: relative;
    z-index: 3;
    color: var(--site-ink);
    text-decoration: none;
    transition: color 0.22s ease;
}

.product-card-title:hover {
    color: var(--catalog-highlight);
}

.product-card p {
    margin: 0;
    color: var(--site-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    min-height: 72px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 4px;
}

.product-card-footer-meta {
    display: grid;
    gap: 4px;
}

.product-card-code-label {
    color: #9aa19b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-card-code {
    color: var(--site-ink);
    font-family: 'Sora', sans-serif;
    font-size: 0.92rem;
}

.product-card-footer-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.product-card-link {
    color: var(--catalog-highlight);
    font-size: 13px;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.product-card-link:hover {
    color: var(--catalog-highlight-strong);
}

.product-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    background: var(--catalog-highlight);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    position: relative;
    z-index: 3;
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.product-card-action:hover {
    background: var(--catalog-highlight-strong);
    color: #fff;
    transform: translateY(-1px);
}

.catalog-pagination-wrap {
    display: flex;
    justify-content: center;
}

.catalog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 4px 0;
}

.catalog-pagination-button,
.catalog-pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 800;
}

.catalog-pagination-button {
    border: 1px solid var(--catalog-line);
    background: #fff;
    color: var(--site-ink);
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.catalog-pagination-button:hover:not(:disabled) {
    border-color: var(--catalog-highlight);
    background: rgba(53, 88, 110, 0.08);
    color: var(--catalog-highlight);
    transform: translateY(-1px);
}

.catalog-pagination-button.is-active {
    border-color: var(--catalog-highlight);
    background: var(--catalog-highlight);
    color: #fff;
    box-shadow: 0 10px 24px rgba(35, 62, 79, 0.16);
}

.catalog-pagination-button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.catalog-pagination-button.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.catalog-pagination-ellipsis {
    color: var(--site-muted);
}

.catalog-empty-state {
    padding: 36px 24px;
    text-align: center;
}

.catalog-empty-state-client {
    margin-top: -4px;
}

.catalog-empty-state h3 {
    margin-bottom: 12px;
}

.catalog-empty-state p {
    max-width: 560px;
    margin: 0 auto;
    color: var(--site-muted);
    line-height: 1.7;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-gallery-main-panel {
    padding: 20px;
}

.product-gallery-lightbox-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.product-detail-image-panel img {
    width: 100%;
    min-height: 520px;
    object-fit: contain;
    transition: opacity 0.18s ease, transform 0.32s ease;
}

.product-gallery-main-panel.is-image-switching .product-detail-image-panel img {
    opacity: 0;
    transform: scale(0.975);
}

.product-gallery-lightbox-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(12, 16, 14, 0.72);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.product-gallery-lightbox-trigger:hover .product-gallery-lightbox-badge,
.product-gallery-lightbox-trigger:focus-visible .product-gallery-lightbox-badge {
    opacity: 1;
    transform: translateY(0);
}

.product-gallery-lightbox-trigger:focus-visible {
    outline: 2px solid var(--catalog-highlight);
    outline-offset: 6px;
}

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

.product-gallery-thumbs:empty {
    display: none;
}

.product-gallery-thumb {
    padding: 0;
    border: 1px solid rgba(31, 35, 32, 0.12);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb.active {
    border-color: var(--catalog-highlight);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(31, 35, 32, 0.08);
}

.product-gallery-thumb img {
    width: 100%;
    height: 92px;
    object-fit: cover;
}

.product-gallery-lightbox-links {
    display: none;
}

.product-detail-card,
.product-support-card,
.product-process-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-detail-meta-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.product-detail-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(53, 88, 110, 0.1);
    color: var(--catalog-highlight);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background-color 0.22s ease, color 0.22s ease;
}

.product-detail-category:hover {
    background: var(--catalog-highlight);
    color: #fff;
}

.product-detail-code {
    color: var(--site-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.product-detail-card h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.product-price-block {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(178, 210, 53, 0.12);
    border: 1px solid rgba(178, 210, 53, 0.24);
}

.product-price-label {
    color: var(--site-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-price-value {
    color: var(--site-ink);
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    line-height: 1.1;
}

.product-detail-card p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.8;
}

.product-detail-richtext {
    color: var(--site-muted);
}

.product-detail-richtext p,
.product-detail-richtext ul,
.product-detail-richtext ol {
    margin: 0 0 14px;
    color: var(--site-muted);
    line-height: 1.8;
}

.product-detail-richtext ul,
.product-detail-richtext ol {
    padding-left: 20px;
}

.product-detail-lead {
    color: var(--site-ink) !important;
    font-size: 1.02rem;
    font-weight: 700;
}

.product-detail-bullet-list {
    margin-top: 4px;
}

.product-detail-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.product-support-card p,
.product-process-card p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.8;
}

.product-process-steps {
    display: grid;
    gap: 16px;
}

.product-process-step {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(31, 35, 32, 0.08);
}

.product-process-step .number-chip {
    margin-bottom: 0;
}

.product-quote-modal-content {
    border: 0;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(12, 16, 14, 0.22);
}

.product-quote-modal-content .modal-header,
.product-quote-modal-content .modal-body {
    padding: 28px;
}

.product-quote-modal-content .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(31, 35, 32, 0.08);
}

.product-quote-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.94);
    border: 1px solid rgba(31, 35, 32, 0.08);
}

.product-quote-summary-label {
    color: var(--site-muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-quote-summary strong {
    color: var(--site-ink);
    font-size: 1.1rem;
}

.product-quote-summary-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: var(--site-muted);
    font-size: 0.92rem;
}

.product-quote-form .form-control {
    min-height: 52px;
    border-radius: 14px;
    border-color: rgba(31, 35, 32, 0.12);
}

.product-quote-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.product-quote-feedback {
    min-height: 10px;
    margin-bottom: 16px;
}

.product-quote-feedback .alert {
    margin-bottom: 0;
    border-radius: 14px;
}

.product-quote-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.quote-request-layout {
    align-items: flex-start;
}

.quote-request-intro-card h2,
.quote-request-form-card h2 {
    margin: 16px 0 14px;
}

.quote-request-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.quote-request-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.94);
    border: 1px solid rgba(31, 35, 32, 0.08);
    color: var(--site-ink);
    font-weight: 700;
    font-size: 0.92rem;
}

.quote-request-points {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.quote-request-point {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(31, 35, 32, 0.08);
}

.quote-request-point p {
    margin: 0;
    color: var(--site-muted);
}

.quote-request-form-card {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.quote-request-inline-note {
    margin-bottom: 22px;
    color: var(--site-muted);
}

.quote-request-searchable-field {
    position: relative;
}

.quote-request-search-input {
    padding-right: 52px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238492a6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px 18px;
}

.quote-request-search-note {
    margin: 10px 0 0;
    color: var(--site-muted);
    font-size: 0.9rem;
}

.quote-request-select {
    cursor: pointer;
}

.searchable-select-native {
    position: absolute;
    inset: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.searchable-select-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
    max-height: 320px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(31, 35, 32, 0.1);
    box-shadow: 0 18px 42px rgba(12, 16, 14, 0.14);
}

.quote-request-searchable-field.is-open .searchable-select-dropdown {
    display: block;
}

.searchable-select-group-label {
    padding: 10px 12px 6px;
    color: var(--site-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.searchable-select-option {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    text-align: left;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.searchable-select-option:hover,
.searchable-select-option:focus,
.searchable-select-option.is-selected {
    background: rgba(178, 210, 53, 0.12);
    outline: none;
}

.searchable-select-option-main {
    color: var(--site-ink);
    font-weight: 700;
}

.searchable-select-option-meta {
    margin-top: 4px;
    color: var(--site-muted);
    font-size: 0.88rem;
}

.searchable-select-empty {
    padding: 18px 14px;
    color: var(--site-muted);
    text-align: center;
}

.quote-request-summary-box {
    margin-top: 22px;
}

.quote-request-detail-link {
    margin-top: 4px;
}

.quote-request-detail-link.is-hidden {
    display: none;
}

.catalog-heading-row-detail {
    align-items: flex-end;
    margin-bottom: 28px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    padding: 190px 0 92px;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(12, 16, 14, 0.84) 0%, rgba(12, 16, 14, 0.58) 50%, rgba(12, 16, 14, 0.3) 100%);
}

.page-hero.page-hero-catalog {
    background:
        radial-gradient(circle at 16% 18%, rgba(201, 147, 50, 0.34), transparent 24%),
        radial-gradient(circle at 82% 22%, rgba(207, 10, 133, 0.18), transparent 24%),
        linear-gradient(135deg, #111613 0%, #1c2520 44%, #26332c 100%);
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
}

.page-hero.page-hero-catalog::before {
    background:
        linear-gradient(125deg, rgba(12, 16, 14, 0.82) 0%, rgba(12, 16, 14, 0.48) 44%, rgba(12, 16, 14, 0.18) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

.page-hero.page-hero-catalog::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 112px 112px;
    opacity: 0.12;
    -webkit-mask-image: radial-gradient(circle at 72% 26%, rgba(0, 0, 0, 0.9), transparent 74%);
    mask-image: radial-gradient(circle at 72% 26%, rgba(0, 0, 0, 0.9), transparent 74%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero.page-hero-catalog .container::before,
.page-hero.page-hero-catalog .container::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.page-hero.page-hero-catalog .container::before {
    top: -38px;
    right: min(4vw, 28px);
    width: clamp(180px, 24vw, 280px);
    height: clamp(180px, 24vw, 280px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 42%, transparent 72%);
    opacity: 0.75;
}

.page-hero.page-hero-catalog .container::after {
    bottom: 12px;
    right: clamp(12px, 8vw, 88px);
    width: clamp(88px, 12vw, 132px);
    height: 2px;
    background: linear-gradient(90deg, rgba(201, 147, 50, 0), rgba(201, 147, 50, 0.9), rgba(201, 147, 50, 0));
    box-shadow: 0 0 28px rgba(201, 147, 50, 0.4);
}

.page-hero h1 {
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 4.3rem);
    margin: 18px 0 20px;
}

.page-hero p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
}

.page-hero.page-hero-catalog .eyebrow {
    background: rgba(201, 147, 50, 0.16);
    border: 1px solid rgba(243, 206, 146, 0.18);
    color: #f3ce92;
}

.breadcrumb-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}

.breadcrumb-inline a {
    color: rgba(255, 255, 255, 0.72);
}

.breadcrumb-inline span:last-child {
    color: #fff;
}

.page-hero.page-hero-catalog .breadcrumb-inline {
    display: inline-flex;
    padding: 14px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(8, 11, 10, 0.22);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.page-hero.page-hero-catalog .breadcrumb-inline a,
.page-hero.page-hero-catalog .breadcrumb-inline span {
    color: rgba(255, 255, 255, 0.72);
}

.page-hero.page-hero-catalog .breadcrumb-inline span:last-child {
    color: #fff;
}

.cta-band {
    padding: 38px 42px;
    border-radius: 32px;
    background: linear-gradient(135deg, #141a17 0%, #263028 100%);
    color: #fff;
    box-shadow: var(--site-shadow);
}

.cta-band h3,
.cta-band p {
    color: #fff;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

.contact-info-card a,
.footer-contact-list a,
.footer-list a,
.footer-bottom a {
    color: inherit;
}

.contact-info-card strong,
.footer-contact-list strong {
    display: block;
    color: var(--site-ink);
}

.form-card .form-control {
    height: 56px;
    border-radius: 16px;
    border-color: rgba(31, 35, 32, 0.1);
    background: #fff;
}

.form-card textarea.form-control {
    height: auto;
    min-height: 160px;
}

.form-card .form-label {
    font-weight: 700;
    color: var(--site-ink);
}

.form-card .form-icon .fea {
    color: var(--site-accent);
}

.map-frame {
    overflow: hidden;
    min-height: 420px;
    border-radius: 30px;
    box-shadow: var(--site-shadow);
}

.map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.site-footer {
    background: #121815;
    color: #f1eadf;
}

.footer-main {
    padding: 72px 0 48px;
}

.logo-footer img {
    width: 180px;
}

.footer-copy {
    margin-top: 24px;
    color: rgba(241, 234, 223, 0.72);
}

.footer-head {
    margin-bottom: 22px;
    color: #fff;
    font-size: 1rem;
}

.footer-list,
.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-list a {
    color: rgba(241, 234, 223, 0.72);
}

.footer-contact-list span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: rgba(241, 234, 223, 0.56);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-contact-list strong,
.footer-contact-list a {
    color: #fff;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid rgba(241, 234, 223, 0.12);
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.footer-bottom a {
    color: rgba(241, 234, 223, 0.72);
}

.back-to-top {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--site-accent);
    color: #fff !important;
    box-shadow: var(--site-shadow);
}

@media (max-width: 991px) {
    body.nav-open {
        overflow: hidden;
    }

    #topnav {
        padding-top: 12px;
    }

    #topnav .container.position-relative {
        width: min(100% - 16px, 1760px);
    }

    #topnav .nav-shell {
        grid-template-columns: auto auto;
        min-height: 74px;
        padding: 0 18px;
        border-radius: 22px;
    }

    #topnav .menu-extras {
        display: block;
    }

    #topnav .navbar-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.68);
        box-shadow: 0 10px 24px rgba(18, 24, 21, 0.08);
    }

    #topnav .navbar-toggle .lines {
        width: 21px;
        height: 16px;
        margin: 0;
    }

    #topnav .navbar-toggle span {
        background-color: var(--site-ink);
    }

    #topnav #navigation {
        display: none !important;
        position: absolute;
        grid-column: 1 / -1;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        width: auto;
        z-index: 25;
        padding: 18px;
        max-height: calc(100vh - 108px);
        overflow-y: auto;
        overscroll-behavior: contain;
        background: rgba(255, 253, 248, 0.94);
        border: 1px solid var(--site-border);
        border-radius: 26px;
        box-shadow: var(--site-shadow);
        -webkit-backdrop-filter: blur(28px) saturate(170%);
        backdrop-filter: blur(28px) saturate(170%);
    }

    #topnav #navigation.is-open {
        display: block !important;
    }

    #topnav .navigation-menu {
        display: block;
        float: none;
        width: 100%;
    }

    #topnav .navigation-menu > li {
        margin: 0;
    }

    #topnav .navigation-menu > li > a {
        display: block;
        min-height: auto;
        padding: 16px 34px 16px 0;
        border-bottom: 1px solid rgba(31, 35, 32, 0.08);
        line-height: 1.45;
    }

    #topnav .navigation-menu > li.has-submenu > a {
        padding-right: 38px;
    }

    #topnav .navigation-menu > li .submenu {
        min-width: 0;
        margin-top: 8px;
        margin-bottom: 10px;
        padding: 10px 0;
        background: rgba(244, 241, 234, 0.8);
        box-shadow: none;
    }

    #topnav .navigation-menu > li .submenu li a {
        padding: 12px 18px;
        line-height: 1.5;
        white-space: normal;
    }

    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 6px;
        top: 22px;
        margin-top: 0;
        transition: transform 0.2s ease, border-color 0.2s ease;
    }

    #topnav .navigation-menu > li.has-submenu.open > .menu-arrow {
        transform: rotate(45deg);
        border-color: transparent var(--site-accent) var(--site-accent) transparent;
    }

    #topnav .navigation-menu > li:last-child > a {
        border-bottom: none;
    }

    .mobile-nav-cta {
        display: block;
        margin-top: 6px;
    }

    .nav-cta-desktop {
        display: none;
    }

    .nav-cta {
        width: 100%;
        justify-content: center;
        margin-top: 0;
    }

    .hero-slide-inner {
        height: 100%;
        min-height: 100vh;
        padding: 0;
    }

    .hero-content-wrap {
        height: 100%;
        min-height: 100vh;
        padding: 136px 28px 84px;
    }

    .hero-slider-wrapper .tns-nav {
        left: 28px;
        transform: none;
        bottom: 28px;
    }

    .hero-slider-wrapper .tns-controls {
        right: 24px;
        bottom: 18px;
    }

    .feature-split {
        margin-top: -34px;
    }

    .section {
        padding: 80px 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .catalog-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-sort-panel {
        width: 100%;
        max-width: 320px;
    }

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

    .catalog-sidebar {
        position: static;
    }

    .catalog-main-topbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 22px;
    }

    .catalog-main-tools,
    .catalog-sort-panel-inline {
        width: 100%;
        max-width: none;
    }

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

    .image-panel img {
        min-height: 280px;
    }

    .page-hero {
        padding: 152px 0 76px;
        background-size: cover;
        background-position: center;
    }

    .page-hero h1 {
        font-size: clamp(2rem, 6.8vw, 3rem);
        margin: 16px 0 18px;
    }

    .page-hero p {
        font-size: 0.98rem;
    }

    .breadcrumb-inline {
        gap: 8px;
        font-size: 13px;
    }

    .page-hero.page-hero-catalog .breadcrumb-inline {
        display: flex;
        width: 100%;
        max-width: 100%;
        padding: 12px 16px;
        border-radius: 22px;
    }

    .cta-band {
        padding: 32px 28px;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 340px;
    }

    .footer-main {
        padding: 60px 0 36px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    [data-aos="fade-left"],
    [data-aos="fade-right"] {
        transform: translate3d(0, 28px, 0) !important;
    }

    [data-aos="fade-left"].aos-animate,
    [data-aos="fade-right"].aos-animate {
        transform: translate3d(0, 0, 0) !important;
    }

    #topnav {
        padding-top: 10px;
    }

    #topnav .container.position-relative {
        width: min(100% - 12px, 1760px);
    }

    #topnav .nav-shell {
        min-height: 68px;
        gap: 12px;
        padding: 0 14px;
        border-radius: 20px;
    }

    #topnav .logo {
        min-height: 68px;
    }

    #topnav .logo img {
        width: clamp(128px, 38vw, 150px);
    }

    #topnav .navbar-toggle {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    #topnav #navigation {
        top: calc(100% + 8px);
        padding: 16px;
        border-radius: 22px;
        max-height: calc(100vh - 96px);
    }

    #topnav .navigation-menu > li > a {
        padding: 14px 30px 14px 0;
        font-size: 12px;
    }

    #topnav .navigation-menu .has-submenu .menu-arrow {
        top: 20px;
    }

    #preloader {
        padding: 18px;
    }

    #preloader::before {
        inset: 14px;
        border-radius: 22px;
    }

    #preloader #status {
        width: min(100%, 220px);
        padding: 24px;
        border-radius: 24px;
    }

    .preloader-layout {
        justify-content: center;
    }

    .preloader-engine {
        width: 112px;
        height: 112px;
        margin: 0 auto;
    }

    .preloader-core {
        inset: 32px;
    }

    .hero-slide,
    .hero-slider {
        border-radius: 0;
    }

    .hero-copy h1 {
        font-size: clamp(1.9rem, 10vw, 2.35rem);
        margin: 14px 0 16px;
    }

    .hero-copy p {
        max-width: 100%;
        font-size: 0.92rem;
    }

    .hero-actions {
        width: 100%;
        gap: 12px;
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-note {
        width: 100%;
        gap: 12px;
        padding: 14px 16px;
    }

    .catalog-breadcrumb-bar {
        padding: 108px 0 20px;
    }

    .page-hero {
        padding: 134px 0 66px;
    }

    .page-hero h1 {
        font-size: clamp(1.8rem, 8.5vw, 2.35rem);
        margin: 14px 0 16px;
    }

    .page-hero p {
        font-size: 0.92rem;
    }

    .page-hero.page-hero-catalog .breadcrumb-inline {
        padding: 12px 15px;
        border-radius: 22px;
    }

    .page-hero.page-hero-catalog .container::before {
        top: -18px;
        right: 18px;
    }

    .feature-split {
        margin-top: -22px;
    }

    .hero-content-wrap {
        padding: 118px 20px 88px;
    }

    .hero-slider-wrapper .tns-nav {
        left: 20px;
        bottom: 20px;
    }

    .hero-slider-wrapper .tns-controls {
        right: 20px;
        bottom: 12px;
        gap: 8px;
    }

    .hero-slider-wrapper .tns-controls button {
        width: 44px;
        height: 44px;
    }

    .catalog-heading-copy h1 {
        font-size: 1.7rem;
    }

    .catalog-heading-copy p,
    .catalog-main-summary span {
        font-size: 0.9rem;
    }

    .cta-band,
    .split-card,
    .category-card,
    .metric-card,
    .overview-card,
    .process-card,
    .detail-card,
    .case-card,
    .contact-info-card,
    .form-card,
    .catalog-main-topbar,
    .catalog-empty-state {
        padding: 26px;
    }

    .category-card img,
    .case-card img,
    .reference-preview-card img {
        height: 210px;
        margin-bottom: 20px;
    }

    .image-panel {
        padding: 14px;
        border-radius: 24px;
    }

    .image-panel img {
        min-height: 240px;
    }

    .catalog-filter-card-head,
    .catalog-filter-card-body {
        padding-left: 22px;
        padding-right: 22px;
    }

    .catalog-heading-row {
        margin-bottom: 26px;
    }

    .catalog-sort-panel {
        max-width: none;
    }

    .catalog-main-summary {
        width: 100%;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .catalog-pagination {
        gap: 8px;
    }

    .catalog-pagination-button,
    .catalog-pagination-ellipsis {
        min-width: 42px;
        min-height: 42px;
        padding: 0 14px;
    }

    .product-detail-image-panel img {
        min-height: 300px;
    }

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

    .product-gallery-lightbox-badge {
        right: 12px;
        bottom: 12px;
        opacity: 1;
        transform: none;
    }

    .product-detail-actions,
    .product-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-detail-meta-line,
    .product-card-footer-actions {
        justify-content: flex-start;
    }

    .product-detail-actions {
        align-items: stretch;
    }

    .product-detail-actions .btn,
    .product-detail-actions .link-arrow,
    .product-card-action,
    .product-quote-actions .btn,
    .quote-request-meta span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .product-card-footer-actions,
    .product-quote-actions {
        width: 100%;
    }

    .product-process-step {
        grid-template-columns: 1fr;
        padding: 16px 18px;
    }

    .quote-request-point {
        grid-template-columns: 1fr;
        padding: 16px 18px;
    }

    .product-quote-modal-content .modal-header,
    .product-quote-modal-content .modal-body {
        padding: 22px;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 300px;
        border-radius: 24px;
    }
}

@media (max-width: 575px) {
    .catalog-main-summary strong {
        display: block;
        width: 100%;
    }

    .product-card-badge {
        max-width: calc(100% - 64px);
    }

    .product-card-code,
    .product-detail-code {
        overflow-wrap: anywhere;
    }
}

@media (prefers-reduced-motion: reduce) {
    #preloader,
    #preloader::before,
    #preloader #status::before,
    #preloader *,
    [data-aos] {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

}
