:root {
    --ai-cyan: #66d3dc;
    --ai-cyan-strong: #21a8bc;
    --ai-ice: #dff8f7;
    --ai-night: #071c1a;
    --ai-panel: #0d2a27;
    --ai-line: rgba(102, 211, 220, 0.24);
}

.site-header-inner {
    width: min(calc(100% - 48px), 1360px);
}

.site-nav {
    gap: 22px;
}

.hero {
    min-height: min(830px, calc(100svh - 54px));
    background: var(--ai-night);
}

.hero-media {
    object-position: 66% 46%;
    filter: saturate(0.86) contrast(1.04);
    transform: scale(1.01);
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(3, 23, 21, 0.98) 0%, rgba(3, 24, 22, 0.92) 40%, rgba(4, 31, 29, 0.45) 68%, rgba(4, 31, 29, 0.2) 100%),
        linear-gradient(0deg, rgba(4, 25, 23, 0.9) 0%, rgba(4, 25, 23, 0.08) 46%, rgba(4, 25, 23, 0.2) 100%);
}

.hero-tech-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.3;
    background-image:
        linear-gradient(rgba(102, 211, 220, 0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 211, 220, 0.13) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 58%);
    pointer-events: none;
}

.hero-content {
    z-index: 2;
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.62fr);
    gap: clamp(44px, 5.5vw, 88px);
    padding-top: 124px;
    padding-bottom: 54px;
}

.hero-copy {
    max-width: 760px;
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: rgba(223, 248, 247, 0.78);
    font-size: 13px;
    font-weight: 800;
}

.hero-kicker::before {
    width: 34px;
    height: 1px;
    background: var(--ai-cyan);
    content: "";
}

.hero-kicker span {
    color: var(--ai-cyan);
}

.hero h1 {
    margin-bottom: 8px;
    font-size: clamp(58px, 6.4vw, 82px);
    line-height: 1.08;
}

.hero-positioning {
    margin-bottom: 22px;
    color: var(--ai-cyan);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
}

.hero-lead {
    max-width: 720px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.85;
}

.hero-actions {
    margin-bottom: 28px;
}

.hero .button-primary {
    color: #04201d;
    background: var(--ai-cyan);
    border-color: var(--ai-cyan);
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
    color: #041a18;
    background: #94e8e8;
    border-color: #94e8e8;
}

.hero-ai-status {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
}

.hero-ai-status span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero-ai-status i {
    width: 7px;
    height: 7px;
    background: var(--ai-cyan);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(102, 211, 220, 0.12);
}

.hero-credentials {
    padding: 22px;
    background: rgba(5, 27, 25, 0.76);
    border-color: rgba(102, 211, 220, 0.34);
    border-radius: 4px;
    box-shadow: 0 28px 70px rgba(2, 19, 17, 0.34);
    backdrop-filter: blur(12px);
}

.hero-credentials::before {
    position: absolute;
    top: -1px;
    left: 22px;
    width: 86px;
    height: 2px;
    background: var(--ai-cyan);
    content: "";
}

.hero-credentials-heading > div > span {
    color: var(--ai-cyan);
}

.hero-credentials-mark {
    color: var(--ai-ice);
    border-color: rgba(102, 211, 220, 0.42);
}

.trust-strip {
    background: #0b2926;
    border-top: 1px solid rgba(102, 211, 220, 0.24);
}

.trust-grid div {
    position: relative;
    min-height: 100px;
    padding: 22px 20px;
    border-color: rgba(102, 211, 220, 0.16);
}

.trust-grid div::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 30px;
    height: 2px;
    background: var(--ai-cyan);
    content: "";
}

.trust-grid strong {
    color: var(--ai-cyan);
    font-size: 20px;
}

.ai-lung-band {
    position: relative;
    overflow: hidden;
    padding: 108px 0 96px;
    color: var(--site-white);
    background: var(--ai-night);
}

.ai-lung-band::before,
.ai-lung-band::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
}

.ai-lung-band::before {
    inset: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(102, 211, 220, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 211, 220, 0.09) 1px, transparent 1px);
    background-size: 54px 54px;
}

