@import url("/assets/css/locked-homepage.css");

:root {
    --theme-cream: #F7F5EF;
    --theme-sage: #EEF2E3;
    --theme-olive: #7E9D34;
    --theme-olive-dark: #4F6F2B;
    --theme-brown: #8C6B45;
    --theme-brown-dark: #6F5436;
    --theme-ink: #1F2933;
}

html {
    scroll-padding-top: 120px;
}

section {
    scroll-margin-top: 120px;
}

/* Shared header color system. Navigation markup and behavior remain unchanged. */
.site-header {
    position: sticky !important;
    inset: auto !important;
    top: 0 !important;
    z-index: 9999 !important;
    color: var(--theme-ink) !important;
    border-bottom: 1px solid rgba(126, 157, 52, 0.18) !important;
    background: linear-gradient(135deg, #F5F1E8 0%, #EAE3D3 100%) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px);
    transition: background 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
    background: linear-gradient(135deg, rgba(245, 241, 232, 0.97), rgba(234, 227, 211, 0.97)) !important;
    box-shadow: 0 10px 30px rgba(31, 41, 51, 0.08) !important;
}

.site-header .brand-logo {
    filter: none;
    width: auto;
    max-width: 205px;
    max-height: 64px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.site-header .nav-list > .nav-item > a,
.site-header .nav-link,
.site-header .nav-trigger,
.site-header .desktop-nav a {
    color: #0D3B2E !important;
    text-shadow: none !important;
}

.site-header .desktop-nav a:hover,
.site-header .nav-item:hover > .nav-link,
.site-header .nav-item:hover > .nav-trigger,
.site-header .nav-link:focus,
.site-header .nav-link.active,
.site-header .menu-item.active > a {
    color: #B88A2F !important;
}

.site-header .nav-arrow,
.site-header .nav-trigger > span {
    color: var(--theme-olive) !important;
    text-shadow: none !important;
}

.site-header .solutions-promo-card h3,
.site-header .solutions-promo-card h3 span,
.site-header .solutions-promo-card > a,
.site-header .promo-leaf {
    color: var(--theme-olive) !important;
}

.site-header .header-cta,
.site-header .get-in-touch-btn {
    color: #ffffff !important;
    border-color: var(--theme-olive) !important;
    border-radius: 999px !important;
    background: var(--theme-olive) !important;
    box-shadow: none !important;
}

.site-header .header-cta:hover,
.site-header .get-in-touch-btn:hover {
    color: #ffffff !important;
    border-color: var(--theme-olive-dark) !important;
    background: var(--theme-olive-dark) !important;
}

.site-header .search-toggle,
.site-header .search-button,
.site-header [aria-label="Search"] {
    color: var(--theme-ink) !important;
    border: 1px solid rgba(126, 157, 52, 0.35) !important;
    background: transparent !important;
}

.site-header .mobile-menu-toggle {
    border-color: rgba(126, 157, 52, 0.35) !important;
}

.site-header .mobile-menu-toggle span {
    background: var(--theme-ink) !important;
}

.site-header .mobile-drawer {
    color: var(--theme-ink) !important;
    border-top-color: rgba(126, 157, 52, 0.18) !important;
    background: rgba(247, 245, 239, 0.98) !important;
}

.site-header .mobile-drawer a,
.site-header .mobile-drawer summary {
    color: var(--theme-ink) !important;
}

.site-header .mobile-drawer a:hover,
.site-header .mobile-drawer summary:hover,
.site-header .mobile-arrow {
    color: var(--theme-olive) !important;
}

/* Homepage-only motion hero. */
.moving-hero {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    color: var(--theme-ink);
    background: var(--theme-cream);
    isolation: isolate;
}

.moving-hero-slides,
.moving-hero-slide,
.moving-hero-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.moving-hero-slides {
    z-index: 0;
}

.moving-hero-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1100ms ease, visibility 1100ms ease;
}

.moving-hero-slide img {
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 6500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

.moving-hero-slide.is-active img {
    transform: scale(1.055);
}

.moving-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgba(247, 245, 239, 0.94) 0%, rgba(247, 245, 239, 0.88) 34%, rgba(247, 245, 239, 0.48) 58%, rgba(13, 59, 46, 0.07) 86%);
    pointer-events: none;
}

