:root {
    --ek-olive: #7E9D35;
    --ek-olive-dark: #6E8A2E;
    --ek-cream: #F8F6F0;
    --ek-beige: #D9E6A6;
    --ek-leaf: #B7CF74;
    --ek-ink: #1F3A26;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
img { max-width: 100%; }
a, button, input, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(127, 157, 53, 0.42); outline-offset: 3px; }

.page-kicker { color: var(--ek-olive-dark); font-size: 12px; font-weight: 850; letter-spacing: 0.08em; }
.industry-detail-page h1, .sustainability-page h1, .industries-index-page h1 { color: var(--ek-ink); font-size: clamp(42px, 5.4vw, 72px); line-height: 0.98; letter-spacing: 0; }
.industry-detail-page h2, .sustainability-page h2, .industries-index-page h2 { color: var(--ek-ink); font-size: clamp(30px, 3vw, 44px); line-height: 1.06; letter-spacing: 0; }
.industry-detail-page p, .sustainability-page p, .industries-index-page p { color: rgba(91, 102, 88, 0.76); font-size: clamp(15px, 1.25vw, 17px); line-height: 1.72; }

.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.page-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 22px; color: #fff !important; border: 1px solid var(--ek-olive); border-radius: 999px; background: var(--ek-olive); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease; }
.page-button:hover { color: #fff !important; border-color: var(--ek-olive-dark); background: var(--ek-olive-dark); transform: translateY(-2px); }
.page-button-secondary { color: var(--ek-ink) !important; border-color: rgba(183, 207, 116, 0.5); background: transparent; }
.page-button-secondary:hover { color: #fff !important; }
.page-button-light { color: var(--ek-olive-dark) !important; border-color: var(--ek-cream); background: var(--ek-cream); }

/* Industry detail pages */
.industry-hero { min-height: 620px; display: flex; align-items: center; background: linear-gradient(135deg, #A0BB58 0%, #8FAE46 45%, #769337 100%); }
.industry-hero-grid { display: grid; min-height: 620px; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); align-items: stretch; gap: 54px; }
.industry-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 0; }
.industry-hero-copy .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: rgba(91, 102, 88, 0.6); font-size: 12px; }
.industry-hero-copy .breadcrumb a { color: var(--ek-olive-dark); }
.industry-hero-copy h1 { margin: 17px 0 0; }
.industry-hero-copy > p { max-width: 620px; margin-top: 24px; }
.industry-hero-media { min-width: 0; min-height: 460px; margin: 40px 0; overflow: hidden; border-radius: 6px; }
.industry-hero-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 8s ease; }
.industry-hero:hover .industry-hero-media img { transform: scale(1.045); }

.detail-band { padding: 64px 0; scroll-margin-top: 100px; }
.detail-overview, .detail-categories, .detail-why { background: var(--ek-cream); }
.detail-challenges, .detail-applications { background: var(--ek-beige); }
.detail-solutions { background: var(--ek-leaf); }
.detail-split { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); align-items: start; gap: 70px; }
.detail-split h2, .detail-heading h2, .detail-slider-intro h2 { margin: 12px 0 0; }
.detail-lead { margin: 0; font-size: clamp(18px, 1.65vw, 22px) !important; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; background: rgba(216, 230, 167, 0.22); }
.detail-facts span { display: flex; min-height: 78px; flex-direction: column; justify-content: center; padding: 14px; background: var(--ek-cream); font-size: 12px; }
.detail-facts strong { color: var(--ek-olive-dark); font-size: 20px; }
.detail-heading { max-width: 740px; margin-bottom: 32px; }

.challenge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.challenge-grid article { min-height: 228px; padding: 24px; border-top: 3px solid var(--ek-olive); background: rgba(245, 242, 234, 0.72); }
.challenge-grid article > span { color: var(--ek-olive-dark); font-size: 12px; font-weight: 850; }
.challenge-grid h3 { margin: 28px 0 0; color: var(--ek-ink); font-size: 20px; line-height: 1.2; }
.challenge-grid p { margin-top: 12px; font-size: 14px; }

