:root {
    --esg-bg: #faf7f0;
    --esg-ink: #262626;
    --esg-green: #465932;
    --esg-deep: #183d24;
    --esg-gold: #e4a553;
    --esg-gold-dark: #cf7427;
    --esg-coral: #df6538;
    --esg-cream: #fae2ad;
    --esg-font-title: "Noto Sans TC", sans-serif;
    --esg-font-body: "Noto Sans TC", sans-serif;
    --esg-text-hero: clamp(40px, 28.57px + 3.05vw, 72px);
    --esg-text-h2: clamp(34px, 29px + 1.33vw, 48px);
    --esg-text-h3: clamp(28px, 25.14px + .76vw, 36px);
    --esg-text-h4: clamp(20px, 18.57px + .38vw, 24px);
    --esg-text-body: clamp(14px, 13.29px + .19vw, 16px);
    --esg-text-small: 14px;
    --esg-weight-regular: 400;
    --esg-weight-medium: 500;
    --esg-weight-semibold: 600;
    --esg-weight-bold: 700;
    --esg-leading-title: 1.2;
    --esg-leading-body: 1.5;
    --esg-tracking-title: .05em;
    --esg-tracking-body: .1em;
    --esg-section-space: clamp(68px, 58px + 2.67vw, 96px);
    --esg-title-gap: clamp(20px, 15.71px + 1.14vw, 32px);
    --esg-content-gap: clamp(40px, 31.43px + 2.29vw, 64px);
    --esg-card-space: clamp(24px, 21.14px + .76vw, 32px);
    --esg-card-text-gap: clamp(12px, 10.57px + .38vw, 16px);
    --esg-container-gutter: clamp(24px, 2.5vw, 32px)
}

.esgad-page {
    font-family: var(--esg-font-body);
    color: var(--esg-ink);
    background: var(--esg-bg);
    font-size: var(--esg-text-body);
    font-weight: var(--esg-weight-regular);
    line-height: var(--esg-leading-body);
    overflow: hidden
}

.esgad-page * {
    box-sizing: border-box
}

.esgad-page img {
    max-width: 100%;
    display: block
}

.esgad-page a {
    text-decoration: none;
    color: inherit
}

/* ESG typography and spacing system — aligned to the Figma text styles. */
.esgad-page h1,
.esgad-page h2,
.esgad-page h3,
.esgad-page h4,
.esgad-page p {
    font-family: inherit
}

.esgad-section-title h2,
.esgad-split-copy h2,
.esgad-awards h2,
.esgad-contact h2 {
    font-size: var(--esg-text-h2);
    font-weight: var(--esg-weight-semibold);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title)
}

.esgad-section-title p,
.esgad-service-card p,
.esgad-split-copy>p,
.esgad-contact-copy p {
    font-size: var(--esg-text-body);
    font-weight: var(--esg-weight-regular);
    line-height: var(--esg-leading-body);
    letter-spacing: var(--esg-tracking-body)
}

.esgad-container {
    width: 83.4%;
    margin: 0 auto
}

.esgad-header {
    height: 64px;
    padding: 0 max(24px, calc((100% - 1536px)/2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #faf7f0;
    position: relative;
    z-index: 30
}

.esgad-logo {
    width: 120px
}

.esgad-logo img {
    width: 100%;
    height: 39px;
    object-fit: contain
}

.esgad-nav {
    display: flex;
    align-items: center;
    gap: 48px;
    color: #8a4822;
    font-weight: 500
}

.esgad-nav-divider {
    height: 35px;
    width: 1px;
    background: #d1d1d1
}

.esgad-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 20px;
    border-radius: 999px;
    font-weight: 500;
    line-height: 1.2;
    transition: .25s
}

.esgad-pill:hover {
    transform: translateY(-2px)
}

.esgad-pill--gold {
    background: var(--esg-gold);
    color: #fff !important
}
.esgad-pill--gold:hover {
    background: var(--esg-gold-dark);
    color: #fff !important
}

.esgad-pill--outline {
    border: 1px solid var(--esg-green);
    color: var(--esg-ink) !important
}

.esgad-menu-button {
    display: none;
    border: 0;
    background: none;
    width: 38px;
    padding: 8px
}

.esgad-menu-button span {
    display: block;
    height: 2px;
    background: var(--esg-green);
    margin: 5px
}

.esgad-hero {
    height: 800px;
    background: url('../images/esgad/hero-bg.png') center/cover no-repeat;
    position: relative
}

.esgad-hero-inner {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.esgad-hero-copy {
    position: relative;
    z-index: 3;
    width: 48%
}

.esgad-eyebrow {
    font-size: var(--esg-text-h4);
    font-weight: var(--esg-weight-medium);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    color: var(--esg-green);
    margin: 0 0 16px
}

.esgad-hero h1 {
    font-size: var(--esg-text-hero);
    font-weight: var(--esg-weight-bold);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    margin: 0 0 24px
}

.esgad-hero h1 em,
.esgad-ai h2 em {
    font-style: normal;
    color: #59723e
}

.esgad-hero-copy>p:not(.esgad-eyebrow) {
    color: #454545;
    letter-spacing: .1em;
    margin-bottom: 32px
}

.esgad-hero-island {
    position: absolute;
    width: 64%;
    right: -6%;
    top: 5%;
    filter: drop-shadow(0 20px 20px rgba(33, 59, 37, .15))
}

.esgad-services {
    height: 721px;
    min-height: 721px;
    padding: var(--esg-section-space) 0 160px;
    position: relative;
    overflow: hidden;

}

.esgad-services>.esgad-container {
    position: relative;
    z-index: 2
}

.esgad-services .esgad-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--esg-title-gap)
}

.esgad-services .esgad-section-title h2 {
    margin: 0;
    font-size: var(--esg-text-h2);
    font-weight: var(--esg-weight-semibold);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title)
}

.esgad-services .esgad-section-title p {
    font-size: var(--esg-text-body);
    font-weight: var(--esg-weight-regular);
    line-height: var(--esg-leading-body);
    letter-spacing: var(--esg-tracking-body)
}

.esgad-section-title h2,
.esgad-split-copy h2,
.esgad-awards h2,
.esgad-contact h2 {
    font-size: var(--esg-text-h2);
    font-weight: var(--esg-weight-semibold);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    margin: 0 0 16px
}

.esgad-section-title p {
    color: #5d5d5d;
    margin: 0
}

.esgad-section-title--center {
    text-align: center
}

.esgad-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--esg-card-space);
    margin-top: var(--esg-content-gap);
    position: relative;
    z-index: 2
}

