:root {
    --dark-green: #1F3A26;
    --deep-green: #1F3A26;
    --emerald: #1F3A26;
    --cream: #F8F6F0;
    --gold: #7E9D35;
    --leaf-green: #A5C15A;
    --muted-white: rgba(255, 255, 255, 0.78);
    --border-green: #B7CF74;
    --border-gold: #B7CF74;
    --green-950: var(--deep-green);
    --green-900: var(--dark-green);
    --green-800: var(--emerald);
    --green-700: #A5C15A;
    --green-500: #7E9D35;
    --cream-2: var(--cream);
    --gold-2: var(--gold);
    --icon-green: var(--leaf-green);
    --white: #ffffff;
    --ink: #1F3A26;
    --muted: #435347;
    --line: #B7CF74;
    --soft-line: #B7CF74;
    --shadow: 0 15px 40px rgba(70, 90, 20, 0.08);
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream-2);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

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

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

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

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 14px;
    color: var(--ink);
    background: var(--green-900);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    color: var(--ink);
    background: linear-gradient(135deg, #A0BB58 0%, #8FAE46 45%, #769337 100%);
    backdrop-filter: blur(2px);
    transition: background 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
    background: rgba(247, 245, 239, 0.96);
    box-shadow: 0 14px 34px rgba(70, 90, 20, 0.08);
    backdrop-filter: blur(18px);
}

.header-main {
    display: flex;
    align-items: center;
    min-height: 82px;
    gap: 34px;
    justify-content: space-between;
}

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

.brand-logo {
    width: 178px;
    height: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.desktop-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin-left: auto;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-list > .nav-item > a,
.nav-link,
.nav-trigger {
    display: inline-flex;
    align-items: center;
    min-height: 82px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.nav-trigger > span,
.nav-arrow {
    color: var(--gold);
}

.nav-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 82px;
    padding: 4px;
    margin-left: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.desktop-nav a:hover,
.nav-item:hover .nav-trigger,
.nav-item:hover .nav-link,
.nav-arrow:hover {
    color: var(--gold-2);
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.has-solutions-dropdown,
.has-mega-dropdown {
    position: static;
}

.simple-dropdown,
.solenis-dropdown {
    display: none !important;
    position: absolute;
    top: 100%;
    z-index: 9999;
    margin: 0;
    list-style: none;
    color: #062e22;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.nav-item:hover > .simple-dropdown,
.nav-item:focus-within > .simple-dropdown,
.nav-item:hover > .solenis-dropdown,
.nav-item:focus-within > .solenis-dropdown,
.has-dropdown.is-open > .simple-dropdown,
.has-dropdown.is-open > .solenis-dropdown {
    display: block !important;
}

.solenis-dropdown {
    left: 50%;
    display: none !important;
    width: min(1180px, calc(100vw - 48px));
    height: 520px;
    overflow: hidden;
    transform: translateX(-50%);
}

.mega-menu.solutions-mega,
.mega-menu.standard-mega,
.solenis-dropdown.solutions-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    width: min(1180px, calc(100vw - 80px));
    max-width: 1180px;
    height: 520px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    transform: translateX(-50%);
    z-index: 9999;
}

.solutions-mega-inner,
.standard-mega-inner {
    display: grid;
    grid-template-columns: 280px 320px 300px 260px;
    height: 520px;
    padding-right: 0;
    padding-left: 0;
}

.nav-item.is-open > .mega-menu,
.has-dropdown.is-open > .solutions-dropdown {
    display: block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.has-dropdown.is-open > .standard-mega {
    display: block !important;
}

.mega-menu a,
.mega-menu a:hover,
.mega-menu a:focus,
.mega-menu a:active,
.megamenu a,
.megamenu a:hover,
.megamenu a:focus,
.megamenu a:active {
    text-decoration: none !important;
}

.megamenu-column ul li {
    border-bottom: 0 !important;
}

.solutions-panel-one {
    padding: 14px;
    background: #fff;
    border-right: 1px solid #d1d5db;
}

.solutions-main-link {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
    padding: 14px 18px;
    color: #062e22;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.28;
}

.mega-item,
.mega-sub-item,
.mega-product-item,
.solutions-product-list a {
    color: #062e22;
    background: transparent;
    border-left: 4px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
}

.mega-item.is-active,
.mega-sub-item.is-active,
.solutions-main-link.is-active,
.solutions-sub-list a.is-active {
    color: #062e22;
    background: #f3efe5;
    border-left-color: #c79a3b;
    font-weight: 700;
}

.mega-item:hover,
.mega-sub-item:hover,
.mega-product-item:hover,
.solutions-main-link:hover,
.solutions-sub-list a:hover,
.solutions-product-list a:hover {
    color: #062e22;
    background: #f8f5ee;
    transition: 0.25s ease;
}

.mega-item .arrow,
.mega-sub-item .arrow,
.mega-product-item .arrow,
.mega-item b,
.mega-sub-item b,
.mega-product-item b,
.solutions-main-link b,
.solutions-sub-list a b {
    color: #c79a3b;
}

.solutions-main-link b {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.solutions-sub-list,
.solutions-product-list {
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    padding: 24px 26px;
}

.solutions-sub-list {
    border-right: 1px solid #e5e7eb;
}

.solutions-sub-list a,
.solutions-product-list a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 12px;
    color: #062e22;
    font-size: 16px;
    font-weight: 600;
}

.solutions-sub-list .important-link {
    font-weight: 800;
    text-decoration: none;
    text-underline-offset: 5px;
}

.mega-promo,
.solutions-promo-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 48px);
    min-width: 0;
    overflow: hidden;
    margin: 24px;
    padding: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 72% 15%, rgba(155, 188, 74, 0.2), transparent 34%),
        linear-gradient(145deg, #062e22, #021f18);
    border-radius: 8px;
}

.mega-promo * {
    position: relative;
    z-index: 2;
}

.promo-leaf {
    display: block;
    width: 76px;
    height: 76px;
    margin-bottom: 28px;
    color: #9bbc4a;
}

.promo-leaf svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.solutions-promo-card h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 27px;
    line-height: 1.15;
}

.solutions-promo-card h3 span {
    color: #b88a32;
}

.solutions-promo-card p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.65;
}

.solutions-promo-card > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 18px;
    color: #fff;
    border: 1px solid #b88a32;
    border-radius: 999px;
    font-weight: 800;
}

.solutions-promo-card > a:hover {
    color: #062e22;
    background: #b88a32;
}

.simple-dropdown {
    left: 0;
    min-width: 270px;
    padding: 12px;
}

.simple-dropdown li {
    list-style: none;
}

.simple-dropdown a {
    display: block;
    padding: 12px 14px;
    color: #062e22;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.simple-dropdown a:hover {
    color: #062e22;
    background: #f5f0e4;
}

@media (max-width: 1260px) {
    .mega-menu.solutions-mega,
    .mega-menu.standard-mega,
    .solenis-dropdown.solutions-dropdown {
        left: 20px;
        width: calc(100vw - 40px);
        transform: none;
    }

    .solutions-mega-inner,
    .standard-mega-inner {
        grid-template-columns: minmax(220px, 280px) minmax(240px, 320px) minmax(220px, 300px) minmax(210px, 260px);
    }
}

.eyebrow,
.section-kicker {
    display: inline-block;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.header-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.header-cta {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 26px;
}

.btn::after {
    margin-left: 10px;
    content: "->";
}

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

.btn-gold {
    color: var(--ink);
    background: linear-gradient(135deg, #9b7532, var(--gold));
}

.btn-glass {
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.06);
}

.btn-outline-green {
    color: var(--green-800);
    border: 1px solid var(--green-700);
    background: transparent;
}

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--white);
}

.mobile-drawer {
    display: none;
}

.hero-fullscreen {
    position: relative;
    display: grid;
    min-height: 760px;
    overflow: hidden;
    color: var(--ink);
    background-image: url("/assets/images/hero/hero-bg.png");
    background-position: center center;
    background-size: cover;
}

