.mining-bg {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 5vw, 80px) 0;
    background-color: #f8f9fa;
    background-image: url('../images/background/b_vision.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .mining-bg {
        padding: 60px 0;
    }
}

.mining-bg::before {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.88);
    content: "";
}

.mining-bg > .container {
    position: relative;
    z-index: 2;
}

.projects-section-header {
    max-width: 1080px;
    margin: 0 auto 42px;
    text-align: center;
}

.projects-section-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #707070;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.projects-section-kicker > span {
    width: 34px;
    height: 3px;
    border-radius: 3px;
    background: #f6c70a;
}

.projects-section-header h3 {
    display: block;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    margin-bottom: 14px;
    color: #0f2647;
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-align: center;
}

@media (min-width: 992px) {
    .projects-section-header h3 {
        white-space: nowrap;
    }

    html[lang="lo"] .projects-section-header h3 {
        font-size: clamp(1.375rem, 1.7vw, 2rem);
    }
}

.projects-section-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #606060;
    font-size: 1rem;
    line-height: 1.75;
}

/* Phonesack Wood — story block */
.wood-story-section {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
    background: #f7f8f6;
}

.wood-story-section::before {
    position: absolute;
    top: 0;
    right: 0;
    width: min(34vw, 460px);
    height: 100%;
    background: linear-gradient(135deg, rgba(246, 199, 10, .08), rgba(14, 102, 52, .04));
    clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    pointer-events: none;
}

.wood-story-section > .container {
    position: relative;
    z-index: 1;
}

.wood-story-intro {
    display: grid;
    grid-template-columns: 5px minmax(0, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto clamp(32px, 4vw, 56px);
}

.wood-story-rule {
    display: block;
    width: 5px;
    min-height: 100%;
    border-radius: 4px;
    background: #f6c70a;
}

.wood-story-lead,
.wood-story-copy p,
.wood-story-location p {
    color: #4e5860;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.wood-story-lead {
    margin: 0;
    color: #0f2647;
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 600;
    line-height: 1.75;
}

.wood-story-copy p {
    color: #304967;
}

.wood-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    gap: clamp(34px, 6vw, 84px);
    align-items: center;
}

.wood-story-visual {
    position: relative;
    min-height: 390px;
    padding: 0 12% 13% 0;
}

.wood-story-main-image,
.wood-story-detail {
    overflow: hidden;
    border-radius: 12px;
}

.wood-story-main-image {
    height: clamp(290px, 32vw, 430px);
    box-shadow: 0 14px 30px rgba(15, 38, 71, .14);
}

.wood-story-main-image img,
.wood-story-detail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.wood-story-main-image:hover img,
.wood-story-detail:hover img {
    transform: scale(1.04);
}

.wood-story-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 43%;
    border: 7px solid #f7f8f6;
    box-shadow: 0 12px 24px rgba(15, 38, 71, .16);
}

.wood-story-stamp {
    position: absolute;
    bottom: 10%;
    left: -14px;
    padding: 10px 12px;
    color: #0f2647;
    background: #f6c70a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.25;
    transform: rotate(-4deg);
}

.wood-story-copy-inner {
    position: relative;
    padding: 28px 0 28px 34px;
}

.wood-story-copy-inner::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(14, 102, 52, .28);
    content: "";
}

.wood-story-copy p:last-child {
    margin-bottom: 0;
}

.wood-story-location {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    max-width: 980px;
    margin: clamp(34px, 5vw, 58px) auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(15, 38, 71, .14);
}

.wood-story-location p {
    margin: 0;
    color: #304967;
}

.wood-story-location-mark {
    flex: 0 0 auto;
    margin-top: 4px;
    color: #0e6634;
    font-size: 14px;
}

/* Phonesack Construction — readable project history */
.construction-story-section > .container > .fs-18 p,
.construction-story-section > .container > .ps-content .ps-text,
.construction-story-section > .container > .fs-18 p.wow {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.project-readable-content > .container > .row .fs-18 p,
.project-readable-content > .container > .fs-18 p {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

/* Phonesack Agriculture — sustainable field notes */
.agriculture-story-section {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
    background: #f5f8f3;
}

.agriculture-story-section > .container {
    position: relative;
    z-index: 1;
}

.agriculture-story-intro {
    display: grid;
    grid-template-columns: 5px minmax(0, 1fr);
    gap: 20px;
    max-width: 920px;
    margin: 0 auto clamp(32px, 4vw, 56px);
}

.agriculture-story-rule {
    display: block;
    width: 5px;
    min-height: 100%;
    border-radius: 4px;
    background: #f6c70a;
}

.agriculture-story-lead,
.agriculture-story-copy p {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.agriculture-story-lead {
    margin: 0;
    color: #0e6634;
    font-size: clamp(17px, 1.35vw, 20px);
    font-weight: 600;
    line-height: 1.75;
}

.agriculture-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    gap: clamp(34px, 6vw, 84px);
    align-items: center;
}

.agriculture-story-visual {
    position: relative;
    min-height: 390px;
    padding: 0 12% 13% 0;
}

.agriculture-story-main-image,
.agriculture-story-detail {
    overflow: hidden;
    border-radius: 12px;
}

.agriculture-story-main-image {
    height: clamp(290px, 32vw, 430px);
    box-shadow: 0 14px 30px rgba(14, 102, 52, .16);
}

.agriculture-story-main-image img,
.agriculture-story-detail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.agriculture-story-main-image:hover img,
.agriculture-story-detail:hover img {
    transform: scale(1.04);
}

.agriculture-story-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 43%;
    border: 7px solid #f5f8f3;
    box-shadow: 0 12px 24px rgba(14, 102, 52, .18);
}

.agriculture-story-stamp {
    position: absolute;
    bottom: 10%;
    left: -14px;
    padding: 10px 12px;
    color: #0f2647;
    background: #f6c70a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.25;
    transform: rotate(-4deg);
}

.agriculture-story-copy-inner {
    position: relative;
    padding: 28px 0 28px 34px;
}

.agriculture-story-copy-inner::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(14, 102, 52, .32);
    content: "";
}