.esgad-service-card {
    min-height: 287px;
    padding: var(--esg-card-space);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    border: 1px solid transparent;
    color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.esgad-service-card:after {
    content: "";
    position: absolute;
    pointer-events: none
}

.esgad-service-card--orange {
    background: #de8c31;
    border-color: #f3dbae
}

.esgad-service-card--orange:after {
    aspect-ratio: 1/1;
    width: 53%;
    border-radius: 24px;
    transform:rotate(58.2deg) translateX(70%) translateY(-70%);
    background: radial-gradient(circle at center, rgba(221,97,50,0) 0, rgba(221,97,50,.3) 100%);
    mix-blend-mode: screen
}

.esgad-service-card--green {
    background: #6f8b4e;
    border-color: #dde9c8
}

.esgad-service-card--green:after {
    aspect-ratio: 1/1;
    width: 66%;
    transform: translateY(-50%) translateX(50%);
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(229,236,219,0) 0, rgba(229,236,219,.3) 100%);
    mix-blend-mode: screen
}

.esgad-service-card--coral {
    background: #dd6132;
    border-color: #f3ceb5
}

.esgad-service-card--coral:after {
    width: 80%;
    aspect-ratio: 1/1;
    transform: rotate(-41.39deg) translateX(50%) translateY(10%);
    background: url('../images/esgad/service-card-coral-decoration.svg') 12.65% 8.14% / 74.7% 66.86% no-repeat;
    mix-blend-mode: screen
}

.esgad-service-card img {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    object-fit: contain;
    flex: 0 0 100px
}

.esgad-service-card h3 {
    position: relative;
    z-index: 1;
    font-size: var(--esg-text-h3);
    line-height: var(--esg-leading-title);
    font-weight: var(--esg-weight-semibold);
    letter-spacing: var(--esg-tracking-title);
    margin: var(--esg-card-text-gap) 0
}

.esgad-service-card p {
    position: relative;
    z-index: 1;
    font-size: var(--esg-text-body);
    font-weight: var(--esg-weight-regular);
    line-height: var(--esg-leading-body);
    letter-spacing: var(--esg-tracking-body);
    margin: 0;
    width: 100%
}

.esgad-services-landscape {
    width: 100%;
    height: auto;
}

.esgad-ai {
    min-height: 700px;
    padding: var(--esg-section-space) 0;
    background: #183d24 url('../images/esgad/ai-section-bg.png') center/cover no-repeat;
    color: #fff
}
@media(max-width:767px) {
    .esgad-ai {
       background-position: right top;
    }
}
.esgad-ai>.esgad-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--esg-content-gap)
}

.esgad-section-title--light p {
    color: #fff
}

.esgad-ai .esgad-section-title--light {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--esg-title-gap)
}

.esgad-ai .esgad-section-title--light h2,
.esgad-ai .esgad-section-title--light p {
    margin: 0
}

.esgad-ai .esgad-section-title--light h2 {
    color: #fff;
    font-size: var(--esg-text-h2);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.4px
}

.esgad-ai .esgad-section-title--light h2 em {
    color: #e8c794
}

.esgad-ai .esgad-section-title--light p {
    font-size: var(--esg-text-body);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px
}

.esgad-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
    margin: 0 auto
}

.esgad-compare-card {
    min-height: 340px;
    border-radius: 24px;
    padding: clamp(28px, 15.14px + 3.43vw, 64px);
    box-shadow: 2px 5px 15px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    padding-right: 30%;
}
@media(max-width:767px) {
    .esgad-compare-card {
   
    padding-right: clamp(28px, 15.14px + 3.43vw, 64px);
}
}
.esgad-compare-card>* {
    position: relative;
    z-index: 1
}

.esgad-compare-card>.esgad-compare-decoration {
    position: absolute;
    z-index: 0;
    display: block;
    max-width: none;
    height: auto;
    aspect-ratio: 1672 / 941;
    object-fit: contain;
    pointer-events: none;
    user-select: none
}

