.sustainability-page {
    background:
        radial-gradient(circle at 12% -5%, rgba(186, 233, 109, 0.32), transparent 24rem),
        radial-gradient(circle at 92% 7%, rgba(115, 195, 143, 0.24), transparent 28rem),
        #f2f3ef;
}

.sustainability-main {
    padding-block: clamp(120px, 14vw, 176px) clamp(64px, 10vw, 108px);
    padding-bottom: 0px;
    color: var(--ink);
}

.sustainability-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
    align-items: center;
    gap: clamp(1.2rem, 4vw, 3.2rem);
    margin-bottom: clamp(2rem, 5vw, 3.9rem);
    padding-block: clamp(10px, 2vw, 20px);
    isolation: isolate;
}

.sustainability-hero-copy h1 {
    margin: 0 0 14px;
    max-width: 16ch;
    font-size: clamp(2.35rem, 6.5vw, 4.65rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.sustainability-hero-copy h1 em {
    color: #6c9542;
    font-style: normal;
}

.sustainability-lead {
    max-width: 52ch;
    margin: 0;
    color: #5d645f;
    font-size: clamp(1.02rem, 1.8vw, 1.19rem);
    line-height: 1.72;
}

.sustainability-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 26px;
}

.sustainability-hero-actions .primary {
    background: #143e25;
}

.sustainability-hero-actions .primary:hover {
    background: #9bc74e;
    color: #122f1d;
}

.sustainability-hero-media {
    position: relative;
    min-height: clamp(300px, 42vw, 540px);
    border-radius: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
}

.sustainability-hero-media::after {
    content: none;
}

.hero-soft-glow {
    position: absolute;
    z-index: 0;
    width: clamp(180px, 26vw, 320px);
    aspect-ratio: 1;
    border-radius: 50%;
    right: 9%;
    top: 18%;
    background: radial-gradient(circle, rgba(182, 224, 121, 0.7), rgba(182, 224, 121, 0));
    filter: blur(2px);
}

.hero-leaf {
    position: absolute;
    z-index: 1;
    width: clamp(220px, 38vw, 470px);
    height: auto;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
    filter: drop-shadow(0 26px 28px rgba(24, 63, 29, 0.24));
}

.hero-leaf-back {
    right: 10%;
    top: 24%;
    transform: rotate(4deg) scale(1.02);
    opacity: 0.88;
}

.hero-leaf-front {
    width: clamp(220px, 36vw, 440px);
    right: 24%;
    top: 36%;
    transform: rotate(-14deg);
}

.sustainability-hero-fx {
    position: absolute;
    inset: -28px -12px -24px;
    z-index: 3;
    pointer-events: none;
}

.floating-leaf {
    position: absolute;
    z-index: 4;
    width: clamp(26px, 5.3vw, 72px);
    transition: transform 180ms ease-out;
    will-change: transform;
}

.floating-leaf img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.78;
    filter: drop-shadow(0 8px 12px rgba(21, 52, 24, 0.16));
    translate: 0 0;
    animation: leafIdleFloat var(--leaf-float-duration, 5.6s) ease-in-out infinite;
    animation-delay: var(--leaf-float-delay, 0s);
}

@keyframes leafIdleFloat {

    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: var(--leaf-float-x, 4px) var(--leaf-float-y, -8px);
    }
}

.leaf-one img {
    transform: rotate(-12deg);
    filter: blur(0.4px) drop-shadow(0 8px 12px rgba(21, 52, 24, 0.14));
}

.leaf-two img {
    transform: rotate(18deg);
    filter: blur(1.1px) drop-shadow(0 8px 12px rgba(21, 52, 24, 0.12));
}

.leaf-three img {
    transform: rotate(-34deg);
    filter: blur(0px) drop-shadow(0 10px 14px rgba(21, 52, 24, 0.18));
}

.leaf-four img {
    transform: rotate(12deg);
    filter: blur(1.8px) drop-shadow(0 7px 11px rgba(21, 52, 24, 0.1));
}

.leaf-one {
    top: 8%;
    right: -1%;
    --leaf-float-x: 5px;
    --leaf-float-y: -9px;
    --leaf-float-duration: 5.2s;
}

.leaf-two {
    top: 52%;
    right: 72%;
}

.leaf-three {
    top: 84%;
    right: 19%;
    --leaf-float-x: -4px;
    --leaf-float-y: -7px;
    --leaf-float-duration: 6.1s;
    --leaf-float-delay: -1.4s;
}

.leaf-four {
    top: 11%;
    right: 41%;
    --leaf-float-x: 3px;
    --leaf-float-y: -10px;
    --leaf-float-duration: 5.7s;
    --leaf-float-delay: -0.8s;
}

.leaf-five {
    top: 24%;
    right: 63%;
}

.leaf-six {
    top: 68%;
    right: 2%;
    --leaf-float-x: -5px;
    --leaf-float-y: -8px;
    --leaf-float-duration: 6.4s;
    --leaf-float-delay: -2s;
}

.leaf-seven {
    top: 82%;
    right: 67%;
    --leaf-float-x: 4px;
    --leaf-float-y: -6px;
    --leaf-float-duration: 5.4s;
    --leaf-float-delay: -1.1s;
}

.leaf-eight {
    top: 38%;
    right: 88%;
    --leaf-float-x: -3px;
    --leaf-float-y: -9px;
    --leaf-float-duration: 6.8s;
    --leaf-float-delay: -2.6s;
}

.leaf-nine {
    top: 4%;
    right: 20%;
    --leaf-float-x: 5px;
    --leaf-float-y: -7px;
    --leaf-float-duration: 5.9s;
    --leaf-float-delay: -1.8s;
}

.leaf-five img {
    transform: rotate(-56deg);
    filter: blur(0.8px) drop-shadow(0 8px 12px rgba(21, 52, 24, 0.14));
}

.leaf-six img {
    transform: rotate(34deg);
    filter: blur(1.7px) drop-shadow(0 8px 11px rgba(21, 52, 24, 0.11));
}

.leaf-seven img {
    transform: rotate(-8deg);
    filter: blur(0.6px) drop-shadow(0 9px 13px rgba(21, 52, 24, 0.15));
}

.leaf-eight img {
    transform: rotate(44deg);
    filter: blur(1.5px) drop-shadow(0 8px 10px rgba(21, 52, 24, 0.1));
}

.leaf-nine img {
    transform: rotate(-28deg);
    filter: blur(0.3px) drop-shadow(0 10px 13px rgba(21, 52, 24, 0.16));
}