.ai-lung-band::after {
    top: 76px;
    right: 0;
    width: 22%;
    height: 1px;
    background: var(--ai-cyan);
}

.ai-lung-band .content-width {
    position: relative;
    z-index: 1;
}

.ai-lung-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 54px;
}

.eyebrow-tech {
    color: var(--ai-cyan);
}

.ai-lung-heading h2 {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--site-white);
    font-family: "Songti SC", SimSun, serif;
    font-size: 44px;
    line-height: 1.26;
}

.ai-lung-heading > p {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.68);
}

.ai-lung-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    align-items: stretch;
    gap: 22px;
}

.ai-launch-visual {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    margin: 0;
    background: #0b2926;
    border: 1px solid var(--ai-line);
    border-radius: 4px;
}

.ai-launch-visual > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
    object-position: 50% 50%;
}

.ai-launch-visual::after {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(4, 24, 22, 0.94), rgba(4, 24, 22, 0));
    content: "";
}

.ai-launch-visual figcaption {
    position: absolute;
    right: 28px;
    bottom: 26px;
    left: 28px;
    z-index: 2;
}

.ai-launch-visual figcaption span,
.ai-launch-visual figcaption strong {
    display: block;
}

.ai-launch-visual figcaption span {
    margin-bottom: 7px;
    color: var(--ai-cyan);
    font-size: 12px;
    font-weight: 800;
}

.ai-launch-visual figcaption strong {
    max-width: 620px;
    color: var(--site-white);
    font-size: 22px;
    line-height: 1.45;
}

.ai-scan-line {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(102, 211, 220, 0.92);
    box-shadow: 0 0 16px rgba(102, 211, 220, 0.8);
    animation: ai-scan 5.8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes ai-scan {
    0%,
    100% {
        opacity: 0;
        transform: translateY(30px);
    }
    16%,
    80% {
        opacity: 0.72;
    }
    86% {
        opacity: 0;
        transform: translateY(550px);
    }
}

.ai-capability-console {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: rgba(13, 42, 39, 0.84);
    border: 1px solid var(--ai-line);
    border-radius: 4px;
}

.console-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 18px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--ai-line);
}

.console-heading span {
    color: var(--ai-cyan);
    font-size: 11px;
    font-weight: 800;
}

.console-heading strong {
    grid-column: 1;
    color: var(--site-white);
    font-size: 20px;
}

.console-heading i {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    padding: 4px 8px;
    color: var(--ai-cyan);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    border: 1px solid rgba(102, 211, 220, 0.38);
    border-radius: 3px;
}

.ai-capability-grid {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-capability-grid article {
    min-height: 236px;
    padding: 28px 24px;
    border-right: 1px solid var(--ai-line);
    border-bottom: 1px solid var(--ai-line);
}

.ai-capability-grid article:nth-child(even) {
    border-right: 0;
}

.ai-capability-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.ai-capability-grid article > span {
    display: block;
    margin-bottom: 22px;
    color: var(--ai-cyan);
    font-size: 10px;
    font-weight: 800;
}

.ai-capability-grid h3 {
    margin-bottom: 10px;
    color: var(--site-white);
    font-size: 18px;
}

.ai-capability-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.8;
}

.ai-clinical-loop {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 24px 0 0;
    padding: 0;
    border: 1px solid var(--ai-line);
    list-style: none;
}

.ai-clinical-loop li {
    position: relative;
    min-width: 0;
    min-height: 112px;
    padding: 22px 22px 18px 56px;
    border-right: 1px solid var(--ai-line);
    counter-increment: ai-loop;
}

.ai-clinical-loop {
    counter-reset: ai-loop;
}

.ai-clinical-loop li:last-child {
    border-right: 0;
}

.ai-clinical-loop li::before {
    position: absolute;
    top: 22px;
    left: 20px;
    color: var(--ai-cyan);
    font-size: 11px;
    font-weight: 800;
    content: "0" counter(ai-loop);
}

.ai-clinical-loop li::after {
    position: absolute;
    top: 50%;
    right: -5px;
    z-index: 1;
    width: 8px;
    height: 8px;
    background: var(--ai-cyan);
    border-radius: 50%;
    content: "";
}

