@charset "UTF-8";

:root {
    --ink: #142247;
    --lime: #c7d7ff;
    --text: #233354;
    --muted: #66728a;
    --line: #dce3f1;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px
}

body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
p {
    margin: 0
}

h1,
h2,
h3,
h4 {
    font-family: Manrope, 'DM Sans', Arial, sans-serif
}

h2 {
    font-size: clamp(2rem, 3.3vw, 2.85rem);
    line-height: 1.22;
    font-weight: 500;
    letter-spacing: -.055em
}

h3 {
    font-weight: 550;
    letter-spacing: -.03em
}

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

button {
    font: inherit;
    cursor: pointer
}

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

button:focus-visible,
a:focus-visible,
summary:focus-visible {
    outline: 3px solid #455ea3;
    outline-offset: 5px
}

img {
    max-width: 100%
}

svg {
    display: block
}

::selection {
    background: var(--lime);
    color: var(--ink)
}

.wrap {
    width: min(1240px, calc(100% - 100px));
    margin-inline: auto
}

.section {
    padding: 92px 0
}

.body-copy {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--muted)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 17px 23px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: .875rem;
    font-weight: 650;
    transition: transform .2s, background .2s, box-shadow .2s
}

.button>span {
    font-size: 1.25rem;
    line-height: 1
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px #030b2215
}

.dark-button {
    background: var(--ink);
    color: #fff
}

.dark-button:hover {
    background: #252f4b
}

.hero {
    background: var(--ink);
    color: #f3f5fb;
    position: relative;
    overflow: hidden
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#b4bdd407 1px, transparent 1px), linear-gradient(90deg, #b4bdd407 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, transparent, #000)
}

.hero>.wrap {
    position: relative
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 67px 0 52px
}

.hero h1 {
    font-size: clamp(3.6rem, 5.5vw, 5.2rem);
    font-weight: 500;
    line-height: 1.055;
    letter-spacing: -.063em;
    margin-top: 20px
}

.hero h1 em {
    font-style: normal;
    color: var(--lime)
}

.hero-description {
    max-width: 450px;
    margin: 25px 0 28px;
    color: #afb8cf;
    line-height: 1.9;
    font-size: 1rem
}

.hero-stage {
    position: relative;
    min-height: 470px;
    background: radial-gradient(ellipse at 50% 43%, #7f92c825, transparent 67%)
}

.stage-label {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #8592b6;
    font-size: .625rem;
    letter-spacing: .09em;
    position: absolute;
    top: 0;
    width: 100%
}

.stage-label>span:last-child {
    margin-left: auto
}

.square {
    display: inline-block;
    border: 1px solid #7483ac;
    width: 6px;
    height: 6px
}

.orbit {
    position: absolute;
    border: 1px solid #95a7d822;
    border-radius: 50%;
    width: 375px;
    height: 375px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%)
}

.orbit-two {
    width: 325px;
    height: 325px;
    top: 60px;
    border-color: #95a7d816
}

.orbit-three {
    width: 425px;
    height: 425px;
    top: 10px;
    border-style: dashed;
    border-color: #95a7d812
}

.device-crop {
    width: 100%;
    height: 307px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    left: 0;
    transform: rotate(-7deg);
    filter: drop-shadow(0 25px 18px #0004)
}

.device-crop img {
    display: block;
    width: 100%;
    height: auto
}

.financials {
    padding: 70px 0 0
}

@media(min-width:1550px) {
    .hero-layout {
        padding-top: 80px;
        padding-bottom: 75px
    }
}

@media(max-width:1050px) {
    .wrap {
        width: calc(100% - 64px)
    }

    .hero h1 {
        font-size: 4rem
    }

    .hero-stage {
        min-height: 430px
    }

    .device-crop {
        top: 50px;
        height: 260px
    }
}

@media(max-width:760px) {
    .wrap {
        width: calc(100% - 40px)
    }

    .section {
        padding: 62px 0
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 47px 0 31px
    }

    .hero h1 {
        font-size: clamp(3.5rem, 10vw, 5rem)
    }

    .hero-description {
        font-size: 1rem;
        max-width: 500px
    }

    .hero-stage {
        min-height: 400px;
        max-width: 500px;
        width: 100%;
        margin: auto
    }

    .device-crop {
        top: 30px;
        height: 285px
    }

    .orbit {
        width: 330px;
        height: 330px;
        top: 20px
    }

    .orbit-two {
        width: 280px;
        height: 280px;
        top: 45px
    }

    .orbit-three {
        width: 370px;
        height: 370px;
        top: 0
    }
}

@media(max-width:380px) {
    .wrap {
        width: calc(100% - 32px)
    }

    .hero h1 {
        font-size: 3.25rem
    }

    .device-crop {
        height: 205px
    }

    .hero-stage {
        min-height: 360px
    }

    .hero-stage .orbit-three {
        width: 330px;
        height: 330px
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

/* Market comparisons */
.markets-section {
    background: #142247;
    color: #edf0f8
}

.markets-section .body-copy {
    color: #9aa5c3
}

.market-note {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: .75rem;
    line-height: 1.8;
    color: #8693b7;
    margin-top: 27px
}

.market-note>span {
    font-size: 1rem;
    line-height: 1.4
}

/* Ten investment reasons and development pipeline */
.reasons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    align-items: start
}

.reason {
    border-bottom: 1px solid var(--line)
}

summary {
    list-style: none;
    cursor: pointer
}

summary::-webkit-details-marker {
    display: none
}

.reason summary {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 24px 0
}

.reason-number {
    font-size: .8125rem;
    font-variant-numeric: tabular-nums;
    color: #6878a5;
    flex-shrink: 0
}

.reason h3 {
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 550
}

.toggle-icon {
    height: 15px;
    width: 15px;
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
    color: #6475a2
}

.toggle-icon::before,
.toggle-icon::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 1px;
    width: 13px;
    height: 1px;
    background: currentColor
}

.toggle-icon::after {
    transform: rotate(90deg);
    transition: transform .2s
}

details[open]>summary .toggle-icon::after {
    transform: rotate(0)
}

.reason>p {
    font-size: 1rem;
    line-height: 1.85;
    color: #596994;
    padding: 0 0 24px 35px
}

.reason>p a {
    color: #3d4b72
}

.reason[open] h3 {
    color: #35436b
}

.reason summary:hover h3 {
    color: #465889
}

/* Leadership */

.quote-card {
    margin: 0;
    background: #f0f2f6;
    border: 1px solid #d8dce8;
    border-radius: 8px;
    padding: 30px 33px
}

.quote-mark {
    display: block;
    font-size: 4rem;
    font-family: Georgia, serif;
    line-height: .85;
    color: #7887b1;
    margin: 2px 0 14px
}

.quote-card blockquote {
    margin: 0;
    font-family: Manrope, sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: -.025em;
    color: #36405b
}

.quote-card figcaption {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 29px
}

.quote-card figcaption strong {
    font-size: .875rem;
    font-weight: 550;
    display: block
}

.quote-card figcaption div>span {
    font-size: .75rem;
    color: #5c6d9a;
    display: block;
    margin-top: 4px
}

.green-quote {
    background: #dee3f0;
    border-color: #cdd4e7
}

.team-member {
    border-bottom: 1px solid var(--line)
}

.team-member:first-child summary {
    padding-top: 0
}

.team-member summary {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 24px 0
}

.team-name>strong {
    font-size: 1.1rem;
    font-weight: 500;
    display: block
}

.team-name>small {
    display: block;
    color: #6272a0;
    font-size: .8125rem;
    line-height: 1.5;
    margin-top: 5px
}

.bio {
    padding: 0 0 26px 60px
}

.bio p {
    font-size: 1rem;
    line-height: 1.9;
    color: #5a6a97
}

.bio p+p {
    margin-top: 13px
}

/* Latest news, closing section and reference notes */
.news-section {
    background: #eef0f6
}

.news-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: .75rem;
    letter-spacing: .05em;
    color: #5d6e9b
}

.news-category>span {
    font-size: 1.2rem;
    color: #5e6f9e
}

.news-read {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-size: .8125rem;
    margin-top: auto;
    padding-top: 30px;
    color: #54628b
}

.news-read>span {
    font-size: 1.2rem
}

.closing-section {
    padding-bottom: 28px
}

.closing-panel {
    position: relative;
    overflow: hidden;
    padding: 54px 60px 58px;
    background: #ced6ed;
    border: 1px solid #c9d1e7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.closing-copy {
    position: relative;
    z-index: 1;
    max-width: 660px
}

.closing-copy h2 {
    font-size: clamp(2.1rem, 3.8vw, 3.3rem);
    line-height: 1.2;
    margin-top: 20px
}

.closing-copy h2>span {
    color: #54638d
}

.closing-copy>p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.85;
    color: #515f87;
    margin: 23px 0 27px;
    max-width: 520px
}

.closing-arrow {
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 14rem;
    line-height: 1;
    color: #7b8dbd;
    transform: translate(-8px, 10px);
    opacity: .55
}

.closing-lines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-50deg, transparent 0px, transparent 79px, #8190ba20 79px, #8190ba20 80px);
    mask-image: linear-gradient(90deg, transparent, #000)
}

/* Type size and image presentation */

.stage-label {
    font-size: .75rem
}

.device-crop {
    height: auto;
    aspect-ratio: 1.72
}

.hero-stage {
    min-height: 485px
}

.reveal {
    transition: opacity .6s ease, transform .6s ease
}

.reveal.pending {
    opacity: 0;
    transform: translateY(20px)
}

/* Tablet */
@media(max-width:1150px) {

    .closing-panel {
        padding: 45px
    }

    .closing-arrow {
        font-size: 11rem
    }

    .quote-card {
        padding: 27px
    }

    .quote-card blockquote {
        font-size: 1.1rem
    }
}

@media(max-width:900px) {

    .reasons-grid {
        column-gap: 30px
    }

    .reason summary {
        gap: 12px
    }

    .reason h3 {
        font-size: 1rem
    }

    .closing-arrow {
        font-size: 8rem
    }

    .closing-panel {
        gap: 15px;
        padding: 40px
    }

    .closing-copy .button {
        font-size: .875rem
    }
}

/* Mobile */
@media(max-width:760px) {
    .hero-stage {
        min-height: 440px
    }

    .reasons-grid {
        grid-template-columns: 1fr
    }

    .reason summary {
        padding: 22px 0;
        gap: 15px
    }

    .reason h3 {
        font-size: 1.0625rem
    }

    .reason>p {
        padding-left: 34px
    }

    .quote-card {
        padding: 28px
    }

    .quote-card blockquote {
        font-size: 1.15rem
    }

    .team-member summary {
        gap: 13px
    }

    .team-name>strong {
        font-size: 1rem
    }

    .team-name>small {
        font-size: .875rem
    }

    .bio {
        padding-left: 0
    }

    .news-category {
        line-height: 1.6
    }

    .closing-panel {
        padding: 33px 28px;
        display: block
    }

    .closing-arrow {
        display: none
    }

    .closing-copy h2 {
        font-size: 2.4rem
    }

    .closing-copy .button {
        max-width: 100%;
        gap: 17px;
        font-size: .875rem;
        padding: 16px 18px;
        line-height: 1.6
    }

    .closing-section {
        padding-bottom: 20px
    }
}

@media(max-width:420px) {
    .hero-stage {
        min-height: 390px
    }

    .hero-stage .orbit {
        max-width: 90%;
        aspect-ratio: 1;
        height: auto
    }

    .hero-stage .orbit-two {
        max-width: 75%;
        aspect-ratio: 1;
        height: auto
    }

    .hero-stage .orbit-three {
        max-width: 100%;
        aspect-ratio: 1;
        height: auto
    }

    .quote-card {
        padding: 24px
    }

    .quote-card blockquote {
        font-size: 1.0625rem
    }

    .closing-panel {
        padding: 29px 23px
    }

    .closing-copy h2 {
        font-size: 2rem
    }
}

@media(prefers-reduced-motion:reduce) {
    .reveal.pending {
        opacity: 1;
        transform: none
    }

    .reveal {
        transition: none
    }
}

/* DOCUMENT ORIGINAL CONTENT LAYOUT */

.doc-original .doc-hero .hero-layout {
    padding-top: 38px;
    padding-bottom: 65px;
    grid-template-columns: 1.1fr 1fr;
    gap: 45px
}

.doc-original .hero h1 {
    font-size: clamp(2.1rem, 3.5vw, 3.4rem);
    line-height: 1.2;
    letter-spacing: -.05em;
    margin-top: 0
}

.doc-original .doc-hero-company {
    display: block;
    font-size: .58em;
    letter-spacing: -.025em;
    margin-bottom: 15px;
    color: #cfd4e2
}

.doc-original .hero h1 em {
    display: block;
    margin-bottom: 13px
}

.doc-original .hero-description {
    max-width: 560px;
    line-height: 1.85;
    margin-bottom: 0
}

.doc-original .doc-hero-stage {
    min-height: 435px;
    background: radial-gradient(ellipse at 50% 43%, #7f92c825, transparent 67%)
}

.doc-original .doc-hero-stage .device-crop {
    top: 40px;
    transform: rotate(-5deg)
}

.doc-original .doc-reference {
    font-family: 'DM Sans', sans-serif;
    font-size: .58em;
    line-height: 0;
    font-weight: 400;
    vertical-align: super;
    letter-spacing: 0;
    margin-left: 2px
}

.doc-original .doc-reference a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.doc-original .doc-reference a:hover {
    opacity: .7
}

.doc-first-mover {
    background: #d7def0;
    padding: 35px 0
}

.doc-first-grid {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 70px;
    align-items: center
}

.doc-first-grid h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #36405b
}

.doc-first-grid .body-copy {
    color: #4f5d83
}

.doc-section-grid {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 80px;
    align-items: start
}

.doc-section-grid .doc-section-heading h2 {
    font-size: clamp(2rem, 3vw, 2.75rem)
}

.doc-prose:not(.doc-three-columns):not(.doc-two-columns)>p+p {
    margin-top: 22px
}

.doc-notice {
    font-size: .8125rem;
    line-height: 1.8;
    color: #5d6d9a;
    border-top: 1px solid #d2d7e5;
    margin-top: 34px;
    padding-top: 22px
}

.doc-need,
.doc-company,
.doc-team {
    background: #edeff6
}

.doc-wide-heading {
    max-width: 870px
}

.doc-section-heading {
    margin-bottom: 33px
}

.doc-section-heading h2 {
    margin-bottom: 18px
}

.doc-section-heading .body-copy {
    max-width: 920px
}

.doc-three-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px
}

.doc-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px
}

.doc-three-columns>p,
.doc-two-columns>p {
    margin: 0
}

.doc-callout {
    border-left: 3px solid #7487bc;
    padding: 13px 0 13px 24px;
    margin-top: 32px;
    font-family: Manrope, sans-serif;
    color: #374364;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: -.02em
}

.doc-section-subtitle {
    font-size: clamp(1.4rem, 2.3vw, 2.1rem);
    line-height: 1.4;
    font-weight: 500;
    color: #5a6a95;
    margin: 0 0 20px
}

.doc-financials {
    background: #f3f5f9;
    border-top: 1px solid #dce0eb
}

.doc-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 39px
}

.doc-metric {
    padding: 0 27px 23px;
    border-left: 1px solid #cfd4e2;
    display: flex;
    flex-direction: column;
    gap: 0
}

.doc-metric:first-of-type {
    border-left: 0;
    padding-left: 0
}

.doc-metric:last-of-type {
    padding-right: 0
}

.doc-metric>strong {
    display: flex;
    align-items: baseline;
    gap: 0;
    font-size: clamp(2.7rem, 4.4vw, 4.1rem);
    font-weight: 450;
    line-height: 1.25;
    letter-spacing: -.065em;
    font-variant-numeric: tabular-nums;
    margin-bottom: 15px
}

.doc-metric-label {
    font-size: .9375rem;
    color: #495679;
    font-weight: 550;
    margin-bottom: 9px
}

.doc-metric>p {
    font-size: .875rem;
    line-height: 1.7;
    color: #5e6f9e;
    max-width: 240px
}

.doc-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 19px;
    margin-top: 26px
}

.doc-highlight {
    padding: 26px;
    background: #dce1ee;
    border: 1px solid #cbd1e3;
    border-radius: 8px
}

.doc-highlight:first-of-type {
    background: var(--ink);
    border-color: var(--ink)
}

.doc-highlight h3 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #384362
}

.doc-highlight p {
    font-size: 1rem;
    line-height: 1.8;
    color: #5d6e9c
}

.doc-highlight:first-of-type h3 {
    color: var(--lime)
}

.doc-highlight:first-of-type p {
    color: #a9b3cc
}

.doc-quotes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
    margin-top: 50px
}

.doc-quotes .quote-card {
    background: #fff
}

.doc-quotes .green-quote {
    background: #dee3f0
}

.doc-quotes blockquote>.body-copy {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.85;
    color: #4e5c83;
    letter-spacing: 0
}

.doc-quotes blockquote>p+p {
    margin-top: 21px
}

.doc-quotes .doc-quote-byline {
    font-size: .875rem;
    line-height: 1.8;
    color: #3a4461;
    border-top: 1px solid #cad0e1;
    padding-top: 20px;
    margin-top: 24px;
    display: block;
    font-weight: 550
}

.doc-markets .doc-section-heading .body-copy {
    color: #a5afc9
}

.doc-markets .doc-section-heading h2 {
    color: #e7ebf7
}

.doc-markets-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
    margin-top: 40px
}

.doc-market-item {
    display: flex;
    flex-direction: column;
    background: #1a2238;
    border: 1px solid #37405b;
    border-radius: 8px;
    padding: 27px
}

.doc-market-item>.body-copy {
    font-size: 1rem;
    line-height: 1.85;
    color: #b5bdd3
}

.doc-market-conclusion {
    margin-top: 31px
}

.doc-market-conclusion>.body-copy {
    color: #9faac6
}

.doc-market-conclusion>.market-note {
    font-size: .875rem;
    display: block;
    color: #818eb3
}

.doc-markets .doc-notice {
    border-color: #333d56;
    color: #8491b5
}

.doc-reasons .reasons-grid {
    gap: 0 45px
}

.doc-reason summary {
    align-items: start;
    padding: 24px 0
}

.doc-reason summary h3 {
    font-size: 1.0625rem;
    line-height: 1.65
}

.doc-reason summary .toggle-icon {
    margin-top: 7px
}

.doc-reason>p {
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.85
}

.doc-company .doc-section-subtitle {
    max-width: 930px
}

.doc-company .doc-three-columns {
    gap: 34px
}

.doc-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    margin-top: 38px
}

.doc-products figure {
    margin: 0;
    border: 1px solid #d5dae6;
    border-radius: 9px;
    overflow: hidden;
    background: #eceef5
}

.doc-product-picture {
    position: relative;
    aspect-ratio: 1.8;
    overflow: hidden;
    background: #e5e5e5
}

.doc-product-picture img {
    position: absolute;
    width: 231.78%;
    height: auto;
    max-width: none;
    left: -12.4%;
    top: -12.56%
}

.doc-product-picture.apparatus img {
    left: -120.15%
}

.doc-products figcaption {
    font-family: Manrope, sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #3e4968;
    padding: 22px 25px;
    font-weight: 500
}

.doc-treatment-labels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 25px;
    border: 1px solid #d5dae6;
    background: #f1f3f8;
    border-radius: 6px;
    overflow: hidden
}

.doc-treatment-labels>span {
    padding: 19px 20px;
    font-size: .9375rem;
    color: #4a577a;
    border-right: 1px solid #d5dae6
}

.doc-treatment-labels>span:last-of-type {
    border: 0
}

.doc-team .team-list {
    max-width: 1040px;
    margin: 0 auto
}

.doc-team .team-member {
    padding: 0 0 8px
}

.doc-team .team-member summary {
    padding: 26px 0
}

.doc-team .team-name>strong {
    font-size: 1.4rem
}

.doc-team .team-name>small {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 5px;
    color: #5b6c98
}

.doc-team .bio {
    padding-left: 0;
    padding-bottom: 28px
}

.doc-team .bio p {
    color: #fff;
    line-height: 1.95
}

.doc-news {
    background: #fff
}

.doc-news-links {
    border-top: 1px solid #d5dae6
}

.doc-news-link {
    display: block;
    position: relative;
    padding: 24px 45px 24px 0;
    border-bottom: 1px solid #d5dae6;
    color: #455277;
    line-height: 1.8;
    font-size: 1rem;
    overflow-wrap: anywhere;
    transition: background .2s, padding .2s
}

.doc-news-link::after {
    content: '↗';
    position: absolute;
    top: 24px;
    right: 5px;
    font-size: 1.3rem;
    color: #6878a5
}

.doc-news-link:hover {
    background: #eaedf7;
    padding-left: 15px;
    color: #293556
}

.doc-summary {
    background: #edeff6
}

.doc-closing {
    padding-top: 70px;
    padding-bottom: 30px
}

.doc-closing .closing-copy {
    max-width: 850px
}

.doc-closing .closing-copy h2 {
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1.4;
    margin: 0 0 31px;
    letter-spacing: -.045em
}

.doc-closing .closing-arrow {
    font-size: 10rem;
    flex-shrink: 0
}

.doc-source-notes {
    padding: 10px 0 40px;
    font-size: .8125rem;
    line-height: 1.85;
    color: #6272a0
}

.doc-source-notes ol {
    list-style-type: lower-roman;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 45px;
    padding-left: 24px;
    margin: 0
}

.doc-source-notes li {
    padding-left: 7px;
    scroll-margin-top: 40px;
    overflow-wrap: anywhere
}

.doc-source-notes a:hover {
    text-decoration: underline;
    color: #3b4970
}

.doc-source-notes li:target {
    background: #d9dff0;
    outline: 6px solid #d9dff0;
    border-radius: 2px
}

@media(max-width:1100px) {
    .doc-original .doc-hero .hero-layout {
        gap: 20px
    }

    .doc-original .doc-hero-stage {
        min-height: 380px
    }

    .doc-section-grid,
    .doc-first-grid {
        gap: 45px;
        grid-template-columns: .9fr 1.3fr
    }

    .doc-three-columns {
        gap: 26px
    }

    .doc-metric {
        padding-inline: 21px
    }

    .doc-metric>strong {
        font-size: 3.3rem
    }

    .doc-highlights-grid {
        gap: 15px
    }

    .doc-highlight {
        padding: 23px
    }

    .doc-highlight h3 {
        font-size: 1.2rem
    }

    .doc-market-item {
        padding: 23px
    }

    .doc-markets-list {
        gap: 16px
    }

    .doc-closing .closing-arrow {
        font-size: 7rem
    }
}