.sustainability-intro {
    padding-top: clamp(1rem, 2.7vw, 2rem);
    margin-bottom: clamp(1.4rem, 4vw, 2.4rem);
}

.sustainability-intro h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 3.2vw, 2.3rem);
}

.sustainability-intro p {
    margin: 0;
    max-width: 76ch;
    color: #59635d;
    line-height: 1.8;
}

.sustainability-impact {
    margin-top: clamp(1.8rem, 5vw, 3.2rem);
    margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

.sustainability-impact-wrap {
    text-align: center;
    padding-top: clamp(10px, 2vw, 20px);
}

.sustainability-impact-wrap h2 {
    margin: 0;
    font-size: clamp(3.5rem, 12vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    color: #173d2a;
}

.sustainability-impact-wrap p {
    max-width: 58ch;
    margin: 12px auto 18px;
    color: #5d665f;
    line-height: 1.7;
}

.sustainability-impact-wrap .primary {
    background: #d8ef63;
    color: #14331f;
}

.sustainability-impact-wrap .primary:hover {
    background: #c4df42;
}

.sustainability-forest-line {
    height: clamp(190px, 24vw, 312px);
    margin-top: clamp(26px, 4vw, 36px);
    background:
        radial-gradient(ellipse at center, rgba(7, 41, 24, 0.18), transparent 74%),
        linear-gradient(0deg, #0d3b22 0%, #155732 66%, rgba(21, 87, 50, 0) 100%);
    clip-path: polygon(0 100%, 0 74%, 2% 72%, 4% 61%, 6% 70%, 8% 58%, 10% 73%, 12% 62%, 14% 76%, 17% 51%, 20% 75%, 23% 61%, 26% 78%, 30% 56%, 34% 79%, 38% 63%, 42% 82%, 46% 57%, 50% 75%, 54% 60%, 58% 80%, 62% 53%, 66% 79%, 70% 58%, 74% 76%, 78% 50%, 82% 74%, 86% 57%, 90% 76%, 94% 61%, 97% 70%, 100% 66%, 100% 100%);
}

.sustainability-missions {
    margin-top: -2px;
    padding-top: clamp(30px, 4vw, 50px);
    padding-bottom: clamp(34px, 5vw, 56px);
    text-align: center;
    background: #0d3b22;
    color: var(--white);
}

.sustainability-missions h3 {
    margin: 0 0 1.2rem;
    font-size: clamp(1.5rem, 3.2vw, 2.15rem);
    font-weight: 600;
}

.sustainability-missions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sustainability-missions-grid article {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 8px 10px;
}

.sustainability-missions-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.05);
    font-size: 1.4rem;
}

.sustainability-missions-grid strong {
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.sustainability-section-head {
    margin-bottom: 1rem;
}

.sustainability-section-head h2 {
    margin: 0;
    font-size: clamp(1.54rem, 3vw, 2.25rem);
}

.sustainability-journey,
.sustainability-focus,
.sustainability-participate,
.sustainability-board {
    margin-top: clamp(1.4rem, 3vw, 5rem);
}

.sustainability-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.timeline-card {
    border-radius: 22px;
    border: 1px solid rgba(17, 59, 33, 0.14);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 30px rgba(19, 38, 21, 0.09);
    padding: 18px;
    position: relative;
}

.timeline-card span {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #daf0ba;
    color: #1c4f2d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    z-index: 1;
}

.timeline-card img {
    width: 100%;
    height: clamp(140px, 20vw, 200px);
    object-fit: cover;
    display: block;
    margin: -18px -18px 12px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 22px 22px 12px 12px;
}

.timeline-card h3 {
    margin: 0 0 9px;
    font-size: 1.24rem;
    letter-spacing: -0.02em;
}

.timeline-card p {
    margin: 0;
    color: #56615b;
    line-height: 1.66;
}

.timeline-card::after,
.focus-card::before,
.participate-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: inherit;
    pointer-events: none;
    transition: border-color 260ms ease;
    z-index: 6;
}

.timeline-card:hover::after,
.focus-card:hover::before,
.participate-card:hover::after {
    border-color: var(--gold);
}

.sustainability-board {
    margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}

.board-table {
    max-width: 67%;
    margin-inline: auto;
    border-radius: 24px;
    border: 1px solid rgba(16, 50, 28, 0.14);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 42px rgba(16, 40, 22, 0.1);
    overflow: hidden;
}

.board-head,
.board-row {
    display: grid;
    grid-template-columns: 2fr 1.15fr 1.1fr 90px;
    gap: 10px;
    align-items: center;
    padding: 14px 16px;
}

.board-head {
    background: rgba(219, 239, 173, 0.56);
    border-bottom: 1px solid rgba(16, 50, 28, 0.15);
}

.board-head span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #20482e;
}

.board-row {
    border-bottom: 1px solid rgba(16, 50, 28, 0.1);
}

.board-row:last-child {
    border-bottom: 0;
}

.board-row h3,
.board-row p,
.board-row small {
    margin: 0;
}

.board-row h3 {
    font-size: 1rem;
}

.board-row p,
.board-row small {
    color: #5c665f;
}

.board-row a {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid rgba(16, 50, 28, 0.2);
    background: rgba(255, 255, 255, 0.9);
    color: #143e25;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.board-row a:hover {
    background: #143e25;
    color: var(--white);
    border-color: #143e25;
    transform: translateY(-1px);
}

.sustainability-initiative-band {
    margin-top: clamp(2rem, 5vw, 3.4rem);
    padding-block: clamp(2rem, 5.5vw, 4rem);
    background: linear-gradient(155deg, #0e3320 0%, #102717 42%, #1f5638 100%);
    color: var(--white);
}

.sustainability-initiative-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
    gap: clamp(16px, 4vw, 34px);
    align-items: center;
}

.initiative-copy h2 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.65rem, 3.4vw, 2.6rem);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.initiative-leaf {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1) brightness(1);
}

.initiative-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.72;
}

.initiative-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.2rem;
}

.initiative-links .primary {
    background: #d8ee78;
    color: #11341f;
}

.initiative-links .primary:hover {
    background: #ebf9a6;
}

.initiative-links .secondary {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}

.initiative-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.initiative-stats article:nth-child(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.initiative-stats article {
    padding: 12px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.stat-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}

.initiative-stats strong {
    display: block;
    margin-bottom: 4px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.65rem, 4.2vw, 2.45rem);
    letter-spacing: -0.03em;
}

.initiative-stats span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
    font-size: 0.92rem;
}

