﻿:root {
    --iz-forest: #123d2b;
    --iz-forest-dark: #09291c;
    --iz-forest-deep: #061f15;
    --iz-green: #2f7d4d;
    --iz-leaf: #73a942;
    --iz-lime: #a8ca68;
    --iz-mint: #dce9d5;
    --iz-cream: #f3f1e7;
    --iz-sand: #ddd5bd;
    --iz-earth: #9a7651;
    --iz-white: #ffffff;
    --iz-text: #20352b;
    --iz-muted: #64746b;
}

html {
    scroll-behavior: smooth;
}

.iz-project-page,
.iz-project-page * {
    box-sizing: border-box;
}

.iz-project-page {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: var(--iz-text);
    background: var(--iz-cream);
    font-family: inherit;
}

    .iz-project-page h1,
    .iz-project-page h2,
    .iz-project-page h3,
    .iz-project-page p {
        margin-top: 0;
    }

    .iz-project-page img,
    .iz-project-page video {
        display: block;
        width: 100%;
    }

.iz-container {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
}

.iz-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--iz-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.4px;
    line-height: 1.5;
    text-transform: uppercase;
}

.iz-eyebrow--light {
    color: var(--iz-lime);
}

.iz-eyebrow > span {
    width: 28px;
    height: 1px;
    background: currentColor;
}

.iz-sapling-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: var(--iz-leaf);
}

    .iz-sapling-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.iz-sapling-icon--large {
    width: 92px;
    height: 92px;
}

.iz-hero {
    position: relative;
    min-height: 900px;
    padding: 185px 0 125px;
    color: var(--iz-white);
    background: radial-gradient(circle at 78% 25%, rgba(127, 177, 84, .2), transparent 32%), linear-gradient(120deg, var(--iz-forest-deep), var(--iz-forest) 62%, #1f5b3d);
}

    .iz-hero::before {
        position: absolute;
        inset: 0;
        content: "";
        opacity: .17;
        background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
        background-size: 80px 80px;
        mask-image: linear-gradient(to bottom, transparent, #000 22%, transparent);
    }

.iz-hero__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    align-items: end;
    gap: 60px;
}

.iz-hero__content {
    max-width: 900px;
}

.iz-title-with-icon {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 34px;
}

    .iz-title-with-icon h1 {
        margin-bottom: 0;
        color: var(--iz-white);
        font-size: clamp(58px, 7vw, 108px);
        font-weight: 300;
        letter-spacing: -5px;
        line-height: .94;
    }

        .iz-title-with-icon h1 strong {
            display: block;
            color: var(--iz-lime);
            font-weight: 750;
        }

.iz-hero__lead {
    margin: 48px 0 18px;
    font-size: clamp(27px, 3vw, 44px);
    font-weight: 300;
    line-height: 1.25;
}

    .iz-hero__lead strong {
        color: var(--iz-lime);
        font-weight: 700;
    }

.iz-hero__description {
    max-width: 680px;
    margin-bottom: 38px;
    color: rgba(255,255,255,.7);
    font-size: 18px;
    line-height: 1.8;
}

.iz-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 18px 26px;
    color: var(--iz-forest-dark);
    background: var(--iz-lime);
    border-radius: 2px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .8px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s ease;
}

    .iz-hero__button:hover {
        gap: 25px;
        color: var(--iz-forest-dark);
        background: var(--iz-white);
        transform: translateY(-3px);
    }

.iz-hero__statement {
    padding: 28px;
    border-top: 1px solid rgba(255,255,255,.22);
    border-bottom: 1px solid rgba(255,255,255,.22);
}

    .iz-hero__statement > span {
        color: var(--iz-lime);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .iz-hero__statement p {
        margin: 20px 0 0;
        color: rgba(255,255,255,.7);
        font-size: 18px;
        line-height: 1.6;
    }

    .iz-hero__statement strong {
        display: block;
        color: var(--iz-white);
    }

.iz-hero__bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    gap: clamp(30px, 7vw, 110px);
    padding: 28px 30px;
    border-top: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.iz-hero__light {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(4px);
}

.iz-hero__light--one {
    top: 5%;
    right: 3%;
    width: 440px;
    height: 440px;
    background: rgba(151, 202, 96, .07);
}

.iz-hero__light--two {
    bottom: 8%;
    left: -9%;
    width: 380px;
    height: 380px;
    background: rgba(221, 213, 189, .05);
}

.iz-video-story,
.iz-cloud-video {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    color: var(--iz-white);
    background: var(--iz-forest-dark);
}

.iz-video-story__video,
.iz-cloud-video__video {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
}

.iz-video-story__overlay,
.iz-cloud-video__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 29, 19, .91), rgba(5, 29, 19, .42) 62%, rgba(5, 29, 19, .25));
}

