:root {
    --brand-red: #c82026;
    --brand-red-deep: #9b171c;
    --brand-ink: #111827;
    --brand-ink-soft: #334155;
    --brand-steel: #5b6472;
    --brand-line: #d8dee8;
    --brand-surface: #f4f7fb;
    --brand-surface-alt: #eef3f8;
    --brand-white: #ffffff;
    --brand-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --anchor-offset: 150px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--anchor-offset);
}

body {
    margin: 0;
    color: var(--brand-ink);
    font-family: "Manrope", sans-serif;
    background: linear-gradient(180deg, #f8fafc 0%, #f2f6fb 40%, #ffffff 100%);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

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

.page-shell {
    overflow: clip;
}

.section-space {
    padding: 88px 0;
    scroll-margin-top: var(--anchor-offset);
}

section[id],
header[id] {
    scroll-margin-top: var(--anchor-offset);
}

.hero-section {
    padding-top: 40px;
}

.section-surface {
    margin: 32px 20px 0;
    padding: 8px 0;
    border: 1px solid var(--brand-line);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 247, 251, 0.96) 100%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.header-banner {
    width: 100%;
    height: 200px;
    opacity: 1;
    overflow: hidden;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    background: #0f172a;
    transition: height 0.35s ease, opacity 0.35s ease, border-color 0.35s ease;
}

.header-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.95;
}

.navbar {
    padding: 13px 0;
    background: #fff;
}

.navbar-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 24px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--brand-ink);
}

.brand-logo {
    width: 184px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.brand-lockup {
    display: flex;
    flex-direction: column;
    line-height: 1.08;
}

.brand-text {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-subtext {
    margin-top: 5px;
    color: rgba(17, 24, 39, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.navbar-toggler {
    border: 1px solid var(--brand-line);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    gap: 8px;
}

.navbar-collapse {
    display: flex;
    align-items: center;
}

.navbar-menu {
    margin: 0 auto;
}

.navbar-cta {
    display: flex;
    justify-content: flex-end;
}

.nav-link {
    color: rgba(17, 24, 39, 0.72);
    font-size: 0.94rem;
    font-weight: 700;
}

.nav-link:hover,
.nav-link.active {
    color: var(--brand-ink);
}

.site-header.is-compact .header-banner {
    height: 0;
    opacity: 0;
    border-bottom-color: transparent;
}

.btn {
    border-radius: 999px;
    padding: 0.95rem 1.45rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.btn-brand-primary {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-deep) 100%);
    box-shadow: 0 14px 30px rgba(200, 32, 38, 0.22);
}

.btn-brand-primary:hover {
    color: #fff;
    background: linear-gradient(135deg, #b71d22 0%, #8f1419 100%);
}

.btn-brand-outline {
    color: var(--brand-ink);
    border: 1px solid #c5cfdb;
    background: transparent;
}

.btn-brand-outline:hover {
    color: #fff;
    border-color: var(--brand-ink);
    background: var(--brand-ink);
}

.full-carousel-section.section-space {
    padding: 0 !important;
}

.full-carousel {
    width: 100%;
}

.full-carousel-media {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    background: #0f172a;
}

.full-carousel-image,
.full-carousel-video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100vh;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
}

.full-carousel-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.84) 0%, rgba(15, 23, 42, 0.5) 44%, rgba(15, 23, 42, 0.18) 100%);
    z-index: 1;
}

.full-carousel-overlay {
    position: absolute;
    left: 8.5%;
    bottom: 11%;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.carousel-item-right-copy .full-carousel-overlay {
    left: auto;
    right: 8.5%;
    text-align: left;
}

.full-carousel-eyebrow,
.full-carousel-title,
.full-carousel-text {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.carousel-item.active .full-carousel-eyebrow,
.carousel-item.active .full-carousel-title,
.carousel-item.active .full-carousel-text {
    opacity: 1;
    transform: translateY(0);
}

.full-carousel-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition-delay: 0.12s;
}

.full-carousel-title {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.7rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: 0;
    transition-delay: 0.22s;
}

.full-carousel-text {
    max-width: 54ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.8;
    transition-delay: 0.34s;
}

.full-carousel-control {
    width: 84px;
    opacity: 1;
    z-index: 3;
}

.full-carousel-control .carousel-control-prev-icon,
.full-carousel-control .carousel-control-next-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.96);
    background-size: 38% 38%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.18);
    filter: none;
}