.sustainability-focus-grid,
.participate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.focus-card {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    aspect-ratio: 3 / 1;
    border-radius: 18px;
    border: 1px solid rgba(16, 50, 28, 0.12);
    background: #fff;
    box-shadow: 0 16px 34px rgba(17, 42, 24, 0.1);
}

.focus-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255, 255, 255, 0.86) 50%, rgba(255, 255, 255, 0.36) 62%, rgba(255, 255, 255, 0) 76%);
    pointer-events: none;
    z-index: 1;
}

.focus-card-copy {
    position: relative;
    z-index: 2;
    width: 48%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.focus-card-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
}

.focus-icon {
    color: #f0a21a;
    font-size: 2rem;
    line-height: 1;
}

.focus-card h3 {
    margin: 0;
    color: #191f1a;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1rem, 1.25vw, 1.28rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.focus-card p {
    margin: 0;
    color: #4f5b55;
    font-size: 0.92rem;
    line-height: 1.5;
}

.focus-card img {
    position: absolute;
    inset: 0 0 0 auto;
    width: 62%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(1.05) contrast(0.94) saturate(0.95);
}

.sustainability-focus-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.focus-card {
    min-height: 190px;
    aspect-ratio: auto;
}

.focus-card-copy {
    width: min(58%, 320px);
    min-height: 100%;
    padding: clamp(18px, 2vw, 24px);
    justify-content: flex-start;
}

.focus-card-heading {
    gap: 10px;
    margin-bottom: 10px;
}

.focus-icon {
    font-size: clamp(1.35rem, 2vw, 2rem);
}

.focus-card h3 {
    font-size: clamp(0.95rem, 1.1vw, 1.22rem);
    line-height: 1.12;
}

.focus-card p {
    font-size: clamp(0.82rem, 0.9vw, 0.92rem);
    line-height: 1.42;
}

.participate-card {
    position: relative;
    overflow: hidden;
    min-height: 124px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    border-radius: 16px;
    border: 1px solid rgba(16, 50, 28, 0.14);
    background: #fff;
    box-shadow: 0 12px 24px rgba(17, 42, 24, 0.08);
    padding: 18px 20px;
}

.participate-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}

.participate-card h3 {
    margin: 0 0 8px;
    color: #151b16;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.participate-card p {
    margin: 0;
    color: #5a645f;
    font-size: 0.86rem;
    line-height: 1.45;
}

.participate-card .text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: #1f5b31;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sustainability-partners {
    margin-top: clamp(2rem, 5vw, 3.2rem);
    border-radius: 26px;
    border: 1px solid rgba(16, 50, 28, 0.16);
    background: linear-gradient(180deg, rgba(219, 241, 197, 0.5), rgba(255, 255, 255, 0.84));
    box-shadow: 0 18px 36px rgba(16, 41, 24, 0.09);
    padding-block: clamp(24px, 4vw, 36px);
}

.sustainability-partners h2 {
    margin: 0 0 0.7rem;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.sustainability-partners p {
    margin: 0;
    max-width: 72ch;
    color: #2d3e31;
    line-height: 1.7;
}

.partner-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.partner-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(16, 50, 28, 0.2);
    background: rgba(255, 255, 255, 0.76);
    color: #163f25;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.partner-links a:hover {
    transform: translateY(-2px);
    background: #1c5d33;
    color: var(--white);
}

.sustainability-source-note {
    margin-top: clamp(1.8rem, 4vw, 3rem);
}

.sustainability-source-note p {
    margin: 0;
    border-radius: 14px;
    border: 1px solid rgba(16, 50, 28, 0.14);
    background: rgba(255, 255, 255, 0.84);
    padding: 14px 15px;
    color: #3f4f41;
    line-height: 1.68;
}

.sustainability-impact-strip {
    position: relative;
    overflow: hidden;
    margin-top: clamp(2rem, 5vw, 4rem);
    padding: 22px clamp(120px, 14vw, 190px);
    border-top: 1px solid rgba(31, 91, 49, 0.14);

    background: linear-gradient(90deg, rgba(239, 244, 224, 0.94), #fff 22%, #fff 78%, rgba(239, 244, 224, 0.94));
}

.impact-strip-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1120px;
    margin: 0 auto;
}

.impact-strip-grid article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 82px;
    padding: 0 clamp(14px, 2vw, 28px);
    border-right: 1px solid rgba(31, 91, 49, 0.2);
}

.impact-strip-grid article:last-child {
    border-right: 0;
}

.impact-strip-grid article>img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.impact-strip-grid span {
    display: block;
    margin-bottom: 2px;
    color: #53684f;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.15;
}

.impact-strip-grid strong {
    display: block;
    color: #263827;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.impact-strip-grid p {
    margin: 2px 0 0;
    color: #405142;
    font-size: 0.8rem;
    line-height: 1.2;
}

.impact-strip-leaf {
    position: absolute;
    z-index: 1;
    bottom: -42px;
    width: clamp(145px, 17vw, 235px);
    opacity: 0;
    pointer-events: none;
    transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 700ms ease;
}

.impact-strip-leaf-left {
    left: -42px;
    transform: translateY(-48px) rotate(-18deg);
}

.impact-strip-leaf-right {
    right: -42px;
    transform: translateY(-48px) scaleX(-1) rotate(-18deg);
}

.sustainability-impact-strip.leaves-in-view .impact-strip-leaf {
    opacity: 1;
}

.sustainability-impact-strip.leaves-in-view .impact-strip-leaf-left {
    transform: translateY(0) rotate(-18deg);
}

.sustainability-impact-strip.leaves-in-view .impact-strip-leaf-right {
    transform: translateY(0) scaleX(-1) rotate(-18deg);
}

.sustainability-redesign {
    background:
        radial-gradient(circle at 8% 18%, rgba(232, 173, 0, 0.06), transparent 26rem),
        radial-gradient(circle at 96% 38%, rgba(100, 151, 79, 0.14), transparent 30rem),
        #f4f5ef;
}

.sustainability-redesign .sustainability-hero-copy h1 {
    max-width: 12ch;
}

.sustainability-redesign .sustainability-hero-actions .secondary {
    border-color: rgba(20, 62, 37, 0.24);
    color: #143e25;
    background: rgba(255, 255, 255, 0.62);
}

.green-future {
    position: relative;
    margin-top: clamp(1rem, 3vw, 2.5rem);
    padding-top: clamp(34px, 5vw, 72px);
    overflow: hidden;
}

