:root {
    --ink: #111b1d;
    --dark: #0b1719;
    --muted: #efeee9;
    --line: #d7d3ca;
    --rust: #b43116;
    --rust-dark: #8f260f;
    --peach: #f6dfd3;
    --text: #172123;
    --subtle: #697274;
    --white: #ffffff;
    --wrap: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--white);
    color: var(--text);
    font-family: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, textarea { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }

.topbar { background: var(--dark); color: rgba(255,255,255,.78); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.topbar__inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar nav, .main-nav { display: flex; align-items: center; gap: 30px; }

.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid #e8e5de; }
.header__inner { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 225px; text-transform: uppercase; }
.brand-mark { width: 36px; height: 36px; border: 1px solid #d4cec4; display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; padding: 7px; background: #fff; }
.brand-mark i { display: block; background: var(--rust); transform: skewY(-11deg); }
.brand strong { display: block; font-size: 16px; line-height: 1; letter-spacing: .11em; font-weight: 800; }
.brand small { display: block; margin-top: 5px; color: #7a7e7e; font-size: 8px; letter-spacing: .24em; }
.main-nav { justify-content: center; font-size: 13px; color: #20292b; }
.main-nav span { color: var(--rust); margin-left: 4px; }
.menu-btn { display: none; justify-self: end; background: transparent; border: 0; font-size: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; border: 0; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .14em; white-space: nowrap; }
.btn--primary { background: var(--rust); color: #fff; }
.btn--primary:hover { background: var(--rust-dark); }
.btn--light { background: #fff; color: var(--rust); }

.hero { position: relative; min-height: 475px; color: #fff; background-image: var(--hero); background-size: cover; background-position: center; overflow: hidden; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,19,.88), rgba(7,17,19,.48) 52%, rgba(7,17,19,.2)); }
.hero__content { position: relative; min-height: 475px; display: flex; flex-direction: column; justify-content: center; padding: 70px 0 92px; }
.crumb { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.76); margin-bottom: 28px; }
.eyebrow { margin: 0 0 15px; color: var(--rust); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .24em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 6vw, 78px); line-height: .95; letter-spacing: 0; font-weight: 800; }
.hero-copy { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.88); font-size: 19px; line-height: 1.55; }
.page-tag { position: absolute; top: 44px; right: 0; padding: 10px 16px; background: var(--peach); color: var(--rust-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hero-strip { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(8,18,20,.92); border-top: 1px solid rgba(255,255,255,.16); }
.hero-strip article { padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-strip strong { display: block; font-size: 13px; }
.hero-strip span { display: block; margin-top: 8px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; }

.section { width: var(--wrap); margin-inline: auto; padding: 92px 0; }
.section.muted { width: 100%; padding-inline: max(32px, calc((100vw - 1180px)/2)); background: var(--muted); }
.section--dark { width: 100%; padding-inline: max(32px, calc((100vw - 1180px)/2)); background: var(--dark); color: #fff; }
.section h2 { margin: 0; max-width: 740px; font-size: clamp(36px, 4vw, 54px); line-height: .98; font-weight: 800; letter-spacing: 0; }
.section h3 { margin: 0; font-size: 21px; line-height: 1.1; font-weight: 800; }
.section p { color: var(--subtle); font-size: 15px; line-height: 1.7; }
.section--dark p { color: rgba(255,255,255,.65); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: start; gap: 70px; margin-bottom: 52px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.split--reverse > :first-child { order: 1; }
.image-lock { position: relative; min-height: 420px; }
.image-lock img, .split > img { min-height: 420px; object-fit: cover; }
.accent-card, .white-card { position: absolute; right: 0; bottom: 0; width: 210px; padding: 26px; background: var(--rust); color: #fff; }
.accent-card strong { display: block; font-size: 36px; line-height: 1; }
.accent-card span, .white-card span { display: block; margin-top: 10px; font-size: 12px; line-height: 1.45; }
.white-card { background: #fff; color: var(--text); left: 0; right: auto; }
.white-card strong { color: var(--rust); font-size: 34px; }
.pills, .filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.pills span, .filters span { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #495053; font-size: 12px; }
.filters span:first-child { background: var(--rust); color: #fff; border-color: var(--rust); }
.text-link, .cap-card a, .preview-card a, .resource-grid a, .commit-grid a, .job-grid a { color: var(--rust); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

.preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.preview-card { min-height: 240px; padding: 38px 28px 34px; border: 1px solid #dfdbd3; background: #fff; position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.preview-card--image {
    color: #fff;
    background-image: linear-gradient(90deg, rgba(7,17,19,.88), rgba(7,17,19,.7) 56%, rgba(7,17,19,.42)), var(--card);
    background-size: cover;
    background-position: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.36);
}
.preview-card--dark { background: var(--dark); border-color: var(--dark); color: #fff; }
.preview-card span, .mini-grid span, .value-grid span, .stage-grid span { color: var(--rust); font-size: 10px; font-weight: 800; }
.preview-card > span { position: absolute; top: 32px; left: 28px; }
.preview-card h3 { max-width: 285px; font-size: 24px; line-height: 1.03; }
.preview-card p { max-width: 300px; margin: 14px 48px 0 0; color: var(--subtle); font-size: 12px; line-height: 1.5; font-weight: 650; }
.preview-card--image p, .preview-card--dark p { color: rgba(255,255,255,.88); }
.preview-card a { position: absolute; right: 24px; bottom: 24px; width: 32px; height: 32px; border: 1px solid currentColor; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--text); font-size: 13px; letter-spacing: 0; text-transform: none; }
.preview-card--image a, .preview-card--dark a { color: #fff; }

.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; }
.cap-card { min-height: 235px; padding: 34px 30px; border: 1px solid #e1ddd5; }
.cap-card .icon { color: var(--rust); font-size: 20px; }
.cap-card p { min-height: 56px; font-size: 13px; line-height: 1.55; }
.cap-card--dark { background: var(--dark); color: #fff; }
.cap-card--dark p { color: rgba(255,255,255,.68); }

.list-lines article, .policy-list article, .doc-list article { display: grid; grid-template-columns: 70px 1fr auto; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); align-items: center; }
.list-lines article { grid-template-columns: 42px 1fr; }
.list-lines span, .policy-list > article > span, .doc-list > article > span { color: #c2beb6; font-size: 34px; font-weight: 400; }
.policy-list a, .doc-list a { color: var(--rust); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

.band-image { min-height: 360px; display: flex; align-items: center; color: #fff; background-image: linear-gradient(90deg, rgba(7,17,19,.84), rgba(7,17,19,.36)), var(--band); background-size: cover; background-position: center; }
.band-image h2 { margin: 0; max-width: 620px; font-size: clamp(34px, 4vw, 54px); line-height: 1; }
.band-image p { max-width: 590px; color: rgba(255,255,255,.78); }
.thin-grid, .value-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.thin-grid article, .value-grid article { min-height: 128px; padding: 26px; border-right: 1px solid var(--line); }
.thin-grid h3 { font-size: 16px; }

.commit-grid, .job-grid, .resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.commit-grid article, .job-grid article, .resource-grid article { background: #fff; min-height: 290px; padding: 36px; border: 1px solid #e1ddd5; display: flex; flex-direction: column; justify-content: flex-end; }
.commit-image, .resource-grid .featured { color: #fff; background-image: linear-gradient(rgba(7,17,19,.2), rgba(7,17,19,.78)), var(--card); background-size: cover; }
.commit-image p, .resource-grid .featured span { color: rgba(255,255,255,.78); }
.resource-grid .featured { grid-column: span 1; min-height: 430px; }
.resource-grid article:not(.featured) { min-height: 430px; }
.resource-grid p, .commit-grid p, .job-grid p { color: var(--rust); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }

.stage-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.stage-grid article { min-height: 180px; padding: 35px 28px; border-right: 1px solid rgba(255,255,255,.2); }
.stage-grid h3 { margin-top: 35px; color: #fff; }
.stage-grid p { font-size: 12px; }

.detail { display: grid; grid-template-columns: 300px 1fr; gap: 66px; }
.detail aside { border-right: 1px solid var(--line); padding-right: 28px; }
.detail aside a { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.detail aside .active { color: var(--rust); font-weight: 800; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.check-grid span { display: block; padding: 16px 20px; background: rgba(255,255,255,.65); color: #384044; font-size: 13px; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-grid.four { grid-template-columns: repeat(2, 1fr); }
.mini-grid article { min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.sector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sector-grid article { min-height: 330px; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background-image: linear-gradient(rgba(7,17,19,.16), rgba(7,17,19,.75)), var(--card); background-size: cover; background-position: center; }
.sector-grid h3 { font-size: 32px; }
.sector-grid p { color: rgba(255,255,255,.84); }
.sector-grid a { text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 800; }

.form-section { display: grid; grid-template-columns: 420px 1fr; gap: 86px; align-items: start; }
.dark-panel { background: var(--dark); color: #fff; padding: 50px; }
.dark-panel p { color: rgba(255,255,255,.66); }
.dark-panel article { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); }
.dark-panel h2 { color: #fff; }
.line-form .fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.line-form input, .line-form textarea { width: 100%; min-height: 52px; border: 0; border-bottom: 1px solid #aeb4b3; background: transparent; color: var(--text); outline: none; }
.line-form textarea { min-height: 96px; padding-top: 16px; resize: vertical; }
.line-form .btn { margin-top: 34px; }

.cta { background: var(--rust); color: #fff; }
.cta .wrap { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta h2 { margin: 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.05; font-weight: 800; }
.cta p { margin: 12px 0 0; color: rgba(255,255,255,.8); }
.footer { background: var(--dark); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 70px; padding: 70px 0; }
.footer .brand strong { color: #fff; }
.footer .brand-mark { background: transparent; border: 0; padding: 3px; width: 32px; height: 32px; }
.footer h4 { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.footer a { display: block; margin: 9px 0; font-size: 12px; }
.footer p { max-width: 310px; font-size: 12px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); padding: 24px 0; font-size: 11px; color: rgba(255,255,255,.5); }

@media (max-width: 900px) {
    :root { --wrap: min(100vw - 32px, 720px); }
    .topbar nav, .header__inner > .btn, .menu-btn { display: none; }
    .header__inner { grid-template-columns: 1fr; gap: 10px; padding: 12px 0; }
    .main-nav { display: flex; justify-content: flex-start; gap: 20px; overflow-x: auto; padding-bottom: 8px; }
    .brand { min-width: 0; }
    .hero, .hero__content { min-height: 560px; }
    .page-tag { right: 0; top: 28px; }
    .hero-strip { position: relative; grid-template-columns: 1fr; }
    .hero-strip article { padding: 18px 24px; }
    .section, .section.muted, .section--dark { padding: 64px 0; width: var(--wrap); padding-inline: 0; background-clip: border-box; }
    .section.muted, .section--dark { width: 100%; padding-inline: 16px; }
    .section-head, .split, .detail, .form-section { grid-template-columns: 1fr; gap: 34px; }
    .preview-grid, .cap-grid, .commit-grid, .job-grid, .resource-grid, .sector-grid, .stage-grid, .thin-grid, .value-grid { grid-template-columns: 1fr; }
    .detail aside { border-right: 0; padding-right: 0; }
    .check-grid, .mini-grid, .line-form .fields { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .cta .wrap { align-items: flex-start; flex-direction: column; justify-content: center; padding: 36px 0; }
}

@media (max-width: 560px) {
    .hero h1 { font-size: 42px; }
    .hero-copy { font-size: 16px; }
    .section h2 { font-size: 34px; }
    .brand strong { font-size: 13px; }
    .brand small { font-size: 7px; }
    .image-lock, .image-lock img, .split > img { min-height: 310px; }
    .accent-card, .white-card { width: 170px; padding: 20px; }
    .dark-panel { padding: 30px; }
    .footer-grid, .footer-bottom { grid-template-columns: 1fr; display: grid; gap: 22px; }
}

.bi { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.main-nav a { display: inline-flex; align-items: center; gap: 6px; }
.main-nav .bi { color: var(--rust); font-size: 11px; }
.btn { gap: 9px; }
.btn .bi { font-size: 13px; }
.text-link, .cap-card a, .preview-card a, .sector-grid a, .resource-grid a, .commit-grid a, .job-grid a, .policy-list a, .doc-list a { display: inline-flex; align-items: center; gap: 7px; }
.text-link .bi, .cap-card a .bi, .preview-card a .bi, .sector-grid a .bi, .resource-grid a .bi, .commit-grid a .bi, .job-grid a .bi, .policy-list a .bi, .doc-list a .bi { font-size: 14px; transition: transform .18s ease; }
.text-link:hover .bi, .cap-card a:hover .bi, .preview-card a:hover .bi, .sector-grid a:hover .bi, .resource-grid a:hover .bi, .commit-grid a:hover .bi, .job-grid a:hover .bi, .policy-list a:hover .bi, .doc-list a:hover .bi { transform: translateX(2px); }
.check-grid span { display: flex; align-items: center; gap: 10px; }
.check-grid .bi { color: var(--rust); font-size: 14px; flex: 0 0 auto; }
.doc-icon { color: #c2beb6; font-size: 34px; }
.doc-icon .bi { font-size: 34px; }
.menu-btn .bi { font-size: 25px; color: var(--text); }

/* Home page reference styling */
.btn--outline { border: 1px solid rgba(255,255,255,.72); background: transparent; color: #fff; }
.page-home { background: #f3f0ea; }
.page-home .topbar { position: absolute; inset: 0 0 auto; z-index: 45; background: rgba(7,17,19,.94); color: rgba(255,255,255,.76); }
.page-home .site-header { position: absolute; top: 30px; left: 0; right: 0; z-index: 44; background: transparent; border-bottom: 1px solid rgba(255,255,255,.22); }
.page-home .header__inner { min-height: 70px; }
.page-home .brand { color: #fff; }
.page-home .brand small, .page-home .main-nav { color: rgba(255,255,255,.82); }
.page-home .brand-mark { background: transparent; border-color: rgba(255,255,255,.72); }
.page-home .main-nav a { font-size: 11px; }
.page-home .hero { min-height: 640px; background-position: center; }
.page-home .hero__shade { background: linear-gradient(90deg, rgba(7,17,19,.9), rgba(7,17,19,.58) 46%, rgba(7,17,19,.18)); z-index: 1; }
.page-home .hero__content { z-index: 2; min-height: 640px; justify-content: center; padding: 150px 0 142px; }
.page-home .crumb { margin-bottom: 24px; color: rgba(255,255,255,.68); }
.page-home .hero h1 { max-width: 640px; font-size: clamp(54px, 6.5vw, 86px); line-height: .9; }
.page-home .hero-copy { max-width: 565px; margin-top: 24px; font-size: 15px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions .btn { min-height: 40px; padding-inline: 22px; }
.page-home .page-tag { top: 178px; right: max(32px, calc((100vw - 1180px)/2)); z-index: 3; background: #f5ded1; }
.page-home .hero-strip { z-index: 3; max-width: 1180px; margin-inline: auto; left: max(0px, calc((100vw - 1180px)/2)); right: max(0px, calc((100vw - 1180px)/2)); background: rgba(8,18,20,.86); }
.page-home .hero-strip article { min-height: 82px; padding: 18px 24px; }
.page-home .hero-strip strong { font-size: 11px; }
.page-home .hero-strip span { font-size: 10px; }
.page-home .section { background: #fff; }
.page-home .section.muted { background: #f1eee8; }
.page-home .split { gap: 68px; }
.page-home .section h2 { font-size: clamp(34px, 4vw, 56px); }
.page-home .section p { font-size: 14px; }
.page-home .image-lock img, .page-home .split > img { min-height: 450px; }
.page-home .accent-card { right: -1px; bottom: -1px; width: 220px; padding: 28px; }
.page-home .accent-card strong::after { content: "\00b0"; font-size: .58em; vertical-align: super; }
.page-home .preview-grid { max-width: 1180px; margin-inline: auto; }
.page-home .preview-card { min-height: 255px; padding: 44px 28px 34px; }
.page-home .preview-card--image { background-image: linear-gradient(90deg, rgba(7,17,19,.88), rgba(7,17,19,.66) 58%, rgba(7,17,19,.28)), var(--card); }
.page-home .preview-card h3 { font-size: 24px; }
.page-home .preview-card p { font-size: 12px; font-weight: 600; }
.page-home .band-image { min-height: 430px; }
.page-home .thin-grid article { min-height: 130px; background: #fff; }
.page-home .commit-grid { gap: 18px; }
.page-home .commit-grid article { min-height: 390px; }

@media (max-width: 900px) {
    .page-home .topbar, .page-home .site-header { position: relative; top: auto; }
    .page-home .site-header { background: #fff; }
    .page-home .brand { color: var(--text); }
    .page-home .brand small, .page-home .main-nav { color: #20292b; }
    .page-home .hero, .page-home .hero__content { min-height: 600px; }
    .page-home .hero__content { padding: 80px 0 96px; }
    .page-home .hero::after { display: none; }
    .page-home .hero-strip { left: 0; right: 0; }
    .page-home .page-tag { top: 28px; right: 16px; }
}

.delivery-model { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr); gap: 70px; align-items: center; }
.delivery-model h2 { max-width: 560px; font-size: clamp(38px, 4.6vw, 60px); line-height: .95; }
.delivery-model__intro { max-width: 560px; margin: 26px 0 34px; font-size: 16px; line-height: 1.65; }
.delivery-model .list-lines { border-top: 1px solid var(--line); }
.delivery-model .list-lines article { grid-template-columns: 44px 1fr; gap: 24px; padding: 20px 0; }
.delivery-model .list-lines span { color: var(--rust); font-size: 12px; font-weight: 800; }
.delivery-model .list-lines strong { display: block; color: var(--text); font-size: 17px; line-height: 1.15; }
.delivery-model .list-lines p { margin: 6px 0 0; font-size: 12px; line-height: 1.45; }
.delivery-model__image { min-height: 540px; }
.delivery-model__image img { min-height: 540px; }
.delivery-model__image .white-card { left: -58px; bottom: 52px; width: 235px; padding: 30px; box-shadow: 0 18px 42px rgba(17,27,29,.12); }
.delivery-model__image .white-card strong { font-size: 48px; line-height: .9; }
.delivery-model__image .white-card span { color: var(--text); font-weight: 700; }

@media (max-width: 900px) {
    .delivery-model { grid-template-columns: 1fr; gap: 34px; }
    .delivery-model__image { min-height: 380px; }
    .delivery-model__image img { min-height: 380px; }
    .delivery-model__image .white-card { left: 0; bottom: 0; }
}

/* Home full-width white bands and Zero Harm reference layout */
.page-home main > .section:not(.muted):not(.section--dark) { width: 100%; padding-inline: max(32px, calc((100vw - 1180px)/2)); }
.page-home .zero-harm { position: relative; min-height: 520px; align-items: flex-start; background-image: linear-gradient(90deg, rgba(7,17,19,.82), rgba(7,17,19,.48) 42%, rgba(7,17,19,.16)), var(--band); background-position: center; overflow: hidden; }
.page-home .zero-harm__content { position: relative; z-index: 2; padding-top: 86px; }
.page-home .zero-harm h2 { max-width: 520px; font-size: clamp(44px, 5vw, 68px); line-height: .95; }
.page-home .zero-harm p { max-width: 610px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.65; }
.zero-harm__play { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin-top: 32px; border-radius: 50%; background: #fff; color: var(--rust); font-size: 24px; }
.zero-harm__strip { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); padding-inline: max(24px, calc((100vw - 1180px)/2)); background: rgba(7,17,19,.9); border-top: 1px solid rgba(255,255,255,.12); }
.zero-harm__strip article { min-height: 84px; padding: 24px 24px 20px; border-right: 1px solid rgba(255,255,255,.12); }
.zero-harm__strip strong { display: block; color: #fff; font-size: 13px; }
.zero-harm__strip span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.45; }

@media (max-width: 900px) {
    .page-home main > .section:not(.muted):not(.section--dark) { width: 100%; padding-inline: 16px; }
    .zero-harm__strip { position: relative; grid-template-columns: 1fr; margin-top: 40px; }
    .zero-harm__strip article, .zero-harm__strip article:first-child { padding: 20px 24px; }
}

/* Sector arrows and image commitment cards */
.thin-grid a { display: inline-flex; align-items: center; justify-content: center; margin-top: 28px; color: var(--rust); font-size: 14px; }
.commit-grid .commit-image { position: relative; overflow: hidden; color: #fff; background-image: linear-gradient(180deg, rgba(7,17,19,.1), rgba(7,17,19,.82)), var(--card); background-size: cover; background-position: center; }
.commit-grid .commit-image p { color: rgba(246,223,211,.92); }
.commit-grid .commit-image span { max-width: 315px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }
.commit-grid .commit-image a { margin-top: 18px; color: #fff; }
.commit-grid .commit-image h3 { color: #fff; }

/* Exact Zero Harm reference image crop */
.page-home .zero-harm { min-height: 500px; background-position: center 44%; background-size: cover; }
.page-home .zero-harm__content { padding-top: 78px; }
.page-home .zero-harm h2 { max-width: 500px; font-size: clamp(42px, 4.7vw, 64px); }
.page-home .zero-harm p { max-width: 570px; font-size: 15px; }
.zero-harm__play { width: 68px; height: 68px; margin-top: 30px; }
.zero-harm__strip article { min-height: 78px; padding-block: 20px 18px; }