/* Social & Environmental — field report */
.environment-story-section {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
    background: #f5f8f7;
}

.environment-story-section > .container {
    position: relative;
    z-index: 1;
}

.environment-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 84px);
    align-items: center;
}

.environment-story-visual {
    position: relative;
    min-height: 390px;
    padding: 0 12% 13% 0;
}

.environment-story-main-image,
.environment-story-detail {
    overflow: hidden;
    border-radius: 12px;
}

.environment-story-main-image {
    height: clamp(290px, 32vw, 430px);
    box-shadow: 0 14px 30px rgba(15, 38, 71, .14);
}

.environment-story-main-image img,
.environment-story-detail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.environment-story-main-image:hover img,
.environment-story-detail:hover img {
    transform: scale(1.04);
}

.environment-story-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 43%;
    border: 7px solid #f5f8f7;
    box-shadow: 0 12px 24px rgba(15, 38, 71, .16);
}

.environment-story-stamp {
    position: absolute;
    bottom: 10%;
    left: -14px;
    padding: 10px 12px;
    color: #fff;
    background: #0e6634;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.25;
    transform: rotate(-4deg);
}

.environment-story-copy {
    padding: 12px 0;
}

.environment-story-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #0e6634;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
}

.environment-story-kicker-mark {
    width: 24px;
    height: 3px;
    background: #f6c70a;
}

.environment-story-copy h3 {
    margin: 0;
    color: #0f2647;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.environment-story-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 18px 0 24px;
    background: rgba(15, 38, 71, .2);
}

.environment-story-body {
    position: relative;
    padding-left: 28px;
}

.environment-story-body::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(14, 102, 52, .3);
    content: "";
}

.environment-story-body p {
    margin: 0 0 18px;
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.environment-story-body p:last-child {
    margin-bottom: 0;
}

.environment-story-divider-wide {
    height: 1px;
    margin: clamp(42px, 5vw, 64px) 0 0;
    background: rgba(15, 38, 71, .16);
}

@media (max-width: 767px) {
    .environment-story-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .environment-story-visual {
        min-height: 285px;
        padding-right: 10%;
        padding-bottom: 12%;
    }

    .environment-story-main-image {
        height: 285px;
    }

    .environment-story-body {
        padding-left: 0;
    }

    .environment-story-body::before {
        display: none;
    }

    .environment-story-stamp {
        bottom: 8%;
        left: -6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .environment-story-main-image img,
    .environment-story-detail img {
        transition: none;
    }
}

.agriculture-story-copy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .agriculture-story-intro {
        gap: 13px;
    }

    .agriculture-story-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .agriculture-story-visual {
        min-height: 285px;
        padding-right: 10%;
        padding-bottom: 12%;
    }

    .agriculture-story-main-image {
        height: 285px;
    }

    .agriculture-story-copy-inner {
        padding: 8px 0 0;
    }

    .agriculture-story-copy-inner::before {
        display: none;
    }

    .agriculture-story-stamp {
        bottom: 8%;
        left: -6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .agriculture-story-main-image img,
    .agriculture-story-detail img {
        transition: none;
    }
}

@media (max-width: 991px) {
    .construction-story-section > .container > .ps-timeline .ps-text {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 767px) {
    .wood-story-section::before {
        width: 70vw;
    }

    .wood-story-intro {
        gap: 13px;
    }

    .wood-story-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .wood-story-visual {
        min-height: 285px;
        padding-right: 10%;
        padding-bottom: 12%;
    }

    .wood-story-main-image {
        height: 285px;
    }

    .wood-story-copy-inner {
        padding: 8px 0 0;
    }

    .wood-story-copy-inner::before {
        display: none;
    }

    .wood-story-stamp {
        bottom: 8%;
        left: -6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wood-story-main-image img,
    .wood-story-detail img {
        transition: none;
    }
}

/* Corporate Social Responsibility — community impact story */
.responsibility-story-section {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
    background: #f7f8f6;
}

.responsibility-story-section::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(38vw, 520px);
    height: 100%;
    background: linear-gradient(145deg, rgba(246, 199, 10, .07), rgba(14, 102, 52, .08));
    clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    pointer-events: none;
}

.responsibility-story-section > .container {
    position: relative;
    z-index: 1;
}

.responsibility-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(34px, 6vw, 84px);
    row-gap: 0;
    align-items: center;
}

.responsibility-story-visual {
    position: relative;
    min-height: 390px;
    padding: 0 12% 13% 0;
}

.responsibility-story-main-image,
.responsibility-story-detail {
    overflow: hidden;
    border-radius: 12px;
}

.responsibility-story-main-image {
    height: clamp(290px, 32vw, 430px);
    box-shadow: 0 14px 30px rgba(15, 38, 71, .14);
}

.responsibility-story-main-image img,
.responsibility-story-detail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.responsibility-story-main-image:hover img,
.responsibility-story-detail:hover img {
    transform: scale(1.04);
}

.responsibility-story-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 43%;
    border: 7px solid #f7f8f6;
    box-shadow: 0 12px 24px rgba(15, 38, 71, .16);
}

.responsibility-story-stamp {
    position: absolute;
    bottom: 10%;
    left: -14px;
    padding: 10px 12px;
    color: #0f2647;
    background: #f6c70a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.25;
    transform: rotate(-4deg);
}

.responsibility-story-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #0e6634;
    font-size: 12px;
    font-weight: 700;
}