.full-carousel-control .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.5 2.5L5 8l5.5 5.5' stroke='%23111827' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.full-carousel-control .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.5 2.5L11 8l-5.5 5.5' stroke='%23111827' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.full-carousel-indicators {
    margin-bottom: 22px;
    z-index: 3;
}

.full-carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.55);
}

.full-carousel-indicators .active {
    background-color: var(--brand-red);
}

.hero-panel,
.content-panel,
.info-card,
.product-card,
.process-card,
.icon-card,
.metric-card,
.contact-panel {
    border-radius: var(--radius-lg);
}

.hero-panel {
    padding: 52px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
    border: 1px solid var(--brand-line);
    box-shadow: var(--brand-shadow);
}

.hero-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.hero-brand-logo {
    width: 168px;
    height: auto;
    padding: 8px;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--brand-line);
}

.hero-brand-copy {
    display: flex;
    flex-direction: column;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--brand-red);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-brand .section-kicker {
    margin-bottom: 0;
}

.hero-title,
.section-title {
    margin: 0 0 18px;
    color: var(--brand-ink);
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

.hero-title {
    font-size: clamp(3rem, 7vw, 5.2rem);
}

.section-title {
    font-size: clamp(2.3rem, 4vw, 4rem);
}

.hero-lead,
.hero-copy,
.section-copy,
.product-body p,
.info-card p,
.process-card p,
.feature-item p,
.icon-card p,
.metric-card p,
.contact-copy,
.contact-card span,
.contact-card strong,
.capability-list li,
.benefit-box p,
.faq-item p {
    color: rgba(17, 24, 39, 0.74);
    font-size: 1rem;
    line-height: 1.85;
}

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

.hero-image-wrap,
.media-frame {
    overflow: hidden;
    padding: 0;
    border-radius: var(--radius-lg);
    border: 1px solid var(--brand-line);
    background: #e9eef5;
}

.hero-image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
    background: #e9eef5;
}

.section-image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
    background: #e9eef5;
}

.hero-image {
    min-height: 520px;
}

.tall-frame .section-image {
    min-height: 420px;
    max-height: 500px;
}

.section-heading {
    margin-bottom: 42px;
}

.section-actions {
    margin-top: 32px;
    text-align: center;
}

.section-copy-narrow {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.info-card,
.product-card,
.process-card,
.icon-card,
.metric-card,
.content-panel {
    height: 100%;
    background: #fff;
    border: 1px solid var(--brand-line);
    box-shadow: var(--brand-shadow);
}

.info-card,
.process-card,
.icon-card,
.metric-card {
    padding: 28px;
}

.info-card h3,
.product-body h3,
.process-card h3,
.feature-item h3,
.icon-card h3,
.metric-card h3,
.subsection-title,
.benefit-box h4 {
    margin-bottom: 12px;
    color: var(--brand-ink);
    font-size: 1.18rem;
    font-weight: 800;
}

.product-card {
    overflow: hidden;
}

.products-section {
    padding-top: 78px;
}

.products-showcase-shell {
    display: grid;
    gap: 34px;
}

.products-showcase-head {
    max-width: 920px;
}

.products-showcase-head .section-title,
.products-showcase-head .section-copy {
    max-width: 820px;
}

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

.product-card-showcase {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card-showcase::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-red) 0%, #f16d73 100%);
}

.product-card-showcase:hover {
    transform: translateY(-6px);
    border-color: rgba(200, 32, 38, 0.18);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.product-media {
    aspect-ratio: 4 / 3.25;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #fff;
    border-bottom: 1px solid var(--brand-line);
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.45s ease;
}

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

.product-body {
    padding: 24px;
}

.product-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 28px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.06);
    color: var(--brand-ink-soft);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.products-showcase-actions {
    margin-top: 4px;
    text-align: center;
}

.feature-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.feature-item {
    padding-left: 22px;
    border-left: 3px solid #b9c6d6;
}

.process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 36px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(200, 32, 38, 0.08);
    color: var(--brand-red);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.operations-section {
    padding-top: 72px;
}

.operations-shell {
    padding: 44px;
    border: 1px solid var(--brand-line);
    border-radius: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: var(--brand-shadow);
}

.operations-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
}

.operations-copy .section-title,
.operations-copy .section-copy {
    max-width: 860px;
}