.moving-hero::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(115deg, transparent 20%, rgba(238, 242, 227, 0.34) 46%, transparent 72%);
    background-size: 220% 100%;
    animation: movingHeroLight 12s ease-in-out infinite;
    pointer-events: none;
}

.moving-hero-inner {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 90vh;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 170px;
}

.moving-hero-copy {
    width: min(100%, 700px);
}

.moving-hero .section-kicker {
    margin-bottom: 20px;
    color: var(--theme-olive);
}

.moving-hero h1 {
    margin: 0;
    color: var(--theme-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: 0;
}

.moving-hero h1 span {
    color: var(--theme-olive);
}

.moving-hero-copy p {
    max-width: 590px;
    margin: 28px 0 0;
    color: #52606B;
    font-size: 19px;
    line-height: 1.65;
}

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

.moving-hero-button {
    min-height: 54px;
    margin-top: 0;
    padding: 0 30px !important;
    color: #ffffff !important;
    border-color: var(--theme-olive) !important;
    border-radius: 999px !important;
    background: var(--theme-olive) !important;
    box-shadow: 0 16px 36px rgba(126, 157, 52, 0.24);
}

.moving-hero-button-secondary {
    color: #0D3B2E !important;
    border-color: rgba(13, 59, 46, 0.42) !important;
    background: rgba(247, 245, 239, 0.82) !important;
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.moving-hero-button-secondary:hover {
    color: #ffffff !important;
    border-color: #0D3B2E !important;
    background: #0D3B2E !important;
}

.moving-hero-button:hover {
    color: #ffffff !important;
    border-color: var(--theme-olive-dark) !important;
    background: var(--theme-olive-dark) !important;
}

.moving-hero-indicators {
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(31, 41, 51, 0.16);
    border-bottom: 1px solid rgba(31, 41, 51, 0.16);
    background: rgba(247, 245, 239, 0.72);
    backdrop-filter: blur(12px);
}

.moving-hero-indicator {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 82px;
    grid-template-columns: 24px 25px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    padding: 14px 16px;
    color: rgba(31, 41, 51, 0.7);
    border: 0;
    border-right: 1px solid rgba(31, 41, 51, 0.12);
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: color 220ms ease, background-color 220ms ease;
}

.moving-hero-indicator:last-child {
    border-right: 0;
}

.moving-hero-indicator:hover,
.moving-hero-indicator.is-active {
    color: var(--theme-olive);
    background: rgba(255, 255, 255, 0.48);
}

.moving-hero-indicator::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    content: "";
    background: var(--theme-olive);
    transform: scaleX(0);
    transform-origin: left;
}

.moving-hero-indicator.is-active::after {
    animation: movingHeroProgress 5s linear forwards;
}

.indicator-icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
}

.indicator-icon .line-svg {
    width: 21px;
    height: 21px;
}

.indicator-number {
    font-size: 12px;
    font-weight: 800;
}

.indicator-label {
    min-width: 0;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
}

.moving-hero-glow {
    position: absolute;
    z-index: 3;
    top: 8%;
    right: 10%;
    width: 34%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.32);
    filter: blur(70px);
    animation: movingHeroGlow 8s ease-in-out infinite;
    pointer-events: none;
}

.moving-hero-wave {
    position: absolute;
    z-index: 3;
    right: -25%;
    bottom: -19%;
    width: 150%;
    height: 42%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(126, 157, 52, 0.13) 0%, rgba(238, 242, 227, 0.2) 48%, transparent 70%);
    animation: movingHeroWave 10s ease-in-out infinite;
    pointer-events: none;
}

.moving-hero-molecules span {
    position: absolute;
    z-index: 3;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(126, 157, 52, 0.3);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    animation: movingHeroFloat 8s ease-in-out infinite;
    pointer-events: none;
}

.moving-hero-molecules span::after {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 64px;
    height: 1px;
    content: "";
    background: rgba(126, 157, 52, 0.18);
    transform: rotate(-28deg);
    transform-origin: left;
}

.moving-hero-molecules span:nth-child(1) { top: 22%; right: 12%; }
.moving-hero-molecules span:nth-child(2) { top: 43%; right: 35%; animation-delay: -2s; }
.moving-hero-molecules span:nth-child(3) { top: 65%; right: 18%; animation-delay: -5s; }