.ai-clinical-loop li:last-child::after {
    display: none;
}

.ai-clinical-loop span,
.ai-clinical-loop strong {
    display: block;
}

.ai-clinical-loop span {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
}

.ai-clinical-loop strong {
    color: var(--site-white);
    font-size: 14px;
    line-height: 1.55;
}

.innovation-band {
    padding: 104px 0;
    background: #edf5f3;
}

.innovation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) repeat(2, minmax(0, 0.81fr));
    gap: 18px;
}

.innovation-grid > a {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--site-white);
    border: 1px solid #d5e4df;
    border-radius: 6px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.innovation-grid > a:hover,
.innovation-grid > a:focus-visible {
    border-color: var(--ai-cyan-strong);
    box-shadow: 0 18px 42px rgba(10, 57, 53, 0.12);
    transform: translateY(-3px);
}

.innovation-grid figure {
    margin: 0;
    overflow: hidden;
    background: #d9e8e4;
}

.innovation-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.innovation-grid > a:hover img {
    transform: scale(1.025);
}

.innovation-feature figure {
    aspect-ratio: 16 / 9;
}

.innovation-card figure {
    aspect-ratio: 4 / 3;
}

.innovation-grid > a > div {
    flex: 1;
    padding: 24px;
}

.innovation-grid span {
    display: block;
    margin-bottom: 9px;
    color: var(--ai-cyan-strong);
    font-size: 10px;
    font-weight: 800;
}

.innovation-grid h3 {
    margin-bottom: 10px;
    color: var(--site-ink);
    font-size: 20px;
    line-height: 1.45;
}

.innovation-feature h3 {
    font-size: 24px;
}

.innovation-grid p {
    margin-bottom: 0;
    color: var(--site-muted);
    font-size: 13px;
}

.innovation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 34px;
    margin-top: 28px;
}

.followup-ai-band {
    position: relative;
    overflow: hidden;
    color: var(--site-white);
    background: #0b2422;
}

.followup-ai-band::before {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(102, 211, 220, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 211, 220, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    pointer-events: none;
}

.followup-ai-band .content-width {
    position: relative;
    z-index: 1;
}

.followup-ai-band .followup-copy h2 {
    color: var(--site-white);
    font-size: 42px;
}

.leadership-grid article.leadership-card-founder {
    grid-template-columns: minmax(220px, 54%) minmax(0, 1fr);
}

.leadership-grid article.leadership-card-founder > img {
    width: 100%;
    object-position: center center;
}

.leadership-grid article.leadership-card-founder > div {
    padding-right: 22px;
    padding-left: 22px;
}

.followup-ai-band .followup-copy > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.66);
}

.followup-ai-band .check-list li {
    color: rgba(255, 255, 255, 0.78);
    border-color: rgba(102, 211, 220, 0.16);
}

.followup-ai-band .check-list li::before {
    color: var(--ai-cyan);
}

.followup-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 28px;
}

.followup-actions .button-primary {
    color: #06201d;
    background: var(--ai-cyan);
    border-color: var(--ai-cyan);
}

.followup-actions .text-link {
    color: var(--ai-cyan);
}

.rbp-console {
    min-width: 0;
    overflow: hidden;
    background: #102f2c;
    border: 1px solid var(--ai-line);
    border-radius: 6px;
    box-shadow: 0 28px 70px rgba(0, 11, 10, 0.36);
}

.rbp-console-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 48px;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.68);
    border-bottom: 1px solid var(--ai-line);
}

.rbp-console-bar span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--site-white);
    font-size: 13px;
    font-weight: 700;
}

.rbp-console-bar i {
    width: 7px;
    height: 7px;
    background: var(--ai-cyan);
    border-radius: 50%;
}

.rbp-console-bar small {
    color: var(--ai-cyan);
    font-size: 9px;
}

.rbp-console .screenshot-frame {
    margin: 0;
    border: 0;
    box-shadow: none;
}

.rbp-console .screenshot-frame img {
    background: #f8f6f1;
}

.rbp-console .screenshot-frame figcaption {
    display: none;
}

.rbp-data-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--ai-line);
}