.hero-bg {
    display: none;
}

.hero-fullscreen::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(90deg,
            rgba(2, 31, 24, 0.92) 0%,
            rgba(2, 31, 24, 0.78) 28%,
            rgba(2, 31, 24, 0.42) 58%,
            rgba(2, 31, 24, 0.30) 100%),
        radial-gradient(circle at 48% 42%,
            rgba(184, 138, 50, 0.18),
            transparent 34%),
        radial-gradient(circle at 8% 50%,
            rgba(2, 31, 24, 0.82),
            transparent 45%);
}

.hero-fullscreen::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(circle at center,
            transparent 35%,
            rgba(2, 31, 24, 0.55) 100%);
}

.hero-layout {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: 48px;
    min-height: 760px;
    padding-top: 82px;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 520px;
}

.hero h1 {
    margin: 14px 0 16px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: 0;
    text-shadow:
        0 4px 18px rgba(0, 0, 0, 0.55),
        0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero h1 span {
    color: #9bbc4a;
    text-shadow:
        0 4px 18px rgba(0, 0, 0, 0.55),
        0 0 18px rgba(155, 188, 74, 0.18);
}

.section-intro h2 span,
.sustainability-layout h2 span {
    color: var(--leaf-green);
}

.hero p {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

.hero .eyebrow {
    color: #b88a32;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.hero .btn-gold {
    color: #ffffff;
    background: #b88a32;
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero .btn-glass {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(2, 31, 24, 0.45);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.hero-visual {
    position: relative;
    min-height: 320px;
}

.hero-globe {
    display: none;
}

.hero-leaf {
    display: none;
}

.hero-orbit {
    display: none;
}

.hero-orbit-two {
    display: none;
}

.cert-strip-image {
    width: 100%;
    height: 340px;
    background: url("/assets/images/everklin-certification-strip-reference.png") center center / 100% 100% no-repeat;
}

.everklin-trust {
    background:
        radial-gradient(circle at 50% 25%, rgba(155, 188, 74, .12), transparent 38%),
        linear-gradient(180deg, #062e22 0%, #021f18 100%);
    padding: 42px 0 48px;
    color: #fff;
}

.trust-wrap {
    width: 92%;
    max-width: 1500px;
    margin: auto;
}

.trust-grid {
    display: grid;
    align-items: center;
}

.everklin-trust .cert-grid {
    grid-template-columns: repeat(4, 1fr);
}

.everklin-trust .stat-grid {
    grid-template-columns: repeat(5, 1fr);
}

.trust-divider {
    height: 1px;
    margin: 34px 0;
    background: rgba(255, 255, 255, .14);
}

.trust-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 82px;
    padding: 0 34px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.trust-box:last-child {
    border-right: 0;
}

.everklin-trust .trust-icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.everklin-trust .trust-icon.green {
    color: #9bbc4a;
}

.everklin-trust .trust-icon.gold {
    color: #b88a32;
}

.everklin-trust .trust-icon.iso {
    border: 2px solid #9bbc4a;
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 900;
}

.trust-box h3,
.trust-box h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .35);
}

.trust-box h3 {
    font-size: 26px;
}

.trust-box h2 {
    font-size: 36px;
}

.trust-box p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.trust-strip {
    background:
        radial-gradient(circle at 50% 30%, rgba(155, 188, 74, .13), transparent 45%),
        linear-gradient(180deg, #063426 0%, #05291f 100%);
    color: #fff;
    padding: 0 8%;
}

.trust-row {
    display: grid;
    align-items: center;
}

.trust-certifications {
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.trust-stats {
    grid-template-columns: repeat(5, 1fr);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 112px;
    padding: 20px 38px;
    border-left: 1px solid rgba(255, 255, 255, .10);
}

.trust-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, .10);
}

.trust-icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.trust-icon.green {
    color: #9bbc4a;
}

.trust-icon.gold {
    color: #b88a32;
}

.trust-iso {
    border: 1.6px solid currentColor;
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.trust-item h4 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.trust-stats h4 {
    font-size: 34px;
    text-transform: none;
}

.trust-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
}

.trust-certifications p {
    text-transform: uppercase;
}

.cert-strip,
.stats-strip,
.compliance-strip {
    color: var(--ink);
    background:
        radial-gradient(circle at 50% 0%, rgba(155, 188, 74, 0.08), transparent 42%),
        #062e22;
    box-shadow: inset 0 1px 0 rgba(155, 188, 74, 0.22), inset 0 -1px 0 rgba(155, 188, 74, 0.22);
}

.cert-strip {
    border-top: 1px solid rgba(155, 188, 74, 0.22);
}

.strip-grid {
    display: grid;
}

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

.stats-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(155, 188, 74, 0.22);
}

.strip-item,
.stat-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 82px;
    padding: 16px 28px;
    border-left: 1px solid rgba(155, 188, 74, 0.22);
}

.strip-item:last-child,
.stat-item:last-child {
    border-right: 1px solid rgba(155, 188, 74, 0.22);
}

.line-icon {
    display: grid;
    grid-row: span 2;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-right: 16px;
    color: #9bbc4a;
    font-size: 18px;
    font-weight: 900;
}

.line-svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: none;
}

.cert-grid .strip-item:nth-child(3) .line-icon,
.compliance-grid .strip-item:nth-child(3) .line-icon,
.strip-item:nth-child(even) .line-icon,
.stat-item:nth-child(even) .line-icon {
    color: #b88a32;
}

.strip-item strong,
.stat-item strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.08;
    text-shadow: none;
    text-transform: uppercase;
}

.strip-item small,
.stat-item small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
}

.stat-item strong {
    font-size: 29px;
    line-height: 1;
    text-transform: none;
}

.stat-item small {
    text-transform: none;
}

.section-light {
    background: var(--cream-2);
}

.botanical-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 24%, rgba(184, 138, 50, 0.08) 0 1px, transparent 1.4px),
        radial-gradient(circle at 76% 62%, rgba(184, 138, 50, 0.08) 0 1px, transparent 1.4px),
        #f5f0e4;
    background-size: 46px 46px, 58px 58px, 100% 100%;
}

.botanical-bg::before,
.botanical-bg::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(22vw, 300px);
    content: "";
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='260' height='360' viewBox='0 0 260 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='rgba(6,46,34,0.10)' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M70 358C72 285 78 221 104 164C128 111 162 73 218 26'/%3E%3Cpath d='M82 292C48 266 27 229 20 184C56 198 80 235 82 292Z'/%3E%3Cpath d='M99 238C137 220 166 189 184 145C142 149 110 183 99 238Z'/%3E%3Cpath d='M116 184C84 157 66 121 61 79C96 92 119 126 116 184Z'/%3E%3Cpath d='M139 136C176 121 205 93 227 52C187 52 154 84 139 136Z'/%3E%3Cpath d='M57 328C38 319 22 304 10 284'/%3E%3Cpath d='M61 321C45 293 41 268 48 246'/%3E%3Cpath d='M133 206C159 194 179 177 192 154'/%3E%3Cpath d='M128 211C150 216 172 211 194 196'/%3E%3Cpath d='M88 136C73 111 70 87 80 65'/%3E%3Cpath d='M92 143C71 136 53 122 38 101'/%3E%3Cpath d='M178 94C205 83 226 67 240 46'/%3E%3Cpath d='M172 101C198 105 220 99 238 82'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 128% auto;
    pointer-events: none;
}

.botanical-bg::before {
    left: -54px;
}

.botanical-bg::after {
    right: -54px;
    transform: scaleX(-1);
}

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

.solutions-showcase {
    padding: 38px 0;
}

