/* INNOQUO premium public system — Foundation + Home */

:root {
    --pr-bg: #f7f6f2;
    --pr-surface: #fffefb;
    --pr-surface-strong: #ffffff;
    --pr-surface-muted: #efeee9;
    --pr-ink: #11110f;
    --pr-ink-soft: #3d3c37;
    --pr-muted: #706e66;
    --pr-line: rgba(17, 17, 15, 0.12);
    --pr-line-strong: rgba(17, 17, 15, 0.22);
    --pr-accent: #ff6100;
    --pr-accent-deep: #d94d00;
    --pr-accent-soft: #ffb47e;
    --pr-tech: #1469d2;
    --pr-tech-soft: #91bdf2;
    --pr-positive: #157a52;
    --pr-shadow-sm: 0 12px 36px rgba(28, 24, 18, 0.07);
    --pr-shadow-lg: 0 34px 90px rgba(28, 24, 18, 0.12);
    --pr-radius-sm: 0.875rem;
    --pr-radius-md: 1.5rem;
    --pr-radius-lg: 2.25rem;
    --pr-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --pr-section: clamp(5rem, 10vw, 9rem);
    --pr-shell: min(100% - 2rem, 78rem);
    --pr-reading: 44rem;
}

html {
    background: var(--pr-bg);
}

body {
    background: var(--pr-bg);
    color: var(--pr-ink);
}

::selection {
    background: var(--pr-accent);
    color: #fff;
}

/* Public chrome */
.site-header,
header.site-header.premium-nav {
    --site-header-h: 4.75rem;
    min-height: var(--site-header-h);
    background: #fffefb !important;
    border-color: rgba(17, 17, 15, 0.05) !important;
    box-shadow: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

html.innoquo-inner-mode header.site-header,
html.innoquo-inner-mode header.site-header.premium-nav {
    background: rgba(10, 16, 24, 0.94) !important;
    border-color: rgba(34, 211, 238, 0.14) !important;
    box-shadow: 0 1px 0 rgba(34, 211, 238, 0.06) !important;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

header.site-header .site-nav-links,
header.site-header .site-nav-links > a,
header.site-header .premium-nav-link {
    color: var(--pr-ink-soft) !important;
}

header.site-header .premium-nav-link:hover,
header.site-header .premium-nav-link:focus-visible {
    color: var(--pr-ink) !important;
}

header.site-header .text-gray-400,
header.site-header .text-gray-500,
header.site-header .text-gray-600 {
    color: var(--pr-ink-soft) !important;
}

html.innoquo-inner-mode header.site-header .site-logo__img {
    filter:
        brightness(0) saturate(100%)
        invert(72%) sepia(48%) saturate(1400%) hue-rotate(152deg) brightness(1.12) !important;
}

html.innoquo-inner-mode header.site-header .site-logo:hover .site-logo__img {
    filter:
        brightness(0) saturate(100%)
        invert(82%) sepia(55%) saturate(1500%) hue-rotate(152deg) brightness(1.22) !important;
}

html.innoquo-inner-mode header.site-header .site-nav-links,
html.innoquo-inner-mode header.site-header .site-nav-links > a,
html.innoquo-inner-mode header.site-header .premium-nav-link {
    color: #94a3b8 !important;
    font-family: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

html.innoquo-inner-mode header.site-header .premium-nav-link::after {
    background: #22d3ee;
}

html.innoquo-inner-mode header.site-header .site-nav-links .premium-nav-link:hover,
html.innoquo-inner-mode header.site-header .premium-nav-link:hover,
html.innoquo-inner-mode header.site-header .premium-nav-link:focus-visible {
    color: #67e8f9 !important;
}

html.innoquo-inner-mode header.site-header .logo-wordmark__in {
    color: #f8fafc !important;
}

html.innoquo-inner-mode header.site-header .logo-wordmark__quo {
    color: #22d3ee !important;
}

html.innoquo-inner-mode header.site-header .logo-kicker {
    border-top-color: rgba(34, 211, 238, 0.24);
    color: #94a3b8;
}

html.innoquo-inner-mode header.site-header .logo-wordmark {
    color: #f8fafc !important;
    font-family: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace;
    text-shadow: 0 0 28px rgba(34, 211, 238, 0.22);
}

html.innoquo-inner-mode header.site-header .logo-tagline {
    color: #64748b !important;
    border-top-color: rgba(34, 211, 238, 0.18) !important;
}

html.innoquo-inner-mode header.site-header .premium-nav-cta {
    background: rgba(34, 211, 238, 0.1) !important;
    border: 1px solid rgba(34, 211, 238, 0.4) !important;
    color: #a5f3fc !important;
    font-family: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace;
    font-size: 0.78rem;
    box-shadow: 0 0 22px rgba(34, 211, 238, 0.1);
}

html.innoquo-inner-mode header.site-header .premium-nav-cta:hover {
    background: rgba(34, 211, 238, 0.18) !important;
    border-color: rgba(34, 211, 238, 0.58) !important;
    color: #ecfeff !important;
}

html.innoquo-inner-mode header.site-header .lang-switcher__btn,
html.innoquo-inner-mode header.site-header button[aria-label*="Language"] {
    color: #94a3b8 !important;
    background: rgba(34, 211, 238, 0.04) !important;
    border-color: rgba(34, 211, 238, 0.16) !important;
}

html.innoquo-inner-mode header.site-header .lang-switcher__btn:hover,
html.innoquo-inner-mode header.site-header button[aria-label*="Language"]:hover {
    color: #67e8f9 !important;
    border-color: rgba(34, 211, 238, 0.32) !important;
}

html.innoquo-inner-mode header.site-header .site-header__menu-btn {
    color: #94a3b8 !important;
    background: rgba(34, 211, 238, 0.05) !important;
    border-color: rgba(34, 211, 238, 0.2) !important;
    box-shadow: none !important;
}

html.innoquo-inner-mode header.site-header .site-header__menu-btn:hover {
    color: #67e8f9 !important;
    border-color: rgba(34, 211, 238, 0.38) !important;
}

html.innoquo-inner-mode header.site-header .site-nav-dropdown,
html.innoquo-inner-mode header.site-header .lang-switcher__panel {
    color: #cbd5e1 !important;
    background: rgba(10, 16, 24, 0.98) !important;
    border-color: rgba(34, 211, 238, 0.18) !important;
}

html.innoquo-inner-mode header.site-header .site-mobile-nav {
    color: #cbd5e1 !important;
    background: #0a1018 !important;
    border-color: rgba(34, 211, 238, 0.14) !important;
}

html.innoquo-inner-mode header.site-header .site-mobile-nav a {
    color: #94a3b8 !important;
    font-family: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace;
}

html.innoquo-inner-mode header.site-header .site-mobile-nav a.bg-innoquo-orange {
    background: rgba(34, 211, 238, 0.14) !important;
    border: 1px solid rgba(34, 211, 238, 0.42);
    color: #a5f3fc !important;
}

.site-header__nav {
    min-height: var(--site-header-h);
}

.site-logo__mark {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.site-logo__img {
    width: 2.35rem;
    height: 2.35rem;
    object-fit: contain;
}

.logo-wordmark {
    color: var(--pr-ink) !important;
    font-weight: 650;
}

.logo-wordmark--brand {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-size: 1.02rem;
    line-height: 1;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .logo-wordmark--brand {
        font-size: 1.125rem;
    }
}

.logo-wordmark__in {
    color: var(--pr-ink);
    font-weight: 700;
}

.logo-wordmark__quo {
    color: var(--pr-accent);
    font-weight: 750;
    letter-spacing: -0.03em;
}

.logo-kicker {
    display: block;
    margin-top: 0.28rem;
    padding-top: 0.32rem;
    border-top: 1px solid rgba(255, 97, 0, 0.22);
    max-width: 11.5rem;
    font-size: 0.54rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--pr-muted);
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lang-switcher__globe {
    display: inline-flex;
    width: 0.95rem;
    height: 0.95rem;
    color: var(--pr-muted);
}

.lang-switcher__globe svg {
    width: 100%;
    height: 100%;
}

.lang-switcher--header .lang-switcher__btn {
    border: 1px solid rgba(26, 23, 20, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    min-height: 2.35rem;
    padding-inline: 0.62rem;
}

.lang-switcher--header .lang-switcher__btn:hover {
    border-color: rgba(255, 97, 0, 0.28);
}

.site-mobile-nav__lang {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(26, 23, 20, 0.08);
}

.site-mobile-nav__lang-form {
    margin: 0;
}

.site-mobile-nav__lang-btn {
    display: grid;
    gap: 0.1rem;
    width: 100%;
    padding: 0.55rem 0.35rem;
    border: 1px solid rgba(26, 23, 20, 0.1);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.2;
    color: var(--pr-muted);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-mobile-nav__lang-btn span:first-child {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--pr-ink);
}

.site-mobile-nav__lang-btn.is-active {
    border-color: rgba(255, 97, 0, 0.35);
    background: rgba(255, 97, 0, 0.06);
    box-shadow: 0 8px 20px rgba(255, 97, 0, 0.1);
}

.site-mobile-nav__lang-btn.is-active span:first-child {
    color: var(--pr-accent);
}

html.innoquo-inner-mode .logo-wordmark {
    color: #f8fafc !important;
}

.logo-tagline {
    color: var(--pr-ink-soft) !important;
}

.premium-nav-link {
    position: relative;
    color: var(--pr-ink-soft);
    transition: color 180ms ease;
}

.premium-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -0.45rem;
    height: 1px;
    background: var(--pr-accent);
    transition: right 260ms var(--pr-ease);
}

.premium-nav-link:hover,
.premium-nav-link:focus-visible {
    color: var(--pr-ink);
}

.premium-nav-link:hover::after,
.premium-nav-link:focus-visible::after {
    right: 0;
}

.premium-nav-cta,
.pr-button--primary {
    background: var(--pr-ink);
    color: #fff;
    border: 1px solid var(--pr-ink);
    box-shadow: none;
}

.premium-nav-cta:hover,
.pr-button--primary:hover {
    background: var(--pr-accent);
    border-color: var(--pr-accent);
    transform: translateY(-1px);
}

.lang-switcher__btn {
    color: var(--pr-ink-soft) !important;
    border: 1px solid transparent !important;
    background: transparent !important;
}

.lang-switcher__btn:hover {
    color: var(--pr-ink) !important;
    border-color: var(--pr-line) !important;
    background: rgba(17, 17, 15, 0.04) !important;
}

.lang-switcher__option {
    color: var(--pr-ink-soft);
    background: transparent;
    transition: background 160ms ease, color 160ms ease;
}

.lang-switcher__option:hover {
    color: var(--pr-ink);
    background: rgba(17, 17, 15, 0.045);
}

.lang-switcher__option--active {
    color: var(--pr-accent);
    font-weight: 600;
}

html.innoquo-inner-mode .lang-switcher__option {
    color: #94a3b8;
}

html.innoquo-inner-mode .lang-switcher__option:hover {
    color: #67e8f9;
    background: rgba(34, 211, 238, 0.08);
}

html.innoquo-inner-mode .lang-switcher__option--active {
    color: #22d3ee;
}

.site-nav-dropdown {
    color: var(--pr-ink) !important;
    background: rgba(255, 254, 251, 0.96) !important;
    border: 1px solid var(--pr-line) !important;
    backdrop-filter: blur(22px);
}

.site-header__menu-btn {
    color: var(--pr-ink-soft) !important;
    background: #ffffff !important;
    border-color: rgba(17, 17, 15, 0.08) !important;
    box-shadow: none !important;
}

.site-mobile-nav {
    color: var(--pr-ink) !important;
    background: #fffefb !important;
    border-color: rgba(17, 17, 15, 0.06) !important;
}

.premium-footer {
    position: relative;
    overflow: hidden;
    color: var(--pr-ink-soft);
    background: var(--pr-surface-muted);
    border-top: 1px solid var(--pr-line);
}

html.innoquo-inner-mode footer.premium-footer {
    color: var(--pr-ink-soft) !important;
    background: #050810 !important;
    border-color: rgba(34, 211, 238, 0.14) !important;
}

html.innoquo-inner-mode footer.premium-footer .premium-footer__title,
html.innoquo-inner-mode footer.premium-footer .premium-footer__nav h4 {
    color: #f8fafc;
}

html.innoquo-inner-mode footer.premium-footer .premium-footer__copy,
html.innoquo-inner-mode footer.premium-footer .premium-footer__nav a,
html.innoquo-inner-mode footer.premium-footer .premium-footer__meta,
html.innoquo-inner-mode footer.premium-footer .premium-footer__meta a {
    color: #94a3b8;
}

html.innoquo-inner-mode footer.premium-footer .premium-footer__nav a:hover,
html.innoquo-inner-mode footer.premium-footer .premium-footer__meta a:hover {
    color: #22d3ee;
}

.premium-footer__logo-mark {
    position: absolute;
    right: clamp(-3.5rem, -4vw, -2rem);
    top: clamp(-2.5rem, -3vw, -1.25rem);
    z-index: 0;
    display: block;
    opacity: 0.22;
    text-decoration: none;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.premium-footer__logo-mark img {
    display: block;
    width: clamp(14rem, 34vw, 28rem);
    height: auto;
    object-fit: contain;
    filter: saturate(0.92);
}

html.innoquo-inner-mode footer.premium-footer .premium-footer__logo-mark {
    opacity: 0.16;
    filter: brightness(1.15);
}

.premium-footer__shell {
    position: relative;
    z-index: 1;
    width: var(--pr-shell);
    margin-inline: auto;
    padding-block: clamp(4rem, 8vw, 7rem) 2rem;
}

.premium-footer__lead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: end;
    padding-bottom: clamp(3rem, 6vw, 5rem);
    border-bottom: 1px solid var(--pr-line);
}

.premium-footer__title {
    max-width: min(100%, 28rem);
    margin: 0;
    font-size: clamp(2.2rem, 4.6vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 620;
    text-wrap: balance;
}

.premium-footer__copy {
    max-width: 34rem;
    margin: 1.25rem 0 0;
    color: var(--pr-muted);
    line-height: 1.65;
}

.premium-footer__lead-action {
    align-self: end;
    justify-self: end;
}

.premium-footer__lead-action .pr-button {
    white-space: nowrap;
}

.premium-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
    padding-block: 3.5rem;
}

.premium-footer__nav h4 {
    margin: 0 0 1rem;
    color: var(--pr-ink);
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.premium-footer__nav ul {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.premium-footer__nav a {
    color: var(--pr-muted);
    font-size: 0.9rem;
    transition: color 160ms ease;
}

.premium-footer__nav a:hover {
    color: var(--pr-accent);
}

.premium-footer__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--pr-line);
    color: var(--pr-muted);
    font-size: 0.78rem;
}

.premium-footer__meta-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
}

.premium-footer__meta a {
    color: var(--pr-muted);
    transition: color 160ms ease;
}

.premium-footer__meta a:hover {
    color: var(--pr-accent);
}

.premium-footer__people {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.75rem);
    padding-block: clamp(1.75rem, 3.5vw, 2.5rem);
    border-top: 1px solid var(--pr-line);
}

.premium-footer__person-name {
    margin: 0;
    font-size: 0.94rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: var(--pr-ink);
}

.premium-footer__person-role {
    margin: 0.28rem 0 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--pr-muted);
}

.premium-footer__person-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    margin-top: 0.45rem;
}

.premium-footer__person-link {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pr-accent);
    text-decoration: none;
    transition: color 160ms ease;
}

.premium-footer__person-link:hover {
    color: var(--pr-ink);
}

.premium-footer__person-email {
    display: inline-block;
    margin-top: 0.45rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pr-accent);
    text-decoration: none;
    transition: color 160ms ease;
}

.premium-footer__person-email:hover {
    color: var(--pr-ink);
}

.premium-footer__meta-row {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto minmax(0, auto);
    align-items: center;
    gap: 0.85rem 1.25rem;
    margin-top: clamp(1.35rem, 2.5vw, 1.85rem);
    padding-top: clamp(1rem, 2vw, 1.25rem);
    border-top: 1px solid rgba(26, 23, 20, 0.06);
}

.premium-footer__base {
    margin-top: 0.35rem;
    padding: clamp(1.15rem, 2vw, 1.45rem);
    border: 1px solid var(--pr-line);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 40px rgba(20, 16, 12, 0.04);
    display: grid;
    gap: 1rem;
}

.premium-footer__base-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(26, 23, 20, 0.06);
}

.premium-footer__base-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.premium-footer__base-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.52rem 0.9rem;
    border: 1px solid rgba(26, 23, 20, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: -0.01em;
    color: var(--pr-ink);
    text-decoration: none;
    transition:
        border-color 160ms ease,
        color 160ms ease,
        background 160ms ease,
        transform 160ms ease;
}