.iz-video-story__content {
    max-width: 1050px;
}

    .iz-video-story__content h2 {
        max-width: 960px;
        margin: 30px 0 0;
        color: var(--iz-white);
        font-size: clamp(48px, 6.5vw, 96px);
        font-weight: 300;
        letter-spacing: -4px;
        line-height: 1;
    }

        .iz-video-story__content h2 strong {
            display: block;
            color: var(--iz-lime);
            font-weight: 750;
        }

.iz-video-story__scroll {
    position: absolute;
    right: 40px;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,.62);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .iz-video-story__scroll span {
        width: 55px;
        height: 1px;
        background: var(--iz-lime);
    }

.iz-section {
    position: relative;
    padding: 135px 0;
}

.iz-section--intro {
    background: var(--iz-cream);
}

.iz-editorial-grid {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 75px;
}

.iz-editorial-grid__aside {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
}

.iz-section-number {
    color: var(--iz-green);
    font-size: 48px;
    font-weight: 300;
}

.iz-vertical-label {
    color: var(--iz-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
}

.iz-large-text {
    color: var(--iz-text);
    font-size: clamp(30px, 3.5vw, 52px);
    font-weight: 350;
    letter-spacing: -1.6px;
    line-height: 1.2;
}

.iz-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 70px;
    margin-top: 55px;
}

    .iz-two-columns p,
    .iz-content-grid p,
    .iz-sapling-copy p,
    .iz-future-layout__content p {
        color: var(--iz-muted);
        font-size: 17px;
        line-height: 1.85;
    }

.iz-origin-statement {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 60px;
    padding: 34px 0;
    border-top: 1px solid #cdc8b8;
    border-bottom: 1px solid #cdc8b8;
}

    .iz-origin-statement > span {
        width: 12px;
        height: 12px;
        background: var(--iz-leaf);
        border-radius: 50%;
        box-shadow: 0 0 0 9px rgba(115,169,66,.14);
    }

    .iz-origin-statement p {
        margin: 0;
        font-size: 26px;
    }

    .iz-origin-statement strong {
        color: var(--iz-green);
    }

.iz-section--dark {
    color: var(--iz-white);
    background: radial-gradient(circle at 80% 30%, rgba(115,169,66,.13), transparent 25%), var(--iz-forest-deep);
}

.iz-heading {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 75px;
}

    .iz-heading h2 {
        margin: 16px 0 0;
        color: var(--iz-text);
        font-size: clamp(45px, 6vw, 78px);
        font-weight: 350;
        letter-spacing: -3px;
        line-height: 1;
    }

        .iz-heading h2 strong {
            display: block;
            color: var(--iz-green);
            font-weight: 750;
        }

.iz-heading--light h2,
.iz-section--sapling .iz-heading h2 {
    color: var(--iz-white);
}

    .iz-heading--light h2 strong,
    .iz-section--sapling .iz-heading h2 strong {
        color: var(--iz-lime);
    }

.iz-heading__icon {
    width: 88px;
    height: 88px;
}

.iz-heading__index {
    color: var(--iz-green);
    font-size: 55px;
    font-weight: 250;
}

.iz-heading--center {
    display: block;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

    .iz-heading--center h2 strong {
        display: inline;
    }

    .iz-heading--center > p {
        max-width: 680px;
        margin: 28px auto 0;
        color: var(--iz-muted);
        font-size: 17px;
        line-height: 1.8;
    }

.iz-definition {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 90px;
    align-items: center;
}

.iz-definition__main {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 300;
    line-height: 1.45;
}

    .iz-definition__main strong {
        color: var(--iz-white);
    }

.iz-definition__highlight {
    position: relative;
    padding: 48px;
    background: var(--iz-forest);
    border-left: 4px solid var(--iz-lime);
}

.iz-definition__quote {
    position: absolute;
    top: -20px;
    right: 30px;
    color: rgba(168,202,104,.25);
    font-family: Georgia, serif;
    font-size: 150px;
    line-height: 1;
}

.iz-definition__highlight p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--iz-white);
    font-size: 21px;
    line-height: 1.75;
}

.iz-cloud-video {
    min-height: 670px;
    justify-content: center;
    text-align: center;
}

.iz-cloud-video__overlay {
    background: rgba(8, 38, 26, .65);
}