.moving-hero-leaves span {
    position: absolute;
    z-index: 3;
    width: 24px;
    height: 38px;
    border-radius: 100% 0 100% 0;
    background: rgba(126, 157, 52, 0.16);
    animation: movingHeroLeaf 12s ease-in-out infinite;
    pointer-events: none;
}

.moving-hero-leaves span:nth-child(1) { top: 18%; right: 26%; transform: rotate(22deg); }
.moving-hero-leaves span:nth-child(2) { top: 54%; right: 8%; transform: rotate(76deg); animation-delay: -4s; }
.moving-hero-leaves span:nth-child(3) { top: 72%; right: 31%; transform: rotate(128deg); animation-delay: -8s; }

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

@keyframes movingHeroLight {
    0%, 100% { background-position: 100% 0; }
    50% { background-position: 0 0; }
}

@keyframes movingHeroProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes movingHeroGlow {
    0%, 100% { opacity: 0.55; transform: translate3d(0, 0, 0) scale(0.96); }
    50% { opacity: 0.9; transform: translate3d(-3%, 2%, 0) scale(1.08); }
}

@keyframes movingHeroWave {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
    50% { transform: translate3d(-3%, -5%, 0) rotate(2deg); }
}

@keyframes movingHeroFloat {
    0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.45; }
    50% { transform: translate3d(-12px, -18px, 0); opacity: 0.9; }
}

@keyframes movingHeroLeaf {
    0%, 100% { margin-top: 0; opacity: 0.3; }
    50% { margin-top: -24px; opacity: 0.72; }
}