.responsibility-story-kicker-mark {
    width: 24px;
    height: 3px;
    background: #f6c70a;
}

.responsibility-story-copy h2 {
    margin: 0;
    color: #0f2647;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
}

.responsibility-story-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 18px 0 24px;
    background: rgba(15, 38, 71, .2);
}

.responsibility-story-body {
    position: relative;
    padding-left: 28px;
}

.responsibility-story-body::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(14, 102, 52, .3);
    content: "";
}

.responsibility-story-body h4,
.responsibility-story-impact h4 {
    margin: 0 0 9px;
    color: #0f2647;
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 700;
    line-height: 1.35;
}

.responsibility-story-body p,
.responsibility-story-impact p {
    margin: 0;
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.responsibility-story-list {
    margin: 22px 0 0;
    padding: 0 0 0 28px;
    list-style: none;
}

.responsibility-story-list li {
    position: relative;
    margin-bottom: 9px;
    color: #304967;
    font-size: 15px;
    font-weight: 600;
}

.responsibility-story-list li::before {
    position: absolute;
    left: -22px;
    color: #f6c70a;
    content: "✓";
    font-weight: 800;
}

.responsibility-story-impacts {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 6vw, 80px);
    margin-top: clamp(28px, 3vw, 40px);
    padding-top: 28px;
    border-top: 1px solid rgba(15, 38, 71, .16);
}

.responsibility-story-impact {
    position: relative;
    padding-left: 42px;
}

.responsibility-story-impact-mark {
    position: absolute;
    top: 2px;
    left: 0;
    color: #0e6634;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

@media (max-width: 767px) {
    .responsibility-story-section::before {
        width: 70vw;
    }

    .responsibility-story-grid,
    .responsibility-story-impacts {
        grid-template-columns: 1fr;
    }

    .responsibility-story-grid {
        gap: 28px;
    }

    .responsibility-story-visual {
        min-height: 285px;
        padding-right: 10%;
        padding-bottom: 12%;
    }

    .responsibility-story-main-image {
        height: 285px;
    }

    .responsibility-story-body {
        padding-left: 0;
    }

    .responsibility-story-body::before {
        display: none;
    }

    .responsibility-story-stamp {
        bottom: 8%;
        left: -6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .responsibility-story-main-image img,
    .responsibility-story-detail img {
        transition: none;
    }
}

/* Xekong Power Plant — mining operations brief */
.coal-story-section {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
    background: #f5f7f8;
}

.coal-story-section::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(36vw, 500px);
    height: 100%;
    background: linear-gradient(145deg, rgba(15, 38, 71, .06), rgba(246, 199, 10, .08));
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    pointer-events: none;
}

.coal-story-section > .container {
    position: relative;
    z-index: 1;
}

.coal-story-intro {
    margin-bottom: clamp(42px, 6vw, 72px);
}

.coal-story-visual-col {
    position: relative;
}

.coal-story-visual-col::after {
    position: absolute;
    right: clamp(24px, 2vw, 40px);
    bottom: -30px;
    width: 54%;
    height: 4px;
    background: #f6c70a;
    content: "";
}

.coal-story-visual-col > .relative > .w-100.pe-5.pb-5 {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.coal-story-visual-col > .relative > .w-100.pe-5.pb-5 img {
    width: calc(100% - 48px) !important;
    margin-inline: auto;
}

.coal-story-visual-col img {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(15, 38, 71, .14);
}

.coal-story-overview {
    position: relative;
    padding-left: clamp(20px, 4vw, 56px);
}

.coal-story-overview::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 1px;
    background: rgba(14, 102, 52, .3);
    content: "";
}

.coal-story-overview p,
.coal-story-overview li,
.coal-story-details li {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.coal-story-overview h4,
.coal-story-block h4 {
    margin: 12px 0 10px;
    color: #0f2647;
    font-size: clamp(18px, 1.35vw, 22px);
    font-weight: 700;
    line-height: 1.35;
}

.coal-story-overview ul,
.coal-story-details ul {
    padding-left: 22px;
}

.coal-story-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 clamp(42px, 5vw, 64px);
    overflow: hidden;
    border: 1px solid rgba(15, 38, 71, .14);
    background: rgba(15, 38, 71, .14);
}

.coal-story-visual-col .coal-story-facts {
    margin: 28px 0 0 !important;
}

.coal-story-fact {
    min-height: 104px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, .82);
}