.premium-footer__base-link span {
    font-size: 0.9em;
    opacity: 0.72;
}

.premium-footer__base-link:hover {
    border-color: rgba(255, 97, 0, 0.28);
    color: var(--pr-accent);
    transform: translateY(-1px);
}

.premium-footer__base-link--accent {
    color: #fff;
    background: linear-gradient(135deg, #ff7a00 0%, #ff6100 100%);
    border-color: transparent;
}

.premium-footer__base-link--accent span {
    opacity: 0.92;
}

.premium-footer__base-link--accent:hover {
    color: #fff;
    border-color: transparent;
    filter: brightness(1.04);
}

.premium-footer__base-presence {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
}

.premium-footer__chip {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(26, 23, 20, 0.04);
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    color: var(--pr-muted);
    font-weight: 500;
}

.premium-footer__chip--email {
    background: rgba(255, 97, 0, 0.08);
    color: var(--pr-accent-deep, #e05500);
    font-weight: 650;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease;
}

.premium-footer__chip--email:hover {
    background: rgba(255, 97, 0, 0.14);
    color: var(--pr-accent);
}

.premium-footer__base-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto minmax(0, auto);
    align-items: center;
    gap: 0.85rem 1.25rem;
}

.premium-footer__copyright {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.5;
    color: rgba(26, 23, 20, 0.42);
}

.premium-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem 0.65rem;
    align-items: center;
}

.premium-footer__legal a {
    font-size: 0.72rem;
    color: rgba(26, 23, 20, 0.46);
    text-decoration: none;
    transition: color 160ms ease;
}

.premium-footer__legal a:hover {
    color: var(--pr-accent);
}

.premium-footer__legal a + a::before {
    content: "·";
    margin-right: 0.65rem;
    color: rgba(26, 23, 20, 0.18);
    pointer-events: none;
}

.premium-footer__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem 0.85rem;
}

.premium-footer__social a {
    font-size: 0.72rem;
    font-weight: 650;
    color: var(--pr-ink);
    text-decoration: none;
    transition: color 160ms ease;
}

.premium-footer__social a span {
    font-size: 0.85em;
    opacity: 0.65;
}

.premium-footer__social a:hover {
    color: var(--pr-accent);
}

.premium-footer__rail {
    display: none;
}

.premium-footer__meta {
    display: none;
}

@media (max-width: 900px) {
    .premium-footer__people {
        grid-template-columns: 1fr;
    }

    .premium-footer__meta-row {
        grid-template-columns: 1fr;
    }

    .premium-footer__base-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .premium-footer__base-presence {
        justify-content: flex-start;
    }

    .premium-footer__base-bottom {
        grid-template-columns: 1fr;
    }

    .premium-footer__legal {
        justify-content: flex-start;
    }

    .premium-footer__social {
        justify-content: flex-start;
    }
}

.premium-footer__contacts {
    grid-column: span 1;
}

.premium-footer__contact-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.premium-footer__contact-item {
    display: grid;
    gap: 0.12rem;
}

.premium-footer__contact-name {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 650;
    color: var(--pr-ink);
    letter-spacing: -0.01em;
}

.premium-footer__contact-role {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: var(--pr-muted);
}

.premium-footer__contact-email {
    margin-top: 0.15rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pr-accent);
    text-decoration: none;
    transition: color 160ms ease;
}

.premium-footer__contact-email:hover {
    color: var(--pr-ink);
}

.premium-footer__nav li > span {
    color: var(--pr-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.premium-footer--contact .premium-footer__shell {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
}

.premium-footer__brand {
    display: grid;
    gap: 1rem;
    max-width: 44rem;
}

.premium-footer__wordmark {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--pr-ink);
}

.premium-footer--contact .premium-footer__copy {
    margin: 0;
    max-width: 36rem;
    font-size: 0.96rem;
    line-height: 1.62;
}

.premium-footer__presence {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(1rem, 2.5vw, 1.75rem);
    align-items: start;
    padding-block: 0.35rem;
}

.premium-footer__presence-divider {
    width: 1px;
    align-self: stretch;
    min-height: 3rem;
    background: linear-gradient(180deg, transparent, rgba(26, 23, 20, 0.14), transparent);
}

.premium-footer__presence-label {
    margin: 0 0 0.25rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pr-accent);
    font-weight: 650;
}

.premium-footer__presence-detail {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--pr-muted);
}

.premium-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.75rem;
}

.premium-footer__action-link {
    font-size: 0.88rem;
    font-weight: 650;
    color: var(--pr-ink);
    text-decoration: none;
}

.premium-footer__action-link:hover {
    color: var(--pr-accent);
}

.premium-footer__meta--stacked {
    display: grid;
    gap: 0.65rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--pr-line);
}

.premium-footer__copyright {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--pr-muted);
}

.premium-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    align-items: center;
    font-size: 0.78rem;
}

.premium-footer__legal a {
    color: var(--pr-muted);
    text-decoration: none;
}

.premium-footer__legal a:hover {
    color: var(--pr-accent);
}

.premium-footer__legal span {
    color: rgba(26, 23, 20, 0.22);
}

html.innoquo-inner-mode footer.premium-footer .premium-footer__wordmark {
    color: #f8fafc;
}

html.innoquo-inner-mode footer.premium-footer .premium-footer__action-link,
html.innoquo-inner-mode footer.premium-footer .premium-footer__legal a {
    color: #94a3b8;
}

html.innoquo-inner-mode footer.premium-footer .premium-footer__action-link:hover,
html.innoquo-inner-mode footer.premium-footer .premium-footer__legal a:hover {
    color: #22d3ee;
}

@media (max-width: 767px) {
    .premium-footer__presence {
        grid-template-columns: 1fr;
    }

    .premium-footer__presence-divider {
        width: 100%;
        height: 1px;
        min-height: 0;
        background: linear-gradient(90deg, transparent, rgba(26, 23, 20, 0.14), transparent);
    }
}

/* Lens control */
.inner-dock {
    top: 5.5rem;
    right: 1rem;
}

.inner-dock__toggle,
html.innoquo-inner-mode .inner-dock__toggle,
html:not(.innoquo-inner-mode) .inner-dock__toggle {
    min-width: 0;
    width: auto;
    padding: 0.4rem 0.55rem 0.4rem 0.4rem;
    gap: 0.55rem;
    color: var(--pr-ink);
    background: rgba(255, 254, 251, 0.86);
    border: 1px solid var(--pr-line);
    box-shadow: var(--pr-shadow-sm);
    backdrop-filter: blur(22px) saturate(130%);
}

.inner-dock__toggle:hover,
html.innoquo-inner-mode .inner-dock__toggle:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 97, 0, 0.34);
    box-shadow: 0 16px 44px rgba(28, 24, 18, 0.12);
}

.inner-dock__toggle-icon,
html.innoquo-inner-mode .inner-dock__toggle-icon,
html:not(.innoquo-inner-mode) .inner-dock__toggle-icon {
    width: 2rem;
    height: 2rem;
    color: #fff;
    background: var(--pr-ink);
}

html.innoquo-inner-mode .inner-dock__toggle-icon {
    color: #fff;
    background: var(--pr-tech);
}

.inner-dock__toggle-primary {
    color: var(--pr-ink) !important;
    font-size: 0.72rem;
    font-weight: 650;
}

.inner-dock__toggle-hint,
.inner-dock__chevron {
    display: none;
}

/* Home foundation */
.dual-experience[data-mode="inner"]:has(.home-premium--engineering) {
    background: #030508;
    color: #94a3b8;
}

.home-premium {
    --pr-scene-accent: var(--pr-accent);
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    color: var(--pr-ink);
    background: var(--pr-bg);
}

.home-premium--engineering {
    --pr-bg: #030508;
    --pr-surface: #0a1018;
    --pr-surface-muted: #0d1520;
    --pr-surface-strong: #0f1824;
    --pr-ink: #f8fafc;
    --pr-ink-soft: #cbd5e1;
    --pr-muted: #64748b;
    --pr-line: rgba(34, 211, 238, 0.16);
    --pr-line-strong: rgba(34, 211, 238, 0.3);
    --pr-accent: #22d3ee;
    --pr-accent-deep: #06b6d4;
    --pr-accent-soft: #67e8f9;
    --pr-scene-accent: #22d3ee;
    --pr-tech: #22d3ee;
    --pr-tech-soft: #67e8f9;
    --pr-positive: #2dd4bf;
    --eng-mono: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;
    position: relative;
    z-index: 35;
    color: var(--pr-ink-soft);
    background: var(--pr-bg);
    font-family: var(--eng-mono);
}

.home-premium--engineering .pr-hero {
    background: transparent;
}

.pr-hero-viewport.pr-hero-viewport--engineering {
    background: #030508;
}

.pr-marquee--dock.pr-marquee--tech {
    border-top: 1px solid rgba(34, 211, 238, 0.14);
    background: #000000;
    box-shadow: inset 0 1px 0 rgba(34, 211, 238, 0.06);
}

.pr-marquee--tech .pr-marquee__track {
    animation-duration: 52s;
}

.pr-marquee--tech .pr-marquee__track span {
    color: #94a3b8;
    font-family: var(--eng-mono);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: none;
}

.pr-marquee--tech .pr-marquee__track span::before {
    color: #22d3ee;
    opacity: 0.85;
}

.home-premium--engineering .pr-proofline--pills li {
    border-color: rgba(34, 211, 238, 0.2);
    background: rgba(34, 211, 238, 0.06);
    color: #94a3b8;
    font-family: var(--eng-mono);
}

.home-premium--engineering .pr-display,
.home-premium--engineering .pr-heading,
.home-premium--engineering .pr-founder__statement,
.home-premium--engineering .pr-index-list h3,
.home-premium--engineering .pr-capability h3,
.home-premium--engineering .pr-evidence-item h3,
.home-premium--engineering .pr-cta h2 {
    font-family: var(--eng-mono);
    color: #f8fafc;
    text-shadow: 0 0 42px rgba(34, 211, 238, 0.18);
}

.home-premium--engineering .pr-display em {
    color: #22d3ee;
    text-shadow: 0 0 32px rgba(34, 211, 238, 0.45);
}

.home-premium--engineering .pr-eyebrow {
    color: #22d3ee;
    font-family: var(--eng-mono);
    letter-spacing: 0.14em;
}

.home-premium--engineering .pr-eyebrow::before {
    background: #22d3ee;
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.45);
}

.home-premium--engineering .pr-lead,
.home-premium--engineering .pr-founder__body,
.home-premium--engineering .pr-index-list p,
.home-premium--engineering .pr-capability p,
.home-premium--engineering .pr-evidence-item p {
    font-family: var(--eng-mono);
    color: #94a3b8;
}

.home-premium--engineering .pr-section {
    background: transparent;
}

.home-premium--engineering .pr-section--surface {
    background: rgba(10, 16, 24, 0.82);
}

.home-premium--engineering .pr-section--ink {
    color: #e2e8f0;
    background: #050810;
}

.home-premium--engineering .pr-section--line {
    border-color: rgba(34, 211, 238, 0.14);
}

.home-premium--engineering .pr-button {
    font-family: var(--eng-mono);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    border-radius: 0.55rem;
}

.home-premium--engineering .pr-button--primary {
    color: #a5f3fc;
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.42);
    box-shadow: 0 0 28px rgba(34, 211, 238, 0.12);
}

.home-premium--engineering .pr-button--primary:hover {
    color: #ecfeff;
    background: rgba(34, 211, 238, 0.2);
    border-color: rgba(34, 211, 238, 0.62);
}

.home-premium--engineering .pr-button--secondary {
    color: #94a3b8;
    background: transparent;
    border: 1px solid rgba(26, 58, 74, 0.95);
}

.home-premium--engineering .pr-button--secondary:hover {
    color: #67e8f9;
    background: rgba(34, 211, 238, 0.06);
    border-color: rgba(34, 211, 238, 0.34);
}

.home-premium--engineering .pr-proofline {
    color: #64748b;
    font-family: var(--eng-mono);
    font-size: 0.72rem;
}

.home-premium--engineering .pr-proofline li::before {
    background: #22d3ee;
}

.home-premium--engineering .pr-index-list,
.home-premium--engineering .pr-capabilities,
.home-premium--engineering .pr-evidence-list {
    border-color: rgba(34, 211, 238, 0.14);
}

.home-premium--engineering .pr-index-list li,
.home-premium--engineering .pr-capability,
.home-premium--engineering .pr-evidence-item {
    border-color: rgba(34, 211, 238, 0.12);
}

.home-premium--engineering .pr-index-list__number,
.home-premium--engineering .pr-capability__index,
.home-premium--engineering .pr-evidence-item__type {
    color: #22d3ee;
}

.home-premium--engineering .pr-capability__arrow,
.home-premium--engineering .pr-path a {
    color: #67e8f9;
}

.home-premium--engineering .pr-paths {
    border-color: rgba(34, 211, 238, 0.16);
}

.home-premium--engineering .pr-path {
    border-color: rgba(34, 211, 238, 0.12);
}

.home-premium--engineering .pr-path__label {
    color: #22d3ee;
}

.home-premium--engineering .pr-section--ink .evidence-stage--accent circle {
    fill: #22d3ee;
    stroke: #22d3ee;
}

.home-premium--engineering .pr-credentials a {
    color: #cbd5e1;
    background: rgba(34, 211, 238, 0.05);
    border-color: rgba(34, 211, 238, 0.18);
}

.home-premium--engineering .pr-cta {
    background:
        radial-gradient(circle at 88% 8%, rgba(34, 211, 238, 0.16), transparent 18rem),
        linear-gradient(160deg, #0a1018 0%, #030508 100%);
    border: 1px solid rgba(34, 211, 238, 0.18);
    box-shadow: 0 0 48px rgba(34, 211, 238, 0.08);
}

.home-premium--engineering .pr-cta .pr-button--primary {
    background: rgba(34, 211, 238, 0.14);
    border-color: rgba(34, 211, 238, 0.45);
}

.home-premium--engineering .pr-hero__visual--graph::after {
    background:
        linear-gradient(to bottom, rgba(3, 5, 8, 0.92) 0%, transparent 12%, transparent 86%, rgba(3, 5, 8, 0.88) 100%),
        radial-gradient(
            ellipse 92% 84% at 50% 46%,
            transparent 12%,
            rgba(3, 5, 8, 0.18) 54%,
            rgba(3, 5, 8, 0.72) 100%
        );
}

.home-premium--engineering .hero-logo-graph,
.home-premium--engineering .hero-logo-graph--ambient {
    opacity: 0.52;
}

.home-premium--engineering ::selection {
    background: rgba(34, 211, 238, 0.35);
    color: #fff;
}

.pr-shell {
    width: var(--pr-shell);
    margin-inline: auto;
}

.pr-section {
    position: relative;
    padding-block: var(--pr-section);
}

.pr-section--line {
    border-top: 1px solid var(--pr-line);
}

.pr-section--surface {
    background: var(--pr-surface);
}

.pr-section--ink {
    color: #fff;
    background: var(--pr-ink);
}

.pr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.5rem;
    color: var(--pr-accent-deep);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pr-eyebrow::before {
    content: "";
    width: 1.65rem;
    height: 1px;
    background: currentColor;
}

.pr-display {
    max-width: 14ch;
    margin: 0;
    color: var(--pr-ink);
    font-size: clamp(2.35rem, 4.85vw, 5.35rem);
    font-weight: 620;
    line-height: 0.96;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.pr-display em {
    color: var(--pr-accent);
    font-style: normal;
}

.pr-heading {
    max-width: 17ch;
    margin: 0;
    color: inherit;
    font-size: clamp(2.3rem, 5vw, 5rem);
    font-weight: 610;
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-wrap: balance;
}

.pr-heading--wide {
    max-width: 22ch;
}

.pr-lead {
    max-width: 43rem;
    margin: 1.75rem 0 0;
    color: var(--pr-ink-soft);
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    font-weight: 400;
    line-height: 1.65;
}

.pr-section--ink .pr-lead {
    color: rgba(255, 255, 255, 0.66);
}

.pr-hero {
    min-height: calc(100svh - 4.75rem);
    display: grid;
    align-items: center;
    padding-block: clamp(4.5rem, 8vw, 8rem);
    background:
        radial-gradient(circle at 82% 15%, rgba(255, 97, 0, 0.13), transparent 24rem),
        radial-gradient(circle at 12% 90%, rgba(20, 105, 210, 0.07), transparent 27rem);
}

.pr-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(30rem, 1.16fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.pr-hero__copy {
    position: relative;
    z-index: 2;
}

.pr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.25rem;
}

.pr-button {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    font-size: 0.87rem;
    font-weight: 650;
    line-height: 1.15;
    transition:
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        transform 240ms var(--pr-ease);
}

.pr-button__label {
    min-width: 0;
    text-wrap: balance;
}

.pr-button--secondary {
    color: var(--pr-ink);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--pr-line);
}

.pr-button--secondary:hover {
    background: #fff;
    border-color: var(--pr-line-strong);
    transform: translateY(-1px);
}

.pr-button__arrow {
    transition: transform 220ms var(--pr-ease);
}

.pr-button:hover .pr-button__arrow {
    transform: translateX(0.22rem);
}

.pr-proofline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    margin: 2.1rem 0 0;
    padding: 0;
    color: var(--pr-muted);
    font-size: 0.72rem;
    list-style: none;
}