.rbp-data-rail span {
    min-width: 0;
    padding: 12px 10px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 10px;
    text-align: center;
    border-right: 1px solid var(--ai-line);
}

.rbp-data-rail span:last-child {
    border-right: 0;
}

.home-news-section {
    margin-top: 66px;
    padding-top: 52px;
    border-top: 1px solid var(--site-line);
}

.home-news-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 26px;
}

.home-news-heading h3 {
    margin-bottom: 0;
    color: var(--site-ink);
    font-family: "Songti SC", SimSun, serif;
    font-size: 30px;
    line-height: 1.3;
}

.home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-news-card {
    min-width: 0;
    overflow: hidden;
    background: var(--site-white);
    border: 1px solid var(--site-line);
    border-radius: 6px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-news-card:hover,
.home-news-card:focus-within {
    border-color: var(--ai-cyan-strong);
    box-shadow: 0 16px 36px rgba(15, 49, 41, 0.1);
    transform: translateY(-3px);
}

.home-news-card > a {
    display: block;
}

.home-news-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dce9e5;
}

.home-news-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.home-news-card:hover .home-news-media img {
    transform: scale(1.025);
}

.home-news-body {
    padding: 22px;
}

.home-news-body time {
    display: block;
    margin-bottom: 9px;
    color: var(--site-muted);
    font-size: 11px;
}

.home-news-body h4 {
    margin: 0;
    color: var(--site-ink);
    font-size: 17px;
    line-height: 1.55;
}

.home-news-skeleton {
    min-height: 330px;
    background:
        linear-gradient(90deg, #eef3f1 25%, #f8faf9 45%, #eef3f1 65%);
    background-size: 220% 100%;
    border: 1px solid var(--site-line);
    border-radius: 6px;
    animation: home-news-loading 1.5s ease infinite;
}

@keyframes home-news-loading {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: -100% 0;
    }
}

.home-news-error {
    grid-column: 1 / -1;
    padding: 24px;
    color: var(--site-muted);
    background: var(--site-white);
    border: 1px solid var(--site-line);
}

.can-reveal [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 560ms ease, transform 560ms ease;
}

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

@media (max-width: 1080px) {
    .site-header-inner {
        grid-template-columns: 156px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .site-brand {
        gap: 7px;
        width: 156px;
    }

    .site-brand img {
        width: 62px;
    }

    .site-brand span {
        font-size: 14px;
    }

    .site-nav {
        gap: 9px;
    }

    .site-nav a {
        font-size: 12px;
    }

    .header-contact {
        min-width: 92px;
        padding-inline: 12px;
    }

    .hero-content {
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.68fr);
        gap: 36px;
    }

    .ai-lung-stage {
        grid-template-columns: 1fr;
    }

    .ai-launch-visual,
    .ai-launch-visual > img {
        min-height: 520px;
    }

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

    .innovation-feature {
        grid-column: 1 / -1;
    }
}

@media (max-width: 980px) {
    :root {
        --site-header-height: 68px;
    }

    .site-header-inner {
        grid-template-columns: 1fr auto;
        gap: 14px;
    }

    .site-brand {
        gap: 9px;
        width: 180px;
    }

    .site-brand img {
        width: 72px;
    }

    .site-brand span {
        font-size: 16px;
    }

    .site-menu-button {
        display: block;
    }

    .site-nav {
        position: fixed;
        top: var(--site-header-height);
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        padding: 20px 22px 100px;
        color: var(--site-ink);
        background: var(--site-white);
        overflow-y: auto;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        min-height: 56px;
        font-size: 16px;
        border-bottom: 1px solid var(--site-line);
    }

    .site-nav a::after {
        display: none;
    }
}