.coal-story-fact strong,
.coal-story-fact span {
    display: block;
}

.coal-story-fact strong {
    color: #0f2647;
    font-size: clamp(16px, 1.2vw, 19px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.coal-story-fact span {
    margin-top: 9px;
    color: #0e6634;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.35;
}

.coal-story-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px clamp(30px, 6vw, 84px);
    margin-top: 8px;
    padding-top: 32px;
    border-top: 0;
}

.coal-story-block {
    position: relative;
    margin: 0;
    padding: 18px 0 0 24px;
    border-top: 3px solid #0e6634;
}

.coal-story-block::before {
    position: absolute;
    top: 18px;
    left: 0;
    color: #f6c70a;
    content: "◆";
    font-size: 10px;
}

.coal-story-block h4 {
    margin-top: 0;
}

.coal-story-no-bullets ul {
    padding-left: 0;
    list-style: none;
}

.coal-story-no-bullets li {
    margin-bottom: 12px;
}

.coal-story-block p,
.coal-story-block li {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

@media (max-width: 767px) {
    .coal-story-section::before {
        width: 70vw;
    }

    .coal-story-overview {
        padding-left: 0;
    }

    .coal-story-overview::before {
        display: none;
    }

    .coal-story-visual-col > .relative > .w-100.pe-5.pb-5 img {
        width: 100% !important;
    }

    .coal-story-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coal-story-details {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .coal-story-visual-col img {
        transition: none;
    }
}

/* Phonesack Wood — forest-to-product editorial story */
.wood-forest-section {
    padding: clamp(64px, 8vw, 112px) 0 clamp(56px, 7vw, 96px);
    background: #ffffff;
}

.wood-forest-section > .container {
    position: relative;
}

.wood-forest-intro {
    max-width: 1060px;
    margin: 0 auto clamp(54px, 7vw, 92px);
    padding-top: 20px;
    border-top: 1px solid #d6dfda;
}

.wood-forest-rule {
    display: block;
    width: 58px;
    height: 4px;
    margin-bottom: 22px;
    background: #f6c70a;
}

.wood-forest-lead,
.wood-forest-step p,
.wood-forest-location p {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.wood-forest-lead {
    max-width: 980px;
    margin: 0;
    color: #0f2647;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -.015em;
}

.wood-forest-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: clamp(42px, 7vw, 104px);
    align-items: center;
}

.wood-forest-visual {
    position: relative;
    min-height: 410px;
    padding: 0 11% 12% 0;
}

.wood-forest-main-image,
.wood-forest-detail {
    overflow: hidden;
    border-radius: 8px;
}

.wood-forest-main-image {
    height: clamp(330px, 38vw, 510px);
    border: 1px solid #dce5e1;
    box-shadow: 0 16px 32px rgba(15, 38, 71, .11);
}

.wood-forest-main-image img,
.wood-forest-detail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.wood-forest-main-image:hover img,
.wood-forest-detail:hover img {
    transform: scale(1.04);
}

.wood-forest-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 42%;
    border: 9px solid #ffffff;
    box-shadow: 0 14px 28px rgba(15, 38, 71, .16);
}

.wood-forest-stamp {
    position: absolute;
    bottom: 8%;
    left: -18px;
    padding: 11px 14px;
    color: #0f2647;
    background: #f6c70a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.25;
}

.wood-forest-copy {
    min-width: 0;
}

.wood-forest-step {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.wood-forest-step + .wood-forest-step {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #d6dfda;
}

.wood-forest-step-index {
    display: block;
    padding-top: 2px;
    color: #0e6634;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}

.wood-forest-step h3 {
    margin: 0 0 11px;
    color: #0f2647;
    font-size: clamp(21px, 1.8vw, 28px);
    font-weight: 700;
    line-height: 1.3;
}

.wood-forest-step p {
    margin: 0;
}

.wood-forest-location {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin: clamp(64px, 8vw, 108px) auto 0;
    padding: 28px 0;
    border-top: 1px solid #d6dfda;
    border-bottom: 1px solid #d6dfda;
}

.wood-forest-location-mark {
    display: block;
    color: #0e6634;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.5;
}

.wood-forest-location-mark::after {
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 9px;
    background: #f6c70a;
    content: "";
}

.wood-forest-location p {
    max-width: 900px;
    margin: 0;
}

.wood-forest-gallery {
    margin-top: clamp(58px, 7vw, 92px) !important;
}

.wood-forest-gallery .owl-custom-nav {
    position: relative;
}

.wood-forest-gallery .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0 22px;
}

.wood-forest-gallery .owl-item {
    padding: 0 8px;
}

.wood-forest-gallery .owl-item .hover {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 38, 71, .1);
}

.wood-forest-gallery .owl-item img {
    display: block;
    width: 100%;
    height: clamp(220px, 25vw, 350px);
    object-fit: cover;
    transition: transform .5s ease-out;
}

.wood-forest-gallery .owl-item:hover img {
    transform: scale(1.035);
}

.wood-forest-gallery .btn-next,
.wood-forest-gallery .btn-prev {
    top: 50%;
    border-color: #0f2647;
    background: #ffffff;
}

@media (max-width: 767px) {
    .wood-forest-intro {
        margin-bottom: 48px;
    }

    .wood-forest-lead {
        font-size: 20px;
    }

    .wood-forest-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .wood-forest-visual {
        min-height: 285px;
        padding-right: 9%;
        padding-bottom: 12%;
    }

    .wood-forest-main-image {
        height: 285px;
    }

    .wood-forest-stamp {
        left: -8px;
    }

    .wood-forest-step {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 13px;
    }

    .wood-forest-location {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 58px;
    }

    .wood-forest-gallery .owl-item {
        padding: 0 4px;
    }

    .wood-forest-gallery .owl-item img {
        height: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wood-forest-main-image img,
    .wood-forest-detail img,
    .wood-forest-gallery .owl-item img {
        transition: none;
    }
}

@media (max-width: 639px) {
    .mining-bg {
        padding: 48px 0;
    }

    .projects-section-header {
        margin-bottom: 30px;
        text-align: left;
    }

    .projects-section-kicker {
        justify-content: flex-start;
    }
}

/* KSO project story — image-led editorial layout */
.kso-story-section {
    padding: clamp(52px, 6vw, 88px) 0;
    background: #f5f7f9;
}

.kso-story-section > .container {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
}

.kso-story-feature-image {
    position: relative;
    min-height: 520px;
    align-self: stretch;
    overflow: hidden;
    border-radius: 18px;
    background: #0f2647;
    box-shadow: 0 18px 42px rgba(15, 38, 71, .16);
}

.kso-story-feature-image::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, rgba(15, 38, 71, 0) 42%, rgba(15, 38, 71, .88) 100%);
}

.kso-story-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.kso-story-feature-image:hover img {
    transform: scale(1.04);
}

.kso-story-feature-label {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 1;
    color: #fff;
}

.kso-story-feature-label strong {
    display: block;
    color: #f6c70a;
    font-size: 2rem;
    line-height: 1;
}

.kso-story-feature-label span {
    display: block;
    margin-top: 8px;
    font-size: .95rem;
    font-weight: 600;
}

.kso-story-copy {
    min-width: 0;
    padding: clamp(24px, 3vw, 44px);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 38, 71, .07);
}