/* Shared footer color system. Existing footer content and link structure remain unchanged. */
footer.site-footer {
    position: relative !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    color: #ffffff !important;
    padding: 80px 60px 35px !important;
    background: linear-gradient(135deg, #5F7D3A 0%, #7E9D34 45%, #3F5A28 100%) !important;
}

footer.site-footer::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    opacity: 0.08;
    background-image:
        radial-gradient(circle at 8px 8px, #ffffff 0 2px, transparent 2.5px),
        linear-gradient(30deg, transparent 47%, #ffffff 48% 49%, transparent 50%);
    background-size: 72px 72px, 72px 72px;
    pointer-events: none;
}

footer.site-footer .footer-leaf-art {
    opacity: 0.08 !important;
}

footer.site-footer .footer-cta,
footer.site-footer .footer-grid,
footer.site-footer .footer-bottom {
    position: relative;
    z-index: 2;
}

footer.site-footer .footer-grid {
    display: grid !important;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr !important;
    gap: 44px !important;
    align-items: start !important;
}

footer.site-footer .footer-column,
footer.site-footer .footer-company {
    display: block !important;
    min-width: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

footer.site-footer .footer-meta-columns {
    display: grid;
    gap: 34px;
}

footer.site-footer .footer-column .footer-column-title {
    color: #F7E7B2 !important;
    font-size: 15px !important;
}

footer.site-footer .footer-column p {
    color: rgba(255, 255, 255, 0.90) !important;
    font-size: 15px !important;
}

footer.site-footer .footer-column a,
footer.site-footer .footer-column li {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
}

footer.site-footer .footer-column a:hover,
footer.site-footer .footer-bottom a:hover {
    color: #F7E7B2 !important;
}

footer.site-footer .footer-cta-button {
    color: #ffffff !important;
    background: var(--theme-brown) !important;
}

footer.site-footer .footer-cta-button:hover {
    color: #ffffff !important;
    background: var(--theme-brown-dark) !important;
}

footer.site-footer .footer-cta > div:first-child > span {
    color: #F7E7B2 !important;
    font-size: 15px !important;
}

footer.site-footer .footer-bottom,
footer.site-footer .footer-bottom p,
footer.site-footer .footer-bottom a,
footer.site-footer .footer-socials a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
}

@media (max-width: 1100px) {
    .moving-hero h1 {
        font-size: 52px;
    }

    .moving-hero-indicator {
        grid-template-columns: 22px 24px minmax(0, 1fr);
        padding-right: 10px;
        padding-left: 10px;
    }

    .indicator-label {
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .moving-hero {
        min-height: auto;
    }

    .moving-hero::before {
        background: linear-gradient(180deg, rgba(247, 245, 239, 0.94) 0%, rgba(247, 245, 239, 0.88) 55%, rgba(247, 245, 239, 0.72) 100%);
    }

    .moving-hero-inner {
        display: block;
        min-height: auto;
        width: 100%;
        padding: 120px 24px 80px;
    }

    .moving-hero-copy {
        margin: 0 auto;
        text-align: center;
    }

    .moving-hero-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .moving-hero-indicators {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        display: flex;
        gap: 0;
        width: calc(100% + 48px);
        margin: 68px -24px 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
    }

    .moving-hero-indicator {
        min-width: 190px;
        flex: 0 0 190px;
    }

    .moving-hero-molecules span:nth-child(2),
    .moving-hero-leaves span:nth-child(3) {
        display: none;
    }

    footer.site-footer {
        padding: 60px 28px 30px !important;
    }

    footer.site-footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 32px !important;
    }
}

@media (max-width: 600px) {
    .moving-hero h1 {
        font-size: 42px;
        line-height: 1.08;
    }

    .moving-hero-copy p {
        font-size: 17px;
    }

    .moving-hero-button {
        width: auto !important;
    }

    footer.site-footer .footer-grid {
        grid-template-columns: 1fr !important;
    }

    footer.site-footer .footer-bottom {
        flex-direction: column !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .moving-hero-slide,
    .moving-hero-slide img,
    .moving-hero::after,
    .moving-hero-glow,
    .moving-hero-wave,
    .moving-hero-molecules span,
    .moving-hero-leaves span,
    .moving-hero-indicator::after {
        animation: none !important;
        transition: none !important;
    }
}

/* Premium homepage catalog sections. */
.catalog-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
}

.catalog-intro {
    min-width: 0;
}

.catalog-intro .section-kicker {
    display: block;
    margin-bottom: 15px;
    color: var(--theme-olive);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.catalog-intro h2 {
    margin: 0;
    color: #0D3B2E;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
}

.catalog-intro > p {
    max-width: 520px;
    margin: 22px 0 0;
    color: #52606B;
    font-size: 16px;
    line-height: 1.7;
}

.catalog-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 0 24px;
    color: #ffffff !important;
    border: 1px solid var(--theme-olive);
    border-radius: 999px;
    background: var(--theme-olive);
    font-size: 14px;
    font-weight: 750;
    transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.catalog-button:hover {
    color: #ffffff !important;
    border-color: var(--theme-olive-dark);
    background: var(--theme-olive-dark);
    transform: translateY(-2px);
}

.catalog-solutions {
    background:
        linear-gradient(135deg, rgba(238, 242, 227, 0.52), transparent 45%),
        #F7F5EF;
}

.catalog-solutions-layout {
    display: grid;
    grid-template-columns: minmax(245px, 0.78fr) minmax(0, 3.25fr);
    align-items: stretch;
    gap: 48px;
}

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

.catalog-solution-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 286px;
    flex-direction: column;
    padding: 24px 18px 20px;
    color: var(--theme-ink) !important;
    border: 1px solid rgba(126, 157, 52, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 14px 36px rgba(31, 41, 51, 0.06);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.catalog-solution-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--theme-olive), var(--theme-brown));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 260ms ease;
}

.catalog-solution-card:hover {
    color: var(--theme-ink) !important;
    border-color: rgba(126, 157, 52, 0.44);
    box-shadow: 0 20px 48px rgba(31, 41, 51, 0.11);
    transform: translateY(-7px);
}

.catalog-solution-card:hover::before {
    transform: scaleX(1);
}

.catalog-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--theme-olive);
    border: 1px solid rgba(126, 157, 52, 0.22);
    border-radius: 50%;
    background: var(--theme-sage);
}

.catalog-icon .line-svg {
    width: 21px;
    height: 21px;
}

.catalog-solution-card h3 {
    margin: 24px 0 0;
    color: #0D3B2E;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: 0;
}

.catalog-solution-card p {
    margin: 14px 0 22px;
    color: #66736F;
    font-size: 13px;
    line-height: 1.55;
}

.catalog-link {
    margin-top: auto;
    color: var(--theme-brown);
    font-size: 13px;
    font-weight: 750;
}

.catalog-industries {
    color: #ffffff;
    background:
        linear-gradient(115deg, rgba(126, 157, 52, 0.13), transparent 44%),
        #0D3B2E;
}