.pr-proofline li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.pr-proofline li::before {
    content: "";
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--pr-accent);
}

.pr-hero-viewport > .pr-hero {
    min-height: 0;
}

.pr-hero-viewport > .pr-hero.pr-hero--stage {
    min-height: 0;
    height: 100%;
}

.pr-hero-viewport {
    --pr-hero-viewport-h: calc(100svh - var(--site-header-h, 4.75rem));
    --pr-marquee-h: 3.35rem;
    --pr-hero-title-min: 2rem;
    --pr-hero-title-fluid: min(5vw, 10svh);
    --pr-hero-title-max: 5.1rem;
    --pr-hero-title-size: clamp(var(--pr-hero-title-min), var(--pr-hero-title-fluid), var(--pr-hero-title-max));
    display: flex;
    flex-direction: column;
    height: var(--pr-hero-viewport-h);
    min-height: var(--pr-hero-viewport-h);
    max-height: var(--pr-hero-viewport-h);
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 15%, rgba(255, 97, 0, 0.13), transparent 24rem),
        radial-gradient(circle at 12% 90%, rgba(20, 105, 210, 0.07), transparent 27rem);
}

html:lang(fr) .pr-hero-viewport {
    --pr-hero-title-fluid: min(4.5vw, 9.5svh);
    --pr-hero-title-max: 4.45rem;
}

@media (max-height: 860px) {
    .pr-hero-viewport {
        --pr-hero-title-fluid: min(4.4vw, 9svh);
        --pr-hero-title-max: 4.2rem;
    }

    .pr-hero--stage {
        padding-block: clamp(0.65rem, 1.4vw, 1rem) 0;
    }

    .pr-lead--compact {
        margin-top: 0.85rem;
        font-size: clamp(0.92rem, 1.15vw, 1.02rem);
        line-height: 1.48;
    }

    .pr-actions--compact {
        margin-top: 1rem;
    }

    .pr-proofline--pills {
        margin-top: 1rem;
    }

    .pr-hero-viewport .pr-hero__visual--graph,
    .pr-hero-viewport .pr-hero__visual--graph .hero-logo-graph {
        max-height: min(50svh, 25rem);
        width: min(100%, min(50svh, 25rem));
    }
}

@media (max-height: 740px) {
    .pr-hero-viewport {
        --pr-hero-title-fluid: min(3.9vw, 8svh);
        --pr-hero-title-max: 3.55rem;
    }

    html:lang(fr) .pr-hero-viewport {
        --pr-hero-title-fluid: min(3.7vw, 7.6svh);
        --pr-hero-title-max: 3.35rem;
    }

    .pr-hero__copy .pr-eyebrow {
        margin-bottom: 0.45rem;
    }

    .pr-lead--compact {
        margin-top: 0.65rem;
    }

    .pr-actions--compact {
        margin-top: 0.75rem;
    }

    .pr-proofline--pills {
        margin-top: 0.75rem;
    }
}

@media (max-height: 640px) {
    .pr-hero-viewport {
        --pr-hero-title-fluid: min(3.4vw, 7.1svh);
        --pr-hero-title-max: 3rem;
    }

    .pr-hero-viewport .pr-lead--compact {
        display: none;
    }
}

.pr-hero--stage {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-block: clamp(1.25rem, 2.8vw, 2rem) 0;
    background: transparent;
}

.pr-hero__frame {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.pr-hero__copy .pr-eyebrow {
    margin-bottom: 0.7rem;
}

.pr-display--stage {
    max-width: 13ch;
    font-size: var(--pr-hero-title-size, clamp(2.35rem, min(5vw, 10svh), 5.1rem));
    line-height: 0.95;
}

.pr-hero-viewport .pr-display--stage {
    max-width: 13.5ch;
    line-height: 0.94;
    text-wrap: balance;
}

html:lang(fr) .pr-hero-viewport .pr-display--stage {
    max-width: 16.5ch;
    letter-spacing: -0.048em;
}

.pr-hero__stage {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 1.14fr);
    gap: clamp(1rem, 2.5vw, 2rem);
    align-items: center;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    container-type: size;
}

.pr-lead--compact {
    margin-top: 1.15rem;
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
    line-height: 1.55;
    max-width: 36rem;
}

.pr-actions--compact {
    margin-top: 1.35rem;
}

.pr-hero-viewport .pr-actions--hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
    width: min(100%, 24rem);
    max-width: 100%;
}

.pr-hero-viewport .pr-actions--hero .pr-button {
    width: 100%;
    min-height: 2.9rem;
    padding: 0.72rem 1.1rem;
    box-shadow: none;
}

.pr-hero-viewport .pr-actions--hero .pr-button__label {
    flex: 1 1 auto;
    text-align: center;
    text-wrap: pretty;
}

.pr-hero-viewport .pr-actions--hero .pr-button__arrow {
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .pr-hero-viewport .pr-actions--hero {
        grid-template-columns: repeat(2, minmax(0, max-content));
        width: auto;
        max-width: none;
        justify-content: flex-start;
    }

    .pr-hero-viewport .pr-actions--hero .pr-button {
        width: auto;
        max-width: 16.5rem;
    }

    .pr-hero-viewport .pr-actions--hero .pr-button__label {
        white-space: nowrap;
        text-wrap: nowrap;
    }
}

.pr-proofline--pills {
    margin-top: 1.5rem;
    gap: 0.55rem;
}

.pr-hero-viewport .pr-proofline--pills {
    flex-wrap: nowrap;
    max-width: 100%;
}

.pr-hero-viewport .pr-proofline--pills li {
    flex: 0 0 auto;
    white-space: nowrap;
}

.pr-proofline--pills li {
    padding: 0.45rem 0.85rem;
    border: 1px solid var(--pr-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: none;
}

.pr-proofline--pills li::before {
    display: none;
}

.pr-hero__visual--graph {
    min-height: unset;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: min(58svh, 32rem);
    margin-inline: 0;
    margin-left: auto;
    overflow: hidden;
    flex-shrink: 1;
    clip-path: none;
    border-radius: 0;
    align-self: center;
    justify-self: end;
}

.pr-hero-viewport .pr-hero__visual--graph .hero-logo-graph {
    width: min(100%, min(58svh, 32rem));
    height: auto;
    max-height: min(58svh, 32rem);
}

.pr-hero__visual.pr-hero__visual--graph {
    min-height: unset;
    overflow: hidden;
    clip-path: none;
    border-radius: 0;
}

.pr-hero__visual.pr-hero__visual--graph::before,
.pr-hero__visual--graph::before {
    display: none !important;
    content: none !important;
}

.hero-logo-graph {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    min-height: inherit;
    overflow: visible;
    touch-action: none;
    cursor: crosshair;
    background: transparent;
    clip-path: none;
    border-radius: 0;
}

.hero-logo-graph--focused {
    cursor: pointer;
}

.hero-logo-graph--ambient,
.pr-hero__visual--graph-ambient {
    touch-action: none;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.hero-logo-graph--ambient canvas,
.pr-hero__visual--graph-ambient canvas {
    pointer-events: none;
    touch-action: none;
}

.pr-marquee--dock {
    flex-shrink: 0;
    margin-top: auto;
    border-top: 1px solid var(--pr-line);
    border-bottom: none;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
}

.pr-marquee--dock .pr-marquee__track {
    padding: 0.82rem 0;
}

.hero-logo-graph::after {
    display: none;
}

.hero-logo-graph canvas {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.hero-logo-graph__fallback {
    display: none;
    width: min(70%, 16rem);
    margin: 0 auto;
    opacity: 0.95;
}

.pr-section--impact {
    padding-block: clamp(4rem, 8vw, 6.5rem);
    background: linear-gradient(180deg, rgba(247, 246, 242, 0.4), var(--pr-bg));
}

.pr-impact-scene {
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
    border-radius: 1.9rem;
    background:
        radial-gradient(circle at 88% 0%, rgba(255, 97, 0, 0.1), transparent 38%),
        linear-gradient(180deg, #383532 0%, #2a2725 100%);
    box-shadow:
        0 28px 64px rgba(10, 8, 6, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
}

.pr-impact-scene__head {
    max-width: 44rem;
    margin-bottom: 2rem;
}

.pr-eyebrow--impact {
    color: rgba(255, 145, 72, 0.96);
}

.pr-impact-scene__title {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(1.85rem, 3.4vw, 2.75rem);
    font-weight: 620;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.pr-impact-scene__lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 1.5vw, 1.08rem);
    line-height: 1.68;
}

.pr-impact-scene__ranges {
    margin: 1.35rem 0 0;
    color: rgba(255, 145, 72, 0.88);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pr-impact-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pr-impact-metric {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: clamp(1.35rem, 2.4vw, 2rem) clamp(1.1rem, 2vw, 1.65rem) clamp(1.5rem, 2.4vw, 2.1rem);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pr-impact-metric:last-child {
    border-right: none;
}

.pr-impact-metric__visual {
    height: 3.5rem;
    opacity: 0.92;
}

.pr-impact-visual {
    display: block;
    width: 100%;
    height: 100%;
}

.pr-impact-visual__block,
.pr-impact-visual__free,
.pr-impact-visual__bar,
.pr-impact-visual__lane,
.pr-impact-visual__person {
    fill: rgba(255, 255, 255, 0.08);
    stroke: rgba(255, 145, 72, 0.42);
    stroke-width: 1.5;
}

.pr-impact-visual__bar--short {
    fill: rgba(255, 97, 0, 0.72);
    stroke: none;
    transform-box: fill-box;
    transform-origin: left center;
}

.pr-impact-visual__bar--long {
    fill: rgba(255, 255, 255, 0.1);
    stroke: none;
    opacity: 0.45;
}

.pr-impact-visual__arrow,
.pr-impact-visual__person-mark {
    fill: none;
    stroke: rgba(255, 145, 72, 0.72);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pr-impact-visual__dot,
.pr-impact-visual__item {
    fill: rgba(255, 97, 0, 0.82);
}

.pr-impact-visual__free {
    fill: rgba(255, 97, 0, 0.22);
}

.pr-impact-scene.is-live .pr-impact-metric--capacity .pr-impact-visual__block {
    animation: pr-impact-free-block 2.8s ease-in-out infinite;
}

.pr-impact-scene.is-live .pr-impact-metric--capacity .pr-impact-visual__block--2 {
    animation-delay: 0.2s;
}

.pr-impact-scene.is-live .pr-impact-metric--capacity .pr-impact-visual__block--3 {
    animation-delay: 0.4s;
}

.pr-impact-scene.is-live .pr-impact-metric--speed .pr-impact-visual__bar--short {
    animation: pr-impact-shrink-wait 2.6s ease-in-out infinite;
}

.pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__item--1,
.pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__item--2,
.pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__item--3 {
    animation: pr-impact-queue-done 2.8s ease-in-out infinite;
}

.pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__item--2 {
    animation-delay: 0.25s;
}

.pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__item--3 {
    animation-delay: 0.5s;
}

.pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__person {
    animation: pr-impact-person-in 2.8s ease-in-out infinite;
}

.pr-impact-metric__value {
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
    line-height: 0.9;
}

.pr-impact-metric__number {
    color: #fff;
    font-size: clamp(3.25rem, 5.5vw, 5rem);
    font-weight: 650;
    letter-spacing: -0.06em;
}

.pr-impact-metric__unit {
    color: var(--pr-accent);
    font-size: clamp(1rem, 1.8vw, 1.45rem);
    font-weight: 650;
    letter-spacing: -0.03em;
    transform: translateY(0.55rem);
}

.pr-impact-metric__highlight {
    margin: -0.15rem 0 0;
    color: rgba(255, 180, 126, 0.96);
    font-size: 0.92rem;
    font-weight: 650;
    letter-spacing: 0.01em;
}

.pr-impact-metric h3 {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(1.05rem, 1.6vw, 1.22rem);
    font-weight: 620;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.pr-impact-metric p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(0.98rem, 1.2vw, 1.05rem);
    line-height: 1.65;
}

.pr-impact-scene__note {
    margin: 1.35rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    line-height: 1.65;
}

.pr-impact-measure {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.pr-impact-measure__label {
    color: rgba(255, 145, 72, 0.88);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pr-impact-measure__track {
    position: relative;
    display: block;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.pr-impact-measure__fill {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 97, 0, 0.35), rgba(255, 145, 72, 0.95) 55%, rgba(255, 255, 255, 0.85));
    transition: transform 1.1s var(--pr-ease);
}

.pr-impact-scene.is-live .pr-impact-measure__fill {
    transform: scaleX(1);
}

@keyframes pr-impact-free-block {
    0%, 100% { opacity: 0.45; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-5px); }
}

@keyframes pr-impact-shrink-wait {
    0%, 100% { transform: scaleX(1); opacity: 0.45; }
    50% { transform: scaleX(0.48); opacity: 1; }
}

@keyframes pr-impact-queue-done {
    0%, 100% { opacity: 0.35; transform: scale(0.85); }
    40%, 60% { opacity: 1; transform: scale(1); }
    80% { opacity: 0.15; transform: scale(0.7); }
}

@keyframes pr-impact-person-in {
    0%, 55% { opacity: 0.25; transform: scale(0.88); }
    75%, 100% { opacity: 1; transform: scale(1); }
}

.pr-section--roadmap {
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 97, 0, 0.07), transparent 42%),
        linear-gradient(180deg, var(--pr-surface-muted) 0%, var(--pr-bg) 100%);
    border-top: 1px solid var(--pr-line);
}

.pr-roadmap-intro {
    max-width: 44rem;
}

.pr-roadmap-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 4.5vw, 3.75rem);
    align-items: start;
}

.pr-roadmap-layout .pr-roadmap-intro {
    position: sticky;
    top: clamp(5.5rem, 10vh, 7rem);
    margin-bottom: 0;
    padding-top: 0.35rem;
}

.pr-roadmap-panel {
    padding: clamp(1.35rem, 2.8vw, 2.35rem);
    border: 1px solid rgba(20, 16, 12, 0.08);
    border-radius: calc(var(--pr-radius) + 0.15rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 251, 247, 0.94) 100%);
    box-shadow:
        0 28px 70px rgba(20, 16, 12, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.pr-roadmap {
    position: relative;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0.35rem 0 0;
    list-style: none;
    --roadmap-rail: 5.25rem;
    --roadmap-line-x: calc(var(--roadmap-rail) / 2);
    --roadmap-progress: 0;
    --roadmap-panel-bg: #fffefb;
}

.pr-roadmap::before,
.pr-roadmap::after {
    content: "";
    position: absolute;
    top: 1.65rem;
    bottom: 1.65rem;
    left: calc(var(--roadmap-line-x) - 1px);
    width: 2px;
    border-radius: 999px;
    pointer-events: none;
}

.pr-roadmap::before {
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 97, 0, 0.14) 0%,
        rgba(255, 97, 0, 0.28) 100%
    );
}

.pr-roadmap::after {
    z-index: 1;
    transform-origin: top center;
    transform: scaleY(var(--roadmap-progress));
    background: linear-gradient(
        180deg,
        rgba(255, 97, 0, 0.95) 0%,
        rgba(255, 140, 60, 0.92) 72%,
        rgba(255, 180, 126, 0.88) 100%
    );
    box-shadow: 0 0 16px rgba(255, 97, 0, 0.22);
}

.pr-roadmap-step {
    display: grid;
    grid-template-columns: var(--roadmap-rail) minmax(0, 1fr);
    gap: 1.35rem;
    padding: 0 0 2.15rem;
    position: relative;
    align-items: start;
}

.pr-roadmap-step:last-child {
    padding-bottom: 0.25rem;
}

.pr-roadmap-step__marker {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0.55rem;
}

.pr-roadmap-step__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.15rem;
    height: 3.15rem;
    padding: 0 0.35rem;
    color: var(--pr-accent);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    line-height: 1;
    border-radius: 999px;
    background: var(--roadmap-panel-bg);
    border: 2px solid rgba(255, 97, 0, 0.34);
    box-shadow:
        0 0 0 6px var(--roadmap-panel-bg),
        0 10px 24px rgba(255, 97, 0, 0.08);
    transition:
        border-color 220ms var(--pr-ease),
        box-shadow 220ms var(--pr-ease),
        color 220ms var(--pr-ease);
}

.pr-roadmap-step.is-active .pr-roadmap-step__index,
.pr-roadmap-step.is-complete .pr-roadmap-step__index {
    color: var(--pr-accent-deep);
    border-color: rgba(255, 97, 0, 0.72);
    box-shadow:
        0 0 0 6px var(--roadmap-panel-bg),
        0 0 0 10px rgba(255, 97, 0, 0.08),
        0 12px 28px rgba(255, 97, 0, 0.14);
}

.pr-roadmap-step.is-complete .pr-roadmap-step__index {
    background: linear-gradient(180deg, rgba(255, 251, 247, 1), rgba(255, 244, 235, 1));
}

.pr-roadmap-step.is-active .pr-roadmap-step__index {
    transform: scale(1.04);
}

.pr-roadmap-step__body {
    padding: 0.65rem 0 0;
    border-left: 1px solid rgba(20, 16, 12, 0.06);
    padding-left: clamp(0.85rem, 2vw, 1.35rem);
}

.pr-roadmap-step__phase {
    margin: 0 0 0.45rem;
    color: var(--pr-accent-deep);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pr-roadmap-step__deliverable {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.28rem 0.62rem;
    color: var(--pr-accent-deep);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 97, 0, 0.18);
    border-radius: 999px;
    background: rgba(255, 97, 0, 0.06);
}

.pr-roadmap-step h3 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 620;
    letter-spacing: -0.02em;
}