.detail-slider-layout { display: grid; grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2.6fr); align-items: center; gap: 42px; }
.detail-slider-intro > p { margin-top: 17px; }
.detail-arrow-controls { display: flex; gap: 9px; margin-top: 14px; }
.detail-arrow-controls button { width: 42px; height: 42px; min-height: 42px; color: var(--ek-olive); border: 1px solid var(--ek-olive); border-radius: 50%; background: var(--ek-cream); cursor: pointer; font-size: 18px; }
.detail-arrow-controls button:hover { color: #fff; background: var(--ek-olive); }
.detail-slider { min-width: 0; overflow: hidden; touch-action: pan-y; }
.detail-solution-track { display: flex; gap: 14px; will-change: transform; }
.detail-solution-card { min-width: calc((100% - 28px) / 3); min-height: 290px; flex: 0 0 calc((100% - 28px) / 3); padding: 24px; border: 1px solid rgba(216, 230, 167, 0.22); border-radius: 6px; background: var(--ek-cream); }
.detail-solution-card small { display: block; margin-top: 24px; color: var(--ek-olive-dark); font-weight: 800; }
.detail-icon { display: grid; width: 46px; height: 46px; place-items: center; color: var(--ek-olive-dark); border-radius: 50%; background: var(--ek-leaf); }
.detail-icon .line-svg { width: 24px; height: 24px; }
.detail-solution-card h3 { margin: 10px 0 0; color: var(--ek-ink); font-size: 20px; }
.detail-solution-card p { margin-top: 10px; font-size: 14px; }
.detail-solution-card a { display: inline-flex; margin-top: 18px; color: var(--ek-olive-dark); font-size: 13px; font-weight: 800; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-grid a { display: grid; min-height: 72px; grid-template-columns: 34px 1fr 20px; align-items: center; gap: 12px; padding: 14px 18px; color: var(--ek-ink); border-bottom: 1px solid rgba(216, 230, 167, 0.28); background: var(--ek-beige); }
.category-grid a > span { color: var(--ek-olive-dark); }
.category-grid .line-svg { width: 24px; height: 24px; }
.category-grid b { color: var(--ek-olive); }
.application-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.application-list span { display: flex; min-height: 60px; align-items: center; padding: 12px 18px; border-left: 3px solid var(--ek-olive); background: rgba(245, 242, 234, 0.72); font-weight: 750; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.why-grid > div { display: flex; min-height: 190px; flex-direction: column; padding: 24px; border: 1px solid rgba(216, 230, 167, 0.2); background: var(--ek-beige); }
.why-grid .line-svg { width: 30px; height: 30px; color: var(--ek-olive-dark); }
.why-grid strong { margin-top: 24px; color: var(--ek-ink); font-size: 17px; }
.why-grid span { margin-top: 8px; color: rgba(91, 102, 88, 0.68); font-size: 13px; line-height: 1.5; }

.detail-request { color: #fff; background: linear-gradient(135deg, #A0BB58 0%, #8FAE46 45%, #769337 100%); }
.detail-request .page-kicker, .detail-request h2, .detail-request p, .detail-request .contact-inline { color: #fff; }
.request-grid { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); align-items: center; gap: 68px; }
.request-grid h2 { margin: 12px 0 0; }
.request-grid p { margin-top: 18px; }
.contact-inline { display: inline-flex; margin-top: 18px; font-size: 18px; font-weight: 800; }
.request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 24px; border: 1px solid rgba(245, 242, 234, 0.34); border-radius: 6px; background: rgba(245, 242, 234, 0.12); }
.request-form label { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.request-form label > span { color: inherit; font-size: 12px; font-weight: 750; }
.request-form input, .request-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ek-ink); border: 1px solid rgba(216, 230, 167, 0.28); border-radius: 4px; background: var(--ek-cream); font: inherit; }
.request-form textarea { min-height: 90px; resize: vertical; }
.form-wide { grid-column: 1 / -1; }

/* Industries index */
.industries-index-hero { padding: 105px 0 90px; background: linear-gradient(135deg, #F8F6F0 0%, #B7CF74 100%); }
.industries-index-hero h1 { margin: 18px 0 0; }
.industries-index-hero p { max-width: 700px; margin-top: 22px; }
.industries-index-grid-section { padding: 68px 0; background: var(--ek-beige); }
.industries-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industries-index-card { display: flex; min-width: 0; min-height: 410px; flex-direction: column; overflow: hidden; color: var(--ek-ink); border: 1px solid rgba(216, 230, 167, 0.18); border-radius: 6px; background: var(--ek-cream); box-shadow: 0 14px 32px rgba(35, 43, 53, 0.07); }
.industries-index-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 500ms ease; }
.industries-index-card:hover img { transform: scale(1.04); }
.industries-index-card > div { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.industries-index-card > div > span { color: var(--ek-olive-dark); font-size: 10px; font-weight: 850; }
.industries-index-card h2 { margin: 8px 0 0; font-size: 24px; }
.industries-index-card p { margin-top: 10px; font-size: 14px; }
.industries-index-card b { margin-top: auto; padding-top: 14px; color: var(--ek-olive-dark); font-size: 13px; }

/* Sustainability page */
.sustainability-hero { min-height: 720px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 45%, rgba(216, 230, 167, 0.75), transparent 34%), linear-gradient(135deg, #F8F6F0, #D9E6A6); }
.sustainability-hero-grid { display: grid; min-height: 720px; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); align-items: center; gap: 24px; }
.sustainability-hero-copy { position: relative; z-index: 2; padding: 72px 0; }
.sustainability-hero-copy h1 { margin: 18px 0 0; }
.sustainability-hero-copy h1 span { color: var(--ek-olive); }
.sustainability-hero-copy > p { max-width: 680px; margin-top: 26px; }
.sustainability-earth { display: flex; min-width: 0; align-items: center; justify-content: center; margin: 0; }
.sustainability-earth img { width: min(100%, 650px); filter: drop-shadow(0 34px 42px rgba(216, 230, 167, 0.18)); animation: earthFloat 6s ease-in-out infinite; }
@keyframes earthFloat { 50% { transform: translateY(-10px); } }

.sustainability-band { padding: 68px 0; scroll-margin-top: 100px; }
.sustainability-overview, .sustainability-manufacturing, .compliance-greenpro, .sustainability-why { background: #F8F6F0; }
.sustainability-green-chemistry, .sustainability-water, .sustainability-esg, .compliance-band, .sustainability-timeline { background: #D9E6A6; }
.sustainability-media-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; gap: 56px; }
.sustainability-media-grid.reverse > figure { order: 2; }
.sustainability-media-grid figure, .green-chemistry-layout figure { min-width: 0; margin: 0; overflow: hidden; border-radius: 6px; }
.sustainability-media-grid figure img, .green-chemistry-layout figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 700ms ease; }
.sustainability-media-grid figure:hover img, .green-chemistry-layout figure:hover img { transform: scale(1.04); }
.sustainability-media-grid h2 { margin: 12px 0 0; }
.sustainability-media-grid p { margin-top: 18px; }
.sustainability-section-heading { max-width: 780px; margin-bottom: 34px; }
.sustainability-section-heading h2 { margin: 12px 0 0; }
.sustainability-section-heading p { margin-top: 16px; }

.check-grid, .plain-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-grid li, .plain-list li { position: relative; padding: 10px 10px 10px 30px; color: var(--ek-ink); border-bottom: 1px solid rgba(216, 230, 167, 0.18); font-size: 14px; font-weight: 700; }
.check-grid li::before, .plain-list li::before { content: ""; position: absolute; top: 15px; left: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--ek-olive); }
.green-chemistry-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: 32px; }
.sustainability-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sustainability-feature-grid article { display: flex; min-height: 132px; flex-direction: column; justify-content: space-between; padding: 18px; border: 1px solid rgba(216, 230, 167, 0.2); background: var(--ek-cream); }
.sustainability-feature-grid .line-svg { width: 28px; height: 28px; color: var(--ek-olive-dark); }
.sustainability-feature-grid h3 { margin: 18px 0 0; color: var(--ek-ink); font-size: 16px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.metric-row span { display: flex; min-height: 84px; flex-direction: column; justify-content: center; padding: 14px; border-left: 3px solid var(--ek-olive); background: var(--ek-leaf); font-size: 12px; }
.metric-row strong { color: var(--ek-olive-dark); font-size: 28px; }

.esg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.esg-grid article { min-height: 330px; padding: 26px; border-top: 4px solid var(--ek-olive); background: var(--ek-cream); }
.esg-grid article > span { color: var(--ek-olive); font-family: Georgia, serif; font-size: 64px; line-height: 1; }
.esg-grid h3 { margin: 18px 0 0; color: var(--ek-ink); font-size: 24px; }
.esg-grid ul { margin: 20px 0 0; padding-left: 18px; color: rgba(35, 43, 53, 0.72); line-height: 1.9; }
.compliance-grid { display: grid; grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr); align-items: center; gap: 60px; }
.compliance-grid.reverse .compliance-mark { order: 2; }
.compliance-grid h2 { margin: 12px 0 0; }
.compliance-grid p { margin-top: 16px; }
.compliance-mark { display: flex; min-height: 300px; flex-direction: column; align-items: center; justify-content: center; color: var(--ek-olive-dark); border: 1px solid rgba(216, 230, 167, 0.2); background: var(--ek-leaf); }
.compliance-mark .line-svg { width: 90px; height: 90px; }
.compliance-mark strong { margin-top: 20px; color: var(--ek-ink); font-size: 30px; }
.compliance-mark span { margin-top: 5px; color: rgba(35, 43, 53, 0.64); font-size: 13px; }

.sustainability-impact { color: #fff; background: linear-gradient(rgba(216, 230, 167, 0.92), rgba(157, 180, 74, 0.9)), url('/assets/images/sustainability/leaf-bg.jpg') center / cover no-repeat; }
.sustainability-impact .page-kicker, .sustainability-impact h2, .sustainability-impact p { color: #fff; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(245, 242, 234, 0.3); }
.impact-grid article { display: flex; min-height: 150px; flex-direction: column; justify-content: center; padding: 24px; background: rgba(245, 242, 234, 0.1); backdrop-filter: blur(8px); }
.impact-grid strong { color: #fff; font-size: clamp(34px, 4vw, 54px); }
.impact-grid span { margin-top: 7px; color: rgba(255, 255, 255, 0.9); font-size: 13px; }
.timeline-track { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 24px; border-top: 2px solid var(--ek-olive); }
.timeline-track article { position: relative; min-height: 130px; padding: 24px 14px 10px 0; }
.timeline-track article::before { content: ""; position: absolute; top: -8px; left: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--ek-olive); }
.timeline-track strong { color: var(--ek-olive-dark); font-size: 22px; }
.timeline-track span { display: block; margin-top: 8px; color: var(--ek-ink); font-size: 12px; line-height: 1.45; }
.sustainability-why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: rgba(216, 230, 167, 0.22); }
.sustainability-why-grid > div { display: flex; min-height: 116px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 12px; background: var(--ek-beige); text-align: center; }
.sustainability-why-grid .line-svg { width: 28px; height: 28px; color: var(--ek-olive-dark); }
.sustainability-why-grid span { color: var(--ek-ink); font-size: 12px; font-weight: 750; }
.sustainability-request { color: #fff; background: linear-gradient(135deg, #A0BB58 0%, #8FAE46 45%, #769337 100%); }
.sustainability-request .page-kicker, .sustainability-request h2, .sustainability-request p, .sustainability-request .contact-inline { color: #fff; }

/* Shared footer and mega-menu refinements */
footer.site-footer .footer-brand { padding: 0 !important; background: transparent !important; }
footer.site-footer .footer-logo { mix-blend-mode: multiply; }
footer.site-footer .footer-column { min-width: 0; }
footer.site-footer .footer-column a { line-height: 1.5 !important; }
.site-header .mega-fact-viewport p { color: #fff !important; font-size: 13px; line-height: 1.5; }

@media (max-width: 1199px) {
    .industry-hero-grid { grid-template-columns: 0.9fr 1.1fr; gap: 34px; }
    .detail-slider-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 30px; }
    .detail-solution-card { min-width: calc((100% - 14px) / 2); flex-basis: calc((100% - 14px) / 2); }
    .industries-index-grid { grid-template-columns: 1fr 1fr; }
    .sustainability-why-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991px) {
    .site-header .header-main { min-height: 70px; }
    .site-header .brand-logo { width: 158px; max-width: 158px; height: auto; }
    .industry-hero, .industry-hero-grid { min-height: 540px; }
    .industry-hero-grid, .sustainability-hero-grid { grid-template-columns: 1fr 1fr; }
    .industry-hero-copy { padding: 52px 0; }
    .industry-hero-media { min-height: 380px; margin: 28px 0; }
    .detail-band, .sustainability-band { padding: 44px 0; }
    .detail-split, .sustainability-media-grid, .green-chemistry-layout, .compliance-grid, .request-grid { gap: 34px; }
    .challenge-grid, .why-grid { grid-template-columns: 1fr 1fr; }
    .category-grid { grid-template-columns: 1fr 1fr; }
    .detail-slider-layout { grid-template-columns: 1fr; }
    .detail-slider-intro { max-width: 720px; }
    .esg-grid { grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
    .esg-grid article { min-height: 300px; padding: 20px; }
    .timeline-track { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
    .timeline-track article:nth-child(4) { border-top: 2px solid var(--ek-olive); }
    .impact-grid { grid-template-columns: 1fr 1fr; }
    footer.site-footer .footer-grid { gap: 28px !important; }
}

@media (max-width: 767px) {
    .site-header .header-main { min-height: 64px; }
    .site-header .brand-logo { width: 148px; max-width: 148px; }
    .industry-detail-page h1, .sustainability-page h1, .industries-index-page h1 { font-size: clamp(36px, 10vw, 42px); }
    .industry-detail-page h2, .sustainability-page h2, .industries-index-page h2 { font-size: clamp(27px, 7vw, 32px); }
    .industry-hero { min-height: auto; }
    .industry-hero-grid, .sustainability-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
    .industry-hero-copy, .sustainability-hero-copy { padding: 42px 0 28px; text-align: left; }
    .industry-hero-copy .breadcrumb { margin-bottom: 24px; }
    .industry-hero-media { min-height: 0; margin: 0 0 32px; aspect-ratio: 16 / 10; }
    .sustainability-hero { min-height: auto; }
    .sustainability-earth { padding: 0 0 28px; }
    .sustainability-earth img { width: min(88vw, 460px); }
    .detail-band, .sustainability-band { padding: 32px 0; }
    .detail-split, .sustainability-media-grid, .green-chemistry-layout, .compliance-grid, .request-grid { grid-template-columns: 1fr; gap: 26px; }
    .sustainability-media-grid.reverse > figure, .compliance-grid.reverse .compliance-mark { order: 0; }
    .detail-facts { grid-template-columns: 1fr; }
    .detail-facts span { min-height: 58px; }
    .challenge-grid, .why-grid, .category-grid, .application-list, .industries-index-grid, .esg-grid { grid-template-columns: 1fr 1fr; }
    .challenge-grid article { min-height: 205px; }
    .detail-solution-card { min-width: calc((100% - 14px) / 2); flex-basis: calc((100% - 14px) / 2); }
    .request-form { padding: 18px; }
    .industries-index-hero { padding: 70px 0 54px; }
    .industries-index-grid-section { padding: 32px 0; }
    .industries-index-card { min-height: 390px; }
    .check-grid, .plain-list { grid-template-columns: 1fr; }
    .sustainability-feature-grid { grid-template-columns: 1fr 1fr; }
    .compliance-mark { min-height: 220px; }
    .compliance-mark .line-svg { width: 68px; height: 68px; }
    .timeline-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border-top: 0; }
    .timeline-track article, .timeline-track article:nth-child(4) { min-width: 180px; flex: 0 0 180px; border-top: 2px solid var(--ek-olive); scroll-snap-align: start; }
    .sustainability-why-grid { grid-template-columns: repeat(3, 1fr); }
    footer.site-footer { padding: 48px 24px 26px !important; }
}

@media (max-width: 575px) {
    .page-actions { flex-direction: column; align-items: stretch; }
    .page-button { width: 100%; min-height: 46px; }
    .detail-band, .sustainability-band { padding: 28px 0; }
    .challenge-grid, .why-grid, .category-grid, .application-list, .industries-index-grid, .esg-grid { grid-template-columns: 1fr; }
    .challenge-grid article { min-height: auto; }
    .detail-solution-card { min-width: 86%; min-height: 272px; flex-basis: 86%; }
    .request-form { grid-template-columns: 1fr; }
    .request-form label, .request-form .form-wide, .request-form .page-button { grid-column: 1; }
    .sustainability-feature-grid { grid-template-columns: 1fr; }
    .sustainability-feature-grid article { min-height: 108px; }
    .metric-row, .impact-grid { grid-template-columns: 1fr; }
    .impact-grid article { min-height: 112px; }
    .sustainability-why-grid { grid-template-columns: 1fr 1fr; }
    .industries-index-card { min-height: auto; }
    footer.site-footer .footer-column a { font-size: 14px !important; line-height: 1.42 !important; }
    footer.site-footer .footer-grid { gap: 24px !important; }
}

@media (max-width: 374px) {
    .site-header .brand-logo { width: 132px; max-width: 132px; }
    .industry-detail-page h1, .sustainability-page h1, .industries-index-page h1 { font-size: 34px; }
    .industry-detail-page h2, .sustainability-page h2, .industries-index-page h2 { font-size: 26px; }
    .detail-solution-card { min-width: 92%; flex-basis: 92%; }
    .sustainability-why-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .sustainability-earth img, .industry-hero-media img, .sustainability-media-grid img { animation: none !important; transition: none !important; }
}

/* Shared data-driven industry pages */
.industry-page {
    color: var(--ek-ink);
    background: #FCFBF7;
}

.industry-page section {
    scroll-margin-top: 164px;
}

.industry-page-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.78), transparent 28%),
        linear-gradient(135deg, #F8F4EA 0%, #EEF5E8 54%, #F7F8F1 100%);
}

.industry-page-hero-grid {
    display: grid;
    min-height: 610px;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: 54px;
}

.industry-page-hero-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 72px 0;
}

.industry-page-hero-copy .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 38px;
    color: #5E6A61;
    font-size: 12px;
}

.industry-page-hero-copy .breadcrumb a {
    color: #5A7427;
}

.industry-page-hero-copy h1 {
    max-width: 760px;
    margin: 16px 0 0;
    color: #23452A;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.02;
}

.industry-page-hero-copy > p {
    max-width: 660px;
    margin: 24px 0 0;
    color: #435347;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.7;
}

.industry-page-hero-media {
    min-width: 0;
    min-height: 470px;
    margin: 42px 0;
    overflow: hidden;
    border: 1px solid rgba(126, 157, 53, 0.18);
    border-radius: 8px;
    background: #EEF5E8;
    box-shadow: 0 24px 54px rgba(70, 90, 20, 0.1);
}

.industry-page-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms ease;
}

.industry-page-hero:hover .industry-page-hero-media img {
    transform: scale(1.035);
}

.industry-local-nav {
    position: sticky;
    top: 94px;
    z-index: 30;
    border-top: 1px solid rgba(126, 157, 53, 0.16);
    border-bottom: 1px solid rgba(126, 157, 53, 0.2);
    background: rgba(252, 251, 247, 0.94);
    backdrop-filter: blur(18px);
}

.industry-local-nav .container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(126, 157, 53, 0.45) transparent;
}