.solution-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.section-intro h2,
.section-row-heading h2,
.sustainability-layout h2,
.manufacturing-layout h2,
.knowledge-layout h2 {
    margin: 10px 0 16px;
    color: var(--green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: 0;
}

.section-intro p {
    color: var(--muted);
    font-size: 13px;
}

.section-intro > a:not(.btn),
.section-row-heading a,
.knowledge-layout .section-intro a {
    color: var(--green-700);
    font-weight: 900;
}

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

.solution-mini-card {
    display: grid;
    justify-items: center;
    min-height: 222px;
    padding: 24px 16px 18px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(184, 138, 50, 0.2);
    border-radius: 10px;
    box-shadow: 0 18px 35px rgba(6, 46, 34, 0.08);
}

.solution-line-icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    color: #0b6b4b;
    background: transparent;
    border: 1px solid #d7b66a;
    border-radius: 50%;
    font-size: 24px;
}

.solution-mini-card:nth-child(even) .solution-line-icon {
    color: #9bbc4a;
}

.solution-line-icon .line-svg {
    width: 45px;
    height: 45px;
    stroke-width: 1.65;
}

.solution-mini-card h3 {
    margin: 18px 0 10px;
    color: var(--green-950);
    font-size: 15px;
    line-height: 1.25;
}

.solution-mini-card p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.62;
}

.solution-mini-card > span:not(.solution-line-icon) {
    align-self: end;
    margin-top: 18px;
    color: #b88a32;
    font-size: 13px;
    font-weight: 900;
}

.solution-mini-card > span:not(.solution-line-icon)::after {
    margin-left: 6px;
    content: "->";
}

.section-dark {
    color: var(--ink);
    background:
        radial-gradient(circle at 70% 16%, rgba(155, 188, 74, 0.14), transparent 30%),
        radial-gradient(circle at 18% 88%, rgba(184, 138, 50, 0.11), transparent 23%),
        linear-gradient(180deg, #021f18, #062e22 48%, #021f18);
}

.industries-showcase {
    padding: 38px 0 40px;
}

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

.section-dark h2 {
    color: var(--ink);
}

.slider-controls {
    display: flex;
    gap: 10px;
}

.slider-controls button {
    width: 38px;
    height: 38px;
    color: var(--green-950);
    background: var(--white);
    border: 0;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.slider-controls button:hover {
    color: var(--ink);
    background: var(--gold-500);
    transform: translateY(-2px);
}

.industry-slider {
    overflow: hidden;
    width: 100%;
}

.industry-card-row {
    display: flex;
    gap: 14px;
    will-change: transform;
    transition: transform 0.42s ease;
}

.image-card {
    position: relative;
    display: grid;
    align-content: end;
    justify-items: center;
    flex: 0 0 calc((100% - 70px) / 6);
    min-height: 152px;
    padding: 20px;
    overflow: hidden;
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)),
        var(--green-900);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(184, 138, 50, 0.42);
    border-radius: 8px;
    transition: background-size 0.35s ease, border-color 0.25s ease, transform 0.25s ease;
}

.industries-showcase .image-card:hover {
    background-size: 112%;
    border-color: rgba(184, 138, 50, 0.72);
    transform: translateY(-3px);
}

.image-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(2, 31, 24, 0.02) 18%, rgba(2, 31, 24, 0.92) 100%),
        linear-gradient(180deg, transparent 32%, rgba(2, 31, 24, 0.84));
}

.image-card span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 1;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.22;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.62);
    text-align: center;
}

.card-railways {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/railways.jpg");
}

.card-housekeeping {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/hospitality.jpg");
}

.card-airports {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/airports.jpg");
}

.card-hospitality {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/hospitality.jpg");
}

.card-healthcare {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/healthcare.jpg");
}

.card-manufacturing {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/manufacturing.jpg");
}

.card-food {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/food-processing.jpg");
}

.card-education {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/healthcare.jpg");
}

.card-dairy {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/food-processing.jpg");
}

.card-pharma {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/healthcare.jpg");
}

.card-paper {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/manufacturing.jpg");
}

.card-power {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/airports.jpg");
}

.card-wtp {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/manufacturing.jpg");
}

.card-ro-uf {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/industries/food-processing.jpg");
}

.card-facility {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/manufacturing/manufacturing.jpg");
}

.card-lab {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/manufacturing/laboratory.jpg");
}

.card-quality {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/manufacturing/quality.jpg");
}

.card-capacity {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.9)), url("/assets/images/manufacturing/production.jpg");
}

.sustainability-feature {
    position: relative;
    overflow: hidden;
    color: var(--ink);
    background: var(--green-950);
}

.sustainability-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 44%, rgba(155, 188, 74, 0.11), transparent 30%),
        linear-gradient(90deg, rgba(2, 31, 24, 0.12) 0%, rgba(2, 31, 24, 0.66) 34%, rgba(2, 31, 24, 0.94) 100%),
        url("/assets/images/sustainability/leaf-bg.jpg") center/cover no-repeat;
}

.sustainability-bg::before {
    content: none;
}

.sustainability-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    align-items: center;
    min-height: 282px;
    gap: 44px;
    padding: 38px 0;
    padding-left: min(27vw, 380px);
}

.sustainability-layout h2 {
    color: var(--ink);
}

.sustainability-layout p {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.82);
}

.esg-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 560px;
    margin-top: 20px;
}

.esg-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
    color: var(--leaf-green);
}

.esg-stats div:nth-child(even) .esg-icon {
    color: var(--gold);
}

.esg-stats strong {
    display: block;
    color: var(--ink);
    font-size: 25px;
}

.esg-stats small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
    font-weight: 800;
}

.video-callout {
    display: grid;
    justify-items: start;
    gap: 10px;
    color: var(--ink);
}

.play-button {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    color: var(--ink);
    border: 1px dashed var(--gold);
    border-radius: 50%;
}

.play-button::before {
    width: 0;
    height: 0;
    margin-left: 4px;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--white);
}

.video-callout small {
    color: var(--gold-2);
    font-weight: 900;
}

.manufacturing-section {
    padding: 38px 0;
}

.manufacturing-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.manufacturing-section .section-intro h2 {
    font-size: 31px;
    line-height: 1.08;
}

.manufacturing-section .section-intro p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.65;
}

.manufacturing-section .btn {
    min-height: 36px;
    padding: 0 17px;
    font-size: 11px;
}

.manufacturing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: end;
}

.image-card.tall {
    min-height: 230px;
}

.manufacturing-grid .image-card span {
    padding: 0 18px 18px;
    font-size: 16px;
    line-height: 1.18;
}

.compliance-strip .strip-item {
    min-height: 92px;
    padding: 14px 28px;
    border-left: 1px solid rgba(155, 188, 74, 0.22);
}

.compliance-strip .line-icon {
    width: 46px;
    height: 46px;
    margin-right: 16px;
}

.compliance-strip .strip-item strong {
    font-size: 17px;
}

.compliance-strip .strip-item small {
    font-size: 11px;
}

.knowledge-center {
    padding: 44px 0 42px;
}

.botanical-corner {
    background:
        radial-gradient(circle at 8% 92%, rgba(109, 162, 63, 0.15), transparent 16%),
        var(--cream-2);
}

.knowledge-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.knowledge-layout .section-intro h2 {
    font-size: 30px;
    line-height: 1.12;
}

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

.article-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(184, 138, 50, 0.14);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(45, 34, 18, 0.1);
}

.article-visual {
    display: grid;
    width: 100%;
    height: 125px;
    place-items: center;
    color: rgba(255, 255, 255, 0.86);
    font-size: 42px;
}

.article-green {
    background: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.55)), url("/assets/images/resources/blog1.jpg") center/cover;
}

.article-water {
    background: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.55)), url("/assets/images/resources/blog2.jpg") center/cover;
}

.article-plant {
    background: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.55)), url("/assets/images/resources/blog3.jpg") center/cover;
}

.article-hygiene {
    background: linear-gradient(180deg, rgba(2, 31, 24, 0.05), rgba(2, 31, 24, 0.55)), url("/assets/images/resources/blog4.jpg") center/cover;
}

.article-card span,
.article-card h3,
.article-card small {
    display: block;
    margin-right: 12px;
    margin-left: 12px;
}