.esgad-compare-card b {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    background: #666;
    font-size: clamp(18px, 15.86px + .57vw, 24px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.2px
}

.esgad-compare-card h3 {
    display: flex;
    align-items: center;
    gap: clamp(12px, 10.57px + .38vw, 16px);
    font-size: clamp(26px, 18.14px + 2.1vw, 48px);
    font-weight: var(--esg-weight-semibold);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    margin: 24px 0 16px
}

.esgad-compare-card h3 img {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    object-fit: contain
}

.esgad-compare-card ul {
    width: 100%;
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid currentColor;
    list-style: none
}

.esgad-compare-card li {
    position: relative;
    padding-left: 20px;
    font-size: clamp(16px, 14.57px + .38vw, 20px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px
}

.esgad-compare-card li+li {
    margin-top: 8px
}

.esgad-compare-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.esgad-compare-card--before li:before {
    background-image: url('../images/esgad/compare-bullet-before.svg')
}

.esgad-compare-card--after li:before {
    background-image: url('../images/esgad/compare-bullet-after.svg')
}

.esgad-compare-card--before {
    background: linear-gradient(100deg, #7b857d, #536659);
    color: #d1d1d1
}

.esgad-compare-card--before>.esgad-compare-decoration {
    left: 56.79%;
    top: 2.02%;
    width: 84.29%;
    opacity: .4;
    mix-blend-mode: screen
}

.esgad-compare-card--after {
    background: linear-gradient(100deg, #ffdf9e, #fff3ce);
    color: #203b24
}

.esgad-compare-card--after>.esgad-compare-decoration {
    left: 65.5%;
    top: -5.14%;
    width: 94.85%;
    opacity: .6
}

.esgad-compare-card--after b {
    background: #df9b39;
    color: #fff
}

.esgad-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid currentColor;
    padding: 10px 2px;
    font-weight: 500
}

.esgad-text-link span {
    width: 24px;
    height: 24px;
    background: var(--esg-green);
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #fff
}

.esgad-text-link:hover span,
.esgad-text-link:focus-visible span {
    animation: esgad-link-icon-nudge .65s ease-in-out infinite alternate
}

@keyframes esgad-link-icon-nudge {
    from {
        transform: translateX(-2px)
    }

    to {
        transform: translateX(3px)
    }
}

@media(prefers-reduced-motion:reduce) {
    .esgad-text-link:hover span,
    .esgad-text-link:focus-visible span {
        animation: none
    }
}

.esgad-ai>.esgad-container>.esgad-text-link {
    display: flex;
    width: max-content;
    margin: 0 auto;
    color: #fff
}

.esgad-ai .esgad-text-link span {
    background: #fff;
    color: var(--esg-green)
}

.esgad-modular {
    padding: var(--esg-section-space) 0
}

.esgad-split {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: var(--esg-content-gap);
    align-items: center
}

.esgad-split-media {
    min-height: 418px;
    display: flex;
    align-items: center
}

.esgad-split-media img {
    width: 100%
}

.esgad-split-copy {
    max-width: 587px
}

.esgad-split-copy .esgad-eyebrow {
    font-size: 20px
}

.esgad-split-copy p:not(.esgad-eyebrow) {
    color: #5d5d5d
}

.esgad-split-copy .esgad-text-link {
    margin-top: 32px
}

/* Modular architecture — Figma node 66195:9606 */
.esgad-modular {
    min-height: 610px;
    position: relative;
    overflow: hidden
}

.esgad-modular .esgad-split {
    grid-template-columns: 7fr 5fr;
    gap: 64px;
    position: relative;
    z-index: 1;
}

.esgad-modular .esgad-split-media {
    width: 100%;
    height: 418px;
    min-height: 0;
    overflow: hidden;
    position: relative
}

.esgad-modular .esgad-split-media img {
    width: 100%;
    height: auto;
}

.esgad-modular .esgad-split-copy {
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 64px;
    position: relative;
    z-index: 2
}

.esgad-modular-copy-block {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%
}

.esgad-modular-heading {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.esgad-modular .esgad-split-copy h2 {
    margin: 0;
    font-size: clamp(30px, 27.86px + .57vw, 36px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #262626
}

.esgad-modular .esgad-split-copy .esgad-eyebrow {
    min-height: 0;
    margin: 0;
    font-size: clamp(18px, 17.29px + .19vw, 20px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #6f8b6e
}

.esgad-modular .esgad-modular-description {
    margin: 0;
    font-size: var(--esg-text-body);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #5d5d5d
}

.esgad-modular .esgad-split-copy .esgad-text-link {
    margin: 0
}

.esgad-modular-spray {
    position: absolute;
    z-index: 0;
    top: 55px;
    left: calc(50% + 215px);
    width: 340px;
    height: 340px;
    max-width: none;
    pointer-events: none
}

@media(max-width:1200px) {
    .esgad-modular .esgad-split {
        grid-template-columns: minmax(0, 1.55fr) minmax(340px, 1fr);
        gap: clamp(40px, 3.33vw, 64px)
    }

    .esgad-modular .esgad-split-media img {
        left: 56%;
        width: max(760px, 125%);
        height: auto
    }

    .esgad-modular-spray {
        left: auto;
        right: 10%;
        width: 300px;
        height: 300px
    }
}

@media(max-width:900px) {
    .esgad-modular .esgad-split {
        grid-template-columns: 1fr;
        gap: var(--esg-content-gap)
    }

    .esgad-modular .esgad-split-media {
        height: auto;
        aspect-ratio: 885 / 418
    }

    .esgad-modular .esgad-split-media img {
        left: 58%;
        top: 52%;
        width: 123%;
        height: auto
    }

    .esgad-modular .esgad-split-copy {
        gap: clamp(36px, 8vw, 48px)
    }

    .esgad-modular-copy-block {
        gap: clamp(28px, 6vw, 40px)
    }

    .esgad-modular-spray {
        top: auto;
        right: -60px;
        bottom: 30px;
        width: 280px;
        height: 280px
    }
}

@media(max-width:600px) {
    .esgad-modular .esgad-split-media {
        aspect-ratio: 1 / .68
    }

    .esgad-modular .esgad-split-media img {
        left: 57%;
        width: 142%
    }

    .esgad-modular .esgad-modular-description br {
        display: none
    }

    .esgad-modular-spray {
        right: -100px;
        bottom: 50px;
        width: 240px;
        height: 240px
    }
        .esgad-modular-copy-block {
        text-align: center;
    }
    .esgad-modular .esgad-split-copy .esgad-text-link {
    margin-left: auto;
    margin-right: auto;
}
}

.esgad-awards {
    background: var(--esg-cream);
    padding: var(--esg-section-space) 0 clamp(68px, 63.71px + 1.14vw, 80px)
}

.esgad-awards-top {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 96px;
    align-items: center
}

.esgad-awards-top>div:first-child p {
    color: #5d5d5d
}

.esgad-awards-chart {
    height: 330px;
    background: #fff9e9;
    border-radius: 24px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden
}

.esgad-awards-chart img {

    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    top: 0
}

.esgad-awards-chart strong {
    position: absolute;
    left: 48px;
    top: 54px;
    font-size: 20px
}

.esgad-awards-chart span {
    position: absolute;
    font-size: 36px;
    font-weight: 700
}

.esgad-chart-60 {
    left: 210px;
    top: 85px;
    color: #91ac6f
}

.esgad-chart-40 {
    right: 28px;
    top: 190px;
    color: #e4a553
}

.esgad-stats {
    display: grid;
    grid-template-columns: repeat(4, 236px);
    justify-content: space-between;
    margin-top: 64px
}

.esgad-stat {
    width: 236px;
    height: 236px;
    background: #fffaf0;
    border: 12px double #dde9c8;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .1)
}

.esgad-stat strong {
    font-size: 48px;
    line-height: 1;
    color: #59723e
}

.esgad-stat strong small {
    font-size: 22px
}

.esgad-stat b {
    font-size: 20px;
    margin-top: 8px
}

.esgad-stat span {
    font-size: 14px
}

.esgad-stat--coral {
    border-color: #f3ceb5
}

.esgad-stat--coral strong {
    color: #dd6132
}

.esgad-stat--gold {
    border-color: #f3dbae
}

.esgad-stat--gold strong {
    color: #cf7427
}

.esgad-awards-links {
    display: flex;
    justify-content: center;
    gap: 96px;
    margin-top: 54px
}

/* Awards and TCSA scoring — Figma nodes 66195:9614 and 66195:9652 */
.esgad-awards {
    background: #f8e2bb;
    padding: var(--esg-section-space) 0
}

.esgad-awards .esgad-awards-top {
    grid-template-columns: 502px 906px;
    gap: 128px;
    align-items: start
}

.esgad-awards-copy h2 {
    margin: 0 0 24px;
    color: #262626
}

.esgad-awards-copy p {
    margin: 0;
    font-size: var(--esg-text-body);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #262626
}

.esgad-awards-copy p+p {
    margin-top: 24px
}

.esgad-awards-copy em {
    color: #59723e;
    font-style: normal
}

.esgad-awards .esgad-awards-chart {
    width: 906px;
    height: 318px;
    padding: 52px 48px 52px 73px;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 26px;
    background: rgba(255, 255, 255, .5)
}

.esgad-chart-info h3 {
    margin: 0 0 43px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #262626
}

.esgad-chart-legend {
    position: relative;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.esgad-chart-legend:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor
}

.esgad-chart-legend b {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em
}

.esgad-awards-chart .esgad-chart-legend span {
    position: static;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #6d6d6d
}

.esgad-chart-legend--report {
    padding-bottom: 24px;
    border-bottom: 1px solid #d1d1d1;
    color: #59723e
}

.esgad-chart-legend--digital {
    margin-top: 24px;
    color: #cf7427
}

.esgad-chart-visual {
    position: relative;
    min-width: 0
}

.esgad-awards-chart .esgad-chart-visual>picture {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.esgad-awards-chart .esgad-chart-visual>picture img {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: contain;
}

@media(max-width:767px){
    
.esgad-awards-chart .esgad-chart-visual>picture img {
    width: 70%;
    margin-left:auto;
    margin-right:auto;
}
}

.esgad-chart-donut {
    position: absolute;
    left: 105px;
    top: -14px;
    width: 250px;
    height: 250px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#eaa443 0 40%, #91ac6f 40% 100%);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.esgad-chart-donut:after {
    content: "";
    position: absolute;
    inset: 36px;
    border-radius: 50%;
    background: #fff5df
}

.esgad-awards-chart .esgad-chart-donut strong {
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #465932
}

.esgad-chart-label {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    border-bottom: 1px solid currentColor
}

.esgad-chart-label b {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em
}

.esgad-chart-label small {
    font-size: 16px;
    font-weight: 400
}

.esgad-awards-chart .esgad-chart-label span {
    position: static;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.esgad-chart-label--60 {
    left: 0;
    top: 3px;
    color: #59723e
}

.esgad-chart-label--40 {
    right: 0;
    top: 89px;
    align-items: flex-end;
    color: #cf7427
}

.esgad-awards .esgad-stats {
    margin-top: 64px
}

.esgad-awards .esgad-stat {
    --stat-accent: #59723e;
    --stat-accent-soft: #afc492;
    --stat-track: #dce8c7;
    --stat-inner: #f4f7ee;
    width: 236px;
    height: 236px;
    border: 0;
    background: linear-gradient(180deg, #e5ecdb, #afc492);
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, .1)
}

.esgad-awards .esgad-stat:before,
.esgad-awards .esgad-stat:after {
    content: "";
    position: absolute;
    border-radius: 50%
}

.esgad-awards .esgad-stat:before {
    inset: 7px;
    background: url('../images/esgad/award-ring-green-10.svg') center / contain no-repeat
}

.esgad-awards .esgad-stat:after {
    content: none
}

.esgad-stat-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center
}

.esgad-awards .esgad-stat strong {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.0125em;
    color: var(--stat-accent)
}

.esgad-awards .esgad-stat strong small {
    font-size: 24px;
    font-weight: 400
}

.esgad-awards .esgad-stat b {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #262626
}

.esgad-awards .esgad-stat span {
    font-size: 14px;
    line-height: 1.2;
    color: #5d5d5d
}

.esgad-awards .esgad-stat--coral {
    --stat-accent: #dd6132;
    --stat-accent-soft: #efaa86;
    --stat-track: #f3ceb5;
    --stat-inner: #fdf5ef;
    background: linear-gradient(180deg, #fdf5ef, #f3ceb5)
}

.esgad-awards .esgad-stat--gold {
    --stat-accent: #df8c2c;
    --stat-accent-soft: #efbd70;
    --stat-track: #f3dbae;
    --stat-inner: #fdf8ef;
    background: linear-gradient(180deg, #fdf8ef, #f3dbae)
}

.esgad-awards .esgad-stat--40 {
    --stat-accent: #465932;
    --stat-accent-soft: #afc492
}

.esgad-awards .esgad-stat--40:before {
    background-image: url('../images/esgad/award-ring-green-40.svg')
}

.esgad-awards .esgad-stat--coral:before {
    background-image: url('../images/esgad/award-ring-coral.svg')
}

.esgad-awards .esgad-stat--gold:before {
    background-image: url('../images/esgad/award-ring-gold.svg')
}

.esgad-awards .esgad-stat--21 strong {
    color: #ce4b28
}

.esgad-awards .esgad-stat--8 strong {
    color: #8a4822
}

.esgad-awards .esgad-awards-links {
    margin-top: 64px
}

@media(max-width:1200px) {
    .esgad-awards .esgad-awards-top {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .esgad-awards .esgad-awards-chart {
        width: 100%
    }
}

@media(max-width:900px) {
    .esgad-awards .esgad-awards-chart {
        padding-inline: clamp(28px, 7vw, 56px);
        grid-template-columns: minmax(210px, 250px) 1fr
    }

    .esgad-chart-donut {
        left: 50%;
        transform: translateX(-50%)
    }

    .esgad-awards .esgad-stats {
        grid-template-columns: repeat(2, 236px);
        justify-content: center;
        gap: 32px
    }
}

@media(max-width:600px) {
    .esgad-awards-copy p br {
        display: none
    }

    .esgad-awards .esgad-awards-chart {
        height: auto;
        min-height: 570px;
        padding: 32px 24px;
        grid-template-columns: 1fr;
        gap: 32px;
        overflow: hidden
    }

    .esgad-chart-info h3 {
        margin-bottom: 28px
    }

    .esgad-chart-visual {
        min-height: 270px
    }

    .esgad-awards-chart .esgad-chart-visual>picture {
        width: min(520px, 150%);
        left: 50%
    }

    .esgad-chart-donut {
        top: 10px;
        width: 220px;
        height: 220px
    }

    .esgad-chart-donut:after {
        inset: 32px
    }

    .esgad-awards-chart .esgad-chart-donut strong {
        font-size: 40px
    }

    .esgad-chart-label b {
        font-size: 28px
    }

    .esgad-chart-label--60 {
        top: 0
    }

    .esgad-chart-label--40 {
        top: 140px
    }

    .esgad-awards .esgad-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px
    }

    .esgad-awards .esgad-stat {
        width: min(100%, 168px);
        height: auto;
        aspect-ratio: 1;
        justify-self: center
    }

    .esgad-awards .esgad-stat:before {
        inset: 5px
    }

    .esgad-awards .esgad-stat:after {
        inset: 14px
    }

    .esgad-awards .esgad-stat strong {
        font-size: 34px
    }

    .esgad-awards .esgad-stat strong small {
        font-size: 17px
    }

    .esgad-awards .esgad-stat b {
        font-size: 15px
    }

    .esgad-awards .esgad-stat span {
        font-size: 11px
    }
}

.esgad-faq {
    padding: var(--esg-section-space) 0;
    background: var(--esg-bg);
    position: relative;
    overflow: hidden
}

.esgad-faq:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -48px;
    top: -119px;
    width: 640px;
    height: 640px;
    background: url('../images/esgad/faq-spray.svg') center / contain no-repeat;
    pointer-events: none
}

.esgad-faq>.esgad-container {
    position: relative;
    z-index: 1
}

.esgad-faq .esgad-section-title {
    width: min(782px, 100%);
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

.esgad-faq .esgad-section-title h2,
.esgad-faq .esgad-section-title p {
    margin: 0
}

.esgad-faq .esgad-section-title h2 {
    font-size: var(--esg-text-h2);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #262626
}

.esgad-faq .esgad-section-title p {
    font-size: var(--esg-text-body);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #5d5d5d
}

.esgad-accordion {
    width: 100%
}

.esgad-faq-item {
    border-bottom: 1px solid #d1d1d1
}

.esgad-faq-item button {
    width: 100%;
    border: 0;
    background: none;
    padding: 24px 0;
    display: grid;
    grid-template-columns: 48px 1fr 40px;
    gap: 16px;
    text-align: left;
    align-items: center;
    font: 500 clamp(16px, 14.57px + .38vw, 20px)/1.2 "Noto Sans TC", sans-serif;
    letter-spacing: .05em;
    color: var(--esg-ink);
    cursor: pointer
}

.esgad-q {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--esg-green);
    color: #fff;
    font-size: 0;
    position: relative
}

.esgad-q:before,
.esgad-q:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%
}

.esgad-q:before {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-65%, -65%)
}

.esgad-q:after {
    width: 7px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transform: translate(1px, 3px) rotate(45deg);
    transform-origin: left center
}

.esgad-faq-item i {
    width: 18px;
    height: 18px;
    justify-self: center;
    position: relative
}

.esgad-faq-item i:before,
.esgad-faq-item i:after {
    content: "";
    position: absolute;
    background: var(--esg-green);
    left: 0;
    top: 8px;
    width: 18px;
    height: 2px
}

.esgad-faq-item i:after {
    transform: rotate(90deg);
    transition: .2s
}

.esgad-faq-item.is-open i:after {
    transform: rotate(0)
}

.esgad-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: .3s
}

.esgad-faq-answer p {
    overflow: hidden;
    margin: 0;
    padding: 0 64px;
    color: #454545;
    font-size: var(--esg-text-body);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .05em
}

.esgad-faq-item.is-open .esgad-faq-answer {
    grid-template-rows: 1fr
}

.esgad-faq-item.is-open .esgad-faq-answer p {
    padding-bottom: 24px
}

.esgad-contact {
    min-height: 725px;
    padding: var(--esg-section-space) 0 0
}

.esgad-contact-grid {
    display: grid;
    grid-template-columns: 555px 1fr;
    gap: 96px
}

.esgad-contact-copy h3 {
    font-size: var(--esg-text-h4);
    font-weight: var(--esg-weight-medium);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    color: #6f8b4e;
    margin: 0 0 16px
}

.esgad-contact-copy p {
    color: #5d5d5d
}

.esgad-contact-copy img {
    width: 680px;
    max-width: none;
    margin-left: -190px;
    margin-top: -25px
}

.esgad-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    align-content: start
}

.esgad-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px
}

.esgad-field--full {
    grid-column: 1/-1
}

.esgad-field span:before {
    content: "* ";
    color: #dd6132
}

.esgad-field input,
.esgad-field textarea {
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background: #fff;
    padding: 12px 16px;
    font: 400 16px "Noto Sans TC", sans-serif;
    outline: none
}

.esgad-field input:focus,
.esgad-field textarea:focus {
    border-color: #6f8b4e
}

.esgad-form .esgad-pill {
    grid-column: 1/-1;
    justify-self: center;
    border: 0;
    padding: 10px 24px;
    cursor: pointer
}

.esgad-footer {
    background: #203b24;
    color: #fff;
    text-align: center;
    padding: 0
}

.esgad-footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding-top: 96px;
    padding-bottom: 96px
}

.esgad-footer-logo {
    width: 147px;
    height: 48px;
    margin: 0;
    object-fit: contain
}

.esgad-footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .35px
}

.esgad-footer-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.esgad-footer-contact-item img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain
}