.industry-local-nav a {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #23452A;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.industry-local-nav a:hover,
.industry-local-nav a.is-active {
    color: #fff;
    border-color: #7E9D35;
    background: #7E9D35;
}

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

.industry-section:nth-of-type(even) {
    background: #FAF8F3;
}

.industry-section-heading {
    max-width: 820px;
    margin-bottom: 34px;
}

.industry-section-heading h2,
.industry-category-layout h2,
.industry-application-layout h2,
.industry-request-panel h2,
.industry-overview-grid h2 {
    margin: 12px 0 0;
    color: #23452A;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.08;
}

.industry-section-heading > p,
.industry-category-layout > div > p {
    max-width: 680px;
    margin-top: 16px;
}

.industry-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 62px;
}

.industry-overview-media {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.industry-overview-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.industry-lead {
    margin-top: 20px;
    color: #435347;
    font-size: clamp(17px, 1.5vw, 21px) !important;
}

.industry-overview-points {
    display: grid;
    gap: 0;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.industry-overview-points li {
    position: relative;
    min-height: 48px;
    padding: 14px 12px 14px 32px;
    color: #23452A;
    border-bottom: 1px solid #D8E5C8;
    font-weight: 750;
}

.industry-overview-points li::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7E9D35;
}

.industry-challenge-grid,
.industry-solution-grid,
.industry-benefit-grid,
.industry-related-grid {
    display: grid;
    gap: 18px;
}

.industry-challenge-grid,
.industry-benefit-grid,
.industry-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-challenge-grid article,
.industry-benefit-grid article {
    min-width: 0;
    min-height: 244px;
    padding: 25px;
    border: 1px solid #D8E5C8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 15px 40px rgba(70, 90, 20, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.industry-challenge-grid article:hover,
.industry-benefit-grid article:hover,
.industry-solution-grid > a:hover,
.industry-related-grid > a:hover {
    border-color: #7E9D35;
    box-shadow: 0 18px 42px rgba(70, 90, 20, 0.11);
    transform: translateY(-4px);
}

.industry-card-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #6F862D;
    border-radius: 50%;
    background: #EEF5E8;
}

.industry-card-icon .line-svg {
    width: 25px;
    height: 25px;
}

.industry-challenge-grid small {
    display: block;
    margin-top: 26px;
    color: #7E9D35;
    font-weight: 850;
}

.industry-challenge-grid h3,
.industry-benefit-grid h3,
.industry-solution-grid h3 {
    margin: 9px 0 0;
    color: #23452A;
    font-size: 20px;
    line-height: 1.22;
}

.industry-challenge-grid p,
.industry-benefit-grid p,
.industry-solution-grid p {
    margin-top: 12px;
    color: #5E6A61;
    font-size: 14px;
    line-height: 1.62;
}

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

.industry-solution-grid > a {
    display: flex;
    min-width: 0;
    min-height: 290px;
    flex-direction: column;
    padding: 26px;
    color: #23452A;
    border: 1px solid #D8E5C8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(70, 90, 20, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.industry-card-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: #6F862D;
    font-size: 13px;
    font-weight: 850;
}

.industry-card-link .line-svg {
    width: 17px;
    height: 17px;
}

.industry-categories-section {
    background: #EEF5E8 !important;
}

.industry-category-layout,
.industry-application-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.58fr);
    align-items: start;
    gap: 58px;
}

