/*
 * Xcom Homepage V2 — Industrial Editorial
 * Intentionally isolated from the legacy .xcom-concept-* system.
 */

.xcom-home-v2 {
    --xhv2-paper: #f4f0e8;
    --xhv2-paper-deep: #e9e2d6;
    --xhv2-white: #fffdf8;
    --xhv2-pine: #123a2a;
    --xhv2-green: #0b7a3e;
    --xhv2-green-soft: #e2efe5;
    --xhv2-orange: #f26522;
    --xhv2-ink: #252824;
    --xhv2-muted: #666a64;
    --xhv2-rule: #d3cdc1;
    --xhv2-shell: 1240px;
    overflow: hidden;
    background: var(--xhv2-paper);
    color: var(--xhv2-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}

.xcom-home-v2 *,
.xcom-home-v2 *::before,
.xcom-home-v2 *::after {
    box-sizing: border-box;
}

.xcom-home-v2 :where(p, a, span, div, li, dt, dd, figcaption) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}

.xcom-home-v2 :where(h1, h2, h3, strong, b) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}

.xcom-home-v2 :where(h1, h2, h3, p, figure, dl, dd, ol) {
    margin-top: 0;
}

.xcom-home-v2 a {
    color: inherit;
    text-decoration: none;
}

.xcom-home-v2 img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.xcom-home-v2 a:focus-visible {
    outline: 3px solid var(--xhv2-orange);
    outline-offset: 4px;
}

.xhv2-shell {
    width: min(calc(100% - 44px), var(--xhv2-shell));
    margin-inline: auto;
}

.xhv2-index {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    color: var(--xhv2-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.xhv2-index > span {
    min-width: 32px;
    padding-right: 10px;
    border-right: 1px solid currentColor;
    color: var(--xhv2-orange);
    font-family: inherit !important;
}

.xhv2-hero {
    padding: 54px 0 66px;
    border-bottom: 1px solid var(--xhv2-rule);
    background: var(--xhv2-paper);
}

.xhv2-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: stretch;
}

.xhv2-hero__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 38px 0 28px;
}

.xhv2-hero h1 {
    max-width: 690px;
    margin: 30px 0 22px;
    color: var(--xhv2-pine) !important;
    font-size: clamp(44px, 4.35vw, 64px);
    font-weight: 700 !important;
    letter-spacing: -.03em;
    line-height: 1.02;
}

.xhv2-hero__lead {
    max-width: 610px;
    margin-bottom: 0;
    color: var(--xhv2-muted);
    font-size: 18px;
    line-height: 1.68;
}

.xhv2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    align-items: center;
    margin-top: 34px;
}

.xhv2-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.xhv2-button:hover {
    transform: translateY(-2px);
}

.xhv2-button--primary {
    background: var(--xhv2-orange);
    color: #fff !important;
}

.xhv2-button--primary:hover {
    background: #c8531c;
}

.xhv2-button--text {
    min-height: 42px;
    padding-inline: 0;
    border-bottom-color: var(--xhv2-green);
    color: var(--xhv2-green) !important;
}

.xhv2-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 48px 0 0;
    border-top: 1px solid var(--xhv2-rule);
    border-bottom: 1px solid var(--xhv2-rule);
}

.xhv2-metrics > div {
    padding: 18px 16px 18px 0;
}

.xhv2-metrics > div + div {
    padding-left: 16px;
    border-left: 1px solid var(--xhv2-rule);
}

.xhv2-metrics dt {
    color: var(--xhv2-pine);
    font-family: inherit !important;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1;
}

.xhv2-metrics dd {
    margin: 8px 0 0;
    color: var(--xhv2-muted);
    font-size: 11px;
    line-height: 1.35;
    text-transform: uppercase;
}

.xhv2-hero__figure {
    position: relative;
    min-height: 620px;
    margin-bottom: 0;
    overflow: hidden;
    background: var(--xhv2-paper-deep);
}

.xhv2-hero__figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xhv2-hero__figure figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 155px 1fr;
    gap: 18px;
    padding: 18px 22px;
    background: rgba(13, 43, 34, .93);
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.45;
}