.esgad-footer-bottom {
    background: rgba(38, 38, 38, .5);
    color: #aebbae;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.2
}

.esgad-footer-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    letter-spacing: 1.4px
}

.esgad-footer-meta-en {
    font-family: Roboto, sans-serif;
    letter-spacing: .7px
}

.esgad-footer-browser-note {
    line-height: 1.4;
    letter-spacing: 0
}

@media(max-width:1200px) {
    .esgad-nav {
        gap: 22px
    }

    .esgad-hero h1 {
        font-size: var(--esg-text-hero)
    }

    .esgad-stats {
        grid-template-columns: repeat(4, 190px)
    }

    .esgad-stat {
        width: 190px;
        height: 190px
    }

    .esgad-awards-top {
        gap: 40px
    }

    .esgad-awards-chart img {
        right: 20px
    }

    .esgad-contact-grid {
        grid-template-columns: 440px 1fr;
        gap: 48px
    }
}

@media(max-width:900px) {
    .esgad-header {
        padding: 0 20px
    }

    .esgad-menu-button {
        display: block
    }

    .esgad-nav {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #faf7f0;
        padding: 24px;
        flex-direction: column;
        gap: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
    }

    .esgad-nav.is-open {
        display: flex
    }

    .esgad-nav-divider {
        display: none
    }

    .esgad-hero {
        height: 720px
    }

    .esgad-hero-inner {
        align-items: flex-start;
        padding-top: 70px
    }

    .esgad-hero-copy {
        width: 75%
    }

    .esgad-hero h1 {
        font-size: var(--esg-text-hero)
    }

    .esgad-hero-island {
        width: 75%;
        right: -22%;
        top: 34%
    }

    .esgad-service-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .esgad-services {
        height: auto;
        min-height: 0;
        padding: 80px 0 96px;
        overflow: hidden
    }

    .esgad-services .esgad-section-title {
        gap: 24px
    }

    .esgad-services .esgad-section-title p {
        max-width: 620px
    }

    .esgad-service-card {
        height: auto;
        min-height: 287px
    }

    .esgad-services-landscape {
        left: -220px;
        top: auto;
        bottom: -40px;
        opacity: .28
    }

    .esgad-compare {
        grid-template-columns: 1fr
    }

    .esgad-split {
        grid-template-columns: 1fr
    }

    .esgad-split-copy {
        max-width: none
    }

    .esgad-awards-top {
        grid-template-columns: 1fr
    }

    .esgad-stats {
        grid-template-columns: repeat(2, 236px);
        justify-content: center;
        gap: 32px
    }

    .esgad-contact-grid {
        grid-template-columns: 1fr
    }

    .esgad-contact-copy img {
        width: 520px;
        margin-left: -100px
    }

    .esgad-contact {
        padding-bottom: 80px
    }

    .esgad-section-title h2,
    .esgad-split-copy h2,
    .esgad-awards h2,
    .esgad-contact h2 {
        font-size: var(--esg-text-h2)
    }
}