@media (max-width: 900px) {
    .hero {
        min-height: auto;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding-top: 120px;
        padding-bottom: 54px;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-credentials {
        max-width: 760px;
    }

    .ai-lung-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ai-lung-heading h2 {
        font-size: 39px;
    }

    .ai-clinical-loop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ai-clinical-loop li:nth-child(2) {
        border-right: 0;
    }

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

    .ai-clinical-loop li:nth-child(2)::after {
        display: none;
    }

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

    .home-news-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .hero-tech-grid {
        opacity: 0.18;
        background-size: 44px 44px;
        mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
    }

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

    .hero-shade {
        background:
            linear-gradient(180deg, rgba(4, 26, 24, 0.38) 0%, rgba(4, 26, 24, 0.88) 38%, rgba(4, 26, 24, 0.98) 100%),
            rgba(4, 26, 24, 0.22);
    }

    .hero-content {
        padding-top: 100px;
        padding-bottom: 28px;
    }

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

    .hero-positioning {
        margin-bottom: 18px;
        font-size: 27px;
    }

    .hero-lead {
        font-size: 15px;
        line-height: 1.75;
    }

    .hero-ai-status {
        display: none;
    }

    .hero-credentials {
        padding: 12px;
    }

    .hero-credentials-heading {
        margin-bottom: 8px;
    }

    .hero-credentials-heading h2 {
        font-size: 17px;
    }

    .hero-credentials-mark,
    .hero-credential span,
    .hero-credential-tags {
        display: none;
    }

    .hero-credential {
        padding: 5px;
    }

    .hero-credential img {
        height: 42px;
        margin-bottom: 5px;
    }

    .hero-credential strong {
        margin-bottom: 0;
        font-size: 10px;
        line-height: 1.35;
    }

    .trust-grid span {
        font-size: 11px;
    }

    .ai-lung-band,
    .innovation-band {
        padding: 68px 0;
    }

    .ai-lung-heading {
        margin-bottom: 34px;
    }

    .ai-lung-heading h2 {
        font-size: 31px;
    }

    .ai-launch-visual,
    .ai-launch-visual > img {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .ai-launch-visual > img {
        object-position: 50% 50%;
    }

    .ai-launch-visual figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .ai-launch-visual figcaption strong {
        font-size: 17px;
    }

    .ai-scan-line {
        display: none;
    }

    .ai-capability-grid {
        grid-template-columns: 1fr;
    }

    .ai-capability-grid article {
        min-height: 0;
        padding: 22px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--ai-line);
    }

    .ai-capability-grid article:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--ai-line);
    }

    .ai-capability-grid article:last-child {
        border-bottom: 0;
    }

    .ai-capability-grid article > span {
        margin-bottom: 13px;
    }

    .ai-clinical-loop {
        grid-template-columns: 1fr;
    }

    .ai-clinical-loop li,
    .ai-clinical-loop li:nth-child(-n + 2) {
        min-height: 94px;
        border-right: 0;
        border-bottom: 1px solid var(--ai-line);
    }

    .ai-clinical-loop li:last-child {
        border-bottom: 0;
    }

    .ai-clinical-loop li::after {
        top: auto;
        right: auto;
        bottom: -5px;
        left: 22px;
        display: block;
    }

    .ai-clinical-loop li:last-child::after {
        display: none;
    }

    .innovation-grid {
        grid-template-columns: 1fr;
    }

    .innovation-feature {
        grid-column: auto;
    }

    .innovation-grid > a > div {
        padding: 20px;
    }

    .innovation-feature h3 {
        font-size: 21px;
    }

    .followup-ai-band .followup-copy h2 {
        font-size: 31px;
    }

    .followup-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rbp-console-bar {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 0;
        min-height: 58px;
    }

    .rbp-data-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rbp-data-rail span:nth-child(2) {
        border-right: 0;
    }

    .rbp-data-rail span:nth-child(-n + 2) {
        border-bottom: 1px solid var(--ai-line);
    }

    .home-news-section {
        margin-top: 46px;
        padding-top: 38px;
    }

    .home-news-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .home-news-heading h3 {
        font-size: 26px;
    }

    .home-news-grid {
        grid-template-columns: 1fr;
    }

    .home-news-card:last-child {
        grid-column: auto;
    }

    .home-news-skeleton {
        min-height: 260px;
    }

    .leadership-grid article.leadership-card-founder {
        grid-template-columns: 1fr;
    }

    .leadership-grid article.leadership-card-founder > img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ai-scan-line,
    .home-news-skeleton {
        animation: none;
    }

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