.operations-note {
    padding: 24px 26px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1e293b 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

.operations-note span {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.operations-note strong {
    display: block;
    color: #fff;
    font-size: 1.04rem;
    line-height: 1.65;
}

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

.operation-step-card {
    padding: 28px 24px;
    border: 1px solid var(--brand-line);
    border-radius: 26px;
    background: #fff;
    min-height: 100%;
}

.operation-step-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.operation-step-line {
    height: 1px;
    flex: 1 1 auto;
    background: linear-gradient(90deg, rgba(200, 32, 38, 0.2) 0%, rgba(200, 32, 38, 0) 100%);
}

.operations-manufacturing {
    margin-top: 26px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
}

.operations-manufacturing-copy,
.operations-manufacturing-panel {
    padding: 34px;
    border-radius: 28px;
}

.operations-manufacturing-copy {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
}

.operations-manufacturing-copy .section-kicker {
    color: #f87171;
}

.operations-manufacturing-copy .section-title,
.operations-manufacturing-copy .section-copy {
    color: #fff;
}

.operations-manufacturing-copy .section-copy {
    color: rgba(255, 255, 255, 0.76);
}

.operations-manufacturing-panel {
    border: 1px solid var(--brand-line);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.capability-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.capability-list li {
    position: relative;
    padding-left: 28px;
}

.capability-list li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--brand-red);
}

.benefit-box {
    margin-top: 28px;
    padding: 24px;
    border-radius: var(--radius-md);
    border: 1px solid #ced8e4;
    background: linear-gradient(135deg, rgba(244, 247, 251, 0.96) 0%, rgba(233, 239, 246, 0.96) 100%);
}

.partner-advantage-section {
    padding-top: 72px;
}

.partner-advantage-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: stretch;
}

.partner-advantage-intro {
    padding: 38px;
    border-radius: 30px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.18);
}

.partner-advantage-intro .section-kicker {
    color: #f87171;
}

.partner-advantage-intro .section-title,
.partner-advantage-intro .section-copy {
    color: #fff;
}

.partner-advantage-intro .section-copy {
    color: rgba(255, 255, 255, 0.76);
}

.partner-advantage-highlight {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.partner-advantage-highlight span {
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.partner-advantage-highlight strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
}

.partner-advantage-grid {
    display: grid;
    gap: 18px;
}

.partner-advantage-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 28px;
    border: 1px solid var(--brand-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--brand-shadow);
}

.partner-advantage-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    font-size: 1.45rem;
}

.partner-advantage-card h3 {
    margin: 0 0 10px;
    color: var(--brand-ink);
    font-size: 1.2rem;
    font-weight: 800;
}

.partner-advantage-card p {
    margin: 0;
    color: rgba(17, 24, 39, 0.72);
    line-height: 1.8;
}

.icon-badge {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: #111827;
    color: #fff;
    font-size: 1.45rem;
}

.icon-card {
    display: flex;
    flex-direction: column;
}

.icon-card p {
    flex: 1 1 auto;
}

.certificate-link {
    display: inline-flex;
    margin-top: auto;
    padding-top: 18px;
    color: var(--brand-red);
    font-size: 0.92rem;
    font-weight: 800;
}

.certificate-link:hover {
    color: var(--brand-red-deep);
}

.certificate-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 360px));
    justify-content: center;
    gap: 24px;
    margin-top: 34px;
}

.certificate-preview {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--brand-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--brand-shadow);
    color: var(--brand-ink);
}

.certificate-preview img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.certificate-preview span {
    color: var(--brand-ink);
    font-weight: 800;
    text-align: center;
}

.metric-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 190px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.reach-section .metric-card h3 {
    white-space: nowrap;
    font-size: 1.08rem;
}

.reach-section .metric-card {
    justify-content: flex-start;
}

.reach-section .metric-card p {
    min-height: 3.4em;
}

.faq-section {
    padding-top: 72px;
}

.faq-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 28px;
    align-items: start;
}

.faq-intro {
    padding: 38px;
    border-radius: 30px;
    border: 1px solid var(--brand-line);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: var(--brand-shadow);
}

.faq-intro-card {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
}

.faq-intro-card span {
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.faq-intro-card strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
}

.faq-wrap {
    display: grid;
    gap: 16px;
}

.faq-item {
    padding: 0 26px;
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: 24px;
    box-shadow: var(--brand-shadow);
}

.faq-item summary {
    position: relative;
    padding: 24px 48px 24px 0;
    list-style: none;
    cursor: pointer;
    color: var(--brand-ink);
    font-size: 1.06rem;
    font-weight: 800;
    line-height: 1.55;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brand-red);
    font-size: 1.6rem;
    font-weight: 500;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin: 0 0 24px;
    color: rgba(17, 24, 39, 0.72);
    line-height: 1.85;
}