.xhv2-hero__figure figcaption span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.xhv2-hero__stamp {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 74px;
    height: 74px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, .72);
    background: var(--xhv2-orange);
    color: #fff;
    font-family: inherit !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-align: center;
}

.xhv2-trust {
    padding: clamp(50px, 5.5vw, 78px) 0;
    border-bottom: 1px solid var(--xhv2-rule);
    background: var(--xhv2-white);
}

.xhv2-trust__intro {
    display: grid;
    grid-template-columns: minmax(150px, 230px) minmax(0, 1fr) minmax(260px, 380px);
    gap: 36px;
    align-items: end;
}

.xhv2-trust__eyebrow {
    margin-bottom: 4px;
    color: var(--xhv2-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.xhv2-trust h2 {
    max-width: 660px;
    margin-bottom: 0;
    color: var(--xhv2-pine) !important;
    font-size: clamp(29px, 2.7vw, 42px);
    font-weight: 700 !important;
    letter-spacing: -.03em;
    line-height: 1.08;
}

.xhv2-trust__intro > p:last-child {
    margin-bottom: 2px;
    color: var(--xhv2-muted);
    font-size: 14px;
    line-height: 1.65;
}

.xhv2-trust__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 42px 0 0;
    border-top: 1px solid var(--xhv2-pine);
    border-bottom: 1px solid var(--xhv2-rule);
}

.xhv2-trust__stats > div {
    min-width: 0;
    padding: 24px 24px 25px 0;
}

.xhv2-trust__stats > div + div {
    padding-left: 24px;
    border-left: 1px solid var(--xhv2-rule);
}

.xhv2-trust__stats dt {
    color: var(--xhv2-pine);
    font-family: inherit !important;
    font-size: clamp(29px, 3vw, 43px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1;
    text-transform: none;
}

.xhv2-stat-reveal {
    animation: xhv2-stat-reveal .55s ease-out both;
}

@keyframes xhv2-stat-reveal {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.xhv2-trust__stats > div:nth-child(2) dt {
    color: var(--xhv2-orange);
}

.xhv2-trust__stats dd {
    max-width: 245px;
    margin: 12px 0 0;
    color: var(--xhv2-muted);
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
}

.xhv2-trust__sources {
    margin: 14px 0 0;
    color: var(--xhv2-muted);
    font-size: 10px;
    line-height: 1.55;
}

.xhv2-trust__sources a {
    border-bottom: 1px solid rgba(11, 122, 62, .45);
    color: var(--xhv2-green) !important;
}

.xhv2-trust__sources span {
    margin-inline: 4px;
}

.xhv2-section {
    padding: clamp(82px, 8vw, 120px) 0;
    border-bottom: 1px solid var(--xhv2-rule);
}

.xhv2-section-head {
    display: grid;
    grid-template-columns: minmax(150px, 230px) 1fr;
    gap: 36px;
    align-items: start;
    margin-bottom: 48px;
}

.xhv2-section-head > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    gap: 38px;
    align-items: end;
}

.xhv2-section-head h2,
.xhv2-case h2,
.xhv2-human h2,
.xhv2-final-cta h2 {
    margin-bottom: 0;
    color: var(--xhv2-pine) !important;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 700 !important;
    letter-spacing: -.03em;
    line-height: 1.08;
}

.xhv2-section-head > div > p {
    margin-bottom: 2px;
    color: var(--xhv2-muted);
    font-size: 15px;
    line-height: 1.65;
}

.xhv2-catalog {
    background: var(--xhv2-white);
    padding-top: clamp(58px, 6vw, 82px);
}

.xhv2-catalog .xhv2-section-head {
    margin-bottom: 32px;
}

.xhv2-catalog__list {
    border-bottom: 1px solid var(--xhv2-rule);
}

.xhv2-category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px minmax(220px, 252px) 28px;
    gap: 18px;
    align-items: center;
    min-height: 168px;
    padding: 10px 16px 10px 0;
    border-top: 1px solid var(--xhv2-rule);
    transition: background-color .22s ease, padding .22s ease;
}

.xhv2-category:hover {
    padding-left: 18px;
    background: var(--xhv2-green-soft);
}

.xhv2-category__number,
.xhv2-category__tag {
    color: var(--xhv2-muted);
    font-family: inherit !important;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.xhv2-category__copy > strong {
    display: block;
    color: var(--xhv2-pine) !important;
    font-size: clamp(25px, 2.35vw, 34px);
    font-weight: 700 !important;
    letter-spacing: -.025em;
    line-height: 1;
}

.xhv2-category__copy > span {
    display: block;
    max-width: 600px;
    margin-top: 6px;
    color: var(--xhv2-muted);
    font-size: 14px;
    line-height: 1.5;
}

.xhv2-category > img {
    width: 100%;
    height: auto;
    max-height: 150px;
    justify-self: end;
    object-fit: contain;
    object-position: center;
    background: var(--xhv2-paper);
    filter: saturate(.84) contrast(.98);
    transition: filter .2s ease, transform .35s ease;
}

.xhv2-category:hover > img {
    filter: saturate(1) contrast(1);
    transform: scale(1.025);
}

.xhv2-category__arrow {
    color: var(--xhv2-green);
    font-size: 23px;
}

.xhv2-products-section,
.xhv2-process,
.xhv2-reading {
    background: var(--xhv2-paper);
}

.xhv2-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--xhv2-rule);
    background: var(--xhv2-rule);
}