@media(max-width:600px) {
    .esgad-page {
        --esg-container-gutter: 16px
    }

    .esgad-header {
        height: 58px
    }

    .esgad-logo {
        width: 95px
    }

    .esgad-logo img {
        height: 32px
    }

    .esgad-nav {
        top: 58px
    }

    .esgad-hero {
        height: 690px
    }

    .esgad-hero-copy {
        width: 100%
    }

    .esgad-eyebrow {
        font-size: var(--esg-text-h4)
    }

    .esgad-hero h1 {
        font-size: var(--esg-text-hero)
    }

    .esgad-hero-copy>p:not(.esgad-eyebrow) {
        font-size: 14px
    }

    .esgad-hero-island {
        width: 110%;
        right: -38%;
        top: 45%
    }

    .esgad-services .esgad-section-title {
        gap: 20px
    }

    .esgad-services .esgad-section-title h2 {
        font-size: var(--esg-text-h2);
        letter-spacing: var(--esg-tracking-title)
    }

    .esgad-services .esgad-section-title p {
        font-size: var(--esg-text-body);
        letter-spacing: var(--esg-tracking-body)
    }

    .esgad-section-title h2,
    .esgad-split-copy h2,
    .esgad-awards h2,
    .esgad-contact h2 {
        font-size: var(--esg-text-h2)
    }

    .esgad-service-card h3 {
        font-size: var(--esg-text-h3);
        margin: var(--esg-card-text-gap) 0
    }

    .esgad-service-card {
        min-height: 0;
        padding: var(--esg-card-space)
    }

    .esgad-service-card img {
        width: 80px;
        height: 80px;
        flex-basis: 80px
    }

    .esgad-service-card p {
        font-size: var(--esg-text-body);
        letter-spacing: var(--esg-tracking-body)
    }

    .esgad-ai {
        padding: 68px 0
    }

    .esgad-compare {
        margin: 0
    }

    .esgad-compare-card {
        padding: 28px 24px
    }

    .esgad-compare-card h3 {
        font-size: 26px
    }

    .esgad-awards-chart {
        height: 260px
    }

    .esgad-awards-chart img {
        width: 100%;
        height: auto;
        right: 0;
        aspect-ratio: 1 / 1;
    }

    .esgad-awards-chart strong {
        left: 20px;
        top: 20px
    }

    .esgad-chart-60 {
        left: 35px !important;
        top: 65px !important
    }

    .esgad-chart-40 {
        right: 15px !important;
        top: 180px !important
    }

    .esgad-stats {
        grid-template-columns: repeat(2, 150px);
        gap: 16px
    }

    .esgad-stat {
        width: 150px;
        height: 150px;
        border-width: 8px
    }

    .esgad-stat strong {
        font-size: 34px
    }

    .esgad-stat b {
        font-size: 16px
    }

    .esgad-stat span {
        font-size: 11px
    }

    .esgad-awards-links {
        flex-direction: column;
        align-items: center;
        gap: 12px
    }

    .esgad-faq-item button {
        grid-template-columns: 38px 1fr 24px;
        font-size: 16px
    }

    .esgad-q {
        width: 38px;
        height: 38px
    }

    .esgad-faq-answer p {
        padding-left: 54px;
        font-size: 14px
    }

    .esgad-contact {
        padding-top: 68px
    }

    .esgad-contact-grid {
        gap: 20px
    }

    .esgad-contact-copy img {
        width: 420px;
        margin-left: -120px
    }

    .esgad-form {
        grid-template-columns: 1fr
    }

    .esgad-field {
        grid-column: 1/-1
    }

    .esgad-footer-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .esgad-footer {
        padding-top: 0
    }
}