.kso-story-copy > p:first-child {
    margin-top: 0;
}

.kso-story-copy p {
    color: #516174;
    font-size: 1rem;
    line-height: 1.8;
}

.kso-story-copy h4 {
    margin: 28px 0 12px;
    color: #0f2647;
    font-size: 1.2rem;
    font-weight: 750;
}

.kso-story-copy h4::before {
    display: inline-block;
    width: 22px;
    height: 3px;
    margin: 0 10px 4px 0;
    border-radius: 4px;
    background: #f6c70a;
    content: '';
}

.kso-story-copy ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.kso-story-copy li {
    margin-bottom: 8px;
    color: #516174;
    font-size: .95rem;
    line-height: 1.65;
}

.kso-story-section > .container > .row {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px !important;
}

@media (max-width: 991px) {
    .kso-story-section > .container {
        grid-template-columns: 1fr;
    }

    .kso-story-feature-image,
    .kso-story-feature-image img {
        min-height: 360px;
    }
}

@media (max-width: 639px) {
    .kso-story-section {
        padding: 44px 0;
    }

    .kso-story-copy {
        padding: 22px 18px;
    }
}

/* KSO editorial story layout */
.kso-story-section .kso-story-feature-image,
.kso-story-section .kso-story-copy {
    display: none;
}

.kso-reference-layout {
    width: 100%;
    color: #516174;
    font-size: 15px;
    line-height: 1.75;
}

.kso-reference-intro {
    max-width: 940px;
    margin: 0 0 28px;
}

.kso-reference-feature {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    margin-bottom: 30px;
}

.kso-reference-collage {
    position: relative;
    min-height: 310px;
}

.kso-reference-collage img {
    display: block;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(15, 38, 71, .14);
}

.kso-reference-image-main {
    width: 88%;
    height: 290px;
}

.kso-reference-image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 128px;
    border: 5px solid #f5f7f9;
}

.kso-reference-mining {
    padding: 4px 0;
}

.kso-reference-layout h4 {
    margin: 0 0 10px;
    color: #0f2647;
    font-size: 1.08rem;
    font-weight: 750;
}

.kso-reference-layout h4::before {
    display: inline-block;
    width: 22px;
    height: 3px;
    margin: 0 9px 4px 0;
    border-radius: 3px;
    background: #f6c70a;
    content: '';
}

.kso-reference-layout p {
    margin: 0 0 14px;
}

.kso-reference-layout ul {
    margin: 0;
    padding-left: 20px;
}

.kso-reference-layout li {
    margin-bottom: 6px;
}

.kso-reference-section {
    margin-top: 22px;
}

.kso-reference-section + .kso-reference-section {
    margin-top: 18px;
}