.catalog-industries::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.08;
    background-image:
        radial-gradient(circle at 8px 8px, #A3BC63 0 2px, transparent 2.5px),
        linear-gradient(30deg, transparent 47%, #A3BC63 48% 49%, transparent 50%);
    background-size: 76px 76px;
    pointer-events: none;
}

.catalog-industries-header,
.catalog-slider {
    position: relative;
    z-index: 1;
}

.catalog-industries-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 44px;
    margin-bottom: 38px;
}

.catalog-intro-light {
    max-width: 760px;
}

.catalog-intro-light .section-kicker {
    color: #D6E5A9;
}

.catalog-intro-light h2,
.catalog-intro-light > p {
    color: #ffffff;
}

.catalog-intro-light > p {
    max-width: 730px;
    color: rgba(255, 255, 255, 0.76);
}

.catalog-header-actions {
    flex: 0 0 auto;
    text-align: right;
}

.catalog-button-light {
    margin-top: 0;
    color: #0D3B2E !important;
    border-color: #F7E7B2;
    background: #F7E7B2;
}

.catalog-button-light:hover {
    color: #ffffff !important;
    border-color: var(--theme-brown);
    background: var(--theme-brown);
}

.catalog-slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 18px;
}

.catalog-slider-controls button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    font-size: 19px;
    transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.catalog-slider-controls button:hover {
    color: #0D3B2E;
    border-color: #F7E7B2;
    background: #F7E7B2;
}

.catalog-slider {
    overflow: hidden;
}

.catalog-industry-track {
    display: flex;
    gap: 15px;
    will-change: transform;
}

.catalog-industry-card {
    position: relative;
    display: flex;
    min-width: calc((100% - 75px) / 6);
    height: 350px;
    flex: 0 0 calc((100% - 75px) / 6);
    flex-direction: column;
    overflow: hidden;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: #173F32;
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.catalog-industry-card:hover {
    color: #ffffff !important;
    border-color: rgba(247, 231, 178, 0.54);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    transform: translateY(-6px);
}

.catalog-industry-card img {
    width: 100%;
    height: 174px;
    flex: 0 0 174px;
    object-fit: cover;
    transition: transform 650ms ease;
}

.catalog-industry-card:hover img {
    transform: scale(1.05);
}

.catalog-industry-card > div {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 18px 15px;
}

.catalog-industry-card h3 {
    margin: 0;
    color: #F7E7B2;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: 0;
}

.catalog-industry-card p {
    margin: 11px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    line-height: 1.55;
}

.catalog-sustainability {
    background:
        radial-gradient(circle at 18% 50%, rgba(163, 188, 99, 0.24), transparent 28%),
        #EEF2E3;
}

.catalog-sustainability-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 78px;
}

.catalog-earth {
    position: relative;
    min-height: 430px;
}

.catalog-earth::before {
    position: absolute;
    inset: 10% 13%;
    content: "";
    border: 1px solid rgba(126, 157, 52, 0.22);
    border-radius: 50%;
    animation: catalogOrbit 14s linear infinite;
}

.catalog-earth img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 25px 42px rgba(13, 59, 46, 0.16));
    animation: catalogEarthFloat 7s ease-in-out infinite;
}

.catalog-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 36px;
    border-top: 1px solid rgba(13, 59, 46, 0.15);
    border-left: 1px solid rgba(13, 59, 46, 0.15);
}

.catalog-metrics > div {
    display: grid;
    min-height: 104px;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-right: 1px solid rgba(13, 59, 46, 0.15);
    border-bottom: 1px solid rgba(13, 59, 46, 0.15);
}

.catalog-metrics strong {
    color: var(--theme-olive-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 33px;
    font-weight: 500;
}

.catalog-metrics span {
    color: #45564F;
    font-size: 13px;
    line-height: 1.45;
}

.catalog-video-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 18px 0 0;
}

.catalog-video-cta > span {
    color: #0D3B2E;
    font-size: 17px;
    font-weight: 750;
}

.catalog-video-cta a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--theme-brown) !important;
    font-size: 14px;
    font-weight: 750;
}

.catalog-video-cta a::before {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    content: ">";
    color: #ffffff;
    border-radius: 50%;
    background: var(--theme-olive);
    font-size: 13px;
}

.catalog-manufacturing {
    background: #F7F5EF;
}

.catalog-manufacturing-layout {
    display: grid;
    grid-template-columns: minmax(285px, 0.82fr) minmax(0, 2.4fr);
    align-items: center;
    gap: 58px;
}

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