@media(max-width:850px) {
    .doc-original .hero h1 {
        font-size: 2.7rem
    }

    .doc-original .doc-hero-stage {
        min-height: 335px
    }

    .doc-section-grid,
    .doc-first-grid {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .doc-section-grid .doc-section-heading {
        margin: 0
    }

    .doc-section-grid .doc-section-heading h2 {
        max-width: 690px
    }

    .doc-three-columns {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .doc-three-columns>p {
        max-width: 780px
    }

    .doc-markets-list {
        grid-template-columns: 1fr
    }

    .doc-market-item {
        display: grid;
        grid-template-columns: 40px 1fr;
        gap: 18px 22px
    }

    .doc-highlight {
        padding: 20px
    }

    .doc-highlight h3 {
        font-size: 1.15rem
    }

    .doc-highlight p {
        font-size: .9375rem
    }

    .doc-metric {
        padding-inline: 16px
    }

    .doc-metric>strong {
        font-size: 2.8rem
    }

    .doc-closing .closing-arrow {
        display: none
    }

    .doc-closing .closing-copy {
        max-width: none
    }
}

@media(max-width:760px) {

    .doc-original .doc-hero .hero-layout {
        grid-template-columns: 1fr;
        padding: 31px 0 36px;
        gap: 27px
    }

    .doc-original .hero h1 {
        font-size: clamp(2.3rem, 7vw, 3.3rem);
        line-height: 1.23
    }

    .doc-original .doc-hero-company {
        font-size: .57em
    }

    .doc-original .hero-description {
        max-width: 600px
    }

    .doc-original .doc-hero-stage {
        min-height: 315px;
        max-width: 430px;
        margin: auto
    }

    .doc-original .doc-hero-stage .device-crop {
        top: 5px
    }

    .doc-original .doc-hero-stage .orbit {
        top: -5px
    }

    .doc-original .doc-hero-stage .orbit-two {
        top: 20px
    }

    .doc-original .doc-hero-stage .orbit-three {
        top: -25px
    }

    .doc-first-mover {
        padding: 29px 0
    }

    .doc-first-grid h2 {
        font-size: 1.75rem
    }

    .doc-section-heading {
        margin-bottom: 27px
    }

    .doc-section-grid {
        gap: 18px
    }

    .doc-section-grid .doc-section-heading h2 {
        font-size: 2rem
    }

    .doc-notice {
        font-size: .8125rem;
        margin-top: 27px;
        padding-top: 20px
    }

    .doc-callout {
        font-size: 1.15rem;
        margin-top: 25px;
        padding-left: 20px
    }

    .doc-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 29px 0;
        margin-top: 30px
    }

    .doc-metric {
        padding: 0 15px 15px
    }

    .doc-metric:nth-of-type(3) {
        padding-left: 0;
        border-left: 0
    }

    .doc-metric>strong {
        font-size: 3.25rem
    }

    .doc-metric-label {
        font-size: .875rem
    }

    .doc-metric>p {
        font-size: .8125rem
    }

    .doc-highlights-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 22px
    }

    .doc-highlight {
        padding: 25px
    }

    .doc-highlight h3 {
        font-size: 1.3rem
    }

    .doc-highlight p {
        font-size: 1rem
    }

    .doc-quotes {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 35px
    }

    .doc-quotes .quote-card {
        padding: 26px
    }

    .doc-market-item {
        padding: 23px;
        gap: 15px 18px
    }

    .doc-market-item>.body-copy {
        font-size: 1rem
    }

    .doc-market-conclusion {
        margin-top: 26px
    }

    .doc-reasons .reasons-grid {
        grid-template-columns: 1fr
    }

    .doc-reason summary h3 {
        font-size: 1.0625rem
    }

    .doc-two-columns {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .doc-products {
        gap: 20px;
        grid-template-columns: 1fr;
        margin-top: 30px
    }

    .doc-products figcaption {
        padding: 21px 23px;
        font-size: 1.0625rem
    }

    .doc-treatment-labels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 20px
    }

    .doc-treatment-labels>span {
        padding: 18px;
        font-size: .875rem
    }

    .doc-treatment-labels>span:nth-of-type(2) {
        border-right: 0
    }

    .doc-treatment-labels>span:nth-of-type(-n+2) {
        border-bottom: 1px solid #d5dae6
    }

    .doc-team .team-name>strong {
        font-size: 1.25rem
    }

    .doc-team .team-name>small {
        font-size: .9375rem
    }

    .doc-team .team-member summary {
        padding: 23px 0
    }

    .doc-team .bio p {
        font-size: 1rem
    }

    .doc-news-link {
        font-size: .875rem;
        padding: 22px 35px 22px 0
    }

    .doc-news-link::after {
        top: 22px
    }

    .doc-closing {
        padding-top: 55px;
        padding-bottom: 25px
    }

    .doc-closing .closing-copy h2 {
        font-size: 1.95rem;
        line-height: 1.42
    }

    .doc-closing .closing-panel {
        padding: 32px 26px
    }

    .doc-closing .button {
        font-size: .875rem;
        line-height: 1.7
    }

    .doc-source-notes ol {
        grid-template-columns: 1fr;
        gap: 17px
    }

    .doc-source-notes {
        padding-bottom: 30px
    }
}