.industry-category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.industry-category-list a {
    display: grid;
    min-height: 76px;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    color: #23452A;
    border: 1px solid rgba(126, 157, 53, 0.18);
    border-radius: 6px;
    background: #fff;
}

.industry-category-list a:hover {
    border-color: #7E9D35;
}

.industry-category-list .line-svg {
    width: 23px;
    height: 23px;
    color: #6F862D;
}

.industry-application-layout ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.industry-application-layout li {
    display: flex;
    min-height: 64px;
    align-items: center;
    padding: 14px 18px;
    color: #23452A;
    border-left: 3px solid #7E9D35;
    background: #FAF8F3;
    font-weight: 750;
}

.industry-benefit-grid article {
    min-height: 205px;
}

.industry-benefit-grid article > .line-svg {
    width: 31px;
    height: 31px;
    color: #6F862D;
}

.industry-benefit-grid h3 {
    margin-top: 26px;
}

.industry-related-section {
    background: #FAF8F3 !important;
}

.industry-related-grid > a {
    min-width: 0;
    overflow: hidden;
    color: #23452A;
    border: 1px solid #D8E5C8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(70, 90, 20, 0.06);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.industry-related-grid img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.industry-related-grid a > span {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
}

.industry-related-grid .line-svg {
    width: 20px;
    height: 20px;
    color: #6F862D;
}