.article-card span {
    margin-top: 13px;
    color: var(--green-700);
    font-size: 8.8px;
    font-weight: 900;
    text-transform: uppercase;
}

.article-card h3 {
    min-height: 48px;
    margin-top: 8px;
    color: var(--green-950);
    font-size: 13px;
    line-height: 1.32;
}

.article-card small {
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 10px;
}

.site-footer {
    color: rgba(255, 255, 255, 0.72);
    background:
        radial-gradient(circle at 12% 0%, rgba(155, 188, 74, 0.14), transparent 30%),
        linear-gradient(180deg, #062e22, #021f18);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.55fr repeat(4, 0.86fr) 1.08fr;
    gap: 14px;
    padding: 14px 0 10px;
}

.brand-footer .brand-logo {
    width: 106px;
}

.footer-story p {
    max-width: 245px;
    margin: 6px 0 0;
    font-size: 9.5px;
    line-height: 1.28;
}

.social-links {
    display: flex;
    gap: 6px;
    margin-top: 7px;
}

.social-links a {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 8.5px;
    font-weight: 900;
}

.footer-col h2 {
    margin: 0 0 6px;
    color: var(--gold-2);
    font-size: 9.5px;
    text-transform: uppercase;
}

.footer-col a,
.footer-col span {
    display: block;
    margin-bottom: 3px;
    font-size: 9.2px;
    line-height: 1.18;
}

.footer-col a:hover {
    color: var(--gold-2);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 9.4px;
}

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

/* ===============================
   EVERKLIN FINAL VISUAL OVERRIDE
================================ */

:root{
  --ek-dark:#062E22;
  --ek-deep:#021F18;
  --ek-cream:#F5F0E4;
  --ek-gold:#B88A32;
  --ek-green:#9BBC4A;
  --ek-white:#FFFFFF;
}

/* HERO */
.hero{
  min-height:760px;
  position:relative;
  overflow:hidden;
  background:url("../images/hero/hero-bg.png") center center/cover no-repeat;
}

.hero-bg{
  display:none !important;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(185, 204, 120, 0.88) 0%,
      rgba(169, 192, 102, 0.76) 28%,
      rgba(151, 175, 82, 0.42) 58%,
      rgba(151, 175, 82, 0.24) 100%),
    radial-gradient(circle at 50% 45%,
      rgba(184,138,50,.18),
      transparent 38%);
  z-index:1;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at center, transparent 35%, rgba(88, 160, 61, 0.34) 100%);
  z-index:2;
}

.hero-layout{
  position:relative;
  z-index:3;
  min-height:760px;
  display:grid;
  grid-template-columns:520px 1fr;
  align-items:center;
}

.hero-content h1{
  color:#fff;
  text-shadow:0 6px 24px rgba(0,0,0,.55);
}

.hero-content h1 span{
  color:var(--ek-green);
  text-shadow:0 0 20px rgba(155,188,74,.22);
}

.eyebrow{
  color:var(--ek-gold);
  text-shadow:0 3px 12px rgba(0,0,0,.45);
}

/* TRUST STRIP */
.everklin-trust{
  background:
    radial-gradient(circle at 50% 20%, rgba(155,188,74,.12), transparent 42%),
    linear-gradient(180deg,#063426 0%,#05291F 100%);
  padding:38px 0 42px;
  color:#fff;
}

.trust-wrap{
  width:min(100% - 70px,1500px);
  margin:auto;
}

.cert-grid{
  grid-template-columns:repeat(4,1fr);
}

.stat-grid{
  grid-template-columns:repeat(5,1fr);
}

.trust-divider{
  height:1px;
  background:rgba(255,255,255,.12);
  margin:28px 0;
}

.trust-box{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-height:76px;
  padding:0 28px;
  border-right:1px solid rgba(255,255,255,.10);
  box-shadow:none !important;
}

.trust-box:last-child{
  border-right:none;
}

.trust-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ek-green);
  font-size:0 !important;
}

.trust-icon svg{
  width:48px;
  height:48px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trust-icon.gold{
  color:var(--ek-gold);
}

.trust-box h3,
.trust-box h2{
  margin:0 0 7px;
  color:#fff;
  font-weight:800;
  line-height:1;
  text-shadow:0 4px 16px rgba(0,0,0,.38);
}

.trust-box h3{font-size:24px;}
.trust-box h2{font-size:36px;}

.trust-box p{
  margin:0;
  color:rgba(255,255,255,.80);
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em;
}

/* SOLUTIONS */
.solutions-showcase{
  background:var(--ek-cream);
  position:relative;
  overflow:hidden;
}

.botanical-bg::before,
.botanical-bg::after{
  content:"";
  position:absolute;
  width:360px;
  height:520px;
  background:
    radial-gradient(circle at 30% 20%, rgba(6,46,34,.10) 1px, transparent 2px),
    radial-gradient(circle at 70% 80%, rgba(184,138,50,.08) 1px, transparent 2px);
  background-size:26px 26px;
  opacity:.55;
  pointer-events:none;
}

.botanical-bg::before{
  left:-120px;
  top:40px;
}

.botanical-bg::after{
  right:-130px;
  bottom:20px;
}

.solution-mini-card{
  background:#fff;
  border:1px solid rgba(184,138,50,.20);
  border-radius:10px;
  box-shadow:0 18px 35px rgba(6,46,34,.08);
  transition:.3s ease;
}

.solution-mini-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 45px rgba(6,46,34,.14);
}

.solution-line-icon{
  width:62px;
  height:62px;
  border:1px solid #D7B66A;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0B6B4B;
}

.solution-line-icon svg,
.solution-line-icon .line-svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* FOOTER COMPACT */
.site-footer{
  padding:42px 0 18px !important;
  background:linear-gradient(180deg,#062E22,#021F18);
}

.footer-main{
  gap:28px !important;
}

.footer-brand p,
.footer-story p{
  max-width:330px;
  margin-bottom:14px;
}

.footer-bottom{
  padding-top:18px !important;
  margin-top:22px !important;
}

/* =========================
   HERO COLOR DIRECTION
   ========================= */

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #A0BB58 0%, #8FAE46 45%, #769337 100%);
}

/* Background Image */
.hero-bg {
    display: block !important;
    position: absolute;
    inset: 0;

    background-image: url("../images/hero/hero-bg.png");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    filter:
        saturate(115%)
        contrast(105%)
        brightness(0.82);

    transform: scale(1.03);
}

/* Main Dark Green Overlay */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.28), transparent 30%),
        radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, rgba(185, 204, 120, 0.88) 0%, rgba(169, 192, 102, 0.78) 45%, rgba(151, 175, 82, 0.74) 100%);
}

/* Green Atmospheric Glow */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;

    background:
        radial-gradient(
            circle at 25% 45%,
            rgba(11,107,75,0.28),
            transparent 40%
        ),
        radial-gradient(
            circle at 80% 30%,
            rgba(155,188,74,0.15),
            transparent 35%
        ),
        radial-gradient(
            circle at 70% 80%,
            rgba(11,107,75,0.18),
            transparent 40%
        );

    mix-blend-mode: screen;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 10;
}

.hero-layout {
    position: relative;
    z-index: 10;
}

/* White Heading */
.hero h1 {
    color: #ffffff;
    text-shadow:
        0 2px 8px rgba(0,0,0,0.25),
        0 8px 20px rgba(0,0,0,0.18);
}

/* Green Highlight Word */
.hero h1 span {
    color: #9BBC4A;
}

/* Paragraph */
.hero p {
    color: rgba(255,255,255,0.92);
}

/* Gold Eyebrow */
.hero .eyebrow {
    color: #B88A32;
}

/* Left Foreground Leaf Shadow */
.hero-left-leaf {
    position: absolute;
    left: -120px;
    bottom: -40px;
    width: 420px;
    opacity: 0.22;
    z-index: 3;
    filter:
        blur(2px)
        brightness(0.8);
}