.pr-roadmap-step p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.pr-roadmap-step__outcome {
    margin-top: 0.65rem !important;
    color: var(--pr-ink-soft) !important;
    font-size: 0.88rem !important;
}

.pr-roadmap-step--finale .pr-roadmap-step__body {
    padding-bottom: 0.35rem;
}

.pr-roadmap-follow {
    position: relative;
    display: grid;
    gap: 0.55rem;
    margin-top: 1.15rem;
    padding: 0.95rem 1rem 1rem;
    border: 1px solid rgba(255, 97, 0, 0.14);
    border-radius: var(--pr-radius-sm);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 247, 0.9)),
        radial-gradient(circle at 100% 0%, rgba(255, 97, 0, 0.08), transparent 55%);
    overflow: hidden;
}

.pr-roadmap-follow__svg {
    display: block;
    width: 100%;
    height: auto;
}

.pr-roadmap-follow__path {
    fill: none;
    stroke: url(#roadmap-follow-line);
    stroke-width: 2;
    stroke-linecap: round;
}

.pr-roadmap-follow__path--main {
    stroke-dasharray: 316;
    stroke-dashoffset: 316;
}

.pr-roadmap-follow__path--branch {
    stroke-dasharray: 38;
    stroke-dashoffset: 38;
}

.pr-roadmap-follow__arrow {
    fill: rgba(255, 97, 0, 0.72);
}

.pr-roadmap-follow__dot {
    fill: rgba(255, 255, 255, 0.96);
    stroke: rgba(255, 97, 0, 0.55);
    stroke-width: 2;
}

.pr-roadmap-follow__dot--human {
    fill: rgba(255, 244, 235, 1);
    stroke: rgba(255, 97, 0, 0.82);
}

.pr-roadmap-follow__person {
    fill: none;
    stroke: rgba(255, 97, 0, 0.82);
    stroke-width: 1.8;
    stroke-linecap: round;
    opacity: 0;
}

.pr-roadmap-follow__labels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem 0.5rem;
}

.pr-roadmap-follow__label {
    color: var(--pr-ink-soft);
    font-size: 0.72rem;
    font-weight: 620;
    line-height: 1.35;
    text-align: center;
}

.pr-roadmap-follow__label--human {
    grid-column: 2;
    color: var(--pr-accent-deep);
}

.pr-roadmap-follow:not(.is-live) .pr-roadmap-follow__path--main {
    stroke-dashoffset: 0;
    opacity: 0.42;
}

.pr-roadmap-follow:not(.is-live) .pr-roadmap-follow__path--branch {
    stroke-dashoffset: 0;
    opacity: 0.42;
}

.pr-roadmap-follow.is-live .pr-roadmap-follow__path--main {
    animation: pr-roadmap-follow-draw 1.6s var(--pr-ease) forwards;
}

.pr-roadmap-follow.is-live .pr-roadmap-follow__path--branch {
    animation: pr-roadmap-follow-draw 0.9s var(--pr-ease) 0.55s forwards;
}

.pr-roadmap-follow.is-live .pr-roadmap-follow__dot--1 {
    animation: pr-roadmap-follow-pulse 2.4s ease-in-out infinite;
}

.pr-roadmap-follow.is-live .pr-roadmap-follow__dot--2 {
    animation: pr-roadmap-follow-pulse 2.4s ease-in-out 0.35s infinite;
}

.pr-roadmap-follow.is-live .pr-roadmap-follow__dot--3 {
    animation: pr-roadmap-follow-pulse 2.4s ease-in-out 0.7s infinite;
}

.pr-roadmap-follow.is-live .pr-roadmap-follow__dot--human,
.pr-roadmap-follow.is-live .pr-roadmap-follow__person {
    animation: pr-roadmap-follow-human 2.8s ease-in-out 1.1s infinite;
}

@keyframes pr-roadmap-follow-draw {
    to { stroke-dashoffset: 0; }
}

@keyframes pr-roadmap-follow-pulse {
    0%, 100% { transform: scale(1); opacity: 0.72; }
    50% { transform: scale(1.12); opacity: 1; }
}

@keyframes pr-roadmap-follow-human {
    0%, 100% { opacity: 0.45; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
}

.pr-roadmap-follow.is-live .pr-roadmap-follow__person {
    opacity: 1;
}

.pr-roadmap-signals {
    position: relative;
    display: grid;
    gap: 0.75rem;
    margin-top: 1.15rem;
    padding: 0.9rem 1rem 1rem;
    border: 1px solid rgba(255, 97, 0, 0.14);
    border-radius: var(--pr-radius-sm);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 247, 0.9)),
        radial-gradient(circle at 100% 0%, rgba(255, 97, 0, 0.08), transparent 55%);
    overflow: hidden;
}

.pr-roadmap-signals__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.pr-roadmap-signals__label {
    color: var(--pr-accent-deep);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pr-roadmap-signals__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--pr-accent);
    box-shadow: 0 0 0 0 rgba(255, 97, 0, 0.35);
}

.pr-roadmap-signals__chart {
    display: block;
    width: 100%;
    height: 3.35rem;
    color: rgba(255, 97, 0, 0.92);
}

.pr-roadmap-signals__area {
    fill: url(#roadmap-signal-fill);
    opacity: 0.85;
}

.pr-roadmap-signals__line,
.pr-roadmap-signals__scan {
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pr-roadmap-signals__line {
    stroke: currentColor;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    opacity: 0.95;
}

.pr-roadmap-signals__scan {
    stroke: rgba(255, 255, 255, 0.92);
    stroke-dasharray: 36 324;
    stroke-dashoffset: 360;
    opacity: 0;
}

.pr-roadmap-signals__bars {
    display: flex;
    align-items: flex-end;
    gap: 0.42rem;
    height: 2.15rem;
}

.pr-roadmap-signals__bars span {
    flex: 1;
    height: var(--h, 50%);
    min-height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 180, 126, 0.42), rgba(255, 97, 0, 0.88));
    transform-origin: bottom center;
    transform: scaleY(0.42);
    opacity: 0.45;
}

.pr-roadmap-signals:not(.is-live) .pr-roadmap-signals__line {
    stroke-dashoffset: 0;
    opacity: 0.42;
}

.pr-roadmap-signals:not(.is-live) .pr-roadmap-signals__area {
    opacity: 0.45;
}

.pr-roadmap-signals:not(.is-live) .pr-roadmap-signals__bars span {
    transform: scaleY(0.58);
    opacity: 0.5;
}

.pr-roadmap-signals.is-live .pr-roadmap-signals__dot {
    animation: pr-roadmap-pulse 2.1s ease-out infinite;
}

.pr-roadmap-signals.is-live .pr-roadmap-signals__line {
    animation: pr-roadmap-draw 1.8s var(--pr-ease) forwards;
}

.pr-roadmap-signals.is-live .pr-roadmap-signals__scan {
    opacity: 1;
    animation: pr-roadmap-scan 2.8s linear 1.2s infinite;
}

.pr-roadmap-signals.is-live .pr-roadmap-signals__bars span {
    animation: pr-roadmap-bar 2.4s ease-in-out infinite;
}

.pr-roadmap-signals.is-live .pr-roadmap-signals__bars span:nth-child(1) { animation-delay: 0s; }
.pr-roadmap-signals.is-live .pr-roadmap-signals__bars span:nth-child(2) { animation-delay: 0.18s; }
.pr-roadmap-signals.is-live .pr-roadmap-signals__bars span:nth-child(3) { animation-delay: 0.36s; }
.pr-roadmap-signals.is-live .pr-roadmap-signals__bars span:nth-child(4) { animation-delay: 0.54s; }
.pr-roadmap-signals.is-live .pr-roadmap-signals__bars span:nth-child(5) { animation-delay: 0.72s; }

@keyframes pr-roadmap-draw {
    to { stroke-dashoffset: 0; }
}

@keyframes pr-roadmap-scan {
    to { stroke-dashoffset: 0; }
}

@keyframes pr-roadmap-bar {
    0%, 100% { transform: scaleY(0.42); opacity: 0.45; }
    50% { transform: scaleY(1); opacity: 1; }
}

@keyframes pr-roadmap-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 97, 0, 0.38); }
    70% { box-shadow: 0 0 0 10px rgba(255, 97, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 97, 0, 0); }
}

.pr-roadmap-closer {
    max-width: 44rem;
    margin: 2rem 0 0;
    padding-top: 1.35rem;
    border-top: 1px solid var(--pr-line);
    color: var(--pr-ink-soft);
    font-size: 0.95rem;
    line-height: 1.65;
}

.pr-section--solution {
    background: linear-gradient(180deg, rgba(255, 251, 247, 0.55), var(--pr-bg));
    border-top: 1px solid var(--pr-line);
}

.pr-solution-intro {
    max-width: 44rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.pr-solution-intro__bridge {
    margin: 1.15rem 0 0;
    color: var(--pr-ink-soft);
    font-size: clamp(0.98rem, 1.2vw, 1.05rem);
    line-height: 1.65;
}

.pr-solution-panel {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    background:
        radial-gradient(circle at 88% 0%, rgba(255, 97, 0, 0.1), transparent 38%),
        linear-gradient(180deg, #383532 0%, #2a2725 100%);
    color: rgba(255, 255, 255, 0.92);
}

.pr-solution-panel__beam {
    position: absolute;
    inset: 0 auto auto 0;
    z-index: 2;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(
        90deg,
        rgba(255, 97, 0, 0.15) 0%,
        rgba(255, 145, 72, 0.95) 42%,
        rgba(255, 180, 126, 0.88) 100%
    );
    pointer-events: none;
}

.pr-solution-panel.is-live .pr-solution-panel__beam {
    animation: pr-solution-beam 1.65s var(--pr-ease) forwards;
}

.pr-solution-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pr-solution-col {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    min-height: 100%;
    padding: clamp(1.35rem, 2.2vw, 1.85rem) clamp(1rem, 1.6vw, 1.35rem) clamp(1.5rem, 2.2vw, 1.9rem);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 220ms var(--pr-ease);
}

.pr-solution-col:last-child {
    border-right: none;
}

.pr-solution-col:hover,
.pr-solution-col:focus-within {
    background: rgba(255, 255, 255, 0.04);
}

.pr-solution-col__index {
    color: rgba(255, 145, 72, 0.72);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    transition: color 220ms var(--pr-ease), text-shadow 220ms var(--pr-ease);
}

.pr-solution-col:hover .pr-solution-col__index,
.pr-solution-col:focus-within .pr-solution-col__index {
    color: rgba(255, 180, 126, 0.98);
    text-shadow: 0 0 18px rgba(255, 97, 0, 0.28);
}

.pr-solution-col__category {
    margin: 0;
    color: rgba(255, 145, 72, 0.88);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pr-solution-col h3 {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(0.98rem, 1.35vw, 1.12rem);
    font-weight: 620;
    letter-spacing: -0.02em;
    line-height: 1.32;
}

.pr-solution-col p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(0.86rem, 1.05vw, 0.92rem);
    line-height: 1.62;
}

.pr-solution-col__tags {
    margin-top: auto !important;
    padding-top: 0.35rem;
    color: rgba(255, 180, 126, 0.82) !important;
    font-size: 0.72rem !important;
    font-weight: 620;
    letter-spacing: 0.02em;
    line-height: 1.45 !important;
}

.pr-solution-panel__cta {
    display: flex;
    justify-content: center;
    padding: 1.15rem 1.25rem 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pr-solution-panel__link {
    color: rgba(255, 180, 126, 0.96);
    font-size: 0.88rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    transition: color 180ms ease;
}

.pr-solution-panel__link:hover {
    color: #fff;
}

@keyframes pr-solution-beam {
    to { transform: scaleX(1); }
}

@keyframes pr-solution-rail {
    from { transform: scaleY(0); transform-origin: top center; opacity: 0.35; }
    to { transform: scaleY(1); transform-origin: top center; opacity: 1; }
}

.pr-measurement {
    margin-top: 0.5rem;
    padding-top: 0;
    border-top: none;
}

.pr-measurement__panel {
    position: relative;
    overflow: hidden;
    padding: 1.75rem 1.5rem 1.65rem;
    border: 1px solid rgba(255, 97, 0, 0.14);
    border-radius: var(--pr-radius-md);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 247, 0.88)),
        radial-gradient(circle at 100% 0%, rgba(255, 97, 0, 0.07), transparent 42%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 18px 40px rgba(17, 17, 15, 0.04);
}

.pr-measurement__panel::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--pr-accent), transparent);
    opacity: 0.55;
}