.green-future::before {
    content: "";
    position: absolute;
    left: clamp(24px, 5vw, 76px);
    right: clamp(24px, 5vw, 76px);
    top: clamp(160px, 16vw, 212px);
    height: 2px;
    background: linear-gradient(90deg, rgba(144, 41, 33, 0.34), rgba(232, 173, 0, 0.55), rgba(20, 80, 48, 0.42));
}

.green-future .sustainability-section-head {
    max-width: 900px;
    margin-bottom: clamp(28px, 4vw, 52px);
}

.green-future .sustainability-section-head h2,
.sustainability-chapter h2,
.carbon-copy h2,
.garden-copy h2,
.changemakers-copy h2,
.movement-works .sustainability-section-head h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.green-future .sustainability-section-head h2 {
    max-width: 720px;
    font-size: clamp(2.3rem, 5.6vw, 5.4rem);
    line-height: 0.92;
}

.green-future-track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(180px, 1fr));
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
}

.green-future-card {
    position: relative;
    min-height: 272px;
    padding: 24px 20px 22px;
    border: 1px solid rgba(18, 61, 39, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 20px 48px rgba(22, 47, 27, 0.09);
    scroll-snap-align: start;
}

.green-future-card::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 22px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #e8ad00;
    box-shadow: 0 0 0 8px rgba(232, 173, 0, 0.14);
}

.green-future-card img {
    width: 48px;
    height: 48px;
    margin: 38px 0 22px;
    object-fit: contain;
}

.green-future-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #143e25;
    color: #f8f4e8;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.green-future-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.16;
}

.green-future-card p {
    margin: 0;
    color: #5c665d;
    font-size: 0.94rem;
    line-height: 1.55;
}

.sustainability-chapters {
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    padding-top: clamp(40px, 6vw, 84px);
}

.sustainability-chapter {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
    gap: clamp(26px, 5vw, 74px);
    align-items: center;
    padding: clamp(18px, 3vw, 30px);
    border: 1px solid rgba(18, 61, 39, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 70px rgba(22, 47, 27, 0.08);
}

.sustainability-chapter.is-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
}

.sustainability-chapter.is-reversed .chapter-visual {
    order: 2;
}

.chapter-visual {
    min-height: clamp(300px, 32vw, 470px);
}

.chapter-art {
    position: relative;
    height: 100%;
    min-height: clamp(300px, 32vw, 470px);
    overflow: hidden;
    border-radius: 8px;
    background: #102b1b;
    isolation: isolate;
}

.chapter-art::before,
.chapter-art::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.chapter-art img {
    position: absolute;
    right: 28px;
    bottom: 24px;
    width: clamp(76px, 8vw, 128px);
    height: clamp(76px, 8vw, 128px);
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
}

.chapter-art-carpet {
    background:
        linear-gradient(110deg, rgba(126, 35, 29, 0.18), transparent 44%),
        linear-gradient(150deg, #f7f1e4 0 28%, #d9dbc5 28% 42%, #17472e 42% 100%);
}

.chapter-art-carpet::before {
    background:
        radial-gradient(circle at 18% 18%, rgba(232, 173, 0, 0.2), transparent 18rem),
        linear-gradient(120deg, transparent 0 34%, rgba(139, 43, 35, 0.36) 34% 44%, rgba(114, 154, 77, 0.42) 44% 58%, transparent 58%);
}

.chapter-art-carpet::after {
    inset: auto 10% 12% 12%;
    height: 42%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(12, 48, 30, 0.32), transparent 70%);
    filter: blur(12px);
}

.chapter-art-trees {
    background:
        radial-gradient(circle at 80% 24%, rgba(72, 168, 181, 0.34), transparent 17rem),
        linear-gradient(145deg, #0f3320, #2e6944 58%, #d7e7c3);
}

.chapter-art-trees::before {
    background:
        radial-gradient(ellipse at 22% 15%, rgba(163, 205, 92, 0.5), transparent 16rem),
        repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 34px);
}

.chapter-art-trees::after {
    inset: auto 8% 9% 8%;
    height: 34%;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(83, 174, 187, 0.36), transparent 70%);
}

.chapter-art-plastic {
    background:
        radial-gradient(circle at 72% 28%, rgba(232, 173, 0, 0.22), transparent 15rem),
        linear-gradient(140deg, #0a2418, #123e27 62%, #e9f0e0);
}

.chapter-art-plastic::before {
    background:
        linear-gradient(120deg, transparent 0 32%, rgba(255, 255, 255, 0.16) 32% 38%, transparent 38%),
        radial-gradient(ellipse at 28% 68%, rgba(70, 156, 170, 0.42), transparent 18rem);
}

.chapter-art-plastic::after {
    inset: 20% 18% 18% 22%;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 22px;
    transform: rotate(-9deg);
}

.chapter-copy h2 {
    max-width: 780px;
    margin: 0 0 20px;
    font-size: clamp(2rem, 4.2vw, 4.35rem);
    line-height: 0.94;
}

.chapter-copy p:not(.eyebrow),
.carbon-copy p,
.garden-copy p,
.changemakers-copy p,
.movement-step p,
.movement-closing p {
    margin: 0;
    color: #4f5d54;
    font-size: clamp(1rem, 1.22vw, 1.08rem);
    line-height: 1.86;
}

.carbon-feature {
    position: relative;
    overflow: hidden;
    margin-top: clamp(24px, 4vw, 56px);
    background:
        radial-gradient(circle at 88% 18%, rgba(232, 173, 0, 0.16), transparent 24rem),
        linear-gradient(135deg, #0a2418, #123d27 56%, #1f5638);
    color: #f8f4e8;
}

.carbon-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
    gap: clamp(30px, 5vw, 78px);
    align-items: center;
}

.carbon-copy h2,
.changemakers-copy h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 0.94;
}

.carbon-copy p,
.changemakers-copy p {
    color: rgba(248, 244, 232, 0.78);
}

.carbon-panel {
    padding: 14px;
    border: 1px solid rgba(232, 173, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.carbon-panel-image {
    min-height: clamp(260px, 28vw, 420px);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.38)),
        url('../images/sustainability.jpg') center / cover no-repeat;
}

.carbon-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.carbon-chips span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(248, 244, 232, 0.94);
    color: #143e25;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.carbon-chips img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.iifa-garden {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 14%, rgba(232, 173, 0, 0.08), transparent 20rem),
        linear-gradient(180deg, #f8f4e8, #eef3e8);
}

.garden-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
}

.garden-stat {
    position: relative;
    min-height: clamp(330px, 34vw, 490px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(24px, 4vw, 44px);
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(13, 58, 35, 0.04), rgba(13, 58, 35, 0.72)),
        radial-gradient(circle at 30% 24%, rgba(156, 197, 88, 0.56), transparent 14rem),
        #123d27;
    color: #fff;
    box-shadow: 0 26px 76px rgba(21, 48, 27, 0.18);
}

