/* R04 overview pages only.
   Shared shell, typography, section rhythm, buttons and header/footer live in
   r04.css. This file owns the product-overview and technology-overview
   compositions defined by new_r04_products.html and new_r04_technology.html. */

.r04-products,
.r04-technology {
    overflow: clip;
    color: var(--r04-ink, #0a2a4d);
    background: var(--r04-white, #ffffff);
    isolation: isolate;
}

.r04-products *,
.r04-technology * {
    min-width: 0;
}

.r04-products img,
.r04-technology img,
.r04-products svg,
.r04-technology svg {
    max-width: 100%;
}

.r04-products figure,
.r04-technology figure {
    margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Products and solutions                                                     */
/* -------------------------------------------------------------------------- */

.r04-products-hero {
    position: relative;
    background:
        radial-gradient(circle at 84% 20%, rgba(100, 164, 207, 0.17), transparent 33%),
        linear-gradient(115deg, #ffffff 0%, #f9fbfd 48%, #eef5f9 100%);
}

.r04-products-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--r04-line, #dce6ee);
    content: "";
}

.r04-products-hero-visual {
    position: relative;
    min-height: clamp(460px, 56vw, 660px);
    overflow: hidden;
    background: #dce8ef;
    box-shadow: 0 28px 68px rgba(11, 44, 78, 0.12);
}

.r04-products-hero-picture,
.r04-products-hero-picture img {
    width: 100%;
    height: 100%;
}

.r04-products-hero-picture {
    position: absolute;
    inset: 0;
}

.r04-products-hero-picture img {
    object-fit: cover;
    object-position: 58% center;
}

.r04-products-hero-visual::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(5, 37, 67, 0.11)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 42%);
    content: "";
    pointer-events: none;
}

.r04-products-hero-topics {
    position: absolute;
    z-index: 2;
    right: clamp(18px, 3vw, 42px);
    bottom: clamp(42px, 5vw, 66px);
    left: clamp(18px, 3vw, 42px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 15px 42px rgba(5, 35, 64, 0.14);
    backdrop-filter: blur(14px);
}

.r04-products-hero-topics span {
    padding: 14px 15px;
    color: var(--r04-navy, #082b50);
    background: rgba(255, 255, 255, 0.79);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
}

.r04-products-hero-visual figcaption,
.r04-technology-hero-visual > figcaption,
.r04-business-path-media figcaption,
.r04-media-story-visual > figcaption,
.r04-engineering-trace figcaption {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.r04-products-paths {
    background: var(--r04-ice, #f5f8fb);
}

.r04-business-path-list {
    display: grid;
    margin-top: clamp(36px, 5vw, 68px);
    overflow: hidden;
    background: var(--r04-line, #dce6ee);
    border: 1px solid var(--r04-line, #dce6ee);
    gap: 1px;
}

.r04-business-path {
    display: grid;
    min-height: 292px;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    background: var(--r04-white, #ffffff);
}

.r04-business-path-media {
    position: relative;
    min-height: 292px;
    overflow: hidden;
    background: #dbe6ed;
}

.r04-business-path-picture,
.r04-business-path-picture img {
    width: 100%;
    height: 100%;
}

.r04-business-path-picture img {
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.68, 0.2, 1);
}

.r04-business-path:hover .r04-business-path-picture img,
.r04-business-path:focus-within .r04-business-path-picture img {
    transform: scale(1.025);
}

.r04-business-path-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 43, 80, 0.03), rgba(8, 43, 80, 0.16));
    content: "";
    pointer-events: none;
}

.r04-business-path-copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4.4vw, 62px) clamp(30px, 5.2vw, 78px);
}

.r04-business-path-copy h3 {
    max-width: 680px;
    margin-top: 8px;
    color: var(--r04-navy, #082b50);
    font-size: clamp(27px, 2.8vw, 42px);
    line-height: 1.12;
}

.r04-business-path-copy > p:not(.r04-kicker) {
    max-width: 720px;
    margin-top: 16px;
    color: var(--r04-text, #314c67);
    font-size: clamp(14px, 1.3vw, 17px);
    line-height: 1.75;
}

.r04-inline-topics {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 0;
    padding: 0;
    gap: 8px;
    list-style: none;
}

.r04-inline-topics li {
    padding: 7px 12px;
    color: var(--r04-blue, #315f86);
    background: #edf4f8;
    border: 1px solid #d4e2eb;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
}

.r04-business-path-copy .r04-text-link {
    margin-top: 28px;
}

.r04-products-architecture {
    background: var(--r04-white, #ffffff);
}

.r04-products-architecture .r04-section-split {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.48fr);
    align-items: center;
    gap: clamp(50px, 7vw, 112px);
}

.r04-architecture-figure {
    padding: clamp(28px, 4vw, 58px);
    background:
        linear-gradient(rgba(38, 89, 126, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(38, 89, 126, 0.055) 1px, transparent 1px),
        var(--r04-ice, #f5f8fb);
    background-size: 28px 28px;
    border: 1px solid var(--r04-line, #dce6ee);
}

.r04-architecture-diagram {
    position: relative;
    width: 100%;
}

.r04-architecture-foundation {
    position: relative;
    z-index: 2;
    width: min(500px, 72%);
    margin: 0 auto;
    padding: 22px 28px;
    color: #ffffff;
    background: var(--r04-navy, #082b50);
    box-shadow: 0 16px 32px rgba(8, 43, 80, 0.16);
    text-align: center;
}

.r04-architecture-foundation span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    letter-spacing: 0.1em;
}

.r04-architecture-foundation strong {
    font-size: clamp(16px, 1.7vw, 22px);
    font-weight: 650;
}

.r04-architecture-connectors {
    display: block;
    width: 100%;
    height: clamp(84px, 10vw, 132px);
    color: #6a96b6;
    overflow: visible;
}

.r04-architecture-connectors path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.r04-architecture-connectors circle {
    fill: var(--r04-orange, #ed5b23);
}

.r04-architecture-branches {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.r04-architecture-branches div {
    min-height: 118px;
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #d4e1ea;
    box-shadow: 0 9px 24px rgba(8, 43, 80, 0.06);
    text-align: center;
}

.r04-architecture-branches strong,
.r04-architecture-branches span {
    display: block;
}

.r04-architecture-branches strong {
    color: var(--r04-navy, #082b50);
    font-size: 15px;
}

.r04-architecture-branches span {
    margin-top: 8px;
    color: var(--r04-muted, #667d91);
    font-size: 12px;
    line-height: 1.55;
}

.r04-architecture-figure > figcaption {
    max-width: 760px;
    margin: 26px auto 0;
    color: var(--r04-muted, #667d91);
    font-size: 12px;
    line-height: 1.65;
    text-align: center;
}

.r04-products-selector {
    background: var(--r04-ice, #f5f8fb);
}

.r04-selector-list {
    margin: clamp(32px, 4vw, 58px) 0 0;
    padding: 0;
    background: var(--r04-white, #ffffff);
    border: 1px solid var(--r04-line, #dce6ee);
    list-style: none;
}

.r04-selector-list li {
    display: grid;
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 18px clamp(20px, 3vw, 42px);
    border-bottom: 1px solid var(--r04-line, #dce6ee);
}

.r04-selector-list li:last-child {
    border-bottom: 0;
}

.r04-selector-list p {
    color: var(--r04-text, #314c67);
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.55;
}

.r04-selector-list a {
    display: inline-flex;
    min-width: 230px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--r04-navy, #082b50);
    font-size: 14px;
    font-weight: 720;
}

.r04-selector-list a span {
    color: var(--r04-orange, #ed5b23);
    transition: transform 180ms ease;
}

.r04-selector-list a:hover span,
.r04-selector-list a:focus-visible span {
    transform: translateX(4px);
}

.r04-products .r04-cta {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 75% 50%, rgba(68, 131, 183, 0.27), transparent 38%),
        var(--r04-navy, #082b50);
}

.r04-products .r04-cta::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    mask-image: linear-gradient(90deg, transparent, #000 54%, #000);
    pointer-events: none;
}

.r04-products .r04-cta-inner {
    position: relative;
    z-index: 1;
}

/* -------------------------------------------------------------------------- */
/* Technology overview                                                        */
/* -------------------------------------------------------------------------- */

.r04-technology-hero {
    position: relative;
    background:
        radial-gradient(circle at 78% 38%, rgba(78, 143, 189, 0.15), transparent 31%),
        var(--r04-white, #ffffff);
}

.r04-technology-hero-visual {
    position: relative;
    min-height: clamp(470px, 52vw, 640px);
    overflow: hidden;
    background: linear-gradient(145deg, #f8fbfd, #eaf2f7);
    border: 1px solid #e1e9ef;
}

.r04-technology-hero-picture,
.r04-technology-hero-picture img {
    width: 100%;
    height: 100%;
}

.r04-technology-hero-picture {
    position: absolute;
    inset: 0;
}

.r04-technology-hero-picture img {
    object-fit: cover;
    opacity: 0.24;
    filter: saturate(0.72) contrast(0.92);
}

.r04-technology-hero-visual::after {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.74) 72%);
    content: "";
    pointer-events: none;
}

.r04-technology-loop {
    position: absolute;
    z-index: 2;
    inset: 9% 7% 12%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.r04-technology-loop > strong {
    position: relative;
    z-index: 2;
    max-width: 260px;
    padding: 16px 22px;
    color: #ffffff;
    background: var(--r04-navy, #082b50);
    box-shadow: 0 15px 34px rgba(8, 43, 80, 0.16);
    font-size: 14px;
    text-align: center;
}

.r04-technology-loop-nodes {
    position: absolute;
    z-index: 2;
    inset: 0;
}

.r04-technology-loop-nodes span {
    position: absolute;
    display: grid;
    width: clamp(92px, 9vw, 126px);
    min-height: 64px;
    place-items: center;
    padding: 12px;
    color: var(--r04-navy, #082b50);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #cbdce7;
    box-shadow: 0 12px 28px rgba(8, 43, 80, 0.08);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.r04-technology-loop-nodes span:nth-child(1) {
    top: 45%;
    left: 0;
}

.r04-technology-loop-nodes span:nth-child(2) {
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
}

.r04-technology-loop-nodes span:nth-child(3) {
    top: 45%;
    right: 0;
}

.r04-technology-loop-nodes span:nth-child(4) {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.r04-technology-loop svg {
    position: absolute;
    inset: 19% 8% 10%;
    width: 84%;
    height: 71%;
    color: #668fab;
    overflow: visible;
}

.r04-technology-loop svg path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

.r04-technology-system {
    background: var(--r04-ice, #f5f8fb);
}

.r04-closed-loop {
    margin-top: clamp(36px, 5vw, 70px);
}

.r04-closed-loop > figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.r04-closed-loop-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background: var(--r04-white, #ffffff);
    border: 1px solid var(--r04-line, #dce6ee);
}

.r04-closed-loop-track div {
    position: relative;
    min-height: 146px;
    padding: 27px 19px 22px;
    border-right: 1px solid var(--r04-line, #dce6ee);
}

.r04-closed-loop-track div:last-child {
    border-right: 0;
}

.r04-closed-loop-track div:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 44px;
    right: -8px;
    width: 14px;
    height: 14px;
    background: var(--r04-white, #ffffff);
    border-top: 1px solid #87a9bf;
    border-right: 1px solid #87a9bf;
    content: "";
    transform: rotate(45deg);
}

.r04-closed-loop-track strong,
.r04-closed-loop-track span {
    display: block;
}

.r04-closed-loop-track strong {
    color: var(--r04-navy, #082b50);
    font-size: 14px;
    line-height: 1.4;
}

.r04-closed-loop-track span {
    margin-top: 11px;
    color: var(--r04-muted, #667d91);
    font-size: 11px;
    line-height: 1.55;
}

.r04-closed-loop-return {
    position: relative;
    height: 78px;
    color: #5f88a4;
}

.r04-closed-loop-return span {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    padding: 5px 14px;
    color: var(--r04-blue, #315f86);
    background: var(--r04-ice, #f5f8fb);
    font-size: 11px;
    font-weight: 700;
    transform: translateX(-50%);
}

.r04-closed-loop-return svg {
    width: 100%;
    height: 100%;
}

.r04-closed-loop-return path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.r04-technology-connection {
    background: var(--r04-white, #ffffff);
}

.r04-technology-connection .r04-section-split,
.r04-technology-decision .r04-section-split {
    display: grid;
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
    align-items: center;
    gap: clamp(52px, 7vw, 118px);
}

.r04-semantic-map {
    display: grid;
    min-height: 470px;
    grid-template-columns: minmax(140px, 0.72fr) minmax(130px, 0.5fr) minmax(220px, 1fr);
    align-items: center;
    padding: clamp(24px, 3vw, 44px);
    background:
        linear-gradient(rgba(38, 89, 126, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(38, 89, 126, 0.05) 1px, transparent 1px),
        var(--r04-ice, #f5f8fb);
    background-size: 30px 30px;
    border: 1px solid var(--r04-line, #dce6ee);
}

.r04-semantic-map > figcaption,
.r04-decision-network > figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.r04-semantic-sources {
    display: grid;
    gap: 10px;
}

.r04-semantic-sources span {
    padding: 13px 15px;
    color: var(--r04-navy, #082b50);
    background: #ffffff;
    border: 1px solid #d3e0e9;
    box-shadow: 0 7px 18px rgba(8, 43, 80, 0.045);
    font-size: 12px;
    font-weight: 650;
}

.r04-semantic-connectors {
    width: 100%;
    height: 360px;
    color: #7098b3;
}

.r04-semantic-connectors path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.r04-semantic-world {
    padding: 32px clamp(22px, 3vw, 40px);
    color: #ffffff;
    background: var(--r04-navy, #082b50);
    box-shadow: 0 18px 46px rgba(8, 43, 80, 0.17);
}

.r04-semantic-world strong {
    display: block;
    font-size: clamp(18px, 2vw, 27px);
}

.r04-semantic-world ul {
    display: grid;
    margin: 24px 0 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.r04-semantic-world li {
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.76);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
}

.r04-technology-world {
    background: var(--r04-ice, #f5f8fb);
}

.r04-media-story {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: center;
    gap: clamp(50px, 7vw, 110px);
}

.r04-technology-world .r04-media-story-copy {
    order: -1;
}

.r04-media-story-visual {
    position: relative;
    min-height: clamp(470px, 48vw, 650px);
    overflow: hidden;
    background: #dfeaf0;
    box-shadow: 0 24px 62px rgba(8, 43, 80, 0.12);
}

.r04-media-story-picture,
.r04-media-story-picture img {
    width: 100%;
    height: 100%;
}

.r04-media-story-picture {
    position: absolute;
    inset: 0;
}

.r04-media-story-picture img {
    object-fit: cover;
}

.r04-world-legend {
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 24px;
    display: flex;
    max-width: 78%;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.r04-world-legend span {
    padding: 6px 10px;
    color: #ffffff;
    background: rgba(5, 35, 64, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 650;
}

.r04-media-story-copy > p:not(.r04-kicker) {
    margin-top: 20px;
    color: var(--r04-text, #314c67);
    line-height: 1.75;
}

.r04-feature-lines {
    margin: 30px 0 0;
    padding: 0;
    border-top: 1px solid var(--r04-line, #dce6ee);
    list-style: none;
}

.r04-feature-lines li {
    display: grid;
    grid-template-columns: minmax(105px, 0.34fr) minmax(0, 1fr);
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid var(--r04-line, #dce6ee);
}

.r04-feature-lines strong {
    color: var(--r04-navy, #082b50);
    font-size: 13px;
}

.r04-feature-lines span {
    color: var(--r04-muted, #667d91);
    font-size: 12px;
    line-height: 1.55;
}

.r04-media-story-copy .r04-text-link {
    margin-top: 28px;
}

.r04-technology-decision {
    background: var(--r04-white, #ffffff);
}

.r04-decision-network {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(71, 135, 177, 0.12), transparent 36%),
        linear-gradient(rgba(38, 89, 126, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(38, 89, 126, 0.045) 1px, transparent 1px),
        var(--r04-ice, #f5f8fb);
    background-size: auto, 30px 30px, 30px 30px, auto;
    border: 1px solid var(--r04-line, #dce6ee);
}

.r04-decision-core {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    width: 210px;
    height: 132px;
    place-content: center;
    padding: 18px;
    color: #ffffff;
    background: var(--r04-navy, #082b50);
    box-shadow: 0 18px 44px rgba(8, 43, 80, 0.2);
    text-align: center;
    transform: translate(-50%, -50%);
}

.r04-decision-core strong,
.r04-decision-core span {
    display: block;
}

.r04-decision-core strong {
    font-size: 17px;
}

.r04-decision-core span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
}

.r04-decision-network > svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: #86a8be;
}

.r04-decision-network > svg path,
.r04-decision-network > svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.r04-decision-actions {
    position: absolute;
    z-index: 2;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.r04-decision-actions li {
    position: absolute;
    width: 178px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d0dfe8;
    box-shadow: 0 9px 24px rgba(8, 43, 80, 0.07);
}

.r04-decision-actions li:nth-child(1) {
    top: 7%;
    left: 5%;
}

.r04-decision-actions li:nth-child(2) {
    top: 7%;
    right: 5%;
}

.r04-decision-actions li:nth-child(3) {
    bottom: 8%;
    left: 3%;
}

.r04-decision-actions li:nth-child(4) {
    right: 3%;
    bottom: 8%;
}

.r04-decision-actions li:nth-child(5) {
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.r04-decision-actions strong,
.r04-decision-actions span {
    display: block;
}

.r04-decision-actions strong {
    color: var(--r04-navy, #082b50);
    font-size: 13px;
}

.r04-decision-actions span {
    margin-top: 5px;
    color: var(--r04-muted, #667d91);
    font-size: 10px;
    line-height: 1.45;
}

.r04-technology-engineering {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 20%, rgba(62, 127, 179, 0.28), transparent 35%),
        var(--r04-navy, #082b50);
}

.r04-technology-engineering::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    content: "";
    pointer-events: none;
}

.r04-technology-engineering > .r04-shell {
    position: relative;
    z-index: 1;
}

.r04-engineering-domains {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: stretch;
    margin-top: clamp(38px, 5vw, 68px);
    gap: clamp(28px, 4vw, 58px);
}

.r04-engineering-domains dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.r04-engineering-domains dl > div {
    min-height: 170px;
    padding: clamp(24px, 3vw, 38px);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.r04-engineering-domains dt {
    color: #ffffff;
    font-size: 16px;
    font-weight: 680;
}

.r04-engineering-domains dd {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    line-height: 1.7;
}

.r04-engineering-trace {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: #0c365f;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.r04-engineering-picture,
.r04-engineering-picture img {
    width: 100%;
    height: 100%;
}

.r04-engineering-picture {
    position: absolute;
    inset: 0;
}

.r04-engineering-picture img {
    object-fit: cover;
    opacity: 0.74;
}

.r04-engineering-trace::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 32, 59, 0.02), rgba(6, 32, 59, 0.56));
    content: "";
}

.r04-technology-industries {
    position: relative;
    overflow: hidden;
    background: var(--r04-white, #ffffff);
}

.r04-technology-industries::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 30%;
    width: 53%;
    background:
        linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.12) 48%, rgba(255, 255, 255, 0.02) 100%),
        url("/new/assets/images/hero-industrial-operations-1440.webp") center / cover no-repeat;
    content: "";
    opacity: 0.62;
    pointer-events: none;
}

.r04-technology-industries > .r04-shell {
    position: relative;
    z-index: 1;
}

.r04-technology-industries .r04-section-heading {
    max-width: 620px;
}

.r04-industry-links {
    display: grid;
    width: min(620px, 52%);
    margin-top: clamp(36px, 5vw, 64px);
    border-top: 1px solid var(--r04-line, #dce6ee);
}

.r04-industry-links a {
    display: grid;
    min-height: 86px;
    grid-template-columns: minmax(160px, 0.6fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--r04-line, #dce6ee);
}

.r04-industry-links strong {
    color: var(--r04-navy, #082b50);
    font-size: 15px;
}

.r04-industry-links span {
    color: var(--r04-muted, #667d91);
    font-size: 12px;
    line-height: 1.5;
}

.r04-industry-links b {
    color: var(--r04-orange, #ed5b23);
    font-size: 18px;
    font-weight: 500;
    transition: transform 180ms ease;
}

.r04-industry-links a:hover b,
.r04-industry-links a:focus-visible b {
    transform: translateX(4px);
}

.r04-technology-industries .r04-section-cta {
    position: relative;
    margin-top: clamp(72px, 9vw, 126px);
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                 */
/* -------------------------------------------------------------------------- */

@media (max-width: 1120px) {
    .r04-products-hero-visual,
    .r04-technology-hero-visual {
        min-height: 500px;
    }

    .r04-business-path {
        grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    }

    .r04-products-architecture .r04-section-split,
    .r04-technology-connection .r04-section-split,
    .r04-technology-decision .r04-section-split {
        grid-template-columns: minmax(230px, 0.68fr) minmax(0, 1.32fr);
        gap: 42px;
    }

    .r04-closed-loop-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .r04-closed-loop-track div {
        border-bottom: 1px solid var(--r04-line, #dce6ee);
    }

    .r04-closed-loop-track div:nth-child(3) {
        border-right: 0;
    }

    .r04-closed-loop-track div:nth-child(n + 4) {
        border-bottom: 0;
    }

    .r04-closed-loop-track div:nth-child(3)::after {
        display: none;
    }

    .r04-semantic-map {
        grid-template-columns: minmax(126px, 0.68fr) minmax(90px, 0.36fr) minmax(190px, 0.96fr);
        padding: 24px;
    }

    .r04-media-story {
        grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.9fr);
        gap: 44px;
    }

    .r04-decision-actions li {
        width: 150px;
    }

    .r04-engineering-domains {
        grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
        gap: 28px;
    }

    .r04-technology-industries::before {
        width: 48%;
        opacity: 0.46;
    }

    .r04-industry-links {
        width: 58%;
    }
}

@media (max-width: 768px) {
    .r04-products-hero-visual,
    .r04-technology-hero-visual {
        min-height: clamp(380px, 86vw, 520px);
    }

    .r04-products-hero-topics {
        right: 18px;
        bottom: 38px;
        left: 18px;
    }

    .r04-products-hero-topics span {
        padding: 12px 8px;
        font-size: 10px;
    }

    .r04-business-path-list {
        margin-top: 30px;
    }

    .r04-business-path {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .r04-business-path-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .r04-business-path-copy {
        padding: 30px 26px 34px;
    }

    .r04-products-architecture .r04-section-split,
    .r04-technology-connection .r04-section-split,
    .r04-technology-decision .r04-section-split,
    .r04-media-story {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .r04-architecture-figure {
        padding: 26px 20px;
    }

    .r04-architecture-foundation {
        width: 100%;
    }

    .r04-architecture-connectors {
        height: 72px;
    }

    .r04-architecture-branches {
        gap: 7px;
    }

    .r04-architecture-branches div {
        min-height: 104px;
        padding: 18px 10px;
    }

    .r04-architecture-branches strong {
        font-size: 12px;
    }

    .r04-architecture-branches span {
        font-size: 10px;
    }

    .r04-selector-list li {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px;
    }

    .r04-selector-list a {
        min-width: 0;
    }

    .r04-technology-loop {
        inset: 7% 5% 10%;
    }

    .r04-technology-loop-nodes span {
        width: 100px;
        min-height: 58px;
    }

    .r04-closed-loop-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r04-closed-loop-track div,
    .r04-closed-loop-track div:nth-child(n + 4) {
        border-right: 1px solid var(--r04-line, #dce6ee);
        border-bottom: 1px solid var(--r04-line, #dce6ee);
    }

    .r04-closed-loop-track div:nth-child(even) {
        border-right: 0;
    }

    .r04-closed-loop-track div:nth-child(n + 5) {
        border-bottom: 0;
    }

    .r04-closed-loop-track div::after {
        display: none;
    }

    .r04-semantic-map {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 22px;
        gap: 22px;
    }

    .r04-semantic-sources {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r04-semantic-connectors {
        display: none;
    }

    .r04-semantic-world {
        padding: 28px;
    }

    .r04-technology-world .r04-media-story-copy {
        order: 0;
    }

    .r04-media-story-visual {
        min-height: 480px;
    }

    .r04-decision-network {
        min-height: 520px;
    }

    .r04-decision-actions li {
        width: 142px;
    }

    .r04-engineering-domains {
        grid-template-columns: 1fr;
    }

    .r04-engineering-trace {
        min-height: 360px;
    }

    .r04-technology-industries::before {
        top: 230px;
        right: -10%;
        bottom: auto;
        width: 78%;
        height: 330px;
        opacity: 0.22;
    }

    .r04-industry-links {
        width: 100%;
        margin-top: 270px;
    }

    .r04-technology-industries .r04-section-cta {
        margin-top: 70px;
    }
}

@media (max-width: 480px) {
    .r04-products-hero-visual,
    .r04-technology-hero-visual {
        min-height: 360px;
    }

    .r04-products-hero-picture img {
        object-position: 55% center;
    }

    .r04-products-hero-topics {
        right: 12px;
        bottom: 34px;
        left: 12px;
        grid-template-columns: 1fr;
    }

    .r04-products-hero-topics span {
        padding: 7px 9px;
    }

    .r04-products-hero-topics span + span {
        border-top: 1px solid rgba(8, 43, 80, 0.08);
    }

    .r04-products-hero-visual figcaption,
    .r04-technology-hero-visual > figcaption,
    .r04-business-path-media figcaption,
    .r04-media-story-visual > figcaption,
    .r04-engineering-trace figcaption {
        right: 9px;
        bottom: 7px;
        max-width: calc(100% - 18px);
        font-size: 8px;
        text-align: right;
    }

    .r04-business-path-copy {
        padding: 26px 20px 30px;
    }

    .r04-business-path-copy h3 {
        font-size: 26px;
    }

    .r04-inline-topics {
        margin-top: 20px;
    }

    .r04-architecture-figure {
        padding: 20px 14px;
    }

    .r04-architecture-connectors {
        display: none;
    }

    .r04-architecture-branches {
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

    .r04-architecture-branches div {
        min-height: 0;
        text-align: left;
    }

    .r04-architecture-figure > figcaption {
        margin-top: 18px;
        text-align: left;
    }

    .r04-selector-list a {
        width: 100%;
    }

    .r04-technology-loop > strong {
        max-width: 190px;
        padding: 13px 16px;
        font-size: 12px;
    }

    .r04-technology-loop-nodes {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: space-between;
        gap: 12px;
        padding: 6px 0;
    }

    .r04-technology-loop-nodes span,
    .r04-technology-loop-nodes span:nth-child(n) {
        position: static;
        width: auto;
        min-height: 52px;
        padding: 9px;
        font-size: 10px;
        transform: none;
    }

    .r04-technology-loop svg {
        display: none;
    }

    .r04-closed-loop-track {
        grid-template-columns: 1fr;
    }

    .r04-closed-loop-track div,
    .r04-closed-loop-track div:nth-child(n) {
        min-height: 0;
        padding: 19px;
        border-right: 0;
        border-bottom: 1px solid var(--r04-line, #dce6ee);
    }

    .r04-closed-loop-track div:last-child {
        border-bottom: 0;
    }

    .r04-closed-loop-return {
        height: 52px;
    }

    .r04-semantic-sources {
        grid-template-columns: 1fr;
    }

    .r04-media-story-visual {
        min-height: 400px;
    }

    .r04-world-legend {
        top: 14px;
        right: 14px;
        left: 14px;
        max-width: none;
        justify-content: flex-start;
    }

    .r04-feature-lines li {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .r04-decision-network {
        display: grid;
        min-height: 0;
        padding: 18px;
        gap: 16px;
    }

    .r04-decision-core {
        position: static;
        width: 100%;
        height: auto;
        min-height: 106px;
        transform: none;
    }

    .r04-decision-network > svg {
        display: none;
    }

    .r04-decision-actions {
        position: static;
        display: grid;
        gap: 8px;
    }

    .r04-decision-actions li,
    .r04-decision-actions li:nth-child(n) {
        position: static;
        width: 100%;
        transform: none;
    }

    .r04-engineering-domains dl {
        grid-template-columns: 1fr;
    }

    .r04-engineering-domains dl > div {
        min-height: 0;
    }

    .r04-engineering-trace {
        min-height: 290px;
    }

    .r04-technology-industries::before {
        top: 260px;
        right: -34%;
        width: 130%;
        height: 260px;
    }

    .r04-industry-links {
        margin-top: 220px;
    }

    .r04-industry-links a {
        min-height: 0;
        grid-template-columns: 1fr auto;
        gap: 7px 14px;
        padding: 18px 0;
    }

    .r04-industry-links span {
        grid-column: 1;
    }

    .r04-industry-links b {
        grid-row: 1 / 3;
        grid-column: 2;
    }
}

@media (max-width: 390px) {
    .r04-products-hero-visual,
    .r04-technology-hero-visual {
        min-height: 340px;
    }

    .r04-business-path-copy,
    .r04-semantic-world,
    .r04-engineering-domains dl > div {
        padding-right: 18px;
        padding-left: 18px;
    }

    .r04-inline-topics {
        gap: 6px;
    }

    .r04-inline-topics li {
        padding: 6px 9px;
        font-size: 10px;
    }

    .r04-architecture-foundation {
        padding-right: 16px;
        padding-left: 16px;
    }

    .r04-closed-loop-track strong,
    .r04-industry-links strong {
        overflow-wrap: anywhere;
    }

    .r04-media-story-visual {
        min-height: 360px;
    }

    .r04-world-legend span {
        padding: 5px 8px;
        font-size: 9px;
    }

    .r04-decision-network {
        padding: 14px;
    }

    .r04-technology-industries::before {
        top: 285px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .r04-products *,
    .r04-products *::before,
    .r04-products *::after,
    .r04-technology *,
    .r04-technology *::before,
    .r04-technology *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .r04-business-path:hover .r04-business-path-picture img,
    .r04-business-path:focus-within .r04-business-path-picture img,
    .r04-selector-list a:hover span,
    .r04-selector-list a:focus-visible span,
    .r04-industry-links a:hover b,
    .r04-industry-links a:focus-visible b {
        transform: none;
    }
}
