.difference-detail-page {
    --green: #6b9510;
    --blue: #d9f1fb;
    --lime: #eaffb7;
    color: #111;
    font-family: Montserrat, Arial, sans-serif;
}
.difference-detail-page .site-header {
    position: relative;
}
.difference-detail-page .nav-link.active {
    color: var(--green) !important;
    font-weight: 700;
}
.sd-eyebrow {
    margin: 0 0 0;
    font-size: 24px;
    font-weight: 400;
}
.sd-hero {
    height: 568px;
}
.sd-hero-grid {
    display: grid;
    grid-template-columns: 462px 1fr;
    height: 100%;
    padding: 0;
    margin-left: max(24px, calc((100% - 1240px) / 2 + 12px));
}
.sd-hero-copy {
    padding: 100px 35px 40px 0;
}
.sd-hero-copy .sd-eyebrow {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.sd-hero-copy .sd-eyebrow a {
    color: #000;
}
.sd-hero-copy .sd-kicker {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.sd-hero h1 {
    margin: 0 0 25px;
    color: var(--green);
    font-size: 64px;
    line-height: 0.98;
    font-weight: 800;
}
.sd-hero-copy > p:last-child {
    max-width: 455px;
    font-size: 15px;
    line-height: 1.5;
}
.sd-hero-image {
    overflow: hidden;
    border-radius: 0 0 0 58px;
    position: relative;
}
.sd-hero-quote {
    position: absolute;
    bottom: 54px;
    left: 54px;
    z-index: 99;
    color: #fff;
}
.sd-hero-quote span {
    display: block;
}
.sd-hero-quote span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}
.sd-hero-quote strong {
    display: block;
    font-size: 117px;
    line-height: 71px;
    font-weight: 800;
}
.sd-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-matters {
    padding: 32px 0 38px;
    background: #d4eef9;
}
.why-matters h2 {
    margin: 0 0 8px;
    font-size: 48px;
    font-weight: 700;
}
.why-matters p {
    margin: 0;
    font-size: 16px;
    line-height: 1.48;
}
.principles {
    padding: 26px 0 49px;
}
.principles h2,
.operating-proof h2 {
    margin: 0;
    color: var(--green);
    font-size: 48px;
    font-weight: 700;
}
.principle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.principle-grid article {
    min-height: 100px;
    padding: 4px 35px;
    border-right: 1px solid #bbb;
    margin: 10px 0;
}
.principle-grid article:first-child {
    padding-left: 0;
}
.principle-grid article:last-child {
    border: 0;
}
.principle-grid h3 {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 6px 0;
}
.principle-grid p {
    margin: 0;
    color: var(--green);
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}
.practice {
    padding: 22px 0 19px;
    background: #dff3fc;
}
.practice-grid {
    display: grid;
    grid-template-columns: 45% 55%;
}
.practice-grid > div:first-child {
    padding-top: 62px;
}
.practice h2 {
    color: #517307;
    font-size: 48px;
    line-height: 1.02;
    font-weight: 800;
    margin: 8px 0 0 0;
}
.practice-list article {
    display: grid;
    grid-template-columns: 70px 1fr;
    padding: 15px 6px;
    margin: 15px 0;
    border-bottom: 1px solid #aab9bc;
    position: relative;
}
.practice-list article:hover:before {
    content: '';
    border-left: 4px solid #F9E501;
    position: absolute;
    left: -15px;
    width: 0;
    height: 96%;
}
.practice-list article:last-child {
    border: 0;
}
.practice-list b {
    color: var(--green);
    font-size: 41px;
    font-weight: 700;
}
.practice-list small {
    color: var(--green);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.practice-list h3 {
    margin: 2px 0 4px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.practice-list p {
    margin: 0;
    font-size: 16px;
    line-height: 1.38;
    text-transform: capitalize;
}
.operating-proof {
    padding: 55px 0 38px;
    background: #e8ffb4;
}
.operating-proof .sd-eyebrow {
    font-size: 24px;
    margin: 0 0 7px 0;
}
.proof-intro {
    margin: 4px 0 30px;
    font-size: 16px;
    text-transform: capitalize;
}
.proof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.proof-grid article {
    position: relative;
    height: 314px;
    overflow: hidden;
}
.proof-grid article:nth-child(3) {
    grid-column: 1/2;
}
.proof-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proof-grid article:after {
    content: "";
    position: absolute;
    inset: 28% 0 0;
    background: linear-gradient(transparent, rgba(20, 55, 10, 0.88));
}
.proof-grid article > div {
    position: absolute;
    z-index: 2;
    left: 21px;
    right: 40px;
    bottom: 18px;
    color: #fff;
}
.proof-grid article small {
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    font-weight: 700;
    z-index: 10;
    left: 21px;
    top: 26px;
    color: #fff;
}
.proof-grid h3 {
    margin: 6px 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.proof-grid p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.proof-grid a {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 10px;
}
.means {
    background: #ce7b48;
    color: #fff;
}
.means .container {
    display: grid;
}
.means ul {
    list-style: none;
}
.means li {
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    text-transform: uppercase;
}
.means li:not(:last-child) {
    margin: 0 0 27px 0;
}
.means li:before {
    content: url(../assets/check.png);
    position: absolute;
    left: 0;
    color: #ffed00;
    font-size: 18px;
    font-weight: 700;
    top: -7px;
}
.honest-note {
    padding: 18px 0;
    background: #ffe900;
}
.honest-note .container {
    display: grid;
    grid-template-columns: 160px 1fr;
}
.honest-note strong {
    font-size: 12px;
    text-transform: uppercase;
}
.honest-note p {
    margin: 0;
    font-size: 11px;
}
.next-commitment {
    padding: 27px 0 30px 0;
}
.next-commitment p {
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
}
.next-commitment h2 {
    margin: 3px 0 15px;
    color: var(--green);
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
}
.next-commitment .grt-btn {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    font-style: italic;
    padding: 19px 80px 19px 35px;
    background: url(../assets/detail/icon-up-black.png) var(--yellow) no-repeat right 36px center;
}
.detail-cta {
    padding: 46px 0 32px;
    background: var(--green);
    color: #fff;
}
.detail-cta p {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
.detail-cta h2 {
    margin: 4px 0 15px;
    font-size: 48px;
    font-weight: 800;
}
.detail-cta .grt-btn {
    margin-right: 20px;
    font-size: 24px;
    font-weight: 700;
}
.detail-cta .grt-btn.grt-btn-yellow {
    font-style: italic;
    color: #000;
    padding: 19px 80px 19px 35px;
    background: url(../assets/detail/icon-up-black.png) var(--yellow) no-repeat right 36px center;
}
.detail-cta .grt-btn.cta-outline {
    border-color: #fff;
    color: #fff;
    font-weight: 600;
    padding: 19px 53px;
}
@media (max-width: 991.98px) {
    .difference-detail-page .site-header {
        position: fixed;
    }
    .sd-hero {
        height: auto;
        padding-top: 64px;
    }
    .sd-hero-grid {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .sd-hero-copy {
        padding: 55px 24px;
    }
    .sd-hero-image {
        height: 500px;
    }
    .practice-grid,
    .means .container {
        grid-template-columns: 1fr;
    }
    .practice-grid > div:first-child {
        padding: 20px 0;
    }
    .practice-list {
        margin-top: 20px;
    }
    .grt-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 575.98px) {
    .sd-hero h1 {
        font-size: 45px;
    }
    .sd-hero-image {
        height: 370px;
    }
    .why-matters h2,
    .principles h2,
    .operating-proof h2,
    .practice h2,
    .means h2,
    .detail-cta h2 {
        font-size: 29px;
    }
    .principle-grid {
        grid-template-columns: 1fr;
    }
    .principle-grid article {
        border-right: 0;
        border-bottom: 1px solid #bbb;
    }
    .proof-grid {
        grid-template-columns: 1fr;
    }
    .proof-grid article:nth-child(3) {
        grid-column: auto;
    }
    .means ul {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
    .honest-note .container {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .next-commitment h2 {
        font-size: 27px;
    }
    .detail-cta .grt-btn {
        width: 100%;
        margin: 8px 0;
    }
}

/* Figma-aligned operating proof and promise summary */
.proof-grid small {
    font-weight: 600;
}
.proof-grid footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 7px;
}
.proof-grid footer a,
.proof-grid footer span {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    font-style: italic;
}
.proof-grid footer span {
    max-width: 48%;
    text-align: right;
    font-size: 9px;
}
.means {
    display: flex;
    padding: 37px 0 43px 0;
}
.means .container {
    grid-template-columns: 50% 50%;
    align-items: center;
}
.means h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    line-height: 0.98;
}
.means ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    margin: 0;
    padding: 0;
}
.honest-note {
    display: flex;
    padding: 27px 0 56px 0;
}
.honest-note .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.honest-note strong {
    display: block;
    margin-bottom: 4px;
    font-size: 24px;
}
.honest-note p {
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 991.98px) {
    .means .container {
        grid-template-columns: 42% 58%;
    }
    .proof-grid h3 {
        margin-top: 28px;
    }
}
@media (max-width: 575.98px) {
    .proof-grid footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .proof-grid footer span {
        max-width: none;
        text-align: left;
    }
    .means {
        min-height: 0;
        padding: 40px 0;
    }
    .means .container {
        grid-template-columns: 1fr;
    }
    .means h2 {
        font-size: 32px;
    }
    .means ul {
        margin-top: 28px;
    }
    .honest-note {
        min-height: 125px;
    }
}