.catalog-manufacturing-card {
    position: relative;
    min-width: 0;
    height: 360px;
    overflow: hidden;
    color: #ffffff !important;
    border-radius: 6px;
    background: #0D3B2E;
    box-shadow: 0 15px 34px rgba(31, 41, 51, 0.09);
}

.catalog-manufacturing-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 24%, rgba(6, 34, 25, 0.88) 82%, rgba(6, 34, 25, 0.98));
    pointer-events: none;
}

.catalog-manufacturing-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms ease;
}

.catalog-manufacturing-card:hover img {
    transform: scale(1.06);
}

.catalog-manufacturing-card > div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 17px;
}

.catalog-manufacturing-card h3 {
    margin: 0;
    color: #F7E7B2;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
}

.catalog-manufacturing-card p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.5;
}

.catalog-knowledge {
    margin-bottom: 0;
    background:
        linear-gradient(125deg, rgba(163, 188, 99, 0.13), transparent 36%),
        #ffffff;
}

.catalog-knowledge-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2.85fr);
    align-items: stretch;
    gap: 48px;
}

.catalog-knowledge .catalog-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.catalog-slider-controls-dark {
    justify-content: flex-start;
    margin-top: auto;
    padding-top: 30px;
}

.catalog-slider-controls-dark button {
    color: #0D3B2E;
    border-color: rgba(13, 59, 46, 0.22);
    background: #F7F5EF;
}

.catalog-slider-controls-dark button:hover {
    color: #ffffff;
    border-color: var(--theme-olive);
    background: var(--theme-olive);
}

.catalog-knowledge-slider {
    min-width: 0;
    overflow: hidden;
}

.catalog-knowledge-track {
    display: flex;
    height: 100%;
    gap: 15px;
    will-change: transform;
}

.catalog-knowledge-card {
    display: flex;
    min-width: calc((100% - 45px) / 4);
    flex: 0 0 calc((100% - 45px) / 4);
    flex-direction: column;
    overflow: hidden;
    color: var(--theme-ink) !important;
    border: 1px solid rgba(13, 59, 46, 0.11);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 51, 0.07);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.catalog-knowledge-card:hover {
    color: var(--theme-ink) !important;
    border-color: rgba(126, 157, 52, 0.42);
    box-shadow: 0 20px 44px rgba(31, 41, 51, 0.12);
    transform: translateY(-6px);
}

.catalog-knowledge-card > img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    transition: transform 600ms ease;
}

.catalog-knowledge-card:hover > img {
    transform: scale(1.045);
}

.catalog-knowledge-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 17px 15px 16px;
}