.iz-cloud-video__content {
    max-width: 940px;
}

    .iz-cloud-video__content > span {
        color: var(--iz-lime);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .iz-cloud-video__content h2 {
        margin: 27px 0;
        color: var(--iz-white);
        font-size: clamp(44px, 5.5vw, 78px);
        font-weight: 300;
        letter-spacing: -3px;
        line-height: 1.05;
    }

        .iz-cloud-video__content h2 strong {
            display: block;
            color: var(--iz-lime);
            font-weight: 750;
        }

    .iz-cloud-video__content p {
        max-width: 720px;
        margin: 0 auto;
        color: rgba(255,255,255,.77);
        font-size: 19px;
        line-height: 1.8;
    }

.iz-section--connection {
    background: #f7f5ed;
}

.iz-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 90px;
    align-items: start;
}

.iz-foundation-card {
    padding: 48px;
    color: var(--iz-white);
    background: var(--iz-forest);
}

.iz-foundation-card__label {
    color: var(--iz-lime);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.3px;
}

.iz-project-page .iz-foundation-card__logo {
    display: block;
    width: -webkit-fill-available;
    height: auto;
    margin: 28px 0 22px;
    object-fit: contain;
}

.iz-foundation-card h3 {
    margin: 18px 0 24px;
    color: var(--iz-white);
    font-size: 34px;
}

.iz-foundation-card p {
    color: rgba(255,255,255,.7);
}

.iz-foundation-card__line {
    height: 1px;
    margin: 30px 0;
    background: rgba(255,255,255,.17);
}

.iz-foundation-card strong {
    color: var(--iz-mint);
    font-size: 16px;
    line-height: 1.7;
}

.iz-section--mark {
    background: var(--iz-cream);
}

.iz-product-showcase {
    display: grid;
    gap: 80px;
    margin-top: 80px;
}

.iz-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr);
    align-items: center;
    gap: 75px;
}

.iz-product-card--reverse {
    grid-template-columns: minmax(350px, .8fr) minmax(0, 1.2fr);
}

    .iz-product-card--reverse .iz-product-card__image {
        order: 2;
    }

.iz-product-card__image {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #d6dacd;
}

    .iz-product-card__image img {
        width: 100%;
        height: 100%;
        min-height: 500px;
        object-fit: cover;
        transition: transform .7s ease;
    }

.iz-product-card:hover .iz-product-card__image img {
    transform: scale(1.035);
}

.iz-product-card__image > span {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    color: var(--iz-white);
    background: var(--iz-forest);
    font-weight: 700;
}

.iz-product-card__content h3 {
    margin: 20px 0;
    color: var(--iz-text);
    font-size: clamp(34px, 4vw, 54px);
    letter-spacing: -2px;
    line-height: 1.08;
}

.iz-product-card__content p {
    color: var(--iz-muted);
    font-size: 17px;
    line-height: 1.85;
}

.iz-responsibility-panel {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    margin-top: 120px;
    padding: 65px;
    color: var(--iz-white);
    background: var(--iz-forest-dark);
}

.iz-responsibility-panel__intro > span {
    color: var(--iz-lime);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 4px;
}

.iz-responsibility-panel__intro h3 {
    margin: 24px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25;
}

    .iz-responsibility-panel__intro h3 strong {
        display: block;
        color: var(--iz-white);
    }

.iz-responsibility-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .iz-responsibility-list > div {
        padding: 25px;
        border: 1px solid rgba(255,255,255,.12);
    }

    .iz-responsibility-list span {
        color: var(--iz-lime);
        font-size: 12px;
        font-weight: 800;
    }

    .iz-responsibility-list p {
        margin: 14px 0 0;
        color: var(--iz-white);
        line-height: 1.55;
    }

.iz-section--sapling {
    color: var(--iz-white);
    background: var(--iz-forest);
}

.iz-sapling-background {
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 560px;
    color: rgba(168,202,104,.08);
}

    .iz-sapling-background svg {
        fill: none;
        stroke: currentColor;
        stroke-width: 10;
        stroke-linecap: round;
    }

.iz-sapling-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
    gap: 100px;
}

.iz-sapling-lines {
    border-top: 1px solid rgba(255,255,255,.17);
}

    .iz-sapling-lines p {
        margin: 0;
        padding: 25px 0;
        border-bottom: 1px solid rgba(255,255,255,.17);
        color: rgba(255,255,255,.65);
        font-size: clamp(23px, 2.5vw, 34px);
    }

    .iz-sapling-lines strong {
        display: block;
        color: var(--iz-lime);
    }

.iz-sapling-copy p {
    color: rgba(255,255,255,.7);
}

.iz-sapling-copy blockquote {
    margin: 38px 0 0;
    padding: 30px;
    color: var(--iz-white);
    border: 0;
    border-left: 4px solid var(--iz-lime);
    background: rgba(255,255,255,.07);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
}

.iz-section--transparent {
    background: #f7f5ed;
}

.iz-transparency-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 70px;
    border-top: 1px solid #d1cbb9;
    border-left: 1px solid #d1cbb9;
}