@media(max-width:1200px) {
    .esgad-footer-contact {
        flex-wrap: wrap;
        row-gap: 16px
    }

    .esgad-footer-meta {
        flex-wrap: wrap;
        row-gap: 12px
    }
}

@media(max-width:600px) {
    .esgad-footer-top {
        gap: 40px;
        padding-top: 64px;
        padding-bottom: 64px
    }

    .esgad-footer-contact {
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.5
    }

    .esgad-footer-contact-item {
        white-space: normal;
        text-align: left
    }

    .esgad-footer-contact-item img {
        align-self: flex-start
    }

    .esgad-footer-bottom {
        padding: 20px 0
    }

    .esgad-footer-meta {
        gap: 12px 18px;
        font-size: 13px
    }

    .esgad-footer-browser-note {
        flex-basis: 100%
    }
}

/* Responsive typography for the AI comparison section. */
@media(max-width:900px) {
    .esgad-compare-card {
        min-height: 320px
    }
}

@media(max-width:600px) {
    .esgad-ai .esgad-section-title--light h2 {
        letter-spacing: 1.7px
    }

    .esgad-ai .esgad-section-title--light p {
        line-height: 1.7
    }

    .esgad-compare-card {
        min-height: 0
    }

    .esgad-compare-card h3 {
        margin: 20px 0 14px
    }

    .esgad-compare-card h3 img {
        width: 28px;
        height: 28px;
        flex-basis: 28px
    }

    .esgad-compare-card li {
        letter-spacing: .8px
    }
}

/* Contact section — Figma node 66133:975 */
.esgad-contact {
    position: relative;
    padding: var(--esg-section-space) 0;
    isolation: isolate
}

.esgad-contact-grid {
    position: static;
    z-index: 1;
    grid-template-columns: 555px 885px;
    gap: 96px;
    align-items: start
}

.esgad-contact-copy {
    position: static;
    z-index: 1;
    padding: 0
}

.esgad-contact-copy h2 {
    margin: 0 0 16px;
    font-size: var(--esg-text-h2);
    font-weight: var(--esg-weight-semibold);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    color: rgba(0, 0, 0, .8)
}

.esgad-contact-copy h3 {
    margin: 0 0 32px;
    font-size: var(--esg-text-h4);
    font-weight: var(--esg-weight-medium);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    color: #6f8b6e
}

.esgad-contact-copy p {
    margin: 0;
    font-size: var(--esg-text-body);
    font-weight: var(--esg-weight-regular);
    line-height: var(--esg-leading-body);
    letter-spacing: var(--esg-tracking-body);
    color: #5d5d5d
}

.esgad-contact-copy img {
position: absolute;
    z-index: -1;
    width: 50vw;
    height: auto;
    max-width: none;
    margin: 0;
    pointer-events: none;
    bottom: 0;
    transform: translateX(-20%) translateY(25%);
}