/* Right Foreground Leaf */
.hero-right-leaf {
    position: absolute;
    right: -60px;
    bottom: -20px;
    width: 360px;
    z-index: 4;
    opacity: 0.92;
}

/* Globe Area Glow */
.hero-globe {
    filter:
        drop-shadow(0 20px 40px rgba(0,0,0,0.35))
        drop-shadow(0 0 40px rgba(155,188,74,0.15));

}

/* ===============================
   EVERKLIN DEEP FOREST SURFACES
   Matches the darker green tone shown in the latest reference crop.
================================ */

:root {
    --ek-forest-top: #003729;
    --ek-forest-mid: #002f24;
    --ek-forest-deep: #001f18;
    --ek-forest-edge: #001911;
    --ek-forest-glow: rgba(11, 107, 75, 0.28);
    --ek-forest-leaf-glow: rgba(155, 188, 74, 0.12);
}

.everklin-trust,
.cert-strip,
.stats-strip,
.compliance-strip,
.section-dark,
.site-footer,
.mega-promo,
.solutions-promo-card {
    background:
        radial-gradient(circle at 38% 35%, var(--ek-forest-glow), transparent 34%),
        radial-gradient(circle at 82% 12%, var(--ek-forest-leaf-glow), transparent 34%),
        linear-gradient(180deg, var(--ek-forest-top) 0%, var(--ek-forest-mid) 48%, var(--ek-forest-deep) 100%) !important;
}

.everklin-trust,
.cert-strip,
.stats-strip,
.compliance-strip {
    box-shadow:
        inset 0 1px 0 rgba(155, 188, 74, 0.2),
        inset 0 -1px 0 rgba(155, 188, 74, 0.18);
}

.site-footer {
    box-shadow: inset 0 1px 0 rgba(155, 188, 74, 0.16);
}

.mega-promo,
.solutions-promo-card {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 20px 42px rgba(0, 0, 0, 0.24);
}

.site-header.is-scrolled,
.site-header.is-menu-open {
    background: rgba(0, 31, 24, 0.94);
}

/* ===============================
   EVERKLIN INNER PAGE STRUCTURE
================================ */

.inner-page {
    background: var(--cream);
}

.inner-hero {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(0, 25, 18, 0.92), rgba(0, 47, 36, 0.76)),
        radial-gradient(circle at 78% 22%, rgba(155, 188, 74, 0.16), transparent 34%),
        linear-gradient(180deg, #003729 0%, #001f18 100%);
}

.inner-hero::after {
    position: absolute;
    right: -110px;
    bottom: -130px;
    width: 380px;
    height: 380px;
    content: "";
    border: 1px solid rgba(155, 188, 74, 0.16);
    border-radius: 50%;
    box-shadow: inset 0 0 80px rgba(155, 188, 74, 0.08);
}

.inner-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    padding-top: 98px;
    padding-bottom: 70px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.breadcrumb a:hover {
    color: var(--gold);
}

.breadcrumb strong {
    color: var(--ink);
}

.inner-kicker {
    display: inline-flex;
    margin-bottom: 13px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.inner-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 0.98;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.inner-hero p {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.72;
}

.inner-content-section {
    padding: 82px 0;
    background:
        radial-gradient(circle at 8% 22%, rgba(155, 188, 74, 0.08), transparent 28%),
        var(--cream);
}

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

.placeholder-card {
    min-height: 210px;
    padding: 28px;
    background: var(--white);
    border: 1px solid rgba(184, 138, 50, 0.18);
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(6, 46, 34, 0.08);
}

.placeholder-card span {
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.placeholder-card h2 {
    margin: 12px 0 12px;
    color: var(--dark-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.12;
}

.placeholder-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.inner-cta-section {
    padding: 0 0 86px;
    background: var(--cream);
}

.inner-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px;
    color: var(--ink);
    background:
        radial-gradient(circle at 78% 20%, rgba(155, 188, 74, 0.14), transparent 30%),
        linear-gradient(135deg, #003729, #001f18);
    border: 1px solid rgba(155, 188, 74, 0.22);
    border-radius: 16px;
    box-shadow: 0 22px 52px rgba(2, 31, 24, 0.22);
}

.inner-cta-card h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.inner-cta-card p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

/* ===============================
   SOLUTIONS LANDING PAGE
================================ */

.solutions-page {
    background: var(--cream);
}

.solutions-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(2, 31, 24, 0.94) 0%, rgba(2, 31, 24, 0.78) 38%, rgba(2, 31, 24, 0.32) 68%, rgba(2, 31, 24, 0.66) 100%),
        radial-gradient(circle at 62% 44%, rgba(155, 188, 74, 0.16), transparent 34%),
        url("/assets/images/hero/hero-bg.png") center center / cover no-repeat;
}

.solutions-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 20% 48%, rgba(11, 107, 75, 0.36), transparent 36%),
        radial-gradient(circle at 86% 20%, rgba(184, 138, 50, 0.16), transparent 24%);
    pointer-events: none;
}

.solutions-hero::after {
    position: absolute;
    right: 9%;
    bottom: 14%;
    width: 230px;
    height: 170px;
    content: "";
    opacity: 0.28;
    background:
        radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.65) 0 3px, transparent 4px),
        radial-gradient(circle at 42% 22%, rgba(255, 255, 255, 0.55) 0 4px, transparent 5px),
        radial-gradient(circle at 72% 60%, rgba(255, 255, 255, 0.62) 0 5px, transparent 6px),
        linear-gradient(28deg, transparent 0 26%, rgba(255, 255, 255, 0.42) 27% 28%, transparent 29% 100%),
        linear-gradient(152deg, transparent 0 31%, rgba(255, 255, 255, 0.38) 32% 33%, transparent 34% 100%);
    filter: blur(0.2px);
}

.solutions-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 560px;
    padding-top: 124px;
    padding-bottom: 58px;
}

.solutions-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.solutions-breadcrumb a:hover {
    color: var(--gold);
}

.solutions-breadcrumb strong {
    color: var(--ink);
}

.solutions-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.solutions-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 5vw, 72px);
    line-height: 1.02;
    text-shadow: 0 7px 28px rgba(0, 0, 0, 0.45);
}

.solutions-hero h1 span {
    color: var(--leaf-green);
}

.solutions-hero p {
    max-width: 610px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.72;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.solutions-hero .btn-gold {
    background: var(--leaf-green);
    border-color: var(--leaf-green);
}

.solutions-hero .btn-glass {
    border-color: rgba(184, 138, 50, 0.82);
}

.solutions-main-section,
.solutions-industries-preview {
    position: relative;
    overflow: hidden;
    padding: 62px 0 70px;
    background:
        radial-gradient(circle at 7% 18%, rgba(155, 188, 74, 0.08), transparent 26%),
        radial-gradient(circle at 92% 88%, rgba(184, 138, 50, 0.08), transparent 24%),
        var(--cream);
}

.solutions-section-heading {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
}

.solutions-section-heading h2 {
    margin: 0;
    color: var(--dark-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.4vw, 48px);
    line-height: 1.08;
}

.solutions-section-heading h2 span {
    color: var(--leaf-green);
}

.solutions-section-heading.dark {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.solutions-section-heading.dark h2 {
    color: var(--ink);
}

.solutions-large-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.solutions-large-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 650px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(184, 138, 50, 0.18);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(6, 46, 34, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.solutions-large-card:hover {
    border-color: rgba(184, 138, 50, 0.38);
    box-shadow: 0 30px 70px rgba(6, 46, 34, 0.16);
    transform: translateY(-8px);
}

.solutions-card-image {
    display: block;
    height: 180px;
    flex: 0 0 180px;
    background-position: center;
    background-size: cover;
}

.solutions-card-ii {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.04), rgba(2, 31, 24, 0.42)), url("/assets/images/industries/hospitality.jpg");
}

.solutions-card-fb {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.04), rgba(2, 31, 24, 0.42)), url("/assets/images/industries/food-processing.jpg");
}