.iz-transparency-item {
    min-height: 190px;
    padding: 32px;
    border-right: 1px solid #d1cbb9;
    border-bottom: 1px solid #d1cbb9;
    transition: .3s ease;
}

    .iz-transparency-item:hover {
        color: var(--iz-white);
        background: var(--iz-forest);
        transform: translateY(-5px);
    }

    .iz-transparency-item span {
        color: var(--iz-green);
        font-size: 12px;
        font-weight: 800;
    }

    .iz-transparency-item:hover span {
        color: var(--iz-lime);
    }

    .iz-transparency-item p {
        margin: 34px 0 0;
        font-size: 18px;
        font-weight: 650;
        line-height: 1.5;
    }

.iz-honesty-message {
    display: grid;
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 35px;
    max-width: 900px;
    margin: 80px auto 0;
    padding: 45px;
    background: var(--iz-mint);
}

.iz-honesty-message__icon {
    display: grid;
    width: 75px;
    height: 75px;
    place-items: center;
    color: var(--iz-white);
    background: var(--iz-green);
    border-radius: 50%;
    font-size: 24px;
}

.iz-honesty-message h3 {
    margin-bottom: 12px;
    font-size: 31px;
}

.iz-honesty-message p {
    margin-bottom: 14px;
    color: var(--iz-muted);
    line-height: 1.7;
}

.iz-honesty-message strong {
    color: var(--iz-green);
}

.iz-section--future {
    color: var(--iz-white);
    background: linear-gradient(120deg, rgba(6,31,21,.96), rgba(18,61,43,.88)), var(--iz-forest-dark);
}

.iz-future-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 110px;
}

.iz-future-layout__heading h2 {
    margin: 22px 0 0;
    color: var(--iz-white);
    font-size: clamp(46px, 5vw, 72px);
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 1.05;
}

    .iz-future-layout__heading h2 strong {
        display: block;
        color: var(--iz-lime);
    }

.iz-future-layout__content {
    padding-left: 55px;
    border-left: 1px solid rgba(255,255,255,.2);
}

    .iz-future-layout__content p {
        color: rgba(255,255,255,.7);
    }

.iz-final {
    position: relative;
    display: flex;
    min-height: 770px;
    align-items: center;
    overflow: hidden;
    color: var(--iz-white);
    background: var(--iz-forest-deep);
    text-align: center;
}

.iz-final__content {
    max-width: 1050px;
}

.iz-sapling-icon--final {
    width: 105px;
    height: 105px;
    margin-bottom: 35px;
    color: var(--iz-lime);
}

.iz-final__statement {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 300;
    letter-spacing: -3.5px;
    line-height: 1.05;
}

    .iz-final__statement strong {
        display: block;
        color: var(--iz-white);
    }

.iz-final__brand {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 65px;
    color: var(--iz-lime);
    font-size: 13px;
    letter-spacing: 3px;
}

.iz-final__rings span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border: 1px solid rgba(168,202,104,.09);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

    .iz-final__rings span:nth-child(1) {
        width: 500px;
        height: 500px;
    }

    .iz-final__rings span:nth-child(2) {
        width: 800px;
        height: 800px;
    }

    .iz-final__rings span:nth-child(3) {
        width: 1100px;
        height: 1100px;
    }