.products-page {
    padding-bottom: 72px;
}

.products-hero {
    padding: 56px 0 24px;
}

.products-hero .section-copy-narrow {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

.products-layout-section {
    padding: 24px 0 0;
}

.products-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.products-sidebar {
    position: sticky;
    top: 110px;
}

.products-sidebar-card {
    padding: 28px 24px;
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: var(--radius-lg);
    box-shadow: var(--brand-shadow);
}

.products-sidebar-card h2 {
    margin: 0 0 22px;
    color: var(--brand-ink);
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
}

.products-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.products-category-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    color: var(--brand-ink);
    font-size: 0.96rem;
    text-align: left;
}

.products-category-button::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #325bff;
    flex: 0 0 auto;
}

.products-category-button.is-active {
    color: var(--brand-red);
    font-weight: 800;
}

.products-main {
    min-width: 0;
}

.products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.products-toolbar-copy h2 {
    margin: 0 0 6px;
    color: var(--brand-ink);
    font-size: 1.5rem;
    font-weight: 800;
}

.products-toolbar-copy p {
    margin: 0;
    color: rgba(17, 24, 39, 0.62);
}

.products-search {
    min-width: 320px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: 999px;
    box-shadow: var(--brand-shadow);
}

.products-search i {
    color: rgba(17, 24, 39, 0.46);
}

.products-search input {
    width: 100%;
    height: 52px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--brand-ink);
}

.products-empty-state {
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid var(--brand-line);
    border-radius: var(--radius-md);
    background: #fff;
    color: rgba(17, 24, 39, 0.7);
}

.catalog-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: var(--radius-lg);
    box-shadow: var(--brand-shadow);
}

.catalog-media {
    aspect-ratio: 4 / 3;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid var(--brand-line);
}

.catalog-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog-body {
    padding: 22px;
}

.catalog-category {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--brand-red);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-body h3 {
    margin: 0 0 10px;
    color: var(--brand-ink);
    font-size: 1.25rem;
    font-weight: 800;
}

.catalog-title {
    margin: 0 0 14px;
    color: rgba(17, 24, 39, 0.76);
    font-weight: 700;
}

.catalog-details {
    margin: 0 0 18px;
    padding-left: 18px;
    color: rgba(17, 24, 39, 0.7);
    display: grid;
    gap: 8px;
}

.catalog-source {
    color: var(--brand-red);
    font-size: 0.9rem;
    font-weight: 800;
}

.contact-section {
    padding-top: 48px;
}

.contact-panel {
    padding: 48px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    box-shadow: var(--brand-shadow);
}

.text-white {
    color: #fff !important;
}

.contact-copy {
    color: rgba(255, 255, 255, 0.78);
}

.retail-note {
    max-width: 46ch;
    margin: 18px 0 0;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.7;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    padding: 22px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.08);
}

.contact-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.25rem;
}

.contact-card span {
    display: block;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-card strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.contact-panel .btn-brand-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
}

.contact-panel .btn-brand-outline:hover {
    color: var(--brand-ink);
    background: #fff;
    border-color: #fff;
}

.site-footer {
    margin-top: 28px;
    padding: 0;
}

.site-footer .container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    padding: 34px 38px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    box-shadow: var(--brand-shadow);
    width: 100%;
}

.footer-brand {
    max-width: 100%;
}

.footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    color: #fff;
}

