:root {
    --theme-cream: #F5F2EA;
    --theme-sage: #DCE4C5;
    --theme-olive: #8AA63A;
    --theme-olive-dark: #6F862D;
    --theme-brown: #6F862D;
    --theme-brown-dark: #6F862D;
    --theme-ink: #232B35;
}

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

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

/* Locked shared header. */
.site-header {
    color: #0B3D2E !important;
    border-bottom: 1px solid rgba(138, 166, 58, 0.2) !important;
    background: linear-gradient(135deg, #F5F2EA 0%, #EAE5DA 100%) !important;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
    background: linear-gradient(135deg, rgba(245, 242, 234, 0.97), rgba(234, 229, 218, 0.97)) !important;
}

.site-header .brand-logo {
    width: 190px;
    max-width: 190px;
    max-height: 68px;
    object-fit: contain;
    filter: none !important;
    mix-blend-mode: multiply;
}

.site-header .desktop-nav {
    transform: translateX(-18px);
}

.site-header .nav-list > .nav-item > a,
.site-header .nav-link,
.site-header .nav-trigger,
.site-header .desktop-nav a {
    color: #0B3D2E !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: #8AA63A !important;
}

.site-header .header-cta,
.site-header .get-in-touch-btn {
    color: #ffffff !important;
    border-color: #8AA63A !important;
    background: #8AA63A !important;
}

.site-header .header-cta:hover,
.site-header .get-in-touch-btn:hover {
    border-color: #6F862D !important;
    background: #6F862D !important;
}

.site-header .mega-promo,
.site-header .solutions-promo-card {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
    background: #8AA63A !important;
}

.site-header .mega-promo *,
.site-header .solutions-promo-card *,
.site-header .solutions-promo-card h3,
.site-header .solutions-promo-card h3 span,
.site-header .solutions-promo-card p,
.site-header .solutions-promo-card > a,
.site-header .promo-leaf {
    color: #ffffff !important;
}

.site-header .solutions-promo-card > a:hover {
    color: #F5F2EA !important;
}

.mega-fact-viewport {
    height: 82px;
    overflow: hidden;
}

.mega-fact-track {
    animation: megaFacts 15s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.mega-fact-track p {
    display: flex;
    height: 82px;
    align-items: center;
    margin: 0 !important;
}

@keyframes megaFacts {
    0%, 27% { transform: translateY(0); }
    33%, 60% { transform: translateY(-82px); }
    66%, 94% { transform: translateY(-164px); }
    100% { transform: translateY(0); }
}

/* Locked hero: same scale and imagery, refined controls. */
.moving-hero {
    min-height: 90vh;
    color: #232B35;
    background: #F5F2EA;
}

.moving-hero::before {
    background: linear-gradient(90deg, rgba(245, 242, 234, 0.94) 0%, rgba(245, 242, 234, 0.86) 34%, rgba(234, 229, 218, 0.48) 58%, rgba(245, 242, 234, 0.08) 86%);
}

.moving-hero::after {
    background: linear-gradient(115deg, transparent 20%, rgba(220, 228, 197, 0.34) 46%, transparent 72%);
    background-size: 220% 100%;
}

.moving-hero-inner {
    min-height: 90vh;
    padding-top: 70px;
    padding-bottom: 130px;
}

.moving-hero .section-kicker,
.moving-hero h1 span {
    color: #8AA63A;
}

.moving-hero h1 {
    color: #232B35;
}

.moving-hero-keyword {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: 26px !important;
    padding: 9px 18px;
    color: #232B35 !important;
    border-left: 3px solid #8AA63A;
    background: rgba(245, 242, 234, 0.68);
    font-size: 18px !important;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.moving-hero-keyword.is-changing {
    animation: keywordReveal 520ms ease both;
}

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

.moving-hero-button {
    border-color: #8AA63A !important;
    background: #8AA63A !important;
    box-shadow: 0 16px 34px rgba(138, 166, 58, 0.24);
}

.moving-hero-button:hover {
    border-color: #6F862D !important;
    background: #6F862D !important;
}

.moving-hero-button-secondary {
    color: #232B35 !important;
    border-color: rgba(111, 134, 45, 0.52) !important;
    background: rgba(245, 242, 234, 0.88) !important;
}

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

.moving-hero-controls {
    position: absolute;
    bottom: 36px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 12px;
    border: 1px solid rgba(138, 166, 58, 0.26);
    border-radius: 999px;
    background: rgba(245, 242, 234, 0.82);
    backdrop-filter: blur(12px);
}

.moving-hero-indicators {
    position: static;
    display: flex;
    width: auto;
    flex: 0 0 auto;
    grid-template-columns: none;
    gap: 9px;
    margin: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.moving-hero-indicator {
    display: block;
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    padding: 0;
    border: 1px solid #8AA63A;
    border-radius: 50%;
    background: transparent;
}

.moving-hero-indicator:hover,
.moving-hero-indicator.is-active {
    background: #8AA63A;
    transform: scale(1.18);
}

.moving-hero-indicator::after {
    display: none;
}

.hero-arrow {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #8AA63A;
    border: 1px solid #8AA63A;
    border-radius: 50%;
    background: #F5F2EA;
    cursor: pointer;
    font-size: 17px;
    transition: color 200ms ease, background-color 200ms ease;
}

.hero-arrow:hover {
    color: #ffffff;
    background: #8AA63A;
}

/* Compact moving statistics strip. */
.statistics-strip {
    height: 64px;
    overflow: hidden;
    border-top: 1px solid rgba(138, 166, 58, 0.18);
    border-bottom: 1px solid rgba(138, 166, 58, 0.18);
    background: #F5F2EA;
}

.statistics-track {
    display: flex;
    width: max-content;
    height: 100%;
    animation: statisticsTicker 28s linear infinite;
}

.statistics-strip:hover .statistics-track {
    animation-play-state: paused;
}

.statistics-group {
    display: grid;
    width: 100vw;
    min-width: 100vw;
    grid-template-columns: repeat(4, 1fr);
}

.statistics-group > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border-right: 1px solid rgba(138, 166, 58, 0.16);
    white-space: nowrap;
}

.statistics-group strong {
    color: #6F862D;
    font-size: 18px;
    font-weight: 850;
}

.statistics-group span {
    color: #232B35;
    font-size: 12px;
    font-weight: 650;
}

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

/* Shared compact section system. */
.catalog-section {
    display: flex;
    min-height: 510px;
    align-items: center;
    padding: 58px 0;
}

.catalog-motion-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2.75fr);
    align-items: center;
    gap: 42px;
}

.catalog-intro h2 {
    color: #232B35;
    font-size: 36px;
}

.catalog-intro > p {
    margin-top: 18px;
    color: rgba(35, 43, 53, 0.76);
    font-size: 15px;
}

.catalog-intro .section-kicker,
.catalog-link,
.catalog-icon {
    color: #8AA63A;
}

.catalog-button {
    min-height: 46px;
    margin-top: 24px;
    border-color: #8AA63A;
    background: #8AA63A;
}

.catalog-button:hover {
    border-color: #6F862D;
    background: #6F862D;
}

.catalog-slider-controls,
.catalog-slider-controls-dark {
    display: flex;
    justify-content: flex-start;
    gap: 9px;
    margin-top: 16px;
    padding-top: 0;
}

.catalog-slider-controls button,
.catalog-slider-controls-dark button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #8AA63A;
    border: 1px solid #8AA63A;
    border-radius: 50%;
    background: #F5F2EA;
    cursor: pointer;
    font-size: 18px;
    transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.catalog-slider-controls button:hover,
.catalog-slider-controls-dark button:hover {
    color: #ffffff;
    border-color: #8AA63A;
    background: #8AA63A;
    transform: translateY(-2px);
}

.catalog-motion-slider,
.certification-slider {
    min-width: 0;
    overflow: hidden;
}

.catalog-solution-track,
.catalog-industry-track,
.catalog-sustainability-track,
.catalog-manufacturing-track,
.catalog-knowledge-track,
.certification-track {
    display: flex;
    gap: 14px;
    will-change: transform;
}

.catalog-solutions {
    background: linear-gradient(135deg, rgba(220, 228, 197, 0.34), transparent 52%), #F5F2EA;
}

.catalog-solution-card {
    min-width: calc((100% - 42px) / 4);
    min-height: 294px;
    flex: 0 0 calc((100% - 42px) / 4);
    padding: 22px 17px 19px;
    border-color: rgba(138, 166, 58, 0.2);
    background: rgba(255, 255, 255, 0.72);
}

.catalog-solution-card::before {
    background: #8AA63A;
}

.catalog-solution-card h3 {
    color: #232B35;
}

.catalog-icon {
    border-color: rgba(138, 166, 58, 0.24);
    background: #DCE4C5;
}

/* Light olive industries. */
.catalog-industries {
    color: #232B35;
    background:
        linear-gradient(135deg, rgba(245, 242, 234, 0.7), rgba(220, 228, 197, 0.78)),
        #EAE5DA;
}

.catalog-industries::before {
    opacity: 0.14;
    background-image:
        radial-gradient(ellipse at 18% 30%, rgba(138, 166, 58, 0.34) 0 8%, transparent 9%),
        radial-gradient(ellipse at 78% 66%, rgba(111, 134, 45, 0.22) 0 7%, transparent 8%);
    background-size: 180px 130px, 220px 160px;
}

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

.catalog-industry-card {
    min-width: calc((100% - 42px) / 4);
    height: 320px;
    flex: 0 0 calc((100% - 42px) / 4);
    color: #232B35 !important;
    border-color: rgba(138, 166, 58, 0.22);
    background: rgba(245, 242, 234, 0.9);
    box-shadow: 0 14px 34px rgba(35, 43, 53, 0.08);
}

.catalog-industry-card:hover {
    color: #232B35 !important;
    border-color: #8AA63A;
    box-shadow: 0 18px 40px rgba(111, 134, 45, 0.16);
}

.catalog-industry-card img {
    height: 162px;
    flex-basis: 162px;
}

.catalog-industry-card > div {
    padding: 16px 14px;
}

.catalog-industry-card h3 {
    color: #6F862D;
}

.catalog-industry-card p {
    color: rgba(35, 43, 53, 0.72);
}

/* Cream-over-leaf sustainability slider; no globe. */
.catalog-sustainability {
    background:
        linear-gradient(rgba(245, 242, 234, 0.9), rgba(234, 229, 218, 0.9)),
        url("/assets/images/sustainability/leaf-bg.jpg") center / cover no-repeat;
}

.sustainability-slider {
    border: 1px solid rgba(138, 166, 58, 0.24);
    border-radius: 6px;
    background: rgba(245, 242, 234, 0.74);
    box-shadow: 0 18px 42px rgba(35, 43, 53, 0.08);
    backdrop-filter: blur(10px);
}

.catalog-sustainability-slide {
    min-width: 100%;
    min-height: 310px;
    flex: 0 0 100%;
    padding: 30px;
}

.catalog-sustainability-slide > span {
    color: #8AA63A;
    font-size: 12px;
    font-weight: 850;
}

.catalog-sustainability-slide h3 {
    max-width: 650px;
    margin: 12px 0 0;
    color: #232B35;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0;
}

.catalog-sustainability-slide > p {
    max-width: 650px;
    margin: 13px 0 0;
    color: rgba(35, 43, 53, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.catalog-metrics {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    border-color: rgba(138, 166, 58, 0.22);
}

.catalog-metrics > div {
    display: flex;
    min-height: 80px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 12px;
    border-color: rgba(138, 166, 58, 0.22);
}

.catalog-metrics strong {
    color: #6F862D;
    font-size: 27px;
}

.catalog-metrics small {
    color: rgba(35, 43, 53, 0.7);
    font-size: 11px;
}

/* Manufacturing slider. */
.catalog-manufacturing {
    background: #F5F2EA;
}

.catalog-manufacturing-track {
    height: 318px;
}

.catalog-manufacturing-card {
    min-width: calc((100% - 28px) / 3);
    height: 318px;
    flex: 0 0 calc((100% - 28px) / 3);
    background: #6F862D;
}

.catalog-manufacturing-card::after {
    background: linear-gradient(180deg, transparent 26%, rgba(111, 134, 45, 0.72) 74%, rgba(35, 43, 53, 0.94));
}

/* Very compact certification row. */
.premium-certifications {
    height: 118px;
    min-height: 118px;
    max-height: 120px;
    padding: 8px 0;
    overflow: hidden;
    color: #232B35;
    background: #F5F2EA;
}

.certification-compact-layout {
    display: grid;
    height: 102px;
    grid-template-columns: 225px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.certification-intro .section-kicker {
    color: #6F862D;
    font-size: 10px;
    font-weight: 850;
}

.certification-intro h2 {
    margin: 5px 0 0;
    color: #232B35;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}

.certification-intro p {
    margin: 5px 0 0;
    color: rgba(35, 43, 53, 0.68);
    font-size: 10px;
}

.certification-motion {
    display: grid;
    min-width: 0;
    grid-template-rows: 66px 32px;
}

.premium-certifications .catalog-slider-controls {
    gap: 7px;
    margin-top: 3px;
}

.premium-certifications .catalog-slider-controls button {
    width: 29px;
    height: 29px;
    min-height: 29px;
    font-size: 14px;
}

.certification-track {
    gap: 0;
}

.certification-track > div {
    display: grid;
    min-width: 20%;
    min-height: 66px;
    flex: 0 0 20%;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: start;
    column-gap: 8px;
    padding: 7px 10px;
    border-right: 1px solid rgba(111, 134, 45, 0.22);
    transition: color 200ms ease, text-shadow 200ms ease, background-color 200ms ease;
}

.certification-track > div:hover {
    color: #6F862D;
    background: rgba(245, 242, 234, 0.56);
    text-shadow: 0 0 16px rgba(138, 166, 58, 0.42);
}

.certification-track strong {
    color: #232B35;
    font-size: 11px;
    line-height: 1.15;
    text-align: left;
}

.certification-track span {
    margin-top: 1px;
    color: rgba(35, 43, 53, 0.64);
    font-size: 8px;
    line-height: 1.1;
    text-align: left;
}

.certification-track .certification-mark {
    display: grid;
    width: 28px;
    height: 28px;
    grid-row: 1 / 3;
    place-items: center;
    color: #6F862D;
}

.certification-mark .line-svg {
    width: 24px;
    height: 24px;
}

/* Knowledge master layout. */
.catalog-knowledge {
    margin-bottom: 0;
    background: linear-gradient(125deg, rgba(220, 228, 197, 0.32), transparent 42%), #EAE5DA;
}

.catalog-knowledge-track {
    height: 330px;
}

.catalog-knowledge-card {
    min-width: calc((100% - 28px) / 3);
    flex: 0 0 calc((100% - 28px) / 3);
    border-color: rgba(138, 166, 58, 0.18);
    background: #F5F2EA;
}

.catalog-knowledge-body h3 {
    color: #232B35;
}

.catalog-knowledge-body > span {
    color: #6F862D;
}

/* Locked large olive footer. */
footer.site-footer {
    min-height: 500px !important;
    padding: 78px 60px 34px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #8AA63A 0%, #8AA63A 46%, #6F862D 100%) !important;
}

footer.site-footer::before {
    opacity: 0.08;
    background-image:
        radial-gradient(ellipse at 18% 30%, #F5F2EA 0 7%, transparent 8%),
        radial-gradient(ellipse at 82% 62%, #F5F2EA 0 6%, transparent 7%);
    background-size: 210px 150px, 250px 180px;
}

footer.site-footer .footer-grid {
    grid-template-columns: 0.9fr 0.9fr 0.9fr 0.9fr 1.65fr !important;
    gap: 40px !important;
}

footer.site-footer .footer-column .footer-column-title {
    color: #F5F2EA !important;
}

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

footer.site-footer .footer-column a:hover {
    color: #F5F2EA !important;
}

footer.site-footer .footer-contact-panel {
    padding-left: 34px !important;
    border-left: 1px solid rgba(245, 242, 234, 0.26);
}

footer.site-footer .footer-brand {
    width: min(100%, 250px);
    margin: 0 0 24px !important;
    padding: 10px 13px;
    background: #F5F2EA;
}

footer.site-footer .footer-logo {
    width: 100% !important;
    max-width: 225px !important;
    max-height: 105px;
    filter: none !important;
    mix-blend-mode: multiply;
}

.footer-contact-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.footer-contact-icon {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    color: #6F862D;
    border-radius: 50%;
    background: #F5F2EA;
    font-size: 13px;
}

.footer-contact-item strong {
    display: block;
    margin-bottom: 2px;
    color: #F5F2EA;
    font-size: 12px;
    text-transform: uppercase;
}

footer.site-footer .footer-contact-item a,
footer.site-footer .footer-contact-item address {
    line-height: 1.55 !important;
}

footer.site-footer .footer-bottom {
    margin-top: 48px !important;
    border-top-color: rgba(245, 242, 234, 0.26) !important;
}

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

@media (max-width: 1180px) {
    .site-header .desktop-nav {
        transform: none;
    }

    .catalog-motion-layout {
        grid-template-columns: minmax(225px, 0.68fr) minmax(0, 2fr);
        gap: 30px;
    }

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

    footer.site-footer .footer-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    footer.site-footer .footer-contact-panel {
        grid-column: span 2;
    }
}

@media (max-width: 900px) {
    html {
        scroll-padding-top: 135px;
    }

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

    .site-header .brand-logo {
        width: 170px;
        max-width: 170px;
    }

    .moving-hero::before {
        background: linear-gradient(180deg, rgba(245, 242, 234, 0.94), rgba(234, 229, 218, 0.78));
    }

    .moving-hero-inner {
        padding-bottom: 105px;
    }

    .moving-hero-controls {
        right: 24px;
        bottom: 28px;
        left: 24px;
        justify-content: center;
    }

    .statistics-group {
        width: 170vw;
        min-width: 170vw;
    }

    .catalog-section {
        min-height: auto;
        padding: 56px 0;
    }

    .catalog-motion-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

    .catalog-solution-card,
    .catalog-industry-card,
    .catalog-manufacturing-card,
    .catalog-knowledge-card {
        min-width: calc((100% - 14px) / 2);
        flex-basis: calc((100% - 14px) / 2);
    }

    .certification-compact-layout {
        grid-template-columns: 170px minmax(0, 1fr);
    }

    .certification-track > div {
        min-width: 33.333%;
        flex-basis: 33.333%;
    }

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

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

    footer.site-footer .footer-contact-panel {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .moving-hero-keyword {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px !important;
        text-align: center;
    }

    .statistics-group {
        width: 280vw;
        min-width: 280vw;
    }

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

    .catalog-solution-card,
    .catalog-industry-card,
    .catalog-manufacturing-card,
    .catalog-knowledge-card {
        min-width: 86%;
        flex-basis: 86%;
    }

    .catalog-sustainability-slide {
        min-height: 390px;
        padding: 24px 20px;
    }

    .catalog-sustainability-slide h3 {
        font-size: 24px;
    }

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

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

    .premium-certifications {
        height: 118px;
        min-height: 118px;
        max-height: 120px;
        padding: 8px 0;
        overflow: hidden;
    }

    .certification-compact-layout {
        height: 102px;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .certification-intro {
        display: none;
    }

    .premium-certifications .catalog-slider-controls {
        justify-content: center;
    }

    .certification-track > div {
        min-width: 68%;
        flex-basis: 68%;
    }

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

    footer.site-footer .footer-contact-panel {
        grid-column: auto;
        padding-top: 24px !important;
        padding-left: 0 !important;
        border-top: 1px solid rgba(245, 242, 234, 0.26);
        border-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mega-fact-track,
    .statistics-track,
    .moving-hero-keyword {
        animation: none !important;
    }
}
