:root {
    --paper: #f6f7f4;
    --white: #ffffff;
    --ink: #151817;
    --muted: #5c625f;
    --line: #cfd4d0;
    --blue: #15477f;
    --blue-dark: #0a2f58;
    --yellow: #f2d333;
    --green: #176f59;
    --content: 1380px;
    --header-height: 78px;
}

/* Hosting-ready legal pages */
.legal-v2 {
    background: #f4f5f1;
}

.legal-hero {
    background: #102f52;
    color: #fff;
    padding: calc(var(--header-height) + 88px) 0 76px;
}

.legal-hero span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.legal-hero h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 1.08;
}

.legal-content {
    padding: 88px 0 104px;
}

.legal-shell {
    max-width: 940px;
}

.legal-shell h2 {
    color: #102f52;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    margin: 44px 0 16px;
}

.legal-shell p,
.legal-shell li {
    color: #3e494f;
    font-size: 15px;
    line-height: 1.8;
}

.legal-shell p {
    margin: 0 0 18px;
}

.legal-shell ul {
    margin: 0 0 24px;
    padding-left: 22px;
}

.legal-shell a {
    color: #102f52;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-shell .text-bold {
    color: #1d2b32;
    font-weight: 700;
}

@media (max-width: 640px) {
    .legal-hero {
        padding: calc(var(--header-height) + 62px) 0 54px;
    }

    .legal-hero h1 {
        font-size: 38px;
    }

    .legal-content {
        padding: 58px 0 72px;
    }

    .legal-shell h2 {
        font-size: 22px;
        margin-top: 36px;
    }
}

/* Calm, image-led treatments retained for the approved Company and Sustainability pages. */
.company-banner-fixed {
    height: 560px;
    margin-top: var(--header-height);
    overflow: hidden;
    position: relative;
}

.company-banner-fixed::after {
    background: rgba(255, 255, 255, 0.08);
    content: "";
    inset: 0;
    position: absolute;
}

.company-banner-fixed > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.company-banner-copy {
    display: flex;
    flex-direction: column;
    height: 100%;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 2;
}