.industry-downloads-section {
    background: #fff !important;
    padding-top: 56px;
    padding-bottom: 42px;
}

.industry-support-section {
    background: #FAF8F3 !important;
    padding-top: 42px;
    padding-bottom: 64px;
}

.industry-download-heading {
    margin-bottom: 22px;
}

.industry-download-heading h2 {
    font-size: clamp(28px, 2.7vw, 38px);
}

.industry-download-panel {
    min-width: 0;
    max-width: 1120px;
}

.industry-request-panel {
    max-width: 960px;
    margin: 0 auto;
    padding: 38px clamp(28px, 5vw, 58px);
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(135deg, #8AA63A 0%, #6F862D 100%);
    text-align: center;
    box-shadow: 0 18px 44px rgba(70, 90, 20, 0.12);
}

.industry-request-panel .page-kicker,
.industry-request-panel h2,
.industry-request-panel p {
    color: #fff;
}

.industry-request-panel p {
    margin-top: 16px;
}

.industry-request-panel p {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.industry-request-panel .page-actions {
    justify-content: center;
}

.industry-request-panel .page-button {
    color: #23452A;
    background: #fff;
}

.industry-request-panel .page-button-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.62);
    background: transparent;
}

.industry-document-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.industry-document-list a {
    display: grid;
    min-height: 62px;
    grid-template-columns: 28px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    color: #23452A;
    border: 1px solid #D8E5C8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(70, 90, 20, 0.05);
}