.garden-stat::before {
    content: "";
    position: absolute;
    inset: 12% 8% auto auto;
    width: 58%;
    aspect-ratio: 1;
    background: url('../images/big-leaf3.png') center / contain no-repeat;
    opacity: 0.86;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.22));
}

.garden-stat span,
.changemakers-number span {
    color: #e8ad00;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.garden-stat strong,
.changemakers-number strong {
    position: relative;
    display: block;
    margin-top: 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.82;
}

.garden-stat p {
    position: relative;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.8);
}

.garden-copy h2 {
    margin: 0 0 18px;
    max-width: 760px;
    font-size: clamp(2.1rem, 4.8vw, 5rem);
    line-height: 0.94;
}

.changemakers-band {
    background:
        radial-gradient(circle at 88% 14%, rgba(232, 173, 0, 0.18), transparent 22rem),
        linear-gradient(135deg, #081b12, #123d27 46%, #0d2d1c);
    color: #f8f4e8;
}

.changemakers-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.changemakers-number {
    position: relative;
    padding: clamp(28px, 4vw, 46px);
    overflow: hidden;
    border: 1px solid rgba(232, 173, 0, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.changemakers-number::before {
    content: "";
    position: absolute;
    inset: -18% -22% auto auto;
    width: 68%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(232, 173, 0, 0.24);
}

.changemakers-number strong {
    color: #fff;
    font-size: clamp(3.5rem, 7vw, 7.5rem);
}

.changemakers-number p {
    margin: 12px 0 0;
    color: rgba(248, 244, 232, 0.76);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.movement-works {
    background: linear-gradient(180deg, #f8f4e8, #eef3e8);
}

.movement-works .sustainability-section-head {
    max-width: 850px;
    margin-bottom: clamp(26px, 4vw, 48px);
}

.movement-works .sustainability-section-head h2 {
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 0.94;
}

.movement-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(160px, 1fr));
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.movement-steps::before {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    top: 48px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(20, 62, 37, 0.24), transparent);
}

.movement-step {
    position: relative;
    min-height: 260px;
    padding: 22px 18px;
    border: 1px solid rgba(18, 61, 39, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 46px rgba(22, 47, 27, 0.08);
}

.movement-step img {
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    object-fit: contain;
}

.movement-step h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
}

.movement-step p {
    font-size: 0.93rem;
    line-height: 1.62;
}

.movement-closing {
    margin-top: clamp(28px, 5vw, 60px);
    padding: clamp(24px, 4vw, 44px);
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 18%, rgba(232, 173, 0, 0.12), transparent 20rem),
        #ffffff;
    box-shadow: 0 18px 52px rgba(22, 47, 27, 0.08);
}

.movement-closing p {
    max-width: 920px;
    color: #143e25;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.55rem, 3vw, 2.7rem);
    line-height: 1.1;
}

.sustainability-main.sustainability-mock-page {
    padding: 0;
    background: #f8f4e8;
    color: #111;
}

.sustainability-mock-page .eyebrow {
    color: #e8ad00;
    letter-spacing: 0.18em;
}

.sustainability-mock-hero {
    position: relative;
    min-height: clamp(560px, 68vw, 720px);
    display: flex;
    align-items: center;
    margin: 0;
    padding: clamp(130px, 13vw, 170px) clamp(32px, 7vw, 104px) clamp(70px, 8vw, 110px);
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3, 15, 8, 0.88), rgba(3, 15, 8, 0.52) 43%, rgba(3, 15, 8, 0.18)),
        url('../images/sustainability/sustainability-hero.jpg') center / cover no-repeat,
        #08170d;
    color: #fff;
}

.sustainability-mock-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 35%, rgba(232, 173, 0, 0.25), transparent 18rem),
        linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.46));
}

.sustainability-mock-hero .sustainability-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 640px;
    text-align: left;
}

.sustainability-mock-hero .sustainability-hero-copy h1 {
    max-width: 100%;
    margin: 0 0 18px;
    color: #fff;

    font-size: 64px;
    line-height: 1;

    font-weight: normal;
}

.sustainability-mock-hero .sustainability-lead {
    max-width: 500px;
    color: rgba(255, 255, 255, 0.88);

    font-size: 18px;
    line-height: 1.2;
}

.sustainability-mock-hero .button {
    width: auto;
    min-width: 170px;
    border-radius: 4px;
}

.sustainability-mock-hero .button.primary {
    background: #e8ad00;
    color: #0d2417;
}

.sustainability-mock-hero .button.secondary {
    border: 1px solid rgba(232, 173, 0, 0.72);
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
}

.mock-timeline {
    padding-block: 50px 10px;
    background: #f8f4e8;
}

.mock-section-title {
    text-align: center;
    /* margin-bottom: clamp(34px, 5vw, 64px); */
    margin-bottom: 30px;
}

.mock-section-title h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;

    font-size: 48px;
    line-height: 1;

    font-weight: normal;
}

.mock-timeline-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: clamp(14px, 1.4vw, 20px);
}

.mock-timeline-card {
    position: relative;

    padding: 10px 20px 10px;

    text-align: center;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 12px 28px rgba(21, 48, 27, 0.06);
}

.mock-timeline-icon {
    position: absolute;
    left: 50%;
    top: -28px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 5px solid #f8f4e8;
    border-radius: 50%;
    background: #103d26;
    transform: translateX(-50%);
    box-shadow: 0 8px 24px rgba(18, 61, 39, 0.22);
}

.mock-timeline-icon img,
.mock-step-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: sepia(1) saturate(2.1) hue-rotate(2deg) brightness(1.1);
}

.mock-timeline-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.7rem, 2.7vw, 2.5rem);
    line-height: 1;
}

.mock-timeline-card h3 {
    margin: 0 0 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 14px;
    line-height: 1.12;
}

.mock-timeline-card p {
    margin: 0;
    color: #4c554d;
    font-size: 12px;
    line-height: 1.36;
}

.mock-editorial {
    background: #fbf8f1;
}

.mock-split,
.mock-jaipur,
.mock-changemakers {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: clamp(420px, 42vw, 560px);
}

.mock-split-reverse {
    grid-template-columns: 55% 45%;
}

.mock-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 7vw, 92px);
    background: #fbf8f1;
}