.company-banner-copy span {
    color: var(--blue-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.company-banner-copy h1 {
    color: var(--blue-dark);
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
}

.sustainability-clean .hero,
.sustainability-clean .hero .shell {
    min-height: 600px;
}

.sustainability-clean .hero .shell {
    padding-bottom: 64px;
}

.sustainability-clean .hero h1 {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0;
}

.sustainability-clean .story-section {
    padding: 104px 0;
}

.sustainability-clean .solar-image {
    aspect-ratio: 16 / 7;
}

.sustainability-clean .solar-image img {
    object-position: center 58%;
}

@media (max-width: 900px) {
    .company-banner-fixed {
        height: 500px;
    }

    .company-banner-copy h1,
    .sustainability-clean .hero h1 {
        font-size: 48px;
    }

    .sustainability-clean .story-section {
        padding: 80px 0;
    }
}

@media (max-width: 640px) {
    .company-banner-fixed {
        height: 460px;
    }

    .company-banner-fixed::after {
        background: rgba(8, 17, 24, 0.3);
    }

    .company-banner-fixed > img {
        object-position: 72% center;
    }

    .company-banner-copy h1,
    .company-banner-copy span {
        color: #fff;
    }

    .company-banner-copy h1,
    .sustainability-clean .hero h1 {
        font-size: 40px;
    }

    .sustainability-clean .hero,
    .sustainability-clean .hero .shell {
        min-height: 520px;
    }

    .sustainability-clean .story-section {
        padding: 64px 0;
    }

    .sustainability-clean .solar-image {
        aspect-ratio: 4 / 3;
    }
}

* {
    box-sizing: border-box;
}

/* Infrastructure V3: natural image crops and a buyer-led editorial sequence. */
.infrastructure-v3 {
    background: #f5f6f3;
}

.infra-hero-static {
    color: #fff;
    height: clamp(520px, 32vw, 640px);
    margin-top: var(--header-height);
    overflow: hidden;
    position: relative;
}

.infra-hero-static > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.infra-hero-shade {
    background: rgba(5, 12, 18, 0.38);
    inset: 0;
    position: absolute;
}

.infra-hero-copy {
    bottom: 76px;
    display: grid;
    grid-template-columns: minmax(0, 780px);
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
}

.infra-hero-copy > * {
    grid-column: 1;
}

.infra-hero-copy span,
.infra-cta .shell > span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.infra-hero-copy h1 {
    font-size: 62px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 24px;
    max-width: 780px;
}

.infra-hero-copy h1:last-child {
    margin-bottom: 0;
}

.infra-hero-copy p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 590px;
}

.infra-subnav {
    background: rgba(245, 246, 243, 0.96);
    border-bottom: 1px solid var(--line);
    position: sticky;
    scrollbar-width: none;
    top: var(--header-height);
    z-index: 70;
}

.infra-subnav::-webkit-scrollbar {
    display: none;
}

.infra-subnav .shell {
    display: flex;
    gap: 42px;
}

.infra-subnav a {
    color: #49504d;
    font-size: 12px;
    padding: 17px 0 15px;
    position: relative;
}

.infra-subnav a::after {
    background: var(--blue);
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.infra-subnav a:hover::after,
.infra-subnav a:focus-visible::after {
    transform: scaleX(1);
}

.infra-opening {
    padding: 116px 0 96px;
    scroll-margin-top: calc(var(--header-height) + 50px);
}

.infra-trc + .infra-opening {
    border-top: 1px solid #c7ccc8;
}

.infra-opening-grid {
    display: grid;
    gap: clamp(60px, 8vw, 132px);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.infra-label {
    color: var(--blue);
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.infra-opening h2,
.infra-feature-copy h2,
.infra-trc-copy h2,
.infra-cta h2 {
    font-size: 46px;
    font-weight: 350;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.infra-opening-copy {
    padding-top: 34px;
}

.infra-opening-copy p,
.infra-feature-copy p,
.infra-trc-copy p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px;
}

.infra-stat-strip {
    border-bottom: 1px solid #b8beb9;
    border-top: 1px solid #b8beb9;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 84px;
}

.infra-stat-strip > div {
    display: flex;
    flex-direction: column;
    min-height: 126px;
    padding: 28px 28px 22px 0;
}

.infra-stat-strip > div + div {
    border-left: 1px solid #c8cdc9;
    padding-left: 28px;
}

.infra-stat-strip strong {
    color: var(--blue);
    font-size: 28px;
    font-weight: 450;
}

.infra-stat-strip span {
    color: var(--muted);
    font-size: 11px;
    margin-top: auto;
}

.infra-capability {
    background: #fff;
    padding: 112px 0;
}

.infra-quality {
    background: #e9ece8;
    scroll-margin-top: calc(var(--header-height) + 50px);
}

.infra-feature-grid {
    align-items: center;
    display: grid;
    gap: clamp(56px, 7vw, 112px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.infra-feature-grid-reverse {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.infra-feature-image {
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
}

.infra-feature-image img,
.infra-trc-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.infra-feature-copy h2 {
    margin-bottom: 30px;
}

.infra-note {
    border-top: 1px solid #c7ccc8;
    font-size: 13px !important;
    margin-top: 32px !important;
    padding-top: 24px;
}

.infra-process-line {
    border-bottom: 1px solid #b8beb9;
    border-top: 1px solid #b8beb9;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
}

.infra-process-line span {
    color: #3e4542;
    font-size: 11px;
    padding: 16px 12px 15px 0;
}

.infra-process-line span + span {
    border-left: 1px solid #c7ccc8;
    padding-left: 12px;
}

.infra-trc {
    background: #f5f6f3;
    padding: 124px 0 118px;
    scroll-margin-top: calc(var(--header-height) + 50px);
}

.infra-trc-intro {
    align-items: center;
    display: grid;
    gap: clamp(62px, 8vw, 132px);
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.infra-trc-copy h2 {
    margin-bottom: 30px;
}

.infra-trc-image {
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
}

.infra-service-columns {
    border-top: 1px solid #b8beb9;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 112px;
    padding-top: 66px;
}

.infra-service-columns > section {
    padding-right: clamp(32px, 5vw, 78px);
}

.infra-service-columns > section + section {
    border-left: 1px solid #c7ccc8;
    padding-left: clamp(32px, 5vw, 78px);
    padding-right: 0;
}

.infra-service-columns h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 38px;
}

.infra-service-list {
    margin: 0;
}

.infra-service-list > div {
    border-top: 1px solid #d1d5d1;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1.28fr);
    padding: 20px 0;
}

.infra-service-list dt {
    color: #222725;
    font-size: 13px;
    font-weight: 700;
}

.infra-service-list dd {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

.infra-cta {
    color: #fff;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.infra-cta > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.infra-cta-shade {
    background: rgba(6, 13, 18, 0.62);
    inset: 0;
    position: absolute;
}

.infra-cta .shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
    position: relative;
}

.infra-cta h2 {
    max-width: 760px;
}

.infra-cta p {
    font-size: 15px;
    line-height: 1.75;
    margin: 24px 0 34px;
    max-width: 590px;
}

.infra-cta-link {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    display: inline-flex;
    font-size: 13px;
    gap: 28px;
    padding-bottom: 10px;
    width: fit-content;
}

.infra-cta-link b {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 900px) {
    .infra-hero-copy h1 {
        font-size: 50px;
    }

    .infra-opening-grid,
    .infra-feature-grid,
    .infra-feature-grid-reverse,
    .infra-trc-intro {
        gap: 52px;
        grid-template-columns: 1fr;
    }

    .infra-opening-copy {
        padding-top: 0;
    }

    .infra-feature-grid-reverse .infra-feature-copy {
        order: 2;
    }

    .infra-feature-grid-reverse .infra-feature-image {
        order: 1;
    }

    .infra-feature-image,
    .infra-trc-image {
        aspect-ratio: 16 / 10;
    }

    .infra-service-columns {
        gap: 68px;
        grid-template-columns: 1fr;
    }

    .infra-service-columns > section,
    .infra-service-columns > section + section {
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .infra-hero-static {
        height: 520px;
    }

    .infra-hero-static > img {
        object-position: 62% center;
    }

    .infra-hero-shade {
        background: rgba(5, 12, 18, 0.5);
    }

    .infra-hero-copy {
        bottom: 52px;
        grid-template-columns: 1fr;
    }

    .infra-hero-copy > * {
        grid-column: 1;
    }

    .infra-hero-copy h1 {
        font-size: 40px;
    }

    .infra-hero-copy p {
        font-size: 14px;
    }

    .infra-subnav {
        overflow-x: auto;
    }

    .infra-subnav .shell {
        gap: 28px;
        min-width: max-content;
    }

    .infra-opening,
    .infra-capability,
    .infra-trc {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .infra-opening h2,
    .infra-feature-copy h2,
    .infra-trc-copy h2,
    .infra-cta h2 {
        font-size: 34px;
    }

    .infra-stat-strip {
        grid-template-columns: 1fr;
        margin-top: 56px;
    }

    .infra-stat-strip > div {
        min-height: 104px;
        padding: 20px 0;
    }

    .infra-stat-strip > div + div {
        border-left: 0;
        border-top: 1px solid #c8cdc9;
        padding-left: 0;
    }

    .infra-feature-image,
    .infra-trc-image {
        aspect-ratio: 1;
    }

    .infra-process-line {
        grid-template-columns: 1fr;
    }

    .infra-process-line span + span {
        border-left: 0;
        border-top: 1px solid #c7ccc8;
        padding-left: 0;
    }

    .infra-service-columns {
        margin-top: 72px;
        padding-top: 48px;
    }

    .infra-service-list > div {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .infra-cta,
    .infra-cta .shell {
        min-height: 500px;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

h1,
h2,
h3,
p,
ul {
    margin-top: 0;
}

h1,
h2,
h3 {
    letter-spacing: 0;
}

.skip-link {
    background: var(--yellow);
    color: var(--ink);
    left: 18px;
    padding: 10px 14px;
    position: fixed;
    top: -80px;
    z-index: 1000;
}

.skip-link:focus {
    top: 18px;
}

.shell {
    margin: 0 auto;
    max-width: var(--content);
    padding-left: 44px;
    padding-right: 44px;
    width: 100%;
}

.site-header {
    align-items: center;
    background: rgba(246, 247, 244, 0.94);
    border-bottom: 1px solid rgba(21, 24, 23, 0.12);
    display: flex;
    height: var(--header-height);
    inset: 0 0 auto;
    position: fixed;
    z-index: 100;
    backdrop-filter: blur(16px);
}

.site-header .shell {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.brand {
    flex: 0 0 176px;
}

.brand img {
    height: auto;
    width: 176px;
}

.primary-nav {
    align-items: center;
    display: flex;
    gap: 32px;
}

.primary-nav a {
    color: #303634;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0;
    position: relative;
}

.primary-nav a::after {
    background: var(--blue);
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
    width: 100%;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    height: 44px;
    padding: 10px;
    width: 44px;
}

.nav-toggle span {
    background: var(--ink);
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 24px;
}

.hero {
    min-height: 680px;
    overflow: hidden;
    position: relative;
}

.hero > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.hero::after {
    background: rgba(10, 12, 11, 0.18);
    content: "";
    inset: 0;
    position: absolute;
}

.hero-product::after {
    background: rgba(255, 255, 255, 0.08);
}

.hero .shell {
    align-items: flex-end;
    display: flex;
    min-height: 680px;
    padding-bottom: 72px;
    padding-top: calc(var(--header-height) + 60px);
    position: relative;
    z-index: 2;
}

.hero-copy {
    color: var(--white);
    max-width: 760px;
}

.hero-product .hero-copy {
    color: var(--ink);
    max-width: 700px;
}

.eyebrow {
    align-items: center;
    color: var(--blue);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 10px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.eyebrow::before {
    background: var(--yellow);
    content: "";
    height: 8px;
    width: 8px;
}

.hero .eyebrow {
    color: inherit;
}

.hero h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.02;
    margin-bottom: 24px;
}

.hero p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 650px;
}

.intro {
    border-bottom: 1px solid var(--line);
    padding: 104px 0 86px;
}

.intro-grid {
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.intro h2,
.section-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.13;
    margin-bottom: 0;
    max-width: 900px;
}

.intro-copy {
    align-self: end;
}

.intro-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 0;
}

.range-index {
    border-top: 1px solid var(--ink);
    margin-top: 38px;
}

.range-index div {
    align-items: baseline;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 18px;
    grid-template-columns: 34px 1fr;
    padding: 15px 0;
}

.range-index span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
}

.range-index strong {
    font-size: 14px;
    font-weight: 650;
}

.section-index {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: var(--header-height);
    z-index: 80;
}

.section-index .shell {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}

.section-index .shell::-webkit-scrollbar {
    display: none;
}

.section-index a {
    color: #4c5350;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    padding: 20px 26px 18px 0;
    position: relative;
}

.section-index a + a {
    margin-left: 26px;
}

.section-index a::after {
    background: var(--blue);
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 180ms ease;
    width: calc(100% - 26px);
}

.section-index a:hover,
.section-index a.is-active {
    color: var(--ink);
}

.section-index a.is-active::after {
    opacity: 1;
}

.application-chapter {
    border-bottom: 1px solid var(--line);
    scroll-margin-top: 138px;
}

.chapter-grid {
    display: grid;
    grid-template-columns: 56px minmax(340px, 0.85fr) minmax(420px, 1.15fr);
    min-height: 660px;
}

.chapter-number {
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    padding-top: 82px;
}

.chapter-copy {
    align-self: center;
    max-width: 560px;
    padding: 82px 64px 82px 0;
}

.chapter-copy h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 24px;
}

.chapter-copy > p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
}

.application-types {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 22px;
    margin-bottom: 34px;
}

.application-types span {
    border-bottom: 2px solid var(--yellow);
    font-size: 13px;
    font-weight: 750;
    padding-bottom: 3px;
}

.product-ranges {
    border-top: 1px solid var(--ink);
}

.product-ranges > span {
    color: var(--blue);
    display: block;
    font-size: 11px;
    font-weight: 800;
    padding: 14px 0 10px;
    text-transform: uppercase;
}

.product-ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-ranges li {
    border-top: 1px solid var(--line);
    font-size: 13px;
    font-weight: 650;
    padding: 11px 0;
}

.chapter-media {
    height: 100%;
    min-height: 660px;
    overflow: hidden;
}

.chapter-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(.2,.7,.2,1);
    width: 100%;
}

.application-chapter:hover .chapter-media img {
    transform: scale(1.025);
}

.brands {
    background: #121b24;
    color: var(--white);
    padding: 112px 0 90px;
}

.brands .eyebrow {
    color: #9ec2e3;
}

.brands-heading {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 0.72fr;
    margin-bottom: 64px;
}

.brands-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.13;
    margin-bottom: 0;
}

.brands-heading p {
    align-self: end;
    color: #b7c1c9;
    margin-bottom: 0;
}

.brand-row {
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.25);
    display: grid;
    gap: 34px;
    grid-template-columns: 250px minmax(250px, 0.8fr) minmax(300px, 1fr);
    padding: 30px 0;
}

.brand-row:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.brand-row img {
    height: 150px;
    object-fit: cover;
    width: 250px;
}

.brand-row small {
    color: #9ec2e3;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.brand-row h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}

.brand-row p {
    color: #b7c1c9;
    font-size: 14px;
    margin-bottom: 0;
}

sup {
    font-size: 0.5em;
    line-height: 0;
    vertical-align: 0.45em;
}

.story-section {
    border-bottom: 1px solid var(--line);
    padding: 112px 0;
    scroll-margin-top: 138px;
}

.story-section.alt {
    background: var(--white);
}

.section-heading {
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.65fr);
    margin-bottom: 62px;
}

.section-heading > p {
    align-self: end;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.solar-image {
    aspect-ratio: 16 / 7;
    margin-bottom: 0;
    overflow: hidden;
}

.solar-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.metric-line {
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.metric {
    border-right: 1px solid var(--line);
    padding: 32px 26px 34px 0;
}

.metric + .metric {
    padding-left: 26px;
}

.metric:last-child {
    border-right: 0;
}

.metric strong {
    color: var(--blue);
    display: block;
    font-size: 34px;
    font-weight: 650;
    line-height: 1.1;
    margin-bottom: 9px;
}

.metric span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.fine-print {
    color: #777d79;
    font-size: 11px;
    margin: 18px 0 0;
}

.feature-split {
    align-items: center;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(400px, 1.1fr) minmax(340px, 0.9fr);
}

.feature-split img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.feature-copy h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    margin-bottom: 24px;
}

.feature-copy p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.plain-list {
    border-top: 1px solid var(--ink);
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.plain-list li {
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    font-weight: 650;
    padding: 13px 0;
}

.compliance-list {
    border-top: 1px solid var(--ink);
}

.compliance-row {
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 390px;
}

.compliance-row:nth-child(even) {
    grid-template-columns: 58% 42%;
}

.compliance-row:nth-child(even) .compliance-media {
    grid-column: 2;
}

.compliance-row:nth-child(even) .compliance-copy {
    grid-column: 1;
    grid-row: 1;
}

.compliance-media {
    min-height: 390px;
    overflow: hidden;
}

.compliance-media.logo-media {
    align-items: center;
    background: var(--white);
    display: flex;
    gap: 34px;
    justify-content: center;
    padding: 52px;
}

.compliance-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.compliance-media.logo-media img {
    height: auto;
    max-height: 150px;
    max-width: 42%;
    object-fit: contain;
    width: auto;
}

.compliance-copy {
    align-self: center;
    padding: 58px 70px;
}

.compliance-copy small,
.framework-caption small {
    color: var(--blue);
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.compliance-copy h3,
.framework-caption h3 {
    font-size: 29px;
    font-weight: 550;
    line-height: 1.22;
    margin-bottom: 18px;
}

.compliance-copy p,
.framework-caption p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.framework-feature {
    border-top: 1px solid var(--ink);
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    padding: 32px 0 56px;
}

.framework-feature img {
    background: var(--white);
    width: 100%;
}

.framework-caption {
    align-self: center;
}

.framework-secondary {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 44px;
    grid-template-columns: 1fr 1fr;
    padding-top: 44px;
}

.framework-secondary figure {
    margin: 0;
}

.framework-secondary img {
    aspect-ratio: 4 / 3;
    background: var(--white);
    object-fit: contain;
    width: 100%;
}

.framework-secondary figcaption {
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 13px;
    padding-top: 14px;
}

.pillars {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--ink);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 72px;
}

.pillars span {
    border-right: 1px solid var(--line);
    font-size: 13px;
    font-weight: 750;
    padding: 20px 18px 20px 0;
}

.pillars span + span {
    padding-left: 18px;
}

.pillars span:last-child {
    border-right: 0;
}

.document-library {
    border-top: 1px solid var(--ink);
}

.document-group {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
    padding: 34px 0;
}

.document-heading {
    display: grid;
    gap: 18px;
    grid-template-columns: 30px 1fr;
}

.document-heading span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
}

.document-heading h3 {
    font-size: 20px;
    font-weight: 650;
    margin-bottom: 0;
}

.document-links a {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto;
    padding: 13px 0;
}

.document-links a:first-child {
    border-top: 0;
    padding-top: 0;
}

.document-links strong {
    font-size: 13px;
    font-weight: 650;
}

.document-links span {
    color: var(--muted);
    font-size: 11px;
}

.document-links a:hover strong,
.document-links a:focus-visible strong {
    color: var(--blue);
}

.contact-band {
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.contact-band > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.contact-band::after {
    background: rgba(5, 12, 18, 0.48);
    content: "";
    inset: 0;
    position: absolute;
}

.contact-band .shell {
    align-items: flex-end;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    min-height: 500px;
    padding-bottom: 66px;
    position: relative;
    z-index: 2;
}

.contact-band h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    margin-bottom: 0;
    max-width: 690px;
}

.text-link {
    align-items: center;
    border-bottom: 1px solid currentColor;
    display: inline-flex;
    font-size: 14px;
    font-weight: 750;
    gap: 18px;
    padding-bottom: 7px;
}

.text-link::after {
    content: ">";
    font-size: 18px;
}

.site-footer {
    background: #0c1115;
    color: #c8d0d5;
    padding: 38px 0;
}

.footer-line {
    align-items: center;
    display: flex;
    font-size: 11px;
    justify-content: space-between;
}

.footer-links {
    display: flex;
    gap: 24px;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    .primary-nav {
        gap: 20px;
    }

    .chapter-grid {
        grid-template-columns: 44px minmax(320px, 0.9fr) minmax(360px, 1.1fr);
    }

    .chapter-copy {
        padding-right: 42px;
    }

    .brand-row {
        grid-template-columns: 210px minmax(230px, 0.8fr) 1fr;
    }

    .brand-row img {
        width: 210px;
    }

    .compliance-copy {
        padding: 48px;
    }
}

@media (max-width: 900px) {
    :root {
        --header-height: 70px;
    }

    .shell {
        padding-left: 28px;
        padding-right: 28px;
    }

    .brand,
    .brand img {
        width: 156px;
    }

    .nav-toggle {
        display: block;
        position: relative;
        z-index: 3;
    }

    .nav-open .nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .nav-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .nav-open .nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .primary-nav {
        align-items: flex-start;
        background: var(--paper);
        display: none;
        flex-direction: column;
        gap: 0;
        inset: var(--header-height) 0 0;
        padding: 42px 28px;
        position: fixed;
    }

    .nav-open .primary-nav {
        display: flex;
    }

    .primary-nav a {
        border-bottom: 1px solid var(--line);
        font-size: 19px;
        padding: 18px 0;
        width: 100%;
    }

    .hero,
    .hero .shell {
        min-height: 600px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .intro-grid,
    .brands-heading,
    .section-heading,
    .feature-split {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .chapter-grid {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .chapter-copy {
        padding: 70px 0 62px;
    }

    .chapter-media {
        grid-column: 1 / -1;
        min-height: 420px;
    }

    .brand-row {
        grid-template-columns: 190px 1fr;
    }

    .brand-row img {
        height: 125px;
        width: 190px;
    }

    .brand-row p {
        grid-column: 2;
    }

    .metric-line {
        grid-template-columns: repeat(2, 1fr);
    }

    .metric:nth-child(2) {
        border-right: 0;
    }

    .metric:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .compliance-row,
    .compliance-row:nth-child(even) {
        grid-template-columns: 1fr 1fr;
    }

    .compliance-row:nth-child(even) .compliance-media {
        grid-column: 1;
    }

    .compliance-row:nth-child(even) .compliance-copy {
        grid-column: 2;
    }

    .compliance-copy {
        padding: 38px;
    }

    .framework-feature {
        grid-template-columns: 1fr;
    }

    .contact-band .shell {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
    }

    .contact-band .text-link {
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    .shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero,
    .hero .shell {
        min-height: 560px;
    }

    .hero > img {
        object-position: 58% center;
    }

    .hero-product > img {
        object-position: 42% center;
    }

    .hero .shell {
        padding-bottom: 44px;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 1.08;
    }

    .hero p {
        font-size: 15px;
    }

    .intro,
    .story-section,
    .brands {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .intro h2,
    .section-heading h2,
    .brands-heading h2,
    .feature-copy h2,
    .contact-band h2 {
        font-size: 34px;
    }

    .section-index a {
        padding-top: 17px;
        padding-bottom: 15px;
    }

    .chapter-grid {
        display: block;
        min-height: 0;
    }

    .chapter-number {
        padding-top: 58px;
    }

    .chapter-copy {
        padding-top: 18px;
    }

    .chapter-copy h2 {
        font-size: 31px;
    }

    .chapter-media {
        min-height: 320px;
    }

    .brands-heading {
        margin-bottom: 42px;
    }

    .brand-row {
        gap: 18px;
        grid-template-columns: 100px 1fr;
        padding: 24px 0;
    }

    .brand-row img {
        height: 100px;
        width: 100px;
    }

    .brand-row h3 {
        font-size: 19px;
    }

    .brand-row p {
        grid-column: 1 / -1;
    }

    .solar-image {
        aspect-ratio: 4 / 3;
    }

    .metric-line {
        grid-template-columns: 1fr;
    }

    .metric,
    .metric + .metric {
        border-bottom: 1px solid var(--line);
        border-right: 0;
        padding: 22px 0;
    }

    .feature-split img {
        aspect-ratio: 4 / 3;
    }

    .compliance-row,
    .compliance-row:nth-child(even) {
        display: flex;
        flex-direction: column;
    }

    .compliance-media,
    .compliance-media.logo-media {
        min-height: 290px;
    }

    .compliance-copy {
        padding: 38px 0 48px;
    }

    .framework-secondary,
    .pillars {
        grid-template-columns: 1fr;
    }

    .pillars span,
    .pillars span + span {
        border-bottom: 1px solid var(--line);
        border-right: 0;
        padding: 14px 0;
    }

    .document-group {
        gap: 26px;
        grid-template-columns: 1fr;
        padding: 28px 0;
    }

    .document-links a {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .contact-band,
    .contact-band .shell {
        min-height: 440px;
    }

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

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Immersive V2 direction */
.immersive-page {
    background: #f4f5f1;
}

.immersive-header {
    background: rgba(248, 249, 246, 0.92);
}

.immersive-hero,
.application-scene,
.immersive-contact,
.framework-scene {
    overflow: hidden;
    position: relative;
}

.immersive-hero {
    height: 76svh;
    max-height: 760px;
    min-height: 620px;
}

.parallax-media {
    height: 110%;
    inset: -5% 0;
    max-width: none;
    object-fit: cover;
    position: absolute;
    transform: translate3d(0, 0, 0) scale(1.06);
    transform-origin: center;
    width: 100%;
    will-change: transform;
}

.scene-wash {
    background: rgba(255, 255, 255, 0.16);
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.scene-wash-dark {
    background: rgba(8, 13, 17, 0.3);
}

.immersive-hero-copy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 5vh;
    padding-top: calc(var(--header-height) + 5vh);
    position: relative;
    z-index: 2;
}

.scene-kicker,
.scene-heading span,
.immersive-contact .shell > span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.immersive-hero h1 {
    font-size: 68px;
    font-weight: 300;
    line-height: 1.01;
    margin-bottom: 26px;
    max-width: 900px;
}

.immersive-hero p {
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 610px;
}

.scene-light {
    color: var(--ink);
}

.product-hero-media {
    object-position: center;
}

.product-hero .scene-wash {
    background: rgba(255, 255, 255, 0.28);
}

.scroll-cue {
    align-items: center;
    bottom: 28px;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 14px;
    left: max(44px, calc((100vw - var(--content)) / 2 + 44px));
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
}

.scroll-cue span {
    border: 1px solid currentColor;
    border-radius: 50%;
    height: 34px;
    position: relative;
    width: 34px;
}

.scroll-cue span::after {
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    height: 7px;
    left: 12px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 7px;
}

.editorial-intro {
    background: #f4f5f1;
    padding: 112px 0 104px;
}

.editorial-grid {
    display: grid;
    gap: 9vw;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.editorial-number,
.detail-label {
    color: var(--blue);
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.editorial-grid h2,
.brand-gallery-heading h2 {
    font-size: 46px;
    font-weight: 350;
    line-height: 1.12;
    margin-bottom: 0;
    max-width: 650px;
}

.editorial-copy {
    padding-top: 36px;
}

.editorial-copy p {
    font-size: 16px;
    line-height: 1.8;
    max-width: 720px;
}

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

.range-ledger {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 72px;
}

.range-ledger > div {
    border-top: 1px solid #aeb4af;
    display: flex;
    flex-direction: column;
    min-height: 164px;
    padding: 22px 24px 0 0;
}

.range-ledger > div + div {
    border-left: 1px solid #c9ceca;
    padding-left: 24px;
}

.range-ledger span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 28px;
}

.range-ledger strong {
    font-size: 17px;
    font-weight: 650;
    line-height: 1.45;
}

.range-ledger small {
    color: var(--muted);
    font-size: 12px;
    margin-top: auto;
}

.immersive-index {
    background: rgba(244, 245, 241, 0.94);
    top: var(--header-height);
    z-index: 80;
}

.immersive-index .shell {
    justify-content: center;
}

.immersive-index a {
    font-size: 14px;
    padding-left: 24px;
    padding-right: 24px;
}

.application-story {
    scroll-margin-top: calc(var(--header-height) + 54px);
}

.application-scene {
    height: 66svh;
    min-height: 560px;
}

.scene-heading {
    color: var(--white);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 56px;
    position: relative;
    z-index: 2;
}

.scene-heading h2 {
    font-size: 54px;
    font-weight: 300;
    line-height: 1.04;
    margin: 0;
    max-width: 900px;
}

.application-detail {
    display: grid;
    gap: 8vw;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    padding-bottom: 104px;
    padding-top: 94px;
}

.application-summary p {
    font-size: 17px;
    line-height: 1.78;
    margin: 0;
    max-width: 760px;
}

.application-ranges ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.application-ranges li {
    border-top: 1px solid #bfc5c0;
    display: grid;
    font-size: 14px;
    gap: 18px;
    grid-template-columns: 26px 1fr;
    line-height: 1.55;
    padding: 17px 0;
}

.application-ranges li:last-child {
    border-bottom: 1px solid #bfc5c0;
}

.application-ranges .range-number {
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    padding-top: 3px;
}

.application-ranges .range-text {
    color: var(--ink);
    font-size: 14px;
    font-weight: 500;
    min-width: 0;
}

.application-ranges .range-family {
    font-weight: 700;
    white-space: nowrap;
}

.application-ranges sup,
.range-ledger sup,
.brand-slide sup {
    font-size: 0.55em;
    line-height: 0;
    position: relative;
    top: -0.2em;
}

.brand-gallery {
    background: #102f52;
    color: var(--white);
    overflow: hidden;
    padding: 132px 0 118px;
}

.brand-gallery-heading {
    display: block;
    margin-bottom: 74px;
    max-width: 920px;
    text-align: center;
}

.brand-gallery .editorial-number {
    color: #9fc5e8;
    margin-bottom: 26px;
}

.brand-gallery-heading p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    margin: 26px auto 0;
    max-width: 700px;
}

.brand-gallery-heading h2 {
    margin-left: auto;
    margin-right: auto;
}

.brand-rail {
    display: flex;
    gap: 28px;
    margin-left: max(44px, calc((100vw - var(--content)) / 2 + 44px));
    overflow-x: auto;
    padding: 0 44px 28px 0;
    scroll-padding-left: 44px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
    scrollbar-width: thin;
}

.brand-slide {
    flex: 0 0 min(620px, 54vw);
    scroll-snap-align: start;
}

.brand-slide img {
    aspect-ratio: 4 / 3;
    height: auto;
    margin-bottom: 32px;
    object-fit: cover;
    width: 100%;
}

.brand-slide-copy {
    margin: 0 auto;
    max-width: 560px;
    padding: 0 30px;
    text-align: center;
}

.brand-slide-copy > span {
    color: #9fc5e8;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.brand-slide h3 {
    font-size: 25px;
    font-weight: 450;
    line-height: 1.28;
    margin-bottom: 14px;
}

.brand-slide p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
}

.immersive-contact {
    color: var(--white);
    min-height: 520px;
}

.immersive-contact .shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
    position: relative;
    z-index: 2;
}

.immersive-contact h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 38px;
}

.outline-link {
    align-items: center;
    border-bottom: 1px solid currentColor;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    padding: 14px 0;
    width: 230px;
}

.outline-link b {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1080px) {
    .immersive-hero h1 {
        font-size: 58px;
    }

    .scene-heading h2 {
        font-size: 46px;
    }

    .editorial-grid,
    .brand-gallery-heading {
        gap: 7vw;
    }

    .application-detail {
        gap: 7vw;
    }

    .range-ledger {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 38px;
    }

    .range-ledger > div:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 900px) {
    .immersive-hero {
        height: 78svh;
        min-height: 600px;
    }

    .parallax-media {
        height: 100%;
        inset: 0;
        transform: none !important;
        will-change: auto;
    }

    .scroll-cue {
        left: 28px;
    }

    .editorial-intro {
        padding: 96px 0 88px;
    }

    .editorial-grid,
    .brand-gallery-heading,
    .application-detail {
        grid-template-columns: 1fr;
    }

    .editorial-copy {
        padding-top: 0;
    }

    .editorial-grid h2,
    .brand-gallery-heading h2 {
        font-size: 44px;
    }

    .immersive-index .shell {
        justify-content: flex-start;
    }

    .application-scene {
        height: 60svh;
        min-height: 500px;
    }

    .application-detail {
        padding-bottom: 94px;
        padding-top: 78px;
    }

    .application-summary p {
        font-size: 17px;
    }

    .brand-gallery {
        padding: 96px 0 82px;
    }

    .brand-gallery-heading {
        margin-bottom: 54px;
    }

    .brand-slide {
        flex-basis: 72vw;
    }
}

@media (max-width: 640px) {
    .immersive-hero {
        min-height: 560px;
    }

    .immersive-hero-copy {
        justify-content: flex-end;
        padding-bottom: 92px;
    }

    .product-hero {
        color: var(--white);
    }

    .product-hero-media {
        object-position: 72% center;
    }

    .product-hero .scene-wash {
        background: rgba(7, 18, 27, 0.32);
    }

    .news-hero .scene-wash {
        background: rgba(8, 13, 17, 0.5);
    }

    .immersive-hero h1 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .immersive-hero p {
        font-size: 14px;
        line-height: 1.65;
        max-width: 92%;
    }

    .scene-kicker,
    .scene-heading span,
    .immersive-contact .shell > span {
        margin-bottom: 18px;
    }

    .scroll-cue {
        bottom: 28px;
    }

    .editorial-intro {
        padding: 70px 0 64px;
    }

    .editorial-grid h2,
    .brand-gallery-heading h2 {
        font-size: 34px;
    }

    .editorial-copy p {
        font-size: 15px;
        line-height: 1.75;
    }

    .range-ledger {
        grid-template-columns: 1fr;
        margin-top: 62px;
        row-gap: 0;
    }

    .range-ledger > div {
        min-height: 148px;
        padding: 18px 0;
    }

    .range-ledger > div + div {
        border-left: 0;
        padding-left: 0;
    }

    .immersive-index a {
        font-size: 13px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .application-scene {
        height: 54svh;
        min-height: 430px;
    }

    .scene-heading {
        padding-bottom: 42px;
    }

    .scene-heading h2 {
        font-size: 34px;
    }

    .application-detail {
        gap: 58px;
        padding-bottom: 68px;
        padding-top: 58px;
    }

    .application-summary p {
        font-size: 16px;
        line-height: 1.72;
    }

    .application-ranges li {
        gap: 12px;
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .application-ranges .range-text {
        font-size: 12px;
    }

    .detail-label {
        margin-bottom: 22px;
    }

    .brand-gallery {
        padding: 76px 0 64px;
    }

    .brand-rail {
        gap: 18px;
        margin-left: 22px;
        padding-right: 22px;
        scroll-padding-left: 22px;
    }

    .brand-slide {
        flex-basis: 84vw;
    }

    .brand-slide h3 {
        font-size: 21px;
    }

    .brand-slide-copy {
        padding-left: 8px;
        padding-right: 8px;
    }

    .immersive-contact,
    .immersive-contact .shell {
        min-height: 470px;
    }

    .immersive-contact h2 {
        font-size: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .parallax-media {
        transform: none !important;
        will-change: auto;
    }
}

/* Sustainability image chapters */
.sustainability-hero {
    color: var(--white);
}

.sustainability-hero .immersive-hero-copy {
    justify-content: flex-end;
    padding-bottom: 124px;
}

.sustainability-chapter {
    scroll-margin-top: calc(var(--header-height) + 54px);
}

.impact-scene {
    color: var(--white);
    height: 88svh;
    min-height: 720px;
    overflow: hidden;
    position: relative;
}

.impact-scene-copy {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 88px;
    position: relative;
    z-index: 2;
}

.energy-scene .impact-scene-copy {
    padding-bottom: 250px;
}

.impact-scene-copy > span,
.compliance-scene-copy > span {
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.impact-scene-copy h2 {
    font-size: 68px;
    font-weight: 300;
    line-height: 1.04;
    margin: 0;
}

.metric-overlay {
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    left: 50%;
    padding-bottom: 42px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.metric-overlay > div {
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    display: flex;
    flex-direction: column;
    min-height: 126px;
    padding: 18px 20px 0 0;
}

.metric-overlay > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.42);
    padding-left: 20px;
}

.metric-overlay strong {
    font-size: 28px;
    font-weight: 450;
    line-height: 1.15;
}

.metric-overlay span {
    font-size: 11px;
    line-height: 1.45;
    margin-top: auto;
    max-width: 180px;
}

.narrative-block {
    display: grid;
    gap: 10vw;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
    padding-bottom: 132px;
    padding-top: 122px;
}

.narrative-block .editorial-number {
    margin: 0;
}

.narrative-block > div {
    max-width: 800px;
}

.narrative-lead {
    font-size: 31px;
    font-weight: 350;
    line-height: 1.45;
    margin-bottom: 34px;
}

.narrative-block > div > p:not(.narrative-lead) {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.narrative-block small {
    color: #707673;
    display: block;
    font-size: 11px;
    line-height: 1.6;
    margin-top: 38px;
}

.line-list {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}

.line-list li {
    border-top: 1px solid #bdc3be;
    font-size: 14px;
    padding: 16px 0;
}

.line-list li:last-child {
    border-bottom: 1px solid #bdc3be;
}

.compliance-intro {
    background: #102f52;
    color: var(--white);
    padding: 132px 0 122px;
    scroll-margin-top: calc(var(--header-height) + 54px);
}

.compliance-intro .editorial-number {
    color: #9fc5e8;
}

.compliance-intro .editorial-copy p {
    color: rgba(255, 255, 255, 0.75);
}

.compliance-story {
    background: #f4f5f1;
}

.compliance-scene {
    color: var(--white);
    height: 70svh;
    min-height: 580px;
    overflow: hidden;
    position: relative;
}

.compliance-scene-copy {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 72px;
    position: relative;
    z-index: 2;
}

.compliance-scene-copy h2 {
    font-size: 62px;
    font-weight: 300;
    line-height: 1.08;
    margin: 0;
}

.compliance-story-light .compliance-scene {
    background: #ffffff;
}

.contain-media {
    object-fit: cover;
}

.dark-copy {
    color: var(--blue-dark);
}

.compliance-text {
    align-items: start;
    display: grid;
    gap: 9vw;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
    padding-bottom: 90px;
    padding-top: 76px;
}

.compliance-text p {
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    max-width: 820px;
}

.compliance-text > span {
    border-top: 1px solid #b7bdb8;
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    padding-top: 14px;
    text-transform: uppercase;
}

.framework-gallery {
    background: #e8ebe7;
    overflow: hidden;
    padding: 134px 0 112px;
    scroll-margin-top: calc(var(--header-height) + 54px);
}

.framework-heading {
    display: grid;
    gap: 28px 8vw;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    margin-bottom: 76px;
}

.framework-heading .editorial-number {
    grid-column: 1 / -1;
    margin-bottom: 2px;
}

.framework-heading h2 {
    font-size: 52px;
    font-weight: 350;
    line-height: 1.12;
    margin: 0;
}

.framework-heading p {
    align-self: end;
    color: var(--muted);
    line-height: 1.75;
    margin: 0;
}

.framework-rail {
    display: flex;
    gap: 30px;
    margin-left: max(44px, calc((100vw - var(--content)) / 2 + 44px));
    overflow-x: auto;
    padding: 0 44px 26px 0;
    scroll-padding-left: 44px;
    scroll-snap-type: x mandatory;
    scrollbar-color: #7a827c transparent;
    scrollbar-width: thin;
}

.framework-rail figure {
    flex: 0 0 min(850px, 66vw);
    margin: 0;
    scroll-snap-align: start;
}

.framework-rail img {
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.framework-rail figcaption {
    display: grid;
    gap: 7px 20px;
    grid-template-columns: 28px 1fr;
    padding-top: 24px;
}

.framework-rail figcaption span {
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
}

.framework-rail figcaption strong {
    font-size: 20px;
    font-weight: 600;
}

.framework-rail figcaption small {
    color: var(--muted);
    grid-column: 2;
    line-height: 1.6;
}

.framework-note {
    color: #6b716d;
    font-size: 10px;
    line-height: 1.6;
    margin-top: 48px;
}

.hse-section {
    background: #f4f5f1;
    padding: 134px 0 116px;
    scroll-margin-top: calc(var(--header-height) + 54px);
}

.hse-heading {
    display: grid;
    gap: 9vw;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    margin-bottom: 78px;
}

.hse-heading h2 {
    font-size: 50px;
    font-weight: 350;
    line-height: 1.14;
    margin: 0;
}

.hse-heading > p {
    align-self: end;
    color: var(--muted);
    line-height: 1.78;
    margin: 0;
}

.hse-principles {
    border-bottom: 1px solid #b8beb9;
    border-top: 1px solid #b8beb9;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 70px;
}

.hse-principles span {
    font-size: 12px;
    font-weight: 700;
    padding: 20px 20px 20px 0;
}

.hse-principles span + span {
    border-left: 1px solid #c7ccc8;
    padding-left: 20px;
}

@media (max-width: 1080px) {
    .impact-scene-copy h2 {
        font-size: 58px;
    }

    .metric-overlay strong {
        font-size: 23px;
    }

    .framework-heading,
    .hse-heading {
        gap: 6vw;
    }
}

@media (max-width: 900px) {
    .sustainability-hero .immersive-hero-copy {
        padding-bottom: 110px;
    }

    .impact-scene {
        height: 76svh;
        min-height: 650px;
    }

    .energy-scene {
        min-height: 790px;
    }

    .energy-scene .impact-scene-copy {
        padding-bottom: 390px;
    }

    .metric-overlay {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    .metric-overlay > div:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }

    .narrative-block,
    .framework-heading,
    .hse-heading,
    .compliance-text {
        grid-template-columns: 1fr;
    }

    .narrative-block {
        gap: 46px;
        padding-bottom: 98px;
        padding-top: 90px;
    }

    .compliance-intro {
        padding: 100px 0 90px;
    }

    .compliance-text {
        gap: 44px;
    }

    .framework-gallery,
    .hse-section {
        padding-bottom: 90px;
        padding-top: 100px;
    }

    .framework-heading,
    .hse-heading {
        margin-bottom: 58px;
    }

    .framework-rail figure {
        flex-basis: 78vw;
    }

    .hse-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hse-principles span:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .impact-scene {
        height: 66svh;
        min-height: 520px;
    }

    .energy-scene {
        height: auto;
        min-height: 820px;
    }

    .energy-scene .impact-scene-copy {
        justify-content: flex-start;
        padding-bottom: 0;
        padding-top: 104px;
    }

    .impact-scene-copy {
        padding-bottom: 44px;
    }

    .impact-scene-copy h2 {
        font-size: 42px;
    }

    .metric-overlay {
        bottom: 22px;
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }

    .metric-overlay > div {
        min-height: 86px;
        padding: 13px 0;
    }

    .metric-overlay > div + div {
        border-left: 0;
        padding-left: 0;
    }

    .metric-overlay strong {
        font-size: 20px;
    }

    .metric-overlay span {
        margin-top: 5px;
        max-width: none;
    }

    .narrative-block {
        gap: 32px;
        padding-bottom: 76px;
        padding-top: 68px;
    }

    .narrative-lead {
        font-size: 24px;
    }

    .narrative-block > div > p:not(.narrative-lead) {
        font-size: 15px;
    }

    .compliance-intro {
        padding: 76px 0 70px;
    }

    .compliance-scene {
        height: 56svh;
        min-height: 440px;
    }

    .compliance-scene-copy {
        padding-bottom: 40px;
    }

    .compliance-scene-copy h2 {
        font-size: 39px;
    }

    .compliance-text {
        gap: 34px;
        padding-bottom: 70px;
        padding-top: 58px;
    }

    .compliance-text p {
        font-size: 16px;
    }

    .framework-gallery,
    .hse-section {
        padding-bottom: 72px;
        padding-top: 78px;
    }

    .framework-heading h2,
    .hse-heading h2 {
        font-size: 36px;
    }

    .framework-rail {
        gap: 18px;
        margin-left: 22px;
        padding-right: 22px;
        scroll-padding-left: 22px;
    }

    .framework-rail figure {
        flex-basis: 86vw;
    }

    .framework-rail figcaption strong {
        font-size: 17px;
    }

    .hse-principles {
        grid-template-columns: 1fr;
    }

    .hse-principles span + span {
        border-left: 0;
        border-top: 1px solid #c7ccc8;
        padding-left: 0;
    }
}

/* Home */
.home-hero .immersive-hero-copy {
    justify-content: center;
    padding-bottom: 2vh;
}

.home-hero-media {
    object-position: center;
}

.home-hero .scene-wash {
    background: rgba(255, 255, 255, 0.12);
}

.hero-text-link,
.inline-arrow {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 28px;
    margin-top: 28px;
    padding-bottom: 10px;
    position: relative;
}

.hero-text-link::after,
.inline-arrow::after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hero-text-link b,
.inline-arrow span,
.inline-arrow b {
    font-size: 18px;
    font-weight: 400;
}

.home-overview {
    padding: 142px 0 126px;
}

.home-stat-line {
    border-bottom: 1px solid #b8beb9;
    border-top: 1px solid #b8beb9;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 94px;
}

.home-stat-line > div {
    display: flex;
    flex-direction: column;
    min-height: 152px;
    padding: 24px 22px 20px 0;
}

.home-stat-line > div + div {
    border-left: 1px solid #c8cdc9;
    padding-left: 22px;
}

.home-stat-line strong {
    color: var(--blue);
    font-size: 31px;
    font-weight: 450;
}

.home-stat-line span {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
    margin-top: auto;
    max-width: 190px;
}

.home-applications,
.home-reach,
.home-news {
    overflow: hidden;
    padding: 132px 0 112px;
}

.home-applications {
    background: #102f52;
    color: var(--white);
}

.home-section-heading {
    display: grid;
    gap: 24px 8vw;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    margin-bottom: 72px;
}

.home-section-heading .editorial-number {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.home-section-heading h2 {
    font-size: 54px;
    font-weight: 350;
    line-height: 1.1;
    margin: 0;
}

.home-section-heading p {
    align-self: end;
    color: var(--muted);
    line-height: 1.75;
    margin: 0;
}

.home-applications .editorial-number {
    color: #9fc5e8;
}

.home-applications .home-section-heading p {
    color: rgba(255, 255, 255, 0.7);
}

.home-application-rail {
    display: flex;
    gap: 26px;
    margin-left: max(44px, calc((100vw - var(--content)) / 2 + 44px));
    overflow-x: auto;
    padding: 0 44px 28px 0;
    scroll-padding-left: 44px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
    scrollbar-width: thin;
}

.home-application-rail a {
    flex: 0 0 min(520px, 43vw);
    scroll-snap-align: start;
}

.home-application-rail img {
    aspect-ratio: 5 / 4;
    height: auto;
    margin-bottom: 22px;
    object-fit: cover;
    width: 100%;
}

.home-application-rail span {
    color: #9fc5e8;
    font-size: 10px;
    font-weight: 800;
}

.home-application-rail h3 {
    font-size: 24px;
    font-weight: 450;
    margin: 8px 0 0;
}

.home-feature-scene,
.home-sustainability {
    color: var(--white);
    height: 86svh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}

.home-feature-scene .parallax-media {
    object-position: center 58%;
}

.home-feature-scene .impact-scene-copy,
.home-sustainability .impact-scene-copy {
    padding-bottom: 82px;
}

.home-feature-copy {
    background: #f4f5f1;
}

.home-manufacturing {
    background: #e8ebe7;
}

.home-manufacturing-image {
    color: var(--white);
    height: 76svh;
    min-height: 620px;
    overflow: hidden;
    position: relative;
}

.home-capacity {
    align-items: flex-start;
    border-top: 1px solid #aeb5af;
    display: flex;
    flex-direction: column;
    padding-top: 22px;
}

.home-capacity strong {
    color: var(--blue);
    font-size: 40px;
    font-weight: 400;
}

.home-capacity > span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
    margin-top: 10px;
    max-width: 310px;
}

.home-reach {
    background: #f4f5f1;
}

.home-map {
    margin-bottom: 48px;
}

.home-map img {
    height: auto;
    width: 100%;
}

.location-line {
    border-bottom: 1px solid #b8beb9;
    border-top: 1px solid #b8beb9;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.location-line span {
    font-size: 11px;
    font-weight: 700;
    padding: 18px 18px 18px 0;
}

.location-line span + span {
    border-left: 1px solid #c7ccc8;
    padding-left: 18px;
}

.home-sustainability .impact-scene-copy p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin: 26px 0 0;
    max-width: 600px;
}

.home-sustainability .outline-link {
    margin-top: 24px;
}

.home-news {
    background: #f4f5f1;
}

.news-line-list {
    border-top: 1px solid #afb6b0;
}

.news-line-list a {
    align-items: center;
    border-bottom: 1px solid #afb6b0;
    display: grid;
    gap: 24px;
    grid-template-columns: 150px 1fr 28px;
    padding: 27px 0;
}

.news-line-list a > span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.news-line-list strong {
    font-size: 18px;
    font-weight: 500;
}

.news-line-list b {
    font-size: 19px;
    font-weight: 400;
}

@media (max-width: 1080px) {
    .primary-nav {
        gap: 23px;
    }

    .home-section-heading {
        gap: 24px 6vw;
    }

    .home-stat-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-stat-line > div:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 900px) {
    .home-overview,
    .home-applications,
    .home-reach,
    .home-news {
        padding-bottom: 92px;
        padding-top: 98px;
    }

    .home-section-heading {
        grid-template-columns: 1fr;
        margin-bottom: 56px;
    }

    .home-section-heading h2 {
        font-size: 45px;
    }

    .home-application-rail a {
        flex-basis: 70vw;
    }

    .home-feature-scene,
    .home-sustainability {
        height: 72svh;
        min-height: 600px;
    }
}

@media (max-width: 640px) {
    .home-hero-media {
        object-position: 72% center;
    }

    .home-overview,
    .home-applications,
    .home-reach,
    .home-news {
        padding-bottom: 72px;
        padding-top: 78px;
    }

    .home-stat-line {
        grid-template-columns: 1fr;
        margin-top: 62px;
    }

    .home-stat-line > div {
        min-height: 126px;
        padding: 18px 0;
    }

    .home-stat-line > div + div {
        border-left: 0;
        border-top: 1px solid #c8cdc9;
        padding-left: 0;
    }

    .home-section-heading h2 {
        font-size: 36px;
    }

    .home-application-rail {
        gap: 18px;
        margin-left: 22px;
        padding-right: 22px;
        scroll-padding-left: 22px;
    }

    .home-application-rail a {
        flex-basis: 84vw;
    }

    .home-feature-scene,
    .home-sustainability {
        height: 66svh;
        min-height: 530px;
    }

    .home-manufacturing-image {
        height: 62svh;
        min-height: 500px;
    }

    .location-line {
        grid-template-columns: 1fr;
    }

    .location-line span + span {
        border-left: 0;
        border-top: 1px solid #c7ccc8;
        padding-left: 0;
    }

    .news-line-list a {
        grid-template-columns: 1fr 24px;
    }

    .news-line-list a > span {
        grid-column: 1 / -1;
    }
}

/* Company, infrastructure, contact and news */
.company-hero .scene-wash {
    background: rgba(255, 255, 255, 0.3);
}

.company-overview,
.infrastructure-intro,
.news-intro {
    padding: 112px 0 100px;
}

.company-material-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.company-material-pair figure {
    margin: 0;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.company-material-pair img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.company-material-pair figcaption {
    background: rgba(10, 22, 31, 0.78);
    bottom: 0;
    color: var(--white);
    font-size: 11px;
    font-weight: 750;
    left: 0;
    padding: 16px 24px;
    position: absolute;
    text-transform: uppercase;
}

.company-history {
    background: #102f52;
    color: var(--white);
    overflow: hidden;
    padding: 108px 0 96px;
}

.company-history-heading {
    display: grid;
    gap: 24px 8vw;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    margin-bottom: 64px;
}

.company-history-heading .editorial-number {
    color: #9fc5e8;
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.company-history-heading h2 {
    font-size: 48px;
    font-weight: 350;
    line-height: 1.1;
    margin: 0;
}

.company-history-heading p {
    align-self: end;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
    margin: 0;
}

.company-timeline {
    display: flex;
    margin-left: max(44px, calc((100vw - var(--content)) / 2 + 44px));
    overflow-x: auto;
    padding: 0 44px 32px 0;
    position: relative;
    scroll-padding-left: 44px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
    scrollbar-width: thin;
}

.company-timeline::before {
    background: rgba(255, 255, 255, 0.55);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 31px;
    width: 2420px;
}

.company-timeline article {
    flex: 0 0 270px;
    padding: 0 36px 0 0;
    position: relative;
    scroll-snap-align: start;
}

.company-timeline article::before {
    background: var(--yellow);
    border: 6px solid #102f52;
    border-radius: 50%;
    content: "";
    height: 19px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 19px;
}

.company-timeline span {
    color: #9fc5e8;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 52px;
}

.company-timeline p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.6;
    max-width: 215px;
}

.company-strengths {
    padding: 108px 0 100px;
}

.company-strengths-grid,
.contact-details-grid,
.enquiry-grid {
    display: grid;
    gap: 9vw;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.company-strengths h2,
.contact-details h2,
.enquiry-section h2 {
    font-size: 46px;
    font-weight: 350;
    line-height: 1.14;
}

.company-strengths-grid > div:last-child > p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.company-technical {
    color: var(--white);
    height: 64svh;
    min-height: 540px;
    overflow: hidden;
    position: relative;
}

.company-technical .outline-link {
    margin-top: 28px;
}

.company-technical .impact-scene-copy h2 {
    font-size: 54px;
}

.infrastructure-hero {
    color: var(--white);
}

.infrastructure-intro {
    background: #f4f5f1;
}

.infra-metrics {
    border-bottom: 1px solid #b8beb9;
    border-top: 1px solid #b8beb9;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 88px;
}

.infra-metrics > div {
    display: flex;
    flex-direction: column;
    min-height: 145px;
    padding: 22px 22px 18px 0;
}

.infra-metrics > div + div {
    border-left: 1px solid #c8cdc9;
    padding-left: 22px;
}

.infra-metrics strong {
    color: var(--blue);
    font-size: 30px;
    font-weight: 450;
}

.infra-metrics span {
    color: var(--muted);
    font-size: 11px;
    margin-top: auto;
}

.infra-image-chapter {
    color: var(--white);
    height: 78svh;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.infra-image-chapter .parallax-media {
    object-position: center;
}

.infra-copy-band {
    background: #f4f5f1;
}

.infra-copy-band.alt {
    background: #e8ebe7;
}

.trc-editorial {
    padding: 132px 0 116px;
}

.trc-services {
    display: grid;
    gap: 9vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 98px;
}

.trc-services section > span {
    color: var(--blue);
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.trc-services .line-list {
    margin-top: 0;
}

.trc-services li {
    line-height: 1.6;
}

.trc-services li strong {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.contact-hero {
    height: 68svh;
    min-height: 580px;
    overflow: hidden;
    position: relative;
}

.contact-hero-copy {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-top: var(--header-height);
    position: relative;
    z-index: 2;
}

.contact-hero-copy h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.04;
    margin-bottom: 28px;
}

.contact-hero-copy p {
    color: var(--muted);
    line-height: 1.75;
    max-width: 620px;
}

.contact-details,
.enquiry-section {
    padding: 104px 0 96px;
}

.contact-details address {
    font-style: normal;
}

.contact-details address > div,
.contact-details address > a {
    border-top: 1px solid #b8beb9;
    display: grid;
    gap: 30px;
    grid-template-columns: 130px 1fr;
    padding: 24px 0;
}

.contact-details address > :last-child {
    border-bottom: 1px solid #b8beb9;
}

.contact-details address span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-details address p,
.contact-details address strong {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
}

.contact-map iframe {
    border: 0;
    display: block;
    height: 460px;
    width: 100%;
}

.enquiry-section {
    background: #102f52;
    color: var(--white);
}

.enquiry-section .editorial-number {
    color: #9fc5e8;
}

.enquiry-section p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.75;
    max-width: 520px;
}

.enquiry-section form {
    display: grid;
    gap: 28px 24px;
    grid-template-columns: 1fr 1fr;
}

.enquiry-section label {
    display: flex;
    flex-direction: column;
}

.enquiry-section label > span {
    color: #9fc5e8;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.enquiry-section input,
.enquiry-section textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 0;
    color: var(--white);
    font: inherit;
    outline: 0;
    padding: 11px 0;
    resize: vertical;
}

.enquiry-section input:focus,
.enquiry-section textarea:focus {
    border-bottom-color: var(--yellow);
}

.enquiry-section .form-wide {
    grid-column: 1 / -1;
}

.form-submit {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--white);
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 750;
    justify-content: space-between;
    padding: 14px 0;
    width: 210px;
}

.form-submit b {
    font-size: 19px;
    font-weight: 400;
}

.news-hero {
    color: var(--white);
}

.news-archive {
    background: #e8ebe7;
    padding: 32px 0 88px;
}

.news-article {
    border-top: 1px solid #adb4ae;
    display: grid;
    gap: 8vw;
    grid-template-columns: 220px 1fr;
    padding: 46px 0 52px;
}

.news-article:last-child {
    border-bottom: 1px solid #adb4ae;
}

.news-article > div:first-child {
    display: flex;
    flex-direction: column;
}

.news-article > div:first-child span {
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
}

.news-article > div:first-child small {
    color: var(--muted);
    font-size: 11px;
    margin-top: 9px;
    text-transform: uppercase;
}

.news-article h2 {
    font-size: 28px;
    font-weight: 420;
    line-height: 1.28;
    margin-bottom: 20px;
    max-width: 880px;
}

.news-article p {
    color: var(--muted);
    line-height: 1.75;
    max-width: 850px;
}

@media (max-width: 900px) {
    .company-overview,
    .infrastructure-intro,
    .news-intro,
    .company-strengths,
    .trc-editorial,
    .contact-details,
    .enquiry-section {
        padding-bottom: 92px;
        padding-top: 98px;
    }

    .company-history-heading,
    .company-strengths-grid,
    .contact-details-grid,
    .enquiry-grid {
        grid-template-columns: 1fr;
    }

    .company-history-heading h2 {
        font-size: 42px;
    }

    .company-material-pair figure {
        min-height: 480px;
    }

    .trc-services {
        gap: 62px;
        grid-template-columns: 1fr;
    }

    .contact-hero-copy h1 {
        font-size: 52px;
    }
}

@media (max-width: 640px) {
    .company-hero {
        color: var(--white);
    }

    .company-hero-media {
        object-position: 72% center;
    }

    .company-hero .scene-wash {
        background: rgba(7, 18, 27, 0.34);
    }

    .company-overview,
    .infrastructure-intro,
    .news-intro,
    .company-strengths,
    .trc-editorial,
    .contact-details,
    .enquiry-section {
        padding-bottom: 72px;
        padding-top: 78px;
    }

    .company-material-pair {
        grid-template-columns: 1fr;
    }

    .company-material-pair figure {
        min-height: 390px;
    }

    .company-history {
        padding-bottom: 72px;
        padding-top: 78px;
    }

    .company-history-heading h2,
    .company-strengths h2,
    .contact-details h2,
    .enquiry-section h2 {
        font-size: 34px;
    }

    .company-timeline {
        margin-left: 22px;
        padding-right: 22px;
        scroll-padding-left: 22px;
    }

    .company-timeline article {
        flex-basis: 230px;
    }

    .company-technical,
    .infra-image-chapter {
        height: 64svh;
        min-height: 520px;
    }

    .infra-metrics {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }

    .infra-metrics > div {
        min-height: 115px;
        padding: 18px 0;
    }

    .infra-metrics > div + div {
        border-left: 0;
        border-top: 1px solid #c8cdc9;
        padding-left: 0;
    }

    .contact-hero {
        height: 68svh;
        min-height: 560px;
    }

    .contact-hero .parallax-media {
        object-position: 72% center;
    }

    .contact-hero-copy h1 {
        font-size: 40px;
    }

    .contact-details address > div,
    .contact-details address > a {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .contact-map iframe {
        height: 400px;
    }

    .enquiry-section form {
        grid-template-columns: 1fr;
    }

    .enquiry-section .form-wide {
        grid-column: auto;
    }

    .news-archive {
        padding-bottom: 72px;
    }

    .news-article {
        gap: 30px;
        grid-template-columns: 1fr;
        padding: 42px 0 48px;
    }

    .news-article h2 {
        font-size: 24px;
    }
}