.esgad-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 24px;
    align-content: start;
    width: 885px
}

.esgad-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #454545
}

.esgad-field>span {
    height: 14px;
    padding-left: 8px;
    white-space: nowrap
}

.esgad-field>span:before {
    content: "*";
    margin-right: 4px;
    color: #f17878
}

.esgad-field>span.esgad-field-label--optional:before {
    content: none
}

.esgad-field input,
.esgad-field textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #fff;
    padding: 4px 16px;
    color: #454545;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    box-shadow: none;
    transition: border-color .2s, box-shadow .2s
}

.esgad-field input {
    height: 40px
}

.esgad-field textarea {
    height: 108px;
    min-height: 108px;
    padding: 16px;
    resize: vertical
}

.esgad-field input::placeholder,
.esgad-field textarea::placeholder {
    color: #b0b0b0;
    opacity: 1
}

.esgad-field input:focus,
.esgad-field textarea:focus {
    border-color: #91ac6f;
    box-shadow: 0 0 0 3px rgba(145, 172, 111, .14)
}

.esgad-form .esgad-pill {
    min-height: 35px;
    margin-top: 0;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px
}

@media(max-width:1200px) {
    .esgad-contact {
        min-height: 850px
    }

    .esgad-contact-grid {
        grid-template-columns: minmax(360px, 555px) minmax(0, 1fr);
        gap: 48px
    }

    .esgad-form {
        width: 100%
    }

    .esgad-contact-copy img {
        left: -260px;
        width: 980px
    }
}

@media(max-width:900px) {
    .esgad-contact {
        min-height: auto;
        padding: 80px 0 64px
    }

    .esgad-contact-grid {
        grid-template-columns: 1fr;
        gap: clamp(520px, 70vw, 680px)
    }

    .esgad-contact-copy img {
        top: 100px;
        left: 50%;
        width: 760px;
        transform: translateX(-55%)
    }

    .esgad-form {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:600px) {
    .esgad-contact {
        padding: 64px 0
    }

    .esgad-contact-grid {
        gap: 390px
    }

    .esgad-contact-copy h2 {
        font-size: var(--esg-text-h2);
        letter-spacing: 1.7px
    }

    .esgad-contact-copy h3 {
        margin-bottom: 24px;
        font-size: 20px;
        letter-spacing: 1px
    }

    .esgad-contact-copy p {
        font-size: 14px;
        letter-spacing: .8px
    }


  .esgad-contact-copy img {
        top: 0;
        width: 100%;
        transform: translateX(-38%) translateY(70%) scale(1.7);
    }

    .esgad-form {
        grid-template-columns: 1fr;
        row-gap: 20px
    }

    .esgad-field {
        grid-column: 1/-1
    }

    .esgad-form .esgad-pill {
        margin-top: 4px
    }
}

html,
body {
    margin: 0;
    padding: 0
}

/* Hero CTA — Figma node 66133:745 */
.esgad-pill--hero {
    width: 139px;
    height: 48px;
    min-height: 48px;
    gap: 8px;
    padding: 12px 16px 12px 24px;
    border: 0;
    border-radius: 9999px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .8px;
    white-space: nowrap
}

.esgad-pill--hero .esgad-pill-label {
    display: block;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    color: #fff;
    font: inherit;
    line-height: inherit
}

.esgad-pill--hero .esgad-pill-icon {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 9999px;
    color: inherit
}

.esgad-pill--hero .esgad-pill-icon img {
    display: block;
    width: 16px;
    height: 16px;
    max-width: none
}

@media(max-width:600px) {
    .esgad-pill--hero {
        width: 139px;
        height: 48px;
        padding: 12px 16px 12px 24px;
        font-size: 16px
    }
}

/* Lock the CTA against generic project anchor/button styles. */
.esgad-page .esgad-hero .esgad-pill--hero {
    box-sizing: border-box;
    width: 139px;
    min-width: 139px;
    max-width: 139px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    margin: 0;
    vertical-align: top;
    text-decoration: none
}

/* Hero v2 — Figma node 66195:9476 */
.esgad-page .esgad-hero {
    height: 800px;
    min-height: 800px;
    background: url('../images/esgad/hero-v2-light.png') center/cover no-repeat;
    position: relative;
    overflow: hidden
}

.esgad-page .esgad-hero-inner {
    height: 100%;
    padding-top: 128px;
    padding-bottom: 128px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

.esgad-page .esgad-hero-copy {
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(28px, 20.86px + 1.9vw, 48px);
    width: 532px;
    flex: 0 0 532px
}

.esgad-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 13.14px + .76vw, 24px);
    width: 532px
}

.esgad-page .esgad-hero .esgad-eyebrow {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
    color: #465932;
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--esg-text-h4);
    font-weight: var(--esg-weight-medium);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title)
}

.esgad-page .esgad-hero h1 {
    margin: 0;
    color: #262626;
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--esg-text-hero);
    font-weight: var(--esg-weight-bold);
    line-height: var(--esg-leading-title);
    letter-spacing: var(--esg-tracking-title);
    white-space: nowrap
}

.esgad-page .esgad-hero h1 em {
    color: #59723e;
    font: inherit;
    font-style: normal
}

.esgad-page .esgad-hero .esgad-hero-description {
    width: 100%;
    margin: 0;
    color: #454545;
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--esg-text-body);
    font-weight: var(--esg-weight-regular);
    line-height: var(--esg-leading-body);
    letter-spacing: var(--esg-tracking-body)
}

.esgad-page .esgad-hero-island {
    position: absolute;
    z-index: 2;
    /* left: 484px; */
    right: -15%;
    top: 62px;
    width: 1244px;
    height: 724px;
    max-width: none;
    object-fit: contain;
    filter: none;
    pointer-events: none
}

@media(max-width:1200px) {
    .esgad-page .esgad-hero-copy {
        width: 500px;
        flex-basis: 500px
    }

    .esgad-hero-heading {
        width: 500px
    }

    .esgad-page .esgad-hero h1 {
        font-size: var(--esg-text-hero)
    }

    .esgad-page .esgad-hero-island {
        right: -20%;
        top: 90px;
        width: 1050px;
        height: auto
    }
}