.xhv2-product {
    min-width: 0;
    background: var(--xhv2-white);
}

.xhv2-product__media {
    display: block;
    overflow: hidden;
    background: #ebe9e3;
}

.xhv2-product__image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .4s ease;
}

.xhv2-product:hover .xhv2-product__image {
    transform: scale(1.025);
}

.xhv2-product__body {
    min-height: 208px;
    display: flex;
    flex-direction: column;
    padding: 20px 18px 18px;
}

.xhv2-product__meta {
    display: flex;
    min-height: 17px;
    justify-content: space-between;
    gap: 8px;
    color: var(--xhv2-muted);
    font-family: inherit !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.xhv2-product__meta span {
    font-family: inherit !important;
}

.xhv2-product h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 18px 0 0;
    color: var(--xhv2-ink) !important;
    font-size: 17px;
    font-weight: 700 !important;
    letter-spacing: -.015em;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.xhv2-product__price {
    margin-top: 12px;
    color: var(--xhv2-pine);
    font-family: inherit !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.xhv2-product__price :where(.amount, bdi, span) {
    color: inherit !important;
    font-family: inherit !important;
}

.xhv2-product__price del {
    opacity: .45;
}

.xhv2-product__price ins {
    text-decoration: none;
}

.xhv2-product__body > .xhv2-text-link {
    margin-top: auto;
}

.xhv2-text-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 11px;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: var(--xhv2-green) !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.xhv2-section-foot {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding-top: 24px;
    color: var(--xhv2-muted);
    font-size: 13px;
}

.xhv2-evidence {
    border-color: rgba(255, 255, 255, .13);
    background: var(--xhv2-pine);
    color: #fff;
}

.xhv2-section-head--light h2,
.xhv2-evidence .xhv2-index {
    color: #fff !important;
}

.xhv2-section-head--light > div > p {
    color: rgba(255, 255, 255, .67);
}

.xhv2-photo-journal {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: 20px;
}

.xhv2-photo-journal figure {
    margin-bottom: 0;
}

.xhv2-photo-journal__wide {
    grid-row: span 3;
}

.xhv2-photo-journal img {
    height: 184px;
    object-fit: cover;
    filter: saturate(.78) contrast(1.03);
}

.xhv2-photo-journal__wide img {
    height: 722px;
}

.xhv2-photo-journal figcaption {
    display: grid;
    grid-template-columns: 138px 1fr;
    gap: 16px;
    padding-top: 12px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.45;
}

.xhv2-photo-journal figcaption b {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.xhv2-case {
    background: var(--xhv2-white);
}

.xhv2-human__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: clamp(46px, 7vw, 96px);
    align-items: center;
}

.xhv2-case__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    grid-template-areas:
        "media heading"
        "media details";
    column-gap: clamp(46px, 7vw, 96px);
    row-gap: 26px;
    align-items: center;
}

.xhv2-case__copy {
    grid-area: heading;
    align-self: end;
}

.xhv2-case__media {
    grid-area: media;
    margin-bottom: 0;
}

.xhv2-case__details {
    grid-area: details;
    align-self: start;
}

.xhv2-case__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.xhv2-case__media figcaption,
.xhv2-human figcaption {
    padding-top: 10px;
    color: var(--xhv2-muted);
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.xhv2-case__copy .xhv2-index {
    margin-bottom: 46px;
}

.xhv2-case__meta {
    margin-bottom: 14px;
    color: var(--xhv2-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.xhv2-case__details > p {
    margin: 0;
    color: var(--xhv2-muted);
    font-size: 16px;
    line-height: 1.7;
}

.xhv2-case__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 34px 0;
    border-top: 1px solid var(--xhv2-rule);
    border-bottom: 1px solid var(--xhv2-rule);
}

.xhv2-case__facts > div {
    padding: 16px 12px 16px 0;
}

.xhv2-case__facts > div + div {
    padding-left: 12px;
    border-left: 1px solid var(--xhv2-rule);
}

.xhv2-case__facts dt {
    display: block;
    color: var(--xhv2-muted);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.xhv2-case__facts dd {
    display: block;
    margin: 7px 0 0;
    color: var(--xhv2-pine);
    font-size: 13px;
    font-weight: 700;
}

.xhv2-case__links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
}

.xhv2-text-link--secondary {
    border-bottom-color: var(--xhv2-rule);
    color: var(--xhv2-muted) !important;
}

.xhv2-text-link--secondary:hover {
    color: var(--xhv2-green) !important;
}

.xhv2-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 0;
    padding: 0;
    border-top: 1px solid var(--xhv2-pine);
    list-style: none;
}

.xhv2-timeline li {
    position: relative;
    display: block;
    padding: 30px 22px 0 0;
}

.xhv2-timeline li + li {
    padding-left: 22px;
    border-left: 1px solid var(--xhv2-rule);
}

.xhv2-timeline li::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 9px;
    height: 9px;
    background: var(--xhv2-orange);
}

.xhv2-timeline li + li::before {
    left: 22px;
}

.xhv2-timeline > li > span {
    color: var(--xhv2-orange);
    font-family: inherit !important;
    font-size: 12px;
    font-weight: 700;
}

.xhv2-timeline h3 {
    margin-bottom: 9px;
    color: var(--xhv2-pine) !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.15;
}

.xhv2-timeline p {
    margin-bottom: 0;
    color: var(--xhv2-muted);
    font-size: 13px;
    line-height: 1.55;
}

.xhv2-human {
    background: #e7dfd0;
}

.xhv2-human__grid {
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.xhv2-sales-team {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-self: center;
}

.xhv2-sales-person,
.xhv2-sales-person figure {
    margin-bottom: 0;
}

.xhv2-sales-person img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: saturate(.86) contrast(1.02);
}

.xhv2-sales-person figcaption {
    display: grid;
    gap: 3px;
    padding-top: 11px;
}

.xhv2-sales-person figcaption strong {
    color: var(--xhv2-pine) !important;
    font-size: 15px;
    line-height: 1.3;
}

.xhv2-sales-person figcaption span {
    color: var(--xhv2-muted);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.xhv2-human .xhv2-index {
    margin-bottom: 42px;
}

.xhv2-human__quote {
    max-width: 760px;
    margin: 28px 0 0;
    color: #4f514c;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.58;
}

.xhv2-sales-person__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
}

.xhv2-sales-person__actions .xhv2-button {
    width: 100%;
    min-height: 44px;
    padding-inline: 12px;
    font-size: 11px;
}

.xhv2-reading__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.xhv2-reading__grid > a {
    display: block;
    border-top: 1px solid var(--xhv2-pine);
    padding-top: 12px;
}

.xhv2-reading__grid img {
    aspect-ratio: 16 / 10;
    margin-bottom: 20px;
    object-fit: cover;
    filter: saturate(.82);
    transition: filter .25s ease;
}

.xhv2-reading__grid > a:hover img {
    filter: saturate(1);
}

.xhv2-reading__grid span {
    color: var(--xhv2-orange);
    font-family: inherit !important;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.xhv2-reading__grid h3 {
    margin: 12px 0 0;
    color: var(--xhv2-pine) !important;
    font-size: 22px;
    font-weight: 700 !important;
    letter-spacing: -.02em;
    line-height: 1.12;
}

.xhv2-reading__grid p {
    margin: 12px 0 0;
    color: var(--xhv2-muted);
    font-size: 14px;
    line-height: 1.55;
}

.xhv2-final-cta {
    padding: clamp(38px, 4vw, 56px) 0;
    border-top: 1px solid var(--xhv2-rule);
    background: var(--xhv2-paper-deep);
    color: var(--xhv2-ink);
}

.xhv2-final-cta__grid {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 230px;
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.xhv2-final-cta h2 {
    color: var(--xhv2-pine) !important;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.05;
}

.xhv2-final-cta p:not(.xhv2-index) {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--xhv2-muted);
    font-size: 14px;
    line-height: 1.5;
}

.xhv2-final-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: stretch;
    text-align: center;
}

.xhv2-button--factory {
    border-color: rgba(18, 58, 42, .45);
    background: transparent;
    color: var(--xhv2-pine) !important;
}

.xhv2-button--factory:hover {
    border-color: var(--xhv2-green);
    background: var(--xhv2-green);
    color: #fff !important;
}

@media (max-width: 980px) {
    .xhv2-hero__grid,
    .xhv2-human__grid {
        grid-template-columns: 1fr;
    }

    .xhv2-case__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "heading"
            "media"
            "details";
    }

    .xhv2-hero__copy {
        padding-bottom: 0;
    }

    .xhv2-trust__intro {
        grid-template-columns: 1fr 1fr;
        gap: 18px 32px;
    }

    .xhv2-trust__eyebrow {
        grid-column: 1 / -1;
    }

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

    .xhv2-trust__stats > div:nth-child(3) {
        padding-left: 0;
        border-top: 1px solid var(--xhv2-rule);
        border-left: 0;
    }

    .xhv2-trust__stats > div:nth-child(4) {
        border-top: 1px solid var(--xhv2-rule);
    }

    .xhv2-human__copy {
        order: -1;
    }

    .xhv2-hero h1 {
        max-width: 820px;
        font-size: clamp(44px, 6.5vw, 60px);
    }

    .xhv2-hero__lead {
        max-width: 760px;
    }

    .xhv2-hero__figure {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .xhv2-section-head,
    .xhv2-final-cta__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .xhv2-section-head > div {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    }

    .xhv2-category {
        grid-template-columns: 40px minmax(0, 1fr) 100px 184px 24px;
        gap: 18px;
    }

    .xhv2-category > img {
        max-height: 132px;
    }

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

    .xhv2-photo-journal {
        grid-template-columns: 1fr 1fr;
    }

    .xhv2-photo-journal__wide {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .xhv2-photo-journal__wide img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .xhv2-photo-journal > figure:not(.xhv2-photo-journal__wide):last-child {
        grid-column: 1 / -1;
    }

    .xhv2-photo-journal > figure:not(.xhv2-photo-journal__wide):last-child img {
        height: 300px;
    }

    .xhv2-case__copy,
    .xhv2-human__grid > div {
        max-width: 820px;
    }

    .xhv2-human figure {
        max-width: 520px;
    }

    .xhv2-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 42px;
    }

    .xhv2-timeline li:nth-child(3) {
        border-left: 0;
    }

    .xhv2-reading__grid {
        gap: 20px;
    }

    .xhv2-final-cta__grid {
        max-width: 820px;
        margin-inline: auto;
    }

    .xhv2-final-cta__actions {
        max-width: 320px;
        align-items: stretch;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .xhv2-shell {
        width: min(calc(100% - 32px), var(--xhv2-shell));
    }

    .xhv2-hero {
        padding: 36px 0 44px;
    }

    .xhv2-hero__grid {
        gap: 36px;
    }

    .xhv2-hero__copy {
        padding-top: 8px;
    }

    .xhv2-index {
        font-size: 10px;
    }

    .xhv2-hero h1 {
        margin: 26px 0 20px;
        font-size: clamp(34px, 9.8vw, 43px);
        line-height: 1.04;
    }

    .xhv2-hero__lead {
        font-size: 15px;
        line-height: 1.62;
    }

    .xhv2-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .xhv2-button {
        width: 100%;
    }

    .xhv2-button--text {
        justify-content: space-between;
    }

    .xhv2-metrics {
        margin-top: 34px;
    }

    .xhv2-metrics > div,
    .xhv2-metrics > div + div {
        padding: 14px 8px;
    }

    .xhv2-metrics > div:first-child {
        padding-left: 0;
    }

    .xhv2-metrics dt {
        font-size: 17px;
    }

    .xhv2-metrics dd {
        font-size: 8px;
    }

    .xhv2-hero__figure {
        aspect-ratio: 4 / 5;
    }

    .xhv2-hero__figure figcaption {
        grid-template-columns: 1fr;
        gap: 3px;
        padding: 14px 16px;
        font-size: 11px;
    }

    .xhv2-trust {
        padding: 48px 0 52px;
    }

    .xhv2-trust__intro {
        display: block;
    }

    .xhv2-trust h2 {
        margin-top: 18px;
        font-size: 29px;
        line-height: 1.1;
    }

    .xhv2-trust__intro > p:last-child {
        margin-top: 17px;
        font-size: 13px;
    }

    .xhv2-trust__stats {
        margin-top: 30px;
    }

    .xhv2-trust__stats > div,
    .xhv2-trust__stats > div + div {
        min-height: 142px;
        padding: 18px 12px 18px 0;
    }

    .xhv2-trust__stats > div:nth-child(even) {
        padding-right: 0;
        padding-left: 14px;
    }

    .xhv2-trust__stats dt {
        font-size: clamp(25px, 7.5vw, 31px);
    }

    .xhv2-trust__stats dd {
        margin-top: 9px;
        font-size: 10px;
        line-height: 1.45;
    }

    .xhv2-trust__sources {
        margin-top: 12px;
        font-size: 9px;
    }

    .xhv2-hero__stamp {
        top: 12px;
        right: 82px;
        width: 60px;
        height: 60px;
        font-size: 9px;
    }

    .xhv2-section {
        padding: 68px 0;
    }

    .xhv2-catalog {
        padding-top: 52px;
    }

    .xhv2-catalog .xhv2-section-head {
        margin-bottom: 20px;
    }

    .xhv2-section-head {
        margin-bottom: 24px;
    }

    .xhv2-section-head > div {
        display: block;
    }

    .xhv2-section-head h2,
    .xhv2-case h2,
    .xhv2-human h2,
    .xhv2-final-cta h2 {
        font-size: 31px;
        line-height: 1.1;
    }

    .xhv2-section-head > div > p {
        margin-top: 16px;
        font-size: 14px;
    }

    .xhv2-category {
        grid-template-columns: minmax(0, 1fr) 1fr 24px;
        grid-template-areas:
            "copy copy arrow"
            "image image image"
            "tag tag tag";
        gap: 12px 10px;
        padding: 22px 0;
    }

    .xhv2-category:hover {
        padding-inline: 10px;
    }

    .xhv2-category__copy { grid-area: copy; }
    .xhv2-category__tag { grid-area: tag; }
    .xhv2-category > img {
        grid-area: image;
        width: 100%;
        height: auto;
        max-height: 210px;
        margin-top: 3px;
        justify-self: stretch;
    }
    .xhv2-category__arrow { grid-area: arrow; align-self: start; }

    .xhv2-category__copy > strong {
        font-size: 25px;
    }

    .xhv2-category__copy > span {
        font-size: 13px;
    }

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

    .xhv2-product__body {
        min-height: 196px;
        padding: 14px 12px;
    }

    .xhv2-product__meta {
        display: block;
        font-size: 8px;
    }

    .xhv2-product__meta span + span {
        display: none;
    }

    .xhv2-product h3 {
        margin-top: 14px;
        font-size: 15px;
    }

    .xhv2-product__price {
        font-size: 13px;
    }

    .xhv2-product__body > .xhv2-text-link {
        font-size: 11px;
    }

    .xhv2-section-foot {
        display: grid;
        gap: 16px;
    }

    .xhv2-photo-journal {
        grid-template-columns: 1fr;
    }

    .xhv2-photo-journal__wide,
    .xhv2-photo-journal > figure:not(.xhv2-photo-journal__wide):last-child {
        grid-column: auto;
    }

    .xhv2-photo-journal img,
    .xhv2-photo-journal__wide img,
    .xhv2-photo-journal > figure:not(.xhv2-photo-journal__wide):last-child img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .xhv2-photo-journal figcaption {
        grid-template-columns: 120px 1fr;
        font-size: 10px;
    }

    .xhv2-case__grid,
    .xhv2-human__grid {
        gap: 42px;
    }

    .xhv2-case__copy .xhv2-index,
    .xhv2-human .xhv2-index {
        margin-bottom: 30px;
    }

    .xhv2-case__facts {
        grid-template-columns: 1fr;
    }

    .xhv2-case__facts > div,
    .xhv2-case__facts > div + div {
        padding: 12px 0;
        border-left: 0;
    }

    .xhv2-case__facts > div + div {
        border-top: 1px solid var(--xhv2-rule);
    }

    .xhv2-case__links {
        display: grid;
        justify-items: start;
    }

    .xhv2-timeline {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .xhv2-timeline li,
    .xhv2-timeline li + li {
        min-height: 132px;
        padding: 25px 0 24px;
        border-left: 0;
        border-bottom: 1px solid var(--xhv2-rule);
    }

    .xhv2-timeline li + li::before {
        left: 0;
    }

    .xhv2-human__quote {
        font-size: 18px;
    }

    .xhv2-sales-team {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .xhv2-sales-person img {
        aspect-ratio: 1 / 1;
    }

    .xhv2-sales-person figcaption strong {
        font-size: 13px;
    }

    .xhv2-sales-person figcaption span {
        font-size: 9px;
    }

    .xhv2-sales-person__actions {
        grid-template-columns: minmax(0, 1fr) minmax(108px, .58fr);
    }

    .xhv2-sales-person__actions .xhv2-button {
        min-width: 0;
        padding-inline: 10px;
        font-size: 11px;
    }

    .xhv2-reading__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .xhv2-reading__grid h3 {
        font-size: 22px;
    }

    .xhv2-final-cta {
        padding: 38px 0 42px;
    }

    .xhv2-final-cta__grid {
        gap: 18px;
    }

    .xhv2-final-cta h2 {
        font-size: 28px;
        line-height: 1.08;
    }

    .xhv2-final-cta__actions {
        max-width: none;
    }
}

/* Compact category grid: visual product families are faster to scan than rows. */
.xhv2-catalog__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    border: 0;
}

.xhv2-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    padding: 14px 12px 16px;
    overflow: hidden;
    border: 1px solid transparent;
    background: #f6f5f3;
    text-align: center;
    transition: transform .22s ease, background-color .22s ease, border-color .22s ease;
}

.xhv2-category:hover {
    padding: 14px 12px 16px;
    border-color: rgba(11, 122, 62, .25);
    background: var(--xhv2-green-soft);
    transform: translateY(-3px);
}

.xhv2-category > img {
    order: 1;
    width: 100%;
    height: 142px;
    max-height: none;
    margin: 0 0 12px;
    background: transparent;
    object-fit: contain;
}

.xhv2-category__copy {
    order: 2;
}

.xhv2-category__copy > strong {
    font-size: 16px;
    line-height: 1.25;
}

.xhv2-category__copy > span,
.xhv2-category__arrow {
    display: none;
}

.xhv2-category__tag {
    order: 3;
    display: block;
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: .03em;
    line-height: 1.3;
}

@media (max-width: 1100px) {
    .xhv2-catalog__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .xhv2-catalog__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .xhv2-category,
    .xhv2-category:hover {
        padding: 12px 10px 14px;
        transform: none;
    }

    .xhv2-category > img {
        height: 112px;
        margin-bottom: 9px;
    }

    .xhv2-category__copy > strong {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .xcom-home-v2 *,
    .xcom-home-v2 *::before,
    .xcom-home-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