.industry-document-list a:hover {
    border-color: #7E9D35;
}

.industry-document-list .line-svg {
    width: 22px;
    height: 22px;
    color: #6F862D;
}

.industry-document-list span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.industry-document-list small {
    margin-top: 3px;
    color: #5E6A61;
}

.industry-page a:focus-visible {
    outline: 3px solid rgba(126, 157, 53, 0.46);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .industry-page-hero-grid {
        gap: 34px;
    }
    .industry-challenge-grid,
    .industry-benefit-grid,
    .industry-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .industry-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .industry-document-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .industry-local-nav {
        top: 70px;
    }
    .industry-section {
        padding: 52px 0;
    }
    .industry-overview-grid,
    .industry-category-layout,
    .industry-application-layout {
        gap: 34px;
    }
}

@media (max-width: 767px) {
    .industry-page section {
        scroll-margin-top: 132px;
    }
    .industry-page-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .industry-page-hero-copy {
        padding: 44px 0 28px;
    }
    .industry-page-hero-copy .breadcrumb {
        margin-bottom: 24px;
    }
    .industry-page-hero-copy h1 {
        font-size: clamp(36px, 10vw, 46px);
    }
    .industry-page-hero-media {
        min-height: 0;
        margin: 0 0 34px;
        aspect-ratio: 16 / 10;
    }
    .industry-section {
        padding: 42px 0;
    }
    .industry-overview-grid,
    .industry-category-layout,
    .industry-application-layout {
        grid-template-columns: 1fr;
    }
    .industry-category-list,
    .industry-application-layout ul {
        grid-template-columns: 1fr 1fr;
    }
    .industry-request-panel {
        padding: 27px;
    }
}

@media (max-width: 575px) {
    .industry-challenge-grid,
    .industry-solution-grid,
    .industry-benefit-grid,
    .industry-related-grid,
    .industry-document-list,
    .industry-category-list,
    .industry-application-layout ul {
        grid-template-columns: 1fr;
    }
    .industry-challenge-grid article,
    .industry-benefit-grid article,
    .industry-solution-grid > a {
        min-height: auto;
    }
    .industry-request-panel {
        padding: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .industry-page *,
    .industry-page *::before,
    .industry-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}

/* Everklin V9 (2026-08-08): enterprise industry clusters on hub pages. */
.iic-cluster { margin-top: 46px; }
.iic-cluster:first-of-type { margin-top: 26px; }
.iic-cluster__head { max-width: 720px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid #dde7c8; }
.iic-cluster__head h3 { margin: 0 0 8px; color: #1f3a26; font-size: clamp(1.25rem, 2vw, 1.7rem); }
.iic-cluster__head p { margin: 0; color: #5e6a60; font-size: .93rem; line-height: 1.62; }
@media (max-width: 720px) { .iic-cluster { margin-top: 34px; } }