@media (max-width: 991px) {
    .iz-container {
        width: min(100% - 44px, 1240px);
    }

    .iz-hero {
        min-height: auto;
        padding: 145px 0 125px;
    }

    .iz-hero__container,
    .iz-definition,
    .iz-content-grid,
    .iz-sapling-layout,
    .iz-future-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .iz-hero__statement {
        max-width: 480px;
    }

    .iz-editorial-grid {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 35px;
    }

    .iz-product-card,
    .iz-product-card--reverse {
        grid-template-columns: 1fr;
        gap: 35px;
    }

        .iz-product-card--reverse .iz-product-card__image {
            order: initial;
        }

    .iz-responsibility-panel {
        grid-template-columns: 1fr;
    }

    .iz-transparency-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iz-future-layout__content {
        padding-left: 0;
        padding-top: 40px;
        border-top: 1px solid rgba(255,255,255,.2);
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .iz-container {
        width: calc(100% - 32px);
    }

    .iz-section {
        padding: 85px 0;
    }

    .iz-hero {
        padding: 120px 0 115px;
    }

    .iz-hero__container {
        gap: 50px;
    }

    .iz-title-with-icon {
        display: block;
    }

        .iz-title-with-icon h1 {
            margin-top: 20px;
            font-size: 55px;
            letter-spacing: -3px;
        }

    .iz-sapling-icon--large {
        width: 74px;
        height: 74px;
    }

    .iz-hero__lead {
        margin-top: 35px;
        font-size: 28px;
    }

    .iz-hero__description {
        font-size: 16px;
    }

    .iz-hero__button {
        width: 100%;
        justify-content: center;
        padding: 18px 15px;
        font-size: 11px;
    }

    .iz-hero__bottom {
        justify-content: flex-start;
        gap: 25px;
        overflow-x: auto;
        padding: 24px 16px;
    }

    .iz-video-story,
    .iz-cloud-video {
        min-height: 600px;
    }

    .iz-video-story__content h2,
    .iz-cloud-video__content h2 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .iz-video-story__scroll {
        display: none;
    }

    .iz-editorial-grid {
        display: block;
    }

    .iz-editorial-grid__aside {
        display: none;
    }

    .iz-two-columns {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .iz-large-text {
        font-size: 31px;
    }

    .iz-origin-statement p {
        font-size: 21px;
    }

    .iz-heading {
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .iz-heading__icon {
        width: 58px;
        height: 58px;
    }

    .iz-heading__index {
        font-size: 39px;
    }

    .iz-heading h2 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    .iz-definition__main {
        font-size: 27px;
    }

    .iz-definition__highlight,
    .iz-foundation-card {
        padding: 32px 25px;
    }

    .iz-product-showcase {
        gap: 60px;
    }

    .iz-product-card__image,
    .iz-product-card__image img {
        min-height: 340px;
    }

    .iz-product-card__content h3 {
        font-size: 36px;
    }

    .iz-responsibility-panel {
        margin-top: 80px;
        padding: 35px 24px;
    }

    .iz-responsibility-list {
        grid-template-columns: 1fr;
    }

    .iz-sapling-layout {
        grid-template-columns: 1fr;
    }

    .iz-transparency-grid {
        grid-template-columns: 1fr;
    }

    .iz-transparency-item {
        min-height: 150px;
    }

    .iz-honesty-message {
        display: block;
        padding: 30px 24px;
    }

    .iz-honesty-message__icon {
        margin-bottom: 25px;
    }

    .iz-future-layout__heading h2 {
        font-size: 43px;
    }

    .iz-final {
        min-height: 650px;
    }

    .iz-final__statement {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .iz-final__brand {
        flex-direction: column;
        gap: 8px;
    }
}
/* ==================================================
   HERO İŞ BİRLİĞİ — TEK BİRLEŞİK LOGO
================================================== */

.iz-project-page .iz-hero__container {
    width: min(1460px, calc(100% - 80px));
    grid-template-columns: minmax(0, 1fr) minmax(540px, 660px);
    gap: clamp(44px, 4vw, 72px);
}

.iz-hero__side {
    position: relative;
    z-index: 3;
    display: flex;
    min-width: 0;
    align-self: end;
    flex-direction: column;
    gap: 28px;
}

.iz-hero__collaboration {
    display: flex;
    width: 100%;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 3px;
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 24px 55px rgba(3, 22, 14, .18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.iz-project-page .iz-hero__collaboration-logo {
    display: block;
    /*
       Görseli kart genişliğine zorlayarak büyütme.
       Kaynak PNG karttan küçükse doğal ölçüsünde kalır; büyükse
       kartın içine oranı bozulmadan küçülür. Bu, bulanıklaşmayı önler.
    */
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 196px;
    flex: 0 1 auto;
    object-fit: contain;
    image-rendering: auto;
}

.iz-hero__side .iz-hero__statement {
    width: min(100%, 320px);
    max-width: none;
    margin: 0;
}


/* Standart masaüstü */

@media (min-width: 1200px) and (max-width: 1399px) {
    .iz-project-page .iz-hero__container {
        width: calc(100% - 64px);
        grid-template-columns: minmax(0, 1fr) minmax(500px, 560px);
        gap: 36px;
    }

    .iz-hero__collaboration {
        min-height: 210px;
        padding: 11px 14px;
    }

    .iz-project-page .iz-hero__collaboration-logo {
        max-height: 180px;
    }
}


/* Orta masaüstü */

@media (min-width: 992px) and (max-width: 1199px) {
    .iz-project-page .iz-hero__container {
        width: calc(100% - 64px);
        grid-template-columns: minmax(0, 1fr) minmax(420px, 460px);
        gap: 28px;
    }

    .iz-hero__collaboration {
        min-height: 172px;
        padding: 10px 12px;
    }

    .iz-project-page .iz-hero__collaboration-logo {
        max-height: 148px;
    }
}


/* Tablet */

@media (max-width: 991px) {
    .iz-project-page .iz-hero__container {
        width: min(calc(100% - 44px), 1240px);
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .iz-hero__side {
        width: min(100%, 760px);
    }

    .iz-hero__collaboration {
        min-height: clamp(170px, 28vw, 220px);
        padding: 10px 14px;
    }

    .iz-project-page .iz-hero__collaboration-logo {
        max-height: 190px;
    }
}


/* Mobil */

@media (max-width: 767px) {
    .iz-project-page .iz-hero__container {
        width: calc(100% - 32px);
        gap: 46px;
    }

    .iz-hero__side {
        width: 100%;
        gap: 18px;
    }

    .iz-hero__collaboration {
        min-height: clamp(128px, 36vw, 180px);
        padding: 8px 10px;
    }

    .iz-project-page .iz-hero__collaboration-logo {
        max-height: 156px;
    }

    .iz-hero__side .iz-hero__statement {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .iz-hero__collaboration {
        min-height: 112px;
        padding: 6px 8px;
    }

    .iz-project-page .iz-hero__collaboration-logo {
        max-height: 100px;
    }
}


/* ==================================================
   HERO SON ÖLÇÜ DÜZENLEMELERİ
================================================== */

.iz-hero {
    min-height: 780px;
    padding: 125px 0 110px;
}

.iz-title-with-icon {
    gap: 22px;
    margin-top: 26px;
}

    .iz-title-with-icon h1 {
        font-size: clamp(52px, 5.4vw, 70px) !important;
        letter-spacing: -3.5px !important;
        line-height: .96 !important;
    }

.iz-sapling-icon--large {
    width: 80px;
    height: 80px;
}

.iz-hero__lead {
    margin: 34px 0 16px;
    font-size: clamp(25px, 2vw, 32px);
    line-height: 1.3;
}


/* Orta ekran */

@media (min-width: 992px) and (max-width: 1199px) {
    .iz-hero {
        padding-top: 115px;
    }

    .iz-title-with-icon h1 {
        font-size: clamp(50px, 5vw, 70px) !important;
    }
}


/* Mobil */

@media (max-width: 767px) {
    .iz-hero {
        min-height: auto;
        padding: 105px 0;
    }

    .iz-title-with-icon {
        margin-top: 20px;
    }

        .iz-title-with-icon h1 {
            font-size: 48px !important;
            letter-spacing: -2.5px !important;
        }

    .iz-hero__lead {
        margin-top: 28px;
        font-size: 26px;
    }
}

/* ==================================================
   FİNAL ALANI İŞ BİRLİĞİ LOGOSU
================================================== */

.iz-final__brand {
    display: flex;
    width: min(100%, 980px);
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 4vw, 58px);
    margin-inline: auto;
}

.iz-final__project {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 7px;
}

    .iz-final__project span {
        color: rgba(255, 255, 255, .66);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2.2px;
        line-height: 1;
    }

    .iz-final__project strong {
        color: var(--iz-white);
        font-size: clamp(25px, 2.5vw, 38px);
        font-weight: 800;
        letter-spacing: -.7px;
        line-height: 1;
    }

.iz-final__brand-line {
    width: 1px;
    height: 74px;
    flex: 0 0 1px;
    background: rgba(168, 202, 104, .55);
}

.iz-final__collaboration-logo {
    display: block;
    width: auto;
    max-width: min(100%, 520px);
    max-height: 112px;
    height: auto;
    object-fit: contain;
}

/* Tablet */

@media (max-width: 991px) {
    .iz-final__brand {
        gap: 30px;
    }

    .iz-final__collaboration-logo {
        max-width: min(100%, 430px);
        max-height: 94px;
    }
}

/* Mobil */

@media (max-width: 767px) {
    .iz-final__brand {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .iz-final__project {
        align-items: center;
    }

    .iz-final__brand-line {
        width: 80px;
        height: 1px;
        flex-basis: 1px;
    }

    .iz-final__collaboration-logo {
        max-width: min(100%, 360px);
        max-height: 82px;
    }
}

/* ==================================================
   GERÇEKLEŞTİRİLEN FİDAN BAĞIŞI
================================================== */

.iz-impact {
    position: relative;
    overflow: hidden;
    padding: clamp(76px, 8vw, 120px) 0;
    background: linear-gradient(135deg, #f3f7ee 0%, #ffffff 52%, #edf4e7 100%);
}

.iz-impact__nature {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.iz-impact__circle {
    position: absolute;
    border: 1px solid rgba(34, 91, 60, .09);
    border-radius: 50%;
}

.iz-impact__circle--one {
    top: -290px;
    left: -230px;
    width: 610px;
    height: 610px;
}

.iz-impact__circle--two {
    right: -330px;
    bottom: -410px;
    width: 820px;
    height: 820px;
}

.iz-impact__container {
    position: relative;
    z-index: 2;
}

/* Belgenin üstündeki açıklama */

.iz-impact__content {
    width: min(100%, 790px);
    margin: 0 auto clamp(34px, 4vw, 52px);
    text-align: center;
}

.iz-impact__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-bottom: 18px;
    color: var(--iz-forest-dark);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 2px;
    line-height: 1.4;
}

.iz-impact__eyebrow > span {
    width: 34px;
    height: 1px;
    flex: 0 0 34px;
    background: var(--iz-lime);
}

.iz-impact__title {
    margin: 0 0 18px;
    color: var(--iz-forest-dark);
    font-size: clamp(36px, 4.2vw, 56px);
    font-weight: 320;
    letter-spacing: -2px;
    line-height: 1.06;
}

.iz-impact__title strong {
    color: #64863b;
    font-weight: 780;
}

.iz-impact__description {
    max-width: 730px;
    margin: 0 auto;
    color: #56645b;
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.8;
}

.iz-impact__description strong {
    color: var(--iz-forest-dark);
    font-weight: 760;
}

/* Ortalanmış belge kartı */

.iz-impact__certificate-feature {
    width: min(100%, 1040px);
    margin-inline: auto;
    padding: clamp(15px, 1.8vw, 24px);
    border: 1px solid rgba(34, 91, 60, .16);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 30px 80px rgba(22, 61, 41, .15);
}

.iz-impact__certificate-header,
.iz-impact__certificate-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.iz-impact__certificate-header {
    padding: 3px 4px 17px;
}

.iz-impact__certificate-header > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.iz-impact__certificate-header span {
    color: #789051;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 1.8px;
    line-height: 1.4;
}

.iz-impact__certificate-header h3 {
    margin: 0;
    color: var(--iz-forest-dark);
    font-size: clamp(19px, 2vw, 27px);
    font-weight: 760;
    letter-spacing: -.4px;
    line-height: 1.2;
}

.iz-impact__certificate-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    color: #fff;
    background: var(--iz-forest-dark);
    border-radius: 50%;
    font-size: 16px;
}

.iz-impact__certificate-preview {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(34, 91, 60, .16);
    background: #e8eee3;
    color: inherit;
    cursor: zoom-in;
    line-height: 0;
    appearance: none;
    -webkit-appearance: none;
}

.iz-impact__certificate-preview img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .4s ease, filter .4s ease;
}

.iz-impact__certificate-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    color: #fff;
    background: rgba(12, 49, 32, .72);
    line-height: 1.35;
    opacity: 0;
    transition: opacity .3s ease;
}

.iz-impact__zoom-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 5px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    font-size: 18px;
}

.iz-impact__certificate-overlay strong {
    font-size: 14px;
    font-weight: 760;
    letter-spacing: .7px;
}

.iz-impact__certificate-overlay small {
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
}

.iz-impact__certificate-preview:hover img {
    filter: blur(.6px);
    transform: scale(1.012);
}

.iz-impact__certificate-preview:hover .iz-impact__certificate-overlay,
.iz-impact__certificate-preview:focus-visible .iz-impact__certificate-overlay {
    opacity: 1;
}

.iz-impact__certificate-preview:focus-visible,
.iz-impact__certificate-footer button:focus-visible,
.iz-certificate-modal__close:focus-visible {
    outline: 3px solid rgba(113, 152, 68, .55);
    outline-offset: 4px;
}

.iz-impact__certificate-footer {
    padding: 16px 4px 2px;
}

.iz-impact__certificate-footer p {
    max-width: 530px;
    margin: 0;
    color: #78847c;
    font-size: 11px;
    line-height: 1.55;
}

.iz-impact__certificate-footer button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--iz-forest-dark);
    cursor: pointer;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .3px;
}

/* Belgenin altındaki sonuçlar */

.iz-impact__results {
    width: min(100%, 900px);
    margin: clamp(32px, 4vw, 48px) auto 0;
}

.iz-impact__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(34, 91, 60, .15);
    border-bottom: 1px solid rgba(34, 91, 60, .15);
}

.iz-impact__metric {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 25px 18px;
    border-right: 1px solid rgba(34, 91, 60, .12);
    text-align: center;
}

.iz-impact__metric:last-child {
    border-right: 0;
}

.iz-impact__metric strong {
    color: var(--iz-forest-dark);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 820;
    letter-spacing: -1.3px;
    line-height: 1;
}

.iz-impact__metric--featured strong {
    color: #719844;
}

.iz-impact__metric span {
    color: #6b776f;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .3px;
    line-height: 1.4;
}

.iz-impact__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 22px;
    text-align: center;
}

.iz-impact__note-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    color: #fff;
    background: var(--iz-forest-dark);
    border-radius: 50%;
    font-size: 11px;
}