.footer-logo {
    width: 154px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.footer-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-brand-text {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-brand-subtext {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-brand p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.85;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 28px;
}

.footer-column {
    display: grid;
    gap: 12px;
    align-content: start;
}

.footer-heading {
    margin-bottom: 4px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-column a,
.footer-column span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.footer-column a {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.footer-column a i {
    width: 20px;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
    text-align: center;
}

.footer-column a:hover {
    color: #fff;
}

.footer-column a:hover i,
.footer-column a:hover span {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    grid-column: 1 / -1;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
}

.footer-bottom a:hover {
    color: #fff;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .navbar {
        padding: 7px 0;
    }

    .navbar-layout {
        column-gap: 16px;
    }

    .brand-logo {
        width: 148px;
        height: auto;
    }

    .brand-text {
        font-size: 0.96rem;
    }

    .brand-subtext {
        font-size: 0.64rem;
        letter-spacing: 0.12em;
    }

    .navbar-nav {
        gap: 2px;
    }

    .nav-link {
        font-size: 0.88rem;
        padding-right: 0.42rem;
        padding-left: 0.42rem;
    }

    .navbar-cta .btn {
        padding: 0.78rem 1.1rem;
    }

    .full-carousel-media,
    .full-carousel-image,
    .full-carousel-video {
        height: 88vh;
        min-height: 88vh;
    }

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

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

    .partner-advantage-shell {
        grid-template-columns: 1fr;
    }

    .reach-section .metric-card h3 {
        white-space: normal;
        font-size: 1.18rem;
    }

    .reach-section .metric-card p {
        min-height: 0;
    }
}

@media (max-width: 991.98px) {
    :root {
        --anchor-offset: 190px;
    }

    .section-space {
        padding: 72px 0;
    }

    .hero-section {
        padding-top: 28px;
    }

    .header-banner {
        height: 132px;
    }

    .navbar-layout {
        grid-template-columns: auto auto;
    }

    .navbar-collapse {
        grid-column: 1 / -1;
        display: block;
        padding-top: 18px;
    }

    .navbar-menu {
        margin: 0;
    }

    .navbar-cta {
        justify-content: flex-start;
        margin-top: 14px;
    }

    .full-carousel-media,
    .full-carousel-image,
    .full-carousel-video {
        height: 78vh;
        min-height: 78vh;
    }

    .full-carousel-overlay {
        left: 6%;
        right: 6%;
        bottom: 10%;
        max-width: none;
    }

    .hero-panel,
    .contact-panel {
        padding: 32px;
    }

    .hero-image {
        min-height: 380px;
    }

    .tall-frame .section-image {
        min-height: 340px;
        max-height: 420px;
    }

    .section-surface {
        margin-left: 14px;
        margin-right: 14px;
    }

    .operations-shell,
    .operations-manufacturing-copy,
    .operations-manufacturing-panel {
        padding: 30px;
    }

    .partner-advantage-intro,
    .partner-advantage-card {
        padding: 28px;
    }

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

    .faq-shell {
        grid-template-columns: 1fr;
    }

    .faq-intro {
        padding: 30px;
    }

    .footer-shell {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .operations-intro,
    .operations-manufacturing {
        grid-template-columns: 1fr;
    }

    .contact-section {
        padding-top: 32px;
    }

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

    .products-sidebar {
        position: static;
    }

    .products-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .products-search {
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .section-space {
        padding: 60px 0;
    }

    .header-banner {
        height: 92px;
    }

    .full-carousel-media,
    .full-carousel-image,
    .full-carousel-video {
        height: 70vh;
        min-height: 70vh;
    }

    .full-carousel-overlay {
        left: 24px;
        right: 24px;
        bottom: 96px;
    }

    .full-carousel-title {
        font-size: clamp(2rem, 9vw, 3.1rem);
        line-height: 1.04;
    }

    .full-carousel-text {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .hero-panel,
    .contact-panel,
    .info-card,
    .product-body,
    .process-card,
    .icon-card,
    .metric-card {
        padding: 24px;
    }

    .brand-text {
        font-size: 0.96rem;
    }

    .brand-subtext {
        letter-spacing: 0.08em;
    }

    .hero-title,
    .section-title {
        max-width: none;
    }

    .full-carousel-control {
        top: auto;
        bottom: 24px;
        width: 56px;
        height: 56px;
    }

    .carousel-control-prev.full-carousel-control {
        left: calc(50% - 70px);
    }

    .carousel-control-next.full-carousel-control {
        right: calc(50% - 70px);
    }

    .full-carousel-indicators {
        display: none;
    }

    .contact-section {
        padding-top: 24px;
    }

    .products-sidebar-card,
    .catalog-body {
        padding: 20px;
    }

    .products-showcase-grid {
        grid-template-columns: 1fr;
    }

    .product-card-showcase {
        border-radius: 24px;
    }

    .operations-shell,
    .operations-manufacturing-copy,
    .operations-manufacturing-panel,
    .operation-step-card,
    .faq-intro {
        padding: 24px;
    }

    .operations-steps {
        grid-template-columns: 1fr;
    }

    .certificate-gallery {
        grid-template-columns: 1fr;
    }

    .footer-links,
    .footer-bottom {
        grid-template-columns: 1fr;
        display: grid;
        justify-content: initial;
    }

    .footer-shell {
        padding: 24px;
        border-radius: 24px;
    }

    .site-footer .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-logo {
        width: 128px;
        height: auto;
    }

    .partner-advantage-card {
        grid-template-columns: 1fr;
    }

    .partner-advantage-icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        font-size: 1.2rem;
    }
}