@media (max-width: 767px) {
    .kso-reference-layout {
        font-size: 14px;
    }

    .kso-reference-feature {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .kso-reference-collage {
        min-height: 270px;
    }

    .kso-reference-image-main {
        width: 88%;
        height: 250px;
    }

    .kso-reference-image-small {
        height: 112px;
    }
}

/* Restore the original image-and-card layout. */
.kso-story-section .kso-reference-layout {
    display: none;
}

.kso-story-section .kso-story-feature-image,
.kso-story-section .kso-story-copy {
    display: block;
}

.kso-story-section .kso-story-feature-image {
    align-self: start;
}

/* Phonesack Wood — material and product story */
.wood-material-section {
    padding: clamp(66px, 8vw, 116px) 0 clamp(60px, 7vw, 100px);
    background: #ffffff;
}

.wood-material-intro {
    max-width: 1120px;
    margin: 0 auto clamp(62px, 8vw, 112px);
    padding-top: 22px;
    border-top: 1px solid #d6dfda;
}

.wood-material-rule {
    display: block;
    width: 64px;
    height: 4px;
    margin-bottom: 24px;
    background: #f6c70a;
}

.wood-material-lead,
.wood-material-copy p,
.wood-material-location p {
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.9;
}

.wood-material-lead {
    max-width: 1040px;
    margin: 0;
    color: #0f2647;
    font-size: clamp(21px, 2.25vw, 32px);
    font-weight: 600;
    line-height: 1.52;
    letter-spacing: -.018em;
}

.wood-material-rows {
    display: flex;
    flex-direction: column;
    gap: clamp(64px, 9vw, 128px);
}

.wood-material-row {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
    gap: clamp(42px, 8vw, 128px);
    align-items: center;
}

.wood-material-row-reverse {
    grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
}

.wood-material-figure {
    margin: 0;
}

.wood-material-image {
    overflow: hidden;
    border-top: 4px solid #f6c70a;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 16px 32px rgba(15, 38, 71, .12);
}

.wood-material-image img {
    display: block;
    width: 100%;
    height: clamp(300px, 35vw, 480px);
    object-fit: cover;
    transition: transform .6s ease-out;
}

.wood-material-image:hover img {
    transform: scale(1.035);
}

.wood-material-copy {
    max-width: 620px;
}

.wood-material-index {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: #0e6634;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1;
}

.wood-material-index::after {
    display: block;
    width: 54px;
    height: 1px;
    background: #f6c70a;
    content: "";
}

.wood-material-copy h3 {
    margin: 0 0 15px;
    color: #0f2647;
    font-size: clamp(26px, 2.45vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.wood-material-copy p {
    margin: 0;
}

.wood-material-location {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: clamp(24px, 5vw, 76px);
    align-items: start;
    margin: clamp(76px, 10vw, 140px) auto 0;
    padding: 30px 0;
    border-top: 1px solid #d6dfda;
    border-bottom: 1px solid #d6dfda;
}

.wood-material-location-mark {
    display: block;
    color: #0e6634;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.5;
}

.wood-material-location-mark::after {
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    background: #f6c70a;
    content: "";
}

.wood-material-location p {
    max-width: 920px;
    margin: 0;
}

.wood-material-gallery {
    margin-top: clamp(64px, 8vw, 108px) !important;
}

.wood-material-gallery .owl-stage-outer {
    overflow: hidden;
    padding: 12px 0 22px;
}

.wood-material-gallery .owl-item {
    padding: 0 8px;
}

.wood-material-gallery .owl-item .hover {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 38, 71, .1);
}

.wood-material-gallery .owl-item img {
    display: block;
    width: 100%;
    height: clamp(220px, 25vw, 350px);
    object-fit: cover;
    transition: transform .5s ease-out;
}

.wood-material-gallery .owl-item:hover img {
    transform: scale(1.035);
}

@media (max-width: 767px) {
    .wood-material-section {
        padding: 52px 0 64px;
    }

    .wood-material-intro {
        margin-bottom: 54px;
    }

    .wood-material-lead {
        font-size: 21px;
    }

    .wood-material-rows {
        gap: 58px;
    }

    .wood-material-row,
    .wood-material-row-reverse {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wood-material-row-reverse .wood-material-copy {
        order: 1;
    }

    .wood-material-row-reverse .wood-material-figure {
        order: 2;
    }

    .wood-material-image img {
        height: 270px;
    }

    .wood-material-copy h3 {
        font-size: 27px;
    }

    .wood-material-location {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 68px;
    }

    .wood-material-gallery .owl-item {
        padding: 0 4px;
    }

    .wood-material-gallery .owl-item img {
        height: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wood-material-image img,
    .wood-material-gallery .owl-item img {
        transition: none;
    }
}

/* Phonesack Wood — thermal-inspired project layout */
.wood-thermal-page {
    overflow: hidden;
    color: #0f2647;
    background: #ffffff;
}

.wood-thermal-story {
    padding: clamp(50px, 6vw, 82px) 0 clamp(58px, 7vw, 98px);
    background: #ffffff;
}

.wood-thermal-overview-grid,
.wood-thermal-split {
    display: grid;
    align-items: center;
    gap: clamp(42px, 7vw, 100px);
}

.wood-thermal-overview-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    margin-bottom: clamp(40px, 5vw, 68px);
}

.wood-thermal-intro,
.wood-thermal-overview-visual,
.wood-thermal-split-copy,
.wood-thermal-split-visual {
    min-width: 0;
}

.wood-thermal-eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 18px;
    color: #34383a;
    font-size: .94rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.wood-thermal-eyebrow::before {
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    background: #f6c70a;
    content: '';
}

.wood-thermal-intro > p:not(.wood-thermal-eyebrow),
.wood-thermal-split-copy > p:not(.wood-thermal-eyebrow),
.wood-thermal-location > p:not(.wood-thermal-eyebrow) {
    margin: 0 0 18px;
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.wood-thermal-eyebrow + p:not(.wood-thermal-eyebrow) {
    margin-top: 0;
}

.wood-thermal-intro > p:not(.wood-thermal-eyebrow) + .wood-thermal-eyebrow {
    margin-top: 30px;
}

.wood-thermal-overview-visual,
.wood-thermal-split-visual {
    position: relative;
}

.wood-thermal-overview-visual::after,
.wood-thermal-split-visual::after {
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 58%;
    height: 4px;
    background: #f6c70a;
    content: '';
}

.wood-thermal-overview-visual figure,
.wood-thermal-split-visual figure {
    position: relative;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #edf2ee;
}

.wood-thermal-overview-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.wood-thermal-split-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.wood-thermal-overview-visual:hover img,
.wood-thermal-split-visual:hover img {
    transform: scale(1.035);
}

.wood-thermal-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 clamp(42px, 6vw, 76px);
    border-top: 1px solid #cbd7d0;
    border-bottom: 1px solid #cbd7d0;
}

.wood-thermal-fact {
    min-height: 148px;
    padding: 28px 26px 26px 0;
}

.wood-thermal-fact + .wood-thermal-fact {
    padding-left: 26px;
    border-left: 1px solid #cbd7d0;
}

.wood-thermal-fact dt {
    margin: 0;
    color: #0f2647;
    font-size: clamp(1.45rem, 2.35vw, 2.15rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.wood-thermal-fact dd {
    max-width: 210px;
    margin: 12px 0 0;
    color: #34383a;
    font-size: .82rem;
    font-weight: 750;
    line-height: 1.5;
}

.wood-thermal-split {
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
}

.wood-thermal-split-copy {
    padding-top: 4px;
}

.wood-thermal-location {
    margin-top: clamp(30px, 4vw, 42px);
    padding-top: 0;
}

.wood-thermal-location .wood-thermal-eyebrow {
    margin: 0 0 18px;
}

.wood-thermal-location > p:not(.wood-thermal-eyebrow) {
    margin-top: 0;
    margin-bottom: 0;
}

.wood-thermal-gallery {
    margin-top: clamp(58px, 7vw, 94px) !important;
}

.wood-thermal-gallery .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0 22px;
}

.wood-thermal-gallery .owl-item {
    padding: 0 8px;
}

.wood-thermal-gallery .owl-item .hover {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(15, 38, 71, .11);
}

.wood-thermal-gallery .owl-item img {
    display: block;
    width: 100%;
    height: clamp(220px, 25vw, 350px);
    object-fit: cover;
    transition: transform .5s ease-out;
}

.wood-thermal-gallery .owl-item:hover img {
    transform: scale(1.035);
}

@media (max-width: 991px) {
    .wood-thermal-overview-grid,
    .wood-thermal-split {
        grid-template-columns: 1fr;
    }

    .wood-thermal-intro,
    .wood-thermal-split-copy {
        max-width: 760px;
    }

    .wood-thermal-split-copy {
        order: 2;
    }

    .wood-thermal-split-visual {
        order: 1;
    }
}

@media (max-width: 767px) {
    .wood-thermal-story {
        padding: 46px 0 66px;
    }

    .wood-thermal-facts {
        grid-template-columns: 1fr 1fr;
    }

    .wood-thermal-fact,
    .wood-thermal-fact + .wood-thermal-fact {
        min-height: 126px;
        padding: 22px 16px 22px 0;
    }

    .wood-thermal-fact:nth-child(even) {
        padding-left: 16px;
    }

    .wood-thermal-fact:nth-child(n + 3) {
        border-top: 1px solid #cbd7d0;
    }

    .wood-thermal-fact:nth-child(3) {
        border-left: 0;
    }

    .wood-thermal-fact dt {
        font-size: 1.35rem;
    }

    .wood-thermal-location {
        margin-top: 38px;
    }

    .wood-thermal-gallery .owl-item {
        padding: 0 4px;
    }

    .wood-thermal-gallery .owl-item img {
        height: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wood-thermal-overview-visual img,
    .wood-thermal-split-visual img,
    .wood-thermal-gallery .owl-item img {
        transition: none;
    }
}

/* Agriculture — clean corporate profile layout */
.agri-profile-section {
    padding: clamp(64px, 8vw, 112px) 0 clamp(58px, 7vw, 96px);
    background: #ffffff;
}

.agri-profile-intro {
    max-width: 1120px;
    margin: 0 auto clamp(46px, 6vw, 76px);
    padding-top: 20px;
    border-top: 1px solid #d4ded8;
}

.agri-profile-rule {
    display: block;
    width: 58px;
    height: 4px;
    margin-bottom: 22px;
    background: #f6c70a;
}

.agri-profile-lead {
    max-width: 1050px;
    margin: 0;
    color: #0f2647;
    font-size: clamp(21px, 2.3vw, 32px);
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -.018em;
}

.agri-profile-banner {
    position: relative;
    margin: 0;
}

.agri-profile-banner::after {
    position: absolute;
    right: 4%;
    bottom: -18px;
    width: 28%;
    height: 4px;
    background: #f6c70a;
    content: "";
}

.agri-profile-banner img {
    display: block;
    width: 100%;
    height: clamp(280px, 36vw, 500px);
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 16px 32px rgba(15, 38, 71, .13);
    transition: transform .6s ease-out;
}

.agri-profile-banner:hover img {
    transform: scale(1.02);
}

.agri-profile-body {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: clamp(42px, 8vw, 120px);
    align-items: center;
    margin-top: clamp(72px, 9vw, 128px);
}

.agri-profile-copy {
    max-width: 760px;
}

.agri-profile-copy p {
    margin: 0 0 22px;
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.9;
}

.agri-profile-copy p:last-child {
    margin-bottom: 0;
}

.agri-profile-copy p + p {
    padding-top: 24px;
    border-top: 1px solid #d4ded8;
}

.agri-profile-side-image {
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #edf3ed;
    box-shadow: 0 14px 28px rgba(15, 38, 71, .11);
}

.agri-profile-side-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .6s ease-out;
}

.agri-profile-side-image:hover img {
    transform: scale(1.035);
}

.agri-profile-gallery {
    margin-top: clamp(70px, 9vw, 120px) !important;
    padding-top: 30px;
    border-top: 1px solid #d4ded8;
}

.agri-profile-gallery .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0 22px;
}

.agri-profile-gallery .owl-item {
    padding: 0 8px;
}

.agri-profile-gallery .owl-item .hover {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 38, 71, .1);
}

.agri-profile-gallery .owl-item img {
    display: block;
    width: 100%;
    height: clamp(220px, 25vw, 350px);
    object-fit: cover;
    transition: transform .5s ease-out;
}

.agri-profile-gallery .owl-item:hover img {
    transform: scale(1.035);
}

@media (max-width: 767px) {
    .agri-profile-section {
        padding: 52px 0 66px;
    }

    .agri-profile-intro {
        margin-bottom: 44px;
    }

    .agri-profile-lead {
        font-size: 21px;
    }

    .agri-profile-banner img {
        height: 260px;
    }

    .agri-profile-body {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 68px;
    }

    .agri-profile-side-image {
        order: -1;
    }

    .agri-profile-gallery .owl-item {
        padding: 0 4px;
    }

    .agri-profile-gallery .owl-item img {
        height: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .agri-profile-banner img,
    .agri-profile-side-image img,
    .agri-profile-gallery .owl-item img {
        transition: none;
    }
}

/* Agriculture — compact split profile */
.agri-compact-section {
    padding: clamp(56px, 6vw, 86px) 0 clamp(58px, 7vw, 96px);
    background: #ffffff;
}

.agri-compact-overview,
.agri-compact-secondary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
    gap: clamp(42px, 7vw, 100px);
    align-items: center;
}

.agri-compact-overview {
    margin-bottom: 0;
}

.agri-compact-secondary {
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1fr);
}

.agri-compact-copy {
    min-width: 0;
    max-width: 760px;
}

.agri-compact-eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 18px;
    color: #0e6634;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.agri-compact-eyebrow::before {
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    background: #f6c70a;
    content: '';
}

