.footer-address {
    color: var(--color-gray-1);
    font-style: normal;
    line-height: 1.55;
    white-space: pre-line;
}

.footer-legal-links {
    display: inline-flex;
    gap: 14px;
    margin-left: 24px;
    font-weight: 500;
}

.footer-cookie-button {
    padding: 0;
    border: 0;
    color: var(--color-gray-1);
    background: transparent;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.footer-cookie-button:hover,
.footer-cookie-button:focus {
    color: var(--color-dark-1);
}

.footer-funding-logos {
    margin-top: 45px;
    padding-top: 28px;
    border-top: 1px solid var(--color-gray-light-3);
}

.footer-funding-logos img {
    display: block;
    width: 100%;
    height: auto;
}

/* Site 2026: compact navigation and editorial modules */
.main-nav .inner-nav > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.home-hero,
.home-hero .carousel,
.home-hero .carousel-inner,
.home-hero .carousel-item {
    min-height: 100vh;
}

.hero-slide {
    background-position: center;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 13, 10, .78) 0%, rgba(11, 13, 10, .42) 58%, rgba(11, 13, 10, .18) 100%);
}

.home-hero .carousel-control-prev,
.home-hero .carousel-control-next {
    width: 7%;
}

.home-hero .carousel-indicators {
    bottom: 24px;
}

.about-main-image,
.nattu-promo-image {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.about-stat {
    display: flex;
    min-height: 92px;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--color-dark-1);
    background: var(--color-gray-light-1);
}

.about-stat strong {
    display: block;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.1;
}

.about-stat span {
    color: var(--color-gray-1);
    font-size: 13px;
}

.intro-quote {
    max-width: 970px;
    margin: 0 auto;
    padding: 42px 6vw;
    border-top: 1px solid var(--color-gray-light-3);
    border-bottom: 1px solid var(--color-gray-light-3);
    text-align: center;
}

.intro-quote p {
    margin: 0;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.3;
}

.solution-card,
.sustainability-card {
    overflow: hidden;
    background: #fff;
}

.solution-card img,
.sustainability-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .5s ease;
}

.solution-card:hover img,
.sustainability-card:hover img {
    transform: scale(1.025);
}

.solution-card-body,
.sustainability-card-body {
    padding: 28px;
}

.solution-card h4,
.sustainability-card h4,
.innovation-card h4 {
    margin-bottom: 12px;
    font-size: 22px;
}

.solution-card p,
.sustainability-card p,
.innovation-card p {
    margin: 0;
    color: var(--color-gray-1);
}

.innovation-section {
    background-position: center;
    background-size: cover;
}

.innovation-card {
    position: relative;
    padding: 34px 34px 34px 90px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(5px);
}

.innovation-number {
    position: absolute;
    top: 35px;
    left: 30px;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    letter-spacing: .08em;
}

.innovation-card p {
    color: rgba(255, 255, 255, .72);
}

.process-images {
    position: relative;
    min-height: 340px;
    margin-top: 45px;
}

.process-image {
    position: absolute;
    width: 62%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.process-image-1 { top: 0; left: 0; }
.process-image-2 { top: 55px; right: 0; }
.process-image-3 { top: 140px; left: 12%; }

.process-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--color-gray-light-3);
    background: transparent;
}

.process-accordion .accordion-button {
    padding: 24px 0;
    background: transparent;
    box-shadow: none;
    color: var(--color-dark-1);
    font-size: 21px;
    font-weight: 500;
}

.process-accordion .accordion-body {
    padding: 0 42px 24px 0;
    color: var(--color-gray-1);
}

.video-section {
    background: #171914;
}

.video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-color: #0d0e0c;
    background-position: center;
    background-size: cover;
}

.video-frame::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .48);
    content: "";
}

.video-frame iframe,
.video-frame video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    transition: opacity .25s ease;
}

.video-frame.is-background iframe {
    transform: scale(1.08);
    pointer-events: none;
}

.video-frame.is-background video {
    pointer-events: none;
}

.video-frame.is-awaiting-play iframe,
.video-frame.is-awaiting-play video {
    opacity: 0;
}

.video-play-button {
    position: absolute;
    z-index: 2;
    inset: 50% auto auto 50%;
    display: grid;
    width: 76px;
    height: 76px;
    padding: 0;
    transform: translate(-50%, -50%);
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    background: rgba(10, 12, 9, .48);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: transform .2s ease, background-color .2s ease;
}

.video-play-button:hover,
.video-play-button:focus-visible {
    transform: translate(-50%, -50%) scale(1.06);
    background: rgba(10, 12, 9, .72);
}

.video-placeholder {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.video-placeholder i {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    font-size: 22px;
}

.nattu-page-hero {
    min-height: 62vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.footer-compact {
    padding: 58px 0 24px;
}

.footer-main-row {
    padding-bottom: 44px;
}

.footer-compact .footer-funding-logos {
    margin-top: 26px;
    padding-top: 18px;
}

.footer-compact .footer-funding-logos img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.footer-compact .footer-funding-logos a {
    display: block;
}

#cookie-consent.cookie-banner {
    z-index: 100001;
    width: min(500px, 100%);
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.cookie-privacy-link {
    font-size: 14px;
}

.privacy-content {
    max-width: 860px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
}

.privacy-content h2 {
    margin-top: 42px;
    margin-bottom: 15px;
}

.privacy-content ul {
    margin-bottom: 25px;
}

.privacy-updated {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid var(--color-gray-light-3);
}

@media only screen and (max-width: 767px) {
    .footer-legal-links {
        display: flex;
        margin: 14px 60px 0 0;
    }

    #cookie-consent.cookie-banner {
        right: 0;
        max-width: none;
    }

    .hero-overlay {
        background: rgba(11, 13, 10, .62);
    }

    .home-hero .carousel-control-prev,
    .home-hero .carousel-control-next {
        display: none;
    }

    .innovation-card {
        padding: 28px 25px 28px 70px;
    }

    .innovation-number {
        top: 30px;
        left: 24px;
    }

    .process-images {
        min-height: 270px;
    }

    .footer-compact {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1350px) {
    .main-nav .inner-nav > ul > li > a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 11px;
    }

    .header-cta-item {
        display: none;
    }
}