.mock-copy h2,
.mock-jaipur-copy h2,
.mock-garden h2,
.mock-changemakers h2,
.mock-movement h2 {
    margin: 0 0 18px;
    font-family: "Playfair Display", Georgia, serif;

    font-size: 48px;
    line-height: 0.96;

    font-weight: normal;
}

.mock-copy h3,
.mock-jaipur-copy h3,
.mock-garden h3 {
    margin: -8px 0 18px;
    color: #143e25;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mock-copy p:not(.eyebrow),
.mock-jaipur-copy p,
.mock-changemakers-copy p {
    margin: 0 0 18px;
    color: #28352d;
    font-size: clamp(0.96rem, 1.15vw, 1.08rem);
    line-height: 1.8;
}

.mock-image,
.mock-garden-visual,
.mock-jaipur-image,
.mock-changemakers-visual {
    position: relative;
    min-height: inherit;
    overflow: hidden;
    background: #0d2d1c;

    border-radius: 100px;
    height: 50%;
    margin: auto;
}

.mock-image img,
.mock-garden-visual>img,
.mock-jaipur-image img,
.mock-changemakers-visual>img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
}

.mock-image-dark::after,
.mock-garden-visual::after,
.mock-changemakers-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 18, 10, 0.18), rgba(3, 18, 10, 0.04));
}

.mock-jaipur {
    grid-template-columns: 55% 45%;
    background: #082016;
    color: #fff;
}

.mock-jaipur-copy,
.mock-changemakers-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 6vw, 82px);
    background:
        radial-gradient(circle at 88% 16%, rgba(232, 173, 0, 0.18), transparent 20rem),
        linear-gradient(90deg, #082016, #123d27 70%);
}

.mock-jaipur-copy h2,
.mock-changemakers-copy h2 {
    color: #fff;
}

.mock-jaipur-copy h3 {
    color: #f3d27a;
}

.mock-jaipur-copy p,
.mock-changemakers-copy p {
    color: rgba(255, 255, 255, 0.78);
}

.mock-chip-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.mock-chip-row span {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(232, 173, 0, 0.45);
    border-radius: 8px;
    color: #f8f4e8;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mock-chip-row img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.mock-chip-row .is-gold {
    justify-content: center;
    background: #e8ad00;
    color: #143e25;
}

.mock-garden {
    background: #fbf8f1;
}

.mock-garden-visual {
    background: #123d27;
}

.mock-garden-stat {
    position: absolute;
    right: 7%;
    bottom: 12%;
    z-index: 2;
    width: min(220px, 36%);
    padding: 28px 18px;
    border: 1px solid rgba(232, 173, 0, 0.65);
    border-radius: 8px;
    background: rgba(14, 47, 29, 0.9);
    color: #e8ad00;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.mock-garden-stat span,
.mock-changemakers-visual strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.8rem, 4.5vw, 5rem);
    line-height: 0.86;
}

.mock-garden-stat strong,
.mock-garden-stat em,
.mock-changemakers-visual span,
.mock-changemakers-visual em {
    display: block;
    margin-top: 8px;
    color: #f8f4e8;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mock-garden-stat em {
    color: #e8ad00;
    font-size: 0.72rem;
}

.mock-changemakers {
    grid-template-columns: 55% 45%;
    background: #082016;
}

.mock-changemakers-visual div {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-content: center;
    color: #e8ad00;
    text-align: center;
}

.mock-changemakers-visual strong {
    font-size: clamp(4rem, 8vw, 8rem);
}

.mock-changemakers-visual span {
    color: #e8ad00;
    font-size: clamp(1.1rem, 2vw, 2rem);
}

.mock-changemakers-visual em {
    display: inline-flex;
    justify-content: center;
    margin: 14px auto 0;
    padding: 10px 30px;
    background: #e8ad00;
    color: #143e25;
}

.mock-movement {
    background: #f8f4e8;

    padding-block: 50px;
}

.mock-movement .mock-section-title {
    text-align: left;
    margin-bottom: 34px;
}

.mock-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(130px, 1fr));
    gap: 18px;
}

.mock-steps::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 42px;
    border-top: 2px dotted rgba(7, 36, 20, 0.36);
}

.mock-step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.mock-step-icon {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    border: 8px solid #e5d9ba;
    border-radius: 50%;
    background: #103d26;
    box-shadow: 0 8px 24px rgba(18, 61, 39, 0.16);
}

.mock-step-icon img {
    width: 38px;
    height: 38px;
}

.mock-step span {
    display: block;
    margin-bottom: 8px;
    color: #143e25;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mock-step p {
    margin: 0;
    color: #4d574f;
    font-size: 0.82rem;
    line-height: 1.42;
}

.mock-closing {
    position: relative;
    display: grid;

    gap: 28px;
    align-items: center;
    padding: clamp(32px, 5vw, 58px) clamp(32px, 8vw, 120px);
    overflow: hidden;
    background: #f8f4e8;
    color: #fff;
}

.mock-closing>img {
    position: absolute;
    left: -50px;
    bottom: -72px;
    width: clamp(150px, 18vw, 280px);
    opacity: 0.8;
}

.mock-closing p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;

    font-size: 20px;
    line-height: 1.18;
    text-align: center;
    color: #000000;
}

.mock-closing div {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 14px;
    justify-content: center;
}

.mock-closing .button {
    width: auto;
    border-radius: 4px;
}

.mock-closing .button.primary {
    background: #e8ad00;
    color: #143e25;
}

.mock-closing .button.secondary {
    border: 1px solid rgba(232, 173, 0, 0.7);
    background: transparent;
    color: #fff;
}

.mock-chip-row span {
    align-items: flex-start;
    text-transform: none;
}

.mock-chip-row span b {
    display: block;
    color: inherit;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    line-height: 1.15;
    text-transform: uppercase;
}

.mock-chip-row span small {
    display: block;
    margin-top: 4px;
    color: rgba(248, 244, 232, 0.72);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
}

.mock-chip-row .is-gold small {
    color: rgba(20, 62, 37, 0.78);
}

.journey-card {
    width: 100%;
    font: inherit;
    color: inherit;
    cursor: pointer;
    appearance: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.journey-card.is-active {
    border-color: rgba(232, 173, 0, 0.95);
    box-shadow: 0 5px 20px rgba(21, 48, 27, 0.12), 0 0 0 2px rgba(232, 173, 0, 0.22);
    transform: translateY(-4px);
}

.journey-card.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 18px;
    height: 18px;
    background: #e8ad00;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 0 10px 20px rgba(21, 48, 27, 0.12);
}

.journey-card:focus-visible {
    outline: 2px solid #e8ad00;
    outline-offset: 5px;
}