.agri-compact-copy p {
    margin: 0 0 20px;
    color: #304967;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.agri-compact-copy p:last-child {
    margin-bottom: 0;
}

.agri-compact-image {
    position: relative;
    min-width: 0;
    margin: 0;
}

.agri-compact-image::after {
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 58%;
    height: 4px;
    background: #f6c70a;
    content: '';
}

.agri-compact-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 14px 30px rgba(15, 38, 71, .13);
    transition: transform .6s ease-out;
}

.agri-compact-image:hover img {
    transform: scale(1.03);
}

.agri-compact-gallery {
    margin-top: clamp(46px, 5.5vw, 74px) !important;
}

.agri-compact-gallery .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0 22px;
}

.agri-compact-gallery .owl-item {
    padding: 0 8px;
}

.agri-compact-gallery .owl-item .hover {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 38, 71, .1);
}

.agri-compact-gallery .owl-item img {
    display: block;
    width: 100%;
    height: clamp(220px, 25vw, 350px);
    object-fit: cover;
    transition: transform .5s ease-out;
}

.agri-compact-gallery .owl-item:hover img {
    transform: scale(1.035);
}

@media (max-width: 991px) {
    .agri-compact-overview,
    .agri-compact-secondary {
        grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr);
        gap: 42px;
    }
}

@media (max-width: 767px) {
    .agri-compact-section {
        padding: 48px 0 66px;
    }

    .agri-compact-overview,
    .agri-compact-secondary {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .agri-compact-overview {
        margin-bottom: 0;
    }

    .agri-compact-overview .agri-compact-image,
    .agri-compact-secondary .agri-compact-image {
        order: -1;
    }

    .agri-compact-image img {
        aspect-ratio: 4 / 3;
    }

    .agri-compact-gallery .owl-item {
        padding: 0 4px;
    }

    .agri-compact-gallery .owl-item img {
        height: 220px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .agri-compact-image img,
    .agri-compact-gallery .owl-item img {
        transition: none;
    }
}