@media(max-width:390px) {
    .doc-original .hero h1 {
        font-size: 2.2rem
    }

    .doc-original .doc-hero-stage {
        min-height: 265px
    }

    .doc-original .doc-hero-stage .device-crop {
        top: 0
    }

    .doc-metric>strong {
        font-size: 2.8rem
    }

    .doc-metric {
        padding-right: 10px
    }

    .doc-market-item {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .doc-closing .closing-copy h2 {
        font-size: 1.7rem
    }

    .doc-closing .closing-panel {
        padding: 28px 23px
    }
}

/* INVESTOR DESIGN REFRESH — original document wording and sequence preserved */
.hero-brand {
    padding: 24px 0;
    border-bottom: 1px solid #c1cbe523
}

.hero-logo {
    display: block;
    box-sizing: content-box;
    width: 225px;
    height: auto;
    max-width: calc(100% - 32px);

}
@media(max-height:750px){
    .hero-brand {
  padding: 15px 0;

}


}

@media(max-width:760px) {
    .hero-brand {
        padding: 20px 0
    }

    .hero-logo {
        width: 190px;
        padding: 10px 14px
    }
}

.doc-original {
    --card-shadow: 0 18px 45px #1422470b
}

.doc-original h2 {
    text-wrap: balance;
    font-weight: 550
}

.doc-original .body-copy {
    color: #49567a
}

.doc-original .doc-section {
    position: relative
}

.doc-original .doc-section-heading:before {
    content: '';
    display: block;
    width: 38px;
    height: 5px;
    background: #6175ad;
    border-radius: 3px;
    margin-bottom: 23px
}

.doc-original .doc-hero {
    background: radial-gradient(ellipse at 85% 25%, #313b58 0, transparent 48%), #142247
}

.doc-original .hero-grid {
    background-size: 64px 64px;
    opacity: .85
}

.doc-original .doc-hero .hero-layout {
    grid-template-columns: 1.16fr 1fr;
    gap: 65px;
    padding: 57px 0 76px;
    align-items: center
}

.doc-original .hero h1 {
    font-size: clamp(2rem, 3.05vw, 2.85rem);
    line-height: 1.28;
    letter-spacing: -.045em;
    font-weight: 500
}

.doc-original .doc-hero-company {
    font-size: .6em;
    color: #dfe3ef;
    letter-spacing: -.02em;
    margin-bottom: 23px
}

.doc-original .hero h1 em {
    display: flex;
    color: #cfff92;
    align-items: center;
    gap: 21px;
    padding: 0 0 27px;
    margin: 0 0 26px;
    border-bottom: 1px solid #c1cbe530
}

.hero-growth-number {
    font-size: clamp(5rem, 8.4vw, 7.6rem);
    letter-spacing: -.085em;
    line-height: .95;
    font-weight: 550;
    text-shadow: 0 8px 45px #cfff9212
}

.hero-growth-caption {
    font-size: clamp(1.1rem, 1.65vw, 1.5rem);
    line-height: 1.5;
    letter-spacing: -.03em;
    max-width: 185px
}

.doc-original .hero-description {
    color: #b5bdd2;
    font-size: 1rem;
    line-height: 1.85;
    margin-top: 25px
}

.doc-original .doc-hero-stage {
    height: 480px;
    min-height: 0;
    border: 1px solid #b5bdd42b;
    border-radius: 28px;
    background: linear-gradient(135deg, #a5b2d412, #17213c00 70%);
    isolation: isolate;
    perspective: 900px;
    box-shadow: inset 0 1px 0 #c7d7ff0c, 0 30px 70px #02081733
}

.doc-original .doc-hero-stage .device-crop {
    top: 100px;
    left: 0;
    width: 100%;
    transform: translate3d(var(--device-x, 0px), var(--device-y, 0px), 0) rotate(-7deg);
    filter: drop-shadow(0 30px 18px #0006);
    transition: transform .65s cubic-bezier(.2, .8, .2, 1);
    z-index: 2
}

.device-halo {
    position: absolute;
    inset: 45px 5% 40px;
    background: radial-gradient(ellipse, #8aa4ed22, transparent 70%);
    border-radius: 50%
}

.doc-original .doc-hero-stage .orbit {
    width: 78%;
    height: auto;
    aspect-ratio: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    border-color: #a6b7e437
}

.doc-original .doc-hero-stage .orbit-two {
    width: 62%;
    border-style: dashed;
    border-color: #a6b7e426
}

.doc-original .doc-hero-stage .orbit-three {
    width: 94%;
    border-style: solid;
    border-color: #a6b7e417
}

.doc-original .orbit-one:after {
    content: '';
    position: absolute;
    left: 13%;
    top: 13%;
    height: 9px;
    width: 9px;
    background: var(--lime);
    border-radius: 50%;
    box-shadow: 0 0 0 7px #c7d7ff10, 0 0 22px #c7d7ff77
}

.doc-original .doc-first-mover {
    padding: 36px 0;
    background: #c7d7ff;
    border: 0
}

.doc-first-grid {
    grid-template-columns: .9fr 1.35fr;
    gap: 65px
}

.doc-first-grid h2 {
    color: #17213b;
    font-size: 1.6rem;
    padding-left: 25px;
    border-left: 3px solid #34436b
}

.doc-first-grid .body-copy {
    color: #2d3959;
    font-size: .9375rem;
    line-height: 1.85
}

.doc-overview .doc-prose {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 30px
}

.doc-overview .doc-prose>p {
    border-top: 1px solid #dce3f1;
    padding-top: 20px
}

.doc-overview .doc-prose>p+p {
    margin-top: 0 !important
}

.doc-overview .doc-section-grid {
    grid-template-columns: .65fr 1.65fr;
    gap: 60px
}

.doc-original .doc-notice {
    color: #4f5d83;
    background: #e5e8f04d;
    border: 1px solid #d8dce7;
    border-radius: 10px;
    padding: 19px 23px;
    line-height: 1.8
}

.doc-need {
    background: radial-gradient(ellipse at 80% 0, #c7d0e9 0, transparent 55%), #ebeef5
}

.doc-need .doc-three-columns {
    gap: 20px;
    align-items: stretch
}

.doc-need .doc-three-columns>p {
    padding: 30px;
    background: #ffffffb8;
    border: 1px solid #d2d7e5;
    border-radius: 16px;
    box-shadow: 0 10px 30px #232e4b04
}

.doc-need .doc-three-columns>p:before {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid #6676a3;
    border-radius: 50%;
    margin-bottom: 24px;
    background: radial-gradient(circle, #6676a3 0 3px, transparent 4px), linear-gradient(90deg, transparent 47%, #6676a3 48% 52%, transparent 53%) center/17px 17px no-repeat, linear-gradient(transparent 47%, #6676a3 48% 52%, transparent 53%) center/17px 17px no-repeat
}

.doc-need .doc-three-columns>p:last-child {
    background: #0e1730;
    border-color: #0e1730;
    color: #c6ccdd
}

.doc-callout {
    margin-top: 28px;
    border: 0;
    border-radius: 12px;
    background: #cdd5ec;
    padding: 26px 32px;
    font-size: 1.4rem;
    color: #2d3752;
    line-height: 1.55
}

.doc-solution .doc-section-heading {
    position: sticky;
    top: 40px;
    padding-bottom: 145px
}

.doc-solution .doc-section-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 1px solid #a8b1ca;
    background: radial-gradient(circle, #536699 0 7px, transparent 8px 26px, #8795ba 27px 28px, transparent 29px 43px, #cdd2e1 44px 45px, transparent 46px);
    box-shadow: 0 0 0 12px #edeff6
}

.doc-solution .doc-prose>p {
    padding-left: 28px;
    border-left: 2px solid #d2d8e8;
    position: relative
}

.doc-solution .doc-prose>p:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #5e6f9d;
    border: 2px solid white;
    border-radius: 50%
}

.doc-financials {
    background: #f2f4f8
}

.doc-financials .doc-section-heading {
    max-width: 940px
}

.doc-financials .doc-section-subtitle {
    color: #3d4866;
    font-size: clamp(1.45rem, 2.5vw, 2.2rem)
}

.doc-metric-grid {
    gap: 17px;
    margin-top: 40px
}

.doc-original .doc-metric {
    border: 1px solid #d5dae6;
    border-radius: 17px;
    background: #fff;
    padding: 29px 25px 28px;
    min-height: 245px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px #151f3c04
}

.doc-original .doc-metric:first-of-type {
    background: #c7d7ff;
    border-color: #7f9ae5
}

.doc-original .doc-metric:last-of-type {
    background: #121c36;
    border-color: #121c36
}

.doc-metric>strong {
    font-family: Manrope, sans-serif;
    font-size: clamp(2.7rem, 4vw, 3.8rem);
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 12px 0 16px
}

.doc-metric-label {
    color: #3a4461;
    font-size: .9375rem;
    font-weight: 650
}

.doc-metric>p {
    color: #4c5a7f;
    font-size: .875rem;
    line-height: 1.7;
    max-width: 100%
}

.doc-metric:last-of-type>strong {
    color: var(--lime)
}

.doc-metric:last-of-type .doc-metric-label {
    color: #dadfed
}

.doc-metric:last-of-type>p {
    color: #a8b1cb
}

.doc-metric:after {
    content: '';
    position: absolute;
    right: -13px;
    top: -19px;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    border: 14px solid #b7c3e42e;
    pointer-events: none
}

.doc-metric:nth-of-type(2):after {
    background: conic-gradient(#526599 0 87%, #dadfed 87%);
    border: 0;
    width: 55px;
    height: 55px;
    top: -17px;
    right: -17px;
    mask-image: radial-gradient(transparent 45%, #000 47%)
}

.doc-highlights-grid {
    grid-template-columns: .85fr 1fr 1.2fr;
    gap: 17px;
    margin-top: 17px
}

.doc-highlight {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 17px;
    padding: 30px;
    min-height: 240px;
    background: #e5e8f2
}

.doc-highlight:first-of-type {
    background: linear-gradient(130deg, #17213e, #142247);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.doc-highlight h3 {
    position: relative;
    z-index: 1;
    font-size: 1.13rem;
    line-height: 1.5;
    color: #2e3957;
    font-weight: 550
}

.doc-highlight p {
    position: relative;
    z-index: 1;
    color: #4a577b;
    font-size: .9375rem;
    line-height: 1.8
}

.highlight-value {
    display: block;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.065em;
    margin-bottom: 12px
}

.doc-highlight:first-of-type:before {
    content: '';
    height: 34px;
    width: 34px;
    margin-bottom: 25px;
    border: 1px solid #8b9fd5;
    border-radius: 50%;
    background: linear-gradient(-45deg, transparent 44%, #c7d7ff 45% 55%, transparent 56%) center/13px 13px no-repeat
}

.doc-highlight:nth-of-type(2):after,
.doc-highlight:nth-of-type(3):after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    right: -40px;
    top: -35px;
    background: conic-gradient(#6a7fb744 0 27%, #ced5e877 27%);
    mask-image: radial-gradient(transparent 52%, #000 53%);
    z-index: -1;
    transform: rotate(-90deg)
}

.doc-highlight:nth-of-type(3):after {
    background: conic-gradient(#6a7fb744 0 66.667%, #ced5e877 66.667%)
}

.doc-quotes {
    gap: 22px;
    align-items: stretch;
    margin-top: 38px
}

.doc-quotes .quote-card {
    border-radius: 18px;
    padding: 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-color: #d4d9e6
}

.doc-quotes .green-quote {
    background: #dee3f0
}

.doc-quotes .quote-mark {
    font-size: 5rem;
    color: #586ca2;
    margin-bottom: 12px
}

.doc-quotes blockquote>.body-copy {
    color: #434f70;
    line-height: 1.9;
    font-size: .9375rem
}

.doc-quotes .doc-quote-byline {
    padding-top: 22px;
    margin-top: auto;
    color: #30384f;
    font-size: .8125rem
}

.doc-quotes blockquote {
    padding-bottom: 25px
}

.doc-markets {
    background: radial-gradient(ellipse at 80% 0, #313a54 0, transparent 50%), #142247;
    overflow: hidden
}

.doc-markets .doc-section-heading:before {
    background: var(--lime)
}

.doc-markets .doc-wide-heading {
    max-width: 920px
}

.doc-markets .doc-section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.45rem);
    line-height: 1.2
}

.doc-markets-list {
    gap: 20px
}

.doc-market-item {
    border-radius: 17px;
    background: linear-gradient(145deg, #313b5666, #161f3655);
    border-color: #55648e66;
    padding: 30px;
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.doc-market-item>.body-copy {
    color: #bac1d5;
    font-size: 1rem;
    line-height: 2
}

.market-amount {
    color: #bfcef8;
    font-size: 1.3em;
    font-weight: 550;
    font-family: Manrope, sans-serif;
    letter-spacing: -.035em;
    white-space: nowrap
}

.market-cagr {
    color: #c7d7ff;
    font-weight: 550;
    border-bottom: 1px solid #657ab2
}

.doc-market-conclusion {
    border-top: 1px solid #7180aa30;
    margin-top: 35px;
    padding-top: 29px;
    max-width: 1050px
}

.doc-original .doc-market-conclusion>.body-copy {
    color: #adb6cf
}

.doc-original .doc-markets .doc-notice {
    background: #bac4de06;
    border-color: #6376ac2e;
    color: #9da7c4
}

.doc-reasons {
    background: #fff
}

.doc-reasons .doc-section-heading {
    max-width: 650px
}

.doc-reasons .reasons-grid {
    gap: 18px;
    align-items: start
}

.doc-reasons .doc-reason {
    border: 1px solid #d5dae6;
    border-radius: 14px;
    padding: 0 25px;
    background: #f3f5f9;
    transition: border-color .25s, box-shadow .25s, background .25s;
    overflow: hidden
}

.doc-reason[open] {
    background: #fff;
    border-color: #b4bdd7;
    box-shadow: 0 6px 25px #1d274407
}

.doc-reason summary {
    padding: 23px 0;
    gap: 20px;
    cursor: pointer
}

.doc-reason summary h3 {
    font-size: 1rem;
    line-height: 1.65;
    position: relative;
    padding-left: 44px;
    color: #29324c
}

.reason-number {
    position: absolute;
    left: 0;
    top: 2px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #dadfed;
    color: #44537d;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: -.035em
}

.doc-reason[open] .reason-number {
    background: #c7d7ff;
    color: #2d3855
}

.doc-reason>p {
    padding: 0 0 26px 44px;
    font-size: .9375rem;
    line-height: 1.9;
    color: #4c597e
}

.doc-reason .toggle-icon {
    flex-shrink: 0
}

.doc-company {
    background: radial-gradient(ellipse at 0 0, #d7dceb, transparent 65%), #ebeef5
}

.doc-company .doc-section-heading {
    max-width: 970px
}

.doc-company .doc-three-columns {
    gap: 0
}

.doc-company .doc-three-columns>p {
    padding: 0 30px;
    border-left: 1px solid #bdc4d9
}

.doc-company .doc-three-columns>p:first-child {
    border: 0;
    padding-left: 0
}

.doc-company .doc-three-columns>p:last-child {
    padding-right: 0
}

.doc-technology .doc-section-heading {
    max-width: 900px
}

.doc-products {
    gap: 24px;
    margin-top: 38px
}

.doc-products figure {
    position: relative;
    border: 1px solid #ccd1e0;
    border-radius: 18px;
    background: #eff1f7;
    transition: transform .3s, box-shadow .3s, border-color .3s
}

.doc-product-picture {
    aspect-ratio: 1.8;
    background: #e5e5e5
}

.doc-products figcaption {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #29334f;
    font-weight: 550;
    padding: 24px 78px 25px 27px;
    min-height: 105px
}

.product-zoom {
    position: absolute;
    right: 22px;
    bottom: 27px;
    width: 39px;
    height: 39px;
    border: 1px solid #a9b3cc;
    border-radius: 50%;
    background: #dae0ef;
    display: grid;
    place-items: center;
    color: #34436b;
    transition: background .2s, transform .2s
}

.product-zoom:before,
.product-zoom:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: currentColor
}

.product-zoom:after {
    transform: rotate(90deg)
}

.product-zoom:hover {
    background: #c7d7ff;
    transform: rotate(90deg)
}

.doc-treatment-labels {
    gap: 14px;
    background: none;
    border: 0;
    overflow: visible;
    border-radius: 0;
    margin-top: 25px
}

.doc-treatment-labels>span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 21px 18px;
    background: #e9ecf6;
    border: 1px solid #d1d7e7 !important;
    border-radius: 12px;
    color: #364161;
    font-size: .9375rem;
    transition: background .2s, transform .2s
}

.doc-treatment-labels>span:before {
    content: '';
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 1px solid #5e71a4;
    box-shadow: 0 0 0 5px #ccd5ec;
    flex-shrink: 0;
    margin: 0 4px
}

.doc-team {
    background: #142247
}

.doc-team .doc-section-heading h2 {
    color: #e7ebf6
}

.doc-team .doc-section-heading:before {
    background: #c7d7ff
}

.doc-team .team-list {
    max-width: none;
    display: grid;
    gap: 16px
}

.doc-team .team-member {
    padding: 0 30px;
    border: 1px solid #3f4a69;
    border-radius: 14px;
    background: #182138;
    overflow: hidden
}

.doc-team .team-member summary {
    padding: 26px 0;
    gap: 24px
}

.doc-team .team-name>strong {
    color: #d9e0f2;
    font-size: 1.4rem
}

.doc-team .team-name>small {
    color: #9faac7;
    font-size: .9375rem
}

.doc-team .toggle-icon {
    border-color: #54638d;
    color: #a3b6e9
}

.doc-team .bio {
    padding: 0 0 30px;
    border-top: 1px solid #6b7ba629;
    padding-top: 23px
}

.doc-team .bio p {
    color: #fff;
    line-height: 1.95;
    font-size: .9375rem;

}

.doc-news-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    border: 0
}

.doc-news-link {
    border: 1px solid #d0d6e5;
    border-radius: 14px;
    background: #f2f4f9;
    padding: 27px 65px 27px 26px;
    font-size: .9375rem;
    line-height: 1.9;
    color: #3e4b6d;
    box-shadow: 0 4px 18px #151f3c03;
    transition: transform .25s, background .25s, border-color .25s, box-shadow .25s
}

.doc-news-link::after {
    content: '\2197';
    display: grid;
    place-items: center;
    top: 26px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #bac3dc;
    border-radius: 50%;
    font-size: 1.1rem
}

.doc-news-link:hover {
    padding-left: 26px;
    border-color: #7c8dbb;
    background: #e3e8f5;
    transform: translateY(-4px);
    box-shadow: var(--card-shadow)
}

.doc-summary .doc-prose {
    background: #ffffffa3;
    border: 1px solid #d2d7e5;
    border-radius: 17px;
    padding: 32px
}

.doc-closing .closing-panel {
    border-radius: 22px;
    background: radial-gradient(ellipse at 100% 100%, #7d94d4, transparent 70%), #c7d7ff;
    border-color: #93a7de;
    padding: 56px
}

.doc-closing .closing-copy h2 {
    color: #15203d;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.4;
    font-weight: 550
}

.doc-closing .closing-arrow {
    color: #354a85;
    opacity: .55;
    transition: transform .4s
}

.doc-closing .closing-panel:hover .closing-arrow {
    transform: translate(0, -5px)
}

.doc-closing .button {
    border-radius: 8px;
    padding: 19px 25px
}

.doc-source-notes {
    font-size: .75rem;
    color: #4f5d84;
    padding-top: 20px
}

.product-dialog {
    padding: 0;
    border: 1px solid #d5dae6;
    border-radius: 20px;
    width: min(960px, calc(100vw - 32px));
    max-height: 90dvh;
    color: var(--ink);
    background: #edf0f7;
    box-shadow: 0 35px 120px #0005;
    overflow: auto
}

.product-dialog::backdrop {
    background: #060d20cb;
    backdrop-filter: blur(8px)
}

.product-dialog .doc-product-picture {
    width: 100%
}

.product-dialog .dialog-caption {
    padding: 24px 70px 27px 28px;
    font-family: Manrope, sans-serif;
    font-size: 1.1rem;
    line-height: 1.5
}

.dialog-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #c8cede;
    background: #fffffff2;
    box-shadow: 0 4px 18px #0001
}

.dialog-close:before,
.dialog-close:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 12px;
    width: 17px;
    height: 1px;
    background: #232e4c;
    transform: rotate(45deg)
}

.dialog-close:after {
    transform: rotate(-45deg)
}

body.product-dialog-open {
    overflow: hidden
}

@media(hover:hover) and (pointer:fine) {

    .doc-metric,
    .doc-highlight,
    .doc-market-item {
        transition: transform .3s, box-shadow .3s, border-color .3s
    }

    .doc-metric:hover,
    .doc-highlight:hover {
        transform: translateY(-6px);
        box-shadow: 0 19px 40px #151e3513;
        border-color: #8493bc
    }

    .doc-market-item:hover {
        transform: translateY(-7px);
        border-color: #8598cd;
        box-shadow: 0 20px 40px #0002
    }

    .doc-reasons .doc-reason:hover {
        border-color: #8897bf;
        box-shadow: 0 10px 25px #28304608
    }

    .doc-products figure:hover {
        transform: translateY(-5px);
        box-shadow: var(--card-shadow);
        border-color: #919dbf
    }

    .doc-treatment-labels>span:hover {
        background: #c9d3ee;
        transform: translateY(-3px)
    }
}

@media(min-width:1101px) {
    .doc-original .doc-section {
        padding-block: 102px
    }

    .doc-original .doc-first-mover {
        padding-block: 37px
    }
}

@media(max-width:1100px) {
    .doc-original .doc-hero .hero-layout {
        gap: 35px;
        grid-template-columns: 1.15fr 1fr
    }

    .doc-original .doc-hero-stage {
        height: 400px
    }

    .doc-original .doc-hero-stage .device-crop {
        top: 95px
    }

    .hero-growth-number {
        font-size: 6rem
    }

    .hero-growth-caption {
        font-size: 1.15rem
    }

    .doc-overview .doc-section-grid {
        gap: 35px;
        grid-template-columns: .75fr 1.5fr
    }

    .doc-overview .doc-prose {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .doc-original .doc-metric {
        padding: 24px 19px;
        min-height: 250px
    }

    .doc-metric>strong {
        font-size: 3rem
    }

    .doc-highlight {
        padding: 25px
    }

    .highlight-value {
        font-size: 2.4rem
    }

    .doc-market-item {
        padding: 24px
    }

    .market-amount {
        font-size: 1.2em
    }

    .doc-need .doc-three-columns>p {
        padding: 25px
    }

    .doc-treatment-labels {
        gap: 10px
    }

    .doc-treatment-labels>span {
        padding: 19px 13px;
        font-size: .875rem
    }
}

@media(max-width:850px) {
    .doc-original .doc-hero .hero-layout {
        gap: 28px
    }

    .doc-original .hero h1 {
        font-size: 2rem
    }

    .hero-growth-number {
        font-size: 5rem
    }

    .hero-growth-caption {
        font-size: 1rem
    }

    .doc-original .hero h1 em {
        gap: 16px
    }

    .doc-original .doc-hero-stage {
        height: 345px
    }

    .doc-original .doc-hero-stage .device-crop {
        top: 85px
    }

    .doc-overview .doc-section-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .doc-overview .doc-prose {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }

    .doc-need .doc-three-columns {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .doc-need .doc-three-columns>p {
        padding: 26px;
        max-width: none
    }

    .doc-need .doc-three-columns>p:before {
        float: left;
        margin: 4px 23px 6px 0
    }

    .doc-solution .doc-section-heading {
        position: static;
        padding-bottom: 0
    }

    .doc-solution .doc-section-heading:after {
        display: none
    }

    .doc-metric-grid {
        grid-template-columns: 1fr 1fr;
        gap: 17px
    }

    .doc-original .doc-metric {
        min-height: 225px;
        padding: 26px
    }

    .doc-metric>strong {
        font-size: 3.7rem
    }

    .doc-highlights-grid {
        grid-template-columns: 1fr 1fr
    }

    .doc-highlight:first-of-type {
        grid-column: 1/-1;
        min-height: 0;
        display: block;
        padding-left: 85px
    }

    .doc-highlight:first-of-type:before {
        position: absolute;
        left: 27px;
        top: 30px
    }

    .doc-market-item {
        display: flex;
        padding: 29px
    }

    .doc-company .doc-three-columns {
        grid-template-columns: 1fr;
        gap: 23px
    }

    .doc-company .doc-three-columns>p {
        padding: 0 0 0 24px !important;
        border-left: 2px solid #adb7d2 !important
    }

    .doc-treatment-labels {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .doc-treatment-labels>span {
        padding: 22px
    }
}

@media(max-width:760px) {

    .doc-original .doc-hero .hero-layout {
        grid-template-columns: 1fr;
        gap: 37px;
        padding: 36px 0 39px
    }

    .doc-original .hero h1 {
        font-size: clamp(2rem, 6.6vw, 2.7rem);
        line-height: 1.32
    }

    .doc-original .doc-hero-company {
        font-size: .6em;
        margin-bottom: 20px
    }

    .hero-growth-number {
        font-size: clamp(5.3rem, 19vw, 7.8rem)
    }

    .hero-growth-caption {
        font-size: clamp(1.1rem, 4vw, 1.5rem)
    }

    .doc-original .hero h1 em {
        gap: 24px;
        padding-bottom: 24px;
        margin-bottom: 24px
    }

    .doc-original .hero-description {
        font-size: .9375rem;
        line-height: 1.9
    }

    .doc-original .doc-hero-stage {
        height: 335px;
        width: 100%;
        max-width: 450px;
        min-height: 0;
        border-radius: 20px
    }

    .doc-original .doc-hero-stage .device-crop {
        top: 63px
    }

    .doc-original .doc-hero-stage .orbit {
        top: 50%
    }

    .doc-original .doc-hero-stage .orbit-two,
    .doc-original .doc-hero-stage .orbit-three {
        top: 50%
    }

    .doc-first-grid {
        gap: 20px
    }

    .doc-first-grid h2 {
        font-size: 1.65rem;
        padding-left: 19px
    }

    .doc-original .doc-first-mover {
        padding-block: 30px
    }

    .doc-original .doc-section-heading:before {
        margin-bottom: 20px;
        width: 30px;
        height: 4px
    }

    .doc-overview .doc-prose {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .doc-original .doc-notice {
        padding: 19px;
        font-size: .75rem
    }

    .doc-callout {
        padding: 23px;
        font-size: 1.2rem
    }

    .doc-solution .doc-prose>p {
        padding-left: 22px
    }

    .doc-metric-grid {
        gap: 12px;
        margin-top: 30px
    }

    .doc-original .doc-metric {
        padding: 21px 17px;
        min-height: 240px;
        border-radius: 13px
    }

    .doc-metric>strong {
        font-size: clamp(2.6rem, 8vw, 3.4rem);
        margin-top: 12px
    }

    .doc-metric-label {
        font-size: .875rem
    }

    .doc-metric>p {
        font-size: .8125rem
    }

    .doc-highlights-grid {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 13px
    }

    .doc-highlight {
        padding: 27px;
        min-height: 0
    }

    .doc-highlight:first-of-type {
        grid-column: auto;
        padding: 27px 25px 27px 80px
    }

    .doc-highlight h3 {
        font-size: 1.15rem
    }

    .highlight-value {
        font-size: 2.8rem
    }

    .doc-quotes {
        gap: 17px;
        margin-top: 30px
    }

    .doc-quotes .quote-card {
        padding: 27px
    }

    .doc-quotes blockquote>.body-copy {
        font-size: .9375rem
    }

    .doc-markets .doc-section-heading h2 {
        font-size: 2.3rem
    }

    .doc-market-item {
        padding: 26px;
        border-radius: 14px
    }

    .doc-reasons .reasons-grid {
        gap: 13px
    }

    .doc-reasons .doc-reason {
        padding-inline: 20px
    }

    .doc-reason summary {
        gap: 14px;
        padding: 22px 0
    }

    .doc-reason summary h3 {
        font-size: .9375rem;
        padding-left: 40px
    }

    .doc-reason>p {
        font-size: .9375rem;
        padding-left: 0;
        padding-bottom: 24px
    }

    .doc-products {
        gap: 20px
    }

    .doc-products figcaption {
        font-size: 1rem;
        padding: 23px 72px 24px 23px;
        min-height: 95px
    }

    .product-zoom {
        right: 21px;
        bottom: 25px
    }

    .doc-treatment-labels>span {
        padding: 20px 16px;
        font-size: .8125rem;
        gap: 8px
    }

    .doc-team .team-member {
        padding-inline: 23px
    }

    .doc-team .team-name>strong {
        font-size: 1.25rem
    }

    .doc-team .team-name>small {
        font-size: .875rem
    }

    .doc-team .bio p {
        font-size: .9375rem
    }

    .doc-news-links {
        grid-template-columns: 1fr;
        gap: 13px
    }

    .doc-news-link {
        padding: 24px 58px 24px 23px;
        font-size: .875rem
    }

    .doc-news-link:hover {
        padding-left: 23px
    }

    .doc-summary .doc-prose {
        padding: 25px
    }

    .doc-closing .closing-panel {
        padding: 32px 25px;
        border-radius: 17px
    }

    .doc-closing .closing-copy h2 {
        font-size: 1.9rem
    }

    .doc-closing .button {
        padding: 17px 20px;
        font-size: .8125rem;
        line-height: 1.7
    }

    .product-dialog .dialog-caption {
        font-size: .9375rem;
        padding: 20px 24px
    }

    .dialog-close {
        width: 36px;
        height: 36px;
        top: 10px;
        right: 10px
    }

    .dialog-close:before,
    .dialog-close:after {
        top: 17px;
        left: 9px
    }
}

@media(max-width:390px) {
    .hero-growth-number {
        font-size: 5.1rem
    }

    .hero-growth-caption {
        font-size: 1rem
    }

    .doc-original .hero h1 em {
        gap: 18px
    }

    .doc-original .doc-hero-stage {
        height: 275px
    }

    .doc-original .doc-hero-stage .device-crop {
        top: 55px
    }

    .doc-original .doc-metric {
        padding: 20px 14px
    }

    .doc-metric>strong {
        font-size: 2.6rem
    }

    .doc-treatment-labels>span {
        padding: 19px 12px;
        gap: 5px
    }

    .doc-closing .closing-copy h2 {
        font-size: 1.7rem
    }
}

@media(prefers-reduced-motion:reduce) {
    .doc-original .doc-hero-stage .device-crop {
        transform: rotate(-7deg)
    }
}

@media print {
    .doc-original .reveal.pending {
        opacity: 1;
        transform: none
    }

    .product-zoom,
    .product-dialog {
        display: none
    }

    .doc-original .doc-solution .doc-section-heading {
        position: static
    }
}

/* Baird Medical brand palette, sampled from assets/logo.png (#405ba8). */
:root {
    --primary: #405ba8;
    --ink: #142247;
    --lime: #c7d7ff;
    --text: #233354;
    --muted: #66728a;
    --line: #dce3f1;
}

.doc-original {
    --card-shadow: 0 18px 45px #1422470b
}

.doc-original .doc-section-heading:before {
    background: var(--primary)
}

.doc-original .doc-markets .doc-section-heading:before,
.doc-original .doc-team .doc-section-heading:before {
    background: #a9c1fa
}

.doc-original .doc-first-mover {
    background: #e7edfc
}

.doc-first-grid h2 {
    color: #304987;
    border-left-color: var(--primary)
}

.doc-first-grid .body-copy {
    color: #475c89
}

.doc-original .doc-metric:first-of-type {
    background: var(--primary);
    border-color: var(--primary)
}

.doc-metric:first-of-type>strong,
.doc-metric:first-of-type .doc-metric-label {
    color: #fff
}

.doc-metric:first-of-type>p {
    color: #e5ecff
}

.doc-metric:first-of-type:after {
    border-color: #ffffff15
}

.doc-reason[open] .reason-number {
    background: var(--primary);
    color: #fff
}

.doc-closing .closing-panel {
    background: radial-gradient(ellipse at 100% 100%, #647dc0, transparent 70%), #405ba8;
    border-color: #536eb6
}

.doc-closing .closing-copy h2 {
    color: #fff
}

.doc-closing .closing-arrow {
    color: #c6d5ff;
    opacity: .7
}

.doc-closing .dark-button {
    background: #fff;
    color: #304987;
    border-color: #fff
}

.doc-closing .dark-button:hover {
    background: #e9efff;
    border-color: #e9efff
}

.product-zoom {
    background: #e6edfd;
    border-color: #b7c7eb;
    color: var(--primary)
}

.product-zoom:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
    outline-color: #6d91ed
}

::selection {
    background: #c7d7ff;
    color: #142247
}

/* Medical motion scene. Canvas and product layers use the Baird blue palette. */
.doc-original .doc-hero {
    isolation: isolate;
    background-color: #142247;
    background-image: linear-gradient(105deg, #111d3cf2 0%, #142247d9 47%, #182d58ad 100%), url('assets/hero-banner.jpg');
    background-position: center, center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-medical-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: .72;
    mask-image: linear-gradient(90deg, #0003 0, #0004 35%, #000 68%)
}

.doc-hero .hero-grid {
    z-index: 0;
    opacity: .45;
    background-size: 72px 72px
}

.doc-hero>.wrap {
    z-index: 1
}

.doc-hero .hero-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.doc-original .doc-hero .hero-layout {
    gap: 40px;
    grid-template-columns: 1.06fr 1fr;
    padding-top: 45px;
    padding-bottom: 65px
}

.doc-original .doc-hero-stage {
    height: 545px;
    min-height: 0;
    max-width: 620px;
    width: 100%;
    margin: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    perspective: 1000px;
    --device-x: 0px;
    --device-y: 0px;
    --tilt-x: 0deg;
    --tilt-y: 0deg
}

.doc-hero-stage .stage-label {
    top: 8px;
    left: 0;
    right: 0;
    width: auto;
    font-size: .625rem;
    letter-spacing: .105em;
    color: #b5c7ed;
    z-index: 4;
    gap: 9px
}

.doc-hero-stage .stage-label .square {
    border-color: #a4bef3;
    width: 5px;
    height: 5px
}

.doc-original .doc-hero-stage .device-halo {
    inset: 65px 3% 80px;
    background: radial-gradient(ellipse, #7b9af632, transparent 65%);
    filter: blur(8px);
    animation: medical-halo-breathe 6s ease-in-out infinite;
    animation-play-state: paused
}

.doc-original .doc-hero-stage .orbit {
    top: 46%;
    left: 53%;
    width: 76%;
    aspect-ratio: 1;
    border-color: #9bbaff2b;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: medical-orbit-turn 38s linear infinite;
    animation-play-state: paused
}

.doc-original .doc-hero-stage .orbit-two {
    width: 87%;
    border-style: solid;
    border-color: #a4bfff1b;
    animation-duration: 48s;
    animation-direction: reverse
}

.doc-original .doc-hero-stage .orbit-three {
    width: 98%;
    border-style: dashed;
    border-color: #a4bfff1b;
    animation-duration: 65s
}

.doc-original .doc-hero-stage .orbit-one:after {
    width: 5px;
    height: 5px;
    background: #bed3ff;
    box-shadow: 0 0 12px #a4bfff99, 0 0 0 5px #a4bfff0a
}

.doc-hero-stage .orbit-two:after {
    content: '';
    position: absolute;
    right: 13%;
    bottom: 13%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9abafa;
    box-shadow: 0 0 11px #a4bfff55
}

.ablation-pulse {
    position: absolute;
    top: 46%;
    left: 53%;
    width: 55%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #8cabef44;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: medical-ablation-pulse 5s ease-out infinite;
    animation-play-state: paused;
    pointer-events: none
}

.ablation-pulse.pulse-two {
    animation-delay: 2.5s
}

.stage-device-float {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 355px;
    z-index: 2;
    animation: medical-device-float 7s ease-in-out infinite;
    animation-play-state: paused;
    will-change: transform;
    pointer-events: none
}

.doc-original .doc-hero-stage .device-crop {
    top: 0;
    left: -3%;
    width: 108%;
    height: auto;
    aspect-ratio: 1.78;
    transform: translate3d(var(--device-x), var(--device-y), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(-8deg);
    transform-origin: 50% 60%;
    filter: drop-shadow(0 30px 21px #050d265c);
    transition: transform .65s cubic-bezier(.2, .7, .2, 1);
    overflow: hidden
}

.doc-original .doc-hero-stage .device-crop img {
    width: 100%;
    height: auto;
    display: block
}

.stage-growth-float {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 54%;
    max-width: 310px;
    z-index: 3;
    animation: medical-card-float 8s ease-in-out infinite;
    animation-delay: -2s;
    animation-play-state: paused;
    will-change: transform
}

.stage-growth-card {
    padding: 22px 22px 12px;
    background: linear-gradient(135deg, #f2f6ff, #dce7ff);
    border: 1px solid #f3f7ff;
    border-radius: 8px;
    color: #142247;
    box-shadow: 0 22px 50px #030e3038;
    transform: translate3d(calc(var(--device-x) * -.55), calc(var(--device-y) * -.4), 0) rotate(-3deg);
    transition: transform .65s cubic-bezier(.2, .7, .2, 1), box-shadow .4s
}

.doc-hero-stage:hover .stage-growth-card {
    box-shadow: 0 25px 55px #030e304d
}

.stage-growth-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: .6rem;
    font-weight: 650;
    letter-spacing: -.005em;
    line-height: 1.6
}

.stage-growth-arrow {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #c7d7f5;
    color: #405ba8;
    font-size: 1.05rem
}

.stage-growth-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 16px 0 9px
}

.stage-growth-value>strong {
    font-family: Manrope, sans-serif;
    font-size: 3.8rem;
    font-weight: 550;
    line-height: 1.1;
    letter-spacing: -.08em
}

.stage-growth-value>strong>span {
    font-size: .64em;
    letter-spacing: -.06em
}

.stage-growth-value>span {
    color: #586b98;
    font-size: .625rem;
    line-height: 1.6;
    letter-spacing: .02em
}

.stage-growth-chart {
    width: 100%;
    height: auto;
    max-height: 58px;
    overflow: visible
}

.stage-chart-baseline {
    stroke: #405ba818;
    stroke-width: 1
}

.stage-chart-area {
    fill: #405ba807
}

.stage-chart-line,
.stage-chart-head {
    stroke: #405ba8;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round
}

.stage-chart-line {
    stroke-dasharray: 1;
    animation: medical-growth-draw 5.5s ease-in-out infinite;
    animation-play-state: paused
}

.stage-chart-head,
.stage-chart-dot {
    animation: medical-growth-tip 5.5s ease-in-out infinite;
    animation-play-state: paused
}

.stage-chart-dot {
    fill: #405ba8
}

.stage-device-caption {
    position: absolute;
    right: 0;
    bottom: 64px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #bdcdec;
    font-size: .625rem;
    line-height: 2.15;
    letter-spacing: .04em;
    z-index: 2
}

.stage-device-caption b {
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: 0
}

.stage-device-caption>span:last-child {
    font-size: 1.4rem;
    color: #afc5f2
}

.doc-hero.hero-motion-running .device-halo,
.doc-hero.hero-motion-running .orbit,
.doc-hero.hero-motion-running .ablation-pulse,
.doc-hero.hero-motion-running .stage-device-float,
.doc-hero.hero-motion-running .stage-growth-float,
.doc-hero.hero-motion-running .stage-chart-line,
.doc-hero.hero-motion-running .stage-chart-head,
.doc-hero.hero-motion-running .stage-chart-dot {
    animation-play-state: running
}

@media(max-height:750px){

.doc-original .doc-hero .hero-layout{
    padding-top: 20px;
}
}

@keyframes medical-device-float {

    0%,
    100% {
        transform: translateY(0) rotate(.5deg)
    }

    50% {
        transform: translateY(-12px) rotate(-.5deg)
    }
}

@keyframes medical-card-float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(9px)
    }
}

@keyframes medical-halo-breathe {

    0%,
    100% {
        opacity: .65;
        transform: scale(.94)
    }

    50% {
        opacity: 1;
        transform: scale(1.06)
    }
}

@keyframes medical-orbit-turn {
    from {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes medical-ablation-pulse {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.7)
    }

    20% {
        opacity: .5
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.8)
    }
}

@keyframes medical-growth-draw {
    0% {
        stroke-dashoffset: 1;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    50%,
    85% {
        stroke-dashoffset: 0;
        opacity: 1
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0
    }
}

@keyframes medical-growth-tip {

    0%,
    40%,
    100% {
        opacity: 0
    }

    50%,
    85% {
        opacity: 1
    }
}

@media(max-width:1100px) {
    .doc-original .doc-hero .hero-layout {
        gap: 25px;
        grid-template-columns: 1.05fr 1fr
    }

    .doc-original .doc-hero-stage {
        height: 475px
    }

    .stage-device-float {
        top: 55px;
        height: 300px
    }

    .stage-growth-float {
        bottom: 25px;
        width: 59%
    }

    .stage-growth-card {
        padding: 18px 17px 10px
    }

    .stage-growth-top {
        font-size: .54rem
    }

    .stage-growth-value>strong {
        font-size: 3.25rem
    }

    .stage-growth-value>span {
        font-size: .56rem
    }

    .stage-device-caption {
        bottom: 62px;
        gap: 12px;
        right: -5px;
        font-size: .55rem
    }

    .stage-device-caption b {
        font-size: .56rem
    }

    .doc-hero-stage .stage-label {
        font-size: .54rem;
        letter-spacing: .07em
    }
}

@media(min-width:761px) and (max-width:900px) {
    .doc-original .doc-hero-stage {
        height: 430px
    }

    .stage-device-float {
        top: 57px
    }

    .stage-growth-float {
        width: 65%;
        bottom: 35px
    }

    .stage-growth-card {
        padding: 17px 14px 8px
    }

    .stage-growth-top {
        font-size: .48rem
    }

    .stage-growth-arrow {
        width: 19px;
        height: 19px;
        font-size: .9rem
    }

    .stage-growth-value>strong {
        font-size: 3rem
    }

    .stage-growth-value {
        gap: 9px;
        margin-top: 12px
    }

    .stage-device-caption {
        bottom: 4px;
        right: 0;
        gap: 10px
    }

    .stage-device-caption>span:first-child>br {
        display: none
    }

    .stage-device-caption b {
        margin-left: 6px
    }
}

@media(max-width:760px) {
    .doc-original .doc-hero .hero-layout {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 35px 0 32px
    }

    .doc-original .doc-hero-stage {
        width: 100%;
        max-width: 520px;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.04
    }

    .doc-hero-stage .stage-label {
        top: 3px;
        font-size: .56rem;
        letter-spacing: .065em
    }

    .stage-device-float {
        top: 8%;
        height: 68%
    }

    .doc-original .doc-hero-stage .device-crop {
        top: 0;
        left: -2%;
        width: 105%;
        aspect-ratio: 1.78
    }

    .doc-original .doc-hero-stage .orbit,
    .doc-original .doc-hero-stage .orbit-two,
    .doc-original .doc-hero-stage .orbit-three {
        top: 45%
    }

    .ablation-pulse {
        top: 45%
    }

    .stage-growth-float {
        width: 58%;
        max-width: 290px;
        bottom: 5%
    }

    .stage-growth-card {
        padding: 18px 17px 9px
    }

    .stage-growth-top {
        font-size: clamp(.48rem, 1.65vw, .66rem)
    }

    .stage-growth-value>strong {
        font-size: clamp(2.8rem, 10vw, 4rem)
    }

    .stage-growth-value>span {
        font-size: clamp(.5rem, 1.65vw, .66rem)
    }

    .stage-growth-value {
        margin: 12px 0 6px;
        gap: 8px
    }

    .stage-growth-arrow {
        width: 20px;
        height: 20px;
        font-size: .9rem
    }

    .stage-device-caption {
        right: 0;
        bottom: 14%;
        gap: 9px;
        font-size: clamp(.5rem, 1.6vw, .66rem)
    }

    .stage-device-caption b {
        font-size: clamp(.5rem, 1.6vw, .66rem)
    }

    .stage-device-caption>span:last-child {
        font-size: 1.1rem
    }

    .hero-medical-canvas {
        opacity: .5;
        mask-image: linear-gradient(#0003, #000 75%)
    }
}

@media(max-width:390px) {
    .doc-original .doc-hero-stage {
        aspect-ratio: .96
    }

    .stage-device-float {
        top: 10%
    }

    .stage-growth-float {
        width: 63%;
        bottom: 11%
    }

    .stage-growth-card {
        padding: 15px 13px 7px
    }

    .stage-growth-value>strong {
        font-size: 2.9rem
    }

    .stage-device-caption {
        bottom: 1%;
        right: 4px;
        gap: 10px
    }

    .stage-device-caption>span:first-child>br {
        display: none
    }

    .stage-device-caption b {
        margin-left: 6px
    }
}

@media(prefers-reduced-motion:reduce) {

    .doc-hero-stage .stage-device-float,
    .doc-hero-stage .stage-growth-float,
    .doc-hero-stage .orbit,
    .doc-hero-stage .device-halo,
    .doc-hero-stage .ablation-pulse,
    .doc-hero-stage .stage-growth-chart * {
        animation: none !important
    }

    .doc-hero-stage .stage-chart-line {
        stroke-dashoffset: 0
    }

    .doc-hero-stage .stage-chart-head,
    .doc-hero-stage .stage-chart-dot {
        opacity: 1
    }

    .doc-original .doc-hero-stage .device-crop {
        transform: rotate(-8deg)
    }
}

@media print {
    .hero-medical-canvas {
        display: none !important
    }

    .doc-hero-stage * {
        animation: none !important
    }
}

.doc-hero:not(.hero-motion-ready) .stage-chart-line,
.doc-hero:not(.hero-motion-ready) .stage-chart-head,
.doc-hero:not(.hero-motion-ready) .stage-chart-dot {
    animation: none
}

/* Brand label and introductory copy treatment. */
.doc-original .doc-hero .doc-hero-company {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    max-width: 100%;
    padding: 11px 17px;
    margin-bottom: 27px;
    border: 1px solid #e3ffbf;
    border-radius: 999px;
    background: #cfff92;
    box-shadow: inset 0 1px 0 #efffdd, 0 5px 22px #cfff9226;
    color: #172344;
    font-size: .9375rem;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: .025em;
    backdrop-filter: blur(10px);
}

.doc-original .doc-hero .doc-hero-company::before {
    content: '';
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #172344;
    box-shadow: 0 0 0 4px #17234414;
}

.doc-original .doc-hero .hero-description {
    position: relative;
    max-width: 590px;
    margin-top: 29px;
    padding: 23px 26px;
    border: 1px solid #9ab8f22e;
    border-left: 3px solid #91b3ff;
    border-radius: 0 14px 14px 0;
    background: linear-gradient(115deg, #405ba826, #142247b8);
    box-shadow: inset 0 1px 0 #ffffff05, 0 12px 32px #050f2514;
    backdrop-filter: blur(10px);
    color: #dce6fc;
    font-size: 1.03125rem;
    font-weight: 450;
    line-height: 1.9;
    text-wrap: pretty;
}

.hero-description-lead {
    color: #fff;
    font-weight: 650;
}

@media(max-width:760px) {
    .doc-original .doc-hero .doc-hero-company {
        padding: 10px 15px;
        margin-bottom: 24px;
        font-size: .8125rem;
        gap: 10px;
    }

    .doc-original .doc-hero .hero-description {
        margin-top: 25px;
        padding: 20px 21px;
        font-size: .9375rem;
        line-height: 1.9;
    }
}

@media(max-width:850px) {
    .doc-first-grid {
        grid-template-columns: 1fr;
        gap: 22px
    }
}

/* High-contrast stock identity badge. */
.hero-ticker {
    position: relative;
    isolation: isolate;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    flex-shrink: 0;
    padding: 20px 24px 13px;
    border: 1px solid #e3ffbf;
    border-radius: 12px;
    background: #cfff92;
    color: #172344;
    box-shadow: inset 0 1px 0 #efffdd, 0 8px 30px #cfff9226;
    cursor: default;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.hero-ticker::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(110deg, transparent 40%, #ffffff66 50%, transparent 60%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.hero-ticker-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}

.hero-ticker-exchange {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 11px;
    border: 1px solid #cfff92;
    border-radius: 6px;
    background: #172344;
    white-space: nowrap;
    font-size: .5625rem;
    line-height: 1.3;
    letter-spacing: .15em;
    font-weight: 650;
    color: #cfff92;
}

.hero-ticker-symbol {
    font-family: Manrope, 'DM Sans', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .035em;
}

.hero-ticker:hover {
    transform: translateY(-2px);
    border-color: #efffdd;
    box-shadow: inset 0 1px 0 #efffdd, 0 10px 36px #cfff9240;
}

.hero-ticker:hover::before {
    opacity: 1;
}

@media(max-height:750px){

.hero-ticker{
    padding: 13px 23px 7px;
}

}

@media(max-width:760px) {
    .doc-hero .hero-brand {
        gap: 12px;
    }

    .doc-hero .hero-logo {
        width: clamp(128px, 32vw, 180px);
        padding: 0;
    }

    .hero-ticker {
        min-width: 130px;
        padding: 17px 15px 11px;
        border-radius: 10px;
    }

    .hero-ticker-exchange {
        padding: 4px 9px;
        font-size: .5rem;
        letter-spacing: .12em;
    }

    .hero-ticker-symbol {
        font-size: 1.75rem;
        letter-spacing: .025em;
    }
}

@media(prefers-reduced-motion:reduce) {
    .hero-ticker::before {
        display: none;
    }

    .hero-ticker:hover {
        transform: none;
    }
}

/* First-mover credential: original document copy in a two-panel card. */
.doc-original .doc-first-mover {
    padding: 48px 0;
    background: linear-gradient(180deg, #e9effb, #f5f7fc);
}

.doc-first-mover .doc-first-grid {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: .95fr 1.25fr;
    align-items: stretch;
    gap: 0;
    border: 1px solid #cfdaee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px #1422470a, 0 2px 5px #14224704;
    transition: border-color .3s, box-shadow .3s;
}

.doc-first-mover .doc-first-grid::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(320px circle at var(--credential-x, 50%) var(--credential-y, 50%), #a6c0ff16, transparent 75%);
    opacity: 0;
    transition: opacity .3s;
}

.first-mover-heading {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 36px;
    border-radius: 19px 0 0 19px;
    background: linear-gradient(125deg, #263f7b, #172b55);
}

.first-mover-heading::before,
.first-mover-heading::after {
    content: '';
    position: absolute;
    right: -95px;
    bottom: -145px;
    width: 290px;
    height: 290px;
    border: 1px solid #c7d7ff14;
    border-radius: 50%;
    pointer-events: none;
}

.first-mover-heading::after {
    width: 240px;
    height: 240px;
    right: -70px;
    bottom: -120px;
}

.first-mover-emblem {
    position: relative;
    display: grid;
    place-items: center;
    width: 68px;
    height: 78px;
    flex-shrink: 0;
    border: 1px solid #cfff925c;
    border-radius: 18px;
    background: linear-gradient(145deg, #cfff9219, #cfff9206);
    color: #cfff92;
    box-shadow: inset 0 1px 0 #cfff9217, 0 7px 20px #081c3226;
    transition: transform .35s, background .35s, box-shadow .35s;
}

.first-mover-emblem svg {
    width: 43px;
    height: 43px;
}

.doc-first-mover .doc-first-grid h2 {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: clamp(1.4rem, 2.05vw, 1.85rem);
    line-height: 1.4;
    letter-spacing: -.045em;
    font-weight: 550;
    text-wrap: balance;
}

.doc-first-mover .doc-first-grid h2>span {
    display: block;
    color: #cfff92;
    margin-top: 3px;
}

.first-mover-copy {
    display: flex;
    align-items: center;
    padding: 35px 40px;
    border-radius: 0 19px 19px 0;
    background: linear-gradient(125deg, #fff, #f4f7ff);
}

.doc-original .doc-first-mover .body-copy {
    color: #000;
    font-size: 1rem;
    line-height: 1.95;
}

.first-mover-copy strong {
    color: #263f75;
    font-weight: 650;
}

.first-mover-copy .first-mover-certificate {
    text-decoration: underline;
    text-decoration-color: #cfff92;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
    text-decoration-skip-ink: auto;
}

.doc-original .doc-first-mover .doc-reference {
    font-size: .75em;
}

.doc-original .doc-first-mover .doc-reference a {
    padding: 5px 7px;
    color: #405ba8;
    border-radius: 5px;
    text-decoration: none;
    background: #e7edfb;
    transition: background .2s, color .2s;
}

.doc-original .doc-first-mover .doc-reference a:hover {
    color: #172344;
    background: #cfff92;
    opacity: 1;
}

.doc-first-mover .doc-first-grid:focus-within {
    border-color: #8da9df;
    box-shadow: 0 17px 44px #14224712;
}

@media(hover:hover) and (pointer:fine) {
    .doc-first-mover .doc-first-grid:hover {
        border-color: #8da9df;
        box-shadow: 0 17px 44px #14224712;
    }

    .doc-first-mover .doc-first-grid:hover::after {
        opacity: 1;
    }

    .doc-first-grid:hover .first-mover-emblem {
        transform: translateY(-3px) rotate(-4deg);
        background: #cfff9224;
        box-shadow: 0 9px 25px #081c3233;
    }

    .doc-first-grid:hover .first-mover-check {
        animation: credential-check-draw .65s ease both;
    }
}

@keyframes credential-check-draw {
    from {
        stroke-dasharray: 1;
        stroke-dashoffset: 1;
    }

    to {
        stroke-dasharray: 1;
        stroke-dashoffset: 0;
    }
}

@media(max-width:1100px) {
    .first-mover-heading {
        gap: 20px;
        padding: 29px;
    }

    .first-mover-emblem {
        width: 56px;
        height: 66px;
        border-radius: 15px;
    }

    .first-mover-emblem svg {
        width: 37px;
        height: 37px;
    }

    .first-mover-copy {
        padding: 29px;
    }
}

@media(max-width:850px) {
    .doc-first-mover .doc-first-grid {
        grid-template-columns: 1fr;
    }

    .first-mover-heading {
        border-radius: 19px 19px 0 0;
        padding: 29px 32px;
    }

    .doc-first-mover .doc-first-grid h2 {
        font-size: 1.75rem;
    }

    .first-mover-copy {
        border-radius: 0 0 19px 19px;
        padding: 28px 32px;
    }
}

@media(max-width:760px) {
    .doc-original .doc-first-mover {
        padding: 32px 0;
    }

    .doc-first-mover .doc-first-grid {
        border-radius: 16px;
    }

    .first-mover-heading {
        gap: 19px;
        padding: 26px 23px;
        border-radius: 15px 15px 0 0;
    }

    .first-mover-emblem {
        width: 50px;
        height: 60px;
        border-radius: 13px;
    }

    .first-mover-emblem svg {
        width: 33px;
        height: 33px;
    }

    .doc-first-mover .doc-first-grid h2 {
        font-size: clamp(1.3rem, 4.7vw, 1.65rem);
        line-height: 1.45;
    }

    .first-mover-copy {
        padding: 25px 24px;
        border-radius: 0 0 15px 15px;
    }

    .doc-original .doc-first-mover .body-copy {
        font-size: .9375rem;
        line-height: 1.95;
    }
}

@media(prefers-reduced-motion:reduce) {
    .doc-first-grid .first-mover-check {
        animation: none !important;
    }

    .doc-first-grid:hover .first-mover-emblem {
        transform: none;
    }

    .doc-first-mover .doc-first-grid::after {
        display: none;
    }
}

/* Investor overview: laboratory photography and four original investment paragraphs. */
.doc-original .doc-overview {
    background: radial-gradient(ellipse at 0 75%, #edf2fc, transparent 55%), #fff;
}

.doc-overview .overview-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 38px;
    margin-bottom: 35px;
}

.doc-original .doc-overview .overview-heading::before {
    flex-basis: 38px;
    margin-right: calc(100% - 38px);
    margin-bottom: 22px;
}

.doc-overview .overview-heading h2 {
    margin: 0;
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    letter-spacing: -.05em;
}

.overview-heading-line {
    flex: 1;
    height: 1px;
    min-width: 40px;
    background: linear-gradient(90deg, #bdcdec, #bdcdec00);
}

.overview-heading-line::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #405ba8;
    background: #cfff92;
    transform: translateY(-4px) rotate(45deg);
}

.overview-layout {
    display: grid;
    grid-template-columns: .85fr 1.6fr;
    gap: 25px;
    align-items: stretch;
}

.overview-photo {
    position: relative;
    isolation: isolate;
    margin: 0;
    min-width: 0;
    min-height: 480px;
    border-radius: 20px;
    overflow: hidden;
    background: #142247;
    box-shadow: 0 18px 45px #14224714;
}

.overview-photo-picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.overview-photo .overview-photo-picture {
    position: absolute;
    inset: 0;
}

.overview-photo-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 57% 50%;
}

.overview-photo .overview-photo-picture img {
    transition: transform .9s cubic-bezier(.2, .7, .2, 1);
}

.overview-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, #14224708 40%, #102448b3);
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px #ffffff20;
}

.overview-photo-corner {
    position: absolute;
    top: 23px;
    left: 23px;
    width: 28px;
    height: 28px;
    border-top: 1px solid #cfff92a6;
    border-left: 1px solid #cfff92a6;
    z-index: 2;
    pointer-events: none;
}

.overview-photo-corner::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cfff92;
}

.overview-photo .product-zoom {
    z-index: 3;
    right: 23px;
    bottom: 23px;
    width: 44px;
    height: 44px;
    background: #cfff92;
    color: #172344;
    border-color: #e5ffc6;
    box-shadow: 0 5px 20px #06152933;
}

.overview-photo .product-zoom:hover {
    background: #e2ffbc;
    transform: rotate(90deg);
}

.overview-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.overview-card {
    position: relative;
    isolation: isolate;
    min-width: 0;
    padding: 27px 26px;
    border: 1px solid #d9e3f2;
    border-radius: 17px;
    background: #fff;
    transition: transform .3s, border-color .3s, box-shadow .3s;
}

.overview-card-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid #d9e4f8;
    background: #f0f4fc;
    color: #405ba8;
    margin-bottom: 19px;
    transition: background .3s, transform .3s, border-color .3s;
}

.overview-card-icon svg {
    width: 23px;
    height: 23px;
}

.doc-original .doc-overview .overview-card .body-copy {
    font-size: .9375rem;
    line-height: 1.9;
    color: #000;
    margin: 0;
}

.overview-growth-card {
    background: linear-gradient(135deg, #2d4885, #182e5a);
    border-color: #324d86;
    overflow: hidden;
}

.overview-growth-card::before {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    right: -105px;
    top: -105px;
    border: 1px solid #c7d7ff20;
    border-radius: 50%;
    box-shadow: 0 0 0 23px #c7d7ff06, 0 0 0 46px #c7d7ff04;
    z-index: -1;
}

.overview-growth-card .overview-card-icon {
    background: #cfff92;
    border-color: #cfff92;
    color: #172344;
}

.doc-original .doc-overview .overview-growth-card .body-copy {
    color: #fff;
}

.overview-growth-highlight {
    color: #cfff92;
    font-weight: 650;
}

.doc-original .doc-overview .doc-notice {
    margin-top: 27px;
    border: 0;
    border-left: 2px solid #a4b8df;
    border-radius: 0 8px 8px 0;
    background: #f0f4fb;
    color: #697894;
    padding: 19px 23px;
    font-size: .75rem;
    line-height: 1.85;
}

.product-dialog .overview-photo-picture {
    position: relative;
    height: auto;
    aspect-ratio: 1600 / 1067;
    background: #142247;
}

.product-dialog .overview-photo-picture img {
    object-fit: contain;
    height: auto;
}

@media(hover:hover) and (pointer:fine) {
    .overview-photo:hover .overview-photo-picture img {
        transform: scale(1.045);
    }

    .overview-card:hover {
        transform: translateY(-4px);
        border-color: #a7bddf;
        box-shadow: 0 14px 32px #1422470b;
    }

    .overview-card:hover .overview-card-icon {
        background: #cfff92;
        border-color: #c7ee99;
        color: #172344;
        transform: translateY(-2px);
    }

    .overview-growth-card:hover {
        border-color: #a9c0ee;
        box-shadow: 0 14px 32px #14224720;
    }
}

@media(max-width:1100px) {
    .overview-layout {
        grid-template-columns: .8fr 1.6fr;
        gap: 20px;
    }

    .overview-cards {
        gap: 15px;
    }

    .overview-card {
        padding: 23px 21px;
    }
}

@media(max-width:950px) {
    .overview-layout {
        grid-template-columns: 1fr;
    }

    .overview-photo {
        min-height: 0;
        height: 330px;
    }

    .overview-photo-picture img {
        object-position: 50% 43%;
    }

    .overview-photo .overview-photo-picture img {
        object-fit: cover;
    }

    .overview-card {
        padding: 28px;
    }
}

@media(max-width:760px) {
    .doc-overview .overview-heading {
        gap: 0 24px;
        margin-bottom: 28px;
    }

    .doc-overview .overview-heading h2 {
        font-size: 2rem;
    }

    .overview-heading-line {
        min-width: 15px;
    }

    .overview-layout {
        gap: 20px;
    }

    .overview-photo {
        height: auto;
        aspect-ratio: 1.2;
        border-radius: 16px;
    }

    .overview-photo-picture img {
        object-position: 55% 50%;
    }

    .overview-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .overview-card {
        padding: 25px;
        border-radius: 14px;
    }

    .overview-card-icon {
        margin-bottom: 17px;
        width: 36px;
        height: 36px;
    }

    .doc-original .doc-overview .doc-notice {
        margin-top: 23px;
        padding: 18px 20px;
    }

    .overview-photo .product-zoom {
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
}

@media(prefers-reduced-motion:reduce) {

    .overview-photo:hover .overview-photo-picture img,
    .overview-card:hover,
    .overview-card:hover .overview-card-icon {
        transform: none;
    }
}

/* The clinical challenge: warm accents for burden, lime for the opportunity. */
.doc-original .doc-need {
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse at 0 20%, #30457599, transparent 55%), #142440;
    color: #f2f6ff;
}

.doc-need>.wrap {
    position: relative;
    z-index: 1;
}

.need-intro {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 58px;
    margin-bottom: 34px;
}

.doc-need .need-heading {
    margin: 0;
}

.doc-original .doc-need .need-heading::before {
    background: #ffbb9f;
    width: 43px;
    margin-bottom: 27px;
}

.doc-need .need-heading h2 {
    color: #fff;
    font-size: clamp(2.3rem, 3.6vw, 3.25rem);
    line-height: 1.25;
    letter-spacing: -.045em;
    margin: 0;
    text-wrap: balance;
}

.need-heading h2>span {
    color: #ffcfbb;
}

.need-pulse-line {
    display: block;
    width: 210px;
    max-width: 65%;
    height: 34px;
    color: #ffbb9f;
    opacity: .4;
    margin-top: 30px;
}

.need-visual {
    position: relative;
    isolation: isolate;
    margin: 0;
    min-width: 0;
    border: 1px solid #aac6ef44;
    border-radius: 19px;
    overflow: hidden;
    background: #1c3759;
    box-shadow: 0 20px 45px #070f242e;
}

.need-photo-picture {
    width: 100%;
    aspect-ratio: 1920 / 1081;
    overflow: hidden;
}

.need-photo-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.need-visual .need-photo-picture img {
    transition: transform .9s cubic-bezier(.2, .7, .2, 1);
}

.need-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #10244100 55%, #10244166);
    border-radius: inherit;
}

.need-image-corner {
    position: absolute;
    top: 19px;
    left: 19px;
    width: 22px;
    height: 22px;
    border-left: 1px solid #dceaffaa;
    border-top: 1px solid #dceaffaa;
    z-index: 2;
    pointer-events: none;
}

.need-visual .product-zoom {
    z-index: 3;
    right: 17px;
    bottom: 17px;
    width: 40px;
    height: 40px;
    color: #172344;
    background: #eff5ff;
    border-color: #d7e5ff;
    box-shadow: 0 4px 16px #07142c30;
}

.need-visual .product-zoom:hover {
    background: #cfff92;
    border-color: #cfff92;
}

.need-challenges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.need-card {
    position: relative;
    overflow: hidden;
    padding: 29px;
    border: 1px solid #8da8d338;
    border-radius: 16px;
    background: linear-gradient(140deg, #ffffff07, #ffffff02);
    transition: transform .3s, border-color .3s, background .3s;
}

.need-card:first-child {
    border-color: #ffbb9f4a;
    background: linear-gradient(135deg, #ffba9610, #ffba9603);
}

.need-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.need-card-icon {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid #ffc9b344;
    border-radius: 11px;
    color: #ffc9b3;
    background: #ffc9b30b;
    transition: transform .3s, background .3s;
}

.need-card-icon svg {
    width: 23px;
    height: 23px;
}

.need-card-number {
    font-family: Manrope, sans-serif;
    font-size: .75rem;
    font-weight: 550;
    letter-spacing: .08em;
    color: #a9b7d0;
}

.doc-original .doc-need .need-card .body-copy {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.95;
}

.need-card strong {
    font-weight: 600;
    color: #ffd6c5;
}

.need-card-demand {
    border-color: #cfff923b;
    background: linear-gradient(135deg, #cfff920b, #cfff9202);
}

.need-card-demand .need-card-icon {
    color: #cfff92;
    border-color: #cfff9240;
    background: #cfff920c;
}

.need-card-demand strong {
    color: #d6ffa6;
}

.need-card-demand .need-card-number {
    color: #b5c9a5;
}

.need-opportunity {
    position: relative;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-top: 25px;
    padding: 27px 32px;
    border: 1px solid #dfffba;
    border-radius: 14px;
    background: linear-gradient(115deg, #dfffba, #cfff92);
}

.need-opportunity-icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    border: 1px solid #29452e42;
    border-radius: 50%;
    color: #263a2b;
    transition: transform .3s;
}

.need-opportunity-icon svg {
    width: 25px;
    height: 25px;
}

.doc-need .need-opportunity .doc-callout {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: #253d33;
    font-size: clamp(1.1rem, 1.75vw, 1.4rem);
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: -.025em;
}

.need-opportunity .doc-callout strong {
    color: #152b27;
    font-weight: 750;
}

.product-dialog .need-photo-picture {
    height: auto;
    aspect-ratio: 1920 / 1081;
    background: #142247;
}

.product-dialog .need-photo-picture img {
    object-fit: contain;
}

@media(hover:hover) and (pointer:fine) {
    .need-visual:hover .need-photo-picture img {
        transform: scale(1.025);
    }

    .need-card:hover {
        transform: translateY(-5px);
        border-color: #ffcfbb80;
        background: #ffcfbb0a;
    }

    .need-card:hover .need-card-icon {
        transform: translateY(-2px);
        background: #ffc9b31c;
    }

    .need-card-demand:hover {
        border-color: #cfff9290;
        background: #cfff920d;
    }

    .need-card-demand:hover .need-card-icon {
        background: #cfff921c;
    }

    .need-opportunity:hover .need-opportunity-icon {
        transform: translateX(4px);
    }
}

@media(max-width:1100px) {
    .need-intro {
        gap: 35px;
    }

    .need-card {
        padding: 25px;
    }

    .need-challenges {
        gap: 16px;
    }
}

@media(max-width:850px) {
    .need-intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .doc-need .need-heading h2 {
        max-width: 670px;
        font-size: 2.8rem;
    }

    .need-pulse-line {
        display: none;
    }

    .need-card {
        padding: 23px;
    }

    .need-challenges {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .need-card-top {
        margin-bottom: 17px;
    }
}

@media(max-width:760px) {
    .doc-need .need-heading h2 {
        font-size: clamp(2rem, 6.6vw, 2.65rem);
        line-height: 1.3;
    }

    .doc-original .doc-need .need-heading::before {
        margin-bottom: 23px;
    }

    .need-intro {
        margin-bottom: 24px;
        gap: 26px;
    }

    .need-visual {
        border-radius: 14px;
    }

    .need-visual .product-zoom {
        width: 34px;
        height: 34px;
        right: 12px;
        bottom: 12px;
    }

    .need-image-corner {
        left: 14px;
        top: 14px;
        width: 18px;
        height: 18px;
    }

    .need-card {
        padding: 25px;
        border-radius: 14px;
    }

    .need-opportunity {
        padding: 24px;
        gap: 17px;
        margin-top: 21px;
        align-items: flex-start;
    }

    .need-opportunity-icon {
        width: 32px;
        height: 32px;
        margin-top: 3px;
    }

    .need-opportunity-icon svg {
        width: 20px;
        height: 20px;
    }

    .doc-need .need-opportunity .doc-callout {
        font-size: 1.125rem;
        line-height: 1.65;
    }
}

@media(prefers-reduced-motion:reduce) {

    .need-visual:hover .need-photo-picture img,
    .need-card:hover,
    .need-card:hover .need-card-icon,
    .need-opportunity:hover .need-opportunity-icon {
        transform: none;
    }
}

/* Interactive solution scenes supplement, and never hide, the original paragraphs. */
.doc-original .doc-solution {
    background: radial-gradient(ellipse at 20% 80%, #e4edfc, transparent 60%), #f8faff;
}

.doc-original .doc-solution .solution-heading {
    position: static;
    padding-bottom: 0;
    margin-bottom: 40px;
    max-width: 940px;
}

.doc-solution .solution-heading::after {
    display: none;
}

.doc-solution .solution-heading h2 {
    font-size: clamp(2.15rem, 3.4vw, 3.05rem);
    line-height: 1.28;
}

.solution-heading h2>span {
    color: #405ba8;
}

.solution-layout {
    display: grid;
    grid-template-columns: .95fr 1.15fr;
    gap: 35px;
    align-items: start;
}

.solution-visual {
    position: sticky;
    top: 30px;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #546e9b;
    border-radius: 22px;
    background: radial-gradient(circle at 50% 42%, #2d487d, #142747 67%);
    color: #c5d6f8;
    box-shadow: 0 24px 55px #1422471f;
}

.solution-visual-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 25px;
    padding: 23px 0;
    border-bottom: 1px solid #aac5ff21;
    font-size: .75rem;
    letter-spacing: .025em;
}

.solution-visual-dot {
    width: 6px;
    height: 6px;
    background: #cfff92;
    border-radius: 2px;
    box-shadow: 0 0 0 5px #cfff920a;
}

.solution-visual-label {
    color: #e5efff;
    font-weight: 550;
}

.solution-visual-index {
    margin-left: auto;
    color: #9bafd3;
    font-size: .6875rem;
    letter-spacing: .1em;
}

.solution-canvas-wrap {
    position: relative;
    aspect-ratio: 1.12;
    width: 100%;
}

.solution-canvas,
.solution-canvas-fallback {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.solution-visual[data-canvas-ready] .solution-canvas-fallback {
    display: none;
}

.solution-visual figcaption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    border-top: 1px solid #aac5ff21;
    color: #a9bcde;
    font-size: .6875rem;
}

.solution-scene-controls {
    display: flex;
    gap: 8px;
}

.solution-scene-controls button {
    width: 31px;
    height: 31px;
    padding: 0;
    border: 1px solid #aac5ff45;
    border-radius: 50%;
    background: #c7d7ff0a;
    color: #e5efff;
    font-size: 1rem;
    transition: background .2s, color .2s;
}

.solution-scene-controls button:hover {
    background: #cfff92;
    color: #172344;
}

.solution-steps {
    display: grid;
    gap: 16px;
}

.solution-step {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    position: relative;
    padding: 26px;
    border: 1px solid #d7e2f2;
    border-radius: 16px;
    background: #ffffffbd;
    transition: border-color .3s, background .3s, box-shadow .3s;
}

.solution-step.is-active {
    border-color: #90afdf;
    background: #fff;
    box-shadow: 0 10px 28px #1d427410;
}

.solution-step::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 25px;
    bottom: 25px;
    width: 3px;
    border-radius: 3px;
    background: #405ba8;
    transform: scaleY(0);
    transition: transform .3s;
}

.solution-step.is-active::before {
    transform: scaleY(1);
}

.solution-step-select {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d2dff3;
    border-radius: 12px;
    background: #edf2fb;
    color: #60769d;
    font-family: Manrope, sans-serif;
    font-size: .8125rem;
    font-weight: 650;
    letter-spacing: .025em;
    transition: background .25s, border-color .25s, color .25s, transform .25s;
}

.solution-step-select[aria-pressed=true] {
    color: #172344;
    background: #cfff92;
    border-color: #b8e67e;
}

.solution-step-select:hover {
    transform: translateY(-2px);
    background: #dfffba;
    color: #172344;
}

.doc-original .doc-solution .solution-step .body-copy {
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    font-size: .9375rem;
    line-height: 1.9;
}

.doc-original .doc-solution .solution-step.is-active .body-copy {
    color: #324e7b;
}

.solution-step:focus-within {
    outline: 2px solid #7598dd;
    outline-offset: 3px;
}

.solution-step-select:focus-visible {
    outline-offset: 3px;
}

@media(max-width:1100px) {
    .solution-layout {
        grid-template-columns: .9fr 1.1fr;
        gap: 25px;
    }

    .solution-step {
        padding: 23px;
        gap: 17px;
    }
}

@media(max-width:850px) {
    .solution-layout {
        grid-template-columns: 1fr;
    }

    .solution-visual {
        position: relative;
        top: auto;
    }

    .solution-canvas-wrap {
        aspect-ratio: 1.7;
    }

    .solution-step {
        padding: 26px;
        gap: 22px;
    }
}

@media(max-width:760px) {
    .doc-original .doc-solution .solution-heading {
        margin-bottom: 30px;
    }

    .doc-solution .solution-heading h2 {
        font-size: 2rem;
    }

    .solution-visual {
        border-radius: 17px;
    }

    .solution-canvas-wrap {
        aspect-ratio: 1.12;
    }

    .solution-visual-top {
        margin-inline: 20px;
        padding-block: 20px;
        font-size: .6875rem;
    }

    .solution-visual-index {
        font-size: .625rem;
    }

    .solution-visual figcaption {
        padding: 18px 20px;
        font-size: .625rem;
    }

    .solution-steps {
        gap: 14px;
    }

    .solution-step {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 16px;
        padding: 22px 20px;
        border-radius: 14px;
    }

    .solution-step-select {
        height: 34px;
        width: 34px;
        border-radius: 10px;
        font-size: .75rem;
    }
}

@media(prefers-reduced-motion:reduce) {
    .solution-step-select:hover {
        transform: none;
    }
}

@media print {
    .solution-visual {
        position: static;
    }
}

/* Financial dashboard: label, headline, supporting copy and original metrics. */
.doc-original .doc-financials {
    background: radial-gradient(ellipse at 50% 0, #e6eefc 0, transparent 38%), #f5f7fc;
    border-top: 1px solid #dce5f4;
}

.doc-financials .financial-heading {
    max-width: 1000px;
    margin: 0 auto 43px;
    text-align: center;
}

.doc-original .doc-financials .financial-heading::before {
    display: none;
}

.financial-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 24px;
    padding: 10px 16px;
    border: 1px solid #b7d890;
    border-radius: 999px;
    background: #dcffb6;
    color: #263e30;
    font-size: .8125rem;
    font-weight: 650;
    line-height: 1.5;
    letter-spacing: .025em;
}

.financial-label>svg {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
}

.financial-label .doc-reference {
    font-size: .75em;
    margin-left: 0;
    top: -3px;
    position: relative;
}

.doc-financials .financial-heading .financial-headline {
    margin: 0;
    color: #192f55;
    font-size: clamp(2.5rem, 4.2vw, 3.8rem);
    line-height: 1.16;
    font-weight: 550;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.financial-headline>span {
    color: #405ba8;
}

.doc-original .doc-financials .financial-heading .financial-subheadline {
    max-width: 800px;
    margin: 23px auto 0;
    color: #000;
    font-size: 1.0625rem;
    line-height: 1.85;
}

.doc-financials .doc-metric-grid {
    gap: 19px;
    margin-top: 0;
}

.doc-original .doc-financials .doc-metric {
    position: relative;
    min-width: 0;
    min-height: 298px;
    padding: 27px 28px 29px;
    border: 1px solid #d7e2f2;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 4px 15px #17345604;
}

.doc-financials .doc-metric::after {
    display: none;
}

.doc-original .doc-financials .doc-metric:first-of-type {
    background: linear-gradient(140deg, #405ba8, #293f7b);
    border-color: #536fb7;
}

.doc-original .doc-financials .doc-metric:last-of-type {
    background: #162a4d;
    border-color: #263e64;
}

.financial-metric-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    border: 1px solid #dce5f6;
    border-radius: 12px;
    background: #f1f5fd;
    color: #405ba8;
    transition: transform .3s, background .3s;
}

.financial-metric-icon svg {
    width: 24px;
    height: 24px;
}

.doc-metric:first-of-type .financial-metric-icon,
.doc-metric:last-of-type .financial-metric-icon {
    background: #c7d7ff0e;
    border-color: #c7d7ff40;
    color: #d5e4ff;
}

.doc-financials .doc-metric>strong {
    position: relative;
    font-family: Manrope, sans-serif;
    font-size: clamp(2.85rem, 4.3vw, 4rem);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -.065em;
    color: #233c67;
    margin: 22px 0 16px;
}

.doc-financials .doc-metric:first-of-type>strong,
.doc-financials .doc-metric:last-of-type>strong {
    color: #cfff92;
}

.doc-financials .doc-metric-label {
    color: #314e7c;
    font-size: .9375rem;
    font-weight: 650;
    margin-bottom: 12px;
}

.doc-financials .doc-metric>p {
    font-size: .875rem;
    line-height: 1.8;
    color: #000;
    max-width: none;
}

.doc-financials .doc-metric:first-of-type .doc-metric-label,
.doc-financials .doc-metric:last-of-type .doc-metric-label {
    color: #f4f7ff;
}

.doc-financials .doc-metric:first-of-type>p,
.doc-financials .doc-metric:last-of-type>p {
    color: #c2d1ed;
}

.doc-financials .doc-metric>.financial-positive {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #456d32;
    font-weight: 500;
}

.financial-positive::before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    flex-shrink: 0;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(-45deg);
    margin-top: 3px;
}

.doc-financials .doc-metric:first-of-type>.financial-positive {
    color: #dcffb8;
}

.financial-ring {
    display: block;
    width: 94px;
    height: 94px;
    overflow: visible;
    fill: none;
}

.financial-ring-track {
    stroke: #dfe8f7;
    stroke-width: 7;
}

.financial-ring-fill {
    stroke: #405ba8;
    stroke-width: 7;
    stroke-dasharray: var(--ring-value) 100;
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
    transform-origin: 40px 40px;
    transition: stroke-dashoffset 1.25s cubic-bezier(.2, .7, .2, 1);
}

.financial-ring.ring-pending .financial-ring-fill {
    stroke-dashoffset: var(--ring-value);
}

.financial-margin-ring {
    width: 47px;
    height: 41px;
}

.doc-financials .doc-highlights-grid {
    display: grid;
    grid-template-columns: .85fr 1.05fr 1.2fr;
    gap: 19px;
    margin-top: 19px;
}

.doc-financials .doc-highlight {
    min-width: 0;
    min-height: 294px;
    padding: 29px;
    border: 1px solid #d7e2f2;
    border-radius: 19px;
    background: #fff;
}

.doc-financials .doc-highlight::before,
.doc-financials .doc-highlight::after {
    display: none;
}

.doc-financials .doc-highlight:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(140deg, #dfffba, #cfff92);
    border-color: #bedf99;
}

.financial-income-icon {
    display: block;
    color: #365836;
    width: 48px;
    height: 48px;
    margin: 0 0 26px;
}

.financial-income-icon svg {
    width: 100%;
    height: 100%;
}

.doc-financials .doc-highlight:first-of-type h3 {
    color: #203c32;
    font-size: 1.35rem;
}

.doc-financials .doc-highlight:first-of-type p {
    color: #47663f;
}

.doc-financials .doc-highlight:nth-of-type(2) {
    background: linear-gradient(135deg, #294378, #172d54);
    border-color: #3a5588;
}

.doc-financials .doc-highlight h3 {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: #36537e;
    margin-bottom: 16px;
    font-weight: 550;
}

.doc-financials .highlight-value {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: clamp(2.2rem, 3.5vw, 3.3rem);
    line-height: 1.15;
    letter-spacing: -.055em;
    margin-bottom: 12px;
}

.doc-financials .doc-highlight:nth-of-type(2) h3 {
    color: #d8e4fc;
}

.doc-financials .doc-highlight:nth-of-type(2) .highlight-value {
    color: #cfff92;
}

.doc-financials .doc-highlight p {
    font-size: .9375rem;
    line-height: 1.85;
    color: #64799b;
    padding-right: 96px;
}

.doc-financials .doc-highlight:first-of-type p {
    padding: 0;
}

.doc-financials .doc-highlight:nth-of-type(2) p {
    color: #bfcfec;
}

.financial-mix-ring {
    position: absolute;
    bottom: 27px;
    right: 24px;
}

.doc-highlight:nth-of-type(2) .financial-ring-track {
    stroke: #718bb13b;
}

.doc-highlight:nth-of-type(2) .financial-ring-fill {
    stroke: #cfff92;
}

.doc-financials .doc-quotes {
    margin-top: 38px;
    gap: 22px;
    align-items: stretch;
}

.doc-financials .doc-quotes .quote-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 33px;
    background: #fff;
    border: 1px solid #d7e2f2;
    border-radius: 19px;
    box-shadow: 0 8px 28px #14224704;
}

.doc-financials .doc-quotes .green-quote {
    background: linear-gradient(135deg, #edf3fd, #f7faff);
}

.doc-financials .doc-quotes .quote-mark {
    flex-shrink: 0;
    font-size: 4.5rem;
    line-height: .7;
    height: 42px;
    margin: 0 0 22px;
    color: #7391c6;
}

.doc-financials .doc-quotes blockquote {
    margin: 0;
    padding: 0 0 25px;
}

.doc-financials .doc-quotes blockquote>.body-copy {
    color: #597093;
    font-size: .9375rem;
    line-height: 1.95;
}

.doc-financials .doc-quotes blockquote>p+p {
    margin-top: 21px;
}

.doc-financials .doc-quotes .doc-quote-byline {
    margin-top: auto;
    padding-top: 21px;
    border-color: #d2def1;
    color: #304a73;
    font-size: .8125rem;
    line-height: 1.8;
    font-weight: 550;
}

@media(hover:hover) and (pointer:fine) {
    .doc-financials .doc-metric:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 37px #233d7517;
        border-color: #91addc;
    }

    .doc-financials .doc-metric:hover .financial-metric-icon {
        transform: translateY(-2px) rotate(-5deg);
    }

    .doc-financials .doc-highlight:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 35px #233d7512;
    }
}

@media(max-width:1100px) {

    .doc-financials .doc-metric-grid,
    .doc-financials .doc-highlights-grid {
        gap: 15px;
    }

    .doc-original .doc-financials .doc-metric {
        padding: 25px 22px;
    }

    .doc-financials .doc-metric>strong {
        font-size: 3.25rem;
    }

    .doc-financials .doc-highlight {
        padding: 25px;
    }

    .financial-mix-ring {
        width: 75px;
        height: 75px;
        right: 20px;
        bottom: 27px;
    }

    .doc-financials .doc-highlight p {
        padding-right: 74px;
    }

    .doc-financials .highlight-value {
        font-size: 2.55rem;
    }
}

@media(max-width:900px) {
    .doc-financials .doc-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doc-original .doc-financials .doc-metric {
        min-height: 275px;
        padding: 28px;
    }

    .doc-financials .doc-highlights-grid {
        grid-template-columns: 1fr 1fr;
    }

    .doc-financials .doc-highlight:first-of-type {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 49px 1fr;
        gap: 6px 22px;
        min-height: 0;
    }

    .financial-income-icon {
        grid-row: span 2;
        margin: 0;
    }

    .doc-financials .doc-highlight:first-of-type h3 {
        margin: 0;
    }

    .doc-financials .doc-highlight:first-of-type p {
        grid-column: 2;
    }
}

@media(max-width:760px) {
    .financial-label {
        font-size: .75rem;
        margin-bottom: 22px;
        padding: 9px 14px;
    }

    .doc-financials .financial-heading {
        margin-bottom: 31px;
    }

    .doc-financials .financial-heading .financial-headline {
        font-size: clamp(2.2rem, 7.5vw, 3rem);
        line-height: 1.2;
    }

    .doc-original .doc-financials .financial-heading .financial-subheadline {
        font-size: .9375rem;
        line-height: 1.9;
        margin-top: 21px;
    }

    .doc-financials .doc-metric-grid {
        gap: 13px;
    }

    .doc-original .doc-financials .doc-metric {
        border-radius: 15px;
        padding: 22px 18px;
        min-height: 276px;
    }

    .doc-financials .doc-metric>strong {
        font-size: clamp(2.4rem, 8vw, 3.2rem);
        margin: 20px 0 14px;
    }

    .doc-financials .doc-metric-label {
        font-size: .8125rem;
    }

    .doc-financials .doc-metric>p {
        font-size: .8125rem;
        line-height: 1.8;
    }

    .financial-metric-icon {
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }

    .financial-metric-icon svg {
        width: 21px;
        height: 21px;
    }

    .financial-margin-ring {
        width: 40px;
        height: 35px;
    }

    .doc-financials .doc-highlights-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 15px;
    }

    .doc-financials .doc-highlight {
        min-height: 0;
        border-radius: 15px;
        padding: 26px;
    }

    .doc-financials .doc-highlight:first-of-type {
        grid-column: auto;
        gap: 8px 18px;
    }

    .doc-financials .doc-highlight:first-of-type h3 {
        font-size: 1.2rem;
    }

    .doc-financials .doc-highlight h3 {
        font-size: 1rem;
    }

    .doc-financials .highlight-value {
        font-size: 2.9rem;
    }

    .doc-financials .doc-highlight p {
        padding-right: 88px;
        font-size: .875rem;
    }

    .financial-mix-ring {
        width: 82px;
        height: 82px;
        right: 22px;
        bottom: 26px;
    }

    .doc-financials .doc-quotes {
        margin-top: 29px;
        gap: 18px;
    }

    .doc-financials .doc-quotes .quote-card {
        padding: 27px;
        border-radius: 16px;
    }

    .doc-financials .doc-quotes blockquote>.body-copy {
        font-size: .9375rem;
    }
}

@media(max-width:390px) {
    .doc-original .doc-financials .doc-metric {
        padding: 21px 14px;
    }

    .doc-financials .doc-metric>strong {
        font-size: 2.35rem;
    }

    .doc-financials .highlight-value {
        font-size: 2.55rem;
    }

    .doc-financials .doc-highlight {
        padding: 23px;
    }

    .doc-financials .doc-highlight p {
        padding-right: 74px;
    }

    .financial-mix-ring {
        width: 69px;
        height: 69px;
        right: 19px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .financial-ring.ring-pending .financial-ring-fill {
        stroke-dashoffset: 0;
    }

    .doc-financials .doc-metric:hover,
    .doc-financials .doc-metric:hover .financial-metric-icon,
    .doc-financials .doc-highlight:hover {
        transform: none;
    }
}

@media print {
    .financial-ring.ring-pending .financial-ring-fill {
        stroke-dashoffset: 0;
    }
}

/* Full-width statements with a quotation rail and contrasting blue/lime surfaces. */
.doc-financials .doc-quotes {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 25px;
    margin-top: 40px;
}

.doc-financials .doc-quotes .quote-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 34px;
    padding: 39px 44px 34px 34px;
    border: 1px solid #d2def0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 9px 30px #233d7007;
    transition: border-color .3s, box-shadow .3s, transform .3s;
}

.doc-financials .doc-quotes .green-quote {
    background: radial-gradient(ellipse at 0 0, #36548c, transparent 60%), #192e53;
    border-color: #3d598a;
}

.quote-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
}

.doc-financials .doc-quotes .quote-top .quote-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin: 0;
    padding-top: 21px;
    border-radius: 19px;
    background: #405ba8;
    color: #e6efff;
    font-family: Georgia, serif;
    font-size: 4.6rem;
    line-height: 1;
    box-shadow: 0 7px 18px #405ba817;
    transition: transform .3s;
}

.doc-financials .doc-quotes .green-quote .quote-mark {
    background: #cfff92;
    color: #243c36;
    box-shadow: 0 7px 20px #0c1b3230;
}

.quote-top-line {
    width: 1px;
    min-height: 30px;
    flex: 1;
    background: linear-gradient(180deg, #aebfe0, #dce5f130);
}

.green-quote .quote-top-line {
    background: linear-gradient(180deg, #cfff9270, #c7d7ff14);
}

.quote-source {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    flex-shrink: 0;
    border: 1px solid #d1ddf0;
    border-radius: 50%;
    background: #f5f8fd;
    color: #607faf;
    transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.quote-source svg {
    width: 19px;
    height: 19px;
}

.green-quote .quote-source {
    background: #d6e5ff09;
    border-color: #b4c9ec45;
    color: #c5d9ff;
}

.doc-quotes .quote-source:hover,
.doc-quotes .quote-source:focus-visible {
    background: #cfff92;
    border-color: #bddc9e;
    color: #253c35;
    transform: translateY(-2px);
}

.doc-financials .doc-quotes blockquote {
    grid-column: 2;
    padding: 0;
    margin: 0 0 27px;
}

.doc-financials .doc-quotes blockquote>.body-copy {
    font-size: 1rem;
    line-height: 1.95;
    color: #000;
}

.doc-financials .doc-quotes blockquote>.body-copy:first-child {
    font-size: 1.125rem;
    color: #2d4771;
    line-height: 1.85;
    font-weight: 500;
}

.doc-financials .doc-quotes blockquote>p+p {
    margin-top: 24px;
    padding-top: 21px;
    border-top: 1px solid #dce5f180;
}

.doc-financials .doc-quotes .green-quote blockquote>.body-copy {
    color: #fff;
}

.doc-financials .doc-quotes .green-quote blockquote>.body-copy:first-child {
    color: #f0f5ff;
}

.doc-financials .doc-quotes .green-quote blockquote>p+p {
    border-color: #b2c7e829;
}

.doc-financials .doc-quotes .doc-quote-byline {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 22px;
    margin: 0;
    border-top: 1px solid #d5e0ef;
    font-size: .8125rem;
    line-height: 1.6;
    color: #466084;
}

.quote-author-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border: 1px solid #d7e1f3;
    border-radius: 50%;
    background: #eff4fc;
    color: #6c86b0;
}

.quote-author-icon svg {
    width: 27px;
    height: 27px;
}

.doc-quotes .quote-author-copy {
    font-family: 'DM Sans', Arial, sans-serif;
}

.doc-quotes .quote-author-copy>strong {
    display: inline;
    color: #243d67;
    font-size: 1rem;
    font-weight: 700;
}

.quote-author-role {
    display: block;
    margin-top: 4px;
    color: #000;
    font-size: .8125rem;
    line-height: 1.75;
    font-weight: 400;
}

.quote-author-role sup {
    font-size: .8em;
}

.doc-financials .doc-quotes .green-quote .doc-quote-byline {
    border-color: #b2c7e829;
    color: #b7cae9;
}

.doc-quotes .green-quote .quote-author-copy>strong {
    color: #d5ffa3;
}

.green-quote .quote-author-role {
    color: #fff;
}

.green-quote .quote-author-icon {
    border-color: #b7d89059;
    background: #cfff920c;
    color: #cfff92;
}

.doc-financials .doc-quotes .quote-card:focus-within {
    border-color: #92aedd;
    box-shadow: 0 14px 34px #233d7012;
}

@media(hover:hover) and (pointer:fine) {
    .doc-financials .doc-quotes .quote-card:hover {
        border-color: #9db6df;
        box-shadow: 0 18px 38px #233d7012;
        transform: translateY(-3px);
    }

    .doc-financials .doc-quotes .green-quote:hover {
        border-color: #b6d291;
        box-shadow: 0 18px 40px #192e5324;
    }

    .doc-financials .doc-quotes .quote-card:hover .quote-mark {
        transform: rotate(-5deg);
    }
}

@media(max-width:1100px) {
    .doc-financials .doc-quotes .quote-card {
        padding: 32px;
        column-gap: 27px;
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .doc-financials .doc-quotes .quote-top .quote-mark {
        width: 56px;
        height: 56px;
        font-size: 4rem;
        border-radius: 16px;
    }
}

@media(max-width:760px) {
    .doc-financials .doc-quotes {
        margin-top: 29px;
        gap: 20px;
    }

    .doc-financials .doc-quotes .quote-card {
        grid-template-columns: minmax(0, 1fr);
        padding: 26px;
        border-radius: 17px;
    }

    .quote-top {
        grid-column: 1;
        grid-row: auto;
        flex-direction: row;
        gap: 17px;
        margin-bottom: 24px;
    }

    .quote-top-line {
        width: auto;
        height: 1px;
        min-height: 0;
        background: linear-gradient(90deg, #aebfe0, #dce5f130);
    }

    .green-quote .quote-top-line {
        background: linear-gradient(90deg, #cfff9270, #c7d7ff14);
    }

    .doc-financials .doc-quotes .quote-top .quote-mark {
        width: 46px;
        height: 46px;
        font-size: 3.5rem;
        border-radius: 13px;
        padding-top: 17px;
    }

    .quote-source {
        width: 35px;
        height: 35px;
    }

    .doc-financials .doc-quotes blockquote {
        grid-column: 1;
        margin-bottom: 24px;
    }

    .doc-financials .doc-quotes blockquote>.body-copy {
        font-size: .9375rem;
    }

    .doc-financials .doc-quotes blockquote>.body-copy:first-child {
        font-size: 1rem;
    }

    .doc-financials .doc-quotes .doc-quote-byline {
        grid-column: 1;
        gap: 13px;
        padding-top: 22px;
    }

    .quote-author-icon {
        width: 40px;
        height: 40px;
    }

    .doc-quotes .quote-author-copy>strong {
        font-size: .9375rem;
    }

    .quote-author-role {
        font-size: .75rem;
    }
}

@media(prefers-reduced-motion:reduce) {

    .doc-financials .doc-quotes .quote-card:hover,
    .doc-financials .doc-quotes .quote-card:hover .quote-mark,
    .doc-quotes .quote-source:hover,
    .doc-quotes .quote-source:focus-visible {
        transform: none;
    }
}

/* Market opportunity: separate, proportionate comparisons with a decorative network. */
.doc-original .doc-markets {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: radial-gradient(ellipse at 85% 0, #36558b80, transparent 57%), #132744;
}

.doc-markets>.wrap {
    position: relative;
    z-index: 1;
}

.market-opportunity-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .7;
    z-index: 0;
    mask-image: linear-gradient(110deg, #0004, #000 80%);
}

.doc-markets .doc-wide-heading {
    max-width: 970px;
}

.doc-markets .doc-section-heading h2 {
    color: #f5f8ff;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    line-height: 1.19;
    letter-spacing: -.05em;
}

.doc-markets .doc-section-heading h2>span {
    color: #cfff92;
}

.doc-original .doc-markets .doc-section-heading::before {
    background: #cfff92;
}

.doc-markets .doc-section-heading .body-copy {
    color: #bccce6;
    font-size: 1.0625rem;
    max-width: 780px;
    line-height: 1.85;
}

.doc-markets .doc-markets-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
}

.doc-markets .doc-market-item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 0;
    padding: 29px;
    border-radius: 19px;
    border: 1px solid #829ecc50;
    background: linear-gradient(145deg, #29446dea, #172e50f5);
    box-shadow: inset 0 1px 0 #d4e4ff07, 0 14px 35px #04142d17;
    transition: transform .3s, border-color .3s, box-shadow .3s;
}

.market-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    min-height: 56px;
    margin-bottom: 14px;
}

.market-card-heading h3 {
    font-size: 1.12rem;
    font-weight: 550;
    line-height: 1.5;
    letter-spacing: -.025em;
    color: #f0f6ff;
}

.market-replay {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    padding: 0;
    border: 1px solid #b5cef044;
    border-radius: 50%;
    color: #b8d0f6;
    background: #a4c4f70a;
    transition: background .25s, color .25s, border-color .25s;
}

.market-replay svg {
    width: 18px;
    height: 18px;
    transition: transform .4s;
}

.market-replay:hover,
.market-replay:focus-visible {
    background: #cfff92;
    color: #203a31;
    border-color: #cfff92;
}

.market-replay:hover svg {
    transform: rotate(-45deg);
}

.market-plot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    height: 250px;
    flex-shrink: 0;
    margin: 0 0 26px;
    padding: 34px 12px 0;
    border-bottom: 1px solid #b8cdec35;
    background: repeating-linear-gradient(to top, transparent 0 48px, #c4d6f411 48px 49px);
}

.market-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 0;
}

.market-bar-track {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex: 1;
    min-height: 0;
    width: 100%;
    max-width: 105px;
}

.market-bar-fill {
    position: relative;
    width: 100%;
    height: var(--market-height);
    border-radius: 7px 7px 0 0;
    border: 1px solid #98b6e66b;
    border-bottom: 0;
    background: repeating-linear-gradient(135deg, #adc8f128 0 1px, #5b7ca62b 1px 6px);
    transform-origin: center bottom;
    transition: transform 1.1s cubic-bezier(.2, .7, .2, 1);
}

.market-projection .market-bar-fill {
    border-color: #d6ffac;
    background: linear-gradient(0deg, #8cbb63, #cfff92);
    box-shadow: 0 -7px 25px #cfff920b;
}

.market-bar-value {
    position: absolute;
    left: 50%;
    bottom: calc(var(--market-height) + 10px);
    transform: translateX(-50%);
    color: #dce9ff;
    font-family: Manrope, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.035em;
    white-space: nowrap;
}

.market-projection .market-bar-value {
    color: #d9ffb3;
}

.market-year {
    width: 100%;
    flex-shrink: 0;
    margin-top: 10px;
    padding-bottom: 13px;
    text-align: center;
    color: #a8bfdf;
    font-size: .625rem;
    line-height: 1.5;
    white-space: nowrap;
}

.market-projection .market-year {
    color: #c4d8b1;
}

.doc-market-item.chart-pending .market-bar-fill,
.doc-market-item.market-replaying .market-bar-fill {
    transform: scaleY(.02);
}

.doc-market-item.market-replaying .market-bar-fill {
    transition: none;
}

.doc-original .doc-markets .doc-market-item>.body-copy {
    color: #bbcee8;
    font-size: .9375rem;
    line-height: 1.95;
}

.doc-markets .market-amount {
    font-family: inherit;
    font-size: 1em;
    font-weight: 650;
    letter-spacing: 0;
    color: #e2f1ff;
}

.doc-markets .market-cagr {
    display: inline;
    color: #d6ffab;
    font-weight: 650;
    border-bottom: 1px solid #cfff9261;
}

.doc-markets .doc-reference a {
    color: #cfff92;
}

.market-scale-key {
    margin-top: 16px;
    color: #94accd;
    font-size: .75rem;
    line-height: 1.7;
    text-align: right;
}

.doc-markets .doc-market-conclusion {
    max-width: none;
    margin-top: 31px;
    padding-top: 29px;
    border-top: 1px solid #a3bfe630;
}

.doc-original .doc-markets .doc-market-conclusion>.body-copy {
    max-width: 1070px;
    color: #c4d2e8;
    font-size: 1rem;
    line-height: 1.9;
}

.doc-markets .doc-market-conclusion>.market-note {
    display: block;
    position: relative;
    padding: 21px 25px 21px 48px;
    margin-top: 24px;
    border: 1px solid #cfff9230;
    border-radius: 11px;
    background: #cfff9208;
    color: #cedec0;
    font-size: .875rem;
    line-height: 1.85;
}

.doc-markets .doc-market-conclusion>.market-note::before {
    content: '';
    position: absolute;
    top: 29px;
    left: 24px;
    width: 7px;
    height: 7px;
    border: 1px solid #cfff92;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #cfff920b;
}

.doc-original .doc-markets .doc-notice {
    margin-top: 22px;
    border-color: #a3bfe626;
    background: #a3bfe606;
    color: #98b0d0;
    font-size: .75rem;
}

.doc-markets .doc-market-item:focus-within {
    border-color: #cfff9290;
    box-shadow: 0 18px 42px #04132930;
}

@media(hover:hover) and (pointer:fine) {
    .doc-markets .doc-market-item:hover {
        transform: translateY(-5px);
        border-color: #cfff9290;
        box-shadow: 0 18px 42px #04132930;
    }

    .doc-market-item:hover .market-projection .market-bar-fill {
        box-shadow: 0 0 25px #cfff9218;
    }
}

@media(max-width:1100px) {
    .doc-markets .doc-markets-list {
        gap: 16px;
    }

    .doc-markets .doc-market-item {
        padding: 24px;
    }

    .market-plot {
        gap: 22px;
        padding-inline: 5px;
        height: 232px;
    }

    .market-bar-value {
        font-size: 1.15rem;
    }

    .market-card-heading {
        gap: 12px;
        min-height: 78px;
    }

    .market-card-heading h3 {
        font-size: 1.0625rem;
    }
}

@media(max-width:950px) {
    .doc-markets .doc-markets-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .doc-markets .doc-market-item {
        display: grid;
        grid-template-columns: .9fr 1.1fr;
        gap: 0 30px;
        padding: 28px;
    }

    .market-card-heading {
        grid-column: 1 / -1;
        min-height: 0;
        margin-bottom: 26px;
        align-items: center;
    }

    .market-card-heading h3 {
        font-size: 1.25rem;
    }

    .market-plot {
        margin: 0;
        height: 245px;
    }

    .doc-markets .doc-market-item>.body-copy {
        align-self: center;
    }

    .market-scale-key {
        text-align: left;
    }
}

@media(max-width:760px) {
    .doc-markets .doc-section-heading h2 {
        font-size: clamp(2.2rem, 6.6vw, 2.75rem);
        line-height: 1.23;
    }

    .doc-markets .doc-section-heading .body-copy {
        font-size: .9375rem;
    }

    .doc-markets .doc-markets-list {
        margin-top: 31px;
        gap: 19px;
    }

    .doc-markets .doc-market-item {
        display: flex;
        padding: 25px;
        border-radius: 16px;
    }

    .market-card-heading {
        align-items: flex-start;
        margin-bottom: 21px;
        gap: 18px;
    }

    .market-card-heading h3 {
        font-size: 1.125rem;
    }

    .market-plot {
        margin-bottom: 23px;
        width: 100%;
        height: 240px;
        padding-inline: 14px;
        gap: 35px;
    }

    .market-bar-value {
        font-size: 1.3rem;
    }

    .market-year {
        font-size: .625rem;
    }

    .doc-original .doc-markets .doc-market-item>.body-copy {
        font-size: .9375rem;
    }

    .doc-markets .doc-market-conclusion {
        margin-top: 25px;
        padding-top: 25px;
    }

    .doc-original .doc-markets .doc-market-conclusion>.body-copy {
        font-size: .9375rem;
    }

    .doc-markets .doc-market-conclusion>.market-note {
        padding: 20px 20px 20px 40px;
        font-size: .8125rem;
    }

    .doc-markets .doc-market-conclusion>.market-note::before {
        left: 19px;
        top: 29px;
        width: 5px;
        height: 5px;
    }
}

@media(max-width:390px) {
    .doc-markets .doc-market-item {
        padding: 23px;
    }

    .market-plot {
        padding-inline: 3px;
        gap: 24px;
    }

    .market-bar-value {
        font-size: 1.18rem;
    }
}

@media(prefers-reduced-motion:reduce) {

    .doc-market-item.chart-pending .market-bar-fill,
    .doc-market-item.market-replaying .market-bar-fill {
        transform: none;
    }

    .doc-markets .doc-market-item:hover,
    .market-replay:hover svg {
        transform: none;
    }
}

@media print {

    .market-opportunity-canvas,
    .market-replay {
        display: none;
    }

    .doc-market-item.chart-pending .market-bar-fill {
        transform: none;
    }
}

/* The market section's key takeaway, in the brand's lime accent. */
.doc-markets .doc-market-conclusion {
    border-top: 0;
    padding-top: 0;
}

.market-takeaway {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
    gap: 29px;
    overflow: hidden;
    padding: 36px 42px 36px 32px;
    border: 1px solid #e4ffc4;
    border-radius: 18px;
    background: linear-gradient(115deg, #efffdf, #d5f5b9);
    box-shadow: 0 15px 35px #071b3226;
    transition: box-shadow .3s, border-color .3s;
}

.market-takeaway::after {
    content: '';
    position: absolute;
    width: 190px;
    height: 190px;
    right: -110px;
    bottom: -120px;
    border: 1px solid #62894226;
    border-radius: 50%;
    box-shadow: 0 0 0 22px #62894208, 0 0 0 44px #62894206;
    pointer-events: none;
}

.market-takeaway-icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #203b38;
    color: #cfff92;
    box-shadow: 0 6px 15px #294b3212;
}

.market-takeaway-icon svg {
    width: 48px;
    height: 48px;
    transition: transform .3s;
}

.doc-original .doc-markets .market-takeaway>.body-copy {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: none;
    color: #4b6247;
    font-size: clamp(1.0625rem, 1.5vw, 1.3rem);
    line-height: 1.8;
    letter-spacing: -.012em;
}

.market-takeaway>.body-copy strong {
    color: #203b38;
    font-weight: 650;
}

@media(hover:hover) and (pointer:fine) {
    .market-takeaway:hover {
        border-color: #cfff92;
        box-shadow: 0 18px 40px #071b3238;
    }

    .market-takeaway:hover .market-takeaway-icon svg {
        transform: translate(2px, -2px);
    }
}

@media(max-width:760px) {
    .market-takeaway {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        padding: 27px;
        border-radius: 16px;
    }

    .market-takeaway-icon {
        width: 53px;
        height: 53px;
        border-radius: 15px;
    }

    .market-takeaway-icon svg {
        width: 38px;
        height: 38px;
    }

    .doc-original .doc-markets .market-takeaway>.body-copy {
        font-size: 1.0625rem;
        line-height: 1.85;
    }
}

@media(prefers-reduced-motion:reduce) {
    .market-takeaway:hover .market-takeaway-icon svg {
        transform: none;
    }
}

/* An editorial reasons list with a sticky, interactive radar companion. */
.doc-original .doc-reasons {
    background: radial-gradient(ellipse at 0 15%, #e8effc, transparent 52%), #f7f9fd;
}

.reasons-layout {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.65fr);
    align-items: start;
    gap: 65px;
}

.reasons-intro {
    position: sticky;
    top: 35px;
}

.doc-reasons .doc-section-heading {
    margin-bottom: 28px;
}

.doc-reasons .doc-section-heading h2 {
    font-size: clamp(2.2rem, 3.2vw, 3rem);
    line-height: 1.2;
    letter-spacing: -.055em;
}

.reasons-radar {
    position: relative;
    isolation: isolate;
    max-width: 285px;
    aspect-ratio: 1;
    margin: 32px 0;
    overflow: hidden;
    border: 1px solid #5673a542;
    border-radius: 50%;
    background: radial-gradient(circle, #2c4972, #142a49);
    box-shadow: 0 18px 45px #294a791a;
}

.reasons-radar>svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    stroke: #b7d2ff26;
    stroke-width: 1;
}

.reasons-radar-sweep {
    position: absolute;
    inset: 9%;
    border-radius: 50%;
    background: conic-gradient(from -90deg, transparent 0deg 290deg, #cfff9233 360deg);
    opacity: .55;
}

.reasons-radar.radar-enter .reasons-radar-sweep {
    animation: reasons-scan 2.8s ease-out both;
}

.reasons-radar-nodes circle {
    fill: #8099bc;
    stroke: #172f51;
    stroke-width: 3;
    transition: fill .25s, stroke .25s, r .25s;
}

.reasons-radar-nodes circle.is-active {
    fill: #cfff92;
    stroke: #cfff9240;
    stroke-width: 7;
    r: 6;
}

.reasons-radar-center {
    position: absolute;
    inset: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d3656;
    box-shadow: 0 0 35px #142a4950;
}

.reasons-radar-center>span {
    color: #b0c6e3;
    font-size: .5rem;
    letter-spacing: .14em;
}

.reasons-radar-center>strong {
    color: #cfff92;
    font-family: Manrope, sans-serif;
    font-size: 2.2rem;
    font-weight: 550;
    letter-spacing: -.04em;
    line-height: 1.5;
}

.reasons-radar-center>strong>span {
    color: #b0c6e3;
    font-size: .75rem;
    letter-spacing: 0;
}

.doc-reasons .reasons-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
}

.doc-reasons .doc-reason {
    position: relative;
    min-width: 0;
    padding: 0 29px;
    border: 1px solid #d6e1f0;
    border-radius: 17px;
    background: #ecf1f9;
    box-shadow: none;
    transition: border-color .25s, box-shadow .25s, background .25s;
}

.doc-reasons .doc-reason[open] {
    background: #fff;
    border-color: #d6e1f0;
    box-shadow: 0 5px 22px #203b6205;
}

.doc-reasons .doc-reason::before {
    content: '';
    position: absolute;
    width: 3px;
    left: 0;
    top: 27px;
    bottom: 27px;
    border-radius: 0 3px 3px 0;
    background: #405ba8;
    opacity: 0;
    transition: opacity .25s;
}

.doc-reasons .doc-reason summary {
    padding: 28px 0 23px;
    gap: 22px;
    align-items: flex-start;
}

.doc-reasons .doc-reason summary h3 {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding-left: 76px;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.55;
    color: #243e65;
    letter-spacing: -.025em;
}

.doc-reasons .reason-number,
.doc-reasons .doc-reason[open] .reason-number {
    top: 0;
    width: 51px;
    height: 51px;
    border-radius: 14px;
    background: #e9effa;
    color: #405ba8;
    font-family: Manrope, sans-serif;
    font-size: 1.65rem;
    font-weight: 500;
    transition: background .25s, color .25s;
}

.doc-reasons .doc-reason>p {
    margin: 0;
    padding: 0 40px 29px 76px;
    font-size: .9375rem;
    line-height: 1.9;
    color: #000;
}

.doc-reasons .doc-reason .toggle-icon {
    width: 28px;
    height: 28px;
    margin-top: 10px;
    border: 1px solid #d2def0;
    border-radius: 50%;
    color: #6c86b2;
    background: #f7f9fd;
}

.doc-reasons .doc-reason .toggle-icon::before,
.doc-reasons .doc-reason .toggle-icon::after {
    width: 10px;
    top: 12px;
    left: 8px;
}

.doc-reasons .doc-reason:focus-within {
    border-color: #91a9d0;
}

.doc-reasons .doc-reason.is-active::before {
    opacity: 1;
}

.doc-reasons .doc-reason.is-active .reason-number {
    background: #cfff92;
    color: #294438;
}

.doc-reasons .doc-reason summary:focus-visible {
    outline: 2px solid #405ba8;
    outline-offset: 5px;
    border-radius: 8px;
}

.doc-reasons .doc-notice {
    margin-top: 31px;
    background: #edf2fa;
    border-color: #d6e1f0;
    color: #6a7f9d;
}

@supports(interpolate-size:allow-keywords) {
    .doc-reasons .doc-reason {
        interpolate-size: allow-keywords;
    }

    .doc-reasons .doc-reason::details-content {
        block-size: 0;
        opacity: 0;
        overflow: hidden;
        transition: block-size .3s ease, opacity .25s, content-visibility .3s allow-discrete;
    }

    .doc-reasons .doc-reason[open]::details-content {
        block-size: auto;
        opacity: 1;
    }
}

@keyframes reasons-scan {
    from {
        transform: rotate(-180deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@media(hover:hover) and (pointer:fine) {
    .doc-reasons .doc-reason:hover {
        border-color: #a8bddf;
        box-shadow: 0 10px 28px #294a7910;
    }

    .doc-reasons .doc-reason summary:hover h3 {
        color: #405ba8;
    }
}

@media(max-width:1100px) {
    .reasons-layout {
        grid-template-columns: minmax(0, .75fr) minmax(0, 1.45fr);
        gap: 34px;
    }

    .doc-reasons .doc-reason {
        padding: 0 24px;
    }

    .doc-reasons .doc-reason summary h3 {
        padding-left: 65px;
        font-size: 1.0625rem;
    }

    .doc-reasons .doc-reason>p {
        padding-left: 65px;
        padding-right: 0;
    }
}

@media(max-width:950px) {
    .reasons-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .reasons-intro {
        position: static;
        display: grid;
        grid-template-columns: 1fr 210px;
        gap: 0 30px;
        align-items: center;
    }

    .doc-reasons .doc-section-heading {
        margin-bottom: 23px;
    }

    .reasons-radar {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 210px;
        margin: 0;
    }

    .reasons-radar-center>strong {
        font-size: 1.7rem;
    }

    .reasons-radar-center>span {
        font-size: .4rem;
    }

    .doc-reasons .doc-reason summary h3 {
        font-size: 1.125rem;
    }
}

@media(max-width:760px) {
    .reasons-intro {
        display: block;
    }

    .reasons-radar {
        display: none;
    }

    .doc-reasons .doc-section-heading h2 {
        font-size: clamp(2.15rem, 7vw, 2.75rem);
    }

    .doc-reasons .doc-reason {
        padding: 0 23px;
        border-radius: 15px;
    }

    .doc-reasons .doc-reason summary {
        padding: 24px 0 20px;
        gap: 13px;
    }

    .doc-reasons .doc-reason summary h3 {
        display: block;
        padding-left: 0;
        padding-top: 60px;
        font-size: 1.0625rem;
        min-height: 0;
    }

    .doc-reasons .reason-number,
    .doc-reasons .doc-reason[open] .reason-number {
        width: 42px;
        height: 42px;
        font-size: 1.3rem;
        border-radius: 12px;
    }

    .doc-reasons .doc-reason .toggle-icon {
        margin-top: 6px;
    }

    .doc-reasons .doc-reason>p {
        padding: 0 0 25px;
        font-size: .9375rem;
    }
}

@media(prefers-reduced-motion:reduce) {
    .reasons-radar.radar-enter .reasons-radar-sweep {
        animation: none;
    }

    .doc-reasons .doc-reason::details-content {
        transition: none;
    }
}

@media print {
    .reasons-intro {
        position: static;
    }

.reasons-radar {
        display: none;
    }

    .reasons-layout {
        display: block;
    }
}

/* Company story, set against the supplied Nasdaq photograph. */
.doc-original .doc-company {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #10233e;
    padding-top: 85px;
    padding-bottom: 85px;
}

.company-backdrop {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.company-backdrop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 42%;
}

.doc-company::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg, #10233efa 0%, #10233edb 24%, #10233e35 65%), linear-gradient(90deg, #10233ef5 0%, #10233ed6 32%, #10233e55 65%, #10233e24 100%);
    pointer-events: none;
}

.doc-company>.wrap {
    position: relative;
}

.doc-company .doc-section-heading {
    max-width: 675px;
    min-height: 355px;
    margin-bottom: 58px;
}

.doc-original .doc-company .doc-section-heading::before {
    display: none;
}

.doc-company .doc-section-heading>h2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 26px;
    padding: 10px 16px;
    border: 1px solid #cfff9280;
    border-radius: 30px;
    background: #cfff92;
    color: #254336;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .01em;
}

.doc-company .doc-section-heading>h2::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #45693e;
    box-shadow: 0 0 0 3px #45693e13;
}

.doc-original .doc-company .doc-section-subtitle {
    margin: 0;
    max-width: 650px;
    font-size: clamp(2.5rem, 4.1vw, 3.75rem);
    line-height: 1.17;
    letter-spacing: -.05em;
    color: #f5f8ff;
    font-weight: 500;
    text-wrap: balance;
    text-shadow: 0 3px 22px #0b1b3145;
}

.doc-company .doc-three-columns {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
    max-width: none;
}

.company-story-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-width: 0;
    padding: 30px;
    border: 1px solid #aac3e549;
    border-radius: 18px;
    background: linear-gradient(145deg, #2a4366e8, #152d4cea);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 38px #06172c1c;
    transition: border-color .3s, transform .3s, box-shadow .3s;
}

.company-story-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(270px circle at var(--company-x, 50%) var(--company-y, 0%), #cfff9214, transparent 75%);
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
}

.company-card-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
    color: #a5bcd9;
    font-size: .6875rem;
    letter-spacing: .06em;
}

.company-card-icon {
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    border: 1px solid #cfff9240;
    border-radius: 13px;
    background: #cfff920c;
    color: #cfff92;
    transition: background .3s, color .3s;
}

.company-card-icon svg {
    width: 29px;
    height: 29px;
}

.company-card-rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #b5d3a354, #a8c1e010);
}

.doc-original .doc-company .company-story-card>.body-copy {
    margin: 0;
    padding: 0;
    border: 0;
    color: #d2dff0;
    font-size: .9375rem;
    line-height: 1.95;
}

@media(hover:hover) and (pointer:fine) {
    .company-story-card:hover {
        transform: translateY(-5px);
        border-color: #cfff9273;
        box-shadow: 0 20px 42px #06172c38;
    }

    .company-story-card:hover::before {
        opacity: 1;
    }

    .company-story-card:hover .company-card-icon {
        background: #cfff92;
        color: #284237;
    }
}

@media(max-width:1100px) {
    .doc-company .doc-section-heading {
        max-width: 580px;
        min-height: 320px;
    }

    .doc-company .doc-three-columns {
        gap: 16px;
    }

    .company-story-card {
        padding: 25px;
    }
}

@media(max-width:950px) {
    .doc-company .doc-three-columns {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .company-backdrop {
        bottom: auto;
        height: 820px;
    }

    .company-backdrop img {
        object-position: 60% top;
    }

    .doc-company::before {
        background: linear-gradient(0deg, #10233e 0%, #10233e 33%, #10233e15 85%), linear-gradient(90deg, #10233eed, #10233e98 50%, #10233e35);
    }

    .company-story-card {
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 25px;
        padding: 29px;
    }

    .company-card-top {
        flex-direction: column;
        gap: 16px;
        margin: 0;
    }

    .company-card-rule {
        width: 1px;
        min-height: 20px;
        background: linear-gradient(180deg, #b5d3a354, #a8c1e010);
    }

    .doc-company .doc-section-heading {
        margin-bottom: 42px;
    }
}

@media(max-width:760px) {
    .doc-original .doc-company {
        padding-top: 57px;
        padding-bottom: 57px;
    }

    .company-backdrop {
        height: 670px;
    }

    .company-backdrop img {
        object-position: 55% top;
    }

    .doc-company::before {
        background: linear-gradient(0deg, #10233e 0%, #10233e 55%, #10233e00 95%), linear-gradient(90deg, #10233ecf, #10233e76);
    }

    .doc-company .doc-section-heading {
        min-height: 320px;
        margin-bottom: 32px;
    }

    .doc-company .doc-section-heading>h2 {
        font-size: .75rem;
        padding: 9px 14px;
        margin-bottom: 24px;
    }

    .doc-original .doc-company .doc-section-subtitle {
        font-size: clamp(2.25rem, 7.8vw, 3rem);
        max-width: 520px;
        line-height: 1.2;
    }

    .company-story-card {
        display: block;
        padding: 27px;
        border-radius: 16px;
    }

    .company-card-top {
        flex-direction: row;
        gap: 18px;
        margin-bottom: 23px;
    }

    .company-card-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .company-card-rule {
        width: auto;
        min-height: 0;
        height: 1px;
        background: linear-gradient(90deg, #b5d3a354, #a8c1e010);
    }
}

@media(prefers-reduced-motion:reduce) {
    .company-story-card:hover {
        transform: none;
    }
}

@media print {

    .company-backdrop,
    .doc-company::before,
    .company-story-card::before {
        display: none;
    }

    .doc-original .doc-company {
        background: #fff;
    }

    .doc-company .doc-section-heading {
        min-height: 0;
    }

    .doc-original .doc-company .doc-section-subtitle,
    .doc-original .doc-company .company-story-card>.body-copy {
        color: #142247;
    }

    .company-story-card {
        background: #fff;
        box-shadow: none;
    }
}

/* Linked product photographs use their own full images, without the old sprite crop. */
.doc-product-link {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
    border-radius: 18px;
}

.doc-product-link>figure {
    height: 100%;
}

.doc-product-link .doc-product-picture {
    display: grid;
    place-items: center;
    background: #fff;
}

.doc-product-link .doc-product-picture img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.doc-product-link figcaption {
    position: relative;
}

.product-link-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #b9c8e3;
    border-radius: 50%;
    color: #405ba8;
    font-size: 1.3rem;
    transition: background .2s;
}

.doc-product-link:hover .product-link-arrow {
    background: #cfff92;
}

.doc-product-link:focus-visible {
    outline: 3px solid #405ba8;
    outline-offset: 5px;
}

.doc-treatment-labels>span>a {
    color: inherit;
    text-decoration: none;
}

.doc-treatment-labels>span>a::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.doc-treatment-labels>span:focus-within {
    outline: 2px solid #405ba8;
    outline-offset: 3px;
}

/* Verified press releases: one lead story and five supporting news cards. */
.doc-original .doc-news {
    background: #f3f7ef;
}

.doc-news .doc-section-heading {
    position: relative;
    max-width: none;
    padding-right: 160px;
    margin-bottom: 42px;
}

.doc-original .doc-news .doc-section-heading::before {
    display: none;
}

.doc-news .news-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 19px;
    color: #476149;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.news-eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #81a562;
}

.doc-news .doc-section-heading>h2 {
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    line-height: 1.18;
    letter-spacing: -.05em;
    color: #203b38;
    margin: 0;
}

.news-section-tag {
    position: absolute;
    right: 0;
    bottom: 4px;
    border: 1px solid #d4dfd0;
    border-radius: 4px;
    padding: 9px 13px;
    font-size: .625rem;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #748773;
}

.doc-news .doc-news-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.doc-news .doc-news-link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    min-height: 335px;
    position: relative;
    padding: 30px 27px;
    border: 1px solid #d4e0cd;
    border-radius: 7px;
    background: #fcfdf9;
    color: #38583b;
    text-decoration: none;
    box-shadow: none;
    overflow-wrap: normal;
    transition: border-color .25s, background .25s, transform .25s, box-shadow .25s;
}

.doc-news .doc-news-link::after {
    display: none;
}

.news-category {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
    color: #748e66;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.news-category>span {
    color: #6e8c56;
    font-size: 1rem;
    line-height: 1;
}

.doc-news .doc-news-link h3 {
    margin: 0 0 26px;
    color: #395839;
    font-family: Manrope, Arial, sans-serif;
    font-size: 1.1875rem;
    font-weight: 550;
    line-height: 1.55;
    letter-spacing: -.035em;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px 12px;
    margin-top: auto;
    padding-top: 7px;
    font-family: 'DM Sans', Arial, sans-serif;
    color: #7a8974;
    font-size: .6875rem;
    line-height: 1.7;
}

.news-meta strong {
    font-weight: 550;
    color: #596f4e;
}

.news-meta time {
    white-space: nowrap;
}

.news-read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e7d9;
    color: #6d8a58;
    font-size: .75rem;
    line-height: 1.6;
}

.news-read>span {
    font-size: 1.1rem;
    transition: transform .25s;
}

.doc-news .doc-news-link:first-child {
    grid-row: span 2;
    background: radial-gradient(ellipse at 0 0, #25474075, transparent 65%), #102c2f;
    border-color: #193c38;
    padding: 33px 29px;
}

.doc-news .doc-news-link:first-child .news-category {
    color: #b3cb98;
}

.doc-news .doc-news-link:first-child .news-category>span {
    color: #cfff92;
}

.news-feature-metric {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 26px 0 33px;
}

.news-feature-metric>strong {
    color: #cfff92;
    font-family: Manrope, Arial, sans-serif;
    font-size: clamp(5.5rem, 8.5vw, 8rem);
    line-height: 1;
    letter-spacing: -.065em;
    font-weight: 500;
}

.news-feature-metric>strong>span {
    margin-left: 8px;
    font-size: .6em;
    letter-spacing: -.04em;
}

.news-feature-metric>span {
    margin-top: 21px;
    color: #b4cd98;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.doc-news .doc-news-link:first-child h3 {
    color: #e1efd4;
    font-size: 1.65rem;
    line-height: 1.5;
}

.doc-news-link:first-child .news-meta {
    padding-top: 28px;
    color: #94ae8e;
}

.doc-news-link:first-child .news-meta strong {
    color: #c2d9ac;
}

.doc-news-link:first-child .news-read {
    color: #cfff92;
    border-color: #a1c38230;
}

.doc-news .doc-news-link:last-child h3 {
    max-width: 650px;
    font-size: 1.3rem;
}

.doc-news .doc-news-link:focus-visible {
    outline: 3px solid #405ba8;
    outline-offset: 4px;
}

@media(hover:hover) and (pointer:fine) {
    .doc-news .doc-news-link:hover {
        padding-left: 27px;
        transform: translateY(-4px);
        background: #f8fdef;
        border-color: #a4bd8e;
        box-shadow: 0 13px 28px #2947310b;
    }

    .doc-news .doc-news-link:first-child:hover {
        padding-left: 29px;
        background: #153b37;
        border-color: #b4d18c;
    }

    .doc-news-link:hover .news-read>span {
        transform: translate(2px, -2px);
    }
}

@media(max-width:1100px) {
    .doc-news .doc-news-links {
        gap: 17px;
    }

    .doc-news .doc-news-link {
        padding: 26px 23px;
    }

    .doc-news .doc-news-link:first-child {
        padding: 29px 25px;
    }

    .doc-news .doc-news-link:hover {
        padding-left: 23px;
    }

    .doc-news .doc-news-link:first-child:hover {
        padding-left: 25px;
    }

    .doc-news .doc-news-link h3 {
        font-size: 1.0625rem;
    }

    .doc-news .doc-news-link:first-child h3 {
        font-size: 1.45rem;
    }

    .news-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:950px) {
    .doc-news .doc-news-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 19px;
    }

    .doc-news .doc-news-link:first-child {
        grid-row: auto;
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: .7fr 1.3fr;
        gap: 0 32px;
    }

    .doc-news-link:first-child .news-category {
        grid-column: 1 / -1;
    }

    .news-feature-metric {
        grid-row: 2 / span 2;
        margin: 0;
        align-self: center;
    }

    .news-feature-metric>strong {
        font-size: 6rem;
    }

    .doc-news .doc-news-link:first-child h3 {
        grid-column: 2;
        font-size: 1.55rem;
    }

    .doc-news-link:first-child .news-meta {
        grid-column: 2;
        padding-top: 0;
    }

    .doc-news-link:first-child .news-read {
        grid-column: 1 / -1;
        margin-top: 26px;
    }

    .news-meta {
        flex-direction: row;
    }
}

@media(max-width:600px) {
    .doc-news .doc-section-heading {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .news-section-tag {
        display: none;
    }

    .doc-news .doc-section-heading>h2 {
        font-size: 2.5rem;
    }

    .doc-news .doc-news-links {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .doc-news .doc-news-link:first-child {
        display: flex;
        grid-column: auto;
        padding: 30px 27px;
    }

    .news-category {
        margin-bottom: 25px;
    }

    .news-feature-metric {
        align-self: auto;
        margin: 14px 0 30px;
    }

    .news-feature-metric>strong {
        font-size: 6.5rem;
    }

    .doc-news .doc-news-link h3,
    .doc-news .doc-news-link:last-child h3 {
        font-size: 1.125rem;
    }

    .doc-news .doc-news-link:first-child h3 {
        font-size: 1.5rem;
    }

    .news-meta {
        font-size: .6875rem;
    }

    .news-read {
        margin-top: 18px;
    }

    .doc-news .doc-news-link:hover {
        padding-left: 25px;
    }

    .doc-news .doc-news-link:first-child:hover {
        padding-left: 27px;
    }
}

@media(prefers-reduced-motion:reduce) {

    .doc-news .doc-news-link:hover,
    .doc-news-link:hover .news-read>span {
        transform: none;
    }
}

/* Precision technology showcase with linked product stages and treatment pathways. */
.doc-original .doc-technology {
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse at 50% 5%, #e8efff7d, transparent 55%), #f9fbff;
}

.doc-technology .doc-section-heading {
    max-width: 970px;
    margin: 0 auto 32px;
    text-align: center;
}

.doc-original .doc-technology .doc-section-heading::before {
    display: none;
}

.technology-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    margin: 0 0 24px;
    border: 1px solid #b9cca9;
    border-radius: 30px;
    background: #e3f9cd;
    color: #3c5e39;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: .8125rem;
    line-height: 1.5;
    font-weight: 600;
}

.technology-label::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid currentColor;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #8bb2691a;
}

.doc-original .doc-technology .technology-headline {
    max-width: none;
    margin: 0;
    font-size: clamp(2.4rem, 4.3vw, 3.7rem);
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -.05em;
    color: #203758;
    text-wrap: balance;
}

.technology-headline>span {
    color: #405ba8;
}

.doc-technology .doc-two-columns {
    max-width: 1080px;
    margin: 0 auto;
    gap: 40px;
}

.doc-original .doc-technology .doc-two-columns>.body-copy {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 2px solid #c9d7ed;
    color: #000;
    font-size: .9375rem;
    line-height: 1.9;
}

.doc-technology .doc-products {
    gap: 25px;
    margin-top: 46px;
}

.doc-technology .doc-product-link {
    border-radius: 22px;
}

.doc-technology .doc-product-link>figure {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    border: 1px solid #c8d7ed;
    background: #fff;
    box-shadow: 0 12px 32px #24447509;
    transition: box-shadow .35s, border-color .35s, transform .35s;
}

.doc-technology .doc-product-picture {
    flex-shrink: 0;
    aspect-ratio: 1.62;
    background: radial-gradient(ellipse at 50% 65%, #e5edfa, transparent 65%), radial-gradient(#7699cf2b .8px, transparent .8px), #f7faff;
    background-size: auto, 19px 19px, auto;
}

.technology-product-index {
    position: absolute;
    top: 23px;
    left: 26px;
    z-index: 1;
    color: #7489aa;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.doc-technology .doc-product-picture::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 24px;
    right: 26px;
    border-top: 1px solid #91a9cd;
    border-right: 1px solid #91a9cd;
}

.doc-technology .doc-product-link .doc-product-picture img {
    left: 20px;
    top: 35px;
    width: calc(100% - 40px);
    height: calc(100% - 55px);
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.doc-technology .doc-product-picture::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24%;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(0deg, #8caeea28, #8caeea00);
    border-bottom: 1px solid #8caeea65;
}

.doc-technology .doc-products figcaption {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 117px;
    padding: 26px 89px 27px 28px;
    background: linear-gradient(120deg, #294575, #182f52);
    color: #f0f5ff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.02em;
}

.doc-technology .product-link-arrow {
    width: 43px;
    height: 43px;
    right: 26px;
    border-color: #cfff92;
    background: #cfff92;
    color: #284237;
    font-size: 1.55rem;
    transition: background .25s, transform .25s;
}

.doc-technology .doc-product-link:focus-visible>figure {
    border-color: #405ba8;
    box-shadow: 0 18px 40px #2444751b;
}

.doc-technology .doc-treatment-labels {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    counter-reset: technology-treatment;
    gap: 18px;
    padding-top: 29px;
    margin-top: 17px;
}

.doc-technology .doc-treatment-labels::before {
    content: '';
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: 10px;
    height: 1px;
    background: #bdcce3;
}

.doc-technology .doc-treatment-labels>span {
    display: block;
    min-width: 0;
    padding: 24px;
    border: 1px solid #cbd9ed !important;
    border-radius: 15px;
    background: #fff;
    color: #28456d;
    transition: transform .25s, background .25s, border-color .25s, box-shadow .25s;
}

.doc-technology .doc-treatment-labels>span::before {
    counter-increment: technology-treatment;
    content: '0' counter(technology-treatment);
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 17px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #8ca0bc;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .07em;
}

.doc-technology .doc-treatment-labels>span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 19px;
    background: #bdcce3;
    top: -20px;
    left: 50%;
}

.doc-technology .doc-treatment-labels>span>a {
    display: block;
    padding-right: 17px;
    font-size: 1.0625rem;
    font-weight: 550;
    line-height: 1.5;
    letter-spacing: -.02em;
}

.doc-technology .doc-treatment-labels>span>a::before {
    content: '↗';
    position: absolute;
    right: 23px;
    top: 20px;
    color: #7890b3;
    font-size: 1.125rem;
}

.doc-technology .doc-treatment-labels>span:focus-within {
    background: #edfadf;
}

@keyframes technology-scan {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(420%);
        opacity: 0;
    }
}

@media(hover:hover) and (pointer:fine) {
    .doc-technology .doc-product-link:hover>figure {
        transform: translateY(-5px);
        border-color: #809fcf;
        box-shadow: 0 20px 45px #2444751b;
    }

    .doc-technology .doc-product-link:hover img {
        transform: scale(1.035);
    }

    .doc-technology .doc-product-link:hover .doc-product-picture::after {
        animation: technology-scan 1.2s ease-out both;
    }

    .doc-technology .doc-product-link:hover .product-link-arrow {
        transform: translate(2px, calc(-50% - 2px));
        background: #e5ffc4;
    }

    .doc-technology .doc-treatment-labels>span:hover {
        transform: translateY(-3px);
        background: #e9f9d8;
        border-color: #b5cf99 !important;
        box-shadow: 0 9px 22px #2444750c;
    }
}

@media(max-width:1100px) {
    .doc-technology .doc-products {
        gap: 20px;
    }

    .doc-technology .doc-products figcaption {
        font-size: 1.125rem;
        padding-left: 24px;
        padding-right: 79px;
    }

    .doc-technology .doc-treatment-labels {
        gap: 14px;
    }

    .doc-technology .doc-treatment-labels>span {
        padding: 22px 19px;
    }

    .doc-technology .doc-treatment-labels>span>a {
        font-size: .9375rem;
        padding-right: 0;
    }
}

@media(max-width:760px) {
    .doc-technology .doc-section-heading {
        text-align: left;
        margin-bottom: 27px;
    }

    .technology-label {
        font-size: .75rem;
        margin-bottom: 23px;
    }

    .doc-original .doc-technology .technology-headline {
        font-size: clamp(2.2rem, 7.4vw, 3rem);
        line-height: 1.2;
        text-wrap: initial;
    }

    .doc-technology .doc-two-columns {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .doc-original .doc-technology .doc-two-columns>.body-copy {
        padding-left: 17px;
    }

    .doc-technology .doc-products {
        grid-template-columns: 1fr;
        margin-top: 32px;
        gap: 22px;
    }

    .doc-technology .doc-product-link,
    .doc-technology .doc-product-link>figure {
        border-radius: 17px;
    }

    .doc-technology .doc-product-picture {
        aspect-ratio: 1.4;
    }

    .technology-product-index {
        top: 20px;
        left: 22px;
        font-size: .5625rem;
    }

    .doc-technology .doc-product-picture::before {
        top: 20px;
        right: 22px;
    }

    .doc-technology .doc-product-link .doc-product-picture img {
        left: 13px;
        top: 33px;
        width: calc(100% - 26px);
        height: calc(100% - 46px);
    }

    .doc-technology .doc-products figcaption {
        min-height: 113px;
        padding: 22px 76px 23px 23px;
        font-size: 1.0625rem;
    }

    .doc-technology .product-link-arrow {
        width: 36px;
        height: 36px;
        right: 22px;
        font-size: 1.3rem;
    }

    .doc-technology .doc-treatment-labels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 13px;
        margin-top: 22px;
        padding-top: 0;
    }

    .doc-technology .doc-treatment-labels::before,
    .doc-technology .doc-treatment-labels>span::after {
        display: none;
    }

    .doc-technology .doc-treatment-labels>span {
        padding: 21px 18px;
        border-radius: 13px;
    }

    .doc-technology .doc-treatment-labels>span>a {
        font-size: .9375rem;
    }

    .doc-technology .doc-treatment-labels>span>a::before {
        right: 17px;
        top: 17px;
    }
}

@media(prefers-reduced-motion:reduce) {

    .doc-technology .doc-product-link:hover>figure,
    .doc-technology .doc-product-link:hover img,
    .doc-technology .doc-treatment-labels>span:hover {
        transform: none;
    }

    .doc-technology .doc-product-link:hover .doc-product-picture::after {
        animation: none;
    }

    .doc-technology .doc-product-link:hover .product-link-arrow {
        transform: translateY(-50%);
    }
}

/* Summary: the supplied production photograph and four readable takeaways. */
.doc-original .doc-summary {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #122b3d;
    padding-block: 85px;
}

.summary-backdrop {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.summary-backdrop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 38% center;
    transform: translate(var(--summary-x, 0px), var(--summary-y, 0px)) scale(1.035);
    transition: transform .6s ease-out;
}

.doc-summary::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg, #10253fed, #102c3d26 55%, #10283b70), linear-gradient(90deg, #102b3c38, #132b48a6 55%, #132b48e3);
    pointer-events: none;
}

.doc-summary .doc-section-grid {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.4fr);
    gap: 70px;
    align-items: start;
}

.doc-summary .doc-section-heading {
    position: relative;
    margin: 24px 0 0;
    padding-bottom: 34px;
}

.doc-original .doc-summary .doc-section-heading::before {
    width: 42px;
    height: 4px;
    background: #cfff92;
    margin-bottom: 25px;
}

.doc-summary .doc-section-grid .doc-section-heading h2 {
    color: #f5f9ff;
    font-size: clamp(3rem, 5.7vw, 5.2rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.06em;
    max-width: 350px;
    text-shadow: 0 3px 25px #0b1c3550;
}

.doc-summary .doc-section-heading::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 290px;
    height: 1px;
    margin-top: 35px;
    background: linear-gradient(90deg, #cfff9290, #cfff9200);
}

.doc-summary .doc-prose {
    position: relative;
    padding: 32px;
    border: 1px solid #bfd8f15c;
    border-radius: 22px;
    background: linear-gradient(140deg, #264561ec, #122c49ed);
    backdrop-filter: blur(11px);
    box-shadow: 0 20px 55px #06182930;
    counter-reset: summary-point;
}

.doc-original .doc-summary .doc-prose>.body-copy {
    position: relative;
    margin: 0;
    padding: 0 0 0 48px;
    color: #c9daeb;
    font-size: .9375rem;
    line-height: 1.95;
    transition: color .25s;
}

.doc-summary .doc-prose>.body-copy::before {
    counter-increment: summary-point;
    content: '0' counter(summary-point);
    position: absolute;
    top: 5px;
    left: 0;
    color: #9aba99;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .06em;
}

.doc-original .doc-summary .doc-prose>.body-copy:first-child {
    color: #f0f5fd;
    font-size: 1.0625rem;
    line-height: 1.85;
}

.doc-original .doc-summary .doc-prose>.body-copy+.body-copy {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid #b6cfe82b;
}

.doc-summary .doc-prose>.body-copy+.body-copy::before {
    top: 29px;
}

.doc-original .doc-summary .doc-prose>.body-copy:last-child {
    margin-top: 27px;
    padding: 24px 25px 24px 65px;
    border: 1px solid #d3ffac;
    border-radius: 13px;
    background: linear-gradient(115deg, #e7ffd0, #cfff92);
    color: #2f4d3c;
    font-weight: 500;
    line-height: 1.85;
    box-shadow: 0 8px 22px #06182917;
}

.doc-summary .doc-prose>.body-copy:last-child::before {
    left: 22px;
    top: 29px;
    color: #527243;
}

.doc-original .doc-summary .doc-notice {
    position: relative;
    margin-top: 30px;
    padding: 21px 25px;
    border: 1px solid #bfd8f138;
    border-radius: 11px;
    background: #102943bf;
    color: #bccfe3;
    font-size: .75rem;
    line-height: 1.9;
    backdrop-filter: blur(6px);
}

@media(hover:hover) and (pointer:fine) {
    .doc-original .doc-summary .doc-prose>.body-copy:not(:last-child):hover {
        color: #fff;
    }

    .doc-summary .doc-prose>.body-copy:not(:last-child):hover::before {
        color: #cfff92;
    }
}

@media(max-width:1100px) {
    .doc-summary .doc-section-grid {
        grid-template-columns: minmax(0, .65fr) minmax(0, 1.4fr);
        gap: 35px;
    }

    .doc-summary .doc-prose {
        padding: 28px;
    }

    .doc-original .doc-summary .doc-prose>.body-copy {
        padding-left: 39px;
    }

    .doc-original .doc-summary .doc-prose>.body-copy:last-child {
        padding-left: 58px;
    }
}

@media(max-width:950px) {
    .doc-summary .doc-section-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .doc-summary .doc-section-heading {
        margin: 0;
        padding-bottom: 0;
        min-height: 215px;
    }

    .doc-summary .doc-section-grid .doc-section-heading h2 {
        max-width: none;
        font-size: 3.7rem;
    }

    .doc-summary .doc-section-heading::after {
        margin-top: 24px;
    }

    .summary-backdrop {
        height: 950px;
        bottom: auto;
    }

    .summary-backdrop img {
        object-position: 36% top;
    }

    .doc-summary::before {
        background: linear-gradient(0deg, #122b3d 0%, #122b3d00 80%), linear-gradient(90deg, #102b3c8c, #132b4870);
    }
}

@media(max-width:600px) {
    .doc-original .doc-summary {
        padding-block: 56px;
    }

    .doc-summary .doc-section-heading {
        min-height: 180px;
    }

    .doc-summary .doc-section-grid .doc-section-heading h2 {
        font-size: 3.1rem;
    }

    .summary-backdrop {
        height: 700px;
    }

    .summary-backdrop img {
        object-position: 28% top;
    }

    .doc-summary .doc-prose {
        padding: 25px 23px;
        border-radius: 17px;
    }

    .doc-original .doc-summary .doc-prose>.body-copy {
        padding-left: 0;
        padding-top: 30px;
        font-size: .9375rem;
    }

    .doc-original .doc-summary .doc-prose>.body-copy:first-child {
        font-size: 1rem;
    }

    .doc-summary .doc-prose>.body-copy::before {
        top: 0;
    }

    .doc-original .doc-summary .doc-prose>.body-copy+.body-copy {
        padding-top: 51px;
        margin-top: 24px;
    }

    .doc-summary .doc-prose>.body-copy+.body-copy::before {
        top: 21px;
    }

    .doc-original .doc-summary .doc-prose>.body-copy:last-child {
        padding: 49px 20px 23px;
        margin-top: 26px;
    }

    .doc-summary .doc-prose>.body-copy:last-child::before {
        top: 20px;
        left: 20px;
    }

    .doc-original .doc-summary .doc-notice {
        padding: 20px;
        font-size: .6875rem;
        margin-top: 23px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .summary-backdrop img {
        transform: none;
        transition: none;
    }
}

@media print {

    .summary-backdrop,
    .doc-summary::before {
        display: none;
    }

    .doc-original .doc-summary {
        background: #fff;
    }

    .doc-summary .doc-prose,
    .doc-original .doc-summary .doc-notice {
        background: #fff;
        box-shadow: none;
    }

    .doc-summary .doc-section-grid .doc-section-heading h2,
    .doc-original .doc-summary .doc-prose>.body-copy,
    .doc-original .doc-summary .doc-notice {
        color: #142247;
    }
}

/* Final investor invitation: brand blue, lime action and a responsive orbit graphic. */
.doc-closing .closing-panel {
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: center;
    gap: 35px;
    padding: 57px;
    border: 1px solid #5474b0;
    border-radius: 26px;
    background: radial-gradient(ellipse at 100% 10%, #405ba8a6, transparent 65%), linear-gradient(120deg, #172f53, #284980);
    box-shadow: 0 18px 45px #1f3d7017;
}

.doc-closing .closing-panel::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(440px circle at var(--closing-x, 85%) var(--closing-y, 35%), #cfff9217, transparent 72%);
}

.doc-closing .closing-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 57px;
    width: 90px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: #cfff92;
}

.doc-closing .closing-lines {
    opacity: .6;
    background: linear-gradient(#b4ceef0b 1px, transparent 1px), linear-gradient(90deg, #b4ceef0b 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent, #000);
}

.doc-closing .closing-copy {
    min-width: 0;
    max-width: none;
}

.doc-closing .closing-copy h2 {
    margin: 0;
    color: #f5f8ff;
    font-size: clamp(2rem, 3.35vw, 3.15rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.045em;
}

.doc-closing .closing-copy h2>.closing-company-label {
    display: table;
    max-width: 100%;
    margin-bottom: 27px;
    padding: 9px 13px;
    border: 1px solid #b9cfec45;
    border-radius: 7px;
    background: #d0e2ff08;
    color: #d4e5fd;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.6;
}

.doc-closing .closing-copy h2>.closing-headline-detail {
    display: block;
    max-width: 680px;
    margin-top: 21px;
    color: #b6cee9;
    font-size: clamp(1.0625rem, 1.65vw, 1.4rem);
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: -.015em;
}

.doc-closing .closing-copy .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    max-width: 100%;
    margin-top: 32px;
    padding: 17px 21px;
    border: 1px solid #d9ffad;
    border-radius: 11px;
    background: #cfff92;
    color: #233e32;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.65;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 24px #0c203525;
    transition: background .25s, transform .25s, box-shadow .25s;
}

.closing-button-icon {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    transition: transform .25s;
}

.doc-closing .closing-copy .button:focus-visible {
    outline: 3px solid #e4ffbf;
    outline-offset: 5px;
}

.closing-orbit {
    position: relative;
    width: 270px;
    aspect-ratio: 1;
    color: #c4d8ff;
}

.closing-orbit-rings {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}

.doc-closing .closing-orbit .closing-arrow {
    position: absolute;
    inset: 28%;
    display: grid;
    place-items: center;
    border: 1px solid #b4cbed47;
    border-radius: 26px;
    background: linear-gradient(145deg, #385d91, #182f51);
    box-shadow: 0 16px 35px #071a3c38, inset 0 1px 0 #ffffff12;
    color: #cfff92;
    font-size: 5.5rem;
    line-height: 1;
    font-family: Arial, sans-serif;
    opacity: 1;
    transform: rotate(-8deg);
    transition: transform .6s;
}

@media(hover:hover) and (pointer:fine) {
    .doc-closing .closing-panel:hover .closing-orbit-rings {
        transform: rotate(35deg);
    }

    .doc-closing .closing-panel:hover .closing-orbit .closing-arrow {
        transform: rotate(0deg) translate(3px, -3px);
    }

    .doc-closing .closing-copy .button:hover {
        background: #e0ffb6;
        transform: translateY(-3px);
        box-shadow: 0 13px 30px #071b3840;
    }

    .doc-closing .closing-copy .button:hover .closing-button-icon {
        transform: translate(2px, -2px);
    }
}

.doc-closing .closing-panel:focus-within .closing-orbit-rings {
    transform: rotate(35deg);
}

@media(max-width:1100px) {
    .doc-closing .closing-panel {
        grid-template-columns: minmax(0, 1fr) 210px;
        gap: 25px;
        padding: 43px;
    }

    .closing-orbit {
        width: 210px;
    }

    .doc-closing .closing-orbit .closing-arrow {
        border-radius: 21px;
        font-size: 4.5rem;
    }

    .doc-closing .closing-panel::after {
        left: 43px;
    }
}

@media(max-width:760px) {
    .doc-closing .closing-panel {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 35px 29px;
        border-radius: 20px;
    }

    .closing-orbit {
        position: absolute;
        top: -40px;
        right: -55px;
        width: 200px;
        opacity: .2;
        pointer-events: none;
    }

    .doc-closing .closing-orbit .closing-arrow {
        display: none;
    }

    .doc-closing .closing-copy h2 {
        font-size: clamp(1.95rem, 6.5vw, 2.8rem);
        line-height: 1.23;
    }

    .doc-closing .closing-copy h2>.closing-company-label {
        font-size: .6875rem;
        margin-bottom: 24px;
    }

    .doc-closing .closing-copy h2>.closing-headline-detail {
        margin-top: 20px;
        font-size: 1.0625rem;
        line-height: 1.7;
    }

    .doc-closing .closing-copy .button {
        display: flex;
        width: 100%;
        margin-top: 27px;
        padding: 16px 18px;
        font-size: .75rem;
        gap: 18px;
    }

    .doc-closing .closing-panel::after {
        left: 29px;
        width: 65px;
    }
}

@media(prefers-reduced-motion:reduce) {

    .doc-closing .closing-panel:hover .closing-orbit-rings,
    .doc-closing .closing-panel:focus-within .closing-orbit-rings,
    .doc-closing .closing-copy .button:hover,
    .doc-closing .closing-copy .button:hover .closing-button-icon {
        transform: none;
    }

    .doc-closing .closing-panel:hover .closing-orbit .closing-arrow {
        transform: rotate(-8deg);
    }
}

/* Market dashboard, references, disclosures and footer. */
.sec-chart { padding: 80px 0; background: radial-gradient(ellipse at 100% 0,#e2edfc,transparent 55%),#f3f6fc; }
.chart-section-heading { position: relative; padding-right: 165px; margin-bottom: 34px; text-align: left; }
.sec-chart .sec-tag { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 19px; color: #597245; font-size: .75rem; font-weight: 550; }
.sec-chart .sec-tag::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #86ad61; box-shadow: 0 0 0 4px #b9d79830; }
.sec-chart .sec-title { margin: 0; max-width: 730px; color: #243b60; font-family: Manrope,Arial,sans-serif; font-size: clamp(2.1rem,3.6vw,3rem); line-height: 1.2; font-weight: 500; letter-spacing: -.045em; }
.sec-chart .sec-title em { color: #405ba8; font-style: normal; }
.chart-exchange { position: absolute; right: 0; top: 15px; display: flex; flex-direction: column; gap: 2px; padding: 14px 24px; border: 1px solid #b8d89c; border-radius: 12px; background: #cfff92; color: #2c4834; font-size: .5625rem; letter-spacing: .13em; }
.chart-exchange strong { font-size: 1.65rem; letter-spacing: .025em; font-weight: 650; }
.chart-grid { display: grid; gap: 22px; }
.chart-row { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 22px; }
.chart-widget { min-width: 0; overflow: hidden; border: 1px solid #cbd9ed; border-radius: 17px; background: #fff; box-shadow: 0 9px 27px #20395f06; }
.chart-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 23px; border-bottom: 1px solid #e1e8f3; }
.chart-card-heading h3 { margin: 0; color: #2e4972; font-family: 'DM Sans',Arial,sans-serif; font-size: .9375rem; font-weight: 600; }
.chart-card-heading>span { color: #8191aa; font-size: .6875rem; }
.chart-widget-stage { position: relative; min-width: 0; height: 500px; background: #fff; }
.chart-sm .chart-widget-stage { height: 200px; }
.chart-embed,.chart-embed>.tradingview-widget-container { width: 100%; height: 100%; }
.chart-embed iframe { display: block; max-width: 100%; border: 0; }
.chart-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; padding: 30px; text-align: center; background: radial-gradient(ellipse at 50% 50%,#edf3fd,transparent 70%),#fcfdff; }
.chart-placeholder-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #cedbef; border-radius: 13px; background: #edf3ff; color: #6687bb; font-size: 1.65rem; }
.chart-status { margin: 0; color: #7385a0; font-size: .8125rem; line-height: 1.7; }
.chart-placeholder a { display: inline-flex; gap: 13px; align-items: center; color: #405ba8; font-size: .8125rem; font-weight: 550; line-height: 1.7; }
.chart-placeholder a:hover { text-decoration: underline; }
.chart-sm .chart-placeholder { gap: 9px; }
.chart-sm .chart-placeholder-icon { display: none; }
.chart-widget[data-widget-state="ready"] .chart-placeholder { display: none; }
.chart-provider { margin: 19px 0 0; text-align: right; color: #7a8ca6; font-size: .6875rem; }
.chart-provider a { color: #405ba8; text-decoration: underline; text-underline-offset: 3px; }
.doc-source-notes { padding: 72px 0; background: #fff; border-top: 1px solid #e2e9f3; }
.doc-source-notes h2 { margin: 0 0 30px; color: #263e62; font-size: 2.4rem; line-height: 1.2; font-weight: 500; letter-spacing: -.045em; }
.doc-source-notes ol { list-style: none; counter-reset: source-note; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding: 0; }
.doc-source-notes li { position: relative; min-width: 0; margin: 0; padding: 24px 23px 24px 54px; border: 1px solid #d6e1f0; border-radius: 12px; background: #f8fafe; scroll-margin-top: 35px; transition: border-color .25s,background .25s; }
.doc-source-notes li::before { counter-increment: source-note; content: counter(source-note,lower-roman); position: absolute; top: 25px; left: 19px; min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 6px; background: #e5ecfa; color: #526fa5; font-family: Georgia,serif; font-size: .75rem; }
.doc-source-notes li a { display: block; color: #7889a4; font-size: .6875rem; line-height: 1.85; overflow-wrap: anywhere; text-decoration: none; }
.doc-source-notes li a::before { content: attr(data-publisher); display: block; margin-bottom: 10px; color: #304e7a; font-family: 'DM Sans',Arial,sans-serif; font-size: .875rem; font-weight: 550; line-height: 1.5; }
.doc-source-notes li:hover { background: #f0f5fd; border-color: #a9bddc; }
.doc-source-notes li:target,.doc-source-notes li:focus { padding: 24px 23px 24px 54px; outline: 2px solid #9cbf78; outline-offset: 3px; background: #effbdd; border-radius: 12px; }
.doc-source-notes li:target::before { background: #cfff92; color: #3d5934; }
#disclaimer { padding: 75px 0; background: #eef3fa; border-top: 1px solid #dce5f2; }
#disclaimer>.wrap { display: grid; grid-template-columns: 225px minmax(0,1fr); gap: 55px; align-items: start; }
#disclaimer .center { text-align: left; }
#disclaimer>.wrap>.center { position: sticky; top: 35px; padding-top: 7px; }
#disclaimer .sec-title { font-size: 2.35rem; font-weight: 500; line-height: 1.2; letter-spacing: -.045em; color: #273f63; margin: 0; }
#disclaimer .sec-title::before { content: ''; display: block; width: 36px; height: 4px; margin-bottom: 24px; border-radius: 3px; background: #405ba8; }
.disc-text { min-width: 0; padding: 37px 40px; border: 1px solid #d3dff0; border-radius: 18px; background: #fff; box-shadow: 0 8px 25px #28426404; }
.disc-text>p { margin: 0; color: #667b98; font-family: 'DM Sans',Arial,sans-serif; font-size: .875rem; line-height: 1.95; overflow-wrap: anywhere; }
.disc-text>p+p { margin-top: 23px; }
.disc-text>p:first-child { margin: 0 0 26px; padding: 22px 25px; border-left: 3px solid #9bb6ed; border-radius: 0 10px 10px 0; background: #203a63; color: #f0f5ff; font-size: .9375rem; font-weight: 500; line-height: 1.8; }
.disc-text .disclaimer-title { margin: 33px 0 19px; padding-top: 27px; border-top: 1px solid #d9e3f1; color: #294874; font-family: Manrope,Arial,sans-serif; font-size: 1.25rem; line-height: 1.4; font-weight: 600; letter-spacing: -.025em; }
.disc-text .disclaimer-updated { margin-top: 31px; padding: 16px 19px; border: 1px solid #d5e4c7; border-radius: 9px; background: #f0f9e8; color: #607b50; font-size: .75rem; }
.site-footer { position: relative; padding: 35px 0; background: #132844; border-top: 1px solid #2c456c; }
.site-footer>.wrap { display: grid; grid-template-columns: 200px minmax(0,1fr) auto; align-items: center; gap: 35px; }
.footer-logo { display: block; width: 200px; height: auto; }
.foot-copy { max-width: 520px; color: #9fb4d2; font-size: .75rem; line-height: 1.85; }
.footer-top { display: inline-flex; align-items: center; gap: 15px; padding: 10px 14px; border: 1px solid #aeca8840; border-radius: 9px; color: #cfff92; font-size: .75rem; white-space: nowrap; transition: background .2s,border-color .2s; }
.footer-top span { font-size: 1.25rem; }
.footer-top:hover { background: #cfff920c; border-color: #cfff92; }
.footer-top:focus-visible,.chart-placeholder a:focus-visible,.doc-source-notes a:focus-visible { outline: 2px solid #8aabdb; outline-offset: 4px; border-radius: 3px; }
@media(max-width:1100px) {
    .doc-source-notes ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
    #disclaimer>.wrap { grid-template-columns: 190px minmax(0,1fr); gap: 30px; }
    .disc-text { padding: 30px; }
    .site-footer>.wrap { grid-template-columns: 180px minmax(0,1fr) auto; gap: 25px; }
    .footer-logo { width: 180px; }
}
@media(max-width:950px) {
    .chart-row { grid-template-columns: 1fr; }
    #disclaimer>.wrap { grid-template-columns: 1fr; gap: 30px; }
    #disclaimer>.wrap>.center { position: static; padding: 0; }
    .site-footer>.wrap { grid-template-columns: 1fr auto; gap: 23px; }
    .foot-copy { grid-column: 1; grid-row: 2; }
    .footer-top { grid-column: 2; grid-row: 1 / span 2; }
}
@media(max-width:600px) {
    .sec-chart,.doc-source-notes,#disclaimer { padding-block: 52px; }
    .chart-section-heading { padding: 0; margin-bottom: 27px; }
    .sec-chart .sec-title { font-size: 2.1rem; }
    .chart-exchange { position: static; display: inline-flex; flex-direction: row; align-items: center; gap: 10px; margin-top: 21px; padding: 10px 14px; }
    .chart-exchange strong { font-size: 1.15rem; }
    .chart-card-heading { padding: 18px; flex-wrap: wrap; gap: 6px 12px; }
    .chart-card-heading h3 { font-size: .875rem; }
    .chart-card-heading>span { font-size: .625rem; }
    .chart-widget { border-radius: 13px; }
    .chart-widget-stage { height: 430px; }
    .chart-sm .chart-widget-stage { height: 270px; }
    .chart-placeholder { padding: 22px; }
    .chart-provider { text-align: left; }
    .doc-source-notes h2,#disclaimer .sec-title { font-size: 2.1rem; }
    .doc-source-notes ol { grid-template-columns: 1fr; gap: 13px; }
    .doc-source-notes li,.doc-source-notes li:target,.doc-source-notes li:focus { padding: 23px 22px 23px 55px; }
    .disc-text { padding: 26px 23px; border-radius: 14px; }
    .disc-text>p { font-size: .875rem; line-height: 1.9; }
    .disc-text>p:first-child { padding: 20px; font-size: .875rem; }
    .site-footer { padding: 30px 0; }
    .site-footer>.wrap { grid-template-columns: 1fr; gap: 22px; }
    .foot-copy,.footer-top { grid-column: auto; grid-row: auto; }
    .footer-top { justify-self: start; }
}
@media print { #disclaimer>.wrap>.center { position: static; }.sec-chart,.footer-top { display: none; }.disc-text { padding: 0; border: 0; box-shadow: none; } }


@media(max-width:760px){
    .doc-original .doc-hero .hero-layout {

    padding: 0 0 32px;
  }
 .doc-hero-stage .stage-label {
    font-size: .9rem;
  }
  .stage-device-caption b {
    font-size: clamp(.9rem, 1.6vw, .66rem);
  }
  .doc-first-mover .doc-first-grid h2 > span{display:inline-block;}
  .doc-original .doc-first-mover .body-copy, .doc-original .doc-overview .overview-card .body-copy,
  .doc-original .doc-need .need-card .body-copy, .doc-original .doc-solution .solution-step .body-copy,
  .doc-original .doc-financials .financial-heading .financial-subheadline,
  .doc-financials .doc-metric-label, .doc-financials .doc-metric > p, .doc-financials .doc-highlight p, .doc-markets .doc-section-heading .body-copy,
  .doc-original .doc-markets .doc-market-item > .body-copy, .doc-reasons .doc-reason > p, .doc-original .doc-company .company-story-card > .body-copy,
  .doc-original .doc-technology .doc-two-columns > .body-copy, .doc-original .doc-summary .doc-prose > .body-copy {
    font-size: 1rem;

  }
  .doc-original .doc-markets .market-takeaway > .body-copy, .doc-reasons .doc-reason summary h3{
        font-size: 1.2rem;
  }
  .doc-original .doc-company .doc-section-subtitle{
    max-width: 100%;
  }
  .doc-company .doc-section-heading{
    min-height: inherit;
  }
  .stage-device-caption{display:none;}
}


@media(max-width:575px){
     .doc-financials .doc-metric-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