.journey-detail {
    padding-top: 30px;

    padding-bottom: 50px;
    background: #fbf8f1;
}

.journey-panel[hidden] {
    display: none;
}

.journey-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1fr);

    align-items: center;
    width: min(1180px, 100%);
    margin: 0 auto;

    border: 1px solid rgba(232, 173, 0, 0.32);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 12%, rgba(232, 173, 0, 0.14), transparent 20rem),
        linear-gradient(135deg, #082016, #123d27 76%);
    color: #fff;
    box-shadow: 0 24px 68px rgba(22, 47, 27, 0.18);
    animation: journeyPanelIn 280ms ease both;
    align-items: center;
}

.journey-panel-dark {
    border-color: rgba(232, 173, 0, 0.32);
    background:
        radial-gradient(circle at 92% 12%, rgba(232, 173, 0, 0.14), transparent 20rem),
        linear-gradient(135deg, #082016, #123d27 76%);
    color: #fff;
}

@keyframes journeyPanelIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.journey-panel-copy {
    padding: 20px;
}

.journey-panel-copy h2 {
    margin: 0 0 14px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 36px;
    line-height: 1;

    font-weight: normal;
}

.journey-panel-copy h3 {
    margin: -4px 0 16px;
    color: #143e25;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.journey-panel-copy p:not(.eyebrow) {
    margin: 0 0 13px;
    color: #28352d;
    font-size: clamp(0.88rem, 1.02vw, 0.98rem);
    line-height: 1.68;
}

.journey-panel .journey-panel-copy h2,
.journey-panel .journey-panel-copy h3 {
    color: #fff;
}

.journey-panel .journey-panel-copy h3 {
    color: #f3d27a;
}

.journey-panel .journey-panel-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78);
}

.journey-panel-media {
    position: relative;
    min-height: clamp(280px, 28vw, 420px);
    overflow: hidden;
}

.journey-panel-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    border-radius: 20px;
}

.journey-panel-media-stat::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(3, 18, 10, 0.56));
    pointer-events: none;
}

.journey-stat {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    width: min(190px, calc(100% - 36px));
    padding: 20px 16px;
    border: 1px solid rgba(232, 173, 0, 0.65);
    border-radius: 8px;
    background: rgba(14, 47, 29, 0.92);
    color: #e8ad00;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.journey-stat span {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.15rem, 3.3vw, 3.8rem);
    line-height: 0.88;
}

.journey-stat strong,
.journey-stat em {
    display: block;
    margin-top: 7px;
    color: #f8f4e8;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.journey-stat em {
    color: #e8ad00;
    font-size: 0.66rem;
}

.sustainability-main,
.sustainability-mock-hero,
.mock-timeline-track,
.mock-timeline-card,
.journey-panel,
.journey-panel-copy,
.journey-panel-media,
.mock-steps,
.mock-step,
.mock-closing {
    min-width: 0;
}