@media(max-width:900px) {
    .esgad-page .esgad-hero {
        height: 760px;
        min-height: 760px
    }

    .esgad-page .esgad-hero-inner {
        padding-top: 72px;
        padding-bottom: 72px;
        align-items: flex-start
    }

    .esgad-page .esgad-hero-copy {
        width: min(100%, 532px);
        flex-basis: auto;
        gap: 32px
    }

    .esgad-hero-heading {
        width: 100%;
        gap: 18px
    }

    .esgad-page .esgad-hero .esgad-eyebrow {
        min-height: auto;
        font-size: 20px
    }

    .esgad-page .esgad-hero h1 {
        font-size: var(--esg-text-hero)
    }

    .esgad-page .esgad-hero-island {
      left: 50%;
        top: 50%;
        width: 200%;
        transform: translateX(-50%) translateY(-20%);
    }
}

@media(max-width:600px) {
    .esgad-page .esgad-hero {
        height: 710px;
        min-height: 710px
    }

    .esgad-page .esgad-hero-inner {
        padding-top: 52px;
        padding-bottom: 52px
    }

    .esgad-page .esgad-hero-copy {
        gap: 28px
    }

    .esgad-hero-heading {
        gap: 16px
    }

    .esgad-page .esgad-hero .esgad-eyebrow {
        font-size: var(--esg-text-h4);
        letter-spacing: var(--esg-tracking-title)
    }

    .esgad-page .esgad-hero h1 {
        font-size: var(--esg-text-hero);
        letter-spacing: var(--esg-tracking-title)
    }

    .esgad-page .esgad-hero .esgad-hero-description {
        font-size: var(--esg-text-body);
        letter-spacing: var(--esg-tracking-body)
    }

    .esgad-page .esgad-hero .esgad-hero-description br {
        display: none
    }

    .esgad-page .esgad-hero-island {
      left: 50%;
        top: 50%;
        width: 200%;
        transform: translateX(-50%) translateY(-20%);
    }
}

.section2_bgimg{
    aspect-ratio: 571/299;
    width: 29.7%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-30%)translateY(12%);
}
@media(max-width:1200px) {
    .section2_bgimg{
    width: 50%;
}
}

@media(max-width:600px) {
    .section2_bgimg{
    width: 100%;
}
}

@media(max-width:600px) {
    .esgad-faq:before {
        left: -160px;
        top: -70px;
        width: 460px;
        height: 460px
    }

    .esgad-faq .esgad-section-title {
        gap: 20px;
        margin-bottom: 40px
    }
}

/* Fluid RWD pass — keep comfortable edge spacing and remove narrow-screen locks. */
@media(max-width:900px) {
    .esgad-page {
        --esg-container-gutter: clamp(20px, 4.5vw, 32px);
        --esg-section-space: clamp(56px, 10vw, 80px);
        --esg-content-gap: clamp(32px, 7vw, 56px);
        --esg-card-space: clamp(22px, 5vw, 32px)
    }

    .esgad-header {
        padding-inline: var(--esg-container-gutter)
    }

    .esgad-section-title p,
    .esgad-ai .esgad-section-title--light p,
    .esgad-awards-copy p,
    .esgad-contact-copy p {
        max-width: 42rem;
        margin-inline: auto
    }

    .esgad-services,
    .esgad-ai,
    .esgad-modular,
    .esgad-awards,
    .esgad-faq,
    .esgad-contact {
        height: auto;
        min-height: 0
    }

    .esgad-service-grid,
    .esgad-compare,
    .esgad-split,
    .esgad-awards-top,
    .esgad-contact-grid {
        min-width: 0
    }

    .esgad-service-card,
    .esgad-compare-card,
    .esgad-awards-chart,
    .esgad-form {
        width: 100%;
        max-width: 100%
    }

    .esgad-modular .esgad-split-media {
        width: 100%;
        max-width: 760px;
        margin-inline: auto
    }

    .esgad-contact-grid {
        gap: clamp(420px, 66vw, 560px)
    }

    .esgad-contact-copy img {
        left: 50%;
        width: min(760px, 112vw);
        max-width: none;
        margin: 0;
        transform: translateX(-50%)
    }
}

@media(max-width:600px) {
    .esgad-page {
        --esg-container-gutter: clamp(20px, 6vw, 28px);
        --esg-text-hero: clamp(36px, 10.5vw, 48px);
        --esg-text-h2: clamp(30px, 8.5vw, 38px);
        --esg-text-h3: clamp(24px, 7vw, 30px)
    }

    .esgad-page .esgad-hero {
        height: clamp(620px, 175vw, 710px);
        min-height: 620px
    }

    .esgad-page .esgad-hero-inner {
        padding-top: clamp(40px, 12vw, 56px);
        padding-bottom: clamp(40px, 12vw, 56px)
    }

    .esgad-page .esgad-hero-copy,
    .esgad-hero-heading {
        width: 100%;
        max-width: 100%;
        flex-basis: auto
    }

    .esgad-page .esgad-hero h1 {
        white-space: normal
    }

    .esgad-page .esgad-hero-island {
        top: 48%;
        width: clamp(680px, 205vw, 820px)
    }

    .esgad-section-title p br,
    .esgad-awards-copy p br,
    .esgad-contact-copy p br {
        display: none
    }

    .esgad-service-grid,
    .esgad-compare {
        gap: clamp(18px, 5vw, 24px)
    }

    .esgad-service-card,
    .esgad-compare-card {
        border-radius: clamp(18px, 5vw, 24px)
    }

    .esgad-compare-card {
        min-height: 0;
        padding: clamp(24px, 7vw, 32px)
    }

    .esgad-compare-card h3 {
        font-size: var(--esg-text-h3)
    }

    .esgad-modular .esgad-split {
        gap: clamp(32px, 10vw, 48px)
    }

    .esgad-modular .esgad-split-media {
        aspect-ratio: 1 / .72
    }

    .esgad-awards-chart {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / .78
    }

    .esgad-stats {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(12px, 4vw, 20px)
    }

    .esgad-stat {
        width: min(100%, 150px);
        height: auto;
        aspect-ratio: 1;
        justify-self: center
    }

    .esgad-faq-item button {
        gap: 12px;
        padding-inline: clamp(14px, 4vw, 24px)
    }

    .esgad-faq-answer p {
        padding-right: clamp(14px, 4vw, 24px);
        padding-left: clamp(52px, 15vw, 68px)
    }

    .esgad-contact-grid {
        gap: clamp(330px, 98vw, 410px)
    }

    .esgad-contact-copy img {
        top: 0;
        width: clamp(520px, 155vw, 660px);
        transform: translateX(-50%) translateY(50%)
    }

    .esgad-footer-contact {
        width: 100%
    }

    .esgad-footer-contact-item {
        width: 100%;
        min-width: 0
    }
}

@media(max-width:380px) {
    .esgad-page {
        --esg-container-gutter: 18px
    }

    .esgad-stat strong {
        font-size: 30px
    }

    .esgad-stat b {
        font-size: 14px
    }

    .esgad-stat span {
        font-size: 10px
    }
}
