/* ==========================================================================
   AIR FY 2025-26 — Hero only
   All component selectors scoped under .fy2526-wrapper
   Specs from Figma nodes 1:280, 1:389, 1:2921, 1:2922
   ========================================================================== */
   html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Wrapper reset only — no global body/html leakage.
   Avoid overflow:hidden/auto here — it breaks position:sticky in Ratings. */
.fy2526-wrapper {
    font-family: 'Gotham', sans-serif;
    color: #036738;
    overflow: clip;
    box-sizing: border-box;
}

.ReNew_text_box,
.ReNew_text {
    text-transform: capitalize !important;
}

.fy2526-wrapper *,
.fy2526-wrapper *::before,
.fy2526-wrapper *::after {
    box-sizing: border-box;
}

.fy2526-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Visible keyboard focus — shared token (do not remove without replacement) */
.fy2526-wrapper a.fy2526-btn-download:focus-visible,
.fy2526-wrapper a.fy2526-chat-link:focus-visible,
.fy2526-wrapper .fy2526-highlights-tab:focus-visible,
.fy2526-wrapper .fy2526-highlights-panel:focus-visible,
.fy2526-wrapper .fy2526-journey-viewport:focus-visible,
.fy2526-wrapper .fy2526-leadership-viewport:focus-visible,
.fy2526-wrapper .fy2526-leadership-btn:focus-visible,
.fy2526-wrapper .fy2526-msg-modal-close:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Chat FAB — Figma 13:2700 (48×182) + 13:2701–13:2712
   -------------------------------------------------------------------------- */
.fy2526-wrapper .fy2526-chat-explore-report {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: -91px;
}

.fy2526-wrapper .fy2526-chat-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 48px;
    padding: 9px 0;
    box-sizing: border-box;
    background: #76ba43;
    border-radius: 0 12px 12px 0;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.fy2526-wrapper .fy2526-chat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    /* Figma chat icon frame */
    height: 32px;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-chat-icon img {
    width: 26px;
    height: 26px;
    display: block;
    transform: rotate(90deg);
    max-width: none;
}

.fy2526-wrapper .fy2526-chat-text {
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-chat-link:hover {
    color: #fff;
    background: #64a136;
}

/* --------------------------------------------------------------------------
   Hero — Figma 125:31 (1440×810) + 125:140
   One composition for all viewports; only fluid scale (clamp / %).
   -------------------------------------------------------------------------- */
.fy2526-wrapper .fy2526-hero-section {
    position: relative;
    background: #fefbea;
}

.fy2526-wrapper .fy2526-hero-media {
    min-height: 800px;
    height: 100vh;
}

.fy2526-wrapper .fy2526-hero-media video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
    max-width: none;
}

.fy2526-wrapper .fy2526-hero-bg::-webkit-media-controls {
    display: none !important;
}

.fy2526-wrapper .fy2526-hero-inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: clamp(20px, 2.57vw, 37px) 0;
    width: 100%;
    height: 100%;
}

.fy2526-wrapper .fy2526-hero-section .container-fluid {
    padding: 0 7%;
}

.fy2526-wrapper .fy2526-hero-content {
    max-width: min(566px, 100%);
    width: 100%;
}

.fy2526-wrapper .fy2526-hero-brand {
    margin: 0 0 6px;
    max-width: 330px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 52px;
    word-break: break-word;
    background-image: linear-gradient(119.96deg, #036738 19.866%, #76ba43 78.354%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.fy2526-wrapper .fy2526-hero-lead {
    margin: 0 0 12px;
    width: 100%;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    background-image: linear-gradient(142.38deg, #036738 11.754%, #76ba43 44.887%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 24px;
}

.fy2526-wrapper .fy2526-hero-lead-line {
    display: block;
}

.fy2526-wrapper .fy2526-hero-lead-botttm {
    margin: 0 0 6px;
    width: 100%;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    background-image: linear-gradient(142.38deg, #036738 11.754%, #76ba43 44.887%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    line-height: 16px;
}

.fy2526-wrapper .fy2526-hero-tagline {
    margin: 0 0 16px;
    width: 100%;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    color: #036738;
    font-size: 18px;
    line-height: 22px;
}

.fy2526-wrapper .fy2526-hero-yearlock {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
}

.fy2526-wrapper .fy2526-hero-year-20 {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    background-image: linear-gradient(100.62deg, #036738 33.974%, #76ba43 97.729%);
    letter-spacing: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 72px;
    line-height: 65px;
    display: block;
}

.apple-os .fy2526-wrapper .fy2526-hero-year-20 {
    margin-bottom: -7px;
}

.fy2526-wrapper .fy2526-year-text {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    background-image: linear-gradient(100.62deg, #036738 33.974%, #76ba43 97.729%);
    letter-spacing: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    line-height: 30px;
}

.fy2526-wrapper .fy2526-hero-year-divider {
    display: block;
    width: 0.5px;
    align-self: stretch;
    min-height: 100%;
    flex-shrink: 0;
    background: #6CA520;
}

.fy2526-wrapper .fy2526-hero-year-label {
    margin: 0;
    width: 100%;
    max-width: 126px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #036738;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    font-size: 18px;
    line-height: 24px;
}

.fy2526-wrapper .fy2526-btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 12px;
    padding: 17px 16px;
    margin: 0;
    border: 0;
    background: #76ba43;
    border-radius: 52px;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    line-height: 100%;
}

.fy2526-wrapper .fy2526-btn-download-icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-btn-download:hover {
    background: #036738;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(90deg, #76BA43 0%, #036738 100%);
    box-shadow: none;
}

/*
  Hero scale-up — screens wider than 1440px only.
  1440px baseline is locked above; this media grows proportionally toward
  ~1920 Figma proportions, then soft-caps so 2560 does not look oversized.
*/

/* Chat explore — compact on small screens only (not Hero layout) */



/* ==========================================================================
   SHARED UTILITIES (safe for all future sections — do not alter Hero rules)
   ========================================================================== */
.fy2526-wrapper .fy2526-section {
    padding: 80px 0;
}

.fy2526-wrapper .fy2526-section-heading-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 787px;
    margin: 0 auto;
    /* section-specific bottom spacing via section overrides */
}

.fy2526-wrapper .fy2526-section-heading-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.fy2526-wrapper .fy2526-section-heading {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #036738;
    text-align: center;
    text-transform: uppercase;
}
.fy2526-wrapper .fy2526-section-subheading {
    font-size: 29px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    color: #036738;
}

.fy2526-wrapper .fy2526-section-line {
    display: block;
    width: 100%;
    max-width: 536px;
    height: 1px;
    border: 0;
    margin: 0;
    opacity: 1;
    background: linear-gradient(90deg, rgba(108, 165, 32, 0) 0%, #036738 45.19%, rgba(108, 165, 32, 0) 100%);
}

/* Body copy shared token — section-intro layout props stay on intro only */
.fy2526-wrapper .fy2526-section-intro,
.fy2526-wrapper .fy2526-highlights-desc p {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-section-intro {
    margin: 0;
    max-width: 787px;
    /* Figma 13:165 */
    text-align: center;
}

.fy2526-wrapper .fy2526-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ==========================================================================
   PERFORMANCE HIGHLIGHTS — Figma 29:5114 / 1618874262–4265 + Environmental
   ========================================================================== */
.fy2526-wrapper .fy2526-highlights-section {
    background: #ffffff;
}

.fy2526-wrapper .fy2526-highlights-heading {
    margin-bottom: 56px;
}

.fy2526-highlights-section .fy2526-container {

    margin: 0 auto;
}

.fy2526-wrapper .fy2526-highlights-tabs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #17342824;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.fy2526-wrapper .fy2526-highlights-tabs::-webkit-scrollbar {
    display: none;
}
.fy2526-wrapper .fy2526-highlights-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    margin: 0;
    padding: 13px 18px 15px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #58595b;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-highlights-tab>svg,
.fy2526-wrapper .fy2526-highlights-tab-icon {
    display: block;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    overflow: visible;
    color: inherit;
}

.fy2526-wrapper .fy2526-highlights-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 2.5px;
    background: #3e6b4a;
    border-radius: 2px;
    transition: 0.2s all ease;
}

.fy2526-wrapper .fy2526-highlights-tab[aria-selected="true"] {
    color: #036738;
}

.fy2526-wrapper .fy2526-highlights-tab[aria-selected="true"]::after {
    width: 100%;
}

.fy2526-wrapper .fy2526-highlights-panels {
    position: relative;
    margin-top: 24px;
}

.fy2526-wrapper .fy2526-highlights-panel {
    display: none;
    opacity: 0;
}

.fy2526-wrapper .fy2526-highlights-panel.is-active {
    display: block;
    opacity: 1;
}

/* Shared panel fade in/out (Highlights + ReSTART + Thinking) */
.fy2526-wrapper .fy2526-highlights-panel.is-active,
.fy2526-wrapper .fy2526-restart-scope-panel.is-active,
.fy2526-wrapper .fy2526-restart-pillar-panel.is-active,
.fy2526-wrapper .fy2526-thinking-panel.is-active {
    animation: fy2526-panel-in 0.4s ease forwards;
}

.fy2526-wrapper .fy2526-highlights-panel.is-leaving,
.fy2526-wrapper .fy2526-restart-scope-panel.is-leaving,
.fy2526-wrapper .fy2526-restart-pillar-panel.is-leaving,
.fy2526-wrapper .fy2526-thinking-panel.is-leaving {
    display: block !important;
    animation: fy2526-panel-out 0.28s ease forwards;
    pointer-events: none;
}

@keyframes fy2526-panel-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fy2526-panel-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fy2526-wrapper .fy2526-highlights-desc {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    border-left: 2px solid #6CA520;
    padding: 13px 0 13px 32px;
    box-sizing: border-box;
    min-height: 82px;
}

.fy2526-wrapper .fy2526-highlights-desc p {
    margin: 0;
    max-width: 1173px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-highlights-metrics {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 300px;
}

.fy2526-wrapper .fy2526-highlights-visual {
    flex: 0 0 543px;
    width: 100%;
    max-width: 543px;
    height: auto;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    background: #e8e8e8;
}

.fy2526-wrapper .fy2526-highlights-visual picture,
.fy2526-wrapper .fy2526-highlights-visual img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px 0 0 12px;
}

.fy2526-wrapper .fy2526-highlights-stats {
    flex: 0 0 757px;
    width: 100%;
    max-width: 757px;
    height: auto;
    box-sizing: border-box;
    padding: 18px 24px;
    background: rgba(237, 242, 228, 0.5);
    border: none;
    border-radius: 0 12px 12px 0;
}

.fy2526-wrapper .fy2526-highlights-stats {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1.05fr;
    column-gap: 44px;
    row-gap: 16px;
    padding: 22px 24px;
    position: relative;
}

.fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-divider {
    width: 1px;
    height: 100%;
    background: rgba(88, 89, 91, 0.25);
}

.fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 19px;
}

.fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row .fy2526-highlights-stat:first-child {
    padding-top: 0;
    border-top: 0;
}

.fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row .fy2526-highlights-stat:nth-child(2) {
    border-top: 1px solid #58595B33;
    padding-top: 18px;
}

.fy2526-wrapper .fy2526-highlights-stats.fy2526-highlights-stats--env {
    grid-template-columns: 1fr 1px 1fr 1px 1.05fr;
    column-gap: 30px;
}

.fy2526-wrapper .fy2526-highlights-stats.fy2526-highlights-stats--social {
    grid-template-columns: 1.4fr 1px 1.1fr 1px 1fr;
    column-gap: 38px;
}

.fy2526-wrapper .fy2526-highlights-stats.fy2526-highlights-stats--gov {
    grid-template-columns: 1fr 1px 1fr 1px 1.05fr;
    column-gap: 44px;
}

.fy2526-wrapper .fy2526-highlights-stats.fy2526-highlights-stats--ops {
    grid-template-columns: 1.1fr 1px 1fr 1px 1fr 1px 0.7fr;
    column-gap: 12px;
}

.fy2526-wrapper .fy2526-highlights-stats.fy2526-highlights-stats--fin {
    grid-template-columns: 1.1fr 1px 1fr 1px 1.4fr;
    column-gap: 25px;
}

.fy2526-wrapper .fy2526-highlights-stat-value {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 8px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-highlights-stat-value span {
    white-space: nowrap;
}


.fy2526-wrapper .fy2526-highlights-trend {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 28px;
    padding: 2px 12px;
    margin: 0;
    background: #edf2e4;
    border: 0.2px solid #6ca520;
    border-radius: 94px;
    flex-shrink: 0;
    box-sizing: border-box;
    font: inherit;
    color: inherit;
    line-height: 0;
    appearance: none;
    -webkit-appearance: none;
}

.fy2526-wrapper .fy2526-highlights-stat-value .fy2526-highlights-trend {
    cursor: pointer;
}

.fy2526-wrapper .fy2526-highlights-trend svg {
    display: block;
    width: 16px;
    height: 16px;
    max-width: none;
    pointer-events: none;
}

.fy2526-wrapper .fy2526-highlights-stat-label {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-highlights-stat-label b,
.fy2526-wrapper .fy2526-highlights-stat-label strong {
    font-weight: 700;
    display: block;
}

.fy2526-wrapper .fy2526-highlights-note {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin: 8px 0 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #58595b;
}

.fy2526-wrapper .fy2526-highlights-note .fy2526-highlights-trend {
    width: 41px;
    height: 24px;
}

.fy2526-wrapper .fy2526-highlights-note .fy2526-highlights-trend svg {
    width: 13px;
    height: 13px;
}

/* ==========================================================================
   RATINGS AND DISCLOSURES — sticky left image + scrolling right cards
   ========================================================================== */
.fy2526-wrapper .fy2526-ratings-section {
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}

.fy2526-wrapper .fy2526-ratings-inner {
    position: relative;
}

.fy2526-wrapper .fy2526-ratings-heading {
    margin-bottom: 56px;
    max-width: none;
    position: sticky;
    top: 80px;
}

.fy2526-wrapper .fy2526-ratings-heading .fy2526-section-heading-inner {
    width: 100%;
    max-width: 550px;
}

.fy2526-wrapper .fy2526-ratings-line {
    max-width: 100%;
    width: 100%;
}

.fy2526-wrapper .fy2526-ratings-stage {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin: 0 auto;
}

.fy2526-wrapper .fy2526-ratings-media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 519px;
    align-self: flex-start;
    z-index: 1;
    position: sticky;
    top: 181px;
}

.fy2526-wrapper .fy2526-ratings-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 519 / 335;
    border-radius: 12px;
    overflow: hidden;
    background: #e8e8e8;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-ratings-visual img,
.fy2526-wrapper .fy2526-ratings-visual-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    border-radius: 12px;
}

/* Crossfade stack — only one image visible at a time */
.fy2526-wrapper .fy2526-ratings-visual-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 250ms ease;
    pointer-events: none;
    z-index: 0;
}

.fy2526-wrapper .fy2526-ratings-visual-img.is-active {
    opacity: 1;
    z-index: 1;
}

.fy2526-wrapper .fy2526-ratings-copy {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fy2526-wrapper .fy2526-ratings-card {
    width: 100%;
    height: 100%;
    padding: 1px;
    background: linear-gradient(98.65deg, #036738 0.76%, #6CA520 100%);
    border-radius: 24px;
    z-index: 1;
    min-height: 335px;
    position: sticky;
    top: 24px;
}

.fy2526-wrapper .fy2526-ratings-card-inner {
    padding: 24px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 23px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    min-height: 335px;
}

.fy2526-wrapper .fy2526-ratings-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-ratings-card-brand {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    color: #036738;
    font-size: 28px;
    line-height: 100%;

}

.fy2526-wrapper .fy2526-ratings-agency-logo {
    display: block;
    flex-shrink: 0;
    object-fit: contain;
    max-width: none;
}

.fy2526-wrapper .fy2526-ratings-agency-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    max-width: 563px;
    min-height: 0;
}

.fy2526-ratings-card--cdp .fy2526-ratings-agency-body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    max-width: none;
    width: 100%;
    overflow: visible;
}

.fy2526-wrapper .fy2526-ratings-cdp-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14.412px;
    flex: 0 0 195.588px;
    max-width: 100%;
    box-sizing: border-box;
}

.fy2526-wrapper .fy2526-ratings-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 12px;
    background: #EFF5E6;
    border-radius: 17px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.fy2526-wrapper .fy2526-ratings-score-label {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    color: #036738;
    white-space: nowrap;
    font-size: 20px;
    line-height: 100%;

}