.pr-measurement__label,
.pr-measurement__lead {
    margin: 0 0 1.35rem;
    color: var(--pr-ink-soft);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pr-measurement__lead {
    margin: 1.75rem 0 1rem;
}

.pr-measurement-loop {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.pr-measurement-loop::before {
    content: "";
    position: absolute;
    top: 1.28rem;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(255, 97, 0, 0.08),
        rgba(255, 97, 0, 0.42) 50%,
        rgba(255, 97, 0, 0.85)
    );
    border-radius: 999px;
    pointer-events: none;
}

.pr-measurement-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pr-measurement-step__node {
    display: grid;
    place-items: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    color: var(--pr-accent-deep);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: #fff;
    border: 2px solid rgba(255, 97, 0, 0.28);
    box-shadow: 0 4px 14px rgba(17, 17, 15, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pr-measurement-step__label {
    display: block;
    max-width: 9.5rem;
    color: var(--pr-ink);
    font-size: clamp(0.82rem, 1.1vw, 0.92rem);
    font-weight: 620;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.pr-measurement-step--finale .pr-measurement-step__node {
    color: #fff;
    background: linear-gradient(145deg, var(--pr-accent), var(--pr-accent-deep));
    border-color: transparent;
    box-shadow:
        0 8px 22px rgba(255, 97, 0, 0.28),
        0 0 0 4px rgba(255, 97, 0, 0.1);
}

.pr-measurement-step--finale .pr-measurement-step__label {
    color: var(--pr-accent-deep);
    font-weight: 650;
}

@media (hover: hover) {
    .pr-measurement-step:hover .pr-measurement-step__node {
        transform: translateY(-2px);
        border-color: rgba(255, 97, 0, 0.45);
        box-shadow: 0 8px 20px rgba(255, 97, 0, 0.12);
    }
}

.pr-metrics-track {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pr-metrics-track li {
    padding: 0.45rem 0.75rem;
    color: var(--pr-muted);
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid var(--pr-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

.pr-statstrip span {
    color: var(--pr-muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.45;
}

.pr-marquee {
    overflow: hidden;
    border-block: 1px solid var(--pr-line);
    background: rgba(255, 255, 255, 0.55);
}

.pr-marquee__track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    padding: 0.95rem 0;
    animation: pr-marquee 36s linear infinite;
}

.pr-marquee__track span {
    color: var(--pr-muted);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pr-marquee__track span::before {
    content: "+";
    margin-right: 2.5rem;
    color: var(--pr-accent);
}

@keyframes pr-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.pr-problem-intro {
    max-width: 44rem;
    margin-bottom: 2.25rem;
}

.pr-section--problems {
    border-top: 1px solid var(--pr-line);
}

.pr-problem-matrix {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(20, 16, 12, 0.1);
    border-left: 1px solid rgba(20, 16, 12, 0.1);
}

.pr-problem-panel {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 100%;
    padding: 1.55rem 1.45rem 1.75rem;
    border-right: 1px solid rgba(20, 16, 12, 0.1);
    border-bottom: 1px solid rgba(20, 16, 12, 0.1);
    background: transparent;
}

.pr-problem-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.pr-problem-panel__index {
    color: var(--pr-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-problem-panel__scene {
    flex: 0 0 auto;
    width: min(100%, 9.5rem);
    height: 2.85rem;
    opacity: 0.92;
}

.pr-problem-scene {
    display: block;
    width: 100%;
    height: 100%;
}

.pr-problem-scene__box,
.pr-problem-scene__sheet,
.pr-problem-scene__queue,
.pr-problem-scene__gate,
.pr-problem-scene__track,
.pr-problem-scene__stop,
.pr-problem-scene__approve {
    fill: rgba(255, 251, 247, 0.95);
    stroke: rgba(255, 97, 0, 0.24);
    stroke-width: 1.5;
}

.pr-problem-scene__path,
.pr-problem-scene__loop,
.pr-problem-scene__sheet-line,
.pr-problem-scene__approve-mark {
    fill: none;
    stroke: rgba(255, 97, 0, 0.38);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pr-problem-scene__dot,
.pr-problem-scene__wait,
.pr-problem-scene__runner {
    fill: var(--pr-accent);
}

.pr-problem-scene__approve-mark {
    stroke: rgba(255, 97, 0, 0.72);
}

.pr-problem-panel:hover .pr-problem-scene__dot--move,
.pr-problem-panel:focus-within .pr-problem-scene__dot--move {
    animation: pr-problem-transfer 2.4s ease-in-out infinite;
}

.pr-problem-panel:hover .pr-problem-scene__loop,
.pr-problem-panel:focus-within .pr-problem-scene__loop {
    transform-origin: 120px 36px;
    animation: pr-problem-spin 2.8s linear infinite;
}

.pr-problem-panel:hover .pr-problem-scene__wait--1,
.pr-problem-panel:focus-within .pr-problem-scene__wait--1 {
    animation: pr-problem-pulse 1.8s ease-in-out infinite;
}

.pr-problem-panel:hover .pr-problem-scene__wait--2,
.pr-problem-panel:focus-within .pr-problem-scene__wait--2 {
    animation: pr-problem-pulse 1.8s ease-in-out 0.25s infinite;
}

.pr-problem-panel:hover .pr-problem-scene__wait--3,
.pr-problem-panel:focus-within .pr-problem-scene__wait--3 {
    animation: pr-problem-pulse 1.8s ease-in-out 0.5s infinite;
}

.pr-problem-panel:hover .pr-problem-scene__runner--halt,
.pr-problem-panel:focus-within .pr-problem-scene__runner--halt {
    animation: pr-problem-halt 2.6s ease-in-out infinite;
}

.pr-problem-panel h3 {
    margin: 0;
    font-size: clamp(1.15rem, 1.9vw, 1.4rem);
    font-weight: 620;
    letter-spacing: -0.03em;
    line-height: 1.28;
}

.pr-problem-panel p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.pr-problem-bridge {
    margin: 0;
    padding: 1.65rem 0 0;
    border-top: 1px solid rgba(20, 16, 12, 0.1);
    color: var(--pr-ink-soft);
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    font-weight: 560;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

@keyframes pr-problem-transfer {
    0%, 100% { transform: translateX(0); opacity: 0.55; }
    50% { transform: translateX(96px); opacity: 1; }
}

@keyframes pr-problem-spin {
    to { transform: rotate(360deg); }
}

@keyframes pr-problem-pulse {
    0%, 100% { opacity: 0.35; transform: scale(0.88); }
    50% { opacity: 1; transform: scale(1); }
}

@keyframes pr-problem-halt {
    0%, 100% { transform: translateX(0); opacity: 0.55; }
    45% { transform: translateX(56px); opacity: 1; }
    55% { transform: translateX(56px); opacity: 1; }
}

.pr-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pr-problem-card {
    padding: 1.5rem 1.5rem 1.65rem;
    border: 1px solid var(--pr-line);
    border-radius: var(--pr-radius-md);
    background: rgba(255, 255, 255, 0.72);
}

.pr-problem-card__index {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-problem-card h3 {
    margin: 0.85rem 0 0.55rem;
    font-size: 1.2rem;
    font-weight: 620;
    letter-spacing: -0.03em;
}

.pr-problem-card p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.pr-flywheel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.pr-flywheel__card {
    padding: 1.65rem;
    border: 1px solid var(--pr-line);
    border-radius: var(--pr-radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62));
}

.pr-flywheel__route {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pr-flywheel__card h3 {
    margin: 0.9rem 0 0.65rem;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 620;
    letter-spacing: -0.035em;
}

.pr-flywheel__card p {
    margin: 0;
    color: var(--pr-muted);
    line-height: 1.65;
}

.pr-solutions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pr-section--help {
    background:
        radial-gradient(circle at 88% 0%, rgba(255, 97, 0, 0.05), transparent 36%),
        linear-gradient(180deg, var(--pr-surface) 0%, rgba(255, 251, 247, 0.92) 100%);
}

.pr-help-intro {
    max-width: 44rem;
    margin-bottom: 2.25rem;
}

.pr-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pr-help-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.55rem 1.55rem 1.35rem;
    color: inherit;
    overflow: hidden;
    border: 1px solid rgba(20, 16, 12, 0.08);
    border-radius: calc(var(--pr-radius-md) + 0.1rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 251, 247, 0.88) 100%);
    box-shadow: 0 18px 44px rgba(20, 16, 12, 0.04);
    transition:
        border-color 240ms var(--pr-ease),
        transform 240ms var(--pr-ease),
        box-shadow 240ms var(--pr-ease);
}

.pr-help-card:hover {
    border-color: rgba(255, 97, 0, 0.28);
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(20, 16, 12, 0.07);
}

.pr-help-card__ghost {
    position: absolute;
    top: 0.2rem;
    right: 0.65rem;
    z-index: 0;
    color: rgba(255, 97, 0, 0.07);
    font-size: clamp(4.5rem, 10vw, 6.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    pointer-events: none;
    user-select: none;
}

.pr-help-card__scene {
    position: relative;
    z-index: 1;
    height: 9.5rem;
    margin-bottom: 1.15rem;
    border-radius: var(--pr-radius-sm);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 240, 0.72)),
        radial-gradient(circle at 18% 12%, rgba(255, 97, 0, 0.08), transparent 52%);
    overflow: hidden;
}

.pr-help-scene {
    display: block;
    width: 100%;
    height: 100%;
}

.pr-help-scene__frame,
.pr-help-scene__block,
.pr-help-scene__panel,
.pr-help-scene__node,
.pr-help-scene__step,
.pr-help-scene__hub {
    fill: rgba(255, 255, 255, 0.92);
    stroke: rgba(255, 97, 0, 0.22);
    stroke-width: 1.5;
}

.pr-help-scene__block,
.pr-help-scene__panel {
    fill: rgba(255, 248, 242, 0.95);
}

.pr-help-scene__panel--2 {
    fill: rgba(255, 236, 220, 0.55);
}

.pr-help-scene__cursor {
    fill: rgba(255, 97, 0, 0.88);
    stroke: none;
    transform-origin: 188px 118px;
    animation: pr-help-cursor 3.2s ease-in-out infinite;
}

.pr-help-scene__hub {
    fill: rgba(255, 97, 0, 0.14);
    stroke: rgba(255, 97, 0, 0.55);
    stroke-width: 2;
}

.pr-help-scene__link {
    fill: none;
    stroke: rgba(255, 97, 0, 0.34);
    stroke-width: 2;
    stroke-dasharray: 6 8;
}

.pr-help-scene__signal {
    fill: var(--pr-accent);
    opacity: 0;
}

.pr-help-scene__route {
    fill: none;
    stroke: rgba(255, 97, 0, 0.18);
    stroke-width: 2;
    stroke-dasharray: 5 7;
}

.pr-help-scene__runner {
    fill: var(--pr-accent);
    filter: drop-shadow(0 0 8px rgba(255, 97, 0, 0.35));
}

.pr-help-card:hover .pr-help-scene__block--1,
.pr-help-card:focus-visible .pr-help-scene__block--1 {
    animation: pr-help-rise 2.8s ease-in-out infinite;
}

.pr-help-card:hover .pr-help-scene__panel--2,
.pr-help-card:focus-visible .pr-help-scene__panel--2 {
    animation: pr-help-rise 2.8s ease-in-out 0.25s infinite;
}

.pr-help-card:hover .pr-help-scene__signal,
.pr-help-card:focus-visible .pr-help-scene__signal {
    animation: pr-help-signal 2.2s ease-in-out infinite;
}

.pr-help-card:hover .pr-help-scene__signal--2,
.pr-help-card:focus-visible .pr-help-scene__signal--2 {
    animation-delay: 0.35s;
}

.pr-help-card:hover .pr-help-scene__signal--3,
.pr-help-card:focus-visible .pr-help-scene__signal--3 {
    animation-delay: 0.7s;
}

.pr-help-card:hover .pr-help-scene__runner,
.pr-help-card:focus-visible .pr-help-scene__runner {
    animation: pr-help-runner 2.8s linear infinite;
}

.pr-help-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.65rem;
}

.pr-help-card__kicker {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.28rem 0.62rem;
    color: var(--pr-accent-deep);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 97, 0, 0.18);
    border-radius: 999px;
    background: rgba(255, 97, 0, 0.06);
}

.pr-help-card h3 {
    margin: 0;
    font-size: clamp(1.2rem, 1.9vw, 1.45rem);
    font-weight: 620;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.pr-help-card p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.pr-help-card__tags {
    margin-top: 0.15rem !important;
    color: var(--pr-ink-soft) !important;
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
}

.pr-help-card__cta {
    position: relative;
    z-index: 1;
    margin-top: 1.15rem;
    color: var(--pr-accent-deep);
    font-size: 0.84rem;
    font-weight: 650;
    letter-spacing: 0.02em;
}

.pr-help-card__line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(255, 97, 0, 0.95), rgba(255, 180, 126, 0.85));
    transition: transform 420ms var(--pr-ease);
}

.pr-help-card:hover .pr-help-card__line,
.pr-help-card:focus-visible .pr-help-card__line {
    transform: scaleX(1);
}

@keyframes pr-help-rise {
    0%, 100% { transform: translateY(0); opacity: 0.88; }
    50% { transform: translateY(-4px); opacity: 1; }
}

@keyframes pr-help-cursor {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(8px, -6px); }
}

@keyframes pr-help-signal {
    0%, 100% { opacity: 0.15; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1); }
}

@keyframes pr-help-runner {
    0% { transform: translateX(0); opacity: 0.4; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { transform: translateX(220px); opacity: 0.4; }
}

.pr-solution-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.65rem;
    color: inherit;
    border: 1px solid var(--pr-line);
    border-radius: var(--pr-radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62));
    transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.pr-solution-card:hover {
    border-color: rgba(255, 97, 0, 0.28);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(17, 17, 15, 0.06);
}

.pr-solution-card__index {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-solution-card h3 {
    margin: 0;
    font-size: clamp(1.15rem, 1.8vw, 1.35rem);
    font-weight: 620;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.pr-solution-card p {
    margin: 0;
    flex: 1;
    color: var(--pr-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.pr-solution-card__cta {
    color: var(--pr-accent-deep);
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: 0.04em;
}

.pr-method-bridge {
    margin-top: 2rem;
    max-width: 42rem;
}

.pr-practices {
    display: grid;
    gap: 0;
    margin-top: 3rem;
    border-top: 1px solid var(--pr-line);
}

.pr-practice {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: start;
    padding: 1.65rem 0;
    color: inherit;
    border-bottom: 1px solid var(--pr-line);
    transition: background 220ms ease;
}

.pr-practice:hover {
    background: rgba(255, 255, 255, 0.45);
}

.pr-practice__index {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-practice h3 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 620;
    letter-spacing: -0.035em;
}

.pr-practice p {
    margin: 0;
    color: var(--pr-muted);
    line-height: 1.6;
}

.pr-practice__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
}

.pr-practice__tags li {
    padding: 0.28rem 0.62rem;
    border: 1px solid var(--pr-line);
    border-radius: 999px;
    color: var(--pr-muted);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pr-practice__cta {
    color: var(--pr-accent);
    font-size: 0.82rem;
    font-weight: 650;
    white-space: nowrap;
}

.pr-phases {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.pr-phase {
    padding: 1.35rem 1.25rem 1.5rem;
    border: 1px solid var(--pr-line);
    border-radius: var(--pr-radius-md);
    background: rgba(255, 255, 255, 0.72);
}

.pr-phase__index {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-phase__meta {
    margin: 0.65rem 0 0.35rem;
    color: var(--pr-muted);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pr-phase h3 {
    margin: 0 0 0.55rem;
    font-size: 1.15rem;
    font-weight: 620;
}

.pr-phase p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.pr-principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
}

.pr-principle {
    padding: 1.5rem;
    border: 1px solid var(--pr-line);
    border-radius: var(--pr-radius-md);
    background: rgba(255, 255, 255, 0.72);
}

.pr-principle__index {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-principle h3 {
    margin: 0.85rem 0 0.55rem;
    font-size: 1.15rem;
    font-weight: 620;
}

.pr-principle p {
    margin: 0;
    color: var(--pr-muted);
    line-height: 1.65;
}

.pr-hero__visual {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(22rem, 42vw, 34rem);
    will-change: transform;
}

.pr-hero__visual .motion-scene {
    width: 118%;
    max-width: 54rem;
    margin-left: -8%;
    transform-origin: center center;
}

.pr-hero__visual::before {
    content: "";
    position: absolute;
    inset: 8% 2%;
    border-radius: 50%;
    background: rgba(255, 97, 0, 0.16);
    filter: blur(64px);
    pointer-events: none;
    animation: pr-hero-glow 8s ease-in-out infinite alternate;
}

@keyframes pr-hero-glow {
    from { opacity: 0.72; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1.04); }
}

/* Functional search */
.pr-search-wrap {
    position: relative;
    z-index: 4;
    margin-top: -2.2rem;
}

.pr-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    padding: 0.72rem 0.72rem 0.72rem 1.25rem;
    border: 1px solid var(--pr-line);
    border-radius: 1.35rem;
    background: rgba(255, 254, 251, 0.94);
    box-shadow: var(--pr-shadow-lg);
    backdrop-filter: blur(20px);
}

.pr-search:focus-within {
    border-color: rgba(255, 97, 0, 0.55);
    box-shadow:
        0 0 0 4px rgba(255, 97, 0, 0.09),
        var(--pr-shadow-lg);
}

.pr-search svg {
    width: 1.25rem;
    color: var(--pr-muted);
}

.pr-search input {
    width: 100%;
    min-width: 0;
    padding: 0.65rem 0;
    color: var(--pr-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.pr-search input::placeholder {
    color: #98968e;
}

.pr-search button {
    min-height: 2.9rem;
    padding-inline: 1.25rem;
    color: #fff;
    background: var(--pr-ink);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 650;
}

.pr-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding: 0 0.4rem;
    list-style: none;
}

.pr-quicklinks a {
    display: inline-flex;
    padding: 0.45rem 0.72rem;
    color: var(--pr-muted);
    border: 1px solid var(--pr-line);
    border-radius: 999px;
    font-size: 0.72rem;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.pr-quicklinks a:hover {
    color: var(--pr-ink);
    border-color: rgba(255, 97, 0, 0.4);
    background: rgba(255, 255, 255, 0.72);
}

/* Editorial compositions */
.pr-split {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(26rem, 1.2fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.pr-split--reverse {
    grid-template-columns: minmax(26rem, 1.15fr) minmax(0, 0.85fr);
}

.pr-copy {
    max-width: var(--pr-reading);
}

.pr-index-list {
    margin: 3rem 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--pr-line);
}

.pr-index-list li {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--pr-line);
}

.pr-index-list__number {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-index-list h3 {
    margin: 0 0 0.45rem;
    color: var(--pr-ink);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 620;
    letter-spacing: -0.025em;
}

.pr-index-list p {
    max-width: 42rem;
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.pr-capabilities {
    margin-top: 4rem;
    border-top: 1px solid var(--pr-line);
}

.pr-capability {
    display: grid;
    grid-template-columns: 4rem minmax(14rem, 0.7fr) minmax(0, 1.3fr) auto;
    gap: 1.5rem;
    align-items: baseline;
    padding-block: 1.55rem;
    color: inherit;
    border-bottom: 1px solid var(--pr-line);
}

.pr-capability__index {
    color: var(--pr-accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pr-capability h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 620;
    letter-spacing: -0.035em;
}

.pr-capability p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.pr-capability__arrow {
    color: var(--pr-accent);
    font-size: 1.25rem;
    transition: transform 220ms var(--pr-ease);
}

.pr-capability:hover .pr-capability__arrow {
    transform: translateX(0.3rem);
}

.pr-paths {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pr-paths__heading {
    margin: clamp(2.75rem, 5vw, 3.75rem) 0 0;
    color: rgba(255, 145, 72, 0.88);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pr-operational-trust__head {
    max-width: 44rem;
}

.pr-operational-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.15rem);
    margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.pr-operational-trust__pillar {
    display: grid;
    gap: 0.65rem;
    align-content: start;
    padding: 1.15rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.pr-operational-trust__index {
    color: rgba(255, 145, 72, 0.92);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pr-operational-trust__pillar h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
}

.pr-operational-trust__pillar p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.68);
}

.pr-operational-trust__signature {
    margin-top: 0.15rem !important;
    font-size: 0.72rem !important;
    font-weight: 650;
    color: rgba(255, 255, 255, 0.48) !important;
}

.pr-operational-trust__credential--featured {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.35rem;
    padding: 0.75rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease;
}

.pr-operational-trust__credential--featured:hover {
    border-color: rgba(255, 97, 0, 0.35);
    background: rgba(255, 97, 0, 0.08);
}

.pr-operational-trust__credential--featured img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
}

.pr-operational-trust__credential--featured span {
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
}

.pr-operational-trust__credentials {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pr-operational-trust__credentials a {
    font-size: 0.72rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
}

.pr-operational-trust__credentials a:hover {
    color: rgba(255, 145, 72, 0.92);
}

.pr-operational-trust__link {
    margin-top: 0.15rem;
    font-size: 0.76rem;
    font-weight: 650;
    color: rgba(255, 145, 72, 0.92);
    text-decoration: none;
}

.pr-operational-trust__link:hover {
    color: #fff;
}

.pr-operational-trust__flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin-top: 0.25rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.72);
}

.pr-operational-trust__flow-arrow {
    color: rgba(255, 145, 72, 0.88);
}

.pr-operational-trust__links {
    display: grid;
    gap: 0.35rem;
}

.pr-operational-trust__cta {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.75rem, 3vw, 2.35rem);
}

.pr-engineering-journey {
    position: relative;
    --ej-rail-h: clamp(5.5rem, 11vw, 8.25rem);
    --ej-marker: 4.5rem;
    margin-top: clamp(2.5rem, 5vw, 3.75rem);
    padding-top: 0.15rem;
}

.pr-engineering-journey__rail {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.pr-engineering-journey__rail--horizontal {
    top: 0;
    left: 0;
    right: 0;
    height: var(--ej-rail-h);
}

.pr-engineering-journey__rail--vertical {
    display: none;
}

.pr-engineering-journey__rail .pr-engineering-journey__svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.pr-engineering-journey__base {
    fill: none;
    stroke: rgba(255, 97, 0, 0.18);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pr-engineering-journey__trace {
    fill: none;
    stroke: rgba(255, 145, 72, 0.95);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    filter: drop-shadow(0 0 8px rgba(255, 97, 0, 0.28));
}

.pr-engineering-journey__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1.5rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.pr-engineering-journey__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.pr-engineering-journey__step[data-node="1"] .pr-engineering-journey__marker {
    margin-top: calc((66 / 132) * var(--ej-rail-h) - (var(--ej-marker) / 2));
}

.pr-engineering-journey__step[data-node="2"] .pr-engineering-journey__marker {
    margin-top: calc((28 / 132) * var(--ej-rail-h) - (var(--ej-marker) / 2));
}

.pr-engineering-journey__step[data-node="3"] .pr-engineering-journey__marker {
    margin-top: calc((104 / 132) * var(--ej-rail-h) - (var(--ej-marker) / 2));
}

.pr-engineering-journey__step[data-node="4"] .pr-engineering-journey__marker {
    margin-top: calc((66 / 132) * var(--ej-rail-h) - (var(--ej-marker) / 2));
}

.pr-engineering-journey__marker {
    position: relative;
    width: var(--ej-marker);
    height: var(--ej-marker);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.pr-engineering-journey__backdrop {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--pr-ink);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.pr-engineering-journey__ring {
    position: absolute;
    inset: 0.45rem;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.035);
    transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.pr-engineering-journey__glyph {
    position: relative;
    z-index: 1;
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: rgba(255, 255, 255, 0.84);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    transform: scale(0.82);
}

.pr-engineering-journey__glyph--check {
    stroke-width: 2.35;
}

.pr-engineering-journey__copy {
    display: grid;
    gap: 0.25rem;
    max-width: 11rem;
    color: rgba(255, 255, 255, 0.42);
}

.pr-engineering-journey__copy strong {
    color: rgba(255, 255, 255, 0.52);
    font-size: clamp(0.98rem, 1.35vw, 1.08rem);
    font-weight: 620;
    letter-spacing: -0.02em;
}

.pr-engineering-journey__copy span {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    color: rgba(255, 145, 72, 0.72);
}

.pr-engineering-journey.is-live .pr-engineering-journey__rail--horizontal .pr-engineering-journey__trace {
    animation: pr-engineering-draw 3.8s linear forwards;
}

.pr-engineering-journey.is-complete .pr-engineering-journey__trace {
    stroke-dashoffset: 0;
}

@keyframes pr-engineering-draw {
    from { stroke-dashoffset: 1000; }
    to { stroke-dashoffset: 0; }
}

.pr-engineering-journey.is-live [data-node="1"] .pr-engineering-journey__ring {
    border-color: rgba(255, 145, 72, 0.88);
    box-shadow: 0 0 10px rgba(255, 97, 0, 0.22);
}

.pr-engineering-journey.is-live [data-node="1"] .pr-engineering-journey__glyph {
    opacity: 1;
    transform: scale(1);
}

.pr-engineering-journey.is-live [data-node="2"] .pr-engineering-journey__ring,
.pr-engineering-journey.is-live [data-node="3"] .pr-engineering-journey__ring,
.pr-engineering-journey.is-live [data-node="4"] .pr-engineering-journey__ring {
    animation: pr-engineering-ring 0.55s var(--pr-ease) forwards;
}

.pr-engineering-journey.is-live [data-node="2"] .pr-engineering-journey__glyph,
.pr-engineering-journey.is-live [data-node="3"] .pr-engineering-journey__glyph,
.pr-engineering-journey.is-live [data-node="4"] .pr-engineering-journey__glyph {
    animation: pr-engineering-glyph 0.45s var(--pr-ease) forwards;
}

.pr-engineering-journey.is-live [data-node="2"] .pr-engineering-journey__ring,
.pr-engineering-journey.is-live [data-node="2"] .pr-engineering-journey__glyph {
    animation-delay: 0.95s;
}

.pr-engineering-journey.is-live [data-node="3"] .pr-engineering-journey__ring,
.pr-engineering-journey.is-live [data-node="3"] .pr-engineering-journey__glyph {
    animation-delay: 1.9s;
}

.pr-engineering-journey.is-live [data-node="4"] .pr-engineering-journey__ring {
    animation: pr-engineering-verify-ring 0.55s var(--pr-ease) forwards;
    animation-delay: 2.85s;
}

.pr-engineering-journey.is-live [data-node="4"] .pr-engineering-journey__glyph {
    animation-delay: 3.05s;
}

@keyframes pr-engineering-ring {
    from {
        border-color: rgba(255, 255, 255, 0.24);
        box-shadow: none;
    }
    to {
        border-color: rgba(255, 145, 72, 0.92);
        box-shadow: 0 0 12px rgba(255, 97, 0, 0.28);
    }
}

@keyframes pr-engineering-glyph {
    from {
        opacity: 0;
        transform: scale(0.82);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pr-engineering-verify-ring {
    to {
        background: rgba(255, 97, 0, 0.92);
        border-color: rgba(255, 145, 72, 0.98);
        box-shadow: 0 0 14px rgba(255, 97, 0, 0.35);
    }
}

.pr-engineering-journey.is-live .pr-engineering-journey__step--verify .pr-engineering-journey__glyph {
    stroke: #fff;
}

.pr-engineering-journey.is-live [data-stage="1"] .pr-engineering-journey__copy {
    color: rgba(255, 255, 255, 0.72);
}

.pr-engineering-journey.is-live [data-stage="1"] .pr-engineering-journey__copy strong {
    color: #fff;
}

.pr-engineering-journey.is-live [data-stage="2"] .pr-engineering-journey__copy,
.pr-engineering-journey.is-live [data-stage="3"] .pr-engineering-journey__copy,
.pr-engineering-journey.is-live [data-stage="4"] .pr-engineering-journey__copy {
    animation: pr-engineering-stage 0.45s var(--pr-ease) forwards;
}

.pr-engineering-journey.is-live [data-stage="2"] .pr-engineering-journey__copy { animation-delay: 0.95s; }
.pr-engineering-journey.is-live [data-stage="3"] .pr-engineering-journey__copy { animation-delay: 1.9s; }
.pr-engineering-journey.is-live [data-stage="4"] .pr-engineering-journey__copy { animation-delay: 2.85s; }

@keyframes pr-engineering-stage {
    to {
        color: rgba(255, 255, 255, 0.72);
    }
}

.pr-engineering-journey.is-live [data-stage="2"] .pr-engineering-journey__copy strong,
.pr-engineering-journey.is-live [data-stage="3"] .pr-engineering-journey__copy strong,
.pr-engineering-journey.is-live [data-stage="4"] .pr-engineering-journey__copy strong {
    animation: pr-engineering-stage-strong 0.45s var(--pr-ease) forwards;
}

.pr-engineering-journey.is-live [data-stage="2"] .pr-engineering-journey__copy strong { animation-delay: 0.95s; }
.pr-engineering-journey.is-live [data-stage="3"] .pr-engineering-journey__copy strong { animation-delay: 1.9s; }
.pr-engineering-journey.is-live [data-stage="4"] .pr-engineering-journey__copy strong { animation-delay: 2.85s; }

@keyframes pr-engineering-stage-strong {
    to { color: #fff; }
}

.pr-evidence-scene {
    max-width: 68rem;
    margin: clamp(3rem, 7vw, 6rem) auto 1rem;
}

.pr-section--ink .motion-scene text {
    fill: rgba(255, 255, 255, 0.86);
}

.pr-section--ink .motion-scene .scene-small {
    fill: rgba(255, 255, 255, 0.48);
}

.pr-section--ink .evidence-stage circle {
    fill: rgba(255, 255, 255, 0.055);
    stroke: rgba(255, 255, 255, 0.24);
}

.pr-section--ink .evidence-stage path {
    stroke: rgba(255, 255, 255, 0.82);
}

.pr-section--ink .evidence-stage--accent circle {
    fill: var(--pr-accent);
    stroke: var(--pr-accent);
}

.pr-section--ink .evidence-stage--accent path {
    stroke: #fff;
}

.pr-path {
    min-height: 15rem;
    padding: 2rem;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.pr-path:last-child {
    border-right: 0;
}

.pr-path__label {
    color: var(--pr-accent-soft);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pr-path h3 {
    margin: 1.15rem 0 0.75rem;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    letter-spacing: -0.04em;
}

.pr-path p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    line-height: 1.6;
}

.pr-path a {
    display: inline-flex;
    margin-top: 1.5rem;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 650;
}

.pr-path__person {
    margin: 1rem 0 0;
    color: rgba(255, 145, 72, 0.88);
    font-size: 0.82rem;
    font-weight: 620;
    letter-spacing: 0.01em;
}

.pr-trust-badges {
    display: grid;
    gap: 0.55rem;
    margin-top: 1.15rem;
}

.pr-trust-badges a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0;
    padding: 0.7rem 0.8rem;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.8rem;
    font-size: 0.74rem;
    line-height: 1.35;
    font-weight: 500;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease;
}

.pr-trust-badges a:hover {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 145, 72, 0.38);
}

.pr-trust-badges img {
    width: 1.55rem;
    height: 1.55rem;
    flex-shrink: 0;
    object-fit: contain;
}

.pr-path:has(.pr-trust-badges) > a {
    margin-top: 1.15rem;
}

.pr-evidence-list {
    display: grid;
    gap: 0;
    margin-top: 3rem;
    border-top: 1px solid var(--pr-line);
}

.pr-evidence-item {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: start;
    padding-block: 1.5rem;
    border-bottom: 1px solid var(--pr-line);
}

.pr-evidence-item__type {
    color: var(--pr-accent-deep);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pr-evidence-item h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
}

.pr-evidence-item p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.pr-status {
    display: inline-flex;
    padding: 0.38rem 0.65rem;
    color: var(--pr-positive);
    background: rgba(21, 122, 82, 0.08);
    border: 1px solid rgba(21, 122, 82, 0.2);
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pr-founder {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.62fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: end;
}

.pr-founder__statement {
    max-width: 18ch;
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 5.25rem);
    font-weight: 610;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.pr-founder__body {
    color: var(--pr-muted);
    line-height: 1.7;
}

.pr-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.pr-credentials a {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.8rem;
    color: var(--pr-ink-soft);
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid var(--pr-line);
    border-radius: 999px;
    font-size: 0.72rem;
}

.pr-credentials img {
    width: 1.65rem;
    height: 1.65rem;
    object-fit: contain;
}

.pr-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
    align-items: end;
    padding: clamp(2rem, 6vw, 5rem);
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 97, 0, 0.38), transparent 20rem),
        var(--pr-ink);
    border-radius: var(--pr-radius-lg);
    overflow: hidden;
}

.pr-cta h2 {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(2.3rem, 5vw, 5.5rem);
    font-weight: 610;
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.pr-cta p {
    max-width: 38rem;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.65;
}

.pr-cta .pr-button--primary {
    color: var(--pr-ink);
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

.pr-cta .pr-button--primary:hover {
    color: #fff;
    background: var(--pr-accent);
    border-color: var(--pr-accent);
}

/* SVG scene language */
.motion-scene {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.motion-scene text {
    fill: var(--pr-ink-soft);
    font-family: Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.motion-scene .scene-small {
    fill: var(--pr-muted);
    font-size: 10px;
    font-weight: 500;
}

.scene-grid path {
    fill: none;
    stroke: var(--pr-line);
    stroke-width: 1;
}

.scene-orbit {
    fill: none;
    stroke: rgba(255, 97, 0, 0.22);
    stroke-width: 1.5;
    stroke-dasharray: 4 10;
}

.scene-orbit--outer {
    stroke: var(--pr-line);
    stroke-dasharray: 2 12;
}

.scene-connectors path,
.boundary-flow path,
.evidence-spine,
.delivery-route {
    stroke-width: 2.5;
    stroke-linecap: round;
}

.scene-node--satellite rect {
    fill: rgba(255, 255, 255, 0.82);
    stroke: var(--pr-line-strong);
}

.scene-node--satellite circle {
    fill: var(--pr-scene-accent);
}

.scene-node--satellite path {
    fill: none;
    stroke: var(--pr-line-strong);
    stroke-width: 3;
    stroke-linecap: round;
}

.scene-core > circle + circle {
    stroke: rgba(255, 97, 0, 0.3);
    stroke-width: 1.5;
    stroke-dasharray: 5 8;
}

.scene-core path {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
}

.scene-core text {
    fill: var(--pr-ink);
    font-size: 14px;
}

.evidence-stage circle {
    fill: var(--pr-surface);
    stroke: var(--pr-line-strong);
    stroke-width: 1.5;
}

.evidence-stage path {
    fill: none;
    stroke: var(--pr-ink-soft);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.evidence-stage--accent circle {
    fill: var(--pr-accent);
    stroke: var(--pr-accent);
}

.evidence-stage--accent path {
    stroke: #fff;
}

.boundary rect {
    fill: rgba(255, 255, 255, 0.38);
    stroke: var(--pr-line);
    stroke-width: 1.5;
}

.boundary--middle rect {
    fill: rgba(20, 105, 210, 0.035);
    stroke: rgba(20, 105, 210, 0.2);
}

.boundary--inner rect {
    fill: rgba(255, 97, 0, 0.055);
    stroke: rgba(255, 97, 0, 0.28);
}

.boundary text {
    fill: var(--pr-muted);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.boundary-flow path {
    stroke: var(--pr-accent);
}

.boundary-gate rect {
    fill: var(--pr-surface);
    stroke: rgba(255, 97, 0, 0.34);
}

.boundary-gate path {
    fill: none;
    stroke: var(--pr-accent);
    stroke-width: 2;
}

.boundary-core circle {
    fill: var(--pr-ink);
}

.boundary-core path {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.boundary-core text,
.boundary-caption text {
    fill: var(--pr-ink);
}

.boundary-caption text {
    font-size: 10px;
}

.delivery-orbit {
    fill: none;
    stroke: var(--pr-line);
    stroke-width: 1.5;
    stroke-dasharray: 4 12;
}

.delivery-route {
    fill: none;
    stroke: var(--pr-accent);
}

.delivery-stage rect {
    fill: var(--pr-surface);
    stroke: var(--pr-line-strong);
}

.delivery-stage text:first-of-type {
    fill: var(--pr-accent-deep);
    font-size: 12px;
}

.delivery-core circle:first-child {
    fill: rgba(255, 97, 0, 0.08);
    stroke: rgba(255, 97, 0, 0.25);
}

.delivery-core circle:nth-child(2) {
    fill: var(--pr-ink);
}

.delivery-core path {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
}

/* Progressive motion */
[data-depth] {
    transition: translate 500ms var(--pr-ease);
    translate:
        calc(var(--scene-x, 0) * var(--depth, 0) * 1px)
        calc(var(--scene-y, 0) * var(--depth, 0) * 1px);
}

[data-depth="1.15"] { --depth: 1.15; }
[data-depth="1"] { --depth: 1; }
[data-depth=".85"] { --depth: .85; }
[data-depth="0.8"] { --depth: .8; }
[data-depth="0.7"] { --depth: .7; }
[data-depth="0.65"] { --depth: .65; }
[data-depth="0.55"] { --depth: .55; }
[data-depth="0.45"] { --depth: .45; }
[data-depth="0.2"] { --depth: .2; }
[data-depth="-0.35"] { --depth: -.35; }
[data-depth="-0.4"] { --depth: -.4; }

[data-motion-state="pending"] [data-trace] {
    stroke-dasharray: var(--trace-length, 900);
    stroke-dashoffset: var(--trace-length, 900);
}

[data-motion-state="active"] [data-trace] {
    animation: pr-trace 1.15s var(--pr-ease) forwards;
}

[data-motion-state="pending"] [data-stage] {
    opacity: 0.55;
}

[data-motion-state="active"] [data-stage] {
    animation: pr-stage-in 700ms var(--pr-ease) forwards;
    animation-delay: calc(var(--stage-index, 0) * 120ms);
}

[data-stage="1"] { --stage-index: 0; }
[data-stage="2"] { --stage-index: 1; }
[data-stage="3"] { --stage-index: 2; }
[data-stage="4"] { --stage-index: 3; }

[data-motion-section][data-motion-state="pending"] {
    transform: translateY(18px);
}

[data-motion-section][data-motion-state="active"] {
    animation: pr-section-in 760ms var(--pr-ease) forwards;
}

/* Hero entrance choreography */
[data-motion-hero-item][data-motion-state="pending"] .pr-eyebrow,
[data-motion-hero-item][data-motion-state="pending"] .pr-hero__kicker-sub,
[data-motion-hero-item][data-motion-state="pending"] .pr-display,
[data-motion-hero-item][data-motion-state="pending"] .pr-lead,
[data-motion-hero-item][data-motion-state="pending"] .pr-actions,
[data-motion-hero-item][data-motion-state="pending"] .pr-proofline {
    opacity: 0;
    transform: translateY(22px);
}

[data-motion-hero-item][data-motion-state="active"] .pr-eyebrow,
[data-motion-hero-item][data-motion-state="active"] .pr-hero__kicker-sub,
[data-motion-hero-item][data-motion-state="active"] .pr-display,
[data-motion-hero-item][data-motion-state="active"] .pr-lead,
[data-motion-hero-item][data-motion-state="active"] .pr-actions,
[data-motion-hero-item][data-motion-state="active"] .pr-proofline {
    animation: pr-hero-line-in 920ms var(--pr-ease) forwards;
}

[data-motion-hero-item][data-motion-state="active"] .pr-hero__kicker-sub {
    animation-delay: 50ms;
}

[data-motion-hero-item][data-motion-state="active"] .pr-display {
    animation-delay: 90ms;
}

[data-motion-hero-item][data-motion-state="active"] .pr-lead {
    animation-delay: 190ms;
}

[data-motion-hero-item][data-motion-state="active"] .pr-actions {
    animation-delay: 290ms;
}

[data-motion-hero-item][data-motion-state="active"] .pr-proofline {
    animation-delay: 390ms;
}

[data-motion-hero-visual][data-motion-state="pending"] .motion-scene {
    opacity: 0;
    transform: scale(0.9) translateY(28px);
}

[data-motion-hero-visual][data-motion-state="active"] .motion-scene {
    animation:
        pr-hero-scene-in 1.15s var(--pr-ease) forwards,
        pr-hero-float 7s ease-in-out 1.25s infinite alternate;
    animation-delay: 120ms, 1.25s;
}

@keyframes pr-hero-line-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pr-hero-scene-in {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes pr-hero-float {
    from { transform: translateY(0) scale(1); }
    to { transform: translateY(-10px) scale(1.015); }
}

.site-header--scrolled {
    background: #ffffff !important;
    border-color: rgba(17, 17, 15, 0.06) !important;
}

@keyframes pr-trace {
    to { stroke-dashoffset: 0; }
}

@keyframes pr-stage-in {
    to { opacity: 1; }
}

@keyframes pr-section-in {
    to { transform: translateY(0); }
}

html.has-custom-cursor,
html.has-custom-cursor * {
    cursor: none !important;
}

.site-cursor-dot,
.site-cursor-aura {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform, opacity;
}

.site-cursor-dot {
    z-index: 2147483647;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff6100;
    box-shadow:
        0 0 8px rgba(255, 97, 0, 0.9),
        0 0 16px rgba(255, 145, 72, 0.45);
    transition: opacity 160ms ease, width 160ms ease, height 160ms ease, box-shadow 160ms ease;
}

.site-cursor-dot.is-visible {
    opacity: 1;
}

.site-cursor-dot.is-active {
    width: 4px;
    height: 4px;
    box-shadow:
        0 0 10px rgba(255, 97, 0, 0.95),
        0 0 20px rgba(255, 145, 72, 0.55);
}

.site-cursor-aura {
    z-index: 2147483646;
    width: 1.65rem;
    height: 1.65rem;
    border: 1px solid rgba(255, 120, 40, 0.65);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 97, 0, 0.1) 0%, rgba(255, 97, 0, 0.03) 55%, transparent 72%);
    box-shadow:
        0 0 12px rgba(255, 97, 0, 0.22),
        inset 0 0 10px rgba(255, 97, 0, 0.08);
    transition: width 220ms ease, height 220ms ease, opacity 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-cursor-aura::before {
    content: "";
    position: absolute;
    inset: -0.28rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 145, 72, 0.22);
    box-shadow: 0 0 10px rgba(255, 97, 0, 0.12);
    animation: site-cursor-ring-pulse 2.4s ease-in-out infinite;
}

.site-cursor-aura::after {
    content: "";
    position: absolute;
    inset: 0.42rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 170, 96, 0.3);
    opacity: 0.7;
}

@keyframes site-cursor-ring-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.45;
    }

    50% {
        transform: scale(1.04);
        opacity: 0.85;
    }
}

.site-cursor-aura.is-visible {
    opacity: 1;
}

.site-cursor-aura.is-active {
    width: 2rem;
    height: 2rem;
    border-color: rgba(255, 145, 72, 0.85);
    box-shadow:
        0 0 16px rgba(255, 97, 0, 0.32),
        inset 0 0 12px rgba(255, 97, 0, 0.12);
}

@media (max-width: 1023px) {
    .pr-hero-viewport {
        --pr-marquee-h: 3.35rem;
        --pr-hero-title-fluid: min(12.5cqh, 10.2vw);
        --pr-hero-title-max: 4.55rem;
        display: flex;
        flex-direction: column;
        position: relative;
        height: calc(100dvh - var(--site-header-h, 4.75rem));
        min-height: calc(100dvh - var(--site-header-h, 4.75rem));
        max-height: calc(100dvh - var(--site-header-h, 4.75rem));
        overflow: hidden;
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    html:lang(fr) .pr-hero-viewport {
        --pr-hero-title-fluid: min(11.5cqh, 9.4vw);
        --pr-hero-title-max: 4.2rem;
    }

    .pr-hero-viewport > .pr-hero,
    .pr-hero-viewport > .pr-hero.pr-hero--stage {
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
        max-height: none;
    }

    .pr-hero.pr-hero--stage {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        overflow: hidden;
    }

    .pr-hero__frame {
        flex: 1;
        min-height: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .pr-hero__stage,
    .pr-hero__grid {
        position: relative;
        grid-template-columns: 1fr;
        flex: 1;
        min-height: 0;
        height: 100%;
        container-type: size;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-block: clamp(0.35rem, 1vh, 0.65rem) 0.35rem;
    }

    .pr-hero-viewport .pr-hero__stage {
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .pr-hero__copy .pr-eyebrow {
        margin-bottom: 0.45rem;
        margin-top: 0;
    }

    .pr-hero__copy {
        position: relative;
        z-index: 2;
        pointer-events: auto;
        flex: 0 0 auto;
    }

    .pr-hero-viewport .pr-hero__copy {
        flex: 1 1 auto;
        min-height: 0;
        max-height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 0.7rem;
        padding-block: 0.5rem 0.55rem;
        width: 100%;
    }

    .pr-hero-viewport .pr-hero__copy .pr-eyebrow {
        margin: 0;
        font-size: 0.68rem;
        flex-shrink: 0;
        justify-content: center;
    }

    .pr-display--stage {
        font-size: var(--pr-hero-title-size);
        max-width: 11.5ch;
        line-height: 0.94;
    }

    .pr-hero-viewport .pr-display--stage {
        font-size: var(--pr-hero-title-size);
        max-width: min(100%, 13.25rem);
        line-height: 0.93;
        letter-spacing: -0.058em;
        flex-shrink: 1;
        margin-inline: auto;
        text-wrap: balance;
    }

    html:lang(fr) .pr-hero-viewport .pr-display--stage {
        max-width: min(100%, 15.75rem);
        letter-spacing: -0.05em;
    }

    .pr-lead--compact {
        margin-top: 0.75rem;
        font-size: clamp(0.92rem, 3.6vw, 1.02rem);
        line-height: 1.48;
    }

    .pr-hero-viewport .pr-lead--compact {
        margin: 0;
        font-size: clamp(1.02rem, 4vw, 1.16rem);
        line-height: 1.4;
        max-width: 22rem;
    }

    .pr-actions--compact {
        margin-top: 0.85rem;
        gap: 0.55rem;
    }

    .pr-hero-viewport .pr-actions--hero {
        width: min(100%, 22rem);
        margin-inline: auto;
    }

    .pr-hero-viewport .pr-actions--hero .pr-button {
        min-height: 2.85rem;
        padding: 0.68rem 1rem;
        font-size: 0.82rem;
    }

    .pr-proofline--pills {
        margin-top: 0.8rem;
        margin-bottom: 0;
        gap: 0.45rem;
    }

    .pr-hero-viewport .pr-proofline--pills {
        margin: 0;
        flex-shrink: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.35rem;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
    }

    .pr-proofline--pills li {
        padding: 0.38rem 0.72rem;
        font-size: 0.68rem;
    }

    .pr-hero-viewport .pr-proofline--pills li {
        padding: 0.36rem 0.68rem;
        font-size: 0.66rem;
    }

    @media (max-height: 740px) {
        .pr-hero-viewport {
            --pr-hero-title-fluid: min(11cqh, 9vw);
            --pr-hero-title-max: 3.45rem;
        }

        html:lang(fr) .pr-hero-viewport {
            --pr-hero-title-fluid: min(10.5cqh, 8.5vw);
            --pr-hero-title-max: 3.2rem;
        }

        .pr-hero-viewport .pr-hero__copy {
            gap: 0.55rem;
        }
    }

    @media (max-height: 640px) {
        .pr-hero-viewport {
            --pr-hero-title-fluid: min(10cqh, 8.25vw);
            --pr-hero-title-max: 3rem;
        }

        .pr-hero-viewport .pr-lead--compact {
            display: none;
        }

        .pr-hero-viewport .pr-hero--stage .pr-button {
            min-height: 2.65rem;
            font-size: 0.78rem;
        }
    }

    .home-premium--engineering .pr-hero-viewport {
        --pr-marquee-h: 3.55rem;
    }

    .home-premium--engineering .pr-hero-viewport .pr-hero__copy {
        gap: 0.55rem;
        padding-block: 0.35rem 0.45rem;
    }

    .home-premium--engineering .pr-hero-viewport .pr-hero__copy .pr-eyebrow {
        max-width: 17.5rem;
        font-size: 0.58rem;
        letter-spacing: 0.11em;
        line-height: 1.35;
        text-wrap: balance;
    }

    .home-premium--engineering .pr-hero-viewport .pr-display--stage {
        max-width: none;
        width: max-content;
        font-size: clamp(2.1rem, 11.5cqh, 3.35rem);
        line-height: 1.02;
        letter-spacing: -0.02em;
        text-shadow: none;
        overflow: visible;
    }

    .home-premium--engineering .pr-display--stage em {
        text-shadow: 0 0 20px rgba(34, 211, 238, 0.32);
    }

    .home-premium--engineering .pr-hero-viewport .pr-lead--compact {
        font-size: clamp(0.84rem, 3vw, 0.96rem);
        line-height: 1.42;
        max-width: 18rem;
    }

    .home-premium--engineering .pr-hero-viewport .pr-proofline--pills li {
        font-size: 0.62rem;
        padding: 0.32rem 0.62rem;
    }

    .pr-marquee--dock.pr-marquee--tech {
        --pr-marquee-h: 3.55rem;
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .pr-marquee--tech .pr-marquee__track {
        padding: 0.72rem 0;
        gap: 1.75rem;
        animation-duration: 48s;
    }

    .pr-marquee--tech .pr-marquee__track span {
        font-size: 0.62rem;
        letter-spacing: 0.03em;
        line-height: 1.25;
    }

    .pr-marquee--tech .pr-marquee__track span::before {
        margin-right: 1.75rem;
    }

    @media (max-height: 740px) {
        .home-premium--engineering .pr-hero-viewport .pr-display--stage {
            font-size: clamp(1.95rem, 10.5cqh, 2.95rem);
        }
    }

    @media (max-height: 640px) {
        .home-premium--engineering .pr-hero-viewport .pr-lead--compact {
            display: none;
        }

        .home-premium--engineering .pr-hero-viewport .pr-display--stage {
            font-size: clamp(1.85rem, 9.5cqh, 2.75rem);
        }
    }

    .inner-dock {
        top: auto;
        right: 0.75rem;
        bottom: calc(var(--pr-marquee-h, 3.35rem) + env(safe-area-inset-bottom, 0) + 0.85rem);
        z-index: 60;
    }

    .inner-dock__toggle-text,
    .inner-dock__toggle-primary,
    .inner-dock__toggle-hint,
    .inner-dock__chevron {
        display: none !important;
    }

    .inner-dock__toggle,
    html.innoquo-inner-mode .inner-dock__toggle,
    html:not(.innoquo-inner-mode) .inner-dock__toggle {
        width: 2.85rem;
        height: 2.85rem;
        min-width: 0;
        padding: 0;
        gap: 0;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .inner-dock__toggle-icon,
    html.innoquo-inner-mode .inner-dock__toggle-icon,
    html:not(.innoquo-inner-mode) .inner-dock__toggle-icon {
        width: 2.85rem;
        height: 2.85rem;
    }

    .pr-hero__visual--graph,
    .pr-hero__visual--graph-ambient {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-height: 0;
        margin: 0;
        order: unset;
        z-index: 0;
        pointer-events: none;
        touch-action: none;
        overflow: hidden;
        transform: none;
    }

    .pr-hero__visual--graph .hero-logo-graph,
    .pr-hero__visual--graph-ambient .hero-logo-graph {
        position: absolute;
        left: 50%;
        top: 42%;
        translate: -50% -50%;
        width: max(120cqw, 148cqh);
        height: max(120cqw, 148cqh);
        aspect-ratio: 1 / 1;
        max-width: none;
        min-height: 0;
        pointer-events: none;
        touch-action: none;
    }

    @supports not (width: 1cqw) {
        .pr-hero__visual--graph .hero-logo-graph,
        .pr-hero__visual--graph-ambient .hero-logo-graph {
            width: 170%;
            height: 170%;
            min-width: 100%;
            min-height: 100%;
        }
    }

    .pr-hero__visual--graph canvas,
    .pr-hero__visual--graph-ambient canvas {
        pointer-events: none;
        touch-action: none;
    }

    .pr-hero__visual--graph::after {
        display: block;
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 1;
        background:
            linear-gradient(to bottom, var(--pr-bg) 0%, transparent 10%, transparent 88%, transparent 100%),
            radial-gradient(
                ellipse 92% 84% at 50% 46%,
                transparent 14%,
                rgba(247, 246, 242, 0.28) 58%,
                rgba(247, 246, 242, 0.42) 100%
            );
    }

    .hero-logo-graph,
    .hero-logo-graph--ambient {
        opacity: 0.44;
        pointer-events: none;
        cursor: default;
    }

    .pr-marquee--dock {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 5;
        flex-shrink: 0;
        width: 100%;
        margin-top: 0;
        border-top: 1px solid var(--pr-line);
        border-bottom: none;
        background: var(--pr-bg);
    }

    .pr-marquee--dock.pr-marquee--tech {
        background: #000000;
        border-top-color: rgba(34, 211, 238, 0.14);
    }

    .pr-marquee--dock .pr-marquee__track {
        padding: 0.95rem 0;
        animation: pr-marquee 28s linear infinite;
    }

    .pr-marquee--dock .pr-marquee__track span {
        font-size: 0.84rem;
        letter-spacing: 0.13em;
    }

    .pr-marquee--dock.pr-marquee--tech .pr-marquee__track span {
        font-size: 0.62rem;
        letter-spacing: 0.03em;
        text-transform: none;
        line-height: 1.25;
    }

    .pr-hero-viewport .pr-hero,
    .pr-hero {
        min-height: 0;
    }

    .pr-hero__grid,
    .pr-hero__stage,
    .pr-split,
    .pr-split--reverse,
    .pr-founder,
    .pr-flywheel,
    .pr-solutions,
    .pr-help-grid,
    .pr-problem-matrix,
    .pr-problem-grid,
    .pr-principles {
        grid-template-columns: 1fr;
    }

    .pr-help-card__ghost {
        font-size: 4.25rem;
    }

    .pr-help-card__scene {
        height: 8.5rem;
    }

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

    .pr-statstrip,
    .pr-impact-metrics {
        grid-template-columns: 1fr;
    }

    .pr-impact-metric {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .pr-impact-metric:last-child {
        border-bottom: none;
    }

    .pr-impact-metric__number {
        font-size: clamp(2.75rem, 12vw, 3.75rem);
    }

    .pr-roadmap-layout {
        grid-template-columns: 1fr;
        gap: 1.65rem;
    }

    .pr-roadmap-layout .pr-roadmap-intro {
        position: static;
        max-width: none;
    }

    .pr-solution-grid {
        grid-template-columns: 1fr;
    }

    .pr-solution-panel {
        border-radius: 1.35rem;
    }

    .pr-solution-grid::before {
        content: "";
        position: absolute;
        top: 1.1rem;
        bottom: 1.1rem;
        left: 1.65rem;
        width: 2px;
        border-radius: 999px;
        background: linear-gradient(
            180deg,
            rgba(255, 97, 0, 0.22) 0%,
            rgba(255, 145, 72, 0.82) 50%,
            rgba(255, 180, 126, 0.55) 100%
        );
        opacity: 0.55;
        pointer-events: none;
    }

    .pr-solution-panel.is-live .pr-solution-grid::before {
        animation: pr-solution-rail 1.4s var(--pr-ease) forwards;
    }

    .pr-solution-col {
        position: relative;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-left: 3rem;
    }

    .pr-solution-col:last-child {
        border-bottom: none;
    }

    .pr-solution-panel__beam {
        display: none;
    }

    .pr-roadmap {
        --roadmap-rail: 4.35rem;
        padding-top: 0.15rem;
    }

    .pr-roadmap-step {
        grid-template-columns: var(--roadmap-rail) minmax(0, 1fr);
        gap: 0.95rem;
    }

    .pr-roadmap-step__index {
        min-width: 2.75rem;
        height: 2.75rem;
        font-size: 1rem;
        box-shadow:
            0 0 0 5px var(--roadmap-panel-bg),
            0 8px 18px rgba(255, 97, 0, 0.08);
    }

    .pr-roadmap-step.is-active .pr-roadmap-step__index,
    .pr-roadmap-step.is-complete .pr-roadmap-step__index {
        box-shadow:
            0 0 0 5px var(--roadmap-panel-bg),
            0 0 0 8px rgba(255, 97, 0, 0.08),
            0 10px 22px rgba(255, 97, 0, 0.12);
    }

    .pr-roadmap-step__body {
        padding-left: 0.65rem;
    }

    .pr-roadmap-panel {
        padding: 1.15rem 1rem 1.25rem;
    }

    .pr-measurement-loop {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 0.35rem;
    }

    .pr-measurement-loop::before {
        top: 0.65rem;
        bottom: 0.65rem;
        left: 1.65rem;
        right: auto;
        width: 2px;
        height: auto;
        background: linear-gradient(
            180deg,
            rgba(255, 97, 0, 0.12),
            rgba(255, 97, 0, 0.55) 55%,
            rgba(255, 97, 0, 0.85)
        );
    }

    .pr-measurement-step {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        text-align: left;
        padding: 0.85rem 0 0.85rem 0.15rem;
    }

    .pr-measurement-step__label {
        max-width: none;
    }

    .pr-measurement__panel {
        padding: 1.35rem 1.15rem 1.15rem;
    }

    .pr-practice {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .pr-practice__index {
        display: none;
    }

    .pr-practice__cta {
        grid-column: auto;
        justify-self: start;
    }

    .pr-hero__visual:not(.pr-hero__visual--graph) {
        max-width: 42rem;
        margin-inline: auto;
    }

    .pr-split--reverse .pr-copy {
        order: -1;
    }

    .pr-capability {
        grid-template-columns: 3rem minmax(12rem, 0.8fr) minmax(0, 1.2fr) auto;
    }

    .premium-footer__lead {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 2rem;
    }

    .premium-footer__lead-action {
        align-self: start;
        justify-self: stretch;
        width: 100%;
    }

    .premium-footer__lead-action .pr-button {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

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

@media (max-width: 767px) {
    :root {
        --pr-shell: min(100% - 1.5rem, 78rem);
        --pr-section: 5.2rem;
    }

    .site-header {
        --site-header-h: 4.25rem;
    }

    .site-header__nav {
        gap: 0.55rem;
    }

    .site-logo {
        min-width: 0;
        max-width: calc(100% - 6.5rem);
    }

    .logo-wordmark--brand {
        font-size: 0.98rem;
    }

    .logo-kicker {
        max-width: 10.5rem;
        font-size: 0.5rem;
        letter-spacing: 0.1em;
    }

    .site-logo__img {
        width: 2.1rem;
        height: 2.1rem;
    }

    .lang-switcher--header .lang-switcher__btn {
        min-height: 2.25rem;
        padding-inline: 0.55rem;
        font-size: 0.68rem;
    }

    .lang-switcher__globe {
        width: 0.85rem;
        height: 0.85rem;
    }

    .site-header__tools {
        gap: 0.35rem;
    }

    .logo-tagline {
        display: none !important;
    }

    .inner-dock {
        bottom: calc(var(--pr-marquee-h, 3.45rem) + env(safe-area-inset-bottom, 0) + 0.85rem);
    }

    .inner-dock__toggle {
        max-width: none;
    }

    .pr-hero {
        min-height: auto;
        padding-top: 4rem;
        padding-bottom: 5.25rem;
    }

    .pr-hero.pr-hero--stage {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pr-display {
        max-width: 12ch;
        font-size: var(--pr-hero-title-size);
        letter-spacing: -0.058em;
    }

    .pr-hero-viewport .pr-display--stage {
        max-width: min(100%, 13.25rem);
        line-height: 0.91;
    }

    html:lang(fr) .pr-hero-viewport .pr-display--stage {
        max-width: min(100%, 15.75rem);
    }

    .home-premium--engineering .pr-hero-viewport .pr-display--stage {
        max-width: none;
        width: max-content;
        font-size: clamp(2rem, 11cqh, 3.15rem);
        line-height: 1.02;
    }

    .pr-hero__grid .pr-display--stage {
        max-width: 11.5ch;
        font-size: clamp(1.95rem, 8.8vw, 2.85rem);
        line-height: 0.94;
    }

    .pr-heading,
    .pr-founder__statement {
        font-size: clamp(2.35rem, 11vw, 3.8rem);
    }

    .pr-hero__grid {
        gap: 2.25rem;
    }

    .pr-hero__visual:not(.pr-hero__visual--graph) {
        width: min(124%, 42rem);
        margin-left: -12%;
        min-height: 20rem;
    }

    .hero-logo-graph,
    .hero-logo-graph--ambient {
        opacity: 0.46;
    }

    .pr-marquee--dock {
        --pr-marquee-h: 3.45rem;
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .pr-marquee--dock.pr-marquee--tech {
        --pr-marquee-h: 3.6rem;
    }

    .pr-marquee--tech .pr-marquee__track span {
        font-size: 0.58rem;
        letter-spacing: 0.025em;
    }

    .pr-hero-viewport {
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .pr-hero__visual .motion-scene {
        width: 100%;
        margin-left: 0;
    }

    .pr-phases {
        grid-template-columns: 1fr;
    }

    .pr-statstrip {
        grid-template-columns: 1fr;
    }

    .pr-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .pr-capability {
        grid-template-columns: 2.25rem minmax(0, 1fr) auto;
        gap: 0.85rem;
    }

    .pr-capability p {
        grid-column: 2 / -1;
    }

    .pr-paths {
        grid-template-columns: 1fr;
    }

    .pr-operational-trust__grid {
        grid-template-columns: 1fr;
    }

    .pr-path {
        min-height: 0;
        padding: 2rem 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .pr-path h3 {
        margin-top: 1.5rem;
    }

    .pr-engineering-journey {
        --ej-rail-h: auto;
    }

    .pr-engineering-journey__rail--horizontal {
        display: none;
    }

    .pr-engineering-journey__rail--vertical {
        display: block;
        top: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
        width: 3rem;
        height: auto;
    }

    .pr-engineering-journey__step[data-node] .pr-engineering-journey__marker {
        margin-top: 0;
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__rail--horizontal .pr-engineering-journey__trace {
        animation: none;
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__rail--vertical .pr-engineering-journey__trace {
        animation: pr-engineering-draw 3.8s linear forwards;
    }

    .pr-engineering-journey__steps {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        padding-left: 5.5rem;
    }

    .pr-engineering-journey__step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 1.15rem;
    }

    .pr-engineering-journey__copy {
        max-width: none;
        padding-top: 0.65rem;
    }

    .pr-evidence-item {
        grid-template-columns: 1fr auto;
    }

    .pr-evidence-item > div {
        grid-column: 1 / -1;
    }

    .pr-cta {
        grid-template-columns: 1fr;
        padding: 2rem 1.35rem;
        border-radius: 1.5rem;
    }

    .premium-footer__title {
        font-size: clamp(1.95rem, 7.5vw, 2.75rem);
        max-width: 100%;
    }

    .premium-footer__logo-mark {
        right: clamp(-2.5rem, -8vw, -1.25rem);
        top: clamp(-1.75rem, -5vw, -0.75rem);
    }

    .premium-footer__logo-mark img {
        width: clamp(11rem, 52vw, 16rem);
    }

    .premium-footer__copy {
        max-width: 100%;
    }

    .premium-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1.25rem;
    }

    .premium-footer__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .motion-scene--connected .scene-node--satellite text,
    .motion-scene--boundaries .boundary-caption {
        display: none;
    }

    .motion-scene--evidence {
        min-width: 42rem;
        transform: translateX(-13%);
    }

    .site-cursor-dot,
    .site-cursor-aura {
        display: none;
    }

    html.has-custom-cursor,
    html.has-custom-cursor * {
        cursor: auto !important;
    }
}

@media (max-width: 390px) {
    .pr-actions {
        flex-direction: column;
    }

    .pr-button {
        width: 100%;
    }

    .pr-hero-viewport .pr-actions--hero {
        width: 100%;
    }

    .pr-hero-viewport .pr-actions--hero .pr-button {
        width: 100%;
        font-size: 0.8rem;
    }

    .pr-proofline {
        display: grid;
    }

    .pr-hero-viewport .pr-proofline--pills {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.28rem;
    }

    .pr-hero-viewport .pr-proofline--pills li {
        font-size: 0.54rem;
        padding: 0.28rem 0.42rem;
    }

    .premium-footer__nav {
        gap: 2rem 1rem;
    }
}

@media (pointer: coarse) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
    }

    [data-depth],
    [data-motion-state] [data-trace],
    [data-motion-state] [data-stage],
    [data-motion-hero-item] .pr-eyebrow,
    [data-motion-hero-item] .pr-hero__kicker-sub,
    [data-motion-hero-item] .pr-display,
    [data-motion-hero-item] .pr-lead,
    [data-motion-hero-item] .pr-actions,
    [data-motion-hero-item] .pr-proofline,
    [data-motion-hero-visual] .motion-scene,
    .pr-hero__visual::before,
    [data-motion-section] {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        translate: 0 0 !important;
        opacity: 1 !important;
        stroke-dashoffset: 0 !important;
    }

    .site-cursor-dot,
    .site-cursor-aura {
        display: none;
    }

    html.has-custom-cursor,
    html.has-custom-cursor * {
        cursor: auto !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
    }

    [data-depth],
    [data-motion-state] [data-trace],
    [data-motion-state] [data-stage],
    [data-motion-hero-item] .pr-eyebrow,
    [data-motion-hero-item] .pr-hero__kicker-sub,
    [data-motion-hero-item] .pr-display,
    [data-motion-hero-item] .pr-lead,
    [data-motion-hero-item] .pr-actions,
    [data-motion-hero-item] .pr-proofline,
    [data-motion-hero-visual] .motion-scene,
    .pr-hero__visual::before,
    .pr-marquee__track,
    [data-motion-section] {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        translate: 0 0 !important;
        opacity: 1 !important;
        stroke-dashoffset: 0 !important;
    }

    .pr-roadmap-follow.is-live .pr-roadmap-follow__path--main,
    .pr-roadmap-follow.is-live .pr-roadmap-follow__path--branch,
    .pr-roadmap-follow.is-live .pr-roadmap-follow__dot,
    .pr-roadmap-follow.is-live .pr-roadmap-follow__person {
        animation: none !important;
    }

    .pr-roadmap-follow.is-live .pr-roadmap-follow__path--main,
    .pr-roadmap-follow.is-live .pr-roadmap-follow__path--branch {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    .pr-roadmap-signals__line {
        stroke-dashoffset: 0;
    }

    .site-cursor-aura::before {
        animation: none !important;
    }

    .pr-roadmap-signals__scan {
        opacity: 0;
        animation: none !important;
    }

    .pr-roadmap-signals__bars span {
        transform: scaleY(0.72);
        opacity: 0.72;
        animation: none !important;
    }

    .pr-roadmap-signals__dot {
        animation: none !important;
    }

    .pr-roadmap::after {
        transform: none !important;
        opacity: calc(0.35 + var(--roadmap-progress) * 0.65);
    }

    .pr-roadmap-step.is-active .pr-roadmap-step__index {
        transform: none !important;
    }

    .pr-impact-scene.is-live .pr-impact-measure__fill,
    .pr-impact-scene.is-live .pr-impact-metric--capacity .pr-impact-visual__block,
    .pr-impact-scene.is-live .pr-impact-metric--speed .pr-impact-visual__bar--short,
    .pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__item,
    .pr-impact-scene.is-live .pr-impact-metric--auto .pr-impact-visual__person {
        animation: none !important;
        transform: none !important;
    }

    .pr-impact-scene.is-live .pr-impact-measure__fill {
        transform: scaleX(1);
    }

    .pr-solution-panel.is-live .pr-solution-panel__beam,
    .pr-solution-panel.is-live .pr-solution-grid::before {
        animation: none !important;
        transform: scaleX(1);
        opacity: 1;
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__trace,
    .pr-engineering-journey.is-live [data-node] .pr-engineering-journey__ring,
    .pr-engineering-journey.is-live [data-node] .pr-engineering-journey__glyph,
    .pr-engineering-journey.is-live .pr-engineering-journey__copy,
    .pr-engineering-journey.is-live .pr-engineering-journey__copy strong {
        animation: none !important;
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__trace,
    .pr-engineering-journey.is-complete .pr-engineering-journey__trace {
        stroke-dashoffset: 0;
    }

    .pr-engineering-journey.is-live [data-node] .pr-engineering-journey__ring {
        border-color: rgba(255, 145, 72, 0.92);
        box-shadow: 0 0 12px rgba(255, 97, 0, 0.28);
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__step--verify .pr-engineering-journey__ring {
        background: rgba(255, 97, 0, 0.92);
        border-color: rgba(255, 145, 72, 0.98);
    }

    .pr-engineering-journey.is-live [data-node] .pr-engineering-journey__glyph {
        opacity: 1;
        transform: scale(1);
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__step--verify .pr-engineering-journey__glyph {
        stroke: #fff;
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__copy,
    .pr-engineering-journey.is-live .pr-engineering-journey__copy strong {
        color: rgba(255, 255, 255, 0.72);
    }

    .pr-engineering-journey.is-live .pr-engineering-journey__copy strong {
        color: #fff;
    }

    .site-cursor-dot,
    .site-cursor-aura {
        display: none;
    }

    html.has-custom-cursor,
    html.has-custom-cursor * {
        cursor: auto !important;
    }
}