@media (min-width: 761px) and (max-width: 1180px) {
    .journey-panel {
        grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
        gap: 0;
        overflow: hidden;
        align-items: stretch;
    }

    .journey-panel-copy {
        align-self: center;
        padding: clamp(24px, 3.4vw, 34px);
    }

    .journey-panel-copy h2 {
        font-size: clamp(2.15rem, 3.7vw, 3rem);
    }

    .journey-panel-copy p:not(.eyebrow) {
        font-size: clamp(0.92rem, 1.45vw, 1rem);
        line-height: 1.62;
    }

    .journey-panel-media {
        min-height: clamp(360px, 44vw, 520px);
        order: initial;
    }

    .mock-steps {
        --mock-step-track: 190px;
        --mock-step-gap: 18px;
        grid-template-columns: repeat(6, minmax(var(--mock-step-track), 1fr));
        gap: var(--mock-step-gap);
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 12px;
        padding-bottom: 18px;
    }

    .mock-steps::before {
        left: calc(var(--mock-step-track) / 2);
        right: auto;
        top: 54px;
        width: calc(5 * (var(--mock-step-track) + var(--mock-step-gap)));
        min-width: calc(5 * (var(--mock-step-track) + var(--mock-step-gap)));
        border-top: 2px dotted rgba(7, 36, 20, 0.36);
        border-left: 0;
        transform: none;
    }

    .mock-step {
        min-width: 0;
    }

    .mock-closing {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
        gap: clamp(28px, 5vw, 54px);
        align-items: center;
    }

    .mock-closing div {
        flex-direction: column;
        align-items: stretch;
        justify-self: end;
        width: min(260px, 100%);
    }

    .mock-closing .button {
        width: 100%;
        justify-content: center;
        min-height: 54px;
    }

    .journey-panel {
        align-items: center;
        padding: clamp(18px, 2.8vw, 28px);
        gap: clamp(22px, 3.5vw, 34px);
    }

    .journey-panel-copy {
        padding: 0;
    }

    .journey-panel-media {
        display: grid;
        place-items: center;
        min-height: 0;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
    }

    .journey-panel-media img {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 1180px) {
    .sustainability-hero {
        grid-template-columns: 1fr;
    }

    .sustainability-hero-copy {
        text-align: center;
    }

    .sustainability-lead {}

    .sustainability-hero-actions {}

    .floating-leaf {
        display: none;
    }

    .sustainability-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sustainability-initiative-grid,
    .board-head,
    .board-row {
        grid-template-columns: 1fr;
    }

    .board-head {
        display: none;
    }

    .board-row a {
        justify-self: start;
        width: auto;
        height: auto;
        padding: 9px 14px;
        border-radius: 999px;
    }

    .sustainability-missions-grid {
        grid-template-columns: 1fr;
    }

    .green-future-track,
    .movement-steps {
        grid-template-columns: repeat(6, minmax(220px, 1fr));
    }

    .sustainability-chapter,
    .sustainability-chapter.is-reversed,
    .carbon-feature-grid,
    .garden-grid,
    .changemakers-grid {
        grid-template-columns: 1fr;
    }

    .sustainability-chapter.is-reversed .chapter-visual {
        order: 0;
    }

    .mock-timeline-track,
    .mock-steps {
        grid-template-columns: repeat(6, minmax(190px, 1fr));
        overflow-x: auto;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .mock-split,
    .mock-split-reverse,
    .mock-jaipur,
    .mock-garden,
    .mock-changemakers,
    .mock-closing {
        grid-template-columns: 1fr;
    }

    .mock-image,
    .mock-garden-visual,
    .mock-jaipur-image,
    .mock-changemakers-visual {
        min-height: 360px;
    }

    .journey-card.is-active::after {}

    .journey-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .journey-panel-media img {
        object-position: top;
    }

    .sustainability-main {
        padding-top: clamp(104px, 18vw, 140px);
    }

    .sustainability-hero-copy h1 {
        line-height: 0.95;
    }

    .sustainability-timeline,
    .sustainability-focus-grid,
    .participate-grid {
        grid-template-columns: 1fr;
    }

    .partner-links a {
        width: 100%;
        justify-content: center;
    }

    .green-future::before,
    .movement-steps::before {
        display: none;
    }

    .sustainability-chapter {
        padding: 14px;
    }

    .chapter-visual,
    .chapter-art {
        min-height: 280px;
    }

    .carbon-chips {
        grid-template-columns: 1fr;
    }

    .movement-closing .sustainability-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sustainability-mock-hero {
        min-height: 640px;
        padding-inline: 22px;
    }

    .sustainability-mock-hero .sustainability-hero-copy h1 {
        font-size: clamp(3.3rem, 15vw, 5rem);
    }

    .mock-copy,
    .mock-jaipur-copy,
    .mock-changemakers-copy {
        padding: 34px 22px;
    }

    .mock-chip-row {
        grid-template-columns: 1fr 1fr;
    }

    .mock-closing div {
        align-items: stretch;
        flex-direction: column;
    }

    .journey-detail {
        padding-top: 34px;
        padding-bottom: 20px;
    }

    .journey-panel {
        gap: 20px;
        padding: 18px;
    }

    .journey-panel-copy h2 {
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .journey-panel-copy p:not(.eyebrow) {
        font-size: 0.88rem;
        line-height: 1.62;
    }

    .journey-panel-media {
        min-height: 260px;
        order: -1;
    }

    .sustainability-main {
        overflow-x: hidden;
    }

    .sustainability-mock-hero {
        min-height: auto;
        padding-top: clamp(118px, 31vw, 148px);
        padding-bottom: 54px;
    }

    .sustainability-mock-hero .sustainability-hero-copy {
        text-align: left;
    }

    .sustainability-mock-hero .sustainability-hero-copy h1 {
        max-width: 100%;
        font-size: clamp(42px, 12vw, 58px);
        line-height: 0.98;
    }

    .sustainability-lead {
        margin-inline: 0;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.62;
    }

    .sustainability-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .sustainability-hero-actions .button {
        width: 100%;
    }

    .mock-section-title {
        text-align: left;
    }

    .mock-section-title h2,
    .mock-closing p {
        font-size: 18px;
        line-height: 1.08;
    }

    .mock-timeline-track,
    .mock-steps {
        display: grid;
        grid-template-columns: 1fr;
        overflow-x: visible;
    }

    .mock-timeline-card,
    .mock-step {
        width: 100%;
    }

    .journey-panel {
        gap: 0;
        padding: 0;
        overflow: hidden;
        border-radius: 16px;
    }

    .journey-panel-copy {
        padding: 24px 18px 26px;
    }

    .journey-panel-copy h2 {
        max-width: 100%;

        font-size: 20px;
        line-height: 1.04;
    }

    .journey-panel-copy p:not(.eyebrow) {
        font-size: 12px;
        line-height: 1.2;
    }

    .journey-panel-media {
        min-height: 0;
        aspect-ratio: 16 / 11;
        order: -1;
    }

    .mock-chip-row {
        grid-template-columns: 1fr;
    }

    .mock-closing {
        gap: 22px;
        padding: 42px 22px;
    }

    .mock-closing .button {
        width: 100%;
    }

    .sustainability-mock-hero .sustainability-hero-copy,
    .mock-section-title,
    .journey-panel,
    .mock-closing {
        max-width: 100%;
    }

    .sustainability-mock-hero .sustainability-hero-copy h1,
    .mock-section-title h2,
    .journey-panel-copy h2,
    .mock-closing p {
        max-width: 100%;
        overflow-wrap: normal;
        word-break: normal;
    }

    .sustainability-mock-hero .sustainability-hero-copy h1 {
        font-size: 24px;
        line-height: 1.02;
    }

    .sustainability-mock-hero .sustainability-lead {
        font-size: 14px;
    }

    .mock-section-title h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .mock-timeline {
        padding-top: 42px;
        padding-bottom: 18px;
    }

    .mock-timeline .mock-section-title {
        margin-bottom: 24px;
    }

    .mock-timeline-track {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 12px;
        overflow-x: auto !important;
        overflow-y: hidden;
        padding: 4px 0 16px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .mock-timeline-track::-webkit-scrollbar {
        height: 4px;
    }

    .mock-timeline-track::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(232, 173, 0, 0.56);
    }

    .mock-timeline-card {
        flex: 0 0 min(72vw, 250px);
        min-height: 124px;
        display: grid;
        align-content: center;
        padding: 16px 14px;
        border-radius: 14px;
        scroll-snap-align: start;
    }

    .mock-timeline-card span {
        margin-bottom: 6px;
        font-size: clamp(1.9rem, 8vw, 2.35rem);
    }

    .mock-timeline-card h3 {
        font-size: 15px;
        line-height: 1.15;
    }

    .mock-timeline-card p {
        font-size: 13px;
        line-height: 1.35;
    }

    .journey-card.is-active {
        transform: none;
    }

    .journey-detail {
        padding-top: 18px;
        scroll-margin-top: 96px;
    }

    .mock-steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        overflow: visible;
    }

    .mock-steps::before {
        left: 50%;
        right: auto;
        top: 42px;
        bottom: 42px;
        width: 0;
        border-top: 0;
        border-left: 2px dotted rgba(7, 36, 20, 0.36);
        transform: translateX(-50%);
    }

    .mock-step {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        padding: 0 8px;
        background: #f8f4e8;
    }

    .mock-step-icon {
        position: relative;
        z-index: 2;
        margin-bottom: 16px;
    }

    .mock-step span,
    .mock-step p {
        position: relative;
        z-index: 2;
        background: #f8f4e8;
    }

    .mock-step span {
        display: inline-block;
        padding: 0 8px;
    }

    .mock-step p {
        padding: 0 4px;
    }

    .mock-steps {
        isolation: isolate;
    }

    .mock-steps::before {
        z-index: 0;
        pointer-events: none;
    }

    .mock-step {
        background: transparent;
    }

    .mock-step-icon,
    .mock-step span,
    .mock-step p {
        position: relative;
        z-index: 1;
    }

    .mock-step span,
    .mock-step p {}
}

@media (prefers-reduced-motion: reduce) {
    .floating-leaf {
        transition: none;
    }
}