.fy2526-wrapper .fy2526-ratings-score-up {
    display: block;
    width: 18px;
    height: 18px;
    max-width: none;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-ratings-col-title {
    margin: 0 0 6px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    color: #58595b;
    font-size: 16px;
    line-height: 100%;

}

.fy2526-wrapper .fy2526-ratings-col-note {
    margin: 0 0 0 6px;
    width: 100%;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    color: #58595b;
    text-align: left;
    font-size: 12px;
    line-height: 100%;

}

.fy2526-wrapper .fy2526-ratings-points {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.fy2526-wrapper .fy2526-ratings-points li {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #58595b;
}

/* ==========================================================================
   OUR JOURNEY — Desktop Figma 174:6064 / Timeline 174:8432 (1440×424)
   Mobile Figma 174:9765 / Timeline 174:11719 (375×110) at ≤1024px
   Video sits in the Timeline band; cards absolutely positioned over it (desktop)
   ========================================================================== */
.fy2526-wrapper .fy2526-journey-section {
    position: relative;
    background: #ffffff;
}

.fy2526-wrapper .fy2526-journey-inner {
    position: relative;
    z-index: 1;
}

.fy2526-wrapper .fy2526-journey-heading {
    margin-bottom: 21px;
}

.fy2526-wrapper .fy2526-journey-line {
    max-width: 278px;
    width: 100%;
}

.fy2526-wrapper .fy2526-journey-intro {
    max-width: 654px;
    width: 100%;
}

.fy2526-wrapper .fy2526-journey-viewport {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
}

.fy2526-wrapper .fy2526-journey-viewport.is-dragging,
.fy2526-wrapper .fy2526-journey-viewport:active {
    cursor: grabbing;
}

body.fy2526-journey-dragging {
    cursor: grabbing !important;
    user-select: none !important;
}

.fy2526-wrapper .fy2526-journey-section.is-scroll-pinned {
    z-index: 2;
}

.fy2526-wrapper .fy2526-journey-canvas {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1440px;
    will-change: transform;
}

.fy2526-wrapper .fy2526-journey-media {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.fy2526-wrapper .fy2526-journey-video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 1000px;
    background-color: #ffffff;
    margin-bottom: -1px;
}

.fy2526-wrapper .fy2526-journey-video::-webkit-media-controls {
    display: none !important;
}

.fy2526-wrapper .fy2526-journey-track {
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.fy2526-journey-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

.fy2526-journey-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* Entrance reveal is handled by AOS (fade-up + staggered delays) */
.fy2526-wrapper .fy2526-journey-item {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.fy2526-wrapper .fy2526-journey-item--above {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.fy2526-wrapper .fy2526-journey-item--below:not(.fy2526-journey-item--stem-left) {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.fy2526-wrapper .fy2526-journey-item--stem-left {
    flex-direction: row;
    gap: 12px;
}

/* Desktop card pins — Figma wrapper frames (Aug 2026) */
.fy2526-wrapper .fy2526-journey-item--y2011 {
    left: 20px;
    top: 315px;
    width: 200px;
}

.fy2526-wrapper .fy2526-journey-item--y1214 {
    left: 120px;
    bottom: 0;
    width: 290px;
}

.fy2526-wrapper .fy2526-journey-item--y1516 {
    left: 250px;
    top: 210px;
    width: 220px;
}

.fy2526-wrapper .fy2526-journey-item--y1718 {
    left: 470px;
    bottom: 110px;
    width: 210px;
}

.fy2526-wrapper .fy2526-journey-item--y1920 {
    left: 640px;
    top: 70px;
    width: 240px;
}

.fy2526-wrapper .fy2526-journey-item--y2122 {
    right: 375px;
    bottom: 70px;
    width: 260px;
}

.fy2526-wrapper .fy2526-journey-item--y2324 {
    right: 60px;
    top: 0;
    width: 435px;
}

.fy2526-wrapper .fy2526-journey-item--y2526 {
    right: 85px;
    bottom: 40px;
    width: 249px;
}

.fy2526-wrapper .fy2526-journey-card {
    min-width: 0;
    width: 100%;
}

.fy2526-wrapper .fy2526-journey-item--stem-left .fy2526-journey-card {
    width: auto;
    flex: 1 1 auto;
}

/* Accordion chrome — desktop hidden; ≤1023 activates */
.fy2526-wrapper .fy2526-journey-acc-btn {
    display: none;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    cursor: pointer;
    line-height: 0;
}

.fy2526-wrapper .fy2526-journey-acc-chevron {
    display: block;
    width: 18px;
    height: 18px;
    transition: transform 200ms ease;
}

.fy2526-wrapper .fy2526-journey-item-head {
    display: block;
}

.fy2526-wrapper .fy2526-journey-item-body {
    display: block;
}

.fy2526-wrapper .fy2526-journey-year {
    margin: 0 0 8px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-journey-card-title {
    margin: 0 0 8px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-journey-points {
    margin: 0;
    padding: 0 0 0 16.5px;
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fy2526-wrapper .fy2526-journey-points>li {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #58595b;
    padding-left: 0;
}

.fy2526-wrapper .fy2526-journey-subpoints {
    margin: 8px 0 0;
    padding: 0 0 0 14px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fy2526-wrapper .fy2526-journey-subpoints li {
    position: relative;
    padding-left: 10px;
    font-size: 11px;
    line-height: 15px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-journey-subpoints li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5.5px;
    width: 4px;
    height: 4px;
    background: #58595b;
    border-radius: 1px;
    transform: rotate(45deg);
}

.fy2526-wrapper .fy2526-journey-stem {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 14px;
}

.fy2526-wrapper .fy2526-journey-item--stem-left .fy2526-journey-stem {
    align-self: stretch;
    height: auto;
    min-height: 100%;
    width: 14px;
}

.fy2526-wrapper .fy2526-journey-leaf {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* width: 14px;
    height: 8px; */
    flex-shrink: 0;
    /* line-height: 0; */
}

.fy2526-wrapper .fy2526-journey-leaf img {
    display: block;
    max-width: none;
    height: auto;
}

.fy2526-wrapper .fy2526-journey-stem-line {
    display: block;
    width: 1px;
    flex: 1 1 auto;
    min-height: 40px;
    background: linear-gradient(180deg, #036738 -7.96%, rgba(108, 165, 32, 0) 100%);
    border-radius: 1px;
    margin: -1px 0 0 -2px;
}

.fy2526-wrapper .fy2526-journey-item--stem-left .fy2526-journey-stem-line {
    min-height: 160px;
}

.fy2526-wrapper .fy2526-journey-stem--down .fy2526-journey-stem-line {
    min-height: 72px;
}

.fy2526-wrapper .fy2526-journey-stem--up .fy2526-journey-stem-line {
    background: linear-gradient(180deg, rgba(108, 165, 32, 0) 15%, #036738 100%);
}

.fy2526-journey-item--below .fy2526-journey-card {
    margin-left: 24px;
    margin-top: -13px;
}

.fy2526-journey-item--below .fy2526-journey-card .fy2526-journey-leaf {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 14px;
    height: 8px;
    flex-shrink: 0;
    line-height: 0;
    transform: rotateX(160deg);
}

.fy2526-wrapper .fy2526-journey-item--y1920 .fy2526-journey-stem-line {
    min-height: 290px;
}

.fy2526-wrapper .fy2526-journey-item--y2324 .fy2526-journey-stem-line {
    min-height: 420px;
}

.fy2526-wrapper .fy2526-journey-item--y2425 .fy2526-journey-stem-line {
    min-height: 120px;
}

.fy2526-wrapper .fy2526-journey-item--y1516 .fy2526-journey-stem-line {
    min-height: 303px;
}

.fy2526-wrapper .fy2526-journey-item--y1214 .fy2526-journey-stem-line {
    min-height: 59px;
}

.fy2526-wrapper .fy2526-journey-item--y1718 .fy2526-journey-stem-line {
    min-height: 84px;
}

.fy2526-wrapper .fy2526-journey-item--y2122 .fy2526-journey-stem-line {
    min-height: 108px;
}

.fy2526-wrapper .fy2526-journey-item--y2526 .fy2526-journey-stem-line {
    min-height: 121px;
}

.fy2526-wrapper .fy2526-journey-item--y2011 .fy2526-journey-stem-line {
    min-height: 182px;
}

/* ==========================================================================
   LEADERSHIP MESSAGES — Figma 29:38 heading + 29:42 cards + Message Collapsed
   Horizontal track (no Swiper). Desktop: GSAP pin + scrub. Mobile: native scroll.
   ========================================================================== */
.fy2526-wrapper .fy2526-leadership-section {
    background: #ffffff;
    overflow: visible;
    max-width: 100%;
}

/* Sticky requires overflow:visible on ancestors between sticky elems and section */
.fy2526-wrapper .fy2526-leadership-section .container,
.fy2526-wrapper .fy2526-leadership-section .row,
.fy2526-wrapper .fy2526-leadership-section .col-12 {
    overflow: visible;
}

/* Heading + cards 1–2 only — sticky boundary ends before Swiper */
.fy2526-wrapper .fy2526-leadership-sticky-zone {
    overflow: visible;
    margin-bottom: 40px;
}

.fy2526-wrapper .fy2526-leadership-heading {
    margin-bottom: 56px;
    max-width: none;
    position: sticky;
    top: 30px;
}

.fy2526-wrapper .fy2526-leadership-heading .fy2526-section-heading-inner {
    width: 100%;
    max-width: 460px;
}

/* Cards 1–2 sticky stack — sticks while scrolling through this block */
.fy2526-wrapper .fy2526-leadership-sticky-stack {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
    overflow: visible;
}

.fy2526-wrapper .fy2526-leadership-card--sticky {
    position: sticky;
    top: 112px;
    z-index: 2;
}

.fy2526-wrapper .fy2526-leadership-sticky-stack .fy2526-leadership-card--sticky:nth-child(2) {
    z-index: 3;
}

.fy2526-wrapper .fy2526-leadership-viewport {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

/* Swiper needs overflow:hidden on its root (siblings stay sticky outside) */
.fy2526-wrapper .fy2526-leadership-swiper.swiper {
    overflow: hidden;
    padding-bottom: 4px;
}

.fy2526-wrapper .fy2526-leadership-card img,
.fy2526-wrapper .fy2526-leadership-card picture {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.fy2526-wrapper .fy2526-leadership-track {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.fy2526-wrapper .fy2526-leadership-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.fy2526-wrapper .fy2526-leadership-swiper .fy2526-leadership-card {
    height: 100%;
}

.fy2526-wrapper .fy2526-leadership-card {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 16px;
    border-radius: 16px;
    border: 0.5px solid #76ba43;
    background: #fbfaf4;
    display: flex;
    align-items: flex-start;
    transition:
        background-color 250ms ease,
        border-color 250ms ease;
}

.fy2526-wrapper .fy2526-leadership-card-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
}

.fy2526-wrapper .fy2526-leadership-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 375 / 305;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-leadership-photo picture,
.fy2526-wrapper .fy2526-leadership-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    max-width: none;
}

.fy2526-wrapper .fy2526-leadership-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.fy2526-wrapper .fy2526-leadership-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.fy2526-wrapper .fy2526-leadership-titles {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.fy2526-wrapper .fy2526-leadership-titles--tight {
    gap: 6px;
}

.fy2526-wrapper .fy2526-leadership-eyebrow {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #036738;
    transition: color 250ms ease;
}

.fy2526-wrapper .fy2526-leadership-role {
    margin: 0;
    max-width: 100%;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #036738;
    transition: color 250ms ease;
    text-transform: uppercase;
}

.fy2526-wrapper .fy2526-leadership-name {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #58595b;
    transition: color 250ms ease;
}

.fy2526-wrapper .fy2526-leadership-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    height: 100%;
}

.fy2526-wrapper .fy2526-leadership-excerpt {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #58595b;
    transition: color 250ms ease;
    flex: 1;
}

.fy2526-wrapper .fy2526-leadership-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    padding: 13px 16px;
    border: 0;
    border-radius: 45px;
    background: #76ba43;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    transition: background-color 250ms ease;
    width: fit-content;
}

.fy2526-wrapper .fy2526-leadership-btn-label {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    transition: color 250ms ease;
    font-size: 16px;
    line-height: 100%;

}

.fy2526-wrapper .fy2526-leadership-btn-icons {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-leadership-btn-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-leadership-btn-icon--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 250ms ease;
}

.fy2526-wrapper .fy2526-leadership-btn-icon--default {
    opacity: 1;
    transition: opacity 250ms ease;
}

/* Hover / keyboard focus — Figma green active card (29:44) */
.fy2526-wrapper .fy2526-leadership-card:hover,
.fy2526-wrapper .fy2526-leadership-card:focus-within {
    background: #6ca520;
    border-color: #6ca520;
}

.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-eyebrow,
.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-role,
.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-name,
.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-excerpt,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-eyebrow,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-role,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-name,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-excerpt {
    color: #ffffff;
}

.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-btn,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-btn {
    background: #ffffff;
    color: #6ca520;
}

.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-btn-label,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-btn-label {
    color: #6ca520;
}

.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-btn-icon--default,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-btn-icon--default {
    opacity: 0;
}

.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-btn-icon--hover,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-btn-icon--hover {
    opacity: 1;
}

/* Featured horizontal cards — Figma 481:279 / 481:2865 */
.fy2526-wrapper .fy2526-leadership-card--featured {
    width: 100%;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-card-inner {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    height: 100%;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-photo {
    aspect-ratio: 641 / 487;
    flex-shrink: 0;
    width: min(641px, 48%);
    max-width: 641px;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-body {
    max-width: 526px;
    justify-content: space-between;
    gap: 16px;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-eyebrow {
    font-size: 24px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-role {
    font-size: 36px;
    line-height: 48px;
    text-transform: none;
    max-width: none;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-copy {
    flex: 1 1 auto;
    gap: 8px;
    min-height: 0;
}

.fy2526-wrapper .fy2526-leadership-salutation {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #58595b;
    transition: color 250ms ease;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-excerpt {
    font-size: 18px;
    line-height: 28px;
    flex: 0 1 auto;
}

.fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-btn {
    background: #6ca520;
    height: 50px;
    margin-top: auto;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-leadership-card:hover .fy2526-leadership-salutation,
.fy2526-wrapper .fy2526-leadership-card:focus-within .fy2526-leadership-salutation {
    color: #ffffff;
}




/* Message Collapsed popups — Figma 29:2814–29:2911 */
.fy2526-wrapper .fy2526-msg-modal {
    position: fixed;
    inset: 0;
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 280ms ease,
        visibility 280ms ease;
}

.fy2526-wrapper .fy2526-msg-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.fy2526-wrapper .fy2526-msg-modal[hidden] {
    display: none !important;
}

.fy2526-wrapper .fy2526-msg-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 103, 56, 0.28);
}

.fy2526-wrapper .fy2526-msg-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1234px;
    max-height: min(773px, calc(100vh - 48px));
    transform: translateY(16px) scale(0.98);
    transition: transform 280ms ease;
}

.fy2526-wrapper .fy2526-msg-modal.is-open .fy2526-msg-modal-dialog {
    transform: translateY(0) scale(1);
}

.fy2526-wrapper .fy2526-msg-modal-card {
    position: relative;
    width: 100%;
    height: min(773px, calc(100vh - 48px));
    min-height: calc(620px - 48px);
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.fy2526-wrapper .fy2526-msg-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

.fy2526-wrapper .fy2526-msg-modal-close img {
    display: block;
    width: 28px;
    height: 28px;
    max-width: none;
}

.fy2526-wrapper .fy2526-msg-modal-layout {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

/* Left column — sticky portrait + meta; does not scroll */
.fy2526-wrapper .fy2526-msg-modal-aside {
    position: relative;
    flex: 0 0 503px;
    width: 503px;
    max-width: 40.8%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.fy2526-wrapper .fy2526-msg-modal-photo {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 8px 0 0 0;
}

.fy2526-wrapper .fy2526-msg-modal-photo picture,
.fy2526-wrapper .fy2526-msg-modal-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
    max-width: none;
}

.fy2526-wrapper .fy2526-msg-modal-meta {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 413px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fy2526-wrapper .fy2526-msg-eyebrow {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-msg-role {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-msg-role--sumant {
    max-width: 159px;
}

.fy2526-wrapper .fy2526-msg-role--kailash {
    max-width: 251px;
}

.fy2526-wrapper .fy2526-msg-name {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #58595b;
}

/* Right column — vertical scroll only */
.fy2526-wrapper .fy2526-msg-modal-content {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 40px 40px 40px 16px;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.fy2526-wrapper .fy2526-msg-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px;
    max-width: 675px;
}

.fy2526-wrapper .fy2526-msg-block--tight {
    gap: 6px;
}

.fy2526-wrapper .fy2526-msg-block:last-child {
    margin-bottom: 0;
}

.fy2526-wrapper .fy2526-msg-salutation {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-msg-lead {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-msg-heading {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-msg-text {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-msg-block .fy2526-msg-text+.fy2526-msg-text {
    margin-top: 8px;
}

/* ==========================================================================
   OUR OPERATIONAL PRESENCE — Step 1 full layout (Figma 93:9986 / 93:7394)
   Stage: 1280 × 732.23 | cols: 300 | map | 318
   ========================================================================== */
.fy2526-ops-marker {
    opacity: 0 !important;
    transition: opacity 0.2s ease;
}

.fy2526-ops-marker.show {
    opacity: 1 !important;
}

.fy2526-wrapper .fy2526-ops-section {
    background: #ffffff;
    overflow: visible;
}

.fy2526-wrapper .fy2526-ops-heading {
    max-width: 592px;
    margin-bottom: 56px;
}

.fy2526-wrapper .fy2526-ops-heading .fy2526-section-heading-inner {
    max-width: 592px;
}

.fy2526-wrapper .fy2526-ops-line {
    width: 536px;
    max-width: 100%;
}

.fy2526-wrapper .fy2526-ops-intro {
    max-width: 581px;
}

.fy2526-wrapper .fy2526-ops-stage {
    position: relative;
    display: grid;
    grid-template-columns: 267px minmax(0, 1fr) 303px;
    align-items: start;
    column-gap: 0;
    width: 100%;
    min-height: 732px;
    overflow: visible;
}

/* External state callout — built dynamically from config; position via inline left/top */
.fy2526-wrapper .fy2526-ops-callout-host {
    position: absolute;
    inset: 0;
    z-index: 7;
    pointer-events: none;
    overflow: visible;
}

.fy2526-wrapper .fy2526-ops-callout {
    position: absolute;
    z-index: 7;
    left: 0;
    top: 0;
    width: 165px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1),
        transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 250ms;
    margin-top: 15px;

}

.fy2526-wrapper .fy2526-ops-callout.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
        opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1),
        transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0s;
}

/* Step 7 — Corporate Office label (233:10211): plain Gotham Bold text, no card chrome */
.fy2526-wrapper .fy2526-ops-callout--corporate {
    width: 142px;
    height: 22px;
    gap: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.fy2526-wrapper .fy2526-ops-callout--corporate .fy2526-ops-callout-title {
    width: 142px;
    height: 22px;
    margin: 0;
    padding: 0;
}

.fy2526-wrapper .fy2526-ops-callout--corporate .fy2526-ops-callout-name {
    margin: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    width: 142px;
    height: 22px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #036738;
    white-space: pre;
}

.fy2526-wrapper .fy2526-ops-callout-title {
    position: relative;
    width: 122px;
    flex-shrink: 0;
    overflow: visible;
}

.fy2526-wrapper .fy2526-ops-callout-title-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 122px;
    height: 21.078px;
    max-width: none;
    pointer-events: none;
    line-height: 0;
}

.fy2526-wrapper .fy2526-ops-callout-title-bg-svg {
    display: block;
    width: 122px;
    height: 21.078px;
    overflow: visible;
}

.fy2526-wrapper .fy2526-ops-callout-name {
    position: relative;
    z-index: 1;
    margin: 0;
    margin-left: 29px;
    margin-bottom: 5px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--ops-callout-title-bg);
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-ops-callout-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-callout-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.821px;
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-callout-block--mfg {
    gap: 6px;
}

.fy2526-wrapper .fy2526-ops-callout-heading {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #58595b;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-ops-callout-rows {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-callout-row {
    display: flex;
    align-items: center;
    gap: 7.231px;
}

.fy2526-wrapper .fy2526-ops-callout-icon {
    display: block;
    flex-shrink: 0;
    width: 14.462px;
    height: 14.462px;
    max-width: none;
}

.fy2526-wrapper .fy2526-ops-callout-value {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #58595b;
    white-space: normal;
}

.fy2526-wrapper .fy2526-ops-callout-num {
    font-weight: 500;
}

.fy2526-wrapper .fy2526-ops-callout-unit {
    font-weight: 400;
}

/* Connector — stage overlay; path geometry set in JS from state → callout */
.fy2526-wrapper .fy2526-ops-connector {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 200ms;
}

.fy2526-wrapper .fy2526-ops-connector.is-visible {
    opacity: 1;
    visibility: visible;
    transition:
        opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1),
        visibility 0s linear 0s;
}

.fy2526-wrapper .fy2526-ops-connector-path {
    fill: none;
    stroke: #58595b;
    stroke-width: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-dasharray: 4 4;
    stroke-dashoffset: 0;
    transition: none;
}

.fy2526-wrapper .fy2526-ops-connector-dot {
    fill: #58595b;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fy2526-wrapper .fy2526-ops-connector.is-drawn .fy2526-ops-connector-dot {
    opacity: 1;
}

/* Left — capacity status legend (Figma 513:10208) */
.fy2526-wrapper .fy2526-ops-status-aside {
    position: relative;
    z-index: 2;
    width: 267px;
    max-width: 100%;
}

.fy2526-wrapper .fy2526-ops-status-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 267px;
    max-width: 100%;
}

.fy2526-wrapper .fy2526-ops-status-legend li {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 22px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #58595b;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-ops-status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    line-height: 0;
}

.fy2526-wrapper .fy2526-ops-status-icon svg {
    display: block;
    max-width: 16px;
    max-height: 16px;
    width: 100%;
    height: 100%;
}

/* Right — grouped technology legend (Figma 513:10224) */
.fy2526-wrapper .fy2526-ops-tech-legend {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 303px;
    max-width: 100%;
}

.fy2526-wrapper .fy2526-ops-tech-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-tech-group--ipp {
    width: 205px;
    max-width: 100%;
}

.fy2526-wrapper .fy2526-ops-tech-group-title {
    margin: 0;
    width: 100%;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #036738;
}

.fy2526-wrapper .fy2526-ops-tech-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-tech-grid--mfg {
    grid-template-columns: repeat(2, max-content);
    gap: 4px 8px;
    align-items: center;
}

.fy2526-wrapper .fy2526-ops-tech-grid--ipp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 0;
    align-items: center;
    min-height: 96px;
}

.fy2526-wrapper .fy2526-ops-tech-grid--solo {
    grid-template-columns: max-content;
    gap: 0;
    align-items: center;
    min-height: 40px;
}

.fy2526-wrapper .fy2526-ops-tech-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
}

.fy2526-wrapper .fy2526-ops-tech-divider {
    width: 164px;
    max-width: 100%;
    height: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #58595B33;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-ops-icon,
.fy2526-wrapper .fy2526-ops-tech-item .fy2526-ops-icon {
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    line-height: 0;
}

.fy2526-wrapper .fy2526-ops-icon svg {
    display: block;
    width: 40px;
    height: 40px;
    overflow: visible;
}

.fy2526-wrapper .fy2526-ops-tech-label {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #58595b;
    text-align: left;
    white-space: nowrap;
}

/* Center — map */
.fy2526-wrapper .fy2526-ops-visual {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.fy2526-wrapper .fy2526-ops-map-slot {
    position: relative;
    width: 100%;
    max-width: 653.319px;
    line-height: 0;
}

.fy2526-wrapper .fy2526-ops-map {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* State body fills + hover (configured states only) */
.fy2526-wrapper .fy2526-ops-state {
    cursor: default;
    pointer-events: auto;
}

.fy2526-wrapper .fy2526-ops-state.is-ops-interactive {
    cursor: pointer;
}

.fy2526-wrapper .fy2526-ops-map-base {
    pointer-events: none;
}

.fy2526-wrapper .fy2526-ops-states {
    pointer-events: auto;
}

.fy2526-wrapper .fy2526-ops-markers {
    pointer-events: none;
}

.fy2526-wrapper .fy2526-ops-state path.fy2526-ops-state-fill,
.fy2526-wrapper .fy2526-ops-state>path[fill="#E6E7E8"] {
    fill: var(--ops-state-fill, #e6e7e8);
    stroke: var(--ops-state-stroke, #d1d3d4);
    stroke-width: var(--ops-state-stroke-width, 1.25px);
    stroke-linejoin: round;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    paint-order: fill stroke;
    transition: fill 250ms ease;
}

.fy2526-wrapper .fy2526-ops-state.is-ops-hover path.fy2526-ops-state-fill {
    fill: var(--ops-state-hover-fill, var(--ops-state-fill, #e6e7e8));
}

.fy2526-wrapper .fy2526-ops-state.is-ops-active path.fy2526-ops-state-fill,
.fy2526-wrapper .fy2526-ops-state[data-ops-active="true"] path.fy2526-ops-state-fill {
    fill: var(--ops-state-active-fill, var(--ops-state-fill, #e6e7e8));
}

.fy2526-wrapper .fy2526-ops-marker {
    pointer-events: none;
}

/* Right — tech legend + totals (Figma 513:10224 + 513:9221) */
.fy2526-wrapper .fy2526-ops-side {
    position: relative;
    z-index: 2;
    width: 303px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.fy2526-wrapper .fy2526-ops-totals {
    margin-top: 0;
    width: 303px;
    max-width: 100%;
}

.fy2526-wrapper .fy2526-ops-totals-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    background: #f5f9f1;
    border-radius: 12px;
}

.fy2526-wrapper .fy2526-ops-totals-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-totals-block--mfg {
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-totals-block--mfg > .fy2526-ops-totals-group--tight + .fy2526-ops-totals-group--tight {
    margin-top: 4px;
}

.fy2526-wrapper .fy2526-ops-totals-title {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #036738;
}

.fy2526-wrapper .fy2526-ops-totals-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.fy2526-wrapper .fy2526-ops-totals-group--tight {
    gap: 4px;
}

.fy2526-wrapper .fy2526-ops-totals-line {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-ops-totals-label {
    font-weight: 500;
}

.fy2526-wrapper .fy2526-ops-totals-line strong {
    font-weight: 700;
    color: #58595b;
}

.fy2526-wrapper .fy2526-ops-totals-note {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #58595b;
}

.fy2526-wrapper .fy2526-ops-totals-note--plain {
    line-height: 22px;
}

/* ==========================================================================
   DECARBONISATION AT ReNew — Figma 29:265 + 29:270 + callouts 29:448–29:531
   Stage origin: page (80, 5959) → 1280 × 834
   ========================================================================== */
.fy2526-wrapper .fy2526-decarb-section {
    background: #ffffff;
    overflow: visible;
}

.fy2526-wrapper .fy2526-decarb-heading {
    margin-bottom: 102px;
    max-width: 737px;
}

.fy2526-wrapper .fy2526-decarb-heading .fy2526-section-heading-inner {
    width: 100%;
    max-width: 600px;
}

.fy2526-wrapper .fy2526-decarb-line {
    max-width: 536px;
    width: 100%;
}

.fy2526-wrapper .fy2526-decarb-intro {
    max-width: 737px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-decarb-stage-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.fy2526-wrapper .fy2526-decarb-scope-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.fy2526-wrapper .fy2526-decarb-scope {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.fy2526-wrapper .fy2526-decarb-center {
    width: 100%;
    max-width: 566px;
    margin: -400px auto 30px;
    pointer-events: none;
}

.fy2526-wrapper .fy2526-decarb-center-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.fy2526-wrapper .fy2526-decarb-draw path {
    fill: none;
    stroke: #6ca520;
}

.fy2526-wrapper .fy2526-decarb-center .fy2526-decarb-draw>g {
    transform: rotate(-18deg);
    transform-origin: 52% 62%;
    transition: transform 0.35s ease;
    transition-delay: 1s;
}

.fy2526-wrapper .fy2526-decarb-center.aos-animate .fy2526-decarb-draw>g {
    transform: rotate(0deg);
}

.fy2526-wrapper .fy2526-decarb-center.aos-animate .decarb-frame-Vector {
    animation: decarbLineDraw 4s ease 0.5s forwards;

}

@keyframes decarbLineDraw {
    to {
        stroke-dashoffset: 0;

    }
}

.fy2526-wrapper .fy2526-decarb-icons {
    transform: scale(0) translate(129.162px, 158.862px);
    transform-origin: center center;
}

.fy2526-wrapper .fy2526-decarb-center.aos-animate .fy2526-decarb-icons {
    animation: decarbIconsFade 0.35s ease 1s forwards;
}

@keyframes decarbIconsFade {
    to {
        transform: scale(1) translate(129.162px, 158.862px);
    }
}

.fy2526-wrapper .fy2526-decarb-scope--1 {
    flex: 0 1 352px;
    max-width: 352px;
    width: 100%;
}

.fy2526-wrapper .fy2526-decarb-scope--2 {
    flex: 0 1 283px;
    max-width: 283px;
    width: 100%;
    align-items: stretch;
}

.fy2526-wrapper .fy2526-decarb-scope--3 {
    width: 100%;
}

.fy2526-wrapper .fy2526-decarb-scope--1 .fy2526-decarb-scope-total {
    margin-bottom: 49px;
}

.fy2526-wrapper .fy2526-decarb-scope--2 .fy2526-decarb-scope-total {
    margin-bottom: 35px;
}

/* Scope 2 — metric + CTA pills (Figma 481:559 / 481:832 / 481:843) */
.fy2526-wrapper .fy2526-decarb-scope2-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 65px;
    width: 100%;
}
.fy2526-decarb-scope-value-total {
    display: none;
}
.fy2526-wrapper .fy2526-decarb-scope2-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.fy2526-wrapper .fy2526-decarb-action {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    margin: 0;
    padding: 5px 16px;
    border: 1px solid #76ba43;
    border-radius: 42px;
    background: #ffffff;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #76ba43;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fy2526-wrapper .fy2526-decarb-action--graph {
    align-self: stretch;
    justify-content: flex-start;
    max-width: 283px;
    padding: 5px 8px;
    border-radius: 32px;
}

.fy2526-wrapper .fy2526-decarb-action--text {
    align-self: stretch;
    max-width: 280px;
}

.fy2526-wrapper .fy2526-decarb-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 2px 12px;
    border: 0.2px solid #6ca520;
    border-radius: 94px;
    background: #edf2e4;
}

.fy2526-wrapper .fy2526-decarb-action-icon img {
    display: block;
    width: 18px;
    height: 18px;
}

.fy2526-wrapper .fy2526-decarb-action-label {
    display: block;
    text-align: left;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-decarb-action:hover {
    background: #76ba43;
    color: #ffffff;
}

.fy2526-wrapper .fy2526-decarb-action--graph:hover .fy2526-decarb-action-icon {
    background: #ffffff;
    border-color: #ffffff;
}

.fy2526-wrapper .fy2526-decarb-action:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 3px;
}
.fy2526-wrapper .fy2526-decarb-scope-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: #036738;
    margin-bottom: 24px;
}

.fy2526-wrapper .fy2526-decarb-scope-total--center {
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto 24px;
    max-width: 250px;
}

.fy2526-wrapper .fy2526-decarb-scope-title {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-decarb-scope-title p {
    margin: 0;
}

.fy2526-wrapper .fy2526-decarb-scope-value {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-decarb-scope-value sub,
.fy2526-wrapper .fy2526-decarb-metric-value sub,
.fy2526-wrapper .fy2526-decarb-metric-note sub {
    font-size: 0.645em;
    vertical-align: baseline;
    position: relative;
    bottom: -0.15em;
}

.fy2526-wrapper .fy2526-decarb-scope1-grid {
    display: grid;
    grid-template-columns: 168.5px 168.5px;
    column-gap: 16px;
    row-gap: 16px;
    width: 353px;
}

.fy2526-wrapper .fy2526-decarb-scope1-grid .fy2526-decarb-metric--wide {
    grid-column: 1 / -1;
    width: 319px;
}

.fy2526-wrapper .fy2526-decarb-scope3-grid {
    display: grid;
    grid-template-columns: repeat(4, 261.25px);
    column-gap: 16px;
    row-gap: 16px;
    width: 100%;
    max-width: 1093px;
    margin: 0 auto;
}

.fy2526-wrapper .fy2526-decarb-metric {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 48px;
}

.fy2526-wrapper .fy2526-decarb-metric-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fy2526-wrapper .fy2526-decarb-metric-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.fy2526-wrapper .fy2526-decarb-metric-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}

.fy2526-wrapper .fy2526-decarb-scope--2 .fy2526-decarb-metric-text {
    gap: 6px;
}

.fy2526-wrapper .fy2526-decarb-metric-label {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-decarb-metric-value {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-decarb-metric-note {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-decarb-sr-stats {
    position: relative;
}

/* ==========================================================================
   MATERIALITY MATRIX — Figma 259:721 heading, 259:733 chart
   Mobile: 259:4973 heading, 259:5186 chart, 259:3558 legend
   Interaction: fy2526-checkbox (single active category)
   ========================================================================== */


.fy2526-wrapper .fy2526-materiality-section {
    background: #ffffff;
}

.fy2526-wrapper .fy2526-materiality-section .fy2526-container {

    margin: 0 auto;
    padding-left: clamp(16px, 5.5vw, 80px);
    padding-right: clamp(16px, 5.5vw, 80px);
}

.fy2526-wrapper .fy2526-materiality-heading {
    margin: 0 auto 56px;
    max-width: 590px;
}

.fy2526-wrapper .fy2526-materiality-heading-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.fy2526-wrapper .fy2526-materiality-line {
    max-width: 430px;
    width: 100%;
}

.fy2526-wrapper .fy2526-materiality-intro {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
}

.fy2526-wrapper .fy2526-materiality-chart {
    width: 100%;
    max-width: 1171px;
    margin: 0 auto;
}

.fy2526-wrapper .fy2526-materiality-plot {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fy2526-wrapper .fy2526-materiality-zones {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fy2526-wrapper .fy2526-materiality-zone-bg {
    position: absolute;
    left: calc(77 / 1171 * 100%);
    top: 0;
    width: calc(1094 / 1171 * 100%);
    height: calc(453 / 508 * 100%);
    display: block;
}

.fy2526-wrapper .fy2526-materiality-zone-high {
    position: absolute;
    left: calc(92.272 / 1171 * 100%);
    top: 0;
    width: calc(1078.728 / 1171 * 100%);
    height: calc(379.109 / 508 * 100%);
    display: block;
}

.fy2526-wrapper .fy2526-materiality-axis {
    position: absolute;
    background: #036738;
    pointer-events: none;
}

.fy2526-wrapper .fy2526-materiality-axis--y {
    left: 0;
    top: calc(0.206 / 508 * 100%);
    width: calc(77.9 / 1171 * 100%);
    height: calc(507.23 / 508 * 100%);
    background: linear-gradient(0deg, #036738 25%, rgb(108 165 32 / 25%) 100%);
}

.fy2526-wrapper .fy2526-materiality-axis--x {
    left: 0;
    top: calc(451.815 / 508 * 100%);
    width: 100%;
    height: calc(56.185 / 508 * 100%);
    background: linear-gradient(90deg, #036738 25%, rgb(108 165 32 / 25%) 100%);
}

.fy2526-wrapper .fy2526-materiality-axis--corner {
    left: 0;
    top: calc(451.815 / 508 * 100%);
    width: calc(77.9 / 1171 * 100%);
    height: calc(55.617 / 508 * 100%);
    background: #036738;
}

.fy2526-wrapper .fy2526-materiality-zone-label {
    position: absolute;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.7vw, 20px);
    line-height: 100%;
    color: #036738;
    text-align: center;
    text-transform: capitalize;
    pointer-events: none;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-materiality-zone-label--moderate {
    left: calc(160 / 1171 * 100%);
    top: calc(105 / 508 * 100%);
    width: calc(108.083 / 1171 * 100%);
}

.fy2526-wrapper .fy2526-materiality-zone-label--high {
    left: calc(424.078 / 1171 * 100%);
    top: calc(105 / 508 * 100%);
    width: calc(53.484 / 1171 * 100%);
}

.fy2526-wrapper .fy2526-materiality-axis-label {
    position: absolute;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: clamp(12px, 1.5vw, 18px);
    line-height: 100%;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-materiality-axis-label--impact {
    left: calc(473 / 1171 * 100%);
    top: calc(469 / 508 * 100%);
    width: calc(227.308 / 1171 * 100%);
}

.fy2526-wrapper .fy2526-materiality-axis-label--financial {
    left: calc(34 / 1171 * 100%);
    top: calc(135 / 508 * 100%);
    width: calc(13 / 1171 * 100%);
    height: calc(238 / 508 * 100%);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-materiality-topics {
    position: relative;
    z-index: 2;
    display: grid;
    box-sizing: border-box;
    height: 100%;
    padding-top: 33px;
    padding-bottom: 80px;
    padding-left: 13.83%;
    padding-right: 20px;
    pointer-events: none;
    grid-auto-flow: row;
    grid-template-rows: 250px 129px;
}

.fy2526-wrapper .fy2526-materiality-row {
    /* display: grid;
    align-items: start;
    justify-items: start; */
    width: 100%;
    pointer-events: auto;
    column-count: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 166px;
    gap: 10px 20px;
    justify-content: flex-start;
    align-content: flex-start;
}

/* High priority — 2-col grid (Figma 259:766: 197 + 133 gap + 182 within 512) */
.fy2526-wrapper .fy2526-materiality-row--high {
    grid-template-columns: minmax(0, 197fr) minmax(0, 182fr);
    gap: 12px;
    width: calc(512 / 954 * 100%);
    margin-left: calc(411 / 954 * 100%);
}

/* Moderate priority — 3-col grid (Figma 259:796: 224 + 141 + 232 + 141 + 216) */
.fy2526-wrapper .fy2526-materiality-row--moderate {
    grid-template-columns: minmax(0, 224fr) minmax(0, 232fr) minmax(0, 216fr);
    gap: 20px;
    width: 100%;
    column-count: 3;
    max-height: 120px;
}

.fy2526-wrapper .fy2526-materiality-row--moderate .fy2526-materiality-topic {
    width: calc(33.33% - 13.33px);
}

.fy2526-wrapper .fy2526-materiality-topic {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: clamp(11px, 1.2vw, 14px);
    line-height: 18px;
    color: #58595b;
    text-align: left;
    width: calc(50% - 10px);
}

.fy2526-wrapper .fy2526-materiality-topic.is-hidden {
    display: none;
}

.fy2526-wrapper .fy2526-materiality-topic-dot {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border-radius: 50%;
}

.fy2526-wrapper .fy2526-materiality-topic[data-category="environmental"] .fy2526-materiality-topic-dot,
.fy2526-wrapper .fy2526-mat-environmental .fy2526-materiality-topic-dot {
    background: #036638;
}

.fy2526-wrapper .fy2526-materiality-topic[data-category="social"] .fy2526-materiality-topic-dot,
.fy2526-wrapper .fy2526-mat-social .fy2526-materiality-topic-dot {
    background: #FDB913;
}

.fy2526-wrapper .fy2526-materiality-topic[data-category="governance"] .fy2526-materiality-topic-dot,
.fy2526-wrapper .fy2526-mat-governance .fy2526-materiality-topic-dot {
    background: #3986CF;
}

.fy2526-wrapper .fy2526-materiality-topic-label {
    display: block;
}

/* Legend — fy2526-checkbox structure, Figma 259:828 colors */
.fy2526-wrapper .fy2526-materiality-legend.fy2526-financial-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 56px;
    margin-top: 24px;
}

.fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox {
    position: relative;
}

.fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox label {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #58595b;
    cursor: pointer;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}


.fy2526-checkbox label {
    display: flex;
    gap: 6px;
    font-family: Gotham;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    align-items: center;
    cursor: pointer;
}

.fy2526-checkbox input {
    position: absolute;
    opacity: 0;
}


.fy2526-checkbox label .fy2526-checkbox-dot:before {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fy2526-governance-label label .fy2526-checkbox-dot {
    border-color: #388F7D;
}

.fy2526-governance-label label .fy2526-checkbox-dot:before {
    background: #388F7D;
}

.fy2526-social-label label .fy2526-checkbox-dot {
    border-color: #EFA562;
}

.fy2526-social-label label .fy2526-checkbox-dot:before {
    background: #EFA562;
}

.fy2526-environmental-label label .fy2526-checkbox-dot {
    border-color: #2E71A6;
}

.fy2526-environmental-label label .fy2526-checkbox-dot:before {
    background: #2E71A6;
}

.fy2526-checkbox [type="checkbox"]:checked~label .fy2526-checkbox-dot:before {
    display: flex;
}

.fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox-dot {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

.fy2526-wrapper .fy2526-materiality-environmental-label .fy2526-checkbox-dot {
    border-color: #036638;
}

.fy2526-wrapper .fy2526-materiality-environmental-label .fy2526-checkbox-dot:before {
    background: #036638;
}

.fy2526-wrapper .fy2526-materiality-social-label .fy2526-checkbox-dot {
    border-color: #FDB913;
}

.fy2526-wrapper .fy2526-materiality-social-label .fy2526-checkbox-dot:before {
    background: #FDB913;
}

.fy2526-wrapper .fy2526-materiality-governance-label .fy2526-checkbox-dot {
    border-color: #3986CF;
}

.fy2526-wrapper .fy2526-materiality-governance-label .fy2526-checkbox-dot:before {
    background: #3986CF;
}

.fy2526-wrapper .fy2526-materiality-environmental-label [type="checkbox"]~label {
    color: #036638;
}

.fy2526-wrapper .fy2526-materiality-social-label [type="checkbox"]~label {
    color: #FDB913;
}

.fy2526-wrapper .fy2526-materiality-governance-label [type="checkbox"]~label {
    color: #3986CF;
}


.fy2526-wrapper .fy2526-materiality-list-title {
    display: none;
    margin: 24px 0 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #036738;
    text-align: left;
}

.fy2526-wrapper .fy2526-materiality-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.fy2526-wrapper .fy2526-materiality-section .fy2526-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid #76ba43;
    border-radius: 42px;
    background: #ffffff;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #76ba43;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.fy2526-wrapper .fy2526-materiality-section .fy2526-btn-outline:hover {
    background: #76ba43;
    color: #ffffff;
}

.fy2526-wrapper .fy2526-materiality-section .fy2526-btn-outline:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 3px;
}

/* ==========================================================================
   VALUE CREATION MODEL — Figma 66:2152–66:2395 (1280×885 artboard)
   ========================================================================== */



/* ==========================================================================
   Downloadable Media Form modal — Figma 372:13258 / card 372:13259
   ========================================================================== */
.fy2526-wrapper .fy2526-download-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.fy2526-wrapper .fy2526-download-modal[hidden] {
    display: none !important;
}

.fy2526-wrapper .fy2526-download-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgb(108 165 32 / 50%);
}

.fy2526-wrapper .fy2526-download-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    max-height: calc(100vh - 32px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fy2526-wrapper .fy2526-download-modal-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 4px;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 20px 40px -15px rgba(0, 0, 0, 0.1);
}

.fy2526-wrapper .fy2526-download-modal-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    padding: 36px 28px 28px;
    border-radius: 6px;
    box-sizing: border-box;
}

.fy2526-wrapper .fy2526-download-modal-close {
    position: absolute;
    top: 25px;
    /* 4 + 21 */
    right: 25px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.fy2526-wrapper .fy2526-download-modal-close img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fy2526-wrapper .fy2526-download-modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.fy2526-wrapper .fy2526-download-modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 44px;
    padding: 12px 0;
    box-sizing: border-box;
    background: #eff5e6;
    border-radius: 9999px;
}

.fy2526-wrapper .fy2526-download-modal-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.fy2526-wrapper .fy2526-download-modal-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: center;
}

.fy2526-wrapper .fy2526-download-modal-title {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    letter-spacing: -0.44px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-download-modal-desc {
    margin: 0;
    max-width: 368px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    color: #98a2b3;
    text-align: center;
}

.fy2526-wrapper .fy2526-download-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
}

.fy2526-wrapper .fy2526-download-form-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.fy2526-wrapper .fy2526-download-form-fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.fy2526-wrapper .fy2526-download-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.fy2526-wrapper .fy2526-download-label {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.28px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-download-input-wrap,
.fy2526-wrapper .fy2526-download-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.fy2526-wrapper .fy2526-download-input-wrap {
    gap: 8px;

}

.fy2526-wrapper .fy2526-download-input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 12px;
}

.fy2526-wrapper .fy2526-download-input-icon img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    object-position: center;
}

.fy2526-wrapper .fy2526-download-input,
.fy2526-wrapper .fy2526-download-select {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.24px;
    color: #58595b;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 11px 13px;
    padding-left: 36px;
}

.fy2526-wrapper .fy2526-download-input::placeholder {
    color: #58595b;
    opacity: 1;
}

.fy2526-wrapper .fy2526-download-select-wrap .fy2526-download-select {
    padding: 11px 40px 11px 13px;
}

.fy2526-wrapper .fy2526-download-select {
    cursor: pointer;
}

.fy2526-wrapper .fy2526-download-select-chevron {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.fy2526-wrapper .fy2526-download-select-chevron img {
    display: block;
    width: 12px;
    height: 7px;
    object-fit: contain;
}

.fy2526-wrapper .fy2526-download-consent {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.fy2526-wrapper .fy2526-download-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.fy2526-wrapper .fy2526-download-consent-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fy2526-wrapper .fy2526-download-consent-box {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    box-sizing: border-box;
    border: 1px solid #6ca520;
    border-radius: 4px;
    background: #ffffff;
}

.fy2526-wrapper .fy2526-download-consent-input:checked+.fy2526-download-consent-box {
    background: #6ca520;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6L5 8.5L9.5 3.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}

.fy2526-wrapper .fy2526-download-consent-input:focus-visible+.fy2526-download-consent-box {
    outline: 2px solid #036738;
    outline-offset: 2px;
}

.fy2526-wrapper .fy2526-download-consent-text {
    flex: 1 1 auto;
    min-width: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.24px;
    color: #98a2b3;
}

.fy2526-wrapper .fy2526-download-consent-link {
    color: #6ca520;
    text-decoration: underline;
}
.fy2526-wrapper .fy2526-download-consent-link:hover {
    text-decoration: none;
}

.fy2526-wrapper .fy2526-download-field.is-invalid .fy2526-download-input-wrap,
.fy2526-wrapper .fy2526-download-field.is-invalid .fy2526-download-select-wrap,
.fy2526-wrapper .fy2526-download-consent.is-invalid .fy2526-download-consent-box {
    border-color: #8a1f1f;
}

.fy2526-wrapper .fy2526-download-error {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8a1f1f;
}

.fy2526-wrapper .fy2526-download-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    padding: 12px 16px;
    margin: 0;
    border: 0;
    border-radius: 48px;
    background: #6ca520;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.1),
        0 1px 2px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}

.fy2526-wrapper .fy2526-download-submit img {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
}

/* ==========================================================================
   Performance Highlights graph lightbox (mirrors msg-modal open/close pattern)
   ========================================================================== */
.fy2526-wrapper .fy2526-graph-modal {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 280ms ease,
        visibility 280ms ease;
}

.fy2526-wrapper .fy2526-graph-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.fy2526-wrapper .fy2526-graph-modal[hidden] {
    display: none !important;
}

.fy2526-wrapper .fy2526-graph-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgb(108 165 32 / 50%);
}

.fy2526-wrapper .fy2526-graph-modal-dialog {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: min(1200px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    transform: translateY(16px) scale(0.98);
    transition: transform 280ms ease;
}

.fy2526-wrapper .fy2526-graph-modal.is-open .fy2526-graph-modal-dialog {
    transform: translateY(0) scale(1);
}

.fy2526-wrapper .fy2526-graph-modal-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 48px 16px 16px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    overflow: auto;
}

.fy2526-wrapper .fy2526-graph-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.fy2526-wrapper .fy2526-graph-modal-close img {
    display: block;
    width: 28px;
    height: 28px;
    max-width: none;
}

.fy2526-wrapper .fy2526-graph-modal-close:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 2px;
}

.fy2526-wrapper .fy2526-graph-modal-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(100vw - 64px);
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
}

.fy2526-wrapper .fy2526-graph-modal-media img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
    object-fit: contain;
}


/* Value Creation Model — Figma 259:2108 / 259:3541 (fy2526 structure) */

.fy2526-value-creation-section {
    background: #ffffff;
    overflow: visible;
}

.fy2526-value-creation-section .fy2526-vcm-heading {
    margin-bottom: 48px !important;
    max-width: 536px !important;
}

.fy2526-value-creation-section .fy2526-vcm-mobile-subtitle {
    display: none;
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #58595B;
    text-align: center;
    letter-spacing: 0;
}

.fy2526-creation-service-row {
    display: flex;
    align-items: stretch;
}

.fy2526-value-column {
    width: 25%;
    position: relative;
}

.fy2526-value-column.fy2526-value-1 {
    padding-right: 50px;
}

.fy2526-value-column.fy2526-value-2 {
    width: 30%;
    height: auto;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.fy2526-value-column.fy2526-value-3 {
    width: 23%;
}

.fy2526-value-column.fy2526-value-4 {
    width: 25%;
    padding-right: 0;
    padding-left: 50px;
}

.fy2526-capital-heading-row .fy2526-value-column.fy2526-value-4 {
    padding-right: 0;
}

.fy2526-capital-heading-row {
    display: flex;
    margin-bottom: 16px;
    gap: 0;
    border-bottom: 1.5px solid #76BA43;
}


.fy2526-capital-heading {
    padding: 0 0 21px;
}

.fy2526-capital-heading h3 {
    color: #036738;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: none;
    margin: 0;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fy2526-value-box {
    padding: 14px 7px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #B8B9BB;
    position: relative;
    z-index: 1;
}

.fy2526-value-box.active {
    background: rgba(118, 186, 67, 0.1);
}

.fy2526-value-4 .fy2526-value-box.active:before {
    display: none;
}

.fy2526-value-box:last-child {
    border: 0;
}

.fy2526-value-box h4 {
    font-family: 'Gotham', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 8px;
    text-transform: none;
    color: #036738;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fy2526-value-box .fy2526-manufactured-title,
.fy2526-value-box .fy2526-natural-title,
.fy2526-value-box .fy2526-human-title,
.fy2526-value-box .fy2526-social-title,
.fy2526-value-box .fy2526-intellectual-title,
.fy2526-value-box .fy2526-financial-title {
    color: #036738;
}

.fy2526-value-box ul {
    color: #58595B;
    font-family: 'Gotham', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 4px;
    list-style: none;
    padding-left: 0;
}

.fy2526-value-box ul li {
    position: relative;
    padding-left: 13.5px;
}

.fy2526-value-box ul li::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #58595B;
}

.fy2526-value-creation-part {
    padding-bottom: 50px;
    position: relative;
}

.fy2526-creation-border {
    position: absolute;
    bottom: 8px;
    left: -1.5%;
    width: 103%;
    height: 53%;
    pointer-events: none;
    border: 0.5px solid #79BC43;
    border-top: 0;
    border-radius: 22px;
    z-index: 0;
}

.fy2526-value-1 .fy2526-arrow-1 {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    margin-top: 4px;

    display: flex;
    align-items: center;
}

.fy2526-value-1 .fy2526-arrow-1:before {
    content: '';
    width: 29px;
    height: 1px;

    background: #76BA43;
    display: block;
    margin-right: -8px;
}

.fy2526-value-1 .fy2526-arrow-1 img {
    width: 16px;
    height: auto;
}

.fy2526-value-2 .fy2526-arrow-2 {
    position: absolute;
    top: calc(50% - 25px);
    right: 8px;
    margin-top: 4px;

    display: flex;
    align-items: center;
}

.fy2526-value-2 .fy2526-arrow-2:before {
    content: '';
    width: 34px;
    height: 1px;
    background: #76BA43;
    display: block;
    margin-right: -8px;
}

.fy2526-value-2 .fy2526-arrow-2 img {
    width: 16px;
    height: auto;
}

.fy2526-value-3 .fy2526-arrow-3 {
    position: absolute;
    top: calc(50% - 25px);
    right: -45px;
    margin-top: 4px;

    display: flex;
    align-items: center;
}

.fy2526-value-3 .fy2526-arrow-3:before {
    content: '';
    width: 34px;
    height: 1px;
    background: #76BA43;
    display: block;
    margin-right: -8px;
}

.fy2526-value-3 .fy2526-arrow-3 img {
    width: 16px;
    height: auto;
}

.fy2526-creation-border .fy2526-arrow-4,
.fy2526-creation-border .fy2526-arrow-5 {
    display: none;
}

.fy2526-creation-border .fy2526-arrow-6 {
    position: absolute;
    bottom: -11.5px;
    left: 50%;
}

.fy2526-creation-border .fy2526-arrow-6 img {
    width: 16px;
    height: auto;
}

.fy2526-creation-border .fy2526-arrow-7 {
    position: absolute;
    bottom: -11.5px;
    left: 74%;
}

.fy2526-creation-border .fy2526-arrow-7 img {
    width: 16px;
    height: auto;
}

.fy2526-creation-border .fy2526-arrow-8 {
    display: none;
}

/* Center business-model diagram (Figma image 1923) */

.fy2526-vcm-diagram {
    position: relative;
    width: 100%;
    margin: -30px auto 0;
}


.fy2526-vcm-diagram-media {
    position: relative;
    width: 100%;
}

.fy2526-wrapper .fy2526-vcm-diagram-img {
    display: block;
    width: 110%;
    max-width: fit-content;
}

.fy2526-vcm-callouts {
    margin: 12px 0 0;
    padding: 0 0 0 16px;
    list-style: disc;
    color: #58595B;
}

.fy2526-vcm-callouts li {
    font-family: 'Gotham', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0;
    margin: 0 0 4px;
    color: #58595B;
}

 .fy2526-vcm-callouts {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    /* pointer-events: none; */
}

.fy2526-vcm-callouts li {
    position: absolute;
    margin: 0;
}

/* Callout % relative to center image 448×823 (Figma 259:2108) */

.fy2526-vcm-callouts li:nth-child(1) {
    left: 12.26%;
    top: 3.62%;
    width: 80px;
}

.fy2526-vcm-callouts li:nth-child(2) {
    left: 12.26%;
    top: 11.18%;
    width: 64px;
}

.fy2526-vcm-callouts li:nth-child(3) {
    left: 54.29%;
    top: 17.23%;
    width: 71px;
}

.fy2526-vcm-callouts li:nth-child(4) {
    left: 82.38%;
    top: 17.23%;
    width: 72px;
}

.fy2526-vcm-callouts li:nth-child(5) {
    left: 54.29%;
    top: 24.79%;
    width: 58px;
}

.fy2526-vcm-callouts li:nth-child(6) {
    left: 72.69%;
    top: 46.27%;
    width: 87px;
}

.fy2526-vcm-callouts li:nth-child(7) {
    left: 61.99%;
    top: 72.72%;
    width: 71px;
}

.fy2526-vcm-callouts li:nth-child(8) {
    left: 61.99%;
    top: 80.28%;
    width: 84px;
}

.fy2526-vcm-callouts li:nth-child(9) {
    left: 5.22%;
    top: 85.75%;
    width: 73px;
}

.fy2526-vcm-callouts li:nth-child(10) {
    left: 34.31%;
    top: 85.75%;
    width: 70px;
}

.fy2526-vcm-callouts li:nth-child(11) {
    left: 5.22%;
    top: 95.19%;
    width: 122px;
}

.fy2526-stakeholders-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 16px;
    width: 100%;
}

.fy2526-stakeholders-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-align: left;
    min-height: 24px;
}

.fy2526-stakeholders-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.fy2526-stakeholders-icon p {
    color: #58595B;
    text-align: left;
    font-family: 'Gotham', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0;
    margin: 0;
}

.fy2526-stakeholders-icon.fy2526-span {
    grid-column: 1 / -1;
}

.fy2526-stakeholders-icon.fy2526-span p {
    line-height: 11px;
}

/* Manufactured: Customers & Gov sits under Investors (col 2) — Figma Frame 1199 */

.fy2526-value-4 .fy2526-manufactured-box .fy2526-stakeholders-icon.fy2526-span {
    grid-column: 2;
}

/* Social: Suppliers under Communities (col 1) */

.fy2526-value-4 .fy2526-social-box .fy2526-stakeholders-icon.fy2526-span {
    grid-column: 1;
}

/* ==========================================================================
   ReSTART Targets — Figma 316:6628 / 316:9250 / 316:9365 / 316:9469 / 316:9560 / 316:9605
   Row heights follow content (match Figma’s natural uneven rows)
   ========================================================================== */

.fy2526-wrapper .fy2526-restart-section {
    background: #ffffff;
}

.fy2526-wrapper .fy2526-restart-header {
    display: flex;
    align-items: flex-start;
    gap: 149px;
    margin-bottom: 60px;
}

.fy2526-wrapper .fy2526-restart-heading {
    margin: 0;
    flex: 0 0 577px;
    max-width: 577px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #036738;
    text-align: left;
}

.fy2526-wrapper .fy2526-restart-header-aside {
    flex: 1 1 555px;
    max-width: 555px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.fy2526-wrapper .fy2526-restart-intro {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #58595b;
}

/* Controls row: Solar/REG switch (left) + legend (right) — Figma 481:2966 / 481:3076 */
.fy2526-wrapper .fy2526-restart-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 514px);
    align-items: end;
    column-gap: 24px;
    margin: 0 0 20px;
    min-height: 42px;
}

.fy2526-wrapper .fy2526-restart-switch {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    grid-column: 1;
    justify-self: start;
}

.fy2526-wrapper .fy2526-restart-scope-btn {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #58595B;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    transition: color 0.25s ease;
}
.fy2526-wrapper .fy2526-restart-scope-btn#fy2526-restart-scope-mfg.is-active {
    color: #76BA43;
}
.fy2526-wrapper .fy2526-restart-scope-btn#fy2526-restart-scope-org.is-active {
    color: #036738;
}


.fy2526-wrapper .fy2526-restart-scope-btn:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 3px;
}

.fy2526-wrapper .fy2526-restart-switch-track {
    position: relative;
    display: block;
    width: 88px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 21px;
    background: #76BA43;
    box-shadow: 0px 3.33px 4.44px 1.67px #00000040 inset;
    cursor: pointer;
    flex-shrink: 0;
}
.fy2526-wrapper .fy2526-restart-section[data-fy2526-restart-scope="organisation"] .fy2526-restart-switch-track {
    background: #036738;
}

.fy2526-wrapper .fy2526-restart-switch-knob {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: left 0.25s ease;
}

.fy2526-wrapper .fy2526-restart-section[data-fy2526-restart-scope="organisation"] .fy2526-restart-switch-knob {
    left: 51px;
}

.fy2526-wrapper .fy2526-restart-legend {
    display: none;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-column: 2;
    justify-self: end;
    width: 100%;
    max-width: 514px;
}

.fy2526-wrapper .fy2526-restart-section[data-fy2526-restart-scope="organisation"] .fy2526-restart-legend {
    display: flex;
}

.fy2526-wrapper .fy2526-restart-legend[hidden] {
    display: none !important;
}

.fy2526-wrapper .fy2526-restart-legend li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #58595b;
    white-space: nowrap;
}

.fy2526-wrapper .fy2526-restart-legend img,
.fy2526-wrapper .fy2526-restart-legend-icon {
    display: block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.fy2526-wrapper .fy2526-restart-esg {
    display: inline-flex;
    align-items: center;
    margin: 0;
    border: 0.5px solid #036738;
    border-radius: 42px;
    overflow: hidden;
}

.fy2526-wrapper .fy2526-restart-esg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #58595b;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, border-radius 0.25s ease;
}

.fy2526-wrapper .fy2526-restart-esg-btn.is-active {
    background: #036738;
    color: #ffffff;
    border-radius: 43px 0 0 43px;
}

.fy2526-wrapper .fy2526-restart-esg-btn:last-child.is-active {
    border-radius: 0 43px 43px 0;
}

.fy2526-wrapper .fy2526-restart-esg-btn[data-fy2526-restart-pillar="social"],
.fy2526-wrapper .fy2526-restart-esg-btn[data-fy2526-restart-pillar="social"].is-active {
    border-radius: 0px;
}

.fy2526-wrapper .fy2526-restart-esg-divider {
    display: block;
    width: 0;
    height: 24px;
    border-left: 0.5px solid #036738;
    flex-shrink: 0;
    opacity: 0.35;
}

.fy2526-wrapper .fy2526-restart-esg-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 19px;
    padding: 0 6px;
    border-radius: 126px;
    background: #f0f4e8;
    font-size: 12px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-restart-esg-btn.is-active .fy2526-restart-esg-badge {
    background: #f0f4e8;
    color: #036738;
}

.fy2526-wrapper .fy2526-restart-esg-btn:hover:not(.is-active) {
    color: #036738;
}

.fy2526-wrapper .fy2526-restart-esg-btn:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 3px;
}

.fy2526-wrapper .fy2526-restart-scope-panel[hidden],
.fy2526-wrapper .fy2526-restart-pillar-panel[hidden] {
    display: none !important;
}

.fy2526-wrapper .fy2526-restart-scope-panel.is-leaving[hidden],
.fy2526-wrapper .fy2526-restart-pillar-panel.is-leaving[hidden] {
    display: block !important;
}

.fy2526-wrapper .fy2526-restart-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fy2526-wrapper .fy2526-restart-table {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-restart-table--org {
    min-width: 1100px;
}

.fy2526-wrapper .fy2526-restart-col-pillar {
    width: 290px;
}

.fy2526-wrapper .fy2526-restart-table--mfg .fy2526-restart-col-years {
    width: 232px;
}

.fy2526-wrapper .fy2526-restart-table--mfg .fy2526-restart-col-target {
    width: 323px;
}

.fy2526-wrapper .fy2526-restart-table--mfg .fy2526-restart-col-topic {
    width: 336px;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-col-years {
    width: 115px;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-col-target {
    width: 306px;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-col-progress {
    width: 312px;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-col-topic {
    width: 238px;
}

.fy2526-wrapper .fy2526-restart-table thead th {
    height: 49px;
    padding: 0 16px;
    background: #f0f4e8;
    border-bottom: 0.5px solid #6ca520;
    border-right: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #036738;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    text-transform: uppercase;
}

.fy2526-wrapper .fy2526-restart-table thead th:last-child {
    text-align: center;
}

.fy2526-wrapper .fy2526-restart-table tbody td {
    padding: 10px 16px;
    vertical-align: middle;
    border-bottom: 0.5px solid #58595B26;
    border-right: 0;
    background: #ffffff;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #58595b;
    box-sizing: border-box;
}

.fy2526-wrapper #fy2526-restart-org-env .fy2526-restart-table tbody td {
    padding: 7px 16px;
}

.fy2526-wrapper #fy2526-restart-org-social .fy2526-restart-table tbody td {
    padding: 2.3px 16px;
}

.fy2526-wrapper #fy2526-restart-org-gov .fy2526-restart-table tbody td {
    padding: 11px 16px;
}

.fy2526-wrapper .fy2526-restart-table tbody tr td:not(:last-child) {
    border-right: 0.5px solid #58595B26;
}

.fy2526-wrapper .fy2526-restart-table tbody tr:last-child td {
    border-bottom: 0.5px solid #76BA43 !important;
}

.fy2526-wrapper .fy2526-restart-pillar-cell {
    border-bottom: 0 !important;
    border-right: 0.5px solid #76BA43 !important;
    background: #ffffff !important;
}



.fy2526-wrapper .fy2526-restart-pillar-art {
    display: block;
    width: 290px;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
    aspect-ratio: 2.5 / 3;
}

.fy2526-wrapper .fy2526-restart-table td.fy2526-restart-topic,
.fy2526-wrapper .fy2526-restart-table--mfg tbody td:last-child {
    border-left: 0.5px solid #58595B26;
    text-align: left;
    vertical-align: middle;
    background: #ffffff !important;
}

.fy2526-wrapper .fy2526-restart-table--mfg .fy2526-restart-year {
    white-space: nowrap;
    text-align: center;
    width: 1%;
    padding-left: 24px;
    padding-right: 24px;

}

/* Manufacturing tables: Figma body is 488px with equal row heights */
.fy2526-wrapper .fy2526-restart-table--mfg tbody {
    height: 488px;
}

.fy2526-wrapper #fy2526-restart-mfg-env .fy2526-restart-table--mfg tbody td:not(.fy2526-restart-pillar-cell) {
    height: 122px;
}

.fy2526-wrapper #fy2526-restart-mfg-social .fy2526-restart-table--mfg tbody td:not(.fy2526-restart-pillar-cell),
.fy2526-wrapper #fy2526-restart-mfg-gov .fy2526-restart-table--mfg tbody td:not(.fy2526-restart-pillar-cell) {
    height: 244px;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-year {
    position: relative;
    white-space: nowrap;
    text-align: center;
    padding-left: 20px;
    padding-right: 12px;
    border-left: 0.5px solid #c9c9c9;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -0.5px;
    width: 9px;
    background: transparent;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-row--retained>.fy2526-restart-year::before {
    background: #daedf9;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-row--retained-soft>.fy2526-restart-year::before {
    background: #f1f8fd;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-row--carried>.fy2526-restart-year::before {
    background: #faf5b8;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-row--new>.fy2526-restart-year::before {
    background: #ffd7a5;
}

.fy2526-wrapper .fy2526-restart-table--org .fy2526-restart-row--modified>.fy2526-restart-year::before {
    background: #CAC0D8;
}

.fy2526-wrapper .fy2526-restart-table--org td.fy2526-restart-topic {
    background: #ffffff !important;
}

/* ==========================================================================
   Integrated Thinking at ReNew — Figma 352:204 / 352:98 / 352:2771 / 352:152 / 352:32
   ========================================================================== */

.fy2526-wrapper .fy2526-thinking-section {
    background: #ffffff;
}

.fy2526-wrapper .fy2526-thinking-heading {
    margin-bottom: 56px;
}

.fy2526-wrapper .fy2526-thinking-heading-inner {
    max-width: 664px;
}

.fy2526-wrapper .fy2526-thinking-line {
    max-width: 664px;
}

.fy2526-wrapper .fy2526-thinking-intro {
    max-width: 515px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-thinking-card {
    background: #f0f4e8;
    border-radius: 12px;
    padding: 24px;
}

.fy2526-wrapper .fy2526-thinking-tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.fy2526-wrapper .fy2526-thinking-tabs::-webkit-scrollbar {
    display: none;
  }
.fy2526-wrapper .fy2526-thinking-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 16px 24px;
    margin: 0;
    border: 1px solid #58595b;
    border-radius: 42px;
    background: transparent;
    opacity: 0.75;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #58595b;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
    flex: 1 1 0;
}

.fy2526-wrapper .fy2526-thinking-tab.is-active {
    background: #036738;
    border-color: #036738;
    color: #ffffff;
    opacity: 1;
}

.fy2526-wrapper .fy2526-thinking-tab:hover:not(.is-active) {
    opacity: 1;
    color: #036738;
    border-color: #036738;
}

.fy2526-wrapper .fy2526-thinking-tab:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 3px;
}

.fy2526-wrapper .fy2526-thinking-panel[hidden] {
    display: none !important;
}

.fy2526-wrapper .fy2526-thinking-panel.is-leaving[hidden] {
    display: block !important;
}

.fy2526-wrapper .fy2526-thinking-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.fy2526-wrapper .fy2526-thinking-media {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 714px;
    border-radius: 12px;
    overflow: hidden;
}

.fy2526-wrapper .fy2526-thinking-media-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 714 / 431;
}

.fy2526-wrapper .fy2526-thinking-more {
    position: absolute;
    right: 24px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 50px;
    padding: 0 16px;
    border-radius: 12px;
    background: #ffffff;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #76ba43;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.fy2526-wrapper .fy2526-thinking-more:hover {
    background: #76ba43;
    color: #ffffff;
}

.fy2526-wrapper .fy2526-thinking-stats {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: space-between;
}

.fy2526-wrapper .fy2526-thinking-stats-col {
    display: grid;
    gap: 24px;
    grid-auto-flow: row;
}

.fy2526-wrapper .fy2526-thinking-stats--env .fy2526-thinking-stats-col:first-child {
    flex: 0 0 200px;
}

.fy2526-wrapper .fy2526-thinking-stats--env .fy2526-thinking-stats-col:last-child {
    flex: 0 0 219px;
}

.fy2526-wrapper .fy2526-thinking-stats--social .fy2526-thinking-stats-col--social-a {
    flex: 0 0 200px;
}

.fy2526-wrapper .fy2526-thinking-stats--social .fy2526-thinking-stats-col--social-b {
    flex: 0 0 228px;
}

.fy2526-wrapper .fy2526-thinking-stats--gov .fy2526-thinking-stats-col--narrow {
    flex: 0 0 135px;
}

.fy2526-wrapper .fy2526-thinking-stats--gov .fy2526-thinking-stats-col--wide {
    flex: 0 0 192px;
}

.fy2526-wrapper .fy2526-thinking-stats--gov .fy2526-thinking-stats-col--mini {
    flex: 0 0 92px;
}

.fy2526-wrapper .fy2526-thinking-stats--ops .fy2526-thinking-stats-col--ops-a {
    flex: 0 0 235px;
}

.fy2526-wrapper .fy2526-thinking-stats--ops .fy2526-thinking-stats-col--ops-b {
    flex: 0 0 215px;
}

.fy2526-wrapper .fy2526-thinking-stats--finance .fy2526-thinking-stats-col--fin-a {
    flex: 0 0 154px;
}

.fy2526-wrapper .fy2526-thinking-stats--finance .fy2526-thinking-stats-col--fin-b {
    flex: 0 0 144px;
}

.fy2526-wrapper .fy2526-thinking-stats--finance .fy2526-thinking-stats-col--fin-c {
    flex: 0 0 149px;
}

.fy2526-thinking-stats--finance .fy2526-thinking-stats-col {
    gap: 19px;
}

.fy2526-thinking-stats--finance .fy2526-thinking-stats-col .fy2526-thinking-stat {
    padding-bottom: 19px;
}

.fy2526-wrapper .fy2526-thinking-stat {
    padding: 0 0 24px;
    border-bottom: 1px solid #6CA5201A;
    color: #036738;
}

.fy2526-wrapper .fy2526-thinking-stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.fy2526-wrapper .fy2526-thinking-stat-value {
    margin: 0 0 8px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #036738;
}

.fy2526-wrapper .fy2526-thinking-stat-label {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #036738;
}

.fy2526-wrapper .fy2526-thinking-stat-value sup {
    font-size: 12.9px;
    vertical-align: super;
}

/* ==========================================================================
   RESPONSIVE QA — Mobile/Tablet Figma 352:3701 (desktop base rules untouched)
   ========================================================================== */

/* —— Our Journey: stacked cards under compact timeline (Figma 352:5517/5518) —— */

/* —— Global mobile rhythm & type (Figma 352:3701) —— */



/* ==========================================================================
   Frequently Asked Questions — Figma 372:9545 heading / 372:9548 accordion
   ========================================================================== */
.fy2526-wrapper .fy2526-faq-section {
    background: #ffffff;
}

.fy2526-wrapper .fy2526-faq-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 132px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 56px;
    /* ~142px Figma gap less section flow; 56 + list margin tuned */
}

.fy2526-wrapper .fy2526-faq-title {
    margin: 0;
    flex: 0 1 519px;
    max-width: 519px;
    text-align: left;
}

.fy2526-wrapper .fy2526-faq-intro {
    margin: 0;
    flex: 0 1 629px;
    max-width: 629px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.fy2526-wrapper .fy2526-faq-item {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #edeeee;
    border-radius: 12px;
    padding: 24px 32px;
}

.fy2526-wrapper .fy2526-faq-question-wrap {
    margin: 0;
}

.fy2526-wrapper .fy2526-faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 34px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
}

.fy2526-wrapper .fy2526-faq-question {
    flex: 1 1 auto;
    min-width: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #58595b;
}

.fy2526-wrapper .fy2526-faq-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34.4px;
    height: 34.4px;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 100px;
    background: #edeeee;
    transition: background-color 0.25s ease;
}

.fy2526-wrapper .fy2526-faq-item.is-open .fy2526-faq-toggle {
    background: #76ba43;
}

.fy2526-wrapper .fy2526-faq-chevron {
    display: block;
    object-fit: contain;
    object-position: center;
}

.fy2526-wrapper .fy2526-faq-chevron--closed {
    width: 6px;
    height: 12px;
}

.fy2526-wrapper .fy2526-faq-chevron--open {
    width: 12px;
    height: 7px;
    display: none;
}

.fy2526-wrapper .fy2526-faq-item.is-open .fy2526-faq-chevron--closed {
    display: none;
}

.fy2526-wrapper .fy2526-faq-item.is-open .fy2526-faq-chevron--open {
    display: block;
}

.fy2526-wrapper .fy2526-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.fy2526-wrapper .fy2526-faq-item.is-open .fy2526-faq-panel {
    grid-template-rows: 1fr;
}

.fy2526-wrapper .fy2526-faq-panel-inner {
    overflow: hidden;
    min-height: 0;
}

.fy2526-wrapper .fy2526-faq-answer {
    margin: 24px 0 0;
    max-width: 1024px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #58595b;
}
.fy2526-wrapper .fy2526-faq-panel-inner ol {
    margin-bottom: 0px;
    margin-top: 10px;
}
.fy2526-wrapper .fy2526-faq-panel-inner ol li {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #58595b;
}

.fy2526-wrapper .fy2526-faq-trigger:focus-visible {
    outline: 2px solid #036738;
    outline-offset: 4px;
    border-radius: 4px;
}



.fy2526-interplay-capitals-section .fy2526-interplay-heading {
    max-width: 590px;
    margin: 0 auto 56px;
    text-align: center;
}
.fy2526-interplay-tabs-part h3.fy2526-tab{
    display: none;
}
.fy2526-interplay-tabs-ul{
    margin-bottom: 16px;
}
.fy2526-interplay-tabs-ul .fy2526-tabs{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h3.fy2526-tab,
.fy2526-interplay-tabs-ul .fy2526-tabs li{
    width: 100%;
    padding: 9px 5px;
    border-bottom: 2px solid #00000033;
    font-family: Gotham;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fy2526-interplay-tabs-ul .fy2526-tabs li.current{
    color: #036738;
    border-bottom: 2px solid #036738;
}

.fy2526-tabs-content-grid{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: start;
}

.fy2526-capitals-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.fy2526-capitals-box-img{
    position: relative;
    width: 100%;
    height: 311px;
    overflow: hidden;
}

.fy2526-capitals-box-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 34%;
}

.fy2526-capitals-column .fy2526-capitals-title,
.fy2526-capitals-box-info .fy2526-capitals-title {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 8px 12px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #036738;
}
.fy2526-capitals-column .fy2526-capitals-content ul,
.fy2526-capitals-box-info .fy2526-capitals-content ul{
    margin: 0;
    padding: 0 0 0 14px;
}
.fy2526-capitals-column .fy2526-capitals-content ul li,
.fy2526-capitals-box-info .fy2526-capitals-content ul li{
    margin: 0;
    padding: 0;
}
.fy2526-capitals-column .fy2526-capitals-content,
.fy2526-capitals-box-info .fy2526-capitals-content{
    padding: 9px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0;
    min-height: 257px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F5F9F1;
}
.fy2526-capitals-content p{
    font-family: Gotham;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 15px !important;
    letter-spacing: 0;
    margin: 0 0 8px;
    color: #58595B;
}
.fy2526-capitals-box-info{
    height: 100%;
}
.fy2526-tabs-content{
    display: none;
}
.fy2526-tabs-content.current{
    display: block;
}

.fy2526-manufactured-column .fy2526-capitals-box-img h5{
    display: none;
}
.fy2526-human-column .fy2526-capitals-box-img h5,
.fy2526-natural-column .fy2526-capitals-box-img h5,
.fy2526-social-column .fy2526-capitals-box-img h5,
.fy2526-intellectual-column .fy2526-capitals-box-img h5,
.fy2526-financial-column .fy2526-capitals-box-img h5{
    display: none;
}



/* ============================================================================
   RESPONSIVE / MEDIA QUERIES
   Consolidated at end — desktop base styles above; large → small max-width
   ========================================================================== */

@media (max-width: 1399px) {

    .fy2526-wrapper .fy2526-section {
        padding: 40px 0;
    }

    .fy2526-wrapper .fy2526-ops-stage {
        grid-template-columns: minmax(200px, 267px) minmax(0, 1fr) minmax(260px, 303px);
    }
    .fy2526-interplay-capitals-section .fy2526-interplay-heading,
    .fy2526-wrapper .fy2526-highlights-heading {
        margin-bottom: 30px;
    }

    .fy2526-wrapper .fy2526-section-heading-wrap {
        gap: 10px;
    }

    .fy2526-wrapper .fy2526-section-heading {
        font-size: 30px;
    }
    .fy2526-wrapper .fy2526-section-subheading {
        font-size: 27px;
        line-height: 26px;
    }

    .fy2526-wrapper .fy2526-restart-intro,
    .fy2526-wrapper .fy2526-section-intro,
    .fy2526-wrapper .fy2526-highlights-desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .fy2526-wrapper .fy2526-hero-brand {
        font-size: 50px;
        line-height: 46px;
    }

    .fy2526-wrapper .fy2526-hero-lead {
        font-size: 19px;
        line-height: 23px;
    }

    .fy2526-wrapper .fy2526-hero-year-20 {
        font-size: 62px;
        line-height: 55px;
    }

    .fy2526-wrapper .fy2526-year-text {
        font-size: 30px;
        line-height: 27px;
    }




    .fy2526-wrapper .fy2526-highlights-tab {
        padding: 10px 15px;
    }

    .fy2526-wrapper .fy2526-highlights-tab>svg,
    .fy2526-wrapper .fy2526-highlights-tab-icon {
        width: 30px;
        height: 30px;
    }

    .fy2526-wrapper .fy2526-highlights-desc {
        margin: 0 0 20px;
        padding: 10px 0 10px 15px;
        min-height: 72px;
    }

    .fy2526-wrapper .fy2526-highlights-visual {
        flex: 0 0 auto;
        max-width: 460px;
    }

    .fy2526-wrapper .fy2526-highlights-stat-value {
        gap: 6px;
        font-size: 26px;
    }

    .fy2526-wrapper .fy2526-highlights-trend {
        width: 40px;
        height: 24px;
        padding: 2px 8px;
    }

    .fy2526-wrapper .fy2526-ratings-heading {
        margin-bottom: 30px;
        top: 40px;
    }

    .fy2526-wrapper .fy2526-ratings-media {
        top: 113px;
        max-width: 430px;
    }

    .fy2526-wrapper .fy2526-ratings-card-brand {
        margin: 0;
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        color: #036738;
        font-size: 26px;
        line-height: 100%;
    }

    .fy2526-wrapper .fy2526-ratings-card {
        border-radius: 18px;
        min-height: auto;
    }

    .fy2526-wrapper .fy2526-ratings-card-inner {
        padding: 20px;
        gap: 18px;
        border-radius: 17px;
        min-height: auto;
    }

    .fy2526-wrapper .fy2526-ratings-score-label {
        font-size: 18px;
    }

    .fy2526-wrapper .fy2526-leadership-heading {
        margin-bottom: 30px;
    }

    .fy2526-wrapper .fy2526-leadership-sticky-zone {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-leadership-sticky-stack {
        gap: 24px;
        margin-bottom: 0;
    }

    .fy2526-wrapper .fy2526-leadership-card--sticky {
        top: 104px;
    }

    .fy2526-wrapper .fy2526-leadership-photo {
        aspect-ratio: 270 / 265;
    }
    .fy2526-wrapper .fy2526-leadership-copy {
        gap: 15px;
    }
    .fy2526-wrapper .fy2526-leadership-name {
        font-size: 16px;
    }
    .fy2526-wrapper .fy2526-leadership-card {
        width: 100%;
        max-width: none;
        padding: 10px;
        border-radius: 12px;
    }
    .fy2526-wrapper .fy2526-leadership-card--featured {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        padding: 12px;
    }
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-photo {
        width: min(520px, 48%);
        height: auto;
        aspect-ratio: 641 / 487;
    }
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-body {
        width: auto;
        max-width: none;
        flex: 1 1 auto;
        height: auto;
        min-height: 0;
        align-self: stretch;
    }
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-card-inner {
        gap: 28px;
    }
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-eyebrow {
        font-size: 20px;
    }
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-role {
        font-size: 28px;
        line-height: 36px;
    }
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-excerpt,
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-salutation {
        font-size: 16px;
        line-height: 24px;
    }
    .fy2526-wrapper .fy2526-leadership-eyebrow {
        font-size: 16px;
    }
    .fy2526-wrapper .fy2526-leadership-role {
        font-size: 18px;
        line-height: 22px;
    }
    .fy2526-wrapper .fy2526-leadership-meta {
        gap: 6px;
    }
    .fy2526-wrapper .fy2526-leadership-excerpt {
        font-size: 14px;
        line-height: 22px;
    }















    /* #our-operational-presence .container {
        max-width: 1280px !important;
    } */
    .fy2526-wrapper .fy2526-journey-viewport {
        display: flex;
        justify-content: center;
    }
    #our-operational-presence .container {
        max-width: 100% !important;
    }
    .fy2526-wrapper .fy2526-ops-heading {
        margin-bottom: 30px;
    }


    .fy2526-wrapper .fy2526-decarb-heading {
        margin-bottom: 30px;
    }

    .fy2526-wrapper .fy2526-decarb-center {
        max-width: 500px;
        margin: -350px auto 30px;
    }

    .fy2526-wrapper .fy2526-decarb-scope-total--center,
    .fy2526-wrapper .fy2526-decarb-scope--2 .fy2526-decarb-scope-total,
    .fy2526-wrapper .fy2526-decarb-scope--1 .fy2526-decarb-scope-total {
        margin-bottom: 20px;
    }



    .fy2526-wrapper .fy2526-restart-heading {
        flex: 0 0 auto;
        max-width: 50%;
        font-size: 34px;
    }

    .fy2526-wrapper .fy2526-restart-header-aside {
        flex: 1 1 auto;
        max-width: 50%;
    }

    .fy2526-wrapper .fy2526-restart-header {
        gap: 15px;
        margin-bottom: 30px;
    }

    .fy2526-wrapper .fy2526-materiality-heading {
        margin: 0 auto 30px;
    }

    .fy2526-wrapper .fy2526-materiality-section .fy2526-container {
        padding: 0;
    }

    .fy2526-wrapper .fy2526-materiality-cta {
        margin-top: 30px;
    }

    .fy2526-value-creation-section .fy2526-vcm-heading {
        margin-bottom: 30px !important;
    }

    .fy2526-wrapper .fy2526-thinking-heading {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-thinking-tabs {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-thinking-tab {
        padding: 13px 24px;
        font-size: 15px;
        flex: unset;
        min-width: unset;
    }

    .fy2526-wrapper .fy2526-thinking-media {
        max-width: 600px;
    }

    .fy2526-wrapper .fy2526-thinking-section .container {
        max-width: 100%;
    }

    .fy2526-wrapper .fy2526-thinking-media {
        max-width: 550px;
    }

    .fy2526-wrapper .fy2526-thinking-stats-col {
        gap: 15px;
    }

    .fy2526-wrapper .fy2526-thinking-stat {
        padding: 0 0 15px;
    }

    .fy2526-wrapper .fy2526-thinking-stat-value {
        font-size: 18px;
    }

    .fy2526-wrapper .fy2526-thinking-more {
        height: 42px;
    }

    

    .fy2526-wrapper .fy2526-faq-intro {
        margin: 0;
        flex: 0 1 auto;
        max-width: 50%;
        font-size: 16px;
        line-height: 26px;
    }

    .fy2526-wrapper .fy2526-faq-title {
        margin: 0;
        flex: 0 1 auto;
        max-width: 50%;
        font-size: 34px;
    }

    .fy2526-wrapper .fy2526-faq-header {
        gap: 10px;
        margin: 0 auto 30px;
    }

    .fy2526-wrapper .fy2526-faq-list {
        gap: 15px;
    }

    .fy2526-wrapper .fy2526-faq-item {
        padding: 20px;
    }

    .fy2526-wrapper .fy2526-faq-answer {
        margin: 15px 0 0;
        font-size: 16px;
        line-height: 24px;
    }
    .fy2526-wrapper .fy2526-faq-panel-inner ol li {
        font-size: 16px;
        line-height: 24px;
    }
    .fy2526-wrapper .fy2526-faq-question {
        font-weight: 500;
        font-size: 18px;
    }

    .fy2526-wrapper .fy2526-faq-trigger {
        gap: 10px;
        min-height: 30px;
    }

    .fy2526-wrapper .fy2526-faq-toggle {
        width: 30px;
        height: 30px;
        padding: 4px;
    }
}
/* @media (max-width: 1399px) and (min-width: 1200px) {
    .fy2526-wrapper .fy2526-journey-item--y2011 {
        left: 20px;
        top: 295px;
        width: 200px;
    }
    .fy2526-wrapper .fy2526-journey-item--y1214 {
        left: 70px;
        bottom: -30px;
        width: 240px;
    }
    .fy2526-wrapper .fy2526-journey-item--y1516 {
        left: 250px;
        top: 230px;
        width: 220px;
    }

    .fy2526-wrapper .fy2526-journey-item--y1718 {
        left: 370px;
        bottom: 40px;
        width: 210px;
    }
    .fy2526-wrapper .fy2526-journey-item--y1920 {
        left: 530px;
        top: 70px;
        width: 270px;
    }
    .fy2526-wrapper .fy2526-journey-item--y2122 {
        right: 385px;
        bottom: 20px;
        width: 230px;
    }
    .fy2526-wrapper .fy2526-journey-item--y2324 {
        right: 30px;
        top: 0px;
        width: 435px;
    }
    .fy2526-wrapper .fy2526-journey-item--y2526 {
        right: 75px;
        bottom: 10px;
        width: 269px;
    }
    .fy2526-wrapper .fy2526-journey-video {
        height: 940px;
    }
    .fy2526-wrapper .fy2526-journey-canvas {
        min-width: inherit;
    }

} */
@media (max-width: 1366px) {
    .fy2526-wrapper .fy2526-highlights-visual {
        flex: 0 0 auto;
        max-width: 410px;
    }

    .fy2526-wrapper .fy2526-highlights-stats {
        max-width: 705px;
    }
    
}
@media (max-width: 1360px) {
    .fy2526-wrapper .fy2526-highlights-visual {
        flex: 0 0 auto;
        max-width: 410px;
    }

    .fy2526-wrapper .fy2526-highlights-stats {
        max-width: 705px;
    }

}

@media (max-width: 1199px) {
    .fy2526-wrapper .fy2526-hero-brand {
        font-size: 46px;
        line-height: 42px;
    }

    .fy2526-wrapper .fy2526-hero-lead {
        font-size: 18px;
        line-height: 22px;
    }

    .fy2526-wrapper .fy2526-hero-year-20 {
        font-size: 56px;
        line-height: 49px;
    }

    .fy2526-wrapper .fy2526-year-text {
        font-size: 28px;
        line-height: 25px;
    }

    .fy2526-wrapper .fy2526-hero-year-label {
        font-size: 17px;
        line-height: 23px;
    }

    .fy2526-wrapper .fy2526-hero-tagline {
        font-size: 17px;
        line-height: 21px;
    }


    .fy2526-wrapper .fy2526-section-heading {
        font-size: 28px;
    }
    .fy2526-wrapper .fy2526-section-subheading {
        font-size: 26px;
        line-height: 25px;
    }
    .fy2526-interplay-capitals-section .fy2526-interplay-heading,
    .fy2526-wrapper .fy2526-highlights-heading {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-highlights-tab {
        font-size: 15px;
        padding: 12px 12px 14px;
    }

    .fy2526-wrapper .fy2526-highlights-metrics {
        flex-direction: column;
    }

    .fy2526-wrapper .fy2526-highlights-metric {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }

    .fy2526-wrapper .fy2526-highlights-visual,
    .fy2526-wrapper .fy2526-highlights-visual picture,
    .fy2526-wrapper .fy2526-highlights-visual img {
        flex: unset;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 543 / 248;
        border-radius: 12px 12px 0 0;
    }

    .fy2526-wrapper .fy2526-highlights-stats {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        height: auto;
        min-height: auto;
        border-radius: 0 0 12px 12px;
    }

    .fy2526-wrapper .fy2526-highlights-stat-value {
        font-size: 20px;
    }

    .fy2526-wrapper .fy2526-highlights-note .fy2526-highlights-trend,
    .fy2526-wrapper .fy2526-highlights-trend {
        width: 38px;
        height: 20px;
        padding: 2px 8px;
    }

    .fy2526-wrapper .fy2526-highlights-trend svg {
        width: 14px;
        height: 12px;
    }

    .fy2526-wrapper .fy2526-ratings-stage {
        gap: 15px;
    }

    .fy2526-wrapper .fy2526-ratings-heading {
        margin-bottom: 24px;
        top: 40px;
    }

    .fy2526-wrapper .fy2526-ratings-media {
        top: 103px;
        max-width: 430px;
        flex: unset;
    }

    .fy2526-wrapper .fy2526-ratings-card-brand {
        font-size: 22px;
    }

    .fy2526-wrapper .fy2526-ratings-card {
        border-radius: 12px;
    }

    .fy2526-wrapper .fy2526-ratings-card-inner {
        padding: 15px;
        gap: 15px;
        border-radius: 11px;
    }

    .fy2526-wrapper .fy2526-ratings-score-label {
        font-size: 16px;
    }

    .fy2526-wrapper .fy2526-ratings-score-up {
        width: 16px;
        height: 16px;
    }

    .fy2526-wrapper .fy2526-leadership-heading {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-leadership-sticky-zone {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-leadership-sticky-stack {
        gap: 24px;
        margin-bottom: 0;
    }

    .fy2526-wrapper .fy2526-leadership-card--sticky {
        top: 96px;
    }

    .fy2526-wrapper .fy2526-leadership-card {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 15px 10px;
        border-radius: 12px;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        padding: 12px;
        margin: 0;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-photo {
        width: min(420px, 46%);
        height: auto;
        aspect-ratio: 641 / 487;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-body {
        width: auto;
        max-width: none;
        flex: 1 1 auto;
        height: auto;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-card-inner {
        gap: 24px;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-eyebrow {
        font-size: 18px;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-role {
        font-size: 24px;
        line-height: 32px;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-excerpt,
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-salutation {
        font-size: 14px;
        line-height: 22px;
    }

    .fy2526-wrapper .fy2526-leadership-photo {
        aspect-ratio: 180 / 180;
    }

    .fy2526-wrapper .fy2526-leadership-card-inner {
        gap: 6px;
    }

    .fy2526-wrapper .fy2526-leadership-eyebrow {
        font-size: 16px;
    }

    .fy2526-wrapper .fy2526-leadership-titles {
        gap: 4px;
    }

    .fy2526-wrapper .fy2526-leadership-role {
        font-size: 18px;
        line-height: 22px;
    }

    .fy2526-wrapper .fy2526-leadership-meta {
        gap: 6px;
    }

    .fy2526-wrapper .fy2526-leadership-name {
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-leadership-body {
        gap: 10px;
    }

    .fy2526-wrapper .fy2526-leadership-excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .fy2526-wrapper .fy2526-leadership-btn {
        padding: 9px 12px;
    }

    .fy2526-wrapper .fy2526-leadership-btn-icons,
    .fy2526-wrapper .fy2526-leadership-btn-icon {
        width: 20px;
        height: 20px;
    }

    .fy2526-wrapper .fy2526-decarb-scope-title {
        font-size: 18px;
    }

    .fy2526-wrapper .fy2526-decarb-scope-value {
        font-size: 22px;
    }

    .fy2526-wrapper .fy2526-decarb-scope3-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 16px;
        row-gap: 16px;
    }

    .fy2526-wrapper .fy2526-decarb-metric-icon {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
    }

    .fy2526-wrapper .fy2526-decarb-metric-label {
        font-size: 12px;
        line-height: 18px;
    }

    .fy2526-wrapper .fy2526-decarb-metric-value {
        font-size: 14px;
        line-height: 20px;
    }

    .fy2526-wrapper .fy2526-decarb-metric {
        gap: 10px;
        min-height: 30px;
    }

    .fy2526-wrapper .fy2526-decarb-center {
        max-width: 440px;
        margin: -310px auto 20px;
    }

    .fy2526-wrapper .fy2526-restart-legend {
        flex-wrap: wrap;
        gap: 10px;
        max-width: 100%;
        justify-content: center;
    }

    .fy2526-wrapper .fy2526-restart-table {
        min-width: 880px;
    }

    .fy2526-wrapper .fy2526-restart-col-pillar {
        width: 220px;
    }

    .fy2526-wrapper .fy2526-restart-pillar-art,
    .fy2526-wrapper .fy2526-restart-pillar-art--org {
        width: 220px;
    }

    .fy2526-wrapper .fy2526-materiality-heading {
        margin: 0 auto 24px;
    }

    .fy2526-wrapper .fy2526-materiality-topic {
        gap: 8px;
    }

    .fy2526-wrapper .fy2526-materiality-topic-dot {
        width: 12px;
        height: 12px;
        margin-top: 2px;
    }

    .fy2526-wrapper .fy2526-materiality-row--moderate {
        gap: 10px;
    }

    .fy2526-wrapper .fy2526-materiality-topics {
        grid-template-rows: 190px 129px;
    }

    .fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox-dot {
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
    }

    .fy2526-wrapper .fy2526-materiality-legend.fy2526-financial-button {
        gap: 24px;
    }

    .fy2526-checkbox label .fy2526-checkbox-dot:before {
        width: 16px;
        height: 16px;
    }

    .fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox label {
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-materiality-cta {
        margin-top: 24px;
    }

    .fy2526-value-creation-section .fy2526-vcm-heading {
        margin-bottom: 24px !important;
    }

    .fy2526-capital-heading {
        padding: 0 0 12px;
    }

    .fy2526-padding {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    .fy2526-value-column.fy2526-value-4 {
        padding-right: 0;
    }

    .fy2526-value-column.fy2526-value-1,
    .fy2526-value-column.fy2526-value-2 {
        padding-right: 30px;
    }

    .fy2526-value-1 .fy2526-arrow-1 img,
    .fy2526-value-2 .fy2526-arrow-2 img,
    .fy2526-value-3 .fy2526-arrow-3 img {
        width: 8px;
    }

    .fy2526-creation-border .fy2526-arrow-6 img,
    .fy2526-creation-border .fy2526-arrow-7 img {
        width: 10px;
    }

    .fy2526-value-column.fy2526-value-4 {
        padding-left: 30px;
    }

    .fy2526-vcm-callouts li,
    .fy2526-value-box ul {
        font-size: 8px;
        line-height: 12px;
    }

    .fy2526-value-box h4 {
        font-size: 11px;
    }

    .fy2526-value-1 .fy2526-arrow-1:before,
    .fy2526-value-2 .fy2526-arrow-2:before,
    .fy2526-value-3 .fy2526-arrow-3:before {
        width: 20px;
    }

    .fy2526-value-3 .fy2526-arrow-3 {
        right: -24px;
    }

    .fy2526-value-2 .fy2526-arrow-2 {
        right: 2px;
    }


    .fy2526-wrapper .fy2526-thinking-tab {
        padding: 16px 24px;
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-thinking-media {
        flex: 1 1 auto;
        width: 100%;
        height: auto;
        aspect-ratio: 714 / 431;
    }

    .fy2526-wrapper .fy2526-thinking-stats,
    .fy2526-wrapper .fy2526-thinking-stats--env .fy2526-thinking-stats-col:first-child,
    .fy2526-wrapper .fy2526-thinking-stats--env .fy2526-thinking-stats-col:last-child,
    .fy2526-wrapper .fy2526-thinking-stats--social .fy2526-thinking-stats-col--social-a,
    .fy2526-wrapper .fy2526-thinking-stats--social .fy2526-thinking-stats-col--social-b,
    .fy2526-wrapper .fy2526-thinking-stats--gov .fy2526-thinking-stats-col--narrow,
    .fy2526-wrapper .fy2526-thinking-stats--gov .fy2526-thinking-stats-col--wide,
    .fy2526-wrapper .fy2526-thinking-stats--gov .fy2526-thinking-stats-col--mini,
    .fy2526-wrapper .fy2526-thinking-stats--ops .fy2526-thinking-stats-col--ops-a,
    .fy2526-wrapper .fy2526-thinking-stats--ops .fy2526-thinking-stats-col--ops-b,
    .fy2526-wrapper .fy2526-thinking-stats--finance .fy2526-thinking-stats-col--fin-a,
    .fy2526-wrapper .fy2526-thinking-stats--finance .fy2526-thinking-stats-col--fin-b,
    .fy2526-wrapper .fy2526-thinking-stats--finance .fy2526-thinking-stats-col--fin-c {
        flex: unset;
        width: 100%;

    }

    .fy2526-wrapper .fy2526-thinking-stats {
        flex-direction: column;
        gap: 14px;
    }

    .fy2526-wrapper .fy2526-thinking-stats-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .fy2526-wrapper .fy2526-thinking-stats {
        width: 100%;
    }

    .fy2526-wrapper .fy2526-thinking-stats-col .fy2526-thinking-stat {
        border-bottom: 1px solid #6CA5201A;
        padding: 0 0 14px;
    }

    .fy2526-wrapper .fy2526-thinking-stats--env .fy2526-thinking-stats-col:last-child .fy2526-thinking-stat:last-child,
    .fy2526-wrapper .fy2526-thinking-stats--gov .fy2526-thinking-stats-col:last-child .fy2526-thinking-stat:last-child,
    .fy2526-wrapper .fy2526-thinking-stats--finance .fy2526-thinking-stats-col:last-child .fy2526-thinking-stat:last-child {
        border: 0;
        padding: 0;
        grid-column: span 2;
    }

    .fy2526-wrapper .fy2526-thinking-stats--social .fy2526-thinking-stats-col:last-child .fy2526-thinking-stat:nth-child(3),
    .fy2526-wrapper .fy2526-thinking-stats--social .fy2526-thinking-stats-col:last-child .fy2526-thinking-stat:nth-child(4),
    .fy2526-wrapper .fy2526-thinking-stats--ops .fy2526-thinking-stats-col:last-child .fy2526-thinking-stat:nth-child(3),
    .fy2526-wrapper .fy2526-thinking-stats--ops .fy2526-thinking-stats-col:last-child .fy2526-thinking-stat:nth-child(4) {
        border: 0;
        padding: 0;
    }

    .fy2526-wrapper .fy2526-faq-item {
        padding: 10px 15px;
    }

    .fy2526-wrapper .fy2526-faq-answer {
        margin: 10px 0 0;
    }

    .fy2526-wrapper .fy2526-faq-toggle {
        width: 25px;
        height: 25px;
    }


    .fy2526-wrapper .fy2526-msg-modal-aside {
        flex-basis: 420px;
        width: 420px;
        max-width: 38%;
    }

    .fy2526-wrapper .fy2526-msg-modal-photo {
        height: 340px;
    }

    .fy2526-wrapper .fy2526-msg-modal-meta {
        top: 352px;
        left: 20px;
        right: 16px;
    }

    .fy2526-wrapper .fy2526-msg-role {
        font-size: 24px;
    }

    /* OUR OPERATIONAL PRESENCE — Figma 513:11415 stacked composition */
    .fy2526-wrapper .fy2526-ops-heading {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-ops-stage {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "tech"
            "map"
            "data"
            "totals";
        align-items: start;
        column-gap: 0;
        row-gap: 24px;
        width: 100%;
        max-width: 653.319px;
        margin-inline: auto;
        min-height: 0;
        overflow: visible;
    }

    .fy2526-wrapper .fy2526-ops-side {
        display: contents;
    }

    .fy2526-wrapper .fy2526-ops-tech-legend {
        grid-area: tech;
        width: 100%;
        max-width: none;
        margin: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        column-gap: 24px;
        row-gap: 8px;
        align-items: start;
    }
    .fy2526-wrapper .fy2526-ops-tech-legend::before {
        content: '';
        display: block;
        position: absolute;
        width: 0.5px;
        height: 100%;
        left: calc(50% - 0px);
        background: #58595B33;
        top: 0;
        transform: translateX(-50%);
    }

    .fy2526-wrapper .fy2526-ops-tech-legend > .fy2526-ops-tech-group:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .fy2526-wrapper .fy2526-ops-tech-legend > .fy2526-ops-tech-group--ipp {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        max-width: none;
    }

    .fy2526-wrapper .fy2526-ops-tech-legend > .fy2526-ops-tech-group:nth-child(5) {
        grid-column: 1;
        grid-row: 3;
    }

    .fy2526-wrapper .fy2526-ops-tech-legend > .fy2526-ops-tech-group:nth-child(7) {
        grid-column: 2;
        grid-row: 3;
    }

    .fy2526-wrapper .fy2526-ops-tech-legend > .fy2526-ops-tech-divider {
        display: none;
    }
    .fy2526-wrapper .fy2526-ops-tech-legend > .fy2526-ops-tech-divider:nth-child(4),
    .fy2526-wrapper .fy2526-ops-tech-legend > .fy2526-ops-tech-divider:nth-child(6) {
        display: block;
        
        width: 100%;
        max-width: none;
        height: 0;
        margin: 0;
        border: 0;
        border-top: 1px solid #58595B33;
        align-self: center;
    }

    .fy2526-wrapper .fy2526-ops-tech-grid--mfg,
    .fy2526-wrapper .fy2526-ops-tech-grid--ipp {
        grid-template-columns: repeat(2, max-content);
        gap: 4px 12px;
        min-height: 0;
        width: 100%;
    }

    .fy2526-wrapper .fy2526-ops-tech-grid--solo {
        min-height: 0;
    }

    .fy2526-wrapper .fy2526-ops-visual {
        grid-area: map;
        width: 100%;
        z-index: 1;
        justify-content: center;
        overflow: visible;
    }

    .fy2526-wrapper .fy2526-ops-map-slot {
        max-width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    .fy2526-wrapper .fy2526-ops-status-aside {
        grid-area: map;
        justify-self: end;
        align-self: end;
        z-index: 4;
        width: auto;
        max-width: none;
        margin: 0;
        pointer-events: none;
    }

    .fy2526-wrapper .fy2526-ops-status-legend {
        width: auto;
        max-width: none;
        margin: 0;
        gap: 8px;
        pointer-events: auto;
    }

    .fy2526-wrapper .fy2526-ops-status-legend li {
        gap: 6px;
        min-height: 0;
        font-size: 12px;
        line-height: 14px;
        white-space: nowrap;
    }

    .fy2526-wrapper .fy2526-ops-status-icon {
        width: 14px;
        height: 14px;
    }

    .fy2526-wrapper .fy2526-ops-status-icon svg {
        max-width: 14px;
        max-height: 14px;
    }

    .fy2526-wrapper .fy2526-ops-totals {
        grid-area: totals;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .fy2526-wrapper .fy2526-ops-totals-card {
        max-width: none;
        margin: 0;
    }

    .fy2526-wrapper .fy2526-ops-callout-host {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        column-gap: 25px;
        row-gap: 16px;
        align-items: stretch;
        z-index: 2;
        pointer-events: none;
        overflow: visible;
        flex-wrap: wrap;
    }
    .fy2526-wrapper .fy2526-ops-callout-host:before {
        content: '';
        display: block;
        border: 1px dashed #58595B33;
        position: absolute;
        width: 1px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }


    .fy2526-wrapper .fy2526-ops-callout:not(.fy2526-ops-callout--corporate) {
        position: unset;
        left: auto !important;
        top: auto !important;
        width: calc(50% - 13px);
        max-width: 100%;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding-bottom: 16px;
        border-bottom: 1px solid #d1d3d4;
        gap: 8px;
    }

    .fy2526-wrapper .fy2526-ops-callout:not(.fy2526-ops-callout--corporate) .fy2526-ops-callout-body {
        gap: 8px;
    }

    

    .fy2526-wrapper .fy2526-ops-callout--corporate {
        display: none;
    }
    .fy2526-wrapper .fy2526-ops-callout-value {
        max-width: 100% !important;
    }
    .fy2526-ops-map-slot:before {
        content: "Corporate Office";
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #036738;
        white-space: pre;
        position: absolute;
        top: 12%;
        left: 45%;
    }
}

@media (max-width: 1023px) {

    .fy2526-wrapper .fy2526-section-heading {
        font-size: 26px;
    }
    .fy2526-wrapper .fy2526-section-subheading {
        font-size: 24px;
        line-height: 23px;
    }

    .fy2526-wrapper .fy2526-ops-heading {
        margin-bottom: 24px;
        max-width: none;
        width: 100%;
        gap: 8px;
    }

    .fy2526-wrapper .fy2526-ops-heading .fy2526-section-heading-inner {
        gap: 4px;
        max-width: none;
    }

    .fy2526-wrapper .fy2526-ops-heading .fy2526-section-heading {
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
        max-width: none;
    }

    .fy2526-wrapper .fy2526-ops-line {
        width: 323px;
        max-width: 100%;
    }

    .fy2526-wrapper .fy2526-ops-intro {
        max-width: 297px;
        font-size: 14px;
        line-height: 19px;
    }

    .fy2526-wrapper .fy2526-ops-tech-item {
        gap: 6px;
        height: auto;
        min-height: 32px;
    }

    .fy2526-wrapper .fy2526-ops-tech-item .fy2526-ops-icon,
    .fy2526-wrapper .fy2526-ops-icon {
        width: 32px;
        height: 32px;
    }

    .fy2526-wrapper .fy2526-ops-icon svg {
        width: 32px;
        height: 32px;
    }

    .fy2526-wrapper .fy2526-ops-tech-label {
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }

    .fy2526-wrapper .fy2526-ops-tech-group-title {
        font-size: 12px;
        line-height: normal;
    }
    .fy2526-wrapper .fy2526-ratings-card-brand {
        font-size: 18px;
    }

    /* OUR JOURNEY */
    .fy2526-wrapper .fy2526-journey-line {
        max-width: 153px;
    }

    .fy2526-wrapper .fy2526-journey-viewport {
        overflow-x: hidden;
        overflow-y: visible;
        cursor: auto;
        touch-action: auto;
        user-select: auto;
        -webkit-user-select: auto;
        display: block;
    }

    .fy2526-wrapper .fy2526-journey-canvas {
        min-width: 0 !important;
        max-width: 100%;
        width: 100%;
        will-change: auto;
    }

    .fy2526-wrapper .fy2526-journey-video {
        width: 100%;
        height: auto;
        aspect-ratio: 375 / 130;
        max-height: none;
        object-fit: cover;
        object-position: center center;
        margin-bottom: 0;
        display: block;
    }

    .fy2526-wrapper .fy2526-journey-track {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 24px auto 0;
    }

    .fy2526-wrapper .fy2526-journey-item,
    .fy2526-wrapper .fy2526-journey-item[class*="fy2526-journey-item--y"] {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0;
        padding: 0 0 16px;
        margin: 0;
        border-bottom: 1px solid #d1d3d4;
        box-sizing: border-box;
        opacity: 1;
        transform: none;
    }

    .fy2526-wrapper .fy2526-journey-item + .fy2526-journey-item {
        padding-top: 16px;
    }

    .fy2526-wrapper .fy2526-journey-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .fy2526-wrapper .fy2526-journey-item--below .fy2526-journey-card {
        display: contents;
    }

    .fy2526-wrapper .fy2526-journey-stem {
        display: flex !important;
        flex: 0 0 15px;
        width: 15px;
        margin: 5px 0 0;
        align-items: flex-start;
        order: 1;
    }

    .fy2526-wrapper .fy2526-journey-stem-line {
        display: none !important;
    }

    .fy2526-wrapper .fy2526-journey-leaf {
        width: 15px;
        height: 9px;
        margin: 0;
    }

    .fy2526-wrapper .fy2526-journey-leaf svg {
        width: 15px;
        height: 9px;
        display: block;
    }
    .fy2526-wrapper .fy2526-journey-item--below .fy2526-journey-leaf svg {
        transform: rotate(180deg);
    }

    .fy2526-wrapper .fy2526-journey-card {
        display: contents;
        width: auto;
        flex: unset;
    }

    .fy2526-wrapper .fy2526-journey-item--stem-left .fy2526-journey-card {
        width: auto;
        flex: unset;
    }

    .fy2526-wrapper .fy2526-journey-item-head {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-width: 0;
        order: 2;
        width: calc(100% - 27px);
        margin-left: 12px;
        cursor: pointer;
    }

    .fy2526-wrapper .fy2526-journey-year {
        margin: 0;
        font-size: 16px;
        line-height: normal;
        font-weight: 700;
        color: #036738;
        flex: 1 1 auto;
        min-width: 0;
    }

    .fy2526-wrapper .fy2526-journey-acc-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 18px;
    }

    .fy2526-wrapper .fy2526-journey-item.is-open .fy2526-journey-acc-chevron {
        transform: rotate(0deg);
    }

    .fy2526-wrapper .fy2526-journey-item:not(.is-open) .fy2526-journey-acc-chevron {
        transform: rotate(180deg);
    }

    .fy2526-wrapper .fy2526-journey-item-body {
        display: none;
        order: 3;
        width: 100%;
        margin: 8px 0 0;
        padding: 0;
        box-sizing: border-box;
    }

    .fy2526-wrapper .fy2526-journey-item.is-open .fy2526-journey-item-body {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .fy2526-wrapper .fy2526-journey-card-title {
        margin: 0;
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        color: #58595b;
    }

    .fy2526-wrapper .fy2526-journey-points {
        margin: 0;
        padding: 0 0 0 18px;
        gap: 8px;
    }

    .fy2526-wrapper .fy2526-journey-points > li {
        font-size: 12px;
        line-height: 18px;
        color: #58595b;
    }

    .fy2526-wrapper .fy2526-journey-item--below .fy2526-journey-card .fy2526-journey-leaf {
        position: static;
    }
}

@media (max-width: 991px) {

    .fy2526-wrapper .fy2526-hero-brand {
        font-size: 42px;
        line-height: 38px;
    }

    .fy2526-wrapper .fy2526-hero-lead {
        font-size: 17px;
        line-height: 21px;
    }

    .fy2526-wrapper .fy2526-hero-year-20 {
        font-size: 50px;
        line-height: 43px;
    }

    .fy2526-wrapper .fy2526-year-text {
        font-size: 26px;
        line-height: 23px;
    }

    .fy2526-wrapper .fy2526-hero-year-label {
        font-size: 16px;
        line-height: 22px;
    }

    .fy2526-wrapper .fy2526-hero-tagline {
        font-size: 16px;
        line-height: 20px;
    }


    .fy2526-wrapper .fy2526-highlights-stat-value {
        font-size: 18px;
    }
    .fy2526-wrapper .fy2526-ratings-heading {
        position: static;
        top: auto;
    }

    .fy2526-wrapper .fy2526-ratings-stage {
        flex-direction: column;
        align-items: stretch;
        gap: 33px;
    }

    .fy2526-wrapper .fy2526-ratings-media {
        position: static;
        top: auto;
        width: 100%;
        max-width: 100%;
        flex: 1 1 auto;
    }

    .fy2526-wrapper .fy2526-ratings-card {
        top: 10px !important;
        min-height: 0;
        height: auto !important;
    }













    .fy2526-wrapper .fy2526-decarb-scope-value {
        font-size: 18px;
    }
    .fy2526-wrapper .fy2526-decarb-scope-title {
        font-size: 16px;
    }
    .fy2526-wrapper .fy2526-decarb-metric-icon {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }
    .fy2526-wrapper .fy2526-decarb-metric-value {
        font-size: 14px;
        line-height: 16px;
    }
    .fy2526-wrapper .fy2526-decarb-metric-label {
        font-size: 10px;
        line-height: 14px;
    }
    .fy2526-wrapper .fy2526-decarb-scope--2 {
        flex: 0 1 185px;
        max-width: 185px;
    }
    .fy2526-wrapper .fy2526-decarb-scope1-grid {
        grid-template-columns: 114px 114px;
        width: 300px;
    }

    .fy2526-wrapper .fy2526-decarb-scope2-stack {
        gap: 24px;
    }

    .fy2526-wrapper .fy2526-decarb-action--graph,
    .fy2526-wrapper .fy2526-decarb-action--text {
        max-width: 100%;
    }

    .fy2526-wrapper .fy2526-decarb-action-label {
        white-space: normal;
    }
    .fy2526-wrapper .fy2526-decarb-scope1-grid .fy2526-decarb-metric--wide {
        grid-column: 1 / -1;
        width: 180px;
    }






    .fy2526-wrapper .fy2526-restart-header {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }
    .fy2526-wrapper .fy2526-restart-heading,
    .fy2526-wrapper .fy2526-restart-header-aside {
        max-width: 100%;
    }
    .fy2526-wrapper .fy2526-restart-controls {
        grid-template-columns: 1fr;
        row-gap: 16px;
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-restart-legend {
        grid-column: 1;
        justify-self: center;
        max-width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fy2526-section.fy2526-materiality-section .container {
        max-width: 100%;
    }
    .fy2526-wrapper .fy2526-materiality-plot {
        height: 100%;
    }
 

    .fy2526-value-creation-section .container {
        max-width: 100% !important;
    }

    .fy2526-value-box h4 {
        font-size: 9px;
    }

    .fy2526-vcm-callouts li,
    .fy2526-value-box ul {
        font-size: 7px;
        line-height: 11px;
    }

    .fy2526-stakeholders-grid {
        grid-template-columns: 1fr;
    }

    .fy2526-value-4 .fy2526-manufactured-box .fy2526-stakeholders-icon.fy2526-span {
        grid-column: 1;
    }

    .fy2526-value-column.fy2526-value-2 {
        margin-left: -2.5%;
    }

    .fy2526-capital-heading h3 {
        font-size: 14px;
        line-height: 17px;
    }

 .fy2526-vcm-callouts li:nth-child(3) {
        left: 54.29%;
        top: 3.23%;
        width: 71px;
    }

 .fy2526-vcm-callouts li:nth-child(4) {
        left: 54.29%;
        top: 13.23%;
        width: 72px;
    }

 .fy2526-vcm-callouts li:nth-child(10) {
        left: 62.31%;
        top: 87.75%;
        width: 70px;
    }


    .fy2526-wrapper .fy2526-thinking-section .row {
        margin: 0;
    }

    .fy2526-wrapper .fy2526-thinking-section .row .col-12 {
        padding: 0;
    }

    .fy2526-wrapper .fy2526-thinking-section .container {
        padding: 0;
    }

    .fy2526-wrapper .fy2526-thinking-card {
        padding: 16px;
        border-radius: 0;
    }

    .fy2526-wrapper .fy2526-thinking-stat-value {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .fy2526-wrapper .fy2526-thinking-stat-label {
        font-size: 12px;
        line-height: 16px;
    }

    .fy2526-wrapper .fy2526-thinking-more {
        right: 16px;
        bottom: 12px;
        height: 44px;
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-faq-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-faq-title,
    .fy2526-wrapper .fy2526-faq-intro {
        flex: 1 1 auto;
        max-width: 100%;
    }


    .fy2526-wrapper .fy2526-msg-modal {
        padding: 16px 12px;
        align-items: flex-start;
    }

    .fy2526-wrapper .fy2526-msg-modal-dialog,
    .fy2526-wrapper .fy2526-msg-modal-card {
        max-height: calc(100vh - 32px);
        height: calc(100vh - 32px);
    }

    .fy2526-wrapper .fy2526-msg-modal-layout {
        flex-direction: column;
        overflow: hidden;
    }

    .fy2526-wrapper .fy2526-msg-modal-aside {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        height: auto;
        z-index: 2;
        background: #ffffff;
        border-bottom: 1px solid #e6e6e6;
    }

    .fy2526-wrapper .fy2526-msg-modal-photo {
        height: 220px;
        border-radius: 8px 8px 0 0;
    }

    .fy2526-wrapper .fy2526-msg-modal-meta {
        position: static;
        padding: 16px 20px 20px;
    }

    .fy2526-wrapper .fy2526-msg-role {
        font-size: 22px;
        max-width: none !important;
    }

    .fy2526-wrapper .fy2526-msg-modal-content {
        border-left: 0;
        padding: 24px 20px 32px;
    }
}

@media (max-width: 767px) {
    .fy2526-wrapper .fy2526-chat-explore-report {
        writing-mode: horizontal-tb;
        transform: none;
        top: auto;
        bottom: 0;
        right: 0;
        margin-top: 0;
        width: 100%;
        height: auto;
    }

    .fy2526-wrapper .fy2526-chat-link {
        width: 100%;
        min-height: 0;
        flex-direction: row;
        padding: 10px 14px;
        border-radius: 0;
        gap: 8px;
        height: auto;
    }

    .fy2526-wrapper .fy2526-chat-icon img {
        transform: none;
    }

    .fy2526-wrapper .fy2526-hero-brand {
        font-size: 28px;
        line-height: 30px;
        max-width: 230px;
        margin: 0 0 4px
    }

    .fy2526-wrapper .fy2526-hero-lead {
        font-size: 16px;
        line-height: 20px;
        max-width: 210px;
    }

    .fy2526-wrapper .fy2526-hero-lead br {
        display: none;
    }

    .fy2526-wrapper .fy2526-hero-tagline {
        font-size: 15px;
        line-height: 19px;
    }

    .fy2526-wrapper .fy2526-hero-year-label {
        font-size: 14px;
        line-height: 20px;
        max-width: 120px;
    }

    .fy2526-wrapper .fy2526-hero-year-20 {
        font-size: 48px;
        line-height: 41px;
    }

    .fy2526-wrapper .fy2526-btn-download-label {
        font-size: 15px;
    }

    .fy2526-wrapper .fy2526-hero-media {
        height: 100svh;
        max-height: 800px;
        min-height: 800px;
    }


    .fy2526-wrapper .fy2526-section {
        padding: 30px 0;
    }

    .fy2526-wrapper .fy2526-section .container {
        max-width: 100% !important;
    }
    .fy2526-wrapper .fy2526-section-heading-inner {
        gap: 4px;
    }
    .fy2526-wrapper .fy2526-section-heading-wrap {
        gap: 8px;
    }

    .fy2526-wrapper .fy2526-section-heading {
        font-size: 20px;
        line-height: 24px;
    }
    .fy2526-wrapper .fy2526-section-subheading {
        font-size: 18px;
        line-height: 100%;
    }
    .fy2526-wrapper .fy2526-section-intro,
    .fy2526-wrapper .fy2526-highlights-desc p {
        font-size: 14px;
        line-height: 19px;
    }

    .fy2526-wrapper .fy2526-highlights-section {
        padding-top: 64px;
    }
    .fy2526-wrapper .fy2526-highlights-section .fy2526-section-heading-wrap {
        margin-bottom: 16px;
    }
    .fy2526-wrapper .fy2526-highlights-tabs {
        /* margin-left: -12px;
        width: calc(100% + 24px); */
        gap: 16px;
    }
    .fy2526-wrapper .fy2526-highlights-tab>svg, .fy2526-wrapper .fy2526-highlights-tab-icon {
        width: 24px;
        height: 24px;
    }
    .fy2526-wrapper .fy2526-highlights-tab {
        font-size: 13px;
        padding: 8px;
        gap: 8px;
    }

    .fy2526-wrapper .fy2526-highlights-desc {
        min-height: 0;
        padding: 0 0 0 16px;
        margin-bottom: 16px;
    }
    .fy2526-wrapper .fy2526-highlights-stat-value {
        font-size: 16px;
        flex-wrap: wrap;
    }
    .fy2526-wrapper .fy2526-highlights-stats {
        padding: 18px;
    }
    
   








    .fy2526-wrapper .fy2526-ratings-card-brand {
        font-size: 16px;
    }
    .fy2526-wrapper .fy2526-ratings-section {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    .fy2526-wrapper .fy2526-ratings-heading {
        margin-bottom: 24px;
    }

    .fy2526-ratings-card--cdp .fy2526-ratings-agency-body {
        flex-direction: column;
        gap: 20px;
    }

    .fy2526-wrapper .fy2526-ratings-cdp-col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .fy2526-wrapper .fy2526-ratings-card-inner {
        padding: 12px;
        gap: 16px;
    }
    .fy2526-wrapper .fy2526-ratings-agency-logo {
        max-width: 90px;
    }
    .fy2526-wrapper .fy2526-ratings-col-title {
    font-size: 12px;
}

   

    

    .fy2526-wrapper .fy2526-leadership-sticky-zone {
        margin-bottom: 16px;
    }

    .fy2526-wrapper .fy2526-leadership-sticky-stack {
        gap: 16px;
        margin-bottom: 0;
    }
    .fy2526-wrapper .fy2526-leadership-heading {
        top: 20px;
    }
    .fy2526-wrapper .fy2526-leadership-card--sticky {
        top: 73px;
    }

    .fy2526-wrapper .fy2526-leadership-card {
        width: 100%;
        max-width: none;
        padding: 16px 10.5px;
        min-height: 0;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 0;
        padding: 16px 10.5px;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-card-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        height: auto;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-photo {
        width: 100%;
        height: auto;
        aspect-ratio: 379 / 372;
        border-radius: 12px 12px 0 0;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-body {
        width: 100%;
        max-width: none;
        flex: 1 1 auto;
        height: auto;
        gap: 10px;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-eyebrow {
        font-size: 14px;
        color: #036738;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-role {
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-excerpt,
    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-salutation {
        font-size: 13px;
        line-height: 20px;
    }

    .fy2526-wrapper .fy2526-leadership-card--featured .fy2526-leadership-btn {
        height: 33px;
        width: 119px;
        padding: 0 10.5px;
    }

    .fy2526-wrapper .fy2526-leadership-eyebrow {
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-leadership-role {
        font-size: 18px;
    }

    .fy2526-wrapper .fy2526-leadership-name {
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-leadership-excerpt {
        font-size: 13px;
        line-height: 20px;
    }

    .fy2526-wrapper .fy2526-leadership-btn {
        width: 119px;
        height: 33px;
        padding: 0 10.5px;
        gap: 5px;
        border-radius: 30px;
    }

    .fy2526-wrapper .fy2526-leadership-btn-label {
        font-size: 11px;
    }

    .fy2526-wrapper .fy2526-leadership-btn-icons,
    .fy2526-wrapper .fy2526-leadership-btn-icon {
        width: 16px;
        height: 16px;
    }

    .fy2526-wrapper .fy2526-ops-heading {
        margin-bottom: 24px;
    }

    .fy2526-wrapper .fy2526-ops-stage {
        row-gap: 24px;
        padding: 0;
        max-width: none;
    }

    .fy2526-wrapper .fy2526-ops-map-slot {
        max-width: 100%;
    }
    .fy2526-ops-map-slot:before {
        left: 53%;
        font-size: 10px;
        line-height: 11.55px;
    }
    .fy2526-wrapper .fy2526-ops-tech-group-title {
        font-size: 8.5px;
        line-height: 100%;
        font-weight: 700;
    }

    .fy2526-wrapper .fy2526-ops-tech-item {
        gap: 4px;
        min-height: 24px;
    }

    .fy2526-wrapper .fy2526-ops-tech-item .fy2526-ops-icon,
    .fy2526-wrapper .fy2526-ops-icon {
        width: 24px;
        height: 24px;
    }

    .fy2526-wrapper .fy2526-ops-icon svg {
        width: 24px;
        height: 24px;
    }

    .fy2526-wrapper .fy2526-ops-tech-label {
        font-size: 10px;
        line-height: 100%;
        white-space: nowrap;
    }

    .fy2526-wrapper .fy2526-ops-tech-grid--mfg,
    .fy2526-wrapper .fy2526-ops-tech-grid--ipp {
        gap: 1px 8px;
    }

    .fy2526-wrapper .fy2526-ops-status-legend {
        gap: 8px;
        width: 148px;
    }

    .fy2526-wrapper .fy2526-ops-status-legend li {
        gap: 6px;
        font-size: 9px;
        line-height: 14px;
        white-space: nowrap;
    }

    .fy2526-wrapper .fy2526-ops-status-icon {
        width: 12px;
        height: 12px;
    }

    .fy2526-wrapper .fy2526-ops-status-icon svg {
        max-width: 12px;
        max-height: 12px;
    }

    .fy2526-wrapper .fy2526-ops-totals-card {
        gap: 40px;
        padding: 16px;
        border-radius: 12px;
    }

    .fy2526-wrapper .fy2526-ops-totals-block--mfg > .fy2526-ops-totals-group--tight + .fy2526-ops-totals-group--tight {
        margin-top: 12px;
    }

    .fy2526-wrapper .fy2526-ops-callout {
        width: 122px;
        gap: 10px;
    }

   

    .fy2526-wrapper .fy2526-ops-callout-heading,
    .fy2526-wrapper .fy2526-ops-callout-value {
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-ops-callout--corporate .fy2526-ops-callout-name {
        font-size: 10px;
        line-height: 11.55px;
        width: 89px;
        white-space: pre;
    }

    .fy2526-wrapper .fy2526-ops-callout--corporate {
        width: 89px;
        height: 11.55px;
        min-width: 89px;
    }

    .fy2526-wrapper .fy2526-ops-callout--corporate .fy2526-ops-callout-title {
        width: 89px;
        height: 11.55px;
    }




    /* DECARBONISATION AT ReNew — mobile (Figma 513:12755 / 513:12799 / 513:12977–12983) */
    

    .fy2526-wrapper .fy2526-decarb-heading {
        margin-bottom: 20px;
        gap: 8px;
        text-align: center;
    }

    .fy2526-wrapper .fy2526-decarb-heading .fy2526-section-heading-inner {
        width: 100%;
        max-width: 100%;
        gap: 4px;
    }

    .fy2526-wrapper .fy2526-decarb-heading .fy2526-section-heading {
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
        max-width: 100%;
    }

    .fy2526-wrapper .fy2526-decarb-intro {
        font-size: 14px;
        line-height: 19px;
    }

    .fy2526-wrapper .fy2526-decarb-stage {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
        max-width: 560px;
    }

    .fy2526-wrapper .fy2526-decarb-scope-row {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .fy2526-wrapper .fy2526-decarb-scope--1 {
        flex: 0 1 114px;
        width: 114px;
        max-width: 114px;
        align-items: flex-start;
    }

    .fy2526-wrapper .fy2526-decarb-scope--2 {
        flex: 0 1 127px;
        width: 127px;
        max-width: 127px;
        align-items: flex-start;
    }

    .fy2526-wrapper .fy2526-decarb-scope--1 .fy2526-decarb-scope-total,
    .fy2526-wrapper .fy2526-decarb-scope--2 .fy2526-decarb-scope-total {
        margin-bottom: 0;
        gap: 4px;
        width: 100%;
    }

    .fy2526-wrapper .fy2526-decarb-scope-title {
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
        color: #036738;
        white-space: normal;
    }

    .fy2526-wrapper .fy2526-decarb-scope-value {
        font-size: 16px;
        line-height: normal;
        font-weight: 700;
        color: #58595b;
    }

    .fy2526-wrapper .fy2526-decarb-scope1-grid,
    .fy2526-wrapper .fy2526-decarb-scope2-stack,
    .fy2526-wrapper .fy2526-decarb-scope3-grid {
        display: none;
    }

    .fy2526-wrapper .fy2526-decarb-center {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: -80px auto 0;
        pointer-events: none;
    }

    .fy2526-wrapper .fy2526-decarb-center-svg {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        overflow: visible;
    }

    .fy2526-wrapper .fy2526-decarb-scope--3 {
        position: relative;
        z-index: 2;
        width: 100%;
        margin-top: 16px;
    }

    .fy2526-wrapper .fy2526-decarb-scope-total--center {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 169px;
        margin: 0 auto;
        gap: 4px;
    }

    .fy2526-wrapper .fy2526-decarb-scope-total--center .fy2526-decarb-scope-title {
        white-space: nowrap;
    }

    .fy2526-wrapper .fy2526-decarb-scope-total--center .fy2526-decarb-scope-value {
        text-align: center;
        width: 100%;
    }

   











    


    .fy2526-restart-container-inner {
    display: flex;
    flex-direction: column;
}
.fy2526-wrapper .fy2526-restart-header {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.fy2526-wrapper .fy2526-restart-header #fy2526-restart-title:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 536px;
    height: 1px;
    border: 0;
    margin: 4px auto 0;
    opacity: 1;
    background: linear-gradient(90deg, rgba(108, 165, 32, 0) 0%, #036738 45.19%, rgba(108, 165, 32, 0) 100%);
}

    .fy2526-wrapper .fy2526-restart-heading {
        max-width: 100%;
        text-align: center;
    }
    .fy2526-wrapper .fy2526-restart-header-aside {
        max-width: 100%;
        align-items: center;
        gap: 16px;
    }

    .fy2526-wrapper .fy2526-restart-intro {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }

    .fy2526-wrapper .fy2526-restart-controls {
        grid-template-columns: 1fr;
        row-gap: 16px;
        margin-bottom: 20px;
    }

    .fy2526-wrapper .fy2526-restart-switch {
        grid-column: 1;
        justify-self: center;
    }

    .fy2526-wrapper .fy2526-restart-scope-btn {
        font-size: 13px;
        white-space: normal;
        text-align: center;
        max-width: 140px;
    }

    .fy2526-wrapper .fy2526-restart-esg {
        margin: 0 auto;
        width: fit-content;
        justify-content: center;
    }

    .fy2526-wrapper .fy2526-restart-esg-divider {
        display: none;
    }
    .fy2526-wrapper .fy2526-restart-legend {
        grid-column: 1;
        gap: 12px;
        justify-self: center;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .fy2526-wrapper .fy2526-restart-legend li {
        white-space: normal;
    }
    .fy2526-wrapper .fy2526-restart-esg-btn {
        font-size: 13px;
        line-height: 16px;
        padding: 8px;
    }
    
    .fy2526-wrapper .fy2526-restart-switch-track {
        width: 54px;
        height: 28px;
    }
    .fy2526-wrapper .fy2526-restart-section[data-fy2526-restart-scope="organisation"] .fy2526-restart-switch-knob {
    left: 31px;
}
.fy2526-wrapper .fy2526-restart-legend {
    gap: 6px;
}
    .fy2526-wrapper .fy2526-restart-switch-knob {
        top: 4px;
        left: 3px;
        width: 20px;
        height: 20px;
    }
    .fy2526-wrapper .fy2526-restart-table tbody td {
        font-size: 10px;
        line-height: 14px;
    }
    .fy2526-wrapper .fy2526-restart-table thead th {
        height: 25px;
        font-size: 11px;
    }
    .fy2526-wrapper .fy2526-restart-table thead th:nth-child(2) {
        position: sticky;
        left: 0;
    }
    .fy2526-wrapper .fy2526-restart-table--mfg .fy2526-restart-col-years {
        width: 80px;
        position: sticky;
        left: 0;
    }
    .fy2526-wrapper .fy2526-restart-table tbody td.fy2526-restart-year {
        position: sticky;
        left: 0;
        background: #ffffff;
        border-left: 0 !important;
    }
    .fy2526-wrapper .fy2526-restart-table thead th:first-child {
        position: sticky;
        left: 0;
        display: none;
    }
    .fy2526-wrapper .fy2526-restart-pillar-cell {
        position: sticky;
        left: 0;
        display: none;
    }
    .fy2526-wrapper .fy2526-restart-col-pillar {
        width: 160px;
        position: sticky;
        left: 0;
        display: none;
    }

    .fy2526-wrapper .fy2526-restart-pillar-art {
        aspect-ratio: 3.5 / 3;
    }

    .fy2526-wrapper .fy2526-restart-table--mfg tbody,
    .fy2526-wrapper #fy2526-restart-mfg-env .fy2526-restart-table--mfg tbody td:not(.fy2526-restart-pillar-cell),
    .fy2526-wrapper #fy2526-restart-mfg-social .fy2526-restart-table--mfg tbody td:not(.fy2526-restart-pillar-cell),
    .fy2526-wrapper #fy2526-restart-mfg-gov .fy2526-restart-table--mfg tbody td:not(.fy2526-restart-pillar-cell) {
        height: auto;
    }
    .fy2526-decarb-scope-value-total {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        color: #58595B;
        margin: 0;
        display: block;
    }
    .fy2526-wrapper .fy2526-decarb-scope-value {
        display: none;
    }
    .fy2526-decarb-scope--3 .fy2526-decarb-scope2-actions {
        max-width: 290px;
        margin: 16px auto 0;
    }



    





    .fy2526-wrapper .fy2526-materiality-legend.fy2526-financial-button {
        gap: 24px;
    }
    .fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox label {
        font-size: 12px;
    }
    .fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox-dot {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border-width: 1px;
    }
    .fy2526-wrapper .fy2526-materiality-topic {
        gap: 4px;
        font-size: clamp(9px, 1.2vw, 14px);
        line-height: clamp(12px, 1.2vw, 18px);
    }
    .fy2526-wrapper .fy2526-materiality-topics {
        grid-template-rows: 135px 95px;
        gap: 40px;
    }
    .fy2526-wrapper .fy2526-materiality-topic-dot {
        width: 5px;
        height: 5px;
        margin-top: 2px;
    }
    .fy2526-checkbox label .fy2526-checkbox-dot:before {
        width: 10px;
        height: 10px;
    }
    .fy2526-wrapper .fy2526-materiality-plot {
        min-height: auto;
    }
    .fy2526-wrapper .fy2526-materiality-legend.fy2526-financial-button {
        gap: 10px 24px;
    }
    


    .fy2526-wrapper .fy2526-creation-border {
        width: 100%;
        max-width: 100%;
    }
    .fy2526-stakeholders-icon p {
font-size: 10px;
line-height: 15px;

    }
    .fy2526-value-creation-section .fy2526-vcm-mobile-subtitle {
        display: block;
    }
    .fy2526-creation-border,
    .fy2526-capital-heading-row,
    .fy2526-value-creation-section .fy2526-creation-desktop {
        display: none;
    }
    .fy2526-capital-heading {
        padding: 0 0 6px;
    }
    .fy2526-capital-heading h3 {
        text-align: center;
        padding: 0 12px 12px;
        border-bottom: 1.5px solid #76BA43;
    }
    .fy2526-creation-service-row {
        display: block;
        margin: 0 -12px;
    }
    .fy2526-creation-slide.fy2526-our-inpute {
        padding-left: 24px;
    }
    .fy2526-creation-service-row .fy2526-value-column {
        padding: 0 16px;
        margin-bottom: 24px;
    }
    .fy2526-creation-service-row .fy2526-value-column:not(.fy2526-value-2) {
        width: 100%;
    }
    .fy2526-value-column.fy2526-value-2 {
        width: 100%;
    }
    .fy2526-value-box {
        padding: 18px 0;
        border-bottom: 1px solid #B8B9BB;
    }
    .fy2526-value-box h4 {
        font-size: 12px;
        line-height: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #036738;
        margin-bottom: 8px;
    }
    .fy2526-value-box ul {
        font-size: 10px;
        line-height: 15px;
        gap: 4px;
    }
    .fy2526-value-box ul li {
        padding-left: 14px;
    }
    .fy2526-value-box ul li::before {
        top: 6px;
    }    
    .fy2526-creation-slide {
        padding-bottom: 11px;
    }
    .fy2526-creation-slide .fy2526-creation-border {
        display: block;
        bottom: 10px;
        border-radius: 16px;
    }
    .fy2526-creation-border .fy2526-arrow-1,
    .fy2526-creation-border .fy2526-arrow-2,
    .fy2526-creation-border .fy2526-arrow-3,
    .fy2526-creation-border .fy2526-arrow-4,
    .fy2526-creation-border .fy2526-arrow-7,
    .fy2526-creation-border .fy2526-arrow-8 {
        display: none;
    }
    .fy2526-creation-service-row .swiper-button-next.fy2526-last-arrow {
        opacity: 0;
    }
    .fy2526-creation-service-row .swiper-button-prev,
    .fy2526-creation-service-row .swiper-button-prev:after,
    .fy2526-creation-service-row .swiper-button-next:after {
        display: none;
    }

    .fy2526-creation-service-row .swiper-button-prev,
    .fy2526-creation-service-row .swiper-button-next {
        top: auto;
        width: 34px;
        bottom: 53%;
    }
    .fy2526-creation-service-row .swiper-button-next {
        right: 13px;
        bottom: calc(53% + 4px);
    }
    .fy2526-creation-service-row .swiper-button-next::before {
        content: '';
    width: 34px;
    height: 1px;
    background: #76BA43;
    display: block;
    margin-right: -8px;
    }

    .fy2526-creation-service-row .swiper-button-next.swiper-button-disabled,
    .fy2526-creation-service-row .swiper-button-prev.swiper-button-disabled {
        display: none;
    }
    .fy2526-creation-border .fy2526-arrow-6 {
        left: 50%;
    }
    .fy2526-creation-service-row .swiper {
        padding-bottom: 0px;
    }
    .fy2526-creation-service-row .swiper .swiper-slide {
        overflow: hidden;
        height: auto;
    }
    .fy2526-vcm-callouts li, .fy2526-value-box ul {
        font-size: 10px;
        line-height: 15px;
    }
    
    .fy2526-our-business-models .fy2526-value-column {
        padding: 0 20px;
        max-width: 454px;
        margin: 0 auto;
    }

    .fy2526-creation-service-row .swiper-button-prev img {
        transform: scaleX(-1);
    }

    .fy2526-stakeholders-impacted {
        padding-right: 24px;
    }
    .fy2526-stakeholders-impacted .fy2526-creation-border {
        border-radius: 16px 16px 16px 0;
    }
    .fy2526-stakeholders-impacted .fy2526-creation-border .fy2526-arrow-5 {
        position: absolute;
        top: -7px;
        right: 7px;
        display: flex;
        align-items: center;
    }
    .fy2526-our-inpute .fy2526-creation-border {
        left: 20px;
        width: 106%;
    }
    .fy2526-our-outcomes .fy2526-creation-border,
    .fy2526-our-business-models .fy2526-creation-border {
    border-right: none;
    border-radius: 0;
    width: 104%;
    }
    
    .fy2526-creation-slide.fy2526-our-business-models {
        display: grid;
        height: calc(97% - 36px);
        align-items: center;
    }
    .fy2526-stakeholders-icon img {
        width: 32px;
        height: 32px;
    }
    .fy2526-value-box {
        justify-content: center;
    }
    .fy2526-stakeholders-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
               justify-content: center;
               gap: 16px 12px;
               justify-items: center;
               align-items: center;
    }
    .fy2526-creation-service-row .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #c9c9c9;
        opacity: 1;
        margin: 0 4px !important;
        vertical-align: middle;
    }

    .fy2526-creation-service-row .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
        background: #76ba43;
    }
    .fy2526-vcm-diagram {
        margin: 0px auto 0;
    }
    .fy2526-wrapper .fy2526-vcm-diagram-img {
        margin-top: -15%;
    }
    .fy2526-vcm-callouts li:nth-child(1) {
        left: 10%;
        top: 0;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(2) {
        left: 10%;
        top: 10%;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(3) {
        left: 60%;
        top: 0;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(4) {
        left: 60%;
        top: 10%;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(5) {
        left: 60%;
        top: 20%;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(6) {
        left: 79%;
        top: 38%;
        width: 85px;
    }
    .fy2526-vcm-callouts li:nth-child(7) {
        left: 60%;
        top: 75%;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(8) {
        left: 60%;
        top: 82%;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(9) {
        left: 5%;
        top: 85%;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(10) {
        left: 60%;
        top: 90%;
        width: 100px;
    }
    .fy2526-vcm-callouts li:nth-child(11) {
        left: 5%;
        top: 95%;
        width: 130px;
    }
    .fy2526-value-creation-section {
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .fy2526-value-creation-part {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .swiper-pagination {
        position: static;
        margin: 24px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .swiper-pagination .swiper-pagination-bullet {
        background: #B8B9BB;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        transition: all 0.3s ease;
        opacity: 1;
        margin: 0 !important;
    }

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
        background: #76BA43;
    }


    .fy2526-wrapper .fy2526-thinking-body {
        flex-direction: column;
        gap: 16px;
    }
    .fy2526-wrapper .fy2526-thinking-media {
        max-width: 100%;
    }
    .fy2526-wrapper .fy2526-thinking-more {
        right: 12px;
        bottom: 12px;
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }

    .fy2526-wrapper .fy2526-faq-title {
        font-size: 20px;
        font-weight: 500;
    }

    .fy2526-wrapper .fy2526-faq-intro {
        font-size: 14px;
        line-height: 19px;
    }

    .fy2526-wrapper .fy2526-faq-question {
        font-size: 16px;
        max-width: none;
    }
    .fy2526-wrapper .fy2526-faq-panel-inner ol li,
    .fy2526-wrapper .fy2526-faq-answer {
        font-size: 14px;
        line-height: 19px;
        max-width: none;
    }


    
    .fy2526-wrapper .fy2526-graph-modal {
        padding: 12px 8px;
    }
    .fy2526-wrapper .fy2526-graph-modal-dialog {
        max-width: calc(100vw - 16px);
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
    }

    .fy2526-wrapper .fy2526-graph-modal-card {
        max-height: calc(100vh - 24px);
        max-height: calc(100dvh - 24px);
        padding: 40px 10px 10px;
    }

    .fy2526-wrapper .fy2526-graph-modal-media,
    .fy2526-wrapper .fy2526-graph-modal-media img {
        max-width: 100%;
        max-height: calc(100vh - 96px);
        max-height: calc(100dvh - 96px);
    }
    .fy2526-wrapper .fy2526-download-modal-dialog {
        width: 100%;
        max-width: calc(100% - 24px);
    }

}

@media (max-width: 575px) {
    .fy2526-wrapper .fy2526-materiality-row {
        column-count: auto;
        gap: 8px;
        flex-wrap: unset;
        max-height: unset;
}
.fy2526-wrapper .fy2526-materiality-topics {
    padding-top: 16px;
    padding-bottom: 59px;
    padding-left: 51px;
    padding-right: 9px;
}
.fy2526-wrapper .fy2526-materiality-zone-label--moderate {
    top: calc(227 / 508 * 100%);
    left: 51px;
}
.fy2526-wrapper .fy2526-materiality-zone-label--high {
    left: calc(375 / 1171 * 100%);
}
    .fy2526-wrapper .fy2526-materiality-row--moderate {
        column-count: 2;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 16px;
    }
    .fy2526-wrapper .fy2526-materiality-topics {
        grid-template-rows: 250px 180px;
        gap: 20px;
    }
    .fy2526-wrapper .fy2526-materiality-row--moderate .fy2526-materiality-topic,
    .fy2526-wrapper .fy2526-materiality-topic {
        width: 100%;
    }
    .fy2526-wrapper .fy2526-highlights-stats {
        display: block;
        padding: 12px 8px 8px;
    }
    .fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row {
        display: grid;
        grid-template-columns: 1fr 1px 1fr;
        grid-template-rows: 1fr;
        gap: 16px;
    }
    .fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row .fy2526-highlights-stat:first-child {
        order: 1;
    }
    .fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row .fy2526-highlights-stat:nth-child(2) {
        order: 3;
    }
    .fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row:before {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background: #58595B33;
        order: 2;
    }
    .fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row:last-child .fy2526-highlights-stat {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-row .fy2526-highlights-stat {
        padding: 0 0 16px !important;
        margin: 0 0 16px;
        border-top: none !important;
        border-bottom: 1px solid #58595B33;
    }
    .fy2526-wrapper .fy2526-highlights-stats .fy2526-highlights-stat-divider {
        display: none;
    }

    
    
    .fy2526-wrapper .fy2526-msg-modal-photo {
        height: 180px;
    }

    .fy2526-wrapper .fy2526-msg-eyebrow {
        font-size: 14px;
    }

    .fy2526-wrapper .fy2526-msg-role {
        font-size: 20px;
    }

    .fy2526-wrapper .fy2526-msg-name {
        font-size: 16px;
    }

    .fy2526-wrapper .fy2526-msg-lead,
    .fy2526-wrapper .fy2526-msg-salutation {
        font-size: 15px;
        line-height: 22px;
    }

    .fy2526-wrapper .fy2526-ops-visual {
        overflow: visible;
    }

    .fy2526-wrapper .fy2526-ops-callout-body {
        gap: 12px;
    }

    .fy2526-wrapper .fy2526-ops-callout-value {
        max-width: 100px;
        line-height: 1.2;
    }

    .fy2526-wrapper .fy2526-download-modal-inner {
        padding: 32px 20px 24px;
        gap: 24px;
    }

    .fy2526-wrapper .fy2526-download-modal-title {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .fy2526-wrapper .fy2526-download-modal-desc {
        max-width: 100%;
    }

    .fy2526-wrapper .fy2526-download-modal-close {
        top: 20px;
        right: 20px;
    }

    .fy2526-wrapper .fy2526-msg-modal-content {
        padding: 20px 16px 28px;
    }
    
}
@media (max-width: 320px) {
    .fy2526-wrapper .fy2526-ops-callout-name {
        font-size: 14px;
    }
}

@media (min-width: 1441px) {
    .fy2526-wrapper .fy2526-hero-media {
        min-height: clamp(800px, calc(800 * 100vw / 1440), 1100px);
    }
    .fy2526-wrapper .fy2526-hero-inner {
        padding: clamp(37px, calc(37 * 100vw / 1440), 45px) 0;
    }
    .fy2526-wrapper .fy2526-hero-content {
        max-width: min(clamp(566px, calc(566 * 100vw / 1440), 780px), 100%);
    }

    .fy2526-wrapper .fy2526-hero-brand {
        max-width: clamp(330px, calc(330 * 100vw / 1440), 455px);
        font-size: clamp(56px, calc(56 * 100vw / 1440), 68px);
        line-height: clamp(52px, calc(52 * 100vw / 1440), 62px);
    }

    .fy2526-wrapper .fy2526-hero-lead {
        margin-bottom: clamp(12px, calc(12 * 100vw / 1440), 16px);
        font-size: clamp(20px, calc(20 * 100vw / 1440), 27px);
        line-height: clamp(24px, calc(24 * 100vw / 1440), 32px);
    }

    .fy2526-wrapper .fy2526-hero-tagline {
        margin-bottom: clamp(16px, calc(16 * 100vw / 1440), 20px);
        font-size: clamp(18px, calc(18 * 100vw / 1440), 22px);
        line-height: clamp(22px, calc(22 * 100vw / 1440), 26px);
    }

    .fy2526-wrapper .fy2526-hero-yearlock {
        gap: clamp(12px, calc(12 * 100vw / 1440), 18px);
        margin-bottom: clamp(24px, calc(24 * 100vw / 1440), 35px);
    }

    .fy2526-wrapper .fy2526-hero-year-20 {
        font-size: clamp(72px, calc(72 * 100vw / 1440), 85px);
        line-height: clamp(65px, calc(65 * 100vw / 1440), 80px);
    }

    .fy2526-wrapper .fy2526-year-text {
        font-size: clamp(33px, calc(33 * 100vw / 1440), 40px);
        line-height: clamp(30px, calc(30 * 100vw / 1440), 38px);
    }

    .fy2526-wrapper .fy2526-hero-year-label {
        max-width: clamp(126px, calc(126 * 100vw / 1440), 184px);
        font-size: clamp(18px, calc(18 * 100vw / 1440), 24px);
        line-height: clamp(22px, calc(22 * 100vw / 1440), 30px);
    }
    .fy2526-wrapper .fy2526-hero-lead-botttm {
        font-size: clamp(16px, calc(16 * 100vw / 1440), 22px);
        line-height: clamp(20px, calc(20 * 100vw / 1440), 26px);
    }
    .fy2526-wrapper .fy2526-btn-download {
        gap: clamp(12px, calc(12 * 100vw / 1440), 18px);
        padding: clamp(15px, calc(15 * 100vw / 1440), 22px) clamp(16px, calc(16 * 100vw / 1440), 24px);
        font-size: clamp(16px, calc(16 * 100vw / 1440), 23px);
    }

    .fy2526-wrapper .fy2526-btn-download-icon {
        width: clamp(20px, calc(20 * 100vw / 1440), 29px);
        height: clamp(20px, calc(20 * 100vw / 1440), 29px);
    }
}

@media (prefers-reduced-motion: reduce) {

    .fy2526-wrapper .fy2526-btn-download,
    .fy2526-wrapper .fy2526-chat-link {
        transition: none;
    }

    .fy2526-wrapper [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .fy2526-wrapper .fy2526-hero-bg {
        /* Keep poster frame; JS also pauses playback */
        visibility: visible;
    }

    .fy2526-wrapper .fy2526-highlights-panel.is-active,
    .fy2526-wrapper .fy2526-highlights-panel.is-leaving,
    .fy2526-wrapper .fy2526-restart-scope-panel.is-active,
    .fy2526-wrapper .fy2526-restart-scope-panel.is-leaving,
    .fy2526-wrapper .fy2526-restart-pillar-panel.is-active,
    .fy2526-wrapper .fy2526-restart-pillar-panel.is-leaving,
    .fy2526-wrapper .fy2526-thinking-panel.is-active,
    .fy2526-wrapper .fy2526-thinking-panel.is-leaving {
        animation: none;
        opacity: 1;
    }

    .fy2526-wrapper .fy2526-highlights-panel.is-leaving,
    .fy2526-wrapper .fy2526-restart-scope-panel.is-leaving,
    .fy2526-wrapper .fy2526-restart-pillar-panel.is-leaving,
    .fy2526-wrapper .fy2526-thinking-panel.is-leaving {
        opacity: 0;
    }

    .fy2526-wrapper .fy2526-ratings-visual-img {
        transition: none;
    }

    .fy2526-wrapper .fy2526-leadership-card,
    .fy2526-wrapper .fy2526-leadership-eyebrow,
    .fy2526-wrapper .fy2526-leadership-role,
    .fy2526-wrapper .fy2526-leadership-name,
    .fy2526-wrapper .fy2526-leadership-excerpt,
    .fy2526-wrapper .fy2526-leadership-btn,
    .fy2526-wrapper .fy2526-leadership-btn-label,
    .fy2526-wrapper .fy2526-leadership-btn-icon--default,
    .fy2526-wrapper .fy2526-leadership-btn-icon--hover {
        transition: none;
    }

    .fy2526-wrapper .fy2526-msg-modal,
    .fy2526-wrapper .fy2526-msg-modal-dialog,
    .fy2526-wrapper .fy2526-msg-modal-content {
        transition: none;
        scroll-behavior: auto;
    }

    .fy2526-wrapper .fy2526-decarb-section [data-decarb-reveal],
    .fy2526-wrapper .fy2526-decarb-icons {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .fy2526-wrapper .fy2526-decarb-draw path,
    .fy2526-wrapper .decarb-frame-Vector {
        stroke-dasharray: none !important;
        stroke-dashoffset: 0 !important;
        animation: none !important;
    }

    .fy2526-wrapper .fy2526-materiality-topic,
    .fy2526-wrapper .fy2526-materiality-legend .fy2526-checkbox label,
    .fy2526-wrapper .fy2526-materiality-section .fy2526-btn-outline {
        transition: none;
    }

    .fy2526-wrapper .fy2526-graph-modal,
    .fy2526-wrapper .fy2526-graph-modal-dialog {
        transition: none;
    }

    .fy2526-wrapper .fy2526-restart-scope-btn,
    .fy2526-wrapper .fy2526-restart-esg-btn {
        transition: none;
    }

    .fy2526-wrapper .fy2526-thinking-tab,
    .fy2526-wrapper .fy2526-thinking-more {
        transition: none;
    }

    .fy2526-wrapper .fy2526-faq-panel,
    .fy2526-wrapper .fy2526-faq-toggle {
        transition: none;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .fy2526-wrapper .fy2526-hero-year-20 {
            margin-bottom: -7px;
        }
    }
}
























































@media (max-width: 1199px){
  
    .fy2526-interplay-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .fy2526-tabs-content-grid,
    .fy2526-interplay-tabs-ul .fy2526-tabs{
        gap: 10px;
    }
    .fy2526-capitals-box-img {
        height: auto;
        aspect-ratio: 200 / 311;
        max-width: 280px;
        margin: 0 auto;
    }
    .fy2526-interplay-capitals-section {
        padding: 20px 0 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {  
    .fy2526-interplay-tabs-ul .fy2526-tabs li{
        font-size: 12px;
    }
    .fy2526-capitals-box-img,
    .fy2526-capitals-column .fy2526-capitals-title{
        font-size: 12px;
    }
}

@media (max-width: 767px){
        .fy2526-interplay-tabs-ul .fy2526-tabs{
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 4px;
        }
        .fy2526-interplay-tabs-ul .fy2526-tabs li{
            font-size: 14px;
            padding: 19px 5px;
        }
        .fy2526-interplay-tabs-ul .fy2526-tabs li br{
            display: none;
        }
        .fy2526-tabs-content-grid{
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 24px;
        }

        .fy2526-tabs-content-grid .fy2526-capitals-column.fy2526-order-1{
            order: -1;
        }
        .fy2526-capitals-column .fy2526-capitals-title{
            min-height: auto;
            text-align: center;
            display: block;
            font-size: 14px;
        }
        .fy2526-capitals-content p {
            margin: 0 0 4px;
        }
        .fy2526-capitals-column .fy2526-capitals-content {
            padding: 8px 12px;
            min-height: auto;
        }
        .fy2526-capitals-box-img {
            position: relative;
            max-width: 450px;
            margin: 0 auto;
            aspect-ratio: 343 / 444;
            border-radius: 8px;
        }
        .fy2526-interplay-tabs-ul {
            margin-bottom: 24px;
        }

}   

