.solutions-card-sugar {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.04), rgba(2, 31, 24, 0.42)), url("/assets/images/manufacturing/manufacturing.jpg");
}

.solutions-card-water {
    background-image: linear-gradient(180deg, rgba(2, 31, 24, 0.04), rgba(2, 31, 24, 0.42)), url("/assets/images/resources/blog3.jpg");
}

.solutions-card-solar {
    background-image:
        linear-gradient(135deg, rgba(2, 31, 24, 0.08), rgba(2, 31, 24, 0.38)),
        repeating-linear-gradient(105deg, rgba(127, 184, 216, 0.42) 0 16px, rgba(255, 255, 255, 0.22) 16px 18px, rgba(11, 59, 44, 0.36) 18px 34px),
        radial-gradient(circle at 76% 18%, rgba(216, 163, 77, 0.9), transparent 14%),
        linear-gradient(145deg, #0b3b2c, #7fb8d8);
}

.solutions-card-body {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 56px 20px 24px;
    text-align: center;
}

.solutions-card-icon {
    position: absolute;
    top: -41px;
    left: 50%;
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    color: #0b6b4b;
    background: var(--white);
    border: 2px solid #d7b66a;
    border-radius: 50%;
    box-shadow: 0 16px 30px rgba(6, 46, 34, 0.14);
    transform: translateX(-50%);
}

.solutions-card-icon .line-svg {
    width: 42px;
    height: 42px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.solutions-large-card:nth-child(even) .solutions-card-icon {
    color: var(--gold);
}

.solutions-large-card h3 {
    min-height: 58px;
    margin: 0 0 12px;
    color: var(--dark-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.14;
}

.solutions-large-card p {
    min-height: 74px;
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.solutions-large-card ul {
    display: grid;
    gap: 8px;
    min-height: 205px;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.solutions-large-card li {
    position: relative;
    padding-left: 18px;
    color: #31413b;
    font-size: 13px;
    line-height: 1.32;
    text-align: left;
}

.solutions-large-card li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--leaf-green);
    border-radius: 50%;
}

.solutions-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    color: #0b6b4b;
    font-size: 13px;
    font-weight: 900;
}

.solutions-card-link span {
    color: var(--gold);
}

.solutions-why-section {
    position: relative;
    overflow: hidden;
    padding: 54px 0 58px;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(2, 31, 24, 0.94), rgba(2, 31, 24, 0.76)),
        url("/assets/images/sustainability/leaf-bg.jpg") center center / cover no-repeat;
}

.solutions-why-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 18% 28%, rgba(155, 188, 74, 0.14), transparent 28%),
        radial-gradient(circle at 84% 78%, rgba(184, 138, 50, 0.12), transparent 24%);
    pointer-events: none;
}

.solutions-why-section > .container {
    position: relative;
    z-index: 1;
}

.why-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.why-solution-grid article {
    padding: 18px 34px;
    text-align: center;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    backdrop-filter: none;
}

.why-solution-grid article:last-child {
    border-right: 0;
}

.why-solution-grid span {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    margin: 0 auto 16px;
    color: var(--leaf-green);
    border: 0;
    border-radius: 0;
}

.why-solution-grid span .line-svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
}

.why-solution-grid h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.why-solution-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.solutions-industry-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
}

.solutions-industry-grid .image-card {
    min-height: 126px;
    flex: none;
    border-color: rgba(6, 46, 34, 0.12);
    box-shadow: 0 14px 30px rgba(6, 46, 34, 0.08);
}

.solutions-industry-grid .image-card span {
    font-size: 12px;
}

.solutions-center-action {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.solutions-consult-cta {
    padding: 0;
    background: var(--cream);
}

.solutions-consult-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.62fr);
    gap: 40px;
    align-items: center;
    overflow: hidden;
    padding: 38px 52px;
    color: var(--ink);
    background:
        radial-gradient(circle at 32% 28%, rgba(11, 107, 75, 0.32), transparent 32%),
        linear-gradient(135deg, #003729, #001f18);
    border: 1px solid rgba(155, 188, 74, 0.22);
    border-radius: 0;
    box-shadow: 0 28px 68px rgba(2, 31, 24, 0.22);
}

.solutions-consult-card h2 {
    max-width: 660px;
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.5vw, 48px);
    line-height: 1.02;
}

.solutions-consult-card p {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}

.solutions-consult-image {
    min-height: 230px;
    background:
        linear-gradient(180deg, rgba(2, 31, 24, 0.06), rgba(2, 31, 24, 0.46)),
        url("/assets/images/resources/blog4.jpg") center center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

/* HEADER + FOOTER POLISH */
.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.menu-item.active > a,
.desktop-nav a {
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.nav-link.active,
.menu-item.active > a {
    color: #b88a32 !important;
}

.header-cta,
.get-in-touch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 210px;
    height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    line-height: 1;
    white-space: nowrap;
}

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

.footer-main,
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(5, 1fr);
    gap: 56px;
    align-items: start;
}

.footer-brand,
.footer-story {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -18px;
}

.footer-logo,
.brand-footer .brand-logo {
    width: 190px;
    margin-bottom: 20px;
}

.footer-brand p,
.footer-story p {
    max-width: 360px;
    margin: 0 0 24px;
}

.footer-socials,
.social-links {
    display: flex;
    gap: 12px;
}

.footer-socials a,
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    text-decoration: none !important;
    border: 1px solid rgba(184, 138, 50, 0.7);
    border-radius: 50%;
}

.footer-column,
.footer-col {
    padding-top: 0;
}

.footer-column .footer-column-title,
.footer-col h2 {
    margin: 0 0 18px;
    color: #b88a32;
}

.footer-column a,
.footer-col a {
    display: block;
    margin-bottom: 8px;
    text-decoration: none !important;
}

.footer-bottom {
    margin-top: 52px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1024px) {
    .header-cta,
    .get-in-touch-btn {
        min-width: 180px;
    }

    .footer-main,
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 36px;
    }

    .footer-brand,
    .footer-story {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .header-cta,
    .get-in-touch-btn {
        display: none;
    }

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

    .footer-main,
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-logo,
    .brand-footer .brand-logo {
        width: 165px;
    }

    .footer-bottom {
        display: grid;
        gap: 16px;
        margin-top: 34px !important;
    }
}

/* Premium homepage and footer refresh. Header and navigation selectors are intentionally untouched. */
:root {
    --everklin-cream: #F8F6F0;
    --everklin-sage: #EEF2E3;
    --everklin-olive: #7E9D34;
    --everklin-light-olive: #A3BC63;
    --everklin-brown: #8C6B45;
    --everklin-ink: #1F2933;
}

.home-redesign {
    color: var(--everklin-ink);
    background: var(--everklin-cream);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.home-redesign .container {
    width: min(100% - 64px, 1240px);
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.site-footer h2,
.site-footer .footer-column-title {
    letter-spacing: 0;
}

.home-redesign .section-kicker {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--everklin-olive);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.8px;
}

.premium-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: linear-gradient(118deg, #F8F6F0 0%, #F8F6F0 52%, #EEF2E3 100%);
}

.premium-hero::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 30%;
    content: "";
    background: url("/assets/images/hero/sustainable-chemistry-sphere.png") left bottom / contain no-repeat;
    opacity: 0.055;
    pointer-events: none;
}

.premium-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
    align-items: center;
    gap: 44px;
    min-height: 760px;
    padding-top: 110px;
    padding-bottom: 72px;
}

.premium-hero-copy {
    max-width: 650px;
}

.premium-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 28px;
    color: var(--everklin-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.04;
}

.premium-hero-copy h1 span {
    color: var(--everklin-olive);
}

.premium-hero-copy p {
    max-width: 590px;
    margin: 0;
    color: #52606b;
    font-size: 20px;
    line-height: 1.65;
}

.premium-hero-copy .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.home-redesign .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 750;
    transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.home-redesign .btn:hover {
    transform: translateY(-2px);
}