.iz-impact__note p {
    margin: 0;
    color: #67736b;
    font-size: 12px;
    line-height: 1.55;
}

/* Sayfa içinde, ekranın tam ortasında açılan belge */

body.iz-modal-open {
    overflow: hidden;
}

.iz-certificate-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    inset-block-end: auto;
    inset-inline-end: auto;
    width: min(1080px, calc(100vw - 64px));
    max-width: none;
    max-height: calc(100dvh - 48px);
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    color: inherit;
    transform: translate(-50%, -50%);
}

.iz-certificate-modal::backdrop {
    background: rgba(6, 24, 16, .86);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.iz-certificate-modal__panel {
    width: 100%;
    max-height: calc(100dvh - 48px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #f4f7f1;
    box-shadow: 0 35px 110px rgba(0, 0, 0, .42);
}

.iz-certificate-modal__header {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 14px 10px 22px;
    background: var(--iz-forest-dark);
}

.iz-certificate-modal__header > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.iz-certificate-modal__header span {
    color: rgba(255, 255, 255, .62);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.iz-certificate-modal__header strong {
    color: #fff;
    font-size: 16px;
    font-weight: 720;
}

.iz-certificate-modal__close {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: background .2s ease, transform .2s ease;
}

.iz-certificate-modal__close:hover {
    background: rgba(255, 255, 255, .18);
    transform: rotate(4deg);
}

.iz-certificate-modal__viewer {
    display: grid;
    max-height: calc(100dvh - 112px);
    padding: clamp(10px, 1.4vw, 18px);
    place-items: center;
    overflow: auto;
    background: #e8eee3;
}

.iz-certificate-modal__viewer img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - 148px);
    object-fit: contain;
    box-shadow: 0 18px 55px rgba(23, 55, 38, .18);
}

@media (max-width: 767px) {
    .iz-impact {
        padding: 68px 0;
    }

    .iz-impact__content {
        margin-bottom: 30px;
    }

    .iz-impact__eyebrow {
        gap: 9px;
        font-size: 8px;
        letter-spacing: 1.3px;
    }

    .iz-impact__eyebrow > span {
        width: 22px;
        flex-basis: 22px;
    }

    .iz-impact__title {
        font-size: clamp(34px, 11vw, 46px);
        letter-spacing: -1.5px;
    }

    .iz-impact__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .iz-impact__certificate-feature {
        padding: 12px;
    }

    .iz-impact__certificate-header {
        padding: 2px 2px 12px;
    }

    .iz-impact__certificate-header span {
        font-size: 8px;
        letter-spacing: 1.2px;
    }

    .iz-impact__certificate-header h3 {
        font-size: 18px;
    }

    .iz-impact__certificate-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 14px;
    }

    .iz-impact__certificate-overlay small {
        display: none;
    }

    .iz-impact__certificate-footer {
        align-items: flex-start;
        padding: 12px 2px 2px;
    }

    .iz-impact__certificate-footer p {
        max-width: 190px;
        font-size: 9px;
    }

    .iz-impact__certificate-footer button {
        font-size: 10px;
    }

    .iz-impact__metrics {
        grid-template-columns: 1fr;
    }

    .iz-impact__metric {
        flex-direction: row;
        justify-content: space-between;
        padding: 17px 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(34, 91, 60, .12);
        text-align: left;
    }

    .iz-impact__metric:last-child {
        border-bottom: 0;
    }

    .iz-impact__metric span {
        text-align: right;
    }

    .iz-impact__note {
        align-items: flex-start;
        text-align: left;
    }

    .iz-certificate-modal {
        width: calc(100vw - 20px);
        max-height: calc(100dvh - 20px);
    }

    .iz-certificate-modal__panel {
        max-height: calc(100dvh - 20px);
    }

    .iz-certificate-modal__header {
        min-height: 58px;
        padding: 8px 9px 8px 15px;
    }

    .iz-certificate-modal__header strong {
        font-size: 14px;
    }

    .iz-certificate-modal__viewer {
        max-height: calc(100dvh - 78px);
        padding: 8px;
    }

    .iz-certificate-modal__viewer img {
        max-height: calc(100dvh - 94px);
    }
}

@media (hover: none) {
    .iz-impact__certificate-overlay {
        inset: auto 12px 12px auto;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        opacity: 1;
    }

    .iz-impact__certificate-overlay strong,
    .iz-impact__certificate-overlay small {
        display: none;
    }

    .iz-impact__zoom-icon {
        width: auto;
        height: auto;
        margin: 0;
        border: 0;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .iz-impact__certificate-preview img,
    .iz-impact__certificate-overlay,
    .iz-certificate-modal__close {
        transition: none;
    }
}


