/* extracted inline style 1 */
:root {
            --paper: #faf9f7 !important;
            --ink: #1a1a1a;
            --muted: rgba(26, 26, 26, 0.55);
            --hair: rgba(26, 26, 26, 0.14);
            --hair2: rgba(26, 26, 26, 0.1);
            --max: 1000px;
            --profile-line-structural: 1px solid rgba(20, 20, 16, 0.14);
            /* Type scale: ledger / meta consistency (match ecosystem-company.html). */
            --t-size: 11.5px;
            --t-height: 1.48;
            --t-section-opacity: 0.68;
            --t-meta-opacity: 0.68;
            --t-body-opacity: 0.94;
            --t-emph-weight: 500;
            --profile-display: var(--site-display);
            --profile-title-display: var(--site-display);
            --profile-sans: var(--site-body);
            --profile-mono: var(--site-body);
            --profile-body: var(--site-body);
            /* Section rails — same token as company profile (“Recent rounds” / .block-title) */
            --profile-display-section: var(--korthos-header-size);
            /* Event type pills (same semantic map as company profile). */
            --korthos-tag-tint-0-bg: rgba(180, 42, 26, 0.14);
            --korthos-tag-tint-0-ink: #7A2218;
            --korthos-tag-tint-1-bg: rgba(40, 90, 160, 0.13);
            --korthos-tag-tint-1-ink: #1E3A6E;
            --korthos-tag-tint-2-bg: rgba(34, 120, 95, 0.14);
            --korthos-tag-tint-2-ink: #1E5C45;
            --korthos-tag-tint-3-bg: rgba(130, 70, 140, 0.13);
            --korthos-tag-tint-3-ink: #5A2F6A;
            --korthos-tag-tint-4-bg: rgba(180, 110, 40, 0.14);
            --korthos-tag-tint-4-ink: #6B3E0A;
            --korthos-tag-tint-5-bg: rgba(55, 105, 145, 0.13);
            --korthos-tag-tint-5-ink: #243E6E;
            --korthos-tag-tint-6-bg: rgba(150, 45, 55, 0.14);
            --korthos-tag-tint-6-ink: #6B1E28;
            --korthos-tag-tint-7-bg: rgba(50, 110, 115, 0.14);
            --korthos-tag-tint-7-ink: #1E5A5E;
            --korthos-tag-tint-8-bg: rgba(95, 75, 145, 0.13);
            --korthos-tag-tint-8-ink: #3D2F6E;
            --korthos-tag-tint-9-bg: rgba(125, 95, 45, 0.14);
            --korthos-tag-tint-9-ink: #5A4518;
            --korthos-tag-tint-10-bg: rgba(45, 105, 85, 0.14);
            --korthos-tag-tint-10-ink: #1A5E4A;
            --korthos-tag-tint-11-bg: rgba(115, 50, 95, 0.13);
            --korthos-tag-tint-11-ink: #6B2458;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html {
            scrollbar-gutter: stable;
            width: 100%;
        }
        html, body { background: var(--paper) !important; background-color: #faf9f7 !important; color: var(--ink); min-height: 100vh; max-width: 100%; overflow-x: hidden; }
        body { font-family: var(--site-body); }
        html body,
        html body.has-home-ticker,
        html body .main-container,
        html body .content-area,
        html body .page-content,
        html body header.site-header,
        html body header.site-header .nav-dropdown-menu,
        html body .home-menu-sheet,
        html body .home-menu-sheet__section,
        html body .site-footer:not(.site-footer--editorial) {
            background: #faf9f7 !important;
            background-color: #faf9f7 !important;
        }
        html body header.site-header::after {
            background: #D8D4CC !important;
        }
        html body::-webkit-scrollbar-track,
        html::-webkit-scrollbar-track,
        html body *::-webkit-scrollbar-track {
            background: #faf9f7 !important;
        }

        .profile {
            max-width: var(--max);
            width: 100%;
            margin: 0 auto;
            padding: 32px 20px 40px;
            box-sizing: border-box;
            overflow-x: hidden;
        }
        @media (min-width: 1280px) {
            .profile { max-width: 1280px; }
        }
        .profile__header { margin-bottom: 26px; }
        .profile__header .kicker { display: none !important; }
        .kicker {
            font-family: var(--site-body);
            font-size: 12px;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--muted);
            margin-bottom: 24px;
        }
        .kicker a {
            color: var(--muted);
            text-decoration: none;
            border-bottom: 1px solid var(--hair);
        }
        .kicker a:hover { border-bottom-color: rgba(26, 26, 26, 0.35); }
        .title {
            font-family: var(--profile-title-display, var(--profile-display));
            font-size: clamp(52px, 6.2vw, 88px);
            font-weight: 400;
            line-height: 0.92;
            letter-spacing: 0.062em;
            margin: 0 0 32px;
            text-transform: uppercase;
        }
        @media (max-width: 768px) {
            .profile__header .title {
                font-size: clamp(40px, 12vw, 56px);
                line-height: 0.92;
                word-break: normal;
                overflow-wrap: anywhere;
            }
        }
        .profile__grid {
            border-top: 1px solid var(--hair);
            padding-top: 24px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 0;
            align-items: start;
        }
        .profile__grid > * {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }
        .profile .profile__grid {
            border-top-color: rgba(20, 20, 16, 0.14);
        }
        /* Structural tier: meta rail (same grammar as company profile). */
        .profile .profile__meta-row {
            padding-bottom: 26px;
            border-bottom: var(--profile-line-structural);
        }
        .profile .profile__meta-row .meta { gap: 10px; }
        .profile .profile__meta-row .meta.profile-meta-snapshot { gap: 0; }
        .profile .profile__meta-row .meta__row {
            align-items: baseline;
            /* Cap label band so values stay near labels on wide rails (plain % stretches halfway across). */
            grid-template-columns: minmax(120px, min(34%, 11.5rem)) 1fr;
            gap: 8px 8px;
        }
        .profile .profile__meta-row .meta-snapshot-facts {
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding-top: 0;
            margin-top: 0;
            border-top: none;
            max-width: 540px;
        }
        .profile .profile__meta-row .meta-snapshot-facts:first-child {
            margin-top: 0;
            padding-top: 0;
        }
        .profile .profile__meta-row .meta-snapshot-facts + .meta__row {
            margin-top: 14px;
        }
        /* Profile top meta: labels = korthos rail; values = Notes-scale body (ecosystem-company). */
        .profile__meta-row .meta__key {
            font-family: var(--profile-sans);
            font-size: clamp(14.5px, 1.1vw, 17.5px);
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.96);
            opacity: 1;
            line-height: 1.16;
            padding-top: 2px;
        }
        .profile__meta-row .meta__val {
            font-family: var(--profile-body);
            font-size: 15px;
            font-weight: 400;
            line-height: 1.45;
            letter-spacing: normal;
            color: rgba(26, 26, 26, 0.92);
            opacity: 1;
        }
        .profile__meta-row .meta__val a {
            color: inherit;
        }
        .sectionBlock { margin-top: 28px; }
        /* Bottom recommendation: comparable systems — editorial tiles */
        .comparable-systems { border-top: 0; padding-top: 0; margin-top: 32px; }
        .profile .comparable-systems {
            border-top: 0;
            margin-top: 36px;
            padding-top: 0;
        }
        .comparable-systems__inner { min-width: 0; }
        .comparable-systems__heading { font-size: var(--t-size); line-height: var(--t-height); text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin: 0 0 16px 0; padding-bottom: 6px; border-bottom: 1px solid var(--hair2); font-family: var(--site-body); font-weight: 500; }
        .profile .comparable-systems__heading {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            line-height: var(--korthos-header-line-height);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            margin: 0 0 16px 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .comparable-systems__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .comparable-systems__grid--information { grid-template-columns: repeat(2, 1fr); gap: 20px 28px; }
        @media (max-width: 900px) { .comparable-systems__grid { grid-template-columns: repeat(2, 1fr); } .comparable-systems__grid--information { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 600px) { .comparable-systems__grid { grid-template-columns: 1fr; } .comparable-systems__grid--information { grid-template-columns: 1fr; } }
        .profile .comparable-systems__grid--information { grid-template-columns: repeat(3, 1fr); gap: 24px; }
        @media (max-width: 900px) { .profile .comparable-systems__grid--information { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 600px) { .profile .comparable-systems__grid--information { grid-template-columns: 1fr; } }
        .profile .comparable-systems__grid .comparable-tile--information { max-width: none; }
        .comparable-tile { display: block; text-decoration: none; color: inherit; border-bottom: 1px solid var(--hair2); padding-bottom: 16px; transition: opacity 0.15s ease; }
        .comparable-tile:hover { opacity: 0.85; }
        .comparable-tile__img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #e8e7e3; margin-bottom: 10px; display: block; }
        .comparable-tile__img--missing { min-height: 80px; background: rgba(0,0,0,0.06); }
        .comparable-tile__name { display: block; font-size: 14px; font-weight: var(--t-emph-weight); line-height: 1.35; margin-bottom: 4px; }
        .comparable-tile:hover .comparable-tile__name { text-decoration: underline; }
        .comparable-tile__type { font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
        .comparable-tile__fact { font-size: 11px; color: var(--muted); }
        .comparable-tile__img-wrap { margin-bottom: 10px; }
        .profile .comparable-tile:not(.comparable-tile--information) {
            border: 1px solid rgba(20, 20, 16, 0.14);
            border-radius: 8px;
            background: #fff;
            overflow: hidden;
            padding-bottom: 0;
            transition: border-color 0.15s ease, opacity 0.15s ease;
        }
        .profile .comparable-tile:not(.comparable-tile--information):hover {
            opacity: 1;
            border-color: rgba(20, 20, 16, 0.28);
        }
        .profile .comparable-tile__name {
            font-family: var(--profile-body);
            font-size: clamp(15px, 1.12vw, 17px);
            font-weight: 700;
            letter-spacing: 0.006em;
            text-transform: none;
            line-height: 1.3;
            color: rgba(20, 20, 16, 0.96);
            margin-bottom: 6px;
        }
        .profile .comparable-tile:hover .comparable-tile__name {
            text-decoration: none;
            color: #b42a1a;
        }
        .profile .comparable-tile__type,
        .profile .comparable-tile__fact {
            font-family: var(--profile-mono);
            font-size: 8.5px;
            font-weight: 600;
            letter-spacing: 0.09em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
        }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__img-wrap { margin: 0; }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__img { background: #e8e7e3; margin-bottom: 0; border-bottom: 1px solid rgba(20,20,16,.12); }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__name { display: block; margin: 14px 16px 6px; }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__type,
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__fact { margin-left: 16px; margin-right: 16px; }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__fact { margin-bottom: 14px; }
        .profile .comparable-systems__grid {
            gap: 24px;
            align-items: stretch;
        }
        .profile .comparable-tile:not(.comparable-tile--information) {
            position: relative;
            display: flex;
            flex-direction: column;
            min-height: 100%;
            border: 1px solid rgba(20,20,16,0.14);
            border-radius: 8px;
            background: #fff;
            overflow: hidden;
            padding: 0;
            color: inherit;
            text-decoration: none;
        }
        .profile .comparable-tile:not(.comparable-tile--information):hover {
            border-color: rgba(20,20,16,0.24);
        }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__img-wrap {
            width: 100%;
            aspect-ratio: 16 / 9;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid rgba(20,20,16,0.12);
            background: #e8e7e3;
            overflow: hidden;
        }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__img {
            width: 100%;
            height: 100%;
            aspect-ratio: auto;
            margin: 0;
            border-bottom: 0;
            object-fit: cover;
            object-position: center;
            display: block;
        }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__name,
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__type,
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__fact {
            font-family: var(--site-body);
            background: #fff;
        }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__name {
            font-size: 13.5px;
            line-height: 1.15;
            font-weight: 750;
            letter-spacing: 0;
            text-transform: none;
            color: var(--ink, rgba(20,20,16,0.92));
            margin: 13px 14px 7px;
            overflow-wrap: anywhere;
        }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__type {
            font-size: 9px;
            line-height: 1.2;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(20,20,16,0.52);
            margin: 0 14px 8px;
        }
        .profile .comparable-tile:not(.comparable-tile--information) .comparable-tile__fact {
            font-size: 12px;
            line-height: 1.4;
            color: rgba(20,20,16,0.64);
            margin: 0 14px 14px;
        }
        .comparable-tile--information .comparable-tile__img-wrap { display: none; }
        .comparable-tile--information { padding-top: 12px; margin-top: 0; margin-bottom: 0; padding-bottom: 14px; border-bottom: 1px solid var(--hair2); border-top: 1px solid var(--hair2); max-width: 420px; }
        .comparable-tile--information + .comparable-tile--information { margin-top: -1px; }
        .comparable-tile--information .comparable-tile__name { margin-bottom: 2px; }
        .comparable-tile--information .comparable-tile__type { font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(26,26,26,0.5); margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px solid var(--hair2); }
        .comparable-tile--information .comparable-tile__fact { font-size: 10px; line-height: 1.4; color: rgba(26,26,26,0.45); margin-top: 6px; margin-bottom: 0; }
        .meta { display: grid; gap: 8px; }
        .meta__row {
            display: grid;
            grid-template-columns: 120px 1fr;
            gap: 12px;
            align-items: baseline;
        }
        .meta__key {
            font-family: var(--site-body);
            font-size: var(--t-size);
            line-height: var(--t-height);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: var(--t-meta-opacity);
            color: var(--ink);
        }
        .meta__val { font-size: var(--t-size); line-height: var(--t-height); opacity: var(--t-body-opacity); }
        .meta__val a {
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid var(--hair);
        }
        .meta__val a:hover { border-bottom-color: rgba(26, 26, 26, 0.35); }
        /* Hero: directory-style media stage (left) + merged notes (right); stacks on small viewports. */
        .product-hero-layout {
            display: grid;
            grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
            gap: clamp(18px, 2.4vw, 24px);
            align-items: stretch;
            width: 100%;
            min-width: 0;
            padding-top: 0;
        }
        .product-hero-layout > * {
            min-width: 0;
        }
        .page-product #product-main > #product-meta-row.profile__meta-row {
            display: none;
        }
        .product-overview-left {
            width: 100%;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: clamp(18px, 2.4vw, 24px);
        }
        .product-overview-card {
            --module-bg: #fcfbf8;
            --module-border: #d8d4cc;
            --text: #111;
            --muted: #6f6a61;
            border: 1px solid var(--module-border);
            border-radius: 6px;
            background: var(--module-bg);
            min-width: 0;
        }
        .product-overview-card--facts {
            padding: clamp(16px, 2vw, 20px);
        }
        .product-overview-card--media {
            padding: 0;
            display: flex;
            flex: 0 0 auto;
            min-height: 0;
            overflow: hidden;
        }
        .product-overview-card--media .product-hero,
        .product-overview-card--media .product-hero__media,
        .product-overview-card--media .figurePlate {
            width: 100%;
        }
        .product-overview-card--summary {
            padding: clamp(20px, 2.5vw, 28px);
            min-height: 100%;
            height: 100%;
            max-width: none;
            width: 100%;
            gap: clamp(20px, 3vw, 32px);
            justify-content: space-between;
        }
        .product-overview-card--summary .product-hero-overview-stack {
            display: block;
        }
        .product-overview-card--summary .product-hero-overview-block {
            margin: 0;
        }
        .product-overview-card--summary .block-title {
            margin-bottom: clamp(16px, 2vw, 22px);
        }
        .product-overview-card--summary .product-overview-card__title {
            font-family: var(--site-body) !important;
            font-size: 14px !important;
            font-weight: 800 !important;
            letter-spacing: 0 !important;
            line-height: 1.25 !important;
            text-transform: none !important;
            color: #11100E !important;
        }
        .product-overview-details {
            display: flex;
            flex-direction: column;
            gap: clamp(16px, 2.4vw, 30px);
            min-height: 0;
        }
        .product-overview-detail-row {
            display: grid;
            grid-template-columns: 18px minmax(92px, 26%) minmax(0, 1fr);
            gap: 14px;
            align-items: start;
            padding: 0;
            border-top: 0;
        }
        .product-overview-detail-label {
            font-family: var(--korthos-header-font);
            font-size: 11px;
            font-weight: var(--korthos-header-weight);
            letter-spacing: 0.06em;
            line-height: 1.35;
            text-transform: uppercase;
            color: var(--muted);
            align-self: start;
            padding-top: 2px;
        }
        .product-overview-detail-value {
            font-family: var(--profile-body);
            font-size: clamp(15px, 1.35vw, 18px);
            line-height: 1.4;
            color: var(--text);
            align-self: start;
        }
        .product-overview-facts .meta-snapshot-facts {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        .product-overview-facts .meta__row {
            display: grid;
            grid-template-columns: 18px minmax(92px, 26%) minmax(0, 1fr);
            gap: 14px;
            align-items: start;
            padding: 13px 0;
        }
        .product-overview-facts .meta-snapshot-facts .meta__row:first-child,
        .product-overview-facts > .meta__row:first-child {
            padding-top: 0;
        }
        .product-overview-facts .meta__icon,
        .product-overview-detail-icon {
            width: 18px;
            height: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--text);
            align-self: start;
            padding-top: 2px;
        }
        .product-overview-facts .meta__icon svg,
        .product-overview-detail-icon svg {
            width: 16px;
            height: 16px;
            display: block;
            fill: none;
            stroke: currentColor;
            stroke-width: 1.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .product-overview-facts .meta__key {
            font-family: var(--korthos-header-font);
            font-size: 11px;
            font-weight: var(--korthos-header-weight);
            letter-spacing: 0.06em;
            line-height: 1.35;
            text-transform: uppercase;
            color: var(--muted);
            opacity: 1;
            align-self: start;
            padding-top: 2px;
        }
        .product-overview-facts .meta__val,
        .product-overview-facts .meta__val a {
            font-family: var(--profile-body);
            font-size: 15px;
            line-height: 1.55;
            color: var(--text);
            text-decoration: none;
            opacity: 1;
            min-width: 0;
            max-width: 100%;
            overflow-wrap: anywhere;
            word-break: normal;
        }
        .product-overview-facts .meta__val {
            min-width: 0;
        }
        .product-overview-facts .meta__val a {
            display: inline;
        }
        .product-overview-facts .meta__val a:hover {
            text-decoration: underline;
        }
        .product-hero-layout--no-visual {
            grid-template-columns: 1fr;
            padding-top: 0;
        }
        .product-hero-layout--no-visual .product-overview-card--media {
            display: none;
        }
        .product-hero-layout--no-visual .product-hero {
            display: none;
        }
        @media (max-width: 900px) {
            .product-hero-layout {
                grid-template-columns: 1fr;
                padding-top: 8px;
                gap: 18px;
            }
            .product-overview-left { gap: 18px; }
        }
        .product-hero {
            display: block;
            padding-top: 0;
            width: 100%;
            min-width: 0;
        }
        .product-hero__media {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }
        /* When there is 0 media: no placeholder */
        .product-hero.no-media .product-hero__media { display: none !important; }
        .product-hero.no-media { padding-top: 0; }
        .product-hero__media .figurePlate { margin-top: 0; width: 100%; min-width: 0; max-width: 100%; }
        .product-hero__notes {
            min-width: 0;
            align-self: start;
        }
        /* Match product directory card: fixed 16:9 panel + slight wash behind image */
        .product-hero__media .figurePlate .figureMedia.product-hero-card-stage {
            aspect-ratio: 16 / 9;
            background: #e8e7e3;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }
        .product-hero__overview.rightRail {
            max-width: none;
            width: 100%;
            min-width: 0;
        }
        .product-hero-overview-block {
            margin-top: 0;
        }
        /* Same voice as historical NOTES / section rail: Korthos header token, not micro UI caps. */
        .product-hero-overview-block .product-overview-merge__kicker {
            display: block;
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            line-height: var(--korthos-header-line-height);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            margin: clamp(16px, 2.2vw, 24px) 0 9px 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .product-hero-overview-block .product-overview-merge__kicker:first-child {
            margin-top: 0;
        }
        .product-hero-overview-split {
            display: none !important;
            width: 100%;
            min-width: 0;
        }
        .product-hero-layout--no-visual .product-hero-overview-stack {
            display: block !important;
        }
        .product-hero-layout--no-visual .product-hero-overview-split {
            display: none !important;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: clamp(24px, 4vw, 48px);
            align-items: start;
            padding-top: clamp(14px, 2vw, 24px);
        }
        .product-hero-overview-split .notesBlock {
            margin-top: 0;
        }
        .product-hero-overview-split .notesText {
            max-width: none;
        }
        .product-hero-overview-split--notes-only .product-hero-overview-split__col--why,
        .product-hero-overview-split--why-only .product-hero-overview-split__col--notes,
        .product-hero-overview-split--empty .product-hero-overview-split__col--why {
            display: none;
        }
        .product-hero-overview-split--why-only .product-hero-overview-split__col--why,
        .product-hero-overview-split--notes-only .product-hero-overview-split__col--notes,
        .product-hero-overview-split--empty .product-hero-overview-split__col--notes {
            grid-column: 1 / -1;
        }
        @media (max-width: 900px) {
            .product-hero-layout--no-visual .product-hero-overview-split.product-hero-overview-split--both {
                grid-template-columns: 1fr;
            }
        }
        /* YouTube in hero: wide 16:9 stage */
        @media (min-width: 901px) {
            .product-hero.product-hero--inline-video .product-hero__media .figurePlate .figureMedia.product-hero-card-stage {
                aspect-ratio: 16 / 9;
                max-height: min(520px, 62vw);
                min-height: 220px;
                width: 100%;
                align-items: stretch;
                justify-content: stretch;
            }
            .product-hero.product-hero--inline-video .figure__img--video {
                flex: 1;
                align-self: stretch;
                min-height: 0;
                width: 100%;
                aspect-ratio: 16 / 9;
            }
            .product-hero.product-hero--inline-video .figure__img--video iframe {
                width: 100%;
                height: 100%;
                min-height: 200px;
                border: 0;
            }
        }
        .rightRail {
            max-width: min(520px, 100%);
            display: flex;
            flex-direction: column;
            gap: 28px;
        }
        .rightRail .notesBlock { margin-top: 0; }
        /* Section anchors — same as company profile .block-title (korthos header token). */
        .profile .block-title {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            margin-bottom: 9px;
            padding-bottom: 0;
            border-bottom: none;
            line-height: var(--korthos-header-line-height);
        }
        .rightRail .notesBlock .block-title {
            border-bottom: none;
            padding-bottom: 0;
        }
        .rightRail .blockLabel {
            font-size: var(--t-size);
            line-height: var(--t-height);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: var(--t-section-opacity);
            margin-bottom: 8px;
        }
        .rightRail .notesText .product-notes-line {
            margin-bottom: 0.45em;
        }
        .rightRail .notesText {
            font-family: var(--profile-body);
            font-size: clamp(18px, 1.65vw, 25px);
            line-height: 1.48;
            letter-spacing: 0.01em;
            color: rgba(26, 26, 26, 0.88);
            max-width: min(42rem, 100%);
            text-wrap: pretty;
            hyphens: manual;
            overflow-wrap: anywhere;
        }
        /* Image + overview row; editorial band below (key specs, etc.). */
        .product-hero-media-band {
            width: 100%;
            min-width: 0;
        }
        .profile-info-band.product-profile-info-band {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
            gap: clamp(28px, 4vw, 56px);
            align-items: start;
            min-width: 0;
            width: 100%;
            padding-top: clamp(24px, 3vw, 36px);
            padding-bottom: clamp(8px, 2vw, 20px);
            border-top: 0;
            margin-top: 8px;
        }
        .profile-info-band.product-profile-info-band.product-profile-info-band--overview-only {
            display: none;
            grid-template-columns: 1fr;
        }
        .product-profile-info-band .profile-editorial-col {
            min-width: 0;
        }
        .product-profile-info-band .profile-overview-col-head {
            width: 100%;
            max-width: 100%;
            margin: 0 0 20px 0;
            padding: 0 0 13px 0;
            border-bottom: var(--profile-line-structural);
            box-sizing: border-box;
        }
        .product-profile-info-band .profile-overview-col-heading {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            line-height: var(--korthos-header-line-height);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            margin: 0;
            padding: 2px 0 14px 0;
            display: inline-block;
            box-sizing: border-box;
        }
        .product-profile-info-band .left-col-main {
            min-width: 0;
        }
        .product-meta-section-heading {
            font-family: var(--profile-sans);
            font-size: clamp(14px, 1vw, 16px);
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.92);
            margin-top: 18px;
            margin-bottom: 10px;
            padding-top: 14px;
            border-top: var(--profile-line-structural);
            width: 100%;
        }
        .product-meta-section-heading:first-child {
            margin-top: 0;
            padding-top: 0;
            border-top: none;
        }
        .product-meta-pricing {
            width: 100%;
            min-width: 0;
            margin-top: 4px;
            margin-bottom: 2px;
        }
        .profile__meta-row .product-meta-pricing .specGrid {
            display: grid;
            grid-template-columns: minmax(min-content, 120px) minmax(0, 1fr);
            gap: 8px 14px;
            align-items: baseline;
            margin-top: 8px;
            width: 100%;
        }
        .profile__meta-row .product-meta-pricing .specGrid .k {
            font-size: 11px;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: rgba(26, 26, 26, 0.62);
        }
        .profile__meta-row .product-meta-pricing .specGrid .v {
            font-family: var(--profile-body);
            font-size: 14px;
            line-height: 1.45;
            color: rgba(26, 26, 26, 0.92);
        }
        .product-profile-info-band .left-col-main .notesBlock {
            margin-top: 0;
        }
        .product-profile-info-band .left-col-main .notesBlock + .notesBlock {
            margin-top: 28px;
        }
        .product-profile-info-band .left-col-main .notesText {
            font-family: var(--profile-body);
            font-size: 17px;
            line-height: 1.62;
            letter-spacing: 0.01em;
            color: rgba(26, 26, 26, 0.88);
            max-width: min(42rem, 100%);
            text-wrap: pretty;
            hyphens: manual;
        }
        @media (max-width: 640px) {
            .product-hero-media-band {
                margin-top: 0;
            }
            .product-hero-layout {
                padding-top: 0;
                gap: 18px;
            }
            .product-overview-left {
                gap: 18px;
            }
            .product-overview-card--facts {
                padding: 0;
                border: 0;
                border-radius: 0;
                background: transparent;
            }
            .product-overview-facts .meta-snapshot-facts {
                border-top: 1px solid rgba(20, 20, 16, 0.16);
            }
            .product-overview-facts .meta__row {
                padding: 17px 0;
                border-bottom: 1px solid rgba(20, 20, 16, 0.16);
            }
            .product-overview-card--media {
                border-radius: 6px;
            }
            .product-overview-card--summary,
            .product-overview-card--facts {
                padding-left: 18px;
                padding-right: 18px;
            }
            .product-overview-card--facts {
                padding-left: 0;
                padding-right: 0;
            }
            .product-overview-detail-row,
            .product-overview-facts .meta__row {
                grid-template-columns: 18px minmax(92px, 30%) minmax(0, 1fr);
                gap: 12px;
            }
            .product-overview-detail-value,
            .product-overview-facts .meta__val {
                grid-column: auto;
            }
            .product-overview-card--summary .notesText {
                font-size: 18px;
                line-height: 1.52;
            }
            .product-overview-card--summary {
                min-height: 0;
                height: auto;
                gap: 22px;
                padding-top: 22px;
                padding-bottom: 22px;
            }
            .product-overview-card--summary .block-title {
                margin-bottom: 14px;
            }
            .product-overview-details {
                gap: 17px;
            }
        }
        @media (max-width: 359px) {
            .profile-submit-trigger {
                white-space: normal;
                text-align: center;
                line-height: 1.08;
                font-size: 10.5px;
                letter-spacing: 0.09em;
                gap: 6px;
            }
            .product-overview-detail-row,
            .product-overview-facts .meta__row {
                grid-template-columns: 18px 1fr;
                gap: 6px;
            }
            .product-overview-detail-value,
            .product-overview-facts .meta__val {
                grid-column: 2;
            }
        }
        .product-profile-info-band .left-col-main .keySpecsBlock {
            margin-top: 28px;
        }
        .product-profile-info-band .left-col-main > .keySpecsBlock:first-child {
            margin-top: 0;
        }
        .product-profile-info-band .profile-structured-col {
            min-width: 0;
        }
        /* Tab row: same system as ecosystem-company.html (structural rail; active = ink + weight only). */
        .profile .profile-hero-info-panel {
            width: 100%;
            min-width: 0;
            display: flex;
            flex-direction: column;
            border: none;
            border-radius: 0;
            background: transparent;
            box-sizing: border-box;
            padding: 0;
        }
        .profile .bandHeader {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            margin-top: 0;
            margin-bottom: 32px;
            padding-bottom: 0;
            border-bottom: none;
        }
        .profile .bandTabs {
            display: inline-flex;
            flex-wrap: nowrap;
            align-items: stretch;
            gap: 0;
            margin-bottom: 0;
            width: max-content;
            max-width: 100%;
            min-width: 0;
            padding-bottom: 13px;
            border-bottom: var(--profile-line-structural);
            box-sizing: border-box;
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior-x: contain;
        }
        .profile .bandTabs::-webkit-scrollbar {
            display: none;
        }
        .profile .bandTabs button {
            all: unset;
            cursor: pointer;
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.72);
            padding: 2px 28px 14px 0;
            margin-bottom: 0;
            border-bottom: none;
            line-height: var(--korthos-header-line-height);
            box-sizing: border-box;
        }
        .profile .bandTabs button:hover,
        .profile .bandTabs button:focus-visible {
            color: rgba(20, 20, 16, 0.94);
        }
        .profile .bandTabs button.active {
            color: var(--korthos-header-color);
            font-weight: var(--korthos-header-weight);
            border-bottom: none;
            padding-bottom: 14px;
            position: relative;
        }
        .profile .bandTabs .profile-tab-overview-btn {
            display: none !important;
        }
        .profile .bandTabs button,
        .profile .bandTabs button:hover,
        .profile .bandTabs button:focus-visible,
        .profile .bandTabs button.active {
            text-decoration: none !important;
            border-bottom: none !important;
        }
        .profile .profile-hero-info-panel .bandHeader {
            flex-shrink: 0;
            margin-top: 0;
            margin-bottom: clamp(14px, 2vw, 22px);
            width: 100%;
            max-width: 100%;
        }
        .profile #product-structured-col .profile-hero-info-panel .bandHeader {
            width: 100%;
            max-width: 100%;
            align-items: stretch;
            margin-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .profile #product-structured-col .profile-hero-info-panel .bandTabs {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            width: 100%;
            max-width: 100%;
            margin: 0 0 20px 0;
            padding: 0 0 13px 0;
            box-sizing: border-box;
            gap: 0 clamp(14px, 2vw, 26px);
            row-gap: 4px;
            overflow-x: auto;
            overflow-y: hidden;
        }
        .profile #product-structured-col .profile-hero-info-panel .bandTabs button {
            padding-left: 0;
            padding-right: 0;
            margin-right: 0;
            flex: 0 0 auto;
        }
        /*
         * Unified mobile tabs: JS moves #product-band-header above #product-editorial-col (company-profile parity).
         */
        #product-main.product--unified-tabs #product-info-band.product-profile-info-band {
            display: flex !important;
            flex-direction: column !important;
            grid-template-columns: none !important;
            gap: 28px;
            align-items: stretch;
        }
        #product-main.product--unified-tabs #product-info-band.product-profile-info-band.product-profile-info-band--overview-only {
            display: none !important;
        }
        #product-main.product--unified-tabs #product-editorial-col .profile-overview-col-head {
            display: none !important;
        }
        #product-main.product--unified-tabs #product-info-band > .bandHeader {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            margin-bottom: 0;
            flex-shrink: 0;
        }
        #product-main.product--unified-tabs #product-info-band > .bandHeader .bandTabs {
            flex-wrap: nowrap !important;
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }
        #product-main.product--unified-tabs #product-info-band > .bandHeader .bandTabs::-webkit-scrollbar {
            display: none;
        }
        #product-main.product--unified-tabs #product-info-band > .bandHeader .bandTabs button {
            flex: 0 0 auto;
            white-space: nowrap;
        }
        #product-main.product--unified-tabs .bandTabs .profile-tab-overview-btn {
            display: inline-flex !important;
        }
        #product-main.product--unified-tabs #product-info-band:not(.product-tabs--overview) #product-editorial-col {
            display: none !important;
        }
        #product-main.product--unified-tabs #product-info-band.product-tabs--overview #product-structured-col {
            display: none !important;
        }
        .profile .profile-tab-panels {
            width: 100%;
            min-width: 0;
            overflow-x: hidden;
            overflow-y: visible;
        }
        .profile #product-structured-col .profile-tab-panels {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
        }
        .product-right-rail-panels {
            min-width: 0;
            width: 100%;
        }
        .product-rail-panel {
            display: none;
            min-width: 0;
            width: 100%;
            padding-top: 2px;
        }
        .product-rail-panel.product-rail-panel--active {
            display: block;
        }
        .product-context-module {
            width: 100%;
            min-width: 0;
        }
        .product-context-module[hidden] {
            display: none !important;
        }
        .product-context-copy {
            margin: 0 0 20px 0;
            max-width: 52rem;
            font-size: 14px;
            line-height: 1.66;
            color: rgba(20, 20, 16, 0.88);
            text-wrap: pretty;
        }
        .product-context-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px 40px;
        }
        .product-context-item {
            min-width: 0;
        }
        .product-context-item .block-title {
            margin-bottom: 6px;
        }
        .product-context-item__value {
            font-size: 14px;
            line-height: 1.62;
            color: rgba(20, 20, 16, 0.86);
            text-wrap: pretty;
        }
        @media (max-width: 800px) {
            .product-context-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }
        }
        .product-operational-profile {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        .product-op-field {
            min-width: 0;
            max-width: 100%;
        }
        .product-op-field + .product-op-field {
            margin-top: 20px;
        }
        .product-op-field__label {
            font-family: var(--profile-mono);
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
            margin: 0 0 6px;
            line-height: 1.35;
            /* Tight measure: labels don’t span the full rail; long heads wrap in a narrow band. */
            display: block;
            width: fit-content;
            max-width: min(14.5rem, 88%);
        }
        .product-op-field__value {
            font-family: var(--profile-body);
            font-size: clamp(15px, 1.05vw, 17px);
            font-weight: 600;
            line-height: 1.52;
            letter-spacing: 0.01em;
            color: rgba(20, 20, 16, 0.94);
            text-wrap: pretty;
            overflow-wrap: break-word;
            word-break: normal;
            hyphens: manual;
            /* Full column width under the label so commas/phrases wrap as one block, not ragged with the head. */
            display: block;
            width: 100%;
            max-width: min(40rem, 100%);
            box-sizing: border-box;
        }
        .product-rail-resources {
            display: flex;
            flex-direction: column;
            gap: 0;
            min-width: 0;
        }
        .product-rail-resource {
            margin: 0 0 22px 0;
            min-width: 0;
        }
        .product-rail-resource:last-child {
            margin-bottom: 0;
        }
        .product-rail-resource__label {
            font-family: var(--profile-mono);
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
            margin: 0 0 6px;
            line-height: 1.35;
            display: block;
            width: fit-content;
            max-width: min(14.5rem, 88%);
        }
        .product-rail-resource__link {
            font-family: var(--profile-body);
            font-size: clamp(15px, 1.05vw, 17px);
            font-weight: 600;
            line-height: 1.48;
            letter-spacing: 0.01em;
            color: rgba(20, 20, 16, 0.94);
            text-decoration: none;
            border-bottom: 1px solid rgba(20, 20, 16, 0.22);
            word-break: break-word;
        }
        .product-rail-resource__link:hover,
        .product-rail-resource__link:focus-visible {
            border-bottom-color: rgba(20, 20, 16, 0.45);
            outline: none;
        }
        .product-rail-resource__note {
            font-family: var(--profile-body);
            font-size: 14px;
            line-height: 1.5;
            color: rgba(20, 20, 16, 0.55);
            margin-top: 6px;
        }
        @media (max-width: 900px) {
            .profile-info-band.product-profile-info-band {
                grid-template-columns: 1fr;
                gap: 28px;
                margin-top: 4px;
            }
            .profile #product-structured-col .profile-hero-info-panel .bandTabs {
                flex-wrap: nowrap;
                scrollbar-width: none;
            }
            .profile #product-structured-col .profile-hero-info-panel .bandTabs::-webkit-scrollbar { display: none; }
            .profile #product-structured-col .profile-hero-info-panel .bandTabs button {
                white-space: nowrap;
                flex: 0 0 auto;
            }
        }
        .product-specs-section {
            margin-top: 18px;
            padding-top: 0;
            width: 100%;
        }
        .product-specs-section .specsBlock {
            width: 100%;
            min-width: 0;
            padding: clamp(20px, 2.2vw, 28px);
            border: 1px solid #d8d4cc;
            border-radius: 6px;
            background: #fcfbf8;
            overflow: hidden;
        }
        .product-specs-section .specsBlock > .block-title {
            margin: 0 0 20px;
        }
        .product-specs-section .specsKv {
            min-width: 0;
        }
        @media (max-width: 768px) {
            body { overflow-x: hidden; }
            .profile { max-width: 100%; width: 100%; overflow-x: hidden; padding: 24px 24px 20px; }
            .profile__meta-row { padding-bottom: 22px; }
            .product-specs-section { margin-top: 16px; width: 100%; min-width: 0; overflow: visible; }
            .product-specs-section .specsBlock { padding: 16px 14px; }
        }
        .blockLabel {
            font-family: var(--site-body);
            font-size: var(--t-size);
            line-height: var(--t-height);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: var(--t-section-opacity);
            margin-bottom: 10px;
        }
        .sectionTitle {
            font-size: var(--t-size);
            line-height: var(--t-height);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: var(--t-section-opacity);
            margin: 18px 0 8px;
        }
        .sectionTitle:first-child { margin-top: 0; }
        .figurePlate {
            border: none;
            padding: 0;
            margin-top: 0;
            background: transparent;
        }
        .figurePlate .figureMedia {
            border: 0; outline: 0; margin: 0; padding: 0;
            background: transparent;
            width: 100%;
            aspect-ratio: 1 / 1;
            max-height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* Open ground: bounded 16:9 card (directory parity). */
        .profile .product-hero__media .figurePlate .figureMedia.product-hero-card-stage {
            max-height: none;
            min-height: 216px;
            border-radius: 8px;
            overflow: hidden;
        }
        .profile .product-hero__media .figurePlate .figureMedia.product-hero-media--object-cutout.product-hero-card-stage {
            max-height: none;
            min-height: 216px;
        }
        @media (max-width: 640px) {
            .profile .product-hero__media .figurePlate .figureMedia.product-hero-media--object-cutout.product-hero-card-stage {
                max-height: none;
                min-height: 216px;
            }
        }
        .figurePlate .figureMedia img,
        .figurePlate .figureMedia .figure__img {
            width: 100%; height: 100%;
            object-fit: cover;
            display: block;
            border-radius: inherit;
        }
        .profile .product-hero__media .figureMedia img,
        .profile .product-hero__media .figureMedia .figure__img[src] {
            filter: none;
        }
        .figurePlate .figureMedia .figure__img--placeholder {
            aspect-ratio: 1 / 1;
            min-height: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--site-body);
            font-size: 12px;
            color: var(--muted);
        }
        .figurePlate .figureMedia .figure__img--video {
            padding: 0;
            overflow: hidden;
            border-radius: 7px;
            background: #111;
            isolation: isolate;
        }
        .figurePlate .figureMedia .figure__img--video iframe {
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
            border-radius: inherit;
        }
        .keySpecsBlock { margin-top: 0; padding-top: 0; border-top: none; }
        .keySpecsKv {
            display: flex;
            flex-direction: column;
            row-gap: 6px;
        }
        .keySpecsKv .keySpecRow {
            display: grid;
            grid-template-columns: 88px 1fr;
            align-items: start;
            gap: 0 12px;
        }
        @media (max-width: 768px) {
            .keySpecsKv .keySpecRow { grid-template-columns: minmax(0, 88px) 1fr; gap: 0 10px; }
            .keySpecsKv .keySpecValue { line-height: 1.5; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; }
        }
        .keySpecsKv .keySpecLabel {
            font-family: var(--profile-mono);
            font-size: 9px;
            line-height: 1.35;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.44);
            font-weight: 500;
            opacity: 1;
        }
        .keySpecsKv .keySpecValue {
            font-family: var(--profile-body);
            font-size: 13px;
            line-height: 1.5;
            font-variant-numeric: tabular-nums;
            font-weight: 500;
            color: rgba(20, 20, 16, 0.9);
            opacity: 1;
        }
        .keySpecsKv .keySpecValue .secondary {
            color: rgba(17,16,13,0.5);
            font-size: 11px;
        }
        /* Model specs variant matrix table */
        .model-specs-table { width: 100%; border-collapse: collapse; font-family: var(--profile-body); font-size: 13px; line-height: 1.4; }
        .model-specs-table th { text-align: left; font-family: var(--korthos-header-font); font-weight: var(--korthos-header-weight); padding: 9px 10px; border-bottom: 1px solid rgba(17,16,13,0.16); white-space: nowrap; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(17,16,13,0.5); }
        .model-specs-table td { padding: 9px 10px; border-bottom: 1px solid rgba(17,16,13,0.1); white-space: nowrap; color: rgba(17,16,13,0.88); }
        .model-specs-table tbody tr:hover td { background: rgba(47,125,79,0.035); }
        .model-specs-table .model-specs-col-model { font-weight: 600; }
        .model-specs-wrap { overflow-x: auto; margin-top: 12px; border: 1px solid rgba(17,16,13,0.12); border-radius: 4px; background: rgba(247,245,241,0.42); }
        @media (max-width: 640px) { .model-specs-table { font-size: 12px; } .model-specs-table th, .model-specs-table td { padding: 7px 8px; } }
        .mediaSection {
            margin-top: 32px;
            padding-top: 0;
        }
        .profile #product-media-section .block-title {
            border-bottom: none;
            padding-bottom: 0;
        }
        .product-video-wrap { margin-top: 10px; }
        .product-video-aspect {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            overflow: hidden;
            border-radius: 7px;
            background: #111;
            isolation: isolate;
        }
        .product-video-aspect iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: inherit; display: block; }
        .product-video-caption { font-size: 11px; letter-spacing: 0.06em; opacity: 0.6; margin-top: 8px; }
        /* A video is media, not a raised content card. Keep the rounded player and
           caption, but remove the legacy module plate/shadow around the pair. */
        .profile #product-media-section {
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .product-video-link {
            display: inline-block;
            margin-top: 6px;
            font-size: 11px;
            letter-spacing: 0.06em;
            opacity: 0.75;
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid rgba(26, 26, 26, 0.25);
        }
        .product-video-link:hover { border-bottom-color: rgba(26, 26, 26, 0.6); }

        .profile__rule {
            border: none;
            height: 1px;
            background: rgba(20, 20, 16, 0.14);
            margin: 40px 0 20px;
        }
        @media (max-width: 768px) {
            .profile__rule { margin: 32px 0 16px; }
        }
        .block__title {
            font-family: var(--site-body);
            font-size: var(--t-size);
            line-height: var(--t-height);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: var(--t-section-opacity);
            color: var(--ink);
            margin: 0 0 10px;
        }
        .profile .block__title {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            opacity: 1;
            margin: 0 0 12px;
            padding-bottom: 0;
            border-bottom: none;
            line-height: var(--korthos-header-line-height);
        }
        .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        .company-contribute { margin-top: 28px; font-size: 12px; letter-spacing: 0.08em; opacity: 0.6; }
        .company-contribute a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.25); }
        .company-contribute a:hover { border-color: rgba(0,0,0,0.6); }

        .product-sci .company-sci__stats.product-sci__summary {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            margin: 0 0 12px;
            font-family: var(--profile-mono);
            font-size: 8.5px;
            line-height: 1.4;
            letter-spacing: 0.075em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.38);
        }
        /* SCI graph deep link — match company profile (muted underline; never default link blue). */
        .ecosystem-profile-page .product-sci.company-sci .company-sci__sci-link a,
        .ecosystem-profile-page .product-sci.company-sci .company-sci__sci-link a:link,
        .ecosystem-profile-page .product-sci.company-sci .company-sci__sci-link a:visited {
            color: rgba(20, 20, 16, 0.55);
            text-decoration: none;
            border-bottom: 1px solid rgba(20, 20, 16, 0.12);
        }
        .ecosystem-profile-page .product-sci.company-sci .company-sci__sci-link a:hover {
            color: rgba(26, 26, 24, 0.85);
            border-bottom-color: rgba(20, 20, 16, 0.22);
        }
        /* SCI graph deep link: cap anchor at ledger mono size (avoid inheriting body scale). */
        .ecosystem-profile-page #product-sci-graph-link.company-sci__sci-link {
            font-size: 8px;
            line-height: 1.45;
            letter-spacing: 0.075em;
        }
        .ecosystem-profile-page #product-sci-graph-link.company-sci__sci-link a {
            font-size: inherit;
            line-height: inherit;
            letter-spacing: inherit;
            text-transform: inherit;
        }
        .product-specs-section .specsBlock { margin-top: 0; }
        .product-sci {
            margin-top: 32px;
            padding-top: 24px;
            border-top: var(--profile-line-structural);
            overflow-x: hidden;
        }
        .product-sci[hidden] {
            display: none !important;
        }
        .product-sci__block + .product-sci__block {
            margin-top: 22px;
            padding-top: 18px;
            border-top: 1px solid rgba(20, 20, 16, 0.09);
        }
        .product-sci__title,
        .product-sci__block-heading {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            line-height: var(--korthos-header-line-height);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            margin: 0 0 7px;
        }
        .product-sci__intro {
            font-family: var(--profile-body);
            font-size: 11.5px;
            line-height: 1.48;
            color: rgba(20, 20, 16, 0.6);
            margin: 0 0 8px;
            max-width: 760px;
        }
        .product-sci .company-sci__intro.product-sci__intro {
            margin-bottom: 10px;
            max-width: 72ch;
            font-size: 12px;
            line-height: 1.45;
            color: rgba(20, 20, 16, 0.52);
        }
        .product-sci__summary {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            margin: 0 0 12px;
            font-family: var(--profile-mono);
            font-size: 8.5px;
            line-height: 1.4;
            letter-spacing: 0.075em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.38);
        }
        .product-sci__block--signals .product-sci__intro {
            font-size: 11px;
            color: rgba(20, 20, 16, 0.5);
        }
        .product-sci__block--signals .product-sci__title,
        .product-sci__block--signals .product-sci__block-heading {
            color: rgba(20, 20, 16, 0.58);
        }
        .product-sci__block--shared .product-sci__intro {
            max-width: 820px;
        }
        .product-sci__table-wrap {
            width: 100%;
            overflow-x: hidden;
        }
        .product-sci__table {
            width: 100%;
            border-collapse: collapse;
            min-width: 780px;
        }
        .product-sci__ledger {
            display: grid;
            gap: 0;
            border-top: 1px solid rgba(20, 20, 16, 0.11);
            min-width: 0;
            overflow-x: hidden;
        }
        .product-sci__row {
            border-bottom: 1px solid rgba(20, 20, 16, 0.075);
            min-width: 0;
        }
        .product-sci__layer-group {
            display: grid;
            grid-template-columns: 104px minmax(0, 1fr);
            gap: 18px;
            border-bottom: 1px solid rgba(20, 20, 16, 0.075);
            min-width: 0;
        }
        .product-sci__layer-group:last-child {
            border-bottom: 0;
        }
        .product-sci__group-label {
            padding-top: 12px;
            min-width: 0;
        }
        .product-sci__group-rows {
            min-width: 0;
        }
        .product-sci__group-rows .product-sci__row:last-child {
            border-bottom: 0;
        }
        .product-sci__row-main {
            width: 100%;
            display: grid;
            grid-template-columns: 104px minmax(0, 1fr) minmax(0, max-content);
            gap: 18px;
            align-items: center;
            padding: 11px 0;
            border: 0;
            background: transparent;
            color: inherit;
            text-align: left;
            font: inherit;
        }
        .product-sci__row--grouped .product-sci__row-main {
            grid-template-columns: minmax(0, 1fr) minmax(0, max-content);
        }
        .product-sci__row--grouped .product-sci__detail {
            padding-left: 0;
        }
        .product-sci__main {
            min-width: 0;
        }
        .product-sci__row-meta {
            display: flex;
            align-items: baseline;
            justify-content: flex-end;
            gap: 5px;
            min-width: 0;
            white-space: normal;
            flex-wrap: wrap;
        }
        .product-sci__expand {
            font-family: var(--profile-mono);
            font-size: 8.5px;
            line-height: 1.2;
            letter-spacing: 0.02em;
            color: rgba(20, 20, 16, 0.34);
            border: 0;
            padding: 0;
            background: transparent;
            cursor: pointer;
            white-space: nowrap;
        }
        .product-sci__expand:hover,
        .product-sci__expand:focus-visible {
            color: rgba(180, 42, 26, 0.9);
        }
        .product-sci__detail {
            display: none;
            padding: 0 0 12px 122px;
            min-width: 0;
            overflow-x: hidden;
        }
        .product-sci__row--open .product-sci__detail {
            display: block;
        }
        .product-sci__detail-inner {
            max-width: 720px;
            padding-top: 9px;
            border-top: 1px solid rgba(20, 20, 16, 0.075);
            display: grid;
            gap: 7px;
            min-width: 0;
            overflow-x: hidden;
        }
        .product-sci__detail-row {
            display: grid;
            grid-template-columns: 82px minmax(0, 1fr);
            gap: 12px;
            align-items: baseline;
            min-width: 0;
        }
        .product-sci__detail-label {
            font-family: var(--profile-mono);
            font-size: 8px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.36);
        }
        .product-sci__detail-value {
            font-family: var(--profile-body);
            font-size: 11.5px;
            line-height: 1.42;
            color: rgba(20, 20, 16, 0.68);
            min-width: 0;
            overflow-wrap: anywhere;
            word-break: break-word;
        }
        .product-sci__detail-value a {
            color: rgba(20, 20, 16, 0.68);
            text-decoration: none;
            border-bottom: 1px solid rgba(20, 20, 16, 0.18);
        }
        .product-sci__detail-value a:hover {
            color: rgba(180, 42, 26, 0.9);
            border-bottom-color: #2F684D;
        }
        .product-sci__table thead,
        .product-sci__table tbody,
        .product-sci__table tr {
            display: block;
        }
        .product-sci__table tr {
            display: grid;
            grid-template-columns: 120px minmax(320px, 1fr) 140px 140px 80px;
            column-gap: 0;
            align-items: start;
        }
        .product-sci__table th {
            font-family: var(--profile-mono);
            font-size: 8px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
            text-align: left;
            padding: 0 16px 7px 0;
            border-bottom: 1px solid rgba(20, 20, 16, 0.11);
            white-space: nowrap;
        }
        .product-sci__table td {
            font-family: var(--profile-body);
            font-size: 12px;
            line-height: 1.38;
            color: rgba(20, 20, 16, 0.88);
            padding: 9px 16px 9px 0;
            border-bottom: 1px solid rgba(20, 20, 16, 0.075);
            vertical-align: top;
            min-width: 0;
        }
        .product-sci__table th:last-child,
        .product-sci__table td:last-child {
            padding-right: 0;
            text-align: right;
        }
        .product-sci__layer {
            font-family: var(--profile-mono);
            font-size: 8.5px;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
        }
        .product-sci__supplier {
            display: block;
            font-weight: 650;
            color: rgba(20, 20, 16, 0.93);
            overflow-wrap: anywhere;
        }
        .product-sci__subsystem {
            display: block;
            margin-top: 2px;
            font-size: 11px;
            line-height: 1.35;
            color: rgba(20, 20, 16, 0.52);
            overflow-wrap: anywhere;
        }
        .product-sci__binding {
            font-size: 10.5px;
            color: rgba(20, 20, 16, 0.62);
            white-space: nowrap;
        }
        .product-sci__confidence {
            font-size: 10px;
            color: rgba(20, 20, 16, 0.46);
            white-space: nowrap;
        }
        .product-sci__meta-sep {
            color: rgba(20, 20, 16, 0.24);
        }
        .product-sci__table td.product-sci__muted,
        .product-sci__muted {
            color: rgba(20, 20, 16, 0.55);
        }
        .product-sci__block--signals .product-sci__table td {
            font-size: 11.5px;
            color: rgba(20, 20, 16, 0.66);
        }
        .product-sci__block--signals .company-sci-ledger {
            margin-top: 4px;
        }
        .product-sci__context-disclosure {
            border-top: 1px solid rgba(20, 20, 16, 0.075);
            min-width: 0;
        }
        .product-sci__context-summary {
            width: 100%;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 16px;
            align-items: baseline;
            padding: 10px 0;
            border: 0;
            background: transparent;
            color: inherit;
            text-align: left;
            cursor: pointer;
        }
        .product-sci__context-count {
            display: block;
            font-family: var(--profile-body);
            font-size: 11.5px;
            line-height: 1.4;
            color: rgba(20, 20, 16, 0.58);
        }
        .product-sci__context-toggle {
            font-family: var(--profile-mono);
            font-size: 8.5px;
            line-height: 1.2;
            letter-spacing: 0.02em;
            color: rgba(20, 20, 16, 0.38);
            white-space: nowrap;
        }
        .product-sci__context-summary:hover .product-sci__context-toggle,
        .product-sci__context-summary:focus-visible .product-sci__context-toggle {
            color: rgba(180, 42, 26, 0.9);
        }
        .product-sci__context-body[hidden] {
            display: none !important;
        }
        .product-sci__shared {
            border-top: 1px solid rgba(20, 20, 16, 0.09);
        }
        .product-sci__shared-row {
            display: grid;
            grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr) minmax(0, max-content);
            gap: 18px;
            align-items: baseline;
            padding: 10px 0;
            border-bottom: 1px solid rgba(20, 20, 16, 0.065);
            min-width: 0;
        }
        .product-sci__shared-supplier {
            font-family: var(--profile-body);
            font-size: 12px;
            font-weight: 620;
            line-height: 1.35;
            color: rgba(20, 20, 16, 0.82);
            min-width: 0;
            overflow-wrap: anywhere;
        }
        .product-sci__shared-detail {
            min-width: 0;
            font-size: 11.5px;
            line-height: 1.42;
            color: rgba(20, 20, 16, 0.58);
        }
        .product-sci__shared-detail a,
        .product-sci__shared-supplier a {
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid rgba(20, 20, 16, 0.16);
        }
        .product-sci__shared-meta {
            font-family: var(--profile-mono);
            font-size: 8.5px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.38);
            white-space: nowrap;
        }
        .product-sci__evidence {
            color: rgba(20, 20, 16, 0.55);
            text-decoration: none;
            border-bottom: 1px solid rgba(20, 20, 16, 0.18);
            font-size: 10.5px;
        }
        .product-sci__evidence:hover {
            color: rgba(180, 42, 26, 0.9);
            border-bottom-color: #2F684D;
        }
        .product-sci__debug {
            display: block;
            margin-top: 4px;
            font-family: var(--profile-mono);
            font-size: 8px;
            line-height: 1.45;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.38);
        }
        @media (max-width: 768px) {
            .product-sci {
                margin-top: 28px;
                padding-top: 22px;
            }
            .product-sci__table {
                min-width: 690px;
            }
            .product-sci__table tr {
                grid-template-columns: 92px minmax(250px, 1fr) 116px 118px 62px;
            }
            .product-sci__row-main {
                grid-template-columns: 1fr;
                gap: 5px;
                padding: 12px 0;
            }
            .product-sci__layer-group {
                grid-template-columns: 1fr;
                gap: 0;
            }
            .product-sci__group-label {
                padding-top: 11px;
            }
            .product-sci__row--grouped .product-sci__row-main,
            .product-sci__shared-row,
            .product-sci__context-summary {
                grid-template-columns: 1fr;
            }
            .product-sci__row-meta {
                justify-content: flex-start;
                flex-wrap: wrap;
                gap: 7px;
                white-space: normal;
            }
            .product-sci__detail {
                padding-left: 0;
            }
            .product-sci__detail-row {
                grid-template-columns: 1fr;
                gap: 2px;
            }
            .product-sci__layer {
                display: inline-block;
                margin-bottom: 2px;
            }
        }
        /* Humanoid-only: contextual spec strip below canonical specs (secondary analytical context). */
        .spec-context {
            margin-top: 36px;
            margin-bottom: 8px;
            padding-top: 24px;
            border-top: var(--profile-line-structural);
            max-width: 100%;
        }
        .spec-context__head {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 12px 24px;
            margin-bottom: 4px;
        }
        .spec-context__head .spec-context__title {
            margin: 0;
        }
        .spec-context__title {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            line-height: var(--korthos-header-line-height);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            margin: 0 0 10px;
        }
        .spec-context__tools { flex-shrink: 0; }
        .spec-context__metric-label {
            flex-shrink: 0;
            font-family: var(--profile-mono);
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.62);
            background-color: rgba(20, 20, 16, 0.035);
            border: 1px solid var(--hair2);
            padding: 5px 9px;
            line-height: 1.2;
        }
        .spec-context__sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        .spec-context__select {
            font-family: var(--profile-mono);
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.62);
            background-color: var(--paper);
            border: 1px solid var(--hair2);
            padding: 5px 28px 5px 9px;
            max-width: 200px;
            cursor: pointer;
            border-radius: 0;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath fill='%23141410' fill-opacity='0.45' d='M0 0h8L4 5z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 9px center;
        }
        .spec-context__select:hover {
            border-color: rgba(20, 20, 16, 0.28);
            color: rgba(20, 20, 16, 0.78);
        }
        .spec-context__select:focus {
            outline: 1px solid rgba(20, 20, 16, 0.25);
            outline-offset: 2px;
        }
        .spec-context__select option {
            background-color: var(--paper);
            color: var(--ink);
        }
        .spec-context__explainer {
            font-family: var(--profile-mono);
            font-size: 9px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.4);
            margin: 0 0 16px;
            max-width: 48ch;
            line-height: 1.55;
        }
        .spec-context__explainer:empty {
            display: none;
        }
        .spec-context__meta {
            font-family: var(--profile-mono);
            font-size: 8px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.38);
            margin: 14px 0 0;
            max-width: 56ch;
            line-height: 1.5;
        }
        .spec-context__meta:empty {
            display: none;
        }
        .spec-context__chart {
            display: flex;
            flex-direction: column;
            gap: 10px;
            min-width: 0;
        }
        .spec-context__row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(100px, 42%) minmax(3.5em, 64px);
            gap: 12px 16px;
            align-items: center;
            min-width: 0;
            padding: 5px 0;
            border-left: 2px solid transparent;
            padding-left: 8px;
            margin-left: -10px;
        }
        .spec-context__row--current {
            border-left-color: rgba(180, 42, 26, 0.55);
        }
        @media (max-width: 600px) {
            .spec-context__row {
                grid-template-columns: 1fr;
                gap: 6px;
                margin-left: 0;
                padding-left: 0;
                border-left: none;
            }
            .spec-context__row--current {
                border-left: none;
                padding-left: 0;
            }
            .spec-context__val { justify-self: start; text-align: left; }
        }
        .spec-context__name {
            font-family: var(--profile-mono);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.74);
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .spec-context__row--current .spec-context__name {
            font-weight: 700;
            letter-spacing: 0.07em;
            color: #B42A1A;
        }
        a.spec-context__name--link {
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid rgba(20, 20, 16, 0.1);
        }
        a.spec-context__name--link:hover {
            border-bottom-color: rgba(20, 20, 16, 0.32);
        }
        .spec-context__row--current a.spec-context__name--link {
            border-bottom-color: #2F684D;
        }
        .spec-context__track {
            display: block;
            height: 3px;
            background: rgba(20, 20, 16, 0.07);
            min-width: 0;
        }
        .spec-context__fill {
            display: block;
            height: 100%;
            background: #141410;
            min-width: 2px;
            max-width: 100%;
            position: relative;
        }
        .spec-context__fill::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(40%, -50%);
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: inherit;
        }
        .spec-context__row--current .spec-context__fill {
            background: #B42A1A;
        }
        .spec-context__val {
            font-family: var(--profile-mono);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.04em;
            color: rgba(20, 20, 16, 0.78);
            text-align: right;
            justify-self: end;
            font-variant-numeric: tabular-nums;
            line-height: 1.35;
        }
        .spec-context__row--current .spec-context__val {
            color: #9a2418;
            font-weight: 700;
        }
        .spec-context__val--unknown {
            opacity: 0.42;
            font-weight: 500;
            font-variant-numeric: normal;
        }
        .spec-context__row--current .spec-context__val--unknown {
            color: rgba(154, 36, 24, 0.72);
        }
        /* Categorical operational comparison: full-width row, label left / value right (no bar). */
        .spec-context__chart--categorical .spec-context__row {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        }
        .spec-context__chart--categorical .spec-context__track {
            display: none !important;
        }
        .spec-context__chart--categorical .spec-context__val {
            text-align: right;
            justify-self: end;
            white-space: normal;
            overflow: visible;
            text-overflow: unset;
            hyphens: auto;
        }
        /* Product IN CONTEXT — full width of Specs column; header/footer edge-aligned */
        #product-spec-context.spec-context {
            position: relative;
            overflow: visible;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }
        #product-spec-context .spec-context__head {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            box-sizing: border-box;
            gap: 12px 20px;
            flex-wrap: wrap;
        }
        #product-spec-context .spec-context__tools {
            margin-left: auto;
            flex-shrink: 0;
        }
        #product-spec-context .spec-context__select {
            max-width: min(340px, 100%);
        }
        #product-spec-context .spec-context__explainer,
        #product-spec-context .spec-context__meta {
            max-width: none;
            width: 100%;
            box-sizing: border-box;
        }
        #product-spec-context .spec-context__chart {
            width: 100%;
            box-sizing: border-box;
        }
        #product-spec-context .spec-context__row {
            grid-template-areas: 'name track val';
            width: 100%;
            margin-left: 0;
            padding-left: 0;
            box-sizing: border-box;
        }
        /* Numeric bar rows: left accent only on current (categorical uses separate rules) */
        #product-spec-context .spec-context__row--current:not(.spec-context__row--categorical) {
            padding-left: 10px;
            border-left: 2px solid rgba(180, 42, 26, 0.38);
        }
        #product-spec-context .spec-context__row > .spec-context__name,
        #product-spec-context .spec-context__row > a.spec-context__name--link {
            grid-area: name;
        }
        #product-spec-context .spec-context__track {
            grid-area: track;
            width: 100%;
        }
        #product-spec-context .spec-context__val {
            grid-area: val;
        }
        /* Categorical: full module width — product name (label) left, field value right */
        #product-spec-context .spec-context__chart--categorical .spec-context__row {
            grid-template-columns: minmax(140px, min(38%, 280px)) minmax(0, 1fr);
            column-gap: clamp(20px, 4vw, 48px);
            grid-template-rows: auto auto;
            grid-template-areas:
                'name val'
                'detail detail';
            align-items: start;
            width: 100%;
            margin-left: 0;
            padding-left: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(20, 20, 16, 0.065);
            box-sizing: border-box;
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__name,
        #product-spec-context .spec-context__chart--categorical a.spec-context__name--link {
            justify-self: start;
            text-align: left;
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__row:last-child {
            border-bottom: none;
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__row--current {
            padding-left: 10px;
            margin-left: 0;
            width: 100%;
            box-sizing: border-box;
            background: transparent;
            border-left: 3px solid rgba(180, 42, 26, 0.42);
            border-bottom-color: rgba(20, 20, 16, 0.095);
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__val {
            min-width: 0;
            line-height: 1.45;
            text-align: right;
            justify-self: end;
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__track {
            display: none !important;
        }
        #product-spec-context .product-spec-context__row-sheet {
            display: none;
            grid-area: detail;
            grid-column: 1 / -1;
            margin-top: 2px;
            padding: 8px 10px 10px;
            background: rgba(238, 235, 230, 0.85);
            border-top: 1px solid rgba(20, 20, 16, 0.08);
            border-bottom: 1px solid rgba(20, 20, 16, 0.06);
            font-family: var(--profile-body);
            font-size: 11px;
            line-height: 1.45;
            color: rgba(20, 20, 16, 0.88);
        }
        #product-spec-context .spec-context__row--open .product-spec-context__row-sheet {
            display: block;
        }
        #product-spec-context .product-spec-context__sheet-inner {
            padding: 0;
        }
        #product-spec-context .product-spec-context__sheet-title {
            font-family: var(--profile-body);
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.01em;
            color: rgba(20, 20, 16, 0.94);
            margin: 0 0 4px;
            line-height: 1.3;
        }
        #product-spec-context .product-spec-context__sheet-meta {
            font-family: var(--profile-mono);
            font-size: 9px;
            font-weight: 500;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
            margin: 0;
            line-height: 1.4;
        }
        @media (max-width: 600px) {
            #product-spec-context .spec-context__head {
                flex-direction: column;
                align-items: stretch;
                gap: 10px;
            }
            #product-spec-context .spec-context__tools {
                width: 100%;
            }
            #product-spec-context .spec-context__select {
                max-width: none;
                width: 100%;
                min-height: 44px;
                padding: 10px 32px 10px 12px;
                font-size: 10px;
                box-sizing: border-box;
            }
            #product-spec-context .spec-context__row {
                grid-template-columns: 1fr auto;
                grid-template-rows: auto auto auto;
                grid-template-areas:
                    'name val'
                    'track track'
                    'detail detail';
                gap: 6px 10px;
                margin-left: 0;
                padding-left: 0;
                border-left: none;
                padding-top: 8px;
                padding-bottom: 4px;
                border-bottom: 1px solid rgba(20, 20, 16, 0.06);
            }
            #product-spec-context .spec-context__row--current {
                border-left: none;
                padding-left: 0;
            }
            #product-spec-context .spec-context__val {
                justify-self: end;
                text-align: right;
                align-self: center;
            }
            #product-spec-context .spec-context__chart--categorical .spec-context__row {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                grid-template-rows: auto auto;
                grid-template-areas:
                    'name val'
                    'detail detail';
                align-items: center;
                gap: 8px 14px;
            }
            #product-spec-context .spec-context__chart--categorical .spec-context__val {
                justify-self: end;
                text-align: right;
            }
            #product-spec-context .spec-context__chart--categorical .spec-context__row--current {
                padding-left: 10px;
                margin-left: 0;
                width: 100%;
                box-sizing: border-box;
                background: transparent;
                border-left: 3px solid rgba(180, 42, 26, 0.42);
            }
            #product-spec-context .spec-context__row--tap {
                cursor: pointer;
            }
        }

        /* IN CONTEXT on product page: softer current row treatment */
        #product-spec-context .spec-context__row--current .spec-context__name {
            color: rgba(180, 42, 26, 0.92);
            font-weight: 650;
        }
        #product-spec-context .spec-context__row--current .spec-context__val {
            color: rgba(154, 36, 24, 0.88);
            font-weight: 650;
        }
        #product-spec-context .spec-context__row--current .spec-context__fill {
            background: rgba(180, 42, 26, 0.88);
        }
        #product-spec-context .spec-context__row--current .spec-context__fill::after {
            transform: translate(18%, -50%);
        }
        /* Product IN CONTEXT compact card, aligned to company Context tab treatment. */
        #product-spec-context.spec-context {
            margin: 28px 0 0 !important;
            padding: 0 !important;
            border: 1px solid var(--profile-module-border, var(--hair2)) !important;
            border-radius: 8px !important;
            background: var(--profile-module-bg, var(--paper)) !important;
            overflow: hidden !important;
        }
        #product-spec-context .spec-context__head {
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 8px 22px !important;
            align-items: start !important;
            margin: 0 !important;
            padding: clamp(16px, 1.6vw, 22px) clamp(22px, 2.6vw, 34px) clamp(14px, 1.3vw, 18px) !important;
            border-bottom: 1px solid var(--profile-module-border, var(--hair2)) !important;
        }
        #product-spec-context .spec-context__title {
            display: inline-grid !important;
            grid-template-columns: 22px auto;
            align-items: center;
            column-gap: 14px;
            margin: 0 !important;
            font-size: clamp(21px, 1.55vw, 27px) !important;
            line-height: .95 !important;
            letter-spacing: .03em !important;
        }
        #product-spec-context .spec-context__title::before {
            content: "";
            width: 20px;
            height: 20px;
            background: #C94935;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='10' width='4' height='11' rx='1'/%3E%3Crect x='10' y='4' width='4' height='17' rx='1'/%3E%3Crect x='17' y='7' width='4' height='14' rx='1'/%3E%3C/svg%3E") center / contain no-repeat;
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='10' width='4' height='11' rx='1'/%3E%3Crect x='10' y='4' width='4' height='17' rx='1'/%3E%3Crect x='17' y='7' width='4' height='14' rx='1'/%3E%3C/svg%3E") center / contain no-repeat;
        }
        #product-spec-context .spec-context__explainer {
            grid-column: 1 / 2;
            grid-row: 2;
            margin: 0 0 0 36px !important;
            max-width: 62ch !important;
            width: auto !important;
            font-family: var(--profile-body) !important;
            font-size: 12.5px !important;
            line-height: 1.35 !important;
            letter-spacing: .01em !important;
            text-transform: none !important;
            color: rgba(20,20,16,.58) !important;
        }
        #product-spec-context .spec-context__metric-label {
            grid-column: 1;
            grid-row: 2;
            align-self: start;
            justify-self: start;
            max-width: 420px;
            min-height: 0;
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            margin: 0 0 0 36px;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            font-family: var(--profile-mono);
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .12em;
            line-height: 1.2;
            text-transform: uppercase;
            color: rgba(20,20,16,.48);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        #product-spec-context .spec-context__metric-label[hidden] {
            display: none !important;
        }
        #product-spec-context .spec-context__tools {
            grid-column: 2;
            grid-row: 1 / span 2;
            align-self: center;
            position: relative;
            margin-left: 0 !important;
        }
        #product-spec-context .spec-context__tools::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            margin: 11px 0 0 15px;
            color: rgba(20,20,16,.72);
            background: currentColor;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
            pointer-events: none;
            z-index: 2;
        }
        #product-spec-context .spec-context__select {
            width: 204px !important;
            max-width: 100% !important;
            min-height: 38px !important;
            padding: 0 38px 0 40px !important;
            border: 1px solid var(--profile-module-border, var(--hair2)) !important;
            border-radius: 5px !important;
            background-color: var(--profile-module-bg, var(--paper)) !important;
            background-position: right 16px center !important;
            font-family: var(--profile-mono) !important;
            font-size: 11px !important;
            font-weight: 800 !important;
            letter-spacing: .08em !important;
            color: rgba(20,20,16,.9) !important;
            outline: 0 !important;
            box-shadow: none !important;
        }
        #product-spec-context .spec-context__select:focus-visible {
            border-color: rgba(20,20,16,.34) !important;
            box-shadow: 0 0 0 2px rgba(20,20,16,.045) !important;
        }
        #product-spec-context .spec-context__chart {
            gap: 0 !important;
            padding: 12px 36px 0 !important;
        }
        #product-spec-context .spec-context__chart--categorical {
            max-width: 1040px;
            margin: 0 auto;
        }
        #product-spec-context .spec-context__row {
            grid-template-columns: minmax(180px, 30%) minmax(180px, 1fr) minmax(74px, 94px) !important;
            gap: 20px !important;
            min-height: 46px !important;
            padding: 0 14px !important;
            margin: 0 !important;
            border-left: 0 !important;
            border-bottom: 1px solid rgba(20,20,16,.12) !important;
        }
        #product-spec-context .spec-context__row:last-child {
            border-bottom: 0 !important;
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__row {
            align-content: center;
            align-items: center;
            grid-template-columns: minmax(190px, 330px) minmax(220px, 440px) !important;
            min-height: 54px !important;
            padding: 0 18px !important;
            column-gap: clamp(28px, 6vw, 110px) !important;
            justify-content: space-between;
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__val {
            max-width: 520px;
            justify-self: start;
            text-align: left !important;
        }
        #product-spec-context .spec-context__row--current {
            position: relative;
            border-left: 0 !important;
            background: transparent !important;
        }
        #product-spec-context .spec-context__row--current::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 34px;
            max-height: calc(100% - 18px);
            border-radius: 999px;
            background: #C94935;
        }
        #product-spec-context .spec-context__chart--categorical .spec-context__row--current::before {
            margin-top: -10px;
        }
        #product-spec-context .spec-context__name,
        #product-spec-context a.spec-context__name--link {
            font-family: var(--profile-body) !important;
            font-size: 12px !important;
            font-weight: 760 !important;
            letter-spacing: .06em !important;
            color: rgba(20,20,16,.92) !important;
        }
        #product-spec-context .spec-context__row--current .spec-context__name,
        #product-spec-context .spec-context__row--current a.spec-context__name--link {
            color: #C03424 !important;
            border-bottom-color: rgba(192,52,36,.24) !important;
        }
        #product-spec-context .spec-context__track {
            height: 9px !important;
            border-radius: 999px !important;
            overflow: hidden !important;
            background: rgba(20,20,16,.07) !important;
        }
        #product-spec-context .spec-context__fill {
            border-radius: 999px !important;
            min-width: 0 !important;
        }
        #product-spec-context .spec-context__fill::after {
            display: none !important;
        }
        #product-spec-context .spec-context__val {
            font-family: var(--profile-body) !important;
            font-size: 12.5px !important;
            font-weight: 760 !important;
            letter-spacing: 0 !important;
            color: rgba(20,20,16,.88) !important;
        }
        #product-spec-context .spec-context__row--current .spec-context__val {
            color: #B42A1A !important;
        }
        #product-spec-context .spec-context__meta {
            margin: 0 !important;
            padding: 6px 44px 16px !important;
            max-width: none !important;
            width: auto !important;
            font-family: var(--profile-body) !important;
            font-size: 12px !important;
            letter-spacing: 0 !important;
            text-transform: none !important;
            color: rgba(20,20,16,.48) !important;
        }
        @media (max-width: 900px) {
            #product-spec-context .spec-context__head {
                grid-template-columns: 1fr !important;
            }
            #product-spec-context .spec-context__tools,
            #product-spec-context .spec-context__explainer {
                grid-column: 1 !important;
                grid-row: auto !important;
                margin-left: 36px !important;
            }
            #product-spec-context .spec-context__metric-label {
                grid-column: 1 !important;
                grid-row: auto !important;
                margin-left: 36px !important;
                justify-self: start;
                max-width: min(260px, calc(100% - 36px));
            }
            #product-spec-context .spec-context__select {
                width: min(260px, 100%) !important;
            }
            #product-spec-context .spec-context__row {
                grid-template-columns: 1fr auto !important;
                grid-template-areas:
                    "name val"
                    "track track"
                    "detail detail" !important;
                min-height: 0 !important;
                padding: 12px 0 !important;
            }
            #product-spec-context .spec-context__chart--categorical .spec-context__row {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
                padding: 12px 0 !important;
                min-height: 0 !important;
                column-gap: 16px !important;
            }
            #product-spec-context .spec-context__chart--categorical .spec-context__val {
                text-align: right !important;
                max-width: none;
            }
        }

        .specsMain { }
        .specSection {
            padding: 22px 0 0;
        }
        .specSection:first-child { padding-top: 0; }
        /* Chapter-style breaks: air + anchor type, not another spreadsheet rule. */
        .specSection:not(:first-child) {
            padding-top: 26px;
            margin-top: 0;
            border-top: none;
        }
        .specSection__title {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            opacity: 1;
            margin: 0 0 12px;
            padding: 0;
            border-bottom: 0;
            border-left: 0;
            line-height: var(--korthos-header-line-height);
        }
        .specSection__rows {
            display: flex;
            flex-direction: column;
            row-gap: 0;
            border-top: 0;
        }
        @media (max-width: 768px) {
            .specSection:not(:first-child) { padding-top: 40px; }
            .specSection__title,
            .product-family__section-heading {
                padding-left: 12px;
                margin-bottom: 18px;
            }
            .specSection__rows { row-gap: 16px; }
        }
        /* Lighter rhythm under a parent spec band (e.g. parsed system groups). */
        .specSection.systemSubsection {
            margin-top: 20px;
            padding-top: 0;
            border-top: none;
        }
        .specSection.systemSubsection:not(:first-child) {
            border-top: none;
            padding-top: 0;
            margin-top: 22px;
        }
        .specSection.systemSubsection .specSection__title {
            font-family: var(--profile-mono);
            font-size: 9px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
            margin-bottom: 10px;
            padding-bottom: 0;
            border-bottom: none;
            font-weight: 600;
        }
        .specSection.specSection--familyShared { margin-top: 0; }
        .specSection.specSection--familyProductSpecs { margin-top: 18px; }

        /* Product family / series: shared platform + anchored model blocks (not one flat sheet). */
        .product-specs-wrap--family #product-specs-section-label {
            margin-bottom: 12px;
        }
        .product-family-layout {
            margin-top: 2px;
        }
        .product-family__section-heading {
            font-family: var(--korthos-header-font);
            font-size: var(--korthos-header-size);
            font-weight: var(--korthos-header-weight);
            letter-spacing: var(--korthos-header-tracking);
            text-transform: uppercase;
            color: var(--korthos-header-color);
            margin: 0 0 20px;
            padding: 0 0 11px 14px;
            border-bottom: 2px solid rgba(20, 20, 16, 0.13);
            border-left: 2px solid rgba(20, 20, 16, 0.22);
            line-height: var(--korthos-header-line-height);
        }
        .product-family__shared {
            margin: 0 0 4px;
            padding: 0 0 26px;
            border-bottom: 1px solid rgba(20, 20, 16, 0.06);
        }
        .product-family__shared .specSection__rows {
            row-gap: 16px;
        }
        .product-family__shared .specKey {
            color: rgba(20, 20, 16, 0.34);
        }
        .product-family__shared .specVal {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.5;
            color: rgba(20, 20, 16, 0.96);
        }
        .product-family__val-list {
            margin: 2px 0 0;
            padding: 0 0 0 1.15em;
            list-style: disc;
            font-family: var(--profile-body);
            font-size: 14px;
            line-height: 1.5;
            color: rgba(20, 20, 16, 0.88);
        }
        .product-family__val-list li {
            margin: 0.28em 0;
            padding-left: 0.15em;
        }
        .product-family__shared .specSection__title {
            display: none;
        }
        .product-family__models-band {
            margin-top: 28px;
        }
        .product-family__models-band > .product-family__section-heading {
            margin-bottom: 6px;
        }
        .product-family__models-lede {
            font-family: var(--profile-body);
            font-size: 14px;
            line-height: 1.55;
            color: rgba(20, 20, 16, 0.52);
            margin: 0 0 20px;
            max-width: 54ch;
        }
        .product-family__variant {
            margin: 0 0 8px;
            padding: 24px 0 28px;
            border-bottom: 1px solid rgba(20, 20, 16, 0.1);
            scroll-margin-top: 96px;
        }
        .product-family__variant:first-of-type {
            padding-top: 8px;
        }
        .product-family__variant:last-child {
            border-bottom: none;
            padding-bottom: 8px;
        }
        .product-family__variant-kicker {
            font-family: var(--profile-mono);
            font-size: 9.5px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.46);
            margin: 0 0 8px;
        }
        .product-family__variant-title {
            font-family: var(--profile-body);
            font-size: clamp(14.75px, 1.12vw, 17.25px);
            font-weight: 700;
            letter-spacing: -0.008em;
            text-transform: none;
            color: rgba(20, 20, 16, 0.94);
            margin: 0 0 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(20, 20, 16, 0.11);
            line-height: 1.32;
        }
        .product-family__variant-body .specSection__rows {
            row-gap: 12px;
        }
        .product-family__group {
            margin: 24px 0 0;
        }
        .product-family__group:first-child {
            margin-top: 0;
        }
        .product-family__group-label {
            font-family: var(--profile-mono);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.45);
            margin: 0 0 12px;
            padding-bottom: 6px;
            border-bottom: 1px solid rgba(20, 20, 16, 0.09);
        }
        .product-family__overview.specSection {
            padding-top: 0;
        }
        .specRow {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 24px;
            row-gap: 0;
            align-items: start;
            font-size: var(--t-size);
            line-height: var(--t-height);
            padding: 0;
            border-bottom: 0;
        }
        .specRow.specRow--single,
        .specRow.specRow--stacked,
        .specRow.specRow--valueOnly {
            grid-template-columns: 1fr;
        }
        .specPair {
            display: grid;
            grid-template-columns: 112px minmax(0, 1fr);
            column-gap: 22px;
            row-gap: 4px;
            align-items: baseline;
            min-width: 0;
            padding: 10px 12px;
        }
        .specRow .specPair + .specPair {
            border-left: 0;
        }
        .specRow.specRow--stacked .specPair {
            grid-template-columns: 1fr;
            row-gap: 10px;
            max-width: none;
            align-items: stretch;
        }
        .specRow.specRow--stacked .specKey {
            max-width: none;
            color: rgba(20, 20, 16, 0.4);
        }
        /* Descriptive entries: not the same object as a metric row. */
        .specsKv .specRow.specRow--stacked {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            background: transparent;
            border: 0;
            border-radius: 0;
        }
        .specsKv .specRow.specRow--stacked:first-child {
            margin-top: 0;
        }
        .specsKv .specSection__rows > .specRow.specRow--stacked + .specRow.specRow--stacked {
            margin-top: 4px;
        }
        .specRow.specRow--valueOnly .specVal {
            grid-column: 1;
        }
        @media (max-width: 768px) {
            .specRow {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                column-gap: 12px;
                row-gap: 16px;
            }
            /* Metrics: keep label | value on one band; prose rows override below. */
            .specsKv .specPair {
                grid-template-columns: minmax(0, 36%) minmax(0, 1fr);
                column-gap: 10px;
                row-gap: 2px;
                align-items: baseline;
                padding: 9px 0;
            }
            .specsKv .specRow.specRow--stacked .specPair {
                grid-template-columns: 1fr;
                row-gap: 8px;
                max-width: none;
                align-items: stretch;
            }
            .specsKv .specRow.specRow--stacked .specKey {
                max-width: none;
            }
            .specRow.specRow--single,
            .specRow.specRow--stacked,
            .specRow.specRow--valueOnly {
                grid-template-columns: 1fr;
            }
            .specRow .specPair + .specPair {
                border-left: 0;
            }
        }
        .specsKv .specKey {
            font-family: var(--korthos-header-font);
            font-size: 9px;
            line-height: 1.38;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.42);
            font-weight: var(--korthos-header-weight);
            opacity: 1;
        }
        /* Scalar rows: values carry the scan; labels stay infrastructure. */
        .specsKv .specVal {
            font-family: var(--profile-body);
            font-size: 13px;
            line-height: 1.42;
            font-variant-numeric: tabular-nums;
            font-weight: 500;
            color: rgba(22, 22, 18, 0.92);
            opacity: 1;
            min-width: 0;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
        /* Prose blocks: reading text, full width, comfortable measure inside the panel. */
        .specsKv .specRow.specRow--stacked .specVal {
            font-variant-numeric: normal;
            font-weight: 400;
            font-size: 13.5px;
            line-height: 1.58;
            color: rgba(20, 20, 16, 0.9);
            max-width: min(52rem, 100%);
        }
        .specsKv .specRow.specRow--stacked .specKey {
            font-size: 9px;
            letter-spacing: 0.13em;
            color: rgba(20, 20, 16, 0.38);
        }
        @media (max-width: 768px) {
            .specsKv .specVal { line-height: 1.5; font-size: 14px; }
            .specsKv .specRow.specRow--stacked .specVal { line-height: 1.7; font-size: 14px; }
            .specsKv .specRow.specRow--stacked {
                margin-left: 0;
                margin-right: 0;
                padding: 14px 14px 16px;
            }
        }
        .specsKv .specKey.specKey--empty,
        .specsKv .specVal.specVal--empty {
            visibility: hidden;
            min-height: 0;
            overflow: hidden;
        }
        .capabilitiesBlock { margin-top: 24px; }
        .pricingBlock { margin-top: 24px; padding-top: 0; }
        @media (max-width: 768px) {
            .capabilitiesBlock { margin-top: 16px; }
            .pricingBlock { margin-top: 16px; }
        }
        .variantsBlock { margin-top: 24px; }
        @media (max-width: 768px) {
            .variantsBlock { margin-top: 16px; }
        }
        .pricingBlock.specSection {
            margin-top: 28px;
            padding-top: 0;
        }
        .pricingBlock .specGrid,
        .product-rail-pricing .specGrid {
            display: grid;
            grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
            justify-content: start;
            row-gap: 10px;
            column-gap: 24px;
            font-size: 13px;
            max-width: 520px;
        }
        .pricingBlock .specGrid .k,
        .product-rail-pricing .specGrid .k {
            font-family: var(--profile-mono);
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.34);
        }
        .pricingBlock .specGrid .v,
        .product-rail-pricing .specGrid .v {
            font-family: var(--profile-body);
            font-size: 14px;
            font-weight: 600;
            color: rgba(22, 22, 18, 0.96);
            text-align: left;
        }
        @media (max-width: 768px) {
            .pricingBlock .specGrid,
            .product-rail-pricing .specGrid {
                grid-template-columns: auto auto;
                justify-content: start;
                column-gap: 16px;
            }
        }
        .product-rail-pricing__heading {
            font-family: var(--profile-body);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.4);
            margin: 0 0 12px;
        }
        .product-rail-pricing { margin-top: 2px; }
        @media (max-width: 768px) {
            .specsKv .specKey { letter-spacing: 0.07em; }
            .specsKv .specRow:not(.specRow--stacked) { padding: 6px 0; }
        }

        @media (max-width: 920px) {
            .meta__row { grid-template-columns: 96px 1fr; }
            .meta__key { letter-spacing: 0.08em; }
            .profile .profile__meta-row .meta__row {
                grid-template-columns: minmax(104px, min(40%, 10rem)) 1fr;
                gap: 6px 6px;
            }
        }
        /* Unified editorial spec grid — technical + operational (two columns desktop, one mobile) */
        .product-spec-table {
            margin-top: 4px;
            width: 100%;
        }
        .product-spec-table__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 36px;
            align-items: start;
            width: 100%;
        }
        .product-spec-table__col {
            min-width: 0;
            display: flex;
            flex-direction: column;
        }
        .product-spec-table__row {
            display: grid;
            grid-template-columns: minmax(0, 32%) minmax(0, 1fr);
            column-gap: 14px;
            align-items: baseline;
            min-width: 0;
            padding: 7px 0;
            border-bottom: 0;
            font-family: var(--profile-body);
            font-size: 13px;
            line-height: 1.42;
        }
        .product-spec-table__row--long .product-spec-table__value {
            line-height: 1.5;
            text-wrap: pretty;
        }
        .product-spec-table__group-label {
            font-family: var(--profile-body);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.82);
            padding: 20px 0 6px;
            border-bottom: 0;
            margin-bottom: 0;
        }
        .product-spec-table__group-label:first-child {
            padding-top: 0;
        }
        .product-spec-table__col:last-child .product-spec-table__row:last-child {
            border-bottom: none;
        }
        .product-spec-table__label {
            font-family: var(--profile-mono), ui-monospace, 'DM Mono', monospace;
            font-size: 11px;
            letter-spacing: 0.07em;
            text-transform: uppercase;
            color: rgba(26, 26, 26, 0.46);
            font-weight: 500;
            min-width: 0;
            overflow-wrap: anywhere;
        }
        .product-spec-table__value {
            min-width: 0;
            text-align: right;
            color: rgba(20, 20, 16, 0.93);
            overflow-wrap: break-word;
            word-break: normal;
        }
        @media (max-width: 768px) {
            .product-spec-table__grid {
                grid-template-columns: 1fr;
                gap: 0;
            }
        }

        /* From the Record — company-profile parity (Notion Link: companyslug-productslug). */
        .page-product .product-specs-section .from-the-record.sectionBlock {
            margin-top: 28px;
            padding-top: 0;
            padding-bottom: 28px;
        }
        .page-product .from-the-record .block-title { margin-bottom: 16px; }
        .page-product .from-the-record__list {
            padding-top: 2px;
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }
        .page-product .from-the-record .record-related {
            margin-top: 24px;
            min-width: 0;
        }
        .page-product .from-the-record .company-record-strip-outer {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            gap: 8px;
            width: 100%;
            min-width: 0;
        }
        .page-product .from-the-record .company-record-strip {
            flex: 1;
            min-width: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: flex-start;
            gap: 28px;
            overflow-x: auto;
            overflow-y: hidden;
            -ms-overflow-style: none;
            overscroll-behavior-x: contain;
            -webkit-overflow-scrolling: touch;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
            padding: 2px 0 4px;
        }
        .page-product .from-the-record .company-record-strip::-webkit-scrollbar {
            display: none;
        }
        .page-product .from-the-record .company-record-strip > .record-card {
            flex: 0 0 calc((100% - 28px) / 2);
            width: calc((100% - 28px) / 2);
            max-width: calc((100% - 28px) / 2);
            height: auto;
            scroll-snap-align: start;
            box-sizing: border-box;
        }
        .page-product .from-the-record .company-record-strip__btn {
            flex: 0 0 auto;
            align-self: center;
            width: 42px;
            height: 42px;
            margin: 0;
            padding: 0;
            border: 1px solid rgba(20, 20, 16, 0.14);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.92);
            color: rgba(20, 20, 16, 0.72);
            font-size: 20px;
            line-height: 1;
            font-family: var(--profile-sans);
            cursor: pointer;
            box-shadow: 0 1px 2px rgba(20, 20, 16, .05), 0 8px 22px rgba(20, 20, 16, .07);
            transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
        }
        .page-product .from-the-record .company-record-strip__btn:hover:not(:disabled) {
            background: rgba(255, 255, 255, 0.98);
            border-color: rgba(20, 20, 16, 0.24);
            color: rgba(20, 20, 16, 0.88);
            box-shadow: 0 1px 2px rgba(20, 20, 16, .065), 0 10px 26px rgba(20, 20, 16, .085);
        }
        .page-product .from-the-record .company-record-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: stretch;
            width: 100%;
        }
        .page-product .from-the-record .company-record-grid > .record-card {
            min-width: 0;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
        }
        .page-product .from-the-record .company-record-empty {
            border-top: 1px solid rgba(20, 20, 16, 0.14);
            padding-top: 12px;
            min-height: 120px;
            display: flex;
            align-items: flex-start;
        }
        .page-product .from-the-record .company-record-empty a {
            font-family: var(--profile-mono);
            font-size: 10px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--muted);
            text-decoration: none;
        }
        .page-product .from-the-record .record-card {
            display: flex;
            flex-direction: column;
            gap: 0;
            text-decoration: none;
            color: inherit;
            min-width: 0;
            height: auto;
            border: 1px solid rgba(20, 20, 16, 0.14);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.86);
            overflow: hidden;
            box-shadow: none;
            transition: border-color 0.15s ease;
        }
        .page-product .from-the-record .record-card:hover { border-color: rgba(20, 20, 16, 0.24); }
        .page-product .from-the-record .record-card--text .record-card__body { min-height: 140px; }
        .page-product .from-the-record .record-card .record-media {
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            margin: 0;
            border-bottom: 1px solid rgba(20, 20, 16, 0.12);
            background: #e8e7e3;
            box-sizing: border-box;
        }
        .page-product .from-the-record .record-card .record-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .page-product .from-the-record .record-card__body.record-content {
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 13px 14px 12px;
            min-height: 0;
            min-width: 0;
            background: rgba(255, 255, 255, 0.86);
        }
        .page-product .from-the-record .record-meta {
            display: block;
            font-family: var(--site-mono);
            font-size: 8.5px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: rgba(20, 20, 16, 0.48);
            font-weight: 650;
            margin: 0 0 7px 0;
            line-height: 1.2;
        }
        .page-product .from-the-record .record-title {
            font-family: var(--site-body);
            font-size: 13.5px;
            line-height: 1.15;
            font-weight: 750;
            letter-spacing: 0;
            text-transform: none;
            color: rgba(20, 20, 16, 0.94);
            margin: 0;
            overflow-wrap: anywhere;
        }
        .page-product .from-the-record .record-card:hover .record-title {
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .page-product .from-the-record .record-card__deck.record-deck {
            display: none !important;
        }
        .page-product .from-the-record__more {
            margin-top: 14px;
            font-family: var(--profile-mono);
            font-size: 10px;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .page-product .from-the-record__more a {
            color: var(--muted);
            text-decoration: none;
            border-bottom: 1px solid rgba(20, 20, 16, 0.14);
        }
        .page-product .from-the-record__more a:hover {
            color: rgba(26, 26, 26, 0.75);
            border-bottom-color: rgba(26, 26, 26, 0.3);
        }
        @media (max-width: 768px) {
            .page-product .from-the-record .company-record-grid {
                grid-template-columns: 1fr;
            }
            .page-product .from-the-record .company-record-strip > .record-card {
                flex: 0 0 88%;
                width: 88%;
                max-width: 88%;
            }
}
        /* Submit Correction Trigger */
        .profile__header { position: relative; }
        .profile-submit-trigger-wrap { position: absolute; top: 4px; right: 0; }
        @media (min-width: 641px) {
            .page-product .profile__header {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                column-gap: clamp(18px, 3vw, 36px);
                align-items: start;
            }
            .page-product .profile__header .title {
                grid-column: 1;
                min-width: 0;
                max-width: 100%;
                overflow-wrap: anywhere;
                hyphens: auto;
            }
            .page-product .profile-submit-trigger-wrap {
                position: static;
                grid-column: 2;
                grid-row: 1 / span 2;
                justify-self: end;
                max-width: 260px;
                z-index: 1;
            }
        }
        @media (min-width: 641px) and (max-width: 980px) {
            .page-product .profile__header {
                grid-template-columns: 1fr;
            }
            .page-product .profile-submit-trigger-wrap {
                grid-column: 1;
                grid-row: auto;
                justify-self: start;
                margin-top: -16px;
            }
        }
        .profile-submit-trigger {
            display: inline-flex; align-items: center; gap: 8px; width: fit-content;
            padding: 8px 12px 7px; border: 1px solid rgba(17,16,13,0.22);
            background: transparent; color: rgba(17,16,13,0.72);
            font-family: var(--site-body); font-size: 10.5px; font-weight: 800;
            line-height: 1; letter-spacing: 0.12em; text-transform: uppercase;
            cursor: pointer; text-decoration: none;
        }
        .profile-submit-trigger::before {
            content: "";
            font-size: 13px;
            line-height: 1;
            transform: translateY(-1px);
        }
        .profile-submit-trigger:hover { color: #11100D; border-color: rgba(17,16,13,0.45); }
        @media (max-width: 640px) {
            .profile-submit-trigger-wrap { position: static; width: 100%; margin-top: 10px; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 10px; }
            .profile-submit-trigger {
                min-height: 44px;
                padding: 0 12px;
                font-size: 11px;
                letter-spacing: 0.09em;
                gap: 6px;
                flex: 1 1 auto;
                min-width: 0;
                justify-content: center;
                white-space: nowrap;
            }
            .profile-submit-trigger::before { font-size: 17px; }
            .profile-watch-slot { flex: 0 0 auto; }
            .profile-watch-slot .k-watch {
                min-height: 44px !important;
                padding: 0 13px !important;
                font-size: 12px !important;
                letter-spacing: 0.12em !important;
                white-space: nowrap;
            }
            .profile-watch-slot .k-watch__icon {
                font-size: 16px !important;
            }
        }
        @media (max-width: 359px) {
            .profile-submit-trigger {
                white-space: normal;
                text-align: center;
                line-height: 1.08;
                font-size: 10.5px;
                letter-spacing: 0.08em;
            }
        }
        /* Corrections Modal */
        .corrections-overlay {
            --corrections-top-offset: calc(var(--home-ticker-h, var(--ticker-height, 0px)) + var(--site-header-h, var(--nav-height, 57px)) + 24px);
            position: fixed; inset: 0; z-index: 10000050;
            display: flex; align-items: flex-start; justify-content: center;
            padding: var(--corrections-top-offset) 18px 24px;
            background: rgba(17,16,13,0.42);
        }
        .corrections-overlay[hidden] { display: none; }
        .corrections-modal {
            width: min(560px, calc(100vw - 32px));
            max-width: calc(100vw - 32px);
            max-height: calc(100dvh - var(--corrections-top-offset) - 24px); box-sizing: border-box; overflow-y: auto; overscroll-behavior: contain;
            background: #faf9f7; border: 1px solid rgba(17,16,13,0.18);
            clip-path: inset(0 round 2px);
            box-shadow: 0 24px 80px rgba(17,16,13,0.18);
            padding: 28px 32px 32px; position: relative; margin: 0; transform: none;
        }
        .corrections-modal-close {
            position: absolute; top: 20px; right: 20px;
            background: none; border: none; font-size: 20px; cursor: pointer;
            color: rgba(17,16,13,0.35); line-height: 1; padding: 0;
        }
        .corrections-modal-close:hover { color: rgba(17,16,13,0.7); }
        .corrections-modal-title {
            margin: 0 0 22px; font-family: var(--site-body);
            font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
            line-height: 1; text-transform: uppercase; color: #11100D;
        }
        .corrections-modal-copy {
            max-width: 460px; margin: 0 0 16px;
            font-family: var(--site-body); font-size: 14px; line-height: 1.55;
            color: rgba(17,16,13,0.66);
        }
        .corrections-modal-contact {
            margin: 0 0 26px; font-size: 13px; line-height: 1.5;
            color: rgba(17,16,13,0.55);
        }
        .corrections-modal-contact a { color: inherit; }
        .corrections-form { display: flex; flex-direction: column; gap: 14px; }
        .corrections-field { display: flex; flex-direction: column; gap: 4px; }
        .corrections-field span {
            font-size: 11px; letter-spacing: 0.05em; opacity: 0.55; text-transform: uppercase;
        }
        .corrections-field span em, .corrections-field span i { font-style: normal; color: rgba(180,40,20,0.7); text-transform: none; }
        .corrections-field select, .corrections-field input, .corrections-field textarea {
            font-family: var(--site-body); font-size: 13px;
            border: 1px solid rgba(17,16,13,0.18); padding: 8px 10px;
            border-radius: 2px; background: #fafaf8; width: 100%; box-sizing: border-box;
        }
        .corrections-field textarea { resize: vertical; min-height: 80px; }
        .corrections-field-row { display: flex; gap: 12px; }
        .corrections-field--half { flex: 1; }
        @media (max-width: 480px) { .corrections-field-row { flex-direction: column; } }
        .corrections-actions { display: flex; align-items: center; gap: 12px; }
        .corrections-submit-btn {
            font-family: var(--site-body); font-size: 11px; font-weight: 800;
            letter-spacing: 0.1em; text-transform: uppercase;
            background: rgba(17,16,13,0.9); color: #fff; border: none;
            padding: 10px 20px; cursor: pointer; border-radius: 2px;
        }
        .corrections-submit-btn:hover { background: rgba(17,16,13,1); }
        .corrections-submit-btn:disabled { opacity: 0.4; cursor: default; }
        .corrections-status { font-size: 12px; opacity: 0.6; }
        @media (max-width: 640px) {
            .corrections-overlay {
                --corrections-top-offset: 10px;
                padding: 10px 10px;
                align-items: center;
            }
            .corrections-modal {
                width: calc(100vw - 20px);
                max-width: calc(100vw - 20px);
                max-height: calc(100dvh - 20px);
                box-sizing: border-box;
                padding: 20px 18px 18px;
                border-radius: 6px;
                clip-path: inset(0 round 6px);
            }
            .corrections-modal-close {
                top: 14px;
                right: 14px;
            }
            .corrections-modal-title {
                margin-bottom: 14px;
                padding-right: 28px;
            }
            .corrections-modal-copy,
            .corrections-modal-contact {
                font-size: 12.5px;
                line-height: 1.45;
                margin-bottom: 12px;
            }
            .corrections-form { gap: 10px; }
            .corrections-field textarea { min-height: 72px; }
            .corrections-actions { flex-wrap: wrap; }
        }
        /* Shared submit/correction modal polish */
        #submit-correction-overlay.corrections-overlay {
            --corrections-top-offset: 0px !important;
            align-items: center !important;
            padding: 16px !important;
            background: rgba(17,16,13,0.52) !important;
        }
        #submit-correction-overlay .corrections-modal {
            width: min(760px, calc(100vw - 32px)) !important;
            max-width: calc(100vw - 32px) !important;
            max-height: none !important;
            overflow: visible !important;
            border-radius: 8px !important;
            clip-path: none !important;
            padding: 24px 28px 24px !important;
            border: 1px solid rgba(17,16,13,0.14) !important;
            box-shadow: 0 18px 50px rgba(17,16,13,0.18) !important;
            font-family: var(--font-ui, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
        }
        #submit-correction-overlay .corrections-modal-title { margin: 0 44px 14px 0 !important; font-size: 12px !important; line-height: 1.1 !important; letter-spacing: .14em !important; font-weight: 800 !important; }
        #submit-correction-overlay .corrections-modal-copy { max-width: 58ch !important; margin: 0 0 8px !important; font-size: 14px !important; line-height: 1.4 !important; color: rgba(17,16,13,0.64) !important; }
        #submit-correction-overlay .corrections-modal-contact { margin: 0 0 14px !important; font-size: 13px !important; line-height: 1.35 !important; color: rgba(17,16,13,0.58) !important; }
        #submit-correction-overlay .corrections-form { gap: 9px !important; }
        #submit-correction-overlay .corrections-field { gap: 4px !important; }
        #submit-correction-overlay .corrections-field span { font-size: 10px !important; line-height: 1.1 !important; letter-spacing: .11em !important; color: rgba(17,16,13,0.55) !important; }
        #submit-correction-overlay .corrections-field select,
        #submit-correction-overlay .corrections-field input,
        #submit-correction-overlay .corrections-field textarea {
            min-height: 42px !important;
            padding: 9px 12px !important;
            border-radius: 8px !important;
            border: 1px solid rgba(17,16,13,0.16) !important;
            background: rgba(255,255,255,0.82) !important;
            font-size: 14px !important;
            line-height: 1.35 !important;
        }
        #submit-correction-overlay .corrections-field textarea { min-height: 82px !important; max-height: 82px !important; resize: none !important; }
        #submit-correction-overlay .corrections-field-row { gap: 12px !important; }
        #submit-correction-overlay .corrections-actions { gap: 10px !important; padding-top: 4px !important; }
        #submit-correction-overlay .corrections-submit-btn { min-height: 42px !important; border-radius: 8px !important; padding: 0 20px !important; font-size: 12px !important; letter-spacing: .12em !important; }
        #submit-correction-overlay .corrections-modal-close { width: 34px !important; height: 34px !important; border-radius: 8px !important; top: 18px !important; right: 18px !important; }
        @media (max-width: 640px) {
            #submit-correction-overlay.corrections-overlay { align-items: flex-start !important; padding: 10px !important; }
            #submit-correction-overlay .corrections-modal { width: calc(100vw - 20px) !important; max-width: calc(100vw - 20px) !important; max-height: calc(100dvh - 20px) !important; overflow-y: auto !important; scrollbar-width: none !important; padding: 20px 18px 18px !important; }
            #submit-correction-overlay .corrections-modal::-webkit-scrollbar { display: none !important; }
            #submit-correction-overlay .corrections-field-row { flex-direction: column !important; }
        }

/* extracted inline style 2 */
body[data-product-subpage="notes"] #product-subpage-root .product-notes-page { width: 100%; max-width: 1180px; margin: 0; }
        body[data-product-subpage="notes"] #product-subpage-root .product-subpage-title { margin: 0 0 18px; color: #171613; font: 800 13px/1.2 Inter, Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-list { display: grid; gap: 18px; }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card { overflow: hidden; border: 1px solid rgba(20,20,16,.14); border-top: 3px solid #2f684d; border-radius: 7px; background: var(--profile-module-bg, #fbfaf7); box-shadow: 0 1px 2px rgba(20,20,16,.04), 0 10px 24px rgba(20,20,16,.045); }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card__meta { padding: 14px 22px; border-bottom: 1px solid rgba(20,20,16,.1); background: rgba(236,239,231,.58); color: #77746d; font: 700 10px/1.3 Inter, Arial, sans-serif; letter-spacing: .065em; text-transform: uppercase; }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card__body { padding: 20px 22px 18px; }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card__body h3 { margin: 0 0 11px; color: #171613; font: 700 20px/1.28 Inter, Arial, sans-serif; letter-spacing: -.012em; }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card__summary { max-width: 920px; margin: 0; color: #55524d; white-space: pre-line; font: 400 14px/1.6 Inter, Arial, sans-serif; }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card__evidence { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 16px; margin: 0 22px; padding: 15px 0 18px; border-top: 1px solid rgba(20,20,16,.1); }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card__evidence > span { color: #77746d; font: 700 10px/1.3 Inter, Arial, sans-serif; letter-spacing: .065em; text-transform: uppercase; }
        body[data-product-subpage="notes"] #product-subpage-root .product-note-card__evidence a { color: #34322e; font: 650 12px/1.4 Inter, Arial, sans-serif; text-decoration: none; }
        @media (max-width: 720px) {
            body[data-product-subpage="notes"] #product-subpage-root .product-subpage-title { display: none; }
            body[data-product-subpage="notes"] #product-subpage-root .product-note-card__meta { padding: 12px 16px; }
            body[data-product-subpage="notes"] #product-subpage-root .product-note-card__body { padding: 17px 16px 15px; }
            body[data-product-subpage="notes"] #product-subpage-root .product-note-card__body h3 { font-size: 18px; }
            body[data-product-subpage="notes"] #product-subpage-root .product-note-card__evidence { margin: 0 16px; }
        }

        /* Product operations subpage mirrors the deployments/company ledger treatment. */
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-page {
            max-width: 1120px !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-events,
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-list {
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            overflow: visible !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-events {
            padding: 0 !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-events__note {
            max-width: 760px !important;
            margin: 4px 0 26px !important;
            font-size: 12.5px !important;
            line-height: 1.45 !important;
            color: rgba(20,20,16,.58) !important;
        }
        .profile-operations-coverage {
            display: grid;
            grid-template-columns: 24px 1fr;
            gap: 14px;
            align-items: start;
            max-width: 760px;
            margin: 0 0 26px;
            padding: 14px 16px;
            border: 1px solid rgba(47,92,61,.18);
            border-radius: 8px;
            background: rgba(227,235,223,.5);
            box-shadow: 0 1px 2px rgba(20,20,16,.04), 0 12px 28px rgba(20,20,16,.045);
        }
        .profile-operations-coverage__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border-radius: 999px;
            color: rgba(47,92,61,.9);
            background: rgba(255,255,255,.42);
        }
        .profile-operations-coverage__icon svg {
            width: 15px;
            height: 15px;
            stroke: currentColor;
            stroke-width: 1.7;
            fill: none;
        }
        .profile-operations-coverage__label {
            margin-bottom: 5px;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: rgba(20,20,16,.42);
        }
        .profile-operations-coverage__text {
            margin: 0;
            font-size: 11.5px;
            line-height: 1.45;
            color: rgba(20,20,16,.72);
        }
        body[data-product-subpage="operations"] #product-subpage-root .ops-claim-badge {
            display: inline-flex !important;
            align-items: center !important;
            min-height: 17px !important;
            padding: 0 6px !important;
            margin-right: 5px !important;
            border: 1px solid rgba(20,20,16,.14) !important;
            border-radius: 3px !important;
            font-family: var(--scp-header-font, Inter, system-ui, sans-serif) !important;
            font-size: 8px !important;
            font-weight: 600 !important;
            letter-spacing: .06em !important;
            text-transform: uppercase !important;
            color: rgba(20,20,16,.52) !important;
            background: rgba(20,20,16,.03) !important;
            white-space: nowrap !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .ops-claim-badge--reported {
            border-color: rgba(47,111,78,.28) !important;
            color: #2f6f4e !important;
            background: rgba(47,111,78,.07) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .ops-claim-badge--target {
            border-color: rgba(180,120,50,.28) !important;
            color: #9a5d1f !important;
            background: rgba(180,120,50,.07) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .ops-claim-badge--capacity {
            border-color: rgba(45,90,160,.28) !important;
            color: #234e8a !important;
            background: rgba(45,90,160,.07) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-group {
            margin: 26px 0 34px !important;
            border: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: var(--profile-premium-radius, 7px) !important;
            background: var(--profile-module-bg, #faf9f7) !important;
            box-shadow: var(--profile-premium-shadow) !important;
            overflow: hidden !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-group__head {
            display: block !important;
            margin: 0 !important;
            max-width: none !important;
            padding: 20px 22px 16px !important;
            border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-group__head::before {
            display: none !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-group__title {
            margin: 0 0 6px !important;
            font-family: var(--profile-body, Inter, sans-serif) !important;
            font-size: 15px !important;
            font-weight: 800 !important;
            letter-spacing: 0 !important;
            line-height: 1.2 !important;
            text-transform: none !important;
            color: #11100E !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-group__deck {
            margin: 0 !important;
            max-width: 780px !important;
            font-size: 12px !important;
            line-height: 1.42 !important;
            color: rgba(20,20,16,.56) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-list {
            display: block !important;
            margin: 0 !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card {
            display: grid !important;
            grid-template-columns: 150px minmax(0,1fr) !important;
            gap: 22px !important;
            margin: 0 !important;
            padding: 18px 22px !important;
            border: 0 !important;
            border-top: 1px solid rgba(20,20,16,.1) !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card:first-child {
            border-top: 0 !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__meta {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 8px !important;
            padding-top: 1px !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__label {
            max-width: 150px !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            color: rgba(20,20,16,.58) !important;
            font-family: var(--profile-body, Inter, sans-serif) !important;
            font-size: 11px !important;
            font-weight: 760 !important;
            letter-spacing: .02em !important;
            line-height: 1.25 !important;
            text-transform: uppercase !important;
            white-space: normal !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__summary {
            margin: 0 0 16px !important;
            max-width: 88ch !important;
            font-size: 13px !important;
            font-weight: 760 !important;
            line-height: 1.42 !important;
            color: #11100E !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__facts {
            display: grid !important;
            grid-template-columns: repeat(3,minmax(0,1fr)) !important;
            gap: 14px 28px !important;
            margin-top: 0 !important;
            padding-top: 15px !important;
            border-top: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__fact {
            min-height: 0 !important;
            padding: 0 !important;
            border: 0 !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__fact span {
            display: block !important;
            margin: 0 0 5px !important;
            font-family: var(--profile-mono, monospace) !important;
            font-size: 8px !important;
            font-weight: 800 !important;
            letter-spacing: .08em !important;
            line-height: 1.2 !important;
            text-transform: uppercase !important;
            color: rgba(20,20,16,.42) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__fact strong {
            display: block !important;
            font-size: 12px !important;
            font-weight: 720 !important;
            line-height: 1.34 !important;
            color: rgba(20,20,16,.88) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare {
            display: grid !important;
            gap: 16px !important;
            margin: 30px 0 34px !important;
            border: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-card {
            margin: 0 !important;
            padding: 0 !important;
            border: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: var(--profile-premium-radius, 7px) !important;
            background: var(--profile-module-bg, #faf9f7) !important;
            box-shadow: var(--profile-premium-shadow) !important;
            overflow: hidden !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-card__title {
            margin: 0 !important;
            padding: 18px 22px 14px !important;
            border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-table {
            border: 0 !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row {
            margin: 0 !important;
            padding: 10px 22px !important;
            border-top: 1px solid rgba(20,20,16,.1) !important;
            box-shadow: none !important;
            background: transparent !important;
        }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row--current {
            border: 0 !important;
            border-top: 1px solid rgba(47,104,77,.26) !important;
            box-shadow: inset 3px 0 0 #2F684D !important;
            background: rgba(47,104,77,.045) !important;
            padding-left: 22px !important;
        }
        @media (max-width: 900px) {
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row {
                grid-template-columns: 1fr !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-card__facts {
                grid-template-columns: 1fr !important;
            }
        }
        @media (max-width: 700px) {
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-card__title {
                padding: 13px 14px 12px !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row:not(.profile-operations-compare-row--header) {
                display: grid !important;
                grid-template-columns: 42px minmax(0, 1fr) !important;
                gap: 0 12px !important;
                min-height: 0 !important;
                padding: 0 !important;
                background: #fff !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row--header {
                display: none !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row--current {
                background: #EEF2EC !important;
                box-shadow: inset 3px 0 0 #2F684D !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__rank {
                grid-column: 1 !important;
                grid-row: 1 / span 3 !important;
                align-self: stretch !important;
                display: flex !important;
                align-items: flex-start !important;
                justify-content: center !important;
                padding: 12px 0 0 !important;
                border-right: 1px solid rgba(20,20,16,.08) !important;
                font-size: 10px !important;
                font-weight: 800 !important;
                text-align: center !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__entity,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__metric,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__meta {
                grid-column: 2 !important;
                min-width: 0 !important;
                text-align: left !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__entity {
                padding: 12px 12px 3px 0 !important;
                font-size: 11px !important;
                line-height: 1.3 !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__metric {
                padding: 3px 12px 6px 0 !important;
                font-size: 11px !important;
                line-height: 1.35 !important;
            }
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__meta {
                padding: 0 12px 12px 0 !important;
                font-size: 10px !important;
                line-height: 1.35 !important;
                color: rgba(20,20,16,.62) !important;
            }
        }

        /* Product profile tab icons: match company profile icon-only treatment. */
        body[data-product-subpage] #product-subpage-root :is(
            .funding-summary-stat__icon,
            .investor-summary-stat__icon,
            .deployment-summary-stat__icon,
            .commercial-summary-icon,
            .commercial-theme-icon,
            .commercial-relationship-icon,
            .company-supply-signal__icon,
            .company-supply-note__icon,
            .sci-supply-group__icon
        ) {
            width: 22px !important;
            height: 22px !important;
            min-width: 22px !important;
            margin: 0 0 14px !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            place-items: initial !important;
            color: var(--profile-module-accent, #2F684D) !important;
        }
        body[data-product-subpage] #product-subpage-root :is(
            .funding-summary-stat__icon,
            .investor-summary-stat__icon,
            .deployment-summary-stat__icon,
            .commercial-summary-icon,
            .commercial-theme-icon,
            .commercial-relationship-icon,
            .company-supply-signal__icon,
            .company-supply-note__icon,
            .sci-supply-group__icon
        ) svg {
            width: 22px !important;
            height: 22px !important;
            display: block !important;
            stroke: currentColor !important;
            stroke-width: 1.8 !important;
            fill: none !important;
            stroke-linecap: round !important;
            stroke-linejoin: round !important;
        }
        body[data-product-subpage="funding"] #product-subpage-root .funding-summary-stat {
            grid-template-columns: 22px minmax(0, 1fr) !important;
            column-gap: 16px !important;
        }
        body[data-product-subpage="supply"] #product-subpage-root .company-supply-signal {
            grid-template-columns: 22px minmax(0, 1fr) !important;
        }

/* extracted inline style 3 */
.page-product #profile-events.profile__events{margin-top:0;padding-bottom:56px}
.page-product #profile-events.profile__events.sectionBlock{margin-top:28px;padding-top:0;border-top:0}
.page-product #profile-events .profile-events__title-band{background:var(--paper);position:relative;z-index:3;padding-bottom:4px;margin-bottom:14px;border-bottom:none;display:flex;align-items:baseline;justify-content:space-between}
.page-product #profile-events .profile-events__title-band .block__title{margin:0;padding:0;border-bottom:none;font-family:var(--korthos-header-font);font-size:var(--korthos-header-size);font-weight:var(--korthos-header-weight);letter-spacing:var(--korthos-header-tracking);line-height:var(--korthos-header-line-height);text-transform:uppercase;color:var(--korthos-header-color)}
.page-product #profile-events .profile-events__list-viewport{margin-top:0}
.page-product #profile-events .profile-events__list-viewport>.events-table-wrap.events-table-scroll{margin-top:0}
.page-product #profile-events .events-table-wrap{overflow-x:auto;margin-top:16px;padding-right:4px}
.page-product #profile-events .events-table-scroll{max-height:380px;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(26,26,26,.14) transparent}
.page-product #profile-events .events-table{width:100%;border-collapse:separate!important;border-spacing:0;table-layout:fixed;font-size:var(--t-size);line-height:var(--t-height)}
.page-product #profile-events .events-table thead{position:sticky;top:0;z-index:10}
.page-product #profile-events .events-table thead tr{background:var(--paper);border-bottom:none}
.page-product #profile-events .events-table thead th{position:static;background:var(--paper);box-shadow:none}
.page-product #profile-events .events-table__th{font-family:var(--korthos-header-font);font-size:10px;line-height:1.35;letter-spacing:var(--korthos-header-tracking);font-weight:var(--korthos-header-weight);text-transform:uppercase;color:var(--korthos-header-color);opacity:1;text-align:left;border-bottom:none;padding:4px 12px 10px 0}
.page-product #profile-events .events-table__th:nth-child(1){width:12%}
.page-product #profile-events .events-table__th:nth-child(2){width:73%}
.page-product #profile-events .events-table__th:nth-child(3){width:15%}
.page-product #profile-events .events-table tbody td{padding:16px 10px 16px 0;border-bottom:none;vertical-align:middle}
.page-product #profile-events .events-table tbody td.events-table__date{padding-right:8px}
.page-product #profile-events .events-table tbody tr.feed-item-row:hover td{background:rgba(26,26,26,.038)}
.page-product #profile-events .events-table tr.feed-item-row:has(+tr.event-detail-row.active) td{border-bottom:none}
.page-product #profile-events .events-table__date{font-family:var(--profile-sans);font-size:10.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;color:rgba(20,20,16,.74);opacity:1;vertical-align:middle;padding-top:0}
.page-product #profile-events .events-table__event{font-size:inherit;line-height:inherit;opacity:1;font-weight:400}
.page-product #profile-events .events-table__evidence{text-align:right;vertical-align:top;padding-right:4px}
.page-product #profile-events .profile-events__event-cell{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}
.page-product #profile-events .profile-events__event-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px 8px}
.page-product #profile-events .profile-events__event-title{font-family:var(--profile-body);font-size:clamp(13.75px,1.06vw,16px);font-weight:700;line-height:1.4;letter-spacing:.006em;text-transform:none;color:rgba(20,20,16,.98)}
.page-product #profile-events .home-ftag{font-family:var(--profile-sans);font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3.5px 8px;margin:0;border:none;border-radius:0;white-space:nowrap;max-width:min(100%,280px);overflow:hidden;text-overflow:ellipsis;line-height:1.25;flex-shrink:0}
.page-product #profile-events .home-ftag.home-ftag--event-type{font-weight:700;letter-spacing:.048em}
.page-product #profile-events .home-ftag.home-ftag--tint-0{background:var(--korthos-tag-tint-0-bg);color:var(--korthos-tag-tint-0-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-1{background:var(--korthos-tag-tint-1-bg);color:var(--korthos-tag-tint-1-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-2{background:var(--korthos-tag-tint-2-bg);color:var(--korthos-tag-tint-2-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-3{background:var(--korthos-tag-tint-3-bg);color:var(--korthos-tag-tint-3-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-4{background:var(--korthos-tag-tint-4-bg);color:var(--korthos-tag-tint-4-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-5{background:var(--korthos-tag-tint-5-bg);color:var(--korthos-tag-tint-5-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-6{background:var(--korthos-tag-tint-6-bg);color:var(--korthos-tag-tint-6-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-7{background:var(--korthos-tag-tint-7-bg);color:var(--korthos-tag-tint-7-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-8{background:var(--korthos-tag-tint-8-bg);color:var(--korthos-tag-tint-8-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-9{background:var(--korthos-tag-tint-9-bg);color:var(--korthos-tag-tint-9-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-10{background:var(--korthos-tag-tint-10-bg);color:var(--korthos-tag-tint-10-ink)}
.page-product #profile-events .home-ftag.home-ftag--tint-11{background:var(--korthos-tag-tint-11-bg);color:var(--korthos-tag-tint-11-ink)}
.page-product #profile-events .expand-btn{font-family:var(--site-body);font-size:8px;font-weight:700;color:var(--ink);text-transform:uppercase;background:none;border:none;border-radius:0;cursor:pointer;padding:0;text-align:right;letter-spacing:.1em;display:inline-flex;align-items:flex-start;justify-content:flex-end;min-width:20px}
.page-product #profile-events .expand-btn:hover{color:var(--muted)}
.page-product #profile-events .expand-btn .expand-icon{display:inline-block;transition:transform .2s;font-size:11px;font-weight:700;transform:rotate(90deg)}
.page-product #profile-events .expand-btn.expanded .expand-icon{transform:rotate(-90deg)}
.page-product #profile-events .event-detail-row{display:none}
.page-product #profile-events .event-detail-row.active{display:table-row}
.page-product #profile-events .event-detail-row td{vertical-align:top;padding-top:0;padding-left:0}
.page-product #profile-events .event-detail-cell{padding:8px 0 12px 0}
.page-product #profile-events .expanded-content{margin-top:0;padding-top:0;display:block;opacity:1;font-size:inherit;line-height:inherit}
.page-product #profile-events .expanded-content ul{list-style:none;padding-left:0;margin:8px 0}
.page-product #profile-events .expanded-content li{font-family:var(--site-body);font-size:11px;font-weight:500;line-height:1.5;margin-bottom:6px;padding-left:14px;position:relative;color:var(--ink);white-space:normal;overflow-wrap:anywhere}
.page-product #profile-events .expanded-content li::before{content:"";position:absolute;left:0;top:.68em;width:4px;height:4px;background:var(--ink);border-radius:50%}
.page-product #profile-events .expanded-content-empty{font-family:var(--site-body);font-size:11px;line-height:1.5;color:var(--muted);font-style:normal;opacity:1}
.page-product #profile-events .evidence-source{margin-top:10px}
.page-product #profile-events .evidence-source a{font-family:var(--site-body);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--hair)}
.page-product #profile-events .evidence-source a:hover{border-bottom-color:rgba(26,26,26,.35)}
.page-product #profile-events .events-list__status{opacity:.5;padding:8px 0}
@media(max-width:768px){
.page-product #profile-events.profile__events{padding-bottom:40px!important}
.page-product #profile-events.profile__events.sectionBlock{margin-top:8px}
.page-product #profile-events .events-table-wrap{padding-right:0}
.page-product #profile-events .events-table__th:nth-child(1){width:20%}
.page-product #profile-events .events-table__th:nth-child(2){width:68%}
.page-product #profile-events .events-table__th:nth-child(3){width:12%}
.page-product #profile-events .events-table tbody td{padding:14px 8px 14px 0}
.page-product #profile-events .events-table tbody td.events-table__date{padding-right:6px}
.page-product #profile-events .events-table__date{white-space:normal;line-height:1.35;padding-top:0}
.page-product #profile-events .events-table__event{line-height:1.55}
.page-product #profile-events .profile-events__event-title{font-size:14px}
}
        .product-desktop-shell {
            display: contents;
        }
        .product-side-nav {
            display: none;
        }
        .product-desktop-content {
            min-width: 0;
        }
        .page-product #product-main.product-profile-loading {
            min-height: 70vh;
        }
        .page-product #product-main.product-profile-loading .product-desktop-content {
            opacity: 0;
            pointer-events: none;
        }
        .page-product #product-main .product-desktop-content,
        .page-product #product-main .product-side-nav {
            transition: opacity 120ms ease;
        }
        @media (min-width: 981px) {
            body.page-product {
                overflow: hidden !important;
            }
            .page-product #product-main.profile.ecosystem-profile-page {
                width: 100% !important;
                max-width: none !important;
                margin: 0 !important;
                padding: 0 !important;
                height: calc(100vh - 106px);
                overflow: hidden;
            }
            .page-product #product-main .product-desktop-shell {
                display: grid !important;
                grid-template-columns: var(--product-sidebar-width, 184px) minmax(0, 1fr);
                height: calc(100vh - 106px);
                min-height: 0;
                align-items: start;
                --product-sidebar-width: 184px;
                --product-sidebar-content-pad: 34px;
                background: var(--paper, #faf9f7);
                overflow: hidden;
            }
            .page-product #product-main.product-sidebar-collapsed .product-desktop-shell {
                --product-sidebar-width: 64px;
            }
            .page-product #product-main .product-desktop-shell > :not(.product-side-nav) {
                grid-column: 2;
                min-width: 0;
                width: 100% !important;
                max-width: none !important;
            }
            .page-product #product-main .product-side-nav {
                grid-column: 1;
                grid-row: 1 / -1;
                position: static !important;
                width: var(--product-sidebar-width, 184px) !important;
                height: 100% !important;
                min-height: 0;
                display: flex !important;
                flex-direction: column;
                overflow: hidden;
                border-right: 1px solid rgba(20, 20, 16, 0.14);
                background: #F7F6F2;
                padding: 28px 14px 22px;
                box-sizing: border-box;
                z-index: 40;
            }
            .page-product #product-main .product-side-nav__list {
                display: grid;
                gap: 6px;
                margin: 0;
                padding: 0;
                list-style: none;
                min-height: 0;
                overflow-y: auto;
                overflow-x: hidden;
                scrollbar-width: thin;
                scrollbar-color: rgba(20, 20, 16, 0.24) transparent;
            }
            .page-product #product-main .product-side-nav__list::-webkit-scrollbar {
                width: 5px;
            }
            .page-product #product-main .product-side-nav__list::-webkit-scrollbar-track {
                background: transparent;
            }
            .page-product #product-main .product-side-nav__list::-webkit-scrollbar-thumb {
                background: rgba(20, 20, 16, 0.22);
                border-radius: 999px;
            }
            .page-product #product-main .product-side-nav__link {
                display: grid;
                grid-template-columns: 22px minmax(0, 1fr);
                align-items: center;
                gap: 12px;
                min-height: 42px;
                padding: 0 10px;
                border: 1px solid transparent;
                border-radius: 2px;
                color: rgba(20, 20, 16, 0.82);
                text-decoration: none;
                font-family: var(--profile-mono, var(--site-body));
                font-size: 11px;
                font-weight: 700;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                box-sizing: border-box;
            }
            .page-product #product-main .product-side-nav__link:hover {
                background: rgba(20, 20, 16, 0.035);
                color: #11100E;
            }
            .page-product #product-main .product-side-nav__link.is-active {
                background: #EDEDE7;
                color: #11100E;
            }
            .page-product #product-main .product-side-nav__icon {
                width: 18px;
                height: 18px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: currentColor;
            }
            .page-product #product-main .product-side-nav__icon svg {
                width: 18px;
                height: 18px;
                display: block;
                fill: none;
                stroke: currentColor;
                stroke-width: 1.45;
                stroke-linecap: round;
                stroke-linejoin: round;
            }
            .page-product #product-main .product-side-nav__label {
                min-width: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .page-product #product-main .product-side-nav__collapse {
                margin-top: auto;
                display: inline-flex;
                align-items: center;
                gap: 12px;
                padding: 12px 10px 0;
                border: 0;
                border-top: 1px solid rgba(20, 20, 16, 0.08);
                background: transparent;
                cursor: pointer;
                font-family: var(--profile-mono, var(--site-body));
                font-size: 10px;
                font-weight: 700;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                color: rgba(20, 20, 16, 0.58);
                text-align: left;
            }
            .page-product #product-main .product-side-nav__collapse:hover {
                color: #11100E;
            }
            .page-product #product-main .product-side-nav__collapse svg {
                width: 16px;
                height: 16px;
                fill: none;
                stroke: currentColor;
                stroke-width: 1.8;
                stroke-linecap: round;
                stroke-linejoin: round;
            }
            .page-product #product-main .product-desktop-content {
                min-width: 0;
                width: 100%;
                max-width: none;
                height: 100%;
                padding: 24px var(--product-sidebar-content-pad) 44px;
                overflow-y: auto;
                overflow-x: hidden;
                scrollbar-gutter: stable;
                box-sizing: border-box;
            }
            .page-product #product-main .profile-tab-rail {
                display: none !important;
            }
            .page-product #product-main.product-sidebar-collapsed .product-side-nav {
                padding-left: 10px;
                padding-right: 10px;
            }
            .page-product #product-main.product-sidebar-collapsed .product-side-nav__link {
                grid-template-columns: 1fr;
                justify-items: center;
                gap: 0;
                padding-left: 0;
                padding-right: 0;
            }
            .page-product #product-main.product-sidebar-collapsed .product-side-nav__label,
            .page-product #product-main.product-sidebar-collapsed .product-side-nav__collapse span {
                display: none;
            }
            .page-product #product-main.product-sidebar-collapsed .product-side-nav__collapse {
                justify-content: center;
                padding-left: 0;
                padding-right: 0;
            }
            .page-product #product-main.product-sidebar-collapsed .product-side-nav__collapse svg {
                transform: rotate(180deg);
            }
            .page-product #product-main .profile__header {
                display: grid !important;
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: start;
                gap: 20px;
                margin-bottom: 14px !important;
                padding-bottom: 0 !important;
                border-bottom: 0 !important;
            }
            .page-product #product-main .profile__header .title {
                margin-bottom: 0 !important;
            }
            .page-product #product-main .profile-submit-trigger-wrap {
                position: static !important;
                justify-self: end;
                display: flex !important;
                flex-direction: row !important;
                align-items: center;
                gap: 10px;
                width: auto !important;
                margin-top: 0 !important;
            }
            .page-product #product-main .profile-submit-trigger {
                min-height: 34px;
                padding: 0 14px !important;
                font-size: 10px !important;
                line-height: 34px;
                white-space: nowrap;
            }
            .page-product #product-main .profile-watch-slot .k-watch {
                width: 36px !important;
                min-width: 36px !important;
                height: 34px !important;
                min-height: 34px !important;
                padding: 0 !important;
                display: inline-flex !important;
                align-items: center;
                justify-content: center;
            }
            .page-product #product-main .profile-watch-slot .k-watch__label,
            .page-product #product-main .profile-watch-slot .k-watch__count {
                display: none !important;
            }
            body.page-product > .site-footer {
                display: none !important;
            }
        }
        body[data-product-subpage]:not([data-product-subpage="overview"]) #product-from-the-record-section,
        body[data-product-subpage]:not([data-product-subpage="overview"]) #product-media-section,
        body[data-product-subpage]:not([data-product-subpage="overview"]) #comparable-systems,
        body[data-product-subpage]:not([data-product-subpage="overview"]) #profile-events {
            display: none !important;
            visibility: hidden !important;
        }
        .page-product .product-overview-card--summary {
            padding: 0;
            display: flex;
            flex-direction: column;
            min-height: 100%;
            height: 100%;
            gap: 0;
            justify-content: flex-start;
        }
        .page-product .product-overview-card--summary .product-hero-overview-stack {
            padding: clamp(18px, 2.3vw, 24px);
            padding-bottom: clamp(12px, 1.7vw, 18px);
            min-width: 0;
            min-height: 0;
            display: flex;
            flex-direction: column;
            gap: clamp(14px, 1.8vw, 20px);
            justify-content: flex-start;
            flex: 0 0 auto;
        }
        .page-product .product-overview-card--summary .product-hero-overview-block {
            margin: 0;
        }
        .page-product .product-overview-card--summary .product-overview-card__title {
            font-family: var(--korthos-header-font) !important;
            font-size: var(--korthos-header-size) !important;
            font-weight: var(--korthos-header-weight) !important;
            letter-spacing: var(--korthos-header-tracking) !important;
            line-height: var(--korthos-header-line-height) !important;
            text-transform: uppercase !important;
            color: var(--korthos-header-color) !important;
            margin-top: 2px !important;
            margin-bottom: 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
            font-family: var(--profile-body);
            font-size: 17px !important;
            line-height: 1.72 !important;
            letter-spacing: 0 !important;
            color: var(--text);
            max-width: none;
            white-space: normal;
            text-wrap: pretty;
            hyphens: manual;
            overflow-wrap: anywhere;
        }
        .page-product .product-overview-detail-row {
            grid-template-columns: 18px minmax(92px, 26%) minmax(0, 1fr);
            gap: 14px;
            align-items: start;
        }
        .page-product .product-overview-detail-icon {
            align-self: start;
            padding-top: 3px;
        }
        .page-product .product-overview-detail-label {
            align-self: start;
            padding-top: 3px;
        }
        .page-product .product-overview-details {
            display: flex;
            flex-direction: column;
            gap: clamp(18px, 2.2vw, 28px);
            padding: 0 clamp(18px, 2.3vw, 24px) clamp(18px, 2.3vw, 24px);
            flex: 0 0 auto;
            justify-content: flex-start;
            min-height: 0;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-value {
            font-size: 15px !important;
            line-height: 1.55 !important;
        }
        @media (max-width: 640px) {
            .page-product .product-overview-card--summary {
                min-height: 0;
                height: auto;
                padding-left: 18px;
                padding-right: 18px;
            }
            .page-product .product-overview-card--summary .product-hero-overview-stack {
                padding: 22px 0 18px;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
                font-size: 18px;
                line-height: 1.52;
            }
            .page-product .product-overview-details {
                gap: 17px;
                padding: 0 0 22px;
            }
        }
        /* Product operations tab: same ledger treatment as company operations. */
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-page { max-width: 1180px; }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-page { max-width: 1180px; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-events { background: transparent; border: 0; }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-events { background: transparent; border: 0; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-events__note {
            max-width: 880px !important; margin: 6px 0 28px !important; font-size: 13px !important; line-height: 1.45 !important; color: rgba(20,20,16,.58) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group { margin: 34px 0 44px !important; }
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare,
        body[data-product-subpage="operations"] #product-subpage-root .profile-operations-group { margin: 34px 0 44px !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__head,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__head {
            position: relative; display: grid !important; grid-template-columns: 48px minmax(0, 1fr); gap: 4px 16px !important; align-items: center; max-width: none !important; margin-bottom: 18px;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__head::before,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__head::before {
            content: ""; grid-row: 1 / span 2; width: 38px; height: 38px; border-radius: 999px; background: #E7EFE8; border: 1px solid rgba(47,104,77,.12);
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%232F684D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Crect x='7' y='12' width='3' height='5' rx='1'/%3E%3Crect x='12' y='8' width='3' height='9' rx='1'/%3E%3Crect x='17' y='5' width='3' height='12' rx='1'/%3E%3C/svg%3E");
            background-repeat: no-repeat; background-position: center; background-size: 20px 20px;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__head::before {
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%232F684D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20V10'/%3E%3Cpath d='M18 20V4'/%3E%3Cpath d='M6 20v-6'/%3E%3Cpath d='M4 20h16'/%3E%3C/svg%3E");
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__title,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__title {
            grid-column: 2; margin: 0 !important; font-family: var(--profile-body) !important; font-size: 16px !important; font-weight: 800 !important; letter-spacing: 0 !important; line-height: 1.2 !important; color: #11100E !important; text-transform: none !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__deck,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__deck {
            grid-column: 2; margin: 0 !important; max-width: 850px; font-size: 12.5px !important; line-height: 1.35 !important; color: rgba(20,20,16,.58) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare { display: block !important; padding: 0 !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card {
            margin: 0 !important; padding: 22px 24px 20px !important; border: 1px solid var(--profile-module-border, #D8D4CC) !important; border-top: 0 !important; border-left: 3px solid var(--profile-module-accent, #2F684D) !important; background: var(--profile-module-bg, #faf9f7) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card:first-of-type { border-top: 1px solid var(--profile-module-border, #D8D4CC) !important; border-top-left-radius: 6px; border-top-right-radius: 6px; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card:last-of-type { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card__title {
            margin: 0 0 14px !important; font-family: var(--profile-body) !important; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .04em !important; color: rgba(20,20,16,.75) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-table { border: 0 !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row {
            display: grid !important; grid-template-columns: 70px minmax(150px,.9fr) minmax(260px,1.45fr) minmax(190px,.9fr) !important; gap: 18px !important; align-items: center !important; min-height: 38px !important; padding: 10px !important; border-top: 1px solid rgba(20,20,16,.12) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--header { min-height: 0 !important; padding-top: 0 !important; padding-bottom: 8px !important; border-top: 0 !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--current { background: #EEF2EC !important; border: 1px solid rgba(47,104,77,.16) !important; border-radius: 4px !important; box-shadow: none !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--header span,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact span {
            font-family: var(--profile-mono) !important; font-size: 9px !important; font-weight: 800 !important; letter-spacing: .08em !important; text-transform: uppercase !important; color: rgba(20,20,16,.45) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__rank,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__entity,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__metric,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__meta {
            font-family: var(--profile-body) !important; font-size: 12.5px !important; line-height: 1.35 !important; color: rgba(20,20,16,.72) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__entity,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__metric { color: #11100E !important; font-weight: 700 !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-list { display: grid !important; gap: 0 !important; margin: 20px 0 28px !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card {
            display: grid !important; grid-template-columns: 170px minmax(0,1fr) !important; gap: 26px !important; padding: 26px 28px !important; border: 1px solid var(--profile-module-border, #D8D4CC) !important; border-bottom: 0 !important; background: var(--profile-module-bg, #faf9f7) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card:first-child { border-top-left-radius: 6px; border-top-right-radius: 6px; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card:last-child { border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__meta { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__summary { margin: 0 0 18px !important; font-size: 13px !important; font-weight: 750 !important; line-height: 1.45 !important; color: #11100E !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__facts {
            display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 0 !important; margin-top: 0 !important; border-top: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact {
            min-height: 68px !important; padding: 16px 24px 10px 0 !important; border-top: 0 !important; border-right: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact:nth-child(3n) { border-right: 0 !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact strong { font-size: 12.5px !important; line-height: 1.35 !important; color: #11100E !important; }
        @media (max-width: 900px) {
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row,
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card { grid-template-columns: 1fr !important; }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--header { display: none !important; }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__facts { grid-template-columns: 1fr !important; }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact { border-right: 0 !important; }
        }
        /* Product operations tab: late profile-style polish. */
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-page { max-width: 1120px !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-events { background: transparent !important; border: 0 !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-events__note {
            max-width: 760px !important; margin: 4px 0 26px !important; font-size: 12.5px !important; line-height: 1.45 !important; color: rgba(20,20,16,.58) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group { margin: 30px 0 42px !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__head,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__head {
            display: block !important; margin: 0 0 14px !important; padding: 0 0 12px !important; border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__head::before,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__head::before { display: none !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__title,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__title {
            margin: 0 0 6px !important; font-family: var(--profile-body, Inter, sans-serif) !important; font-size: 15px !important; font-weight: 800 !important; letter-spacing: 0 !important; line-height: 1.2 !important; text-transform: none !important; color: #11100E !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__deck,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__deck {
            margin: 0 !important; max-width: 780px !important; font-size: 12px !important; line-height: 1.42 !important; color: rgba(20,20,16,.56) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-list {
            display: grid !important; gap: 12px !important; margin: 16px 0 26px !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card {
            display: grid !important; grid-template-columns: 150px minmax(0,1fr) !important; gap: 22px !important; padding: 22px 24px !important; border: 1px solid var(--profile-module-border, #D8D4CC) !important; border-radius: 5px !important; background: var(--profile-module-bg, #faf9f7) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card:first-child,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card:last-child {
            border-radius: 5px !important; border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__meta {
            display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 8px !important; padding-top: 1px !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__meta .profile-timeline-event__date {
            margin-bottom: 6px !important; font-family: var(--profile-body, Inter, sans-serif) !important; font-size: 12px !important; font-weight: 500 !important; letter-spacing: 0 !important; color: rgba(20,20,16,.62) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__meta .home-ftag {
            max-width: 132px !important; padding: 4px 7px !important; border: 1px solid rgba(47,104,77,.18) !important; background: #EEF2EC !important; color: #2F684D !important; font-family: var(--profile-mono, monospace) !important; font-size: 8px !important; font-weight: 800 !important; letter-spacing: .075em !important; line-height: 1.15 !important; white-space: normal !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__label {
            max-width: 132px !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: rgba(20,20,16,.58) !important; font-family: var(--profile-body, Inter, sans-serif) !important; font-size: 11px !important; font-weight: 760 !important; letter-spacing: .02em !important; line-height: 1.25 !important; text-transform: uppercase !important; white-space: normal !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__summary {
            margin: 0 0 16px !important; max-width: 88ch !important; font-size: 13px !important; font-weight: 760 !important; line-height: 1.42 !important; color: #11100E !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__facts {
            display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 14px 28px !important; margin-top: 0 !important; padding-top: 15px !important; border-top: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact {
            min-height: 0 !important; padding: 0 !important; border: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact span {
            display: block !important; margin: 0 0 5px !important; font-family: var(--profile-mono, monospace) !important; font-size: 8px !important; font-weight: 800 !important; letter-spacing: .08em !important; line-height: 1.2 !important; text-transform: uppercase !important; color: rgba(20,20,16,.42) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact strong {
            display: block !important; font-size: 12px !important; font-weight: 720 !important; line-height: 1.34 !important; color: rgba(20,20,16,.88) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card .profile-timeline-event__foot {
            margin-top: 16px !important; padding-top: 0 !important; border-top: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare { margin: 30px 0 42px !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card {
            margin: 0 0 10px !important; padding: 18px 20px !important; border: 1px solid var(--profile-module-border, #D8D4CC) !important; border-radius: 5px !important; background: var(--profile-module-bg, #faf9f7) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card:first-of-type,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card:last-of-type { border-radius: 5px !important; }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row {
            grid-template-columns: 64px minmax(140px,.9fr) minmax(220px,1.25fr) minmax(180px,1fr) !important; gap: 16px !important; min-height: 0 !important; padding: 9px 0 !important; border-top: 1px solid rgba(20,20,16,.1) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--current {
            background: transparent !important; border: 0 !important; border-top: 1px solid rgba(47,104,77,.28) !important; box-shadow: inset 3px 0 0 #2F684D !important; padding-left: 10px !important;
        }
        @media (max-width: 900px) {
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card,
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row { grid-template-columns: 1fr !important; }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__facts { grid-template-columns: 1fr !important; }
        }
        .page-product #product-main .product-side-nav__list {
            margin-right: -14px !important;
            padding-right: 14px !important;
        }
        .page-product #product-main.product-sidebar-collapsed .product-side-nav__list {
            margin-right: -10px !important;
            padding-right: 10px !important;
        }
        .page-product #product-main .product-side-nav__list::-webkit-scrollbar {
            width: 4px !important;
        }
        .page-product #product-main .product-side-nav__list::-webkit-scrollbar-thumb {
            background: rgba(20, 20, 16, .22) !important;
            border-radius: 999px !important;
        }
        /* Profile polish layer: subtle elevation across product profile surfaces. */
        body.page-product main#product-main.ecosystem-profile-page {
            --profile-premium-border: rgba(20, 20, 16, .135);
            --profile-premium-shadow: 0 1px 2px rgba(20, 20, 16, .05), 0 12px 28px rgba(20, 20, 16, .06);
            --profile-premium-shadow-hover: 0 1px 2px rgba(20, 20, 16, .06), 0 16px 34px rgba(20, 20, 16, .075);
            --profile-premium-article-shadow: 0 1px 2px rgba(20, 20, 16, .035), 0 5px 14px rgba(20, 20, 16, .04);
            --profile-premium-article-shadow-hover: 0 1px 2px rgba(20, 20, 16, .045), 0 7px 18px rgba(20, 20, 16, .05);
            --profile-premium-radius: 7px;
            --profile-premium-active: rgba(47, 104, 77, .075);
        }
        body.page-product main#product-main.ecosystem-profile-page :is(
            .product-overview-card,
            .profile-hero-info-panel,
            .specsBlock,
            .variantsBlock,
            .keySpecsBlock,
            .spec-context,
            .profile-team-block,
            .profile-brief-item,
            .profile-funding-latest,
            .profile-funding-event,
            .profile-funding-event-block,
            .company-sci-layer-block,
            .sci-supply-group,
            .company-supply-profile-card,
            .timeline-event-ledger,
            .profile-timeline-events,
            .timeline-trajectory-module,
            .profile__events
        ) {
            box-shadow: var(--profile-premium-shadow) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page :is(
            .product-overview-card,
            .profile-hero-info-panel,
            .specsBlock,
            .variantsBlock,
            .keySpecsBlock,
            .profile-team-block,
            .profile-brief-item,
            .profile-funding-latest,
            .profile-funding-event,
            .profile-funding-event-block,
            .company-sci-layer-block,
            .sci-supply-group,
            .company-supply-profile-card,
            .timeline-event-ledger,
            .profile-timeline-events,
            .timeline-trajectory-module,
            .profile__events
        ):hover {
            box-shadow: var(--profile-premium-shadow-hover) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .from-the-record :is(.company-record-strip > .record-card, .company-record-grid > .record-card) {
            box-shadow: var(--profile-premium-article-shadow) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .from-the-record :is(.company-record-strip > .record-card, .company-record-grid > .record-card):hover {
            box-shadow: var(--profile-premium-article-shadow-hover) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page :is(
            .profile-product-card,
            .profile-context-card,
            .profile-related-company-card,
            .related-entity-tile:not(.related-entity-tile--information)
        ) {
            box-shadow: var(--profile-premium-shadow) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page :is(
            .profile-product-card,
            .profile-context-card,
            .profile-related-company-card,
            .related-entity-tile:not(.related-entity-tile--information)
        ):hover {
            box-shadow: var(--profile-premium-shadow-hover) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-events,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-list {
            border: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group {
            margin: 30px 0 40px !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-group__head,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare__head {
            margin: 0 0 10px !important;
            padding: 0 0 12px !important;
            border-bottom: 1px solid rgba(20, 20, 16, .12) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-list {
            display: block !important;
            margin: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card {
            display: grid !important;
            grid-template-columns: 132px minmax(0, 1fr) !important;
            gap: 24px !important;
            margin: 0 !important;
            padding: 18px 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            border-top: 1px solid rgba(20, 20, 16, .1) !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card:first-child {
            border-top: 0 !important;
            border-bottom: 0 !important;
            border-radius: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card:last-child {
            border-bottom: 0 !important;
            border-radius: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__meta {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 7px !important;
            padding-top: 1px !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__summary {
            margin: 0 0 12px !important;
            max-width: 92ch !important;
            font-size: 13px !important;
            font-weight: 760 !important;
            line-height: 1.45 !important;
            color: #11100E !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__facts {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 10px 24px !important;
            margin-top: 0 !important;
            padding-top: 12px !important;
            border-top: 1px solid rgba(20, 20, 16, .08) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact {
            min-height: 0 !important;
            padding: 0 !important;
            border: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__fact:nth-child(3n) {
            border-right: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card .profile-timeline-event__foot {
            margin-top: 12px !important;
            padding-top: 0 !important;
            border-top: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare {
            margin: 30px 0 40px !important;
            border: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card {
            margin: 0 !important;
            padding: 18px 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card + .profile-operations-compare-card {
            border-top: 1px solid rgba(20, 20, 16, .12) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card:first-of-type,
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-card:last-of-type {
            border-top: 0 !important;
            border-bottom: 0 !important;
            border-radius: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row {
            padding: 10px 0 !important;
            border-top: 1px solid rgba(20, 20, 16, .1) !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--header {
            border-top: 0 !important;
        }
        body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--current {
            border: 0 !important;
            border-top: 1px solid rgba(47, 104, 77, .26) !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: inset 3px 0 0 #2F684D !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-events,
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare,
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-list {
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            overflow: visible !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-events {
            padding: 0 !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare {
            display: grid !important;
            gap: 16px !important;
            margin: 30px 0 34px !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare__head {
            margin: 0 0 4px !important;
            padding: 0 !important;
            border-bottom: 0 !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-card {
            margin: 0 !important;
            padding: 0 !important;
            border: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: var(--profile-premium-radius, 7px) !important;
            background: var(--profile-module-bg, #faf9f7) !important;
            box-shadow: var(--profile-premium-shadow) !important;
            overflow: hidden !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-card:hover {
            box-shadow: var(--profile-premium-shadow-hover) !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-card + .profile-operations-compare-card {
            border-top: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-card__title {
            margin: 0 !important;
            padding: 18px 22px 14px !important;
            border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-table {
            border: 0 !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-row {
            margin: 0 !important;
            padding: 10px 22px !important;
            border-top: 1px solid rgba(20, 20, 16, .1) !important;
            box-shadow: none !important;
            background: transparent !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-row--header {
            border-top: 0 !important;
            padding-top: 12px !important;
            padding-bottom: 8px !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-compare-row--current {
            border: 0 !important;
            border-top: 1px solid rgba(47, 104, 77, .26) !important;
            box-shadow: inset 3px 0 0 #2F684D !important;
            background: rgba(47, 104, 77, .045) !important;
            padding-left: 22px !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group {
            margin: 26px 0 34px !important;
            border: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: var(--profile-premium-radius, 7px) !important;
            background: var(--profile-module-bg, #faf9f7) !important;
            box-shadow: var(--profile-premium-shadow) !important;
            overflow: hidden !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group:hover {
            box-shadow: var(--profile-premium-shadow-hover) !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__head {
            margin: 0 !important;
            max-width: none !important;
            padding: 20px 22px 16px !important;
            border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-list {
            display: block !important;
            margin: 0 !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card {
            margin: 0 !important;
            padding: 18px 22px !important;
            border: 0 !important;
            border-top: 1px solid rgba(20, 20, 16, .1) !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card:first-child {
            border-top: 0 !important;
        }
        @media (max-width: 900px) {
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card {
                grid-template-columns: 1fr !important;
                gap: 12px !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-card__facts {
                grid-template-columns: 1fr !important;
            }
        }
        body.page-product main#product-main.ecosystem-profile-page .profile-submit-trigger,
        body.page-product main#product-main.ecosystem-profile-page .profile-watch-slot .k-watch {
            border-radius: var(--profile-premium-radius) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .profile-submit-trigger {
            border-color: #171613 !important;
            background: #171613 !important;
            color: #faf9f7 !important;
            box-shadow: 0 1px 2px rgba(20, 20, 16, .08) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .profile-submit-trigger::before {
            color: #faf9f7 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-side-nav__link {
            position: relative !important;
            border-radius: 5px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-side-nav__link.is-active {
            background: var(--profile-premium-active) !important;
            color: #11100E !important;
            font-weight: 800 !important;
            border-color: rgba(47, 104, 77, .13) !important;
            box-shadow: inset 0 0 0 1px rgba(47, 104, 77, .035) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-side-nav__link.is-active::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            bottom: 8px;
            width: 3px;
            border-radius: 0 2px 2px 0;
            background: #2F684D;
        }
        body.page-product main#product-main.ecosystem-profile-page.product-sidebar-collapsed .product-side-nav__link.is-active::before {
            left: -4px;
        }
        /* Compact premium correction modal. */
        .corrections-overlay {
            --corrections-top-offset: calc(var(--home-ticker-h, var(--ticker-height, 0px)) + var(--site-header-h, var(--nav-height, 57px)) + 14px) !important;
            padding: var(--corrections-top-offset) 18px 18px !important;
            align-items: flex-start !important;
            background: rgba(17, 16, 13, .42) !important;
        }
        .corrections-modal {
            width: min(620px, calc(100vw - 36px)) !important;
            max-height: calc(100dvh - var(--corrections-top-offset) - 18px) !important;
            overflow-y: auto !important;
            overscroll-behavior: contain !important;
            border: 1px solid var(--profile-premium-border, rgba(20, 20, 16, .135)) !important;
            border-radius: 8px !important;
            clip-path: inset(0 round 8px) !important;
            background: #faf9f7 !important;
            box-shadow: 0 1px 2px rgba(20, 20, 16, .08), 0 20px 54px rgba(20, 20, 16, .20) !important;
            padding: 22px 28px 24px !important;
        }
        .corrections-modal-close {
            top: 18px !important;
            right: 18px !important;
            width: 28px !important;
            height: 28px !important;
            border: 1px solid rgba(20, 20, 16, .12) !important;
            border-radius: 7px !important;
            background: rgba(251, 250, 248, .9) !important;
            color: rgba(20, 20, 16, .45) !important;
        }
        .corrections-modal-title {
            margin-bottom: 16px !important;
            padding-right: 36px !important;
            font-size: 11px !important;
            letter-spacing: .12em !important;
        }
        .corrections-modal-copy {
            max-width: 52ch !important;
            margin-bottom: 10px !important;
            font-size: 13px !important;
            line-height: 1.42 !important;
            color: rgba(20, 20, 16, .66) !important;
        }
        .corrections-modal-contact {
            margin-bottom: 16px !important;
            font-size: 12px !important;
            line-height: 1.35 !important;
        }
        .corrections-form {
            gap: 9px !important;
        }
        .corrections-field {
            gap: 3px !important;
        }
        .corrections-field span {
            font-size: 10px !important;
            letter-spacing: .08em !important;
        }
        .corrections-field select,
        .corrections-field input,
        .corrections-field textarea {
            min-height: 38px !important;
            padding: 8px 10px !important;
            border-color: rgba(20, 20, 16, .16) !important;
            border-radius: 6px !important;
            background: rgba(251, 250, 248, .86) !important;
            font-size: 12.5px !important;
        }
        .corrections-field textarea {
            min-height: 66px !important;
            max-height: 88px !important;
            resize: none !important;
        }
        .corrections-field-row {
            gap: 10px !important;
        }
        .corrections-actions {
            gap: 10px !important;
            padding-top: 4px !important;
        }
        .corrections-submit-btn {
            border-radius: 7px !important;
            background: #171613 !important;
            padding: 10px 18px !important;
        }
        @media (max-width: 640px) {
            .corrections-overlay {
                --corrections-top-offset: 10px !important;
                padding: 10px !important;
                align-items: center !important;
            }
            .corrections-modal {
                width: calc(100vw - 20px) !important;
                max-height: calc(100dvh - 20px) !important;
                overflow-y: auto !important;
                padding: 20px 18px 18px !important;
            }
        }
        /* Product overview repair: no legacy divider, company-style summary rhythm. */
        body.page-product main#product-main.ecosystem-profile-page #product-grid.profile__grid {
            border-top: 0 !important;
            padding-top: 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-hero-layout {
            grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr) !important;
            align-items: stretch !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary {
            padding: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            min-height: 100% !important;
            height: 100% !important;
            gap: 0 !important;
            justify-content: space-between !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-stack {
            padding: clamp(18px, 2.3vw, 24px) !important;
            padding-bottom: clamp(12px, 1.7vw, 18px) !important;
            min-height: 0 !important;
            min-width: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            gap: clamp(14px, 1.8vw, 20px) !important;
            justify-content: flex-start !important;
            flex: 0 0 auto !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-overview-card__title {
            margin: 2px 0 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
            font-size: 17px !important;
            line-height: 1.72 !important;
            max-width: none !important;
            overflow-wrap: normal !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-details {
            display: flex !important;
            flex-direction: column !important;
            gap: clamp(18px, 2.2vw, 28px) !important;
            padding: 0 clamp(18px, 2.3vw, 24px) clamp(18px, 2.3vw, 24px) !important;
            min-height: 0 !important;
            flex: 0 0 auto !important;
            justify-content: flex-start !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-row {
            grid-template-columns: 22px minmax(148px, 34%) minmax(0, 1fr) !important;
            gap: 14px !important;
            padding: 0 !important;
            border-top: 0 !important;
            align-items: start !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-icon {
            align-self: start !important;
            padding-top: 2px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-label {
            align-self: start !important;
            padding-top: 2px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-value {
            font-size: 15px !important;
            line-height: 1.55 !important;
        }
        @media (max-width: 960px) {
            body.page-product main#product-main.ecosystem-profile-page .product-hero-layout {
                grid-template-columns: 1fr !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary,
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-stack,
            body.page-product main#product-main.ecosystem-profile-page .product-overview-details {
                min-height: 0 !important;
                height: auto !important;
            }
        }
        @media (max-width: 700px) {
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row:not(.profile-operations-compare-row--header),
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row:not(.profile-operations-compare-row--header) {
                display: grid !important;
                grid-template-columns: 42px minmax(0, 1fr) !important;
                gap: 0 12px !important;
                min-height: 0 !important;
                padding: 0 !important;
                background: #fff !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--header,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row--header {
                display: none !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row--current,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row--current {
                background: #EEF2EC !important;
                box-shadow: inset 3px 0 0 #2F684D !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__rank,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__rank {
                grid-column: 1 !important;
                grid-row: 1 / span 3 !important;
                align-self: stretch !important;
                display: flex !important;
                align-items: flex-start !important;
                justify-content: center !important;
                min-width: 0 !important;
                padding: 12px 0 0 !important;
                border-right: 1px solid rgba(20,20,16,.08) !important;
                font-size: 10px !important;
                font-weight: 800 !important;
                line-height: 1.2 !important;
                text-align: center !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__entity,
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__metric,
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__meta,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__entity,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__metric,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__meta {
                grid-column: 2 !important;
                min-width: 0 !important;
                text-align: left !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__entity,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__entity {
                padding: 12px 12px 3px 0 !important;
                font-size: 11px !important;
                line-height: 1.3 !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__metric,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__metric {
                padding: 3px 12px 6px 0 !important;
                font-size: 11px !important;
                line-height: 1.35 !important;
            }
            body[data-product-subpage="deployments"] #product-subpage-root .profile-operations-compare-row__meta,
            body[data-product-subpage="operations"] #product-subpage-root .profile-operations-compare-row__meta {
                padding: 0 12px 12px 0 !important;
                font-size: 10px !important;
                line-height: 1.35 !important;
                color: rgba(20,20,16,.62) !important;
            }
        }

        /* Operations evidence rows: match the Supply Chain profile surface while leaving compare tables alone. */
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-events {
            background: transparent !important;
            border: 0 !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-events__note {
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            padding: 0 !important;
            max-width: 880px !important;
            margin: 6px 0 28px !important;
            font-size: 13px !important;
            line-height: 1.45 !important;
            color: rgba(20,20,16,.58) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group {
            overflow: hidden !important;
            margin: 30px 0 42px !important;
            border: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: var(--profile-premium-radius, 7px) !important;
            background: var(--profile-module-bg, #faf9f7) !important;
            box-shadow: var(--profile-premium-shadow, 0 14px 30px rgba(20,20,16,.07)) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__head {
            margin: 0 !important;
            padding: 18px 22px 16px !important;
            border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
            background: rgba(236,239,231,.58) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__head::before {
            display: none !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__title {
            margin: 0 !important;
            font-size: 18px !important;
            line-height: 1.15 !important;
            font-weight: 800 !important;
            letter-spacing: .04em !important;
            text-transform: uppercase !important;
            color: #11100E !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__deck {
            max-width: 760px !important;
            margin: 8px 0 0 !important;
            font-size: 13px !important;
            line-height: 1.5 !important;
            color: rgba(20,20,16,.58) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-list {
            display: grid !important;
            gap: 0 !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card {
            display: grid !important;
            grid-template-columns: 170px minmax(0, 1fr) !important;
            gap: 26px !important;
            align-items: start !important;
            padding: 20px 22px !important;
            border: 0 !important;
            border-top: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card:first-child {
            border-top: 0 !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__meta {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 10px !important;
            min-width: 0 !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__meta .profile-timeline-event__date,
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__label {
            margin: 0 !important;
            font-size: 10px !important;
            line-height: 1.25 !important;
            font-weight: 800 !important;
            letter-spacing: .085em !important;
            text-transform: uppercase !important;
            color: rgba(20,20,16,.52) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__meta .home-ftag {
            margin: 0 !important;
            max-width: 100% !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__summary {
            margin: 0 0 16px !important;
            font-size: 14px !important;
            line-height: 1.45 !important;
            font-weight: 750 !important;
            color: #11100E !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__facts {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
            border-top: 1px solid rgba(20,20,16,.1) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact {
            min-width: 0 !important;
            padding: 12px 16px 2px 0 !important;
            border-right: 1px solid rgba(20,20,16,.08) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact:nth-child(3n) {
            border-right: 0 !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact span {
            display: block !important;
            font-size: 9px !important;
            line-height: 1.2 !important;
            font-weight: 800 !important;
            letter-spacing: .11em !important;
            text-transform: uppercase !important;
            color: rgba(20,20,16,.45) !important;
        }
        body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact strong {
            display: block !important;
            margin-top: 7px !important;
            overflow-wrap: anywhere !important;
            font-size: 12.5px !important;
            line-height: 1.35 !important;
            font-weight: 700 !important;
            color: #11100E !important;
        }
        @media (max-width: 720px) {
            body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__head,
            body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card {
                padding: 16px !important;
            }
            body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card {
                grid-template-columns: 1fr !important;
                gap: 14px !important;
            }
            body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__facts {
                grid-template-columns: 1fr !important;
            }
            body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact {
                padding: 11px 0 !important;
                border-right: 0 !important;
                border-bottom: 1px solid rgba(20,20,16,.08) !important;
            }
            body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact:last-child {
                border-bottom: 0 !important;
            }
        }

        /* The visible Operations tab can route through deployments on product profiles. */
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-events {
            background: transparent !important;
            border: 0 !important;
            box-shadow: none !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group {
            overflow: hidden !important;
            border: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: var(--profile-premium-radius, 7px) !important;
            background: var(--profile-module-bg, #faf9f7) !important;
            box-shadow: var(--profile-premium-shadow, 0 14px 30px rgba(20,20,16,.07)) !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group {
            margin: 30px 0 42px !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__head {
            margin: 0 !important;
            padding: 18px 22px 16px !important;
            border-bottom: 1px solid var(--profile-module-border, #D8D4CC) !important;
            background: rgba(236,239,231,.58) !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__head::before {
            display: none !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__title {
            margin: 0 !important;
            font-size: 18px !important;
            line-height: 1.15 !important;
            font-weight: 800 !important;
            letter-spacing: .04em !important;
            text-transform: uppercase !important;
            color: #11100E !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__deck {
            max-width: 760px !important;
            margin: 8px 0 0 !important;
            font-size: 13px !important;
            line-height: 1.5 !important;
            color: rgba(20,20,16,.58) !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-list {
            display: grid !important;
            gap: 0 !important;
            margin: 0 !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card {
            display: grid !important;
            grid-template-columns: 170px minmax(0, 1fr) !important;
            gap: 26px !important;
            align-items: start !important;
            padding: 20px 22px !important;
            border: 0 !important;
            border-top: 1px solid var(--profile-module-border, #D8D4CC) !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card:first-child {
            border-top: 0 !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__facts {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 0 !important;
            margin: 0 !important;
            padding: 0 !important;
            border-top: 1px solid rgba(20,20,16,.1) !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact {
            padding: 12px 16px 2px 0 !important;
            border-right: 1px solid rgba(20,20,16,.08) !important;
        }
        body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact:nth-child(3n) {
            border-right: 0 !important;
        }
        @media (max-width: 720px) {
            body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card {
                grid-template-columns: 1fr !important;
                gap: 14px !important;
                padding: 16px !important;
            }
            body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__facts {
                grid-template-columns: 1fr !important;
            }
            body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact {
                padding: 11px 0 !important;
                border-right: 0 !important;
                border-bottom: 1px solid rgba(20,20,16,.08) !important;
            }
            body:is([data-product-subpage="operations"], [data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact:last-child {
                border-bottom: 0 !important;
            }
        }

        /* Final product profile icon lock: no bordered circular icon badges. */
        body[data-product-subpage] #product-subpage-root :is(
            .funding-summary-stat__icon,
            .investor-summary-stat__icon,
            .deployment-summary-stat__icon,
            .commercial-summary-icon,
            .commercial-theme-icon,
            .commercial-relationship-icon,
            .company-supply-signal__icon,
            .company-supply-note__icon,
            .sci-supply-group__icon
        ) {
            width: 22px !important;
            height: 22px !important;
            min-width: 22px !important;
            margin: 0 0 14px !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            place-items: initial !important;
            color: var(--profile-module-accent, #2F684D) !important;
        }
        body[data-product-subpage] #product-subpage-root :is(
            .funding-summary-stat__icon,
            .investor-summary-stat__icon,
            .deployment-summary-stat__icon,
            .commercial-summary-icon,
            .commercial-theme-icon,
            .commercial-relationship-icon,
            .company-supply-signal__icon,
            .company-supply-note__icon,
            .sci-supply-group__icon
        ) svg {
            width: 22px !important;
            height: 22px !important;
            display: block !important;
            stroke: currentColor !important;
            stroke-width: 1.8 !important;
            fill: none !important;
            stroke-linecap: round !important;
            stroke-linejoin: round !important;
        }
        body[data-product-subpage="funding"] #product-subpage-root .funding-summary-stat {
            grid-template-columns: 22px minmax(0, 1fr) !important;
            column-gap: 16px !important;
        }
        body[data-product-subpage="supply"] #product-subpage-root .company-supply-signal {
            grid-template-columns: 22px minmax(0, 1fr) !important;
        }
    
        /* Final product profile polish: company-style summary rows, no broken glyphs, no footer strip. */
        body.page-product > .site-footer {
            display: none !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .profile-submit-trigger::before {
            display: none !important;
            content: "" !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-block {
            display: flex !important;
            flex-direction: column !important;
            gap: clamp(20px, 2.4vw, 30px) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-overview-card__title {
            margin: 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary {
            min-height: 100% !important;
            height: 100% !important;
            justify-content: flex-start !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-stack {
            min-height: 0 !important;
            padding: clamp(24px, 2.7vw, 32px) clamp(28px, 3.3vw, 42px) 8px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
            font-size: 16px !important;
            line-height: 1.55 !important;
            margin: 0 !important;
            max-width: 760px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-details {
            margin-top: clamp(24px, 2.8vw, 34px) !important;
            flex: 0 0 auto !important;
            justify-content: flex-start !important;
            gap: clamp(16px, 1.8vw, 22px) !important;
            padding: 0 clamp(28px, 3.3vw, 42px) clamp(28px, 3.1vw, 38px) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__head {
            grid-template-columns: minmax(0, 1fr) !important;
            gap: 9px !important;
            align-items: start !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__tools,
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__metric-label,
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__explainer {
            grid-column: 1 !important;
            grid-row: auto !important;
            justify-self: start !important;
            align-self: start !important;
            margin: 0 0 0 36px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__tools::before {
            display: none !important;
            content: "" !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__select {
            width: min(280px, calc(100vw - 92px)) !important;
            min-height: 31px !important;
            padding: 0 28px 0 10px !important;
            border-radius: 3px !important;
            background-position: right 10px center !important;
            font-size: 9.5px !important;
        }
        @media (max-width: 700px) {
            body.page-product main#product-main.ecosystem-profile-page .profile-tab-rail__tab,
            body.page-product main#product-main.ecosystem-profile-page .bandTabs button {
                min-height: 40px !important;
                display: inline-flex !important;
                align-items: center !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-stack {
                padding: 26px 28px 10px !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-block {
                gap: 18px !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
                font-size: 17px !important;
                line-height: 1.45 !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-details {
                padding: 0 28px 28px !important;
                margin-top: 10px !important;
            }
        }
        @media (min-width: 961px) {
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary {
                height: var(--overview-summary-card-height, 100%) !important;
                min-height: var(--overview-summary-card-height, 100%) !important;
                max-height: var(--overview-summary-card-height, none) !important;
                justify-content: stretch !important;
                overflow: hidden !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-stack {
                box-sizing: border-box !important;
                flex: 0 0 var(--overview-summary-top-height, 45%) !important;
                min-height: 0 !important;
                max-height: var(--overview-summary-top-height, none) !important;
                padding: clamp(24px, 2.7vw, 32px) clamp(28px, 3.3vw, 42px) clamp(18px, 2.1vw, 26px) !important;
                justify-content: space-between !important;
                overflow: hidden !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-block {
                min-height: 0 !important;
                gap: clamp(18px, 2.1vw, 26px) !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
                font-size: clamp(15px, 1.12vw, 18px) !important;
                line-height: 1.58 !important;
                max-width: 42em !important;
                overflow-wrap: break-word !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-details {
                box-sizing: border-box !important;
                flex: 0 0 var(--overview-summary-bottom-height, 55%) !important;
                min-height: 0 !important;
                max-height: var(--overview-summary-bottom-height, none) !important;
                margin-top: 0 !important;
                padding: clamp(20px, 2.4vw, 30px) clamp(28px, 3.3vw, 42px) clamp(26px, 3vw, 38px) !important;
                justify-content: space-between !important;
                gap: clamp(14px, 1.5vw, 22px) !important;
                overflow: hidden !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="tight"] .notesText {
                font-size: 15.5px !important;
                line-height: 1.48 !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="tight"] .product-overview-details {
                gap: 12px !important;
                padding-top: 18px !important;
                padding-bottom: 28px !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-hero-overview-stack {
                padding-top: 22px !important;
                padding-bottom: 14px !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-hero-overview-block {
                gap: 14px !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .notesText {
                font-size: 14.5px !important;
                line-height: 1.42 !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-overview-details {
                gap: 9px !important;
                padding-top: 14px !important;
                padding-bottom: 22px !important;
            }
            body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-overview-detail-value {
                font-size: 14px !important;
                line-height: 1.4 !important;
            }
        }
        /* Product IN CONTEXT correction: selector belongs in the header right; rows use full card width. */
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__head {
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) auto !important;
            grid-template-rows: auto auto !important;
            align-items: center !important;
            gap: 8px 24px !important;
            padding: clamp(16px, 1.6vw, 22px) clamp(22px, 2.6vw, 34px) clamp(14px, 1.3vw, 18px) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__title {
            grid-column: 1 !important;
            grid-row: 1 !important;
            margin: 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__tools {
            grid-column: 2 !important;
            grid-row: 1 !important;
            align-self: center !important;
            justify-self: end !important;
            margin: 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__metric-label,
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__explainer {
            grid-column: 1 / -1 !important;
            grid-row: 2 !important;
            margin: 0 0 0 36px !important;
            justify-self: start !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__select {
            width: 204px !important;
            min-height: 38px !important;
            padding: 0 38px 0 14px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart {
            padding: 0 clamp(34px, 3.2vw, 48px) 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical {
            width: 100% !important;
            max-width: none !important;
            margin: 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical .spec-context__row {
            display: grid !important;
            grid-template-columns: minmax(220px, 36%) minmax(0, 1fr) !important;
            column-gap: clamp(24px, 4vw, 64px) !important;
            justify-content: stretch !important;
            align-items: center !important;
            align-content: center !important;
            padding: 0 0 0 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical .spec-context__val {
            justify-self: end !important;
            text-align: right !important;
            max-width: min(720px, 100%) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical .spec-context__row--current {
            padding-left: 30px !important;
            padding-right: 0 !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical .spec-context__row--current::before {
            left: 0 !important;
            top: 50% !important;
            width: 4px !important;
            height: 34px !important;
            max-height: calc(100% - 20px) !important;
            margin-top: 0 !important;
            transform: translateY(-50%) !important;
        }
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical .spec-context__name,
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical a.spec-context__name--link,
        body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical .spec-context__val {
            align-self: center !important;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            transform: translateY(10px) !important;
        }
        @media (max-width: 900px) {
            body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__head {
                grid-template-columns: 1fr !important;
            }
            body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__tools {
                grid-column: 1 !important;
                grid-row: 2 !important;
                justify-self: start !important;
                margin-left: 36px !important;
            }
            body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__metric-label,
            body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__explainer {
                grid-row: 3 !important;
            }
            body.page-product main#product-main.ecosystem-profile-page #product-spec-context .spec-context__chart--categorical .spec-context__row {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
            }
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-row {
            grid-template-columns: 22px minmax(148px, 34%) minmax(0, 1fr) !important;
            gap: 14px !important;
            align-items: start !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-icon,
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-label {
            align-self: start !important;
            padding-top: 2px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-icon,
        body.page-product main#product-main.ecosystem-profile-page .product-overview-facts .meta__icon {
            width: 22px !important;
            height: 22px !important;
        }
        body.page-product main#product-main.ecosystem-profile-page .product-overview-facts .meta__row {
            grid-template-columns: 22px minmax(148px, 34%) minmax(0, 1fr) !important;
        }
        @media (min-width: 981px) {
            body.page-product {
                overflow-y: hidden !important;
                overflow-x: hidden !important;
            }
            .page-product #product-main.profile.ecosystem-profile-page {
                height: calc(100vh - var(--site-header-h, 77px)) !important;
                min-height: 0 !important;
                overflow: hidden !important;
            }
            .page-product #product-main .product-desktop-shell {
                height: calc(100vh - var(--site-header-h, 77px)) !important;
                min-height: 0 !important;
                overflow: hidden !important;
                align-items: start !important;
            }
            .page-product #product-main .product-side-nav {
                position: static !important;
                height: 100% !important;
                min-height: 0 !important;
                overflow: hidden !important;
                align-self: stretch !important;
            }
            .page-product #product-main .product-side-nav__list {
                min-height: 0 !important;
                overflow-y: auto !important;
                overflow-x: hidden !important;
            }
            .page-product #product-main .product-desktop-content {
                height: 100% !important;
                min-height: 0 !important;
                overflow-y: auto !important;
                overflow-x: hidden !important;
                padding-bottom: 44px !important;
            }
        }
        @media (max-width: 640px) {
            body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-row,
            body.page-product main#product-main.ecosystem-profile-page .product-overview-facts .meta__row {
                grid-template-columns: 22px minmax(88px, 32%) minmax(0, 1fr) !important;
            }
        }

/* extracted inline style 4 */
@media (min-width: 961px) {
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    justify-content: stretch !important;
    gap: 0 !important;
    height: var(--overview-summary-card-height, 100%) !important;
    min-height: var(--overview-summary-card-height, 100%) !important;
    max-height: var(--overview-summary-card-height, none) !important;
    overflow: hidden !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-stack {
    display: flex !important;
    flex-direction: column !important;
    flex: initial !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: clamp(32px, 3.1vw, 48px) clamp(42px, 5vw, 64px) 0 !important;
    gap: clamp(18px, 1.9vw, 28px) !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-block {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(18px, 1.9vw, 28px) !important;
    min-height: 0 !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
    margin: 0 !important;
    max-width: 42em !important;
    font-size: clamp(19px, 1.68vw, 26px) !important;
    line-height: 1.3 !important;
    text-wrap: pretty !important;
    overflow-wrap: break-word !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-details {
    display: flex !important;
    flex-direction: column !important;
    flex: initial !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: clamp(28px, 2.9vw, 42px) clamp(42px, 5vw, 64px) clamp(30px, 3.4vw, 46px) !important;
    gap: clamp(18px, 1.9vw, 30px) !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-row {
    min-height: 0 !important;
    align-items: start !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-value {
    font-size: clamp(18px, 1.42vw, 22px) !important;
    line-height: 1.28 !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="tight"] .product-hero-overview-stack,
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="tight"] .product-hero-overview-block {
    gap: clamp(16px, 1.7vw, 24px) !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="tight"] .product-hero-overview-stack {
    padding-top: clamp(28px, 2.8vw, 40px) !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="tight"] .product-overview-details {
    padding-top: clamp(28px, 2.8vw, 40px) !important;
    gap: clamp(20px, 2vw, 30px) !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-hero-overview-stack,
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-hero-overview-block {
    gap: clamp(14px, 1.5vw, 22px) !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-hero-overview-stack {
    padding-top: clamp(24px, 2.4vw, 34px) !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .notesText {
    font-size: clamp(16.5px, 1.28vw, 20px) !important;
    line-height: 1.32 !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-overview-details {
    padding-top: clamp(22px, 2.4vw, 34px) !important;
    padding-bottom: clamp(22px, 2.6vw, 34px) !important;
    gap: clamp(18px, 1.8vw, 26px) !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary[data-summary-density="dense"] .product-overview-detail-value {
    font-size: 17px !important;
    line-height: 1.32 !important;
  }
}
@media (max-width: 960px) {
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-stack {
    padding: 26px 28px 0 !important;
    gap: 16px !important;
    justify-content: flex-start !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .product-hero-overview-block {
    gap: 16px !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-card--summary .notesText {
    font-size: clamp(17px, 4.5vw, 20px) !important;
    line-height: 1.42 !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-details {
    padding: 26px 28px 28px !important;
    gap: 18px !important;
    justify-content: flex-start !important;
  }
  body.page-product main#product-main.ecosystem-profile-page .product-overview-detail-value {
    font-size: clamp(17px, 4.6vw, 20px) !important;
    line-height: 1.3 !important;
  }
}

/* extracted inline style 5 */
/* Product connected tabs: align supply/operations/deployments with company profile tab module styling. */
body[data-product-subpage] main#product-main.ecosystem-profile-page #product-subpage-root {
  max-width: 1180px !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__block {
  margin: 0 0 34px !important;
  padding: 0 !important;
  border-top: 0 !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__block + .product-sci__block {
  margin-top: 34px !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__block-heading {
  margin: 0 0 12px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  color: #11100E !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__intro,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .company-sci__intro.product-sci__intro {
  max-width: 620px !important;
  margin: 0 0 18px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: rgba(20,20,16,.62) !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__summary {
  margin: 0 0 26px !important;
  gap: 8px 14px !important;
  font-size: 9px !important;
  line-height: 1.35 !important;
  color: rgba(20,20,16,.46) !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .company-sci-ledger {
  margin-top: 0 !important;
  display: grid !important;
  gap: 18px !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group.company-sci-layer-block {
  border: 1px solid #D8D4CC !important;
  border-radius: 6px !important;
  background: #FCFBF8 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 1px 2px rgba(20,20,16,.045), 0 12px 30px rgba(20,20,16,.045) !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group__header,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group--tone-rust .sci-supply-group__header,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group--tone-slate .sci-supply-group__header,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group--tone-olive .sci-supply-group__header,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group--tone-teal .sci-supply-group__header,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group--tone-indigo .sci-supply-group__header,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group--tone-burgundy .sci-supply-group__header,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group--tone-neutral .sci-supply-group__header {
  min-height: 54px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  border-bottom: 1px solid #D8D4CC !important;
  background: rgba(236,239,231,.58) !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group__title {
  gap: 10px !important;
  font-family: var(--korthos-header-font) !important;
  font-size: 13px !important;
  font-weight: var(--korthos-header-weight) !important;
  letter-spacing: .055em !important;
  line-height: 1 !important;
  color: #11100E !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group__count {
  font-size: 10px !important;
  letter-spacing: .08em !important;
  color: rgba(20,20,16,.52) !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row-shell {
  border-top: 0 !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row-shell + .sci-supply-row-shell {
  border-top: 1px solid #D8D4CC !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .company-sci .sci-supply-row,
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci .sci-supply-row {
  display: grid !important;
  grid-template-columns: minmax(190px,.42fr) minmax(0,1fr) minmax(180px,.36fr) !important;
  gap: 22px !important;
  align-items: start !important;
  padding: 17px 18px !important;
  background: #FCFBF8 !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__top {
  display: grid !important;
  gap: 6px !important;
  align-items: start !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__name {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
  color: #11100E !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__status {
  width: fit-content !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__desc {
  margin: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.42 !important;
  color: rgba(20,20,16,.72) !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__meta {
  justify-content: flex-end !important;
  gap: 8px 12px !important;
  font-size: 9px !important;
  line-height: 1.35 !important;
  letter-spacing: .08em !important;
  color: rgba(20,20,16,.50) !important;
  text-align: right !important;
}
body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .company-sci__sci-link {
  margin: 14px 0 0 !important;
  font-size: 9px !important;
  line-height: 1.35 !important;
  letter-spacing: .075em !important;
}

/* Operations/deployments connected tabs: same module shell/header tint as company profile tabs. */
body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-group,.profile-operations-compare-card) {
  border-color: #D8D4CC !important;
  border-radius: 6px !important;
  background: #FCFBF8 !important;
  box-shadow: 0 1px 2px rgba(20,20,16,.045), 0 12px 30px rgba(20,20,16,.045) !important;
  overflow: hidden !important;
}
body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-group__head,.profile-operations-compare-card__title,.profile-operations-compare__head) {
  background: rgba(236,239,231,.58) !important;
  border-color: #D8D4CC !important;
  color: #11100E !important;
}
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-coverage {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 34px !important;
}
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact:nth-child(3n+1) {
  padding-left: 0 !important;
}
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__fact:nth-child(3n) {
  padding-right: 0 !important;
}

@media (max-width: 640px) {
  body[data-product-subpage] main#product-main.ecosystem-profile-page #product-subpage-root {
    max-width: none !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__block-heading {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__intro,
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .company-sci__intro.product-sci__intro {
    margin-bottom: 14px !important;
    font-size: 13px !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci__summary {
    margin-bottom: 18px !important;
    font-size: 8.5px !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group__header {
    min-height: 52px !important;
    padding: 0 16px !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-group__title {
    font-size: 12px !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .product-sci .sci-supply-row,
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .company-sci .sci-supply-row {
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "top status"
      "desc desc"
      "meta meta" !important;
    gap: 10px 12px !important;
    padding: 16px !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__top {
    grid-area: top !important;
    display: contents !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__namecell {
    grid-area: top !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__status {
    grid-area: status !important;
    justify-self: end !important;
    margin-top: 1px !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__desc {
    grid-area: desc !important;
    font-size: 12px !important;
    line-height: 1.38 !important;
  }
  body[data-product-subpage="supply"] main#product-main.ecosystem-profile-page #product-subpage-root .sci-supply-row__meta {
    grid-area: meta !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}
body[data-product-subpage="research"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__meta .home-ftag--event-type,
body[data-product-subpage="research"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__meta .home-ftag:not(.home-ftag--research-artifact):not(.research-card-watch) {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 3px 8px !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  font-size: 8.5px !important;
  line-height: 1.05 !important;
}
body[data-product-subpage="research"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__meta .home-ftag--event-type::before,
body[data-product-subpage="research"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__meta .home-ftag:not(.home-ftag--research-artifact):not(.research-card-watch)::before {
  content: none !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-card__meta .home-ftag, .profile-operations-card__label, .ops-claim-badge) {
  border-radius: 4px !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__meta .home-ftag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 22px !important;
  padding: 4px 8px !important;
  border: 1px solid rgba(47,104,77,.24) !important;
  background: rgba(47,104,77,.1) !important;
  color: #2F684D !important;
  font-size: 9.5px !important;
  line-height: 1.1 !important;
  letter-spacing: .05em !important;
  white-space: nowrap !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.subpage-label, .profile-subpage__title, .profile-subpage-title) {
  display: none !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-events, .profile-operations-page) > :is(h1, h2, h3):first-child {
  display: none !important;
}
main#product-main .product-deployments-heading-hidden {
  display: none !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-coverage, .profile-operations-events__note) {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 0 32px !important;
  padding: 13px 18px !important;
  border: 1px solid rgba(47,104,77,.18) !important;
  border-radius: 5px !important;
  background: rgba(237,244,237,.72) !important;
  box-shadow: 0 8px 20px rgba(20,20,16,.028) !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-coverage {
  display: grid !important;
  grid-template-columns: 18px minmax(0,1fr) !important;
  column-gap: 14px !important;
  align-items: center !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-coverage__icon {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-coverage__label {
  margin: 0 0 4px !important;
  font-size: 8.5px !important;
  line-height: 1.1 !important;
}
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-coverage__text,
body:is([data-product-subpage="deployments"], [data-product-subpage="operations"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-events__note {
  font-size: 12.5px !important;
  line-height: 1.38 !important;
  color: rgba(20,20,16,.62) !important;
}
body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-card__facts, .profile-operations-card__fact-grid) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  column-gap: 0 !important;
}
body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-card__fact, .profile-operations-card__fact-item) {
  min-width: 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  overflow-wrap: anywhere !important;
}
body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-card__fact, .profile-operations-card__fact-item) strong {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}
@media (max-width: 900px) {
  body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-card__facts, .profile-operations-card__fact-grid) {
    grid-template-columns: 1fr !important;
  }
  body[data-product-subpage="deployments"] main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-card__fact, .profile-operations-card__fact-item) {
    padding: 12px 0 !important;
    border-right: 0 !important;
  }
}

/* extracted inline style 6 */
body[data-product-subpage] #product-subpage-root :is(
  .profile-operations-group__head,
  .profile-operations-compare-card__title,
  .profile-operations-compare__head
) {
  background: rgba(47,104,77,.055) !important;
  background-color: rgba(47,104,77,.055) !important;
  border-bottom-color: rgba(47,104,77,.24) !important;
}

/* extracted inline style 7 */
.product-mobile-page-title { display: none; }
@media (max-width: 640px) {
  body[data-product-subpage] main#product-main.ecosystem-profile-page {
    overflow-x: hidden !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body[data-product-subpage] main#product-main.ecosystem-profile-page #product-subpage-root,
  body[data-product-subpage] main#product-main.ecosystem-profile-page #product-subpage-root * {
    box-sizing: border-box !important;
    min-width: 0 !important;
  }
  body[data-product-subpage] main#product-main.ecosystem-profile-page .profile-tab-rail {
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-bottom: 1px solid #d8d4cc !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain !important;
  }
  body[data-product-subpage] main#product-main.ecosystem-profile-page .profile-tab-rail::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  body[data-product-subpage] main#product-main.ecosystem-profile-page .profile-tab-rail__inner {
    display: inline-flex !important;
    width: max-content !important;
    min-width: max-content !important;
    gap: 24px !important;
    padding: 0 18px 0 1px !important;
  }
  body[data-product-subpage] main#product-main.ecosystem-profile-page .profile-tab-rail__tab {
    flex: 0 0 auto !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 0 11px !important;
    border-bottom: 2px solid transparent !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .075em !important;
    color: rgba(20,20,16,.58) !important;
  }
  body[data-product-subpage] main#product-main.ecosystem-profile-page .profile-tab-rail__tab--active {
    color: #11100e !important;
    border-bottom-color: #2f684d !important;
  }
  body[data-product-subpage] main#product-main.ecosystem-profile-page #product-subpage-root .product-mobile-page-title {
    display: block !important;
    margin: 0 0 18px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    color: #11100e !important;
  }

  /* Product overview/context use the same app surfaces and fact rhythm. */
  body[data-product-subpage] main#product-main.ecosystem-profile-page :is(
    .product-context-module,
    .product-context-item,
    .spec-context,
    .profile-media-module,
    .model-specs-card,
    .product-overview-card
  ) {
    border-radius: 7px !important;
    background-color: #fcfbf8 !important;
    box-shadow: none !important;
  }
  body[data-product-subpage="context"] main#product-main.ecosystem-profile-page #product-subpage-root .product-context-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  body[data-product-subpage="context"] main#product-main.ecosystem-profile-page #product-subpage-root .product-context-item {
    padding: 16px !important;
    border: 1px solid #dedad2 !important;
  }

  /* Product Operations and Deployments mirror the company evidence cards. */
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-events,.profile-operations-page) {
    width: 100% !important;
    max-width: 100% !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-coverage,.profile-operations-events__note) {
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 14px !important;
    border: 1px solid rgba(47,104,77,.22) !important;
    border-radius: 7px !important;
    background: rgba(47,104,77,.045) !important;
    box-shadow: none !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group {
    overflow: visible !important;
    margin: 26px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__head {
    padding: 0 0 12px !important;
    border: 0 !important;
    background: transparent !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-group__title {
    font-size: 13px !important;
    line-height: 1.2 !important;
    letter-spacing: .06em !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-list {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    padding: 14px !important;
    border: 1px solid #dedad2 !important;
    border-radius: 7px !important;
    background: #fcfbf8 !important;
    box-shadow: none !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__meta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 6px 10px !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root :is(.profile-operations-card__label,.profile-operations-card__meta .home-ftag,.ops-claim-badge) {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #2f684d !important;
    font-size: 9px !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__summary {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
  body:is([data-product-subpage="operations"],[data-product-subpage="deployments"]) main#product-main.ecosystem-profile-page #product-subpage-root .profile-operations-card__facts {
    display: none !important;
  }

  /* Product Timeline uses the same full-text record cards. */
  body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root :is(.timeline-event-ledger__list,.profile-timeline-events__list) {
    display: grid !important;
    gap: 10px !important;
    border: 0 !important;
  }
  body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event {
    padding: 14px !important;
    border: 1px solid #dedad2 !important;
    border-radius: 7px !important;
    background: #fcfbf8 !important;
    box-shadow: none !important;
  }
  body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__summary {
    display: block !important;
    overflow: visible !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
    font-size: 11px !important;
    line-height: 1.42 !important;
  }
}

/* extracted inline style 8 */
/* Preserve the existing timeline module; only constrain long record content to its bounds. */
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-page,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .timeline-event-ledger,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-events__list,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__meta,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__title,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__summary,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__bullets,
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__bullets li {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}
body[data-product-subpage="timeline"] main#product-main.ecosystem-profile-page #product-subpage-root .profile-timeline-event__meta .home-ftag {
  max-width: 100% !important;
  height: auto !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.2 !important;
}

/* Optional long-form Overview prose. The server moves the single SSR node into this slot. */
.page-product .profile-overview-body-slot {
  width: 100%;
  min-width: 0;
  margin: 18px 0 0;
}
body[data-product-subpage]:not([data-product-subpage="overview"]) .page-product .profile-overview-body-slot {
  display: none !important;
}

/* Operations typography and source links mirror the company surface. */
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root
  :is(.profile-operations-group__title, .profile-operations-compare-card__title) {
  font-family: var(--profile-body, Inter, system-ui, sans-serif) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root
  .profile-operations-group__title {
  font-size: 13px !important;
  line-height: 1.25 !important;
  letter-spacing: .055em !important;
}
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root
  .profile-timeline-event__source {
  color: #376b53 !important;
  font-family: var(--profile-body, Inter, system-ui, sans-serif) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
body[data-product-subpage="operations"] main#product-main.ecosystem-profile-page #product-subpage-root
  .profile-timeline-event__source:hover {
  color: #1f4f3a !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Match the company Overview article rail controls exactly. */
.page-product .from-the-record .company-record-strip-outer {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
}
.page-product .from-the-record .company-record-strip__btn {
  position: absolute !important;
  z-index: 3 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 42px !important;
  height: 96px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(250, 249, 247, .86) !important;
  color: rgba(20, 20, 16, .72) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: background .15s ease, opacity .15s ease, color .15s ease !important;
}
.page-product .from-the-record .company-record-strip__btn::before {
  display: block !important;
  font-size: 25px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}
.page-product .from-the-record .company-record-strip__btn--prev {
  left: -42px !important;
  border-right: 1px solid rgba(20, 20, 16, .14) !important;
}
.page-product .from-the-record .company-record-strip__btn--prev::before {
  content: '\2039' !important;
}
.page-product .from-the-record .company-record-strip__btn--next {
  right: -42px !important;
  border-left: 1px solid rgba(20, 20, 16, .14) !important;
}
.page-product .from-the-record .company-record-strip__btn--next::before {
  content: '\203A' !important;
}
.page-product .from-the-record .company-record-strip__btn:hover:not(:disabled) {
  background: rgba(250, 249, 247, .96) !important;
  color: rgba(20, 20, 16, .88) !important;
}
.page-product .from-the-record .company-record-strip__btn:focus-visible {
  outline: 2px solid rgba(180, 42, 26, .55) !important;
  outline-offset: 2px !important;
}
.page-product .from-the-record .company-record-strip__btn:disabled {
  opacity: .28 !important;
  cursor: default !important;
}
@media (max-width: 760px) {
  .page-product .from-the-record .company-record-strip__btn {
    display: none !important;
  }
}
/* Keep static shell labels accessible and visually identical without leaking
   unhydrated placeholder text into the server-rendered profile corpus. */
.profile-shell-label:empty::before {
    content: attr(data-static-label);
}