.btn-primary-premium {
    color: #fff;
    background: var(--everklin-olive);
    box-shadow: 0 14px 34px rgba(126, 157, 52, 0.24);
}

.btn-primary-premium:hover {
    color: #fff;
    background: #6f8e28;
    box-shadow: 0 18px 40px rgba(126, 157, 52, 0.32);
}

.btn-secondary-premium {
    color: var(--everklin-ink);
    border-color: rgba(31, 41, 51, 0.28) !important;
    background: rgba(255, 255, 255, 0.52);
}

.btn-secondary-premium:hover {
    color: #fff;
    border-color: var(--everklin-brown) !important;
    background: var(--everklin-brown);
}

.premium-hero-art {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
}

.premium-hero-art::after {
    position: absolute;
    right: 12%;
    bottom: 6%;
    left: 12%;
    height: 12%;
    content: "";
    border-radius: 50%;
    background: rgba(68, 83, 48, 0.14);
    filter: blur(24px);
}

.premium-hero-art img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    animation: premiumSphereFloat 7s ease-in-out infinite;
}

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

.credential-band {
    padding: 34px 0;
    border-top: 1px solid rgba(31, 41, 51, 0.08);
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
    background: #fff;
}

.credential-grid,
.performance-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.credential-grid > div {
    min-width: 0;
    padding: 0 24px;
    border-right: 1px solid rgba(31, 41, 51, 0.12);
    text-align: center;
}

.credential-grid > div:last-child,
.performance-grid > div:last-child {
    border-right: 0;
}

.credential-grid strong,
.credential-grid span {
    display: block;
}

.credential-grid strong {
    color: var(--everklin-ink);
    font-size: 18px;
    font-weight: 800;
}

.credential-grid span {
    margin-top: 4px;
    color: var(--everklin-brown);
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.performance-band {
    padding: 46px 0;
    color: #fff;
    background: #263a2b;
}

.performance-grid > div {
    padding: 2px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
}

.performance-grid strong,
.performance-grid span {
    display: block;
}

.performance-grid strong {
    color: var(--everklin-light-olive);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
}

.performance-grid span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.premium-solutions,
.premium-industries,
.premium-sustainability,
.premium-manufacturing,
.premium-certifications,
.premium-knowledge {
    position: relative;
    padding: 130px 0;
}

.premium-solutions {
    overflow: hidden;
    background: var(--everklin-sage);
}

.premium-solutions::after {
    position: absolute;
    right: -110px;
    bottom: -160px;
    width: 430px;
    height: 430px;
    content: "";
    background: url("/assets/images/hero/sustainable-chemistry-sphere.png") center / contain no-repeat;
    opacity: 0.07;
    transform: rotate(-18deg);
    pointer-events: none;
}

.premium-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 58px;
}

.premium-heading-center {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.premium-heading h2,
.sustainability-copy h2 {
    margin: 0;
    color: var(--everklin-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.14;
}

.premium-heading p,
.sustainability-copy > p {
    max-width: 690px;
    margin: 22px auto 0;
    color: #5f6c74;
    font-size: 17px;
    line-height: 1.75;
}

.premium-heading-split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.premium-heading-split > div {
    max-width: 790px;
}

.text-link,
.card-link {
    color: var(--everklin-olive);
    font-size: 14px;
    font-weight: 800;
}

.text-link {
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    white-space: nowrap;
}

.premium-solution-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.premium-solution-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 350px;
    flex-direction: column;
    padding: 32px 26px 28px;
    overflow: hidden;
    border: 1px solid rgba(126, 157, 52, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(31, 41, 51, 0.07);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.premium-solution-card::after {
    position: absolute;
    right: -35px;
    bottom: -55px;
    width: 140px;
    height: 140px;
    content: "";
    border: 1px solid rgba(126, 157, 52, 0.13);
    border-radius: 50%;
}

.premium-solution-card:hover {
    border-color: rgba(126, 157, 52, 0.5);
    box-shadow: 0 26px 58px rgba(31, 41, 51, 0.13);
    transform: translateY(-8px);
}

.premium-solution-card .solution-line-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 30px;
    color: var(--everklin-olive);
    border: 1px solid rgba(126, 157, 52, 0.24);
    border-radius: 50%;
}

.premium-solution-card .line-svg {
    width: 24px;
    height: 24px;
}

.premium-solution-card h3 {
    margin: 0 0 15px;
    color: var(--everklin-ink);
    font-size: 20px;
    font-weight: 750;
    line-height: 1.35;
}

.premium-solution-card p {
    margin: 0 0 28px;
    color: #65717a;
    font-size: 14px;
    line-height: 1.7;
}

.premium-solution-card .card-link {
    margin-top: auto;
}

.premium-industries {
    color: #fff;
    background: #263a2b;
}

.premium-industries .section-kicker {
    color: var(--everklin-light-olive);
}

.premium-industries .premium-heading h2 {
    color: #fff;
}

.premium-industries .text-link {
    color: #d9e7bc;
}

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

.premium-industry-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 20px 48px rgba(5, 20, 12, 0.22);
    isolation: isolate;
}

.premium-industry-card::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, rgba(9, 26, 17, 0.04) 30%, rgba(9, 26, 17, 0.86) 100%);
    transition: background-color 260ms ease;
}

.premium-industry-card::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background: inherit;
    background-position: center;
    background-size: cover;
    transition: transform 500ms ease;
}

.premium-industry-card:hover::after {
    transform: scale(1.045);
}

.premium-industry-card:hover::before {
    background-color: rgba(126, 157, 52, 0.14);
}

.premium-industry-card span {
    position: absolute;
    right: 28px;
    bottom: 26px;
    left: 28px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.15;
}

.industry-railways { background-image: url("/assets/images/industries/railways.jpg"); }
.industry-airports { background-image: url("/assets/images/industries/airports.jpg"); }
.industry-healthcare { background-image: url("/assets/images/industries/healthcare.jpg"); }
.industry-food { background-image: url("/assets/images/industries/food-processing.jpg"); }
.industry-water { background-image: url("/assets/images/manufacturing/quality.jpg"); }
.industry-solar { background-image: url("/assets/images/hero/sustainable-chemistry-sphere.png"); }

.premium-sustainability {
    overflow: hidden;
    background: linear-gradient(110deg, #F8F6F0 0%, #EEF2E3 100%);
}

.sustainability-premium-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 80px;
}

.sustainability-earth {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 34px 90px rgba(74, 100, 51, 0.14);
}

.sustainability-earth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.sustainability-copy h2 {
    max-width: 680px;
}

.sustainability-copy > p {
    margin-right: 0;
    margin-left: 0;
}

.sustainability-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 42px 0 36px;
    border-top: 1px solid rgba(31, 41, 51, 0.13);
    border-left: 1px solid rgba(31, 41, 51, 0.13);
}

.sustainability-metrics > div {
    min-height: 128px;
    padding: 24px;
    border-right: 1px solid rgba(31, 41, 51, 0.13);
    border-bottom: 1px solid rgba(31, 41, 51, 0.13);
}

.sustainability-metrics strong,
.sustainability-metrics span {
    display: block;
}

.sustainability-metrics strong {
    color: var(--everklin-olive);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 500;
}

.sustainability-metrics span {
    margin-top: 7px;
    color: #5d6871;
    font-size: 14px;
}

.premium-manufacturing {
    background: #fff;
}

.manufacturing-premium-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 22px;
}

.manufacturing-lab-visual {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: 8px;
    background: url("/assets/images/company/rd-laboratory.jpg") center / cover no-repeat;
    box-shadow: 0 24px 60px rgba(31, 41, 51, 0.12);
}

.manufacturing-lab-visual::before {
    position: absolute;
    inset: 45% 0 0;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(16, 32, 22, 0.83));
}

.manufacturing-lab-visual span {
    position: absolute;
    right: 36px;
    bottom: 32px;
    left: 36px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
}

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