.catalog-knowledge-body > span {
    color: var(--theme-olive-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-knowledge-body h3 {
    margin: 12px 0 0;
    color: #0D3B2E;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0;
}

.catalog-knowledge-body p {
    margin: 11px 0 18px;
    color: #66736F;
    font-size: 12px;
    line-height: 1.55;
}

.catalog-knowledge-body small {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    color: #7A857F;
    font-size: 10px;
}

.catalog-knowledge-body small b {
    color: var(--theme-brown);
    font-weight: 700;
}

/* Compact shared footer. */
footer.site-footer {
    min-height: auto !important;
    padding: 58px 60px 26px !important;
    background: linear-gradient(135deg, #0D3B2E 0%, #215642 56%, #365E2D 100%) !important;
}

footer.site-footer .footer-grid {
    grid-template-columns: 1.55fr 1fr 1fr 1fr 1fr !important;
    gap: 44px !important;
}

footer.site-footer .footer-column .footer-column-title {
    margin: 0 0 16px !important;
    color: #F7E7B2 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

footer.site-footer .footer-column a,
footer.site-footer .footer-column address {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px !important;
    font-style: normal;
    line-height: 1.75 !important;
}

footer.site-footer .footer-contact-block > a:not(.footer-brand) {
    width: fit-content;
}

footer.site-footer .footer-contact-block address {
    margin-top: 14px;
}

footer.site-footer .footer-brand {
    display: block !important;
    width: fit-content;
    margin: 0 0 16px !important;
    padding: 7px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
}

footer.site-footer .footer-logo {
    display: block;
    width: auto !important;
    max-width: 190px !important;
    max-height: 82px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

footer.site-footer .footer-bottom {
    align-items: center;
    margin-top: 38px !important;
    padding-top: 21px !important;
    font-size: 14px !important;
}

footer.site-footer .footer-bottom p,
footer.site-footer .footer-bottom a {
    font-size: 14px !important;
}

footer.site-footer .footer-bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

@keyframes catalogEarthFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

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

@supports (animation-timeline: view()) {
    .catalog-section .catalog-intro,
    .catalog-section .catalog-solution-card,
    .catalog-section .catalog-industry-card,
    .catalog-section .catalog-manufacturing-card,
    .catalog-section .catalog-knowledge-card {
        animation: catalogReveal 700ms both;
        animation-range: entry 8% cover 28%;
        animation-timeline: view();
    }
}

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

@media (max-width: 1180px) {
    .catalog-solutions-layout,
    .catalog-manufacturing-layout,
    .catalog-knowledge-layout {
        grid-template-columns: 1fr;
    }

    .catalog-solution-grid {
        grid-template-columns: repeat(5, minmax(170px, 1fr));
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .catalog-intro > p {
        max-width: 700px;
    }

    .catalog-industry-card {
        min-width: calc((100% - 45px) / 4);
        flex-basis: calc((100% - 45px) / 4);
    }

    .catalog-manufacturing-layout {
        gap: 38px;
    }

    .catalog-knowledge-layout {
        gap: 36px;
    }

    .catalog-knowledge .catalog-intro {
        display: block;
    }

    .catalog-slider-controls-dark {
        padding-top: 0;
    }
}

@media (max-width: 900px) {
    .catalog-section {
        padding: 76px 0;
    }

    .catalog-intro h2 {
        font-size: 37px;
    }

    .catalog-industries-header {
        display: block;
    }

    .catalog-header-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 28px;
        text-align: left;
    }

    .catalog-slider-controls {
        margin-top: 0;
    }

    .catalog-industry-card {
        min-width: calc((100% - 30px) / 3);
        flex-basis: calc((100% - 30px) / 3);
    }

    .catalog-sustainability-layout {
        grid-template-columns: 0.8fr 1.2fr;
        gap: 36px;
    }

    .catalog-earth {
        min-height: 340px;
    }

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

    .catalog-manufacturing-card {
        height: 315px;
    }

    .catalog-knowledge-card {
        min-width: calc((100% - 30px) / 3);
        flex-basis: calc((100% - 30px) / 3);
    }

    footer.site-footer {
        padding: 54px 28px 28px !important;
    }

    footer.site-footer .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr !important;
        gap: 34px !important;
    }
}

@media (max-width: 680px) {
    .moving-hero-actions {
        justify-content: center;
    }

    .catalog-section {
        padding: 64px 0;
    }

    .catalog-intro h2 {
        font-size: 34px;
    }

    .catalog-solution-grid {
        grid-template-columns: repeat(5, minmax(245px, 78vw));
    }

    .catalog-solution-card {
        min-height: 260px;
    }

    .catalog-header-actions {
        align-items: flex-end;
        gap: 18px;
    }

    .catalog-industry-card {
        min-width: calc((100% - 15px) / 2);
        flex-basis: calc((100% - 15px) / 2);
    }

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

    .catalog-earth {
        min-height: 300px;
    }

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

    .catalog-metrics > div {
        min-height: 84px;
    }

    .catalog-video-cta {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .catalog-manufacturing-card {
        height: 300px;
    }

    .catalog-knowledge-card {
        min-width: 84%;
        flex-basis: 84%;
    }

    footer.site-footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 460px) {
    .moving-hero h1 {
        font-size: 37px;
    }

    .moving-hero-button {
        width: 100% !important;
    }

    .catalog-header-actions {
        display: block;
    }

    .catalog-header-actions .catalog-slider-controls {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .catalog-industry-card {
        min-width: 86%;
        flex-basis: 86%;
    }

    .catalog-knowledge-card {
        min-width: 88%;
        flex-basis: 88%;
    }

    footer.site-footer .footer-grid {
        grid-template-columns: 1fr !important;
    }

    footer.site-footer .footer-bottom {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-earth::before,
    .catalog-earth img,
    .catalog-section .catalog-intro,
    .catalog-section .catalog-solution-card,
    .catalog-section .catalog-industry-card,
    .catalog-section .catalog-manufacturing-card,
    .catalog-section .catalog-knowledge-card {
        animation: none !important;
    }
}