.manufacturing-capability-grid a {
    min-height: 300px;
    padding: 30px 26px;
    border: 1px solid #e3e8da;
    border-radius: 8px;
    background: var(--everklin-cream);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.manufacturing-capability-grid a:hover {
    border-color: rgba(126, 157, 52, 0.48);
    box-shadow: 0 20px 46px rgba(31, 41, 51, 0.09);
    transform: translateY(-5px);
}

.manufacturing-capability-grid strong {
    display: block;
    margin-bottom: 46px;
    color: var(--everklin-brown);
    font-size: 13px;
}

.manufacturing-capability-grid h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.35;
}

.manufacturing-capability-grid p {
    margin: 0;
    color: #63707a;
    font-size: 14px;
    line-height: 1.65;
}

.premium-certifications {
    padding-top: 105px;
    padding-bottom: 105px;
    border-top: 1px solid #e1e5db;
    border-bottom: 1px solid #e1e5db;
    background: var(--everklin-sage);
}

.premium-certifications .premium-heading {
    margin-bottom: 42px;
}

.certification-wordmarks {
    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);
}

.certification-wordmarks > div {
    min-width: 0;
    padding: 32px 20px;
    border-right: 1px solid rgba(31, 41, 51, 0.16);
    text-align: center;
    filter: grayscale(1);
    transition: filter 200ms ease, background-color 200ms ease;
}

.certification-wordmarks > div:last-child {
    border-right: 0;
}

.certification-wordmarks > div:hover {
    background: rgba(255, 255, 255, 0.44);
    filter: grayscale(0);
}

.certification-wordmarks strong,
.certification-wordmarks span {
    display: block;
}

.certification-wordmarks strong {
    color: var(--everklin-ink);
    font-size: 20px;
    line-height: 1.3;
}

.certification-wordmarks span {
    margin-top: 7px;
    color: #6b756f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.premium-knowledge {
    margin-bottom: 0 !important;
    padding-bottom: 130px;
    background: var(--everklin-cream);
}

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

.premium-article-card {
    min-width: 0;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.18);
}

.premium-article-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-bottom: 24px;
    border-radius: 6px;
    object-fit: cover;
    transition: filter 250ms ease, transform 250ms ease;
}

.premium-article-card:hover img {
    filter: saturate(1.08);
    transform: translateY(-4px);
}

.premium-article-card > span {
    color: var(--everklin-olive);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.premium-article-card h3 {
    min-height: 58px;
    margin: 13px 0 17px;
    color: var(--everklin-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
}

.premium-article-card small {
    color: #778089;
    font-size: 13px;
}

footer {
    position: relative !important;
    bottom: auto !important;
    width: 100%;
    height: auto !important;
    min-height: 420px;
    max-height: none !important;
    overflow: visible !important;
    background: linear-gradient(135deg, #A0BB58 0%, #8FAE46 45%, #769337 100%) !important;
    color: #ffffff;
    padding: 80px 60px 35px !important;
    z-index: 1;
}

.site-footer {
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.site-footer::before {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.25), transparent 28%), linear-gradient(90deg, rgba(185, 204, 120, 0.14), rgba(216, 230, 167, 0.22));
    pointer-events: none;
}

.footer-leaf-art {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 390px;
    height: 540px;
    background: url("/assets/images/hero/sustainable-chemistry-sphere.png") right bottom / contain no-repeat;
    opacity: 0.11;
    pointer-events: none;
}

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

.footer-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 82px;
    align-items: center;
    gap: 34px;
    margin-bottom: 72px;
    padding-bottom: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-cta > div:first-child > span {
    display: block;
    margin-bottom: 10px;
    color: #BFD689;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.footer-cta h2 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.15;
}

.footer-cta-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 24px;
    color: #123e2c;
    border-radius: 4px;
    background: #F8F6F0;
    font-size: 15px;
    font-weight: 800;
    transition: transform 220ms ease, background-color 220ms ease;
}

.footer-cta-button:hover {
    color: #123e2c;
    background: #EEF2E3;
    transform: translateY(-2px);
}

.footer-flask {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
}

.footer-flask .line-svg {
    width: 34px;
    height: 34px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1.2fr;
    gap: 42px;
    align-items: start;
}

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

.footer-column .footer-column-title {
    margin: 0 0 18px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-column p,
.footer-column a,
.footer-column li {
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    line-height: 1.8;
}

.footer-column p {
    margin: 0 0 14px;
}

.footer-column a {
    display: block;
    margin: 0 0 5px;
    text-decoration: none;
}

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

.footer-brand {
    display: inline-block !important;
    margin: 0 0 18px !important;
}

.footer-logo {
    width: auto !important;
    max-width: 210px;
    height: auto;
    margin: 0 !important;
}

.footer-company > p:first-of-type {
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.55;
}

.footer-socials {
    display: flex;
    gap: 9px;
    margin-top: 22px;
}

.footer-socials a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 750;
    line-height: 1;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 55px !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255,255,255,0.20);
    color: rgba(255,255,255,0.92);
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
}

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

.footer-bottom a {
    color: rgba(255,255,255,0.92);
    font-size: 14px;
}

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

@media (max-width: 1100px) {
    .premium-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
    }

    .premium-hero-copy h1 {
        font-size: 54px;
    }

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

    .premium-solution-card {
        min-height: 315px;
    }

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

    .manufacturing-lab-visual {
        min-height: 520px;
    }
}

@media (max-width: 900px) {
    .home-redesign .container {
        width: min(100% - 48px, 1240px);
    }

    .premium-hero,
    .premium-hero-layout {
        min-height: auto;
    }

    .premium-hero-layout {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 150px;
        padding-bottom: 76px;
    }

    .premium-hero-copy {
        max-width: 720px;
    }

    .premium-hero-art {
        width: min(100%, 630px);
        margin: 0 auto;
    }

    .credential-grid,
    .performance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 0;
    }

    .credential-grid > div:nth-child(2n),
    .performance-grid > div:nth-child(2n) {
        border-right: 0;
    }

    .credential-grid > div:last-child,
    .performance-grid > div:last-child {
        grid-column: 1 / -1;
    }

    .premium-solutions,
    .premium-industries,
    .premium-sustainability,
    .premium-manufacturing,
    .premium-certifications,
    .premium-knowledge {
        padding: 96px 0;
    }

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

    .sustainability-premium-layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .sustainability-earth {
        width: min(100%, 620px);
        margin: 0 auto;
    }

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

    .certification-wordmarks > div:nth-child(2n) {
        border-right: 0;
    }

    .certification-wordmarks > div:last-child {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(31, 41, 51, 0.16);
    }

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

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

    .footer-cta {
        grid-template-columns: 1fr auto;
    }

    .footer-flask {
        display: none;
    }

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

@media (max-width: 680px) {
    .home-redesign .container {
        width: min(100% - 36px, 1240px);
    }

    .premium-hero-layout {
        padding-top: 128px;
    }

    .premium-hero-copy h1 {
        font-size: 43px;
        line-height: 1.08;
    }

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

    .home-redesign .btn {
        width: 100%;
    }

    .premium-hero-art {
        margin-top: 24px;
    }

    .premium-heading h2,
    .sustainability-copy h2 {
        font-size: 37px;
    }

    .premium-heading-split {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .premium-solution-grid,
    .premium-industry-grid,
    .manufacturing-capability-grid,
    .premium-article-grid {
        grid-template-columns: 1fr;
    }

    .premium-solution-card {
        min-height: 290px;
    }

    .premium-industry-card {
        min-height: 285px;
    }

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

    .manufacturing-lab-visual {
        min-height: 420px;
    }

    .manufacturing-capability-grid a {
        min-height: 245px;
    }

    .premium-article-card h3 {
        min-height: 0;
    }

    .footer-cta {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .footer-cta h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-hero-art img {
        animation: none;
    }

    .premium-solution-card,
    .premium-industry-card::after,
    .manufacturing-capability-grid a,
    .premium-article-card img,
    .footer-cta-button {
        transition: none;
    }
}
