/* AICO website R02 candidate pages.
   The V15 homepage composition stays in site.css; this file owns the R02
   navigation, secondary-page visual system and private-review states. */

.page-r02-review {
    --r02-navy-950: #061d38;
    --r02-navy-900: #08294f;
    --r02-navy-800: #0b3767;
    --r02-orange: #ff5a1f;
    --r02-orange-2: #ff6a2a;
    --r02-ice-50: #f6f9fc;
    --r02-ice-100: #eef4f9;
    --r02-ink: #09294e;
    --r02-text: #29445f;
    --r02-muted: #6e8296;
    --r02-line: #dbe5ee;
    --r02-shell: 1240px;
}

.page-r02 {
    color: var(--r02-ink);
    background: var(--r02-ice-50);
    font-size: 16px;
    line-height: 1.65;
}

.page-r02 main {
    overflow: clip;
}

.page-r02 .shell,
.page-r02 .nav-shell,
.page-r02 .site-footer > .shell {
    width: min(calc(100% - 80px), var(--r02-shell));
    max-width: none;
}

.page-r02 .site-header {
    height: 72px;
    color: var(--r02-ink);
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(219, 229, 238, 0.72);
    backdrop-filter: blur(14px);
}

.page-r02 .site-header.is-scrolled,
.page-r02 .site-header.menu-open {
    background: rgba(255, 255, 255, 0.985);
    border-bottom-color: var(--r02-line);
}

.page-r02 .brand-name {
    font-size: 23px;
}

.page-r02 .brand-cn {
    font-size: 13px;
}

.page-r02 .desktop-nav {
    gap: clamp(16px, 1.7vw, 29px);
}

.page-r02 .nav-link {
    min-height: 42px;
    color: rgba(9, 41, 78, 0.78);
    font-size: 13px;
    font-weight: 620;
}

.page-r02 .nav-link::after {
    background: var(--r02-orange);
}

.page-r02 .nav-contact {
    min-width: 98px;
    min-height: 42px;
    padding: 10px 17px;
    border-radius: 0;
    color: #fff;
    background: var(--r02-orange);
    font-size: 13px;
}

.page-r02 .nav-contact:hover,
.page-r02 .nav-contact:focus-visible {
    background: #e94c12;
}

.page-r02 [id] {
    scroll-margin-top: 142px;
}

.r02-eyebrow {
    margin: 0 0 16px;
    color: var(--r02-orange);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.14em;
    line-height: 1.4;
}

.r02-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.r02-button--primary {
    color: #fff;
    background: var(--r02-orange);
}

.r02-button--primary:hover,
.r02-button--primary:focus-visible {
    background: #e94c12;
}

.r02-button--text {
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    background: transparent;
}

.r02-depth-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--r02-orange);
    font-size: 14px;
    font-weight: 700;
}

.r02-breadcrumb {
    display: flex;
    padding-top: 96px;
    gap: 10px;
    color: var(--r02-muted);
    font-size: 13px;
}

.r02-breadcrumb a {
    color: var(--r02-ink);
}

/* Secondary page hero */
.r02-hero {
    position: relative;
    min-height: clamp(520px, 66svh, 720px);
    padding-top: 72px;
    overflow: hidden;
    color: var(--r02-ink);
    background: var(--r02-ice-100);
}

.r02-breadcrumb + .r02-hero {
    margin-top: -120px;
}

.r02-hero__picture,
.r02-hero__picture img,
.r02-hero__wash,
.r02-hero__grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.r02-hero__picture img {
    object-fit: cover;
    object-position: center;
    filter: saturate(0.82) contrast(1.04);
}

.r02-hero__wash {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(246, 249, 252, 0.99) 0%, rgba(246, 249, 252, 0.94) 27%, rgba(246, 249, 252, 0.54) 49%, rgba(246, 249, 252, 0.06) 72%),
        linear-gradient(0deg, rgba(246, 249, 252, 0.16), transparent 44%);
}

.r02-hero__grid {
    z-index: 2;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(9, 41, 78, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 41, 78, 0.16) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, transparent 36%, #000);
}

.r02-product-page--navy .r02-hero,
.r02-product-page--navy .r02-hero__lead,
.r02-product-page--navy .r02-hero .r02-button--text {
    color: #fff;
}

.r02-product-page--navy .r02-hero__wash {
    background:
        linear-gradient(90deg, rgba(6, 29, 56, 0.96) 0%, rgba(6, 29, 56, 0.82) 39%, rgba(6, 29, 56, 0.18) 73%),
        linear-gradient(0deg, rgba(6, 29, 56, 0.6), transparent 58%);
}

.r02-product-page--navy .r02-hero__grid {
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
}

.r02-product-page--steel .r02-hero__wash {
    background:
        linear-gradient(90deg, rgba(246, 249, 252, 0.99) 0%, rgba(246, 249, 252, 0.93) 32%, rgba(246, 249, 252, 0.35) 62%, rgba(246, 249, 252, 0.08) 84%),
        linear-gradient(0deg, rgba(246, 249, 252, 0.4), transparent 52%);
}

.r02-product-page--steel .r02-hero__picture img {
    filter: saturate(0.58) brightness(1.12) contrast(0.94);
}

.r02-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: clamp(448px, calc(66svh - 72px), 648px);
    flex-direction: column;
    justify-content: center;
    padding: 54px 0 92px;
}

.r02-hero__content > * {
    width: min(680px, 58%);
}

.r02-hero h1 {
    display: grid;
    max-width: 760px;
    margin: 0;
    gap: 5px;
    font-size: clamp(48px, 5.2vw, 76px);
    letter-spacing: -0.055em;
    line-height: 1.05;
    text-wrap: balance;
}

.r02-product-name {
    font-size: 0.74em;
    letter-spacing: -0.03em;
}

.r02-hero__lead {
    max-width: 640px;
    margin-top: 24px;
    color: var(--r02-text);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.72;
}

.r02-hero__actions {
    display: flex;
    margin-top: 28px;
    gap: 28px;
}

.r02-hero__nodes {
    position: absolute;
    bottom: 24px;
    left: 0;
    display: flex;
    width: min(900px, 74%);
    align-items: center;
    gap: 0;
    color: currentColor;
    font-size: 11px;
    opacity: 0.82;
}

.r02-hero__nodes li {
    position: relative;
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.r02-hero__nodes li:not(:last-child)::after {
    height: 1px;
    flex: 1;
    margin-right: 8px;
    background: currentColor;
    content: "";
    opacity: 0.36;
}

.r02-hero__nodes i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--r02-orange);
    box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.14);
}

.r02-concept-mark {
    position: absolute;
    z-index: 4;
    right: 24px;
    bottom: 18px;
    padding: 5px 8px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(6, 29, 56, 0.68);
    font-size: 10px;
    letter-spacing: 0.08em;
}

/* Sticky in-page navigation */
.r02-section-nav {
    position: sticky;
    z-index: 60;
    top: 72px;
    height: 58px;
    color: var(--r02-text);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--r02-line);
    backdrop-filter: blur(12px);
}

.r02-section-nav__inner {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 32px;
}

.r02-section-nav__label {
    flex: 0 0 auto;
    color: var(--r02-ink);
    font-size: 13px;
    font-weight: 720;
}

.r02-section-nav__links {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: stretch;
    gap: 25px;
    overflow-x: auto;
    scrollbar-width: none;
}

.r02-section-nav__links::-webkit-scrollbar {
    display: none;
}

.r02-section-nav__links a {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    color: var(--r02-muted);
    font-size: 12px;
    white-space: nowrap;
}

.r02-section-nav__links a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--r02-orange);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.r02-section-nav__links a.is-active {
    color: var(--r02-ink);
}

.r02-section-nav__links a.is-active::after {
    transform: scaleX(1);
}

/* Editorial sections */
.r02-section {
    position: relative;
    padding: clamp(96px, 8.3vw, 132px) 0;
    background: #fff;
}

.r02-section:nth-of-type(odd) {
    background: var(--r02-ice-50);
}

.r02-section--dark {
    color: #fff;
    background: var(--r02-navy-950) !important;
}

.r02-section--dark::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 35%, rgba(9, 104, 232, 0.18), transparent 34%),
        linear-gradient(135deg, transparent 40%, rgba(255, 90, 31, 0.06));
    content: "";
    pointer-events: none;
}

.r02-section__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.r02-section__heading {
    grid-column: 1 / 5;
    align-self: start;
}

.r02-section--reverse .r02-section__heading {
    grid-column: 9 / -1;
}

.r02-section__heading h2 {
    max-width: 470px;
    font-size: clamp(36px, 3.5vw, 52px);
    letter-spacing: -0.048em;
    line-height: 1.12;
    text-wrap: balance;
}

.r02-section__intro {
    max-width: 440px;
    margin-top: 24px;
    color: var(--r02-text);
    font-size: 16px;
    line-height: 1.78;
}

.r02-section--dark .r02-section__intro {
    color: rgba(255, 255, 255, 0.7);
}

.r02-section__note {
    margin-top: 22px;
    padding-top: 18px;
    color: var(--r02-muted);
    border-top: 1px solid var(--r02-line);
    font-size: 13px;
}

.r02-section__content {
    grid-column: 6 / -1;
    min-width: 0;
}

.r02-section--reverse .r02-section__content {
    grid-row: 1;
    grid-column: 1 / 8;
}

.r02-item-index {
    display: block;
    margin-bottom: 8px;
    color: var(--r02-orange);
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.12em;
}

.r02-section__content h3 {
    font-size: clamp(19px, 1.7vw, 26px);
    letter-spacing: -0.026em;
    line-height: 1.28;
}

.r02-section__content p {
    margin-top: 9px;
    color: var(--r02-text);
    font-size: 14px;
    line-height: 1.72;
}

.r02-section--dark .r02-section__content p {
    color: rgba(255, 255, 255, 0.68);
}

.r02-section__content small {
    display: block;
    margin-top: 10px;
    color: var(--r02-muted);
}

/* Concept scenes */
.r02-scene {
    position: relative;
    min-height: 320px;
    margin-bottom: 32px;
    overflow: hidden;
    background: var(--r02-navy-900);
}

.r02-scene__picture,
.r02-scene__picture img {
    width: 100%;
    height: 100%;
}

.r02-scene__picture {
    position: absolute;
    inset: 0;
}

.r02-scene__picture img {
    object-fit: cover;
}

.r02-scene__wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 29, 56, 0.48), transparent 58%);
}

.r02-scene figcaption {
    position: absolute;
    right: 12px;
    bottom: 10px;
    padding: 4px 7px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(6, 29, 56, 0.66);
    font-size: 10px;
    letter-spacing: 0.08em;
}

/* Ledger and editorial lists */
.r02-ledger {
    border-top: 1px solid var(--r02-ink);
}

.r02-ledger article {
    display: grid;
    min-height: 108px;
    grid-template-columns: 48px minmax(150px, 0.75fr) 1.25fr;
    align-items: start;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid var(--r02-line);
}

.r02-ledger article > .r02-item-index {
    margin-top: 4px;
}

.r02-ledger article > h3 {
    font-size: 20px;
}

.r02-ledger article > p {
    margin-top: 0;
}

.r02-ledger--progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 0;
}

.r02-ledger--progress article {
    display: block;
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--r02-line);
    border-right: 0;
}

.r02-ledger--progress article:last-child {
    border-right: 1px solid var(--r02-line);
}

.r02-ledger--progress h3 {
    margin-top: 58px;
    font-size: 28px;
}

.r02-ledger--progress article:last-child {
    color: #fff;
    background: var(--r02-navy-900);
}

.r02-ledger--progress article:last-child p {
    color: rgba(255, 255, 255, 0.68);
}

.r02-ledger--statement {
    border-top-color: var(--r02-orange);
}

.r02-ledger--statement article {
    grid-template-columns: 50px 0.72fr 1fr;
}

/* Layered core system */
.r02-layers {
    position: relative;
    display: grid;
    padding-left: 56px;
    gap: 12px;
}

.r02-layers__axis {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 20px;
    width: 1px;
    background: linear-gradient(var(--r02-orange), rgba(9, 104, 232, 0.34));
}

.r02-layers__axis::before,
.r02-layers__axis::after {
    position: absolute;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--r02-orange);
    content: "";
    box-shadow: 0 0 0 7px rgba(255, 90, 31, 0.1);
}

.r02-layers__axis::before {
    top: 0;
}

.r02-layers__axis::after {
    bottom: 0;
}

.r02-layers article {
    position: relative;
    min-height: 118px;
    padding: 24px 28px;
    background: var(--r02-ice-100);
    border-left: 3px solid var(--r02-orange);
}

.r02-layers article:nth-of-type(even) {
    background: #f8fafc;
    border-left-color: #2f7ec9;
}

.r02-layers article::before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 36px;
    height: 1px;
    background: var(--r02-line);
    content: "";
}

/* State and mission flow */
.r02-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    padding-top: 28px;
    border-top: 1px solid var(--r02-line);
}

.r02-flow::before {
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--r02-orange), rgba(9, 104, 232, 0.46));
    content: "";
}

.r02-flow li {
    position: relative;
    min-height: 150px;
    padding: 30px 14px 16px 0;
}

.r02-flow__dot {
    position: absolute;
    top: -4px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--r02-orange);
    box-shadow: 0 0 0 6px rgba(255, 90, 31, 0.12);
}

.r02-flow h3 {
    font-size: 16px;
}

.r02-flow--mission {
    border-top-color: rgba(255, 255, 255, 0.22);
}

.r02-flow--mission::before {
    background: var(--r02-orange);
    box-shadow: 0 0 18px rgba(255, 90, 31, 0.5);
}

/* Engineering timeline */
.r02-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    padding-top: 24px;
}

.r02-timeline::before {
    position: absolute;
    top: 24px;
    right: 0;
    left: 0;
    height: 1px;
    background: var(--r02-line);
    content: "";
}

.r02-timeline li {
    position: relative;
    min-height: 150px;
    padding: 30px 14px 0 0;
}

.r02-timeline li::before {
    position: absolute;
    top: -4px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid var(--r02-orange);
    border-radius: 50%;
    background: #fff;
    content: "";
}

.r02-timeline li::after {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 1px;
    height: 18px;
    background: var(--r02-orange);
    content: "";
}

.r02-timeline h3 {
    font-size: 15px;
}

/* Propagation map */
.r02-propagation {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 260px;
    align-items: center;
    gap: 22px;
    padding: 26px 12px;
}

.r02-propagation__line {
    position: absolute;
    top: 50%;
    right: 5%;
    left: 5%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 90, 31, 0.25), var(--r02-orange), rgba(9, 104, 232, 0.42));
    transform: rotate(-2deg);
}

.r02-propagation article {
    position: relative;
    z-index: 1;
    min-height: 92px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.88);
    border-top: 2px solid var(--r02-orange);
}

.r02-propagation article i {
    position: absolute;
    top: calc(50% - 5px);
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--r02-orange);
}

/* World composition */
.r02-world {
    position: relative;
    display: grid;
    min-height: 470px;
    grid-template-columns: repeat(3, 1fr);
    align-content: center;
    gap: 90px 28px;
    padding: 40px;
}

.r02-world::before,
.r02-world::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(9, 104, 232, 0.23);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.r02-world::before {
    width: 58%;
    aspect-ratio: 1;
}

.r02-world::after {
    width: 82%;
    aspect-ratio: 1.8;
}

.r02-world__core {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 90, 31, 0.55);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 90, 31, 0.28), rgba(9, 104, 232, 0.08) 56%, transparent 57%);
    transform: translate(-50%, -50%);
}

.r02-world article {
    position: relative;
    z-index: 3;
    text-align: center;
}

.r02-world article:nth-of-type(4),
.r02-world article:nth-of-type(5),
.r02-world article:nth-of-type(6) {
    grid-row: 2;
}

.r02-world h3 {
    font-size: 18px;
}

/* Future branches */
.r02-futures {
    position: relative;
    height: 210px;
    margin-top: -40px;
    pointer-events: none;
}

.r02-futures::before,
.r02-futures::after {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 84%;
    height: 1px;
    background: linear-gradient(90deg, var(--r02-orange), rgba(9, 104, 232, 0.28));
    content: "";
    transform-origin: left;
}

.r02-futures::before {
    transform: rotate(-10deg);
}

.r02-futures::after {
    transform: rotate(10deg);
}

.r02-futures i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--r02-orange);
    box-shadow: 0 0 0 6px rgba(255, 90, 31, 0.1);
}

.r02-futures i:nth-child(1) { top: 47%; left: 6%; }
.r02-futures i:nth-child(2) { top: 28%; left: 35%; }
.r02-futures i:nth-child(3) { top: 66%; left: 35%; }
.r02-futures i:nth-child(4) { top: 10%; right: 12%; }
.r02-futures i:nth-child(5) { top: 47%; right: 8%; }
.r02-futures i:nth-child(6) { bottom: 8%; right: 14%; }

/* Candidate plan canvas */
.r02-plans {
    position: relative;
    display: grid;
    min-height: 360px;
    grid-template-columns: 0.8fr repeat(3, 1fr);
    align-items: center;
    gap: 18px;
    padding: 42px 24px;
    background:
        linear-gradient(var(--r02-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--r02-line) 1px, transparent 1px);
    background-size: 44px 44px;
}

.r02-plans article {
    position: relative;
    z-index: 2;
    min-height: 108px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--r02-line);
}

.r02-plans article.is-current {
    border-color: var(--r02-orange);
}

.r02-plans article.is-check {
    grid-column: span 2;
}

.r02-plans article i {
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--r02-orange);
}

.r02-plans__trace {
    position: absolute;
    top: 50%;
    right: 8%;
    left: 8%;
    height: 1px;
    background: var(--r02-orange);
}

/* Asymmetric industry band */
.r02-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--r02-ink);
}

.r02-band > * {
    position: relative;
    min-height: 240px;
    padding: 28px 26px;
    border-right: 1px solid var(--r02-line);
    border-bottom: 1px solid var(--r02-line);
}

.r02-band > *:first-child {
    background: var(--r02-ice-100);
}

.r02-band > *:last-child {
    border-right: 0;
}

.r02-band h3 {
    margin-top: 42px;
}

.r02-band .r02-depth-link {
    position: absolute;
    bottom: 24px;
    left: 26px;
}

/* FAQ */
.r02-faq {
    border-top: 1px solid var(--r02-ink);
}

.r02-faq details {
    border-bottom: 1px solid var(--r02-line);
}

.r02-faq summary {
    display: grid;
    min-height: 76px;
    grid-template-columns: 48px 1fr 24px;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    list-style: none;
}

.r02-faq summary::-webkit-details-marker {
    display: none;
}

.r02-faq summary > span {
    color: var(--r02-orange);
    font-size: 11px;
    font-weight: 760;
}

.r02-faq summary strong {
    font-size: 17px;
    font-weight: 650;
}

.r02-faq summary i {
    position: relative;
    width: 18px;
    height: 18px;
}

.r02-faq summary i::before,
.r02-faq summary i::after {
    position: absolute;
    top: 8px;
    right: 1px;
    left: 1px;
    height: 1px;
    background: currentColor;
    content: "";
}

.r02-faq summary i::after {
    transform: rotate(90deg);
    transition: transform 160ms ease;
}

.r02-faq details[open] summary i::after {
    transform: rotate(0);
}

.r02-faq details > p {
    max-width: 680px;
    margin: -6px 0 22px 64px;
    color: var(--r02-text);
}

/* Conversion */
.r02-conversion {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--r02-navy-950);
}

.r02-conversion__inner {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 320px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 56px;
}

.r02-conversion__inner > div {
    max-width: 720px;
}

.r02-conversion__inner p {
    margin-bottom: 14px;
    color: var(--r02-orange-2);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.12em;
}

.r02-conversion__inner h2 {
    font-size: clamp(38px, 4vw, 58px);
}

.r02-conversion__inner > div > span {
    display: block;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.64);
}

.r02-conversion__path {
    position: absolute;
    right: 3%;
    bottom: 22%;
    left: 35%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--r02-orange), transparent);
    transform: rotate(-4deg);
}

.r02-conversion__path i {
    position: absolute;
    top: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--r02-orange);
}

.r02-conversion__path i:nth-child(1) { left: 10%; }
.r02-conversion__path i:nth-child(2) { left: 54%; }
.r02-conversion__path i:nth-child(3) { right: 4%; }

/* Contact */
.r02-contact {
    background: #fff;
}

.r02-contact__hero {
    position: relative;
    min-height: 54svh;
    padding-top: 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 79% 42%, rgba(9, 104, 232, 0.08), transparent 28%),
        linear-gradient(135deg, #fff, var(--r02-ice-100));
}

.r02-contact__drawing {
    position: absolute;
    top: 19%;
    right: 4%;
    width: min(47vw, 680px);
    height: 62%;
    opacity: 0.34;
    background:
        linear-gradient(152deg, transparent 42%, rgba(9, 104, 232, 0.28) 42.2%, transparent 42.6%),
        linear-gradient(25deg, transparent 53%, rgba(255, 90, 31, 0.26) 53.2%, transparent 53.6%),
        repeating-linear-gradient(0deg, transparent 0 31px, rgba(9, 41, 78, 0.1) 32px),
        repeating-linear-gradient(90deg, transparent 0 47px, rgba(9, 41, 78, 0.1) 48px);
    mask-image: linear-gradient(90deg, transparent, #000 22%);
}

.r02-contact__hero-inner {
    position: relative;
    display: flex;
    min-height: calc(54svh - 72px);
    flex-direction: column;
    justify-content: center;
    padding: 46px 0;
}

.r02-contact__hero h1 {
    max-width: 720px;
    font-size: clamp(52px, 6vw, 78px);
}

.r02-contact__hero-inner > p:last-child {
    max-width: 620px;
    margin-top: 24px;
    color: var(--r02-text);
    font-size: 19px;
}

.r02-contact__workspace {
    padding: 96px 0 122px;
}

.r02-contact__workspace-head {
    display: grid;
    grid-template-columns: 4fr 6fr 2fr;
    align-items: end;
    gap: 24px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--r02-line);
}

.r02-contact__workspace-head .r02-eyebrow {
    margin: 0;
}

.r02-contact__workspace-head h2 {
    font-size: clamp(34px, 3.4vw, 48px);
}

.r02-contact__workspace-head > span {
    color: var(--r02-muted);
    font-size: 12px;
    text-align: right;
}

.r02-contact__grid {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 56px;
    padding-top: 48px;
}

.r02-contact__guide > p:first-child {
    color: var(--r02-ink);
    font-weight: 700;
}

.r02-contact__guide ol {
    margin-top: 22px;
    border-top: 1px solid var(--r02-line);
}

.r02-contact__guide li {
    display: grid;
    grid-template-columns: 42px 1fr;
    padding: 19px 0;
    border-bottom: 1px solid var(--r02-line);
}

.r02-contact__guide li > span {
    grid-row: 1 / 3;
    color: var(--r02-orange);
    font-size: 11px;
    font-weight: 760;
}

.r02-contact__guide li strong {
    font-size: 17px;
}

.r02-contact__guide li p {
    margin-top: 4px;
    color: var(--r02-muted);
    font-size: 13px;
}

.r02-contact__guide-note {
    margin-top: 24px;
    padding: 18px;
    color: var(--r02-muted);
    background: var(--r02-ice-50);
    font-size: 12px;
}

.r02-contact__status {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 18px;
    margin-bottom: 30px;
    padding: 16px 18px;
    color: var(--r02-text);
    background: var(--r02-ice-100);
    border-left: 3px solid var(--r02-orange);
    font-size: 13px;
}

.r02-contact__status > span {
    color: var(--r02-orange);
    font-weight: 760;
}

.r02-contact__form {
    opacity: 0.78;
}

.r02-contact__form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0 0 40px;
    border: 0;
}

.r02-contact__form fieldset + fieldset {
    padding-top: 34px;
    border-top: 1px solid var(--r02-line);
}

.r02-contact__form legend {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding: 0;
}

.r02-contact__form legend span {
    color: var(--r02-orange);
    font-size: 11px;
    font-weight: 760;
}

.r02-contact__form legend strong {
    font-size: 20px;
}

.r02-contact__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.r02-contact__form label {
    display: grid;
    gap: 7px;
    margin-bottom: 20px;
    color: var(--r02-text);
    font-size: 12px;
}

.r02-contact__form-grid label {
    margin-bottom: 0;
}

.r02-contact__form input,
.r02-contact__form select,
.r02-contact__form textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    color: var(--r02-muted);
    background: var(--r02-ice-50);
    border: 1px solid var(--r02-line);
    border-radius: 0;
    resize: vertical;
}

.r02-contact__form textarea {
    min-height: 96px;
}

.r02-contact__form-action {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 26px;
    border-top: 1px solid var(--r02-line);
}

.r02-contact__form-action button {
    min-height: 48px;
    padding: 12px 22px;
    color: #7e8d9c;
    background: #dfe6ec;
    border: 0;
}

.r02-contact__form-action > span {
    color: var(--r02-muted);
    font-size: 12px;
}

.r02-contact__boundary {
    padding: 84px 0;
    color: #fff;
    background: var(--r02-navy-950);
}

.r02-contact__boundary h2 {
    max-width: 700px;
    font-size: clamp(34px, 4vw, 50px);
}

.r02-contact__boundary ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 42px;
    background: rgba(255, 255, 255, 0.15);
}

.r02-contact__boundary li {
    min-height: 110px;
    padding: 24px;
    color: rgba(255, 255, 255, 0.72);
    background: var(--r02-navy-950);
}

/* Privacy and legal status pages */
.r02-document {
    background: #fff;
}

.r02-document__hero {
    padding: 150px 0 80px;
    background: var(--r02-ice-100);
}

.r02-document__hero-grid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 72px;
    align-items: end;
}

.r02-document__hero h1 {
    max-width: 720px;
    font-size: clamp(48px, 5vw, 70px);
}

.r02-document__hero-grid > div > p:last-child {
    max-width: 680px;
    margin-top: 22px;
    color: var(--r02-text);
}

.r02-document__hero aside {
    padding: 24px;
    background: #fff;
    border-top: 3px solid var(--r02-orange);
}

.r02-document__hero aside span {
    color: var(--r02-orange);
    font-size: 12px;
    font-weight: 760;
}

.r02-document__hero aside p {
    margin-top: 14px;
    color: var(--r02-text);
    font-size: 13px;
}

.r02-document__body {
    padding: 88px 0 120px;
}

.r02-document__layout {
    display: grid;
    grid-template-columns: 3fr 8fr;
    gap: 80px;
}

.r02-document__toc {
    position: sticky;
    top: 104px;
    align-self: start;
    border-top: 1px solid var(--r02-ink);
}

.r02-document__toc p,
.r02-document__toc a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid var(--r02-line);
    font-size: 13px;
}

.r02-document__toc p {
    font-weight: 700;
}

.r02-document__layout article > section {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 0 20px;
    padding: 0 0 68px;
}

.r02-document__layout article > section + section {
    padding-top: 48px;
    border-top: 1px solid var(--r02-line);
}

.r02-document__layout article > section > span {
    grid-row: 1 / 4;
    color: var(--r02-orange);
    font-size: 12px;
    font-weight: 760;
}

.r02-document__layout h2 {
    font-size: 34px;
}

.r02-document__layout article p,
.r02-document__layout article ul {
    margin-top: 20px;
    color: var(--r02-text);
}

.r02-document__layout li {
    position: relative;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid var(--r02-line);
}

.r02-document__layout li::before {
    position: absolute;
    top: 21px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--r02-orange);
    content: "";
}

.r02-document__note {
    padding: 16px 18px;
    background: var(--r02-ice-100);
    font-size: 13px;
}

/* Shared R02 footer */
.page-r02 .site-footer {
    min-height: 270px;
    color: #fff;
    background: var(--r02-navy-950);
}

.page-r02 .site-footer > .shell {
    position: relative;
    min-height: 270px;
}

.r02-footer-main {
    display: grid;
    min-height: 210px;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 72px;
}

.r02-footer-brand p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
}

.r02-footer-nav {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
}

.page-r02 .footer-bottom {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.42);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 10px;
}

.page-r02 .footer-bottom .filing-links {
    display: flex;
    gap: 22px;
}

/* V15 now uses the R02 navigation and review-safe footer copy. */
.page-home-v15 .v15-product-panel__entry,
.page-home-v15 .v15-contact__cta {
    position: relative;
    z-index: 4;
}

.page-home-v15 .v15-product-panel__entry:hover,
.page-home-v15 .v15-product-panel__entry:focus-visible,
.page-home-v15 .v15-footer-cta:hover,
.page-home-v15 .v15-footer-cta:focus-visible {
    color: #ff7a3a;
}

/* Tablet and mobile */
@media (max-width: 1120px) {
    .page-r02 .desktop-nav,
    .page-r02 .nav-contact {
        display: none;
    }

    .page-r02 .menu-toggle {
        display: block;
        border-radius: 0;
    }

    .page-r02 .mobile-menu {
        position: fixed;
        z-index: 90;
        top: 72px;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        visibility: hidden;
        overflow-y: auto;
        color: var(--r02-ink);
        background: #fff;
        opacity: 0;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
    }

    .page-r02 .menu-open .mobile-menu {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .page-r02 .mobile-menu-inner {
        display: grid;
        width: min(calc(100% - 64px), 760px);
        margin-inline: auto;
        padding: 42px 0 80px;
    }

    .page-r02 .mobile-menu-inner > a {
        display: grid;
        min-height: 64px;
        grid-template-columns: 46px 1fr;
        align-items: center;
        border-bottom: 1px solid var(--r02-line);
        font-size: 22px;
    }

    .page-r02 .mobile-menu-inner > a > span {
        color: var(--r02-orange);
        font-size: 11px;
    }

    .page-r02 .mobile-menu-inner .mobile-contact {
        min-height: 72px;
        grid-template-columns: 1fr auto;
        color: #fff;
        background: var(--r02-orange);
        padding: 0 22px;
        border: 0;
    }

    .page-r02 .mobile-menu-inner .mobile-subpage {
        padding-left: 46px;
        color: var(--r02-muted);
        font-size: 15px;
    }

    .r02-section__grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .r02-section__heading,
    .r02-section--reverse .r02-section__heading {
        grid-column: 1 / 4;
    }

    .r02-section__content,
    .r02-section--reverse .r02-section__content {
        grid-row: 1;
        grid-column: 4 / -1;
    }

    .r02-world {
        padding-inline: 12px;
    }

    .r02-footer-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .page-r02 .shell,
    .page-r02 .nav-shell,
    .page-r02 .site-footer > .shell {
        width: min(calc(100% - 40px), var(--r02-shell));
    }

    .page-r02 .site-header {
        height: 64px;
    }

    .page-r02 .brand-name {
        font-size: 21px;
    }

    .page-r02 .brand-cn {
        font-size: 12px;
    }

    .page-r02 .mobile-menu {
        top: 64px;
    }

    .page-r02 .mobile-menu-inner {
        width: calc(100% - 40px);
        padding-top: 28px;
    }

    .page-r02 [id] {
        scroll-margin-top: 122px;
    }

    .r02-breadcrumb {
        padding-top: 84px;
    }

    .r02-breadcrumb + .r02-hero {
        margin-top: -108px;
    }

    .r02-hero {
        display: flex;
        min-height: 620px;
        padding-top: 64px;
        align-items: flex-end;
    }

    .r02-hero__picture {
        height: 54%;
    }

    .r02-hero__picture img {
        object-position: 62% center;
    }

    .r02-product-page--navy .r02-hero__picture {
        height: 100%;
    }

    .r02-hero__wash {
        background:
            linear-gradient(0deg, rgba(246, 249, 252, 1) 0%, rgba(246, 249, 252, 0.98) 45%, rgba(246, 249, 252, 0.12) 78%),
            linear-gradient(90deg, rgba(246, 249, 252, 0.45), transparent);
    }

    .r02-product-page--navy .r02-hero__wash {
        background:
            linear-gradient(0deg, rgba(6, 29, 56, 0.98) 0%, rgba(6, 29, 56, 0.88) 45%, rgba(6, 29, 56, 0.08) 84%),
            linear-gradient(90deg, rgba(6, 29, 56, 0.34), transparent);
    }

    .r02-product-page--steel .r02-hero__wash {
        background: linear-gradient(0deg, rgba(246, 249, 252, 1) 0%, rgba(246, 249, 252, 0.94) 48%, rgba(246, 249, 252, 0.12) 80%);
    }

    .r02-hero__grid {
        background-size: 54px 54px;
        mask-image: linear-gradient(0deg, #000, transparent 72%);
    }

    .r02-hero__content {
        min-height: 0;
        justify-content: flex-end;
        padding: 300px 0 82px;
    }

    .r02-hero__content > * {
        width: 100%;
    }

    .r02-hero h1 {
        font-size: clamp(41px, 12vw, 56px);
    }

    .r02-hero__lead {
        margin-top: 18px;
        font-size: 16px;
    }

    .r02-hero__actions {
        flex-wrap: wrap;
        margin-top: 22px;
        gap: 16px;
    }

    .r02-hero__nodes {
        right: 0;
        bottom: 16px;
        width: 100%;
        overflow-x: auto;
        gap: 18px;
    }

    .r02-hero__nodes li {
        flex: 0 0 auto;
    }

    .r02-hero__nodes li:not(:last-child)::after {
        width: 24px;
        flex: 0 0 auto;
    }

    .r02-concept-mark {
        top: 78px;
        right: 14px;
        bottom: auto;
    }

    .r02-section-nav {
        top: 64px;
        height: 54px;
    }

    .r02-section-nav__inner {
        gap: 18px;
    }

    .r02-section-nav__label {
        display: none;
    }

    .r02-section-nav__links {
        gap: 22px;
    }

    .r02-section {
        padding: 76px 0 84px;
    }

    .r02-section__grid {
        display: block;
    }

    .r02-section__heading {
        margin-bottom: 42px;
    }

    .r02-section__heading h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .r02-section__intro {
        margin-top: 18px;
    }

    .r02-scene {
        min-height: 230px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .r02-ledger article,
    .r02-ledger--statement article {
        display: block;
        min-height: 0;
        padding: 22px 0;
    }

    .r02-ledger article > h3 {
        font-size: 20px;
    }

    .r02-ledger article > p {
        margin-top: 8px;
    }

    .r02-ledger--progress {
        display: block;
    }

    .r02-ledger--progress article {
        min-height: 220px;
        border-right: 1px solid var(--r02-line);
        border-bottom: 0;
    }

    .r02-ledger--progress article:last-child {
        border-bottom: 1px solid var(--r02-line);
    }

    .r02-layers {
        padding-left: 36px;
    }

    .r02-layers__axis {
        left: 8px;
    }

    .r02-layers article {
        padding: 21px 20px;
    }

    .r02-layers article::before {
        width: 27px;
    }

    .r02-flow,
    .r02-timeline {
        display: block;
        padding-top: 0;
        padding-left: 22px;
        border-top: 0;
    }

    .r02-flow::before,
    .r02-timeline::before {
        top: 0;
        bottom: 0;
        left: 4px;
        width: 1px;
        height: auto;
    }

    .r02-flow li,
    .r02-timeline li {
        min-height: 0;
        padding: 0 0 28px 20px;
    }

    .r02-flow__dot,
    .r02-timeline li::before {
        top: 6px;
        left: -22px;
    }

    .r02-timeline li::after {
        display: none;
    }

    .r02-propagation {
        display: block;
        padding: 12px 0 12px 22px;
    }

    .r02-propagation__line {
        top: 0;
        bottom: 0;
        left: 4px;
        width: 1px;
        height: auto;
        transform: none;
    }

    .r02-propagation article {
        margin-bottom: 14px;
    }

    .r02-world {
        min-height: 520px;
        grid-template-columns: repeat(2, 1fr);
        gap: 88px 22px;
        padding: 34px 0;
    }

    .r02-world article:nth-of-type(4),
    .r02-world article:nth-of-type(5),
    .r02-world article:nth-of-type(6) {
        grid-row: auto;
    }

    .r02-world::before {
        width: 78%;
    }

    .r02-world::after {
        width: 100%;
        aspect-ratio: 1;
    }

    .r02-plans {
        grid-template-columns: repeat(2, 1fr);
        padding: 26px 14px;
    }

    .r02-plans article {
        min-height: 116px;
        padding: 16px;
    }

    .r02-band {
        display: block;
    }

    .r02-band > * {
        min-height: 210px;
        border-right: 0;
    }

    .r02-faq summary {
        grid-template-columns: 34px 1fr 22px;
    }

    .r02-faq summary strong {
        font-size: 15px;
    }

    .r02-faq details > p {
        margin-left: 50px;
        font-size: 14px;
    }

    .r02-conversion__inner {
        display: block;
        min-height: 390px;
        padding: 74px 0;
    }

    .r02-conversion__inner h2 {
        font-size: 38px;
    }

    .r02-conversion__inner .r02-button {
        margin-top: 30px;
    }

    .r02-contact__hero {
        min-height: 500px;
        padding-top: 64px;
    }

    .r02-contact__hero-inner {
        min-height: 436px;
    }

    .r02-contact__hero h1 {
        font-size: 52px;
    }

    .r02-contact__drawing {
        top: 7%;
        right: -22%;
        width: 100vw;
        height: 55%;
    }

    .r02-contact__workspace {
        padding: 72px 0 86px;
    }

    .r02-contact__workspace-head {
        display: block;
    }

    .r02-contact__workspace-head h2 {
        margin-top: 10px;
    }

    .r02-contact__workspace-head > span {
        display: block;
        margin-top: 16px;
        text-align: left;
    }

    .r02-contact__grid {
        display: block;
        padding-top: 34px;
    }

    .r02-contact__guide {
        margin-bottom: 54px;
    }

    .r02-contact__status {
        display: block;
    }

    .r02-contact__status p {
        margin-top: 6px;
    }

    .r02-contact__form-grid {
        display: block;
    }

    .r02-contact__form-grid label {
        margin-bottom: 18px;
    }

    .r02-contact__form-action {
        align-items: flex-start;
        flex-direction: column;
    }

    .r02-contact__boundary ul {
        display: block;
    }

    .r02-contact__boundary li {
        min-height: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .r02-document__hero {
        padding: 118px 0 62px;
    }

    .r02-document__hero-grid {
        display: block;
    }

    .r02-document__hero h1 {
        font-size: 46px;
    }

    .r02-document__hero aside {
        margin-top: 42px;
    }

    .r02-document__body {
        padding: 62px 0 84px;
    }

    .r02-document__layout {
        display: block;
    }

    .r02-document__toc {
        position: static;
        margin-bottom: 54px;
    }

    .r02-document__layout article > section {
        display: block;
    }

    .r02-document__layout article > section > span {
        display: block;
        margin-bottom: 10px;
    }

    .r02-footer-main {
        display: block;
        padding: 58px 0 34px;
    }

    .r02-footer-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 42px;
        gap: 18px;
    }

    .page-r02 .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 18px 0;
    }
}

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

/* -------------------------------------------------------------------------- */
/* R03 primary navigation and full-viewport mega menus                        */
/* -------------------------------------------------------------------------- */

body.mega-menu-is-open {
    overscroll-behavior: none;
}

html.navigation-is-open,
html.navigation-is-open body {
    overscroll-behavior: none;
}

html.navigation-is-open body,
body.page-r02-review.menu-is-open,
body.page-r02-review.mega-menu-is-open {
    overflow-y: visible;
}

.page-r02-review .site-header {
    isolation: isolate;
}

.page-r02-review .nav-shell {
    position: relative;
    z-index: 2;
}

.page-r02-review .nav-mega-trigger {
    margin: 0;
    padding: 0;
    border: 0;
    appearance: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.page-r02-review .nav-mega-trigger .chevron {
    transition: transform 180ms ease;
}

.page-r02-review .nav-mega-trigger[aria-expanded="true"] .chevron {
    transform: translateY(2px) rotate(225deg);
}

.page-r02-review .nav-mega-trigger[aria-expanded="true"]::after {
    transform: scaleX(1);
}

.page-r02-review .site-header.mega-open {
    color: #f6f9fc;
    background: rgba(4, 18, 31, 0.91);
    border-bottom-color: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    backdrop-filter: blur(22px) saturate(0.8);
}

.page-r02-review .site-header.mega-open .brand,
.page-r02-review .site-header.mega-open .nav-link {
    color: rgba(255, 255, 255, 0.82);
}

.page-r02-review .site-header.mega-open .brand-cn {
    color: rgba(255, 255, 255, 0.56);
}

.page-r02-review .site-header.mega-open .nav-link:hover,
.page-r02-review .site-header.mega-open .nav-link:focus-visible,
.page-r02-review .site-header.mega-open .nav-link.is-current,
.page-r02-review .site-header.mega-open .nav-mega-trigger[aria-expanded="true"] {
    color: #fff;
}

.page-r02-review .site-header.mega-open .nav-contact {
    color: #fff;
    background: #f25a18;
}

.page-home-v15 .site-header {
    position: sticky;
    top: 0;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
}

.page-home-v15 .home-nav-snap-origin {
    width: 1px;
    height: 1px;
    display: block;
    margin-bottom: -1px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    pointer-events: none;
}

.mega-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 100%);
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    color: #f5f7f9;
    background:
        radial-gradient(circle at 12% 24%, rgba(92, 124, 84, 0.34), transparent 28%),
        radial-gradient(circle at 70% 2%, rgba(103, 134, 140, 0.24), transparent 31%),
        radial-gradient(circle at 92% 68%, rgba(14, 74, 91, 0.26), transparent 32%),
        linear-gradient(112deg, rgba(6, 23, 31, 0.93), rgba(2, 16, 27, 0.97) 56%, rgba(4, 24, 34, 0.96));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 190ms ease, transform 190ms ease, visibility 0s linear 190ms;
    backdrop-filter: blur(30px) saturate(0.72);
    overscroll-behavior: contain;
}

.mega-menu::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: rgba(3, 15, 25, 0.22);
    content: "";
    backdrop-filter: blur(26px) saturate(0.72);
    pointer-events: none;
}

.mega-menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
}

.mega-menu__shell {
    width: min(calc(100% - 96px), 1440px);
    min-height: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(230px, 0.92fr) minmax(0, 2.75fr) minmax(250px, 0.98fr);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.mega-menu__intro,
.mega-menu__content,
.mega-menu__feature {
    padding-top: clamp(42px, 6vh, 68px);
    padding-bottom: 48px;
}

.mega-menu__intro {
    padding-right: clamp(28px, 3vw, 48px);
    padding-left: clamp(28px, 3vw, 48px);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.mega-menu__eyebrow,
.mega-menu__section-label {
    margin: 0;
    color: rgba(255, 255, 255, 0.53);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.14em;
    line-height: 1.4;
}

.mega-menu__intro h2 {
    margin-top: 24px;
    color: #fff;
    font-size: clamp(31px, 2.3vw, 39px);
    font-weight: 590;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.mega-menu__intro > p:last-child {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.61);
    font-size: 14px;
    line-height: 1.75;
}

.mega-menu__content {
    min-width: 0;
    padding-right: clamp(24px, 2.5vw, 42px);
    padding-left: clamp(24px, 2.5vw, 42px);
}

.mega-business-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mega-business-card {
    position: relative;
    min-width: 0;
    min-height: 408px;
    padding: 28px 24px 64px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    transition: background-color 180ms ease;
}

.mega-business-card:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.mega-business-card:hover,
.mega-business-card:focus-visible,
.mega-business-card[aria-current="page"] {
    background: rgba(255, 255, 255, 0.07);
}

.mega-business-card__index {
    color: #ff6a2a;
    font-size: 10px;
    font-weight: 720;
    letter-spacing: 0.12em;
}

.mega-business-card .mega-business-card__category {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 620;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.mega-business-card h3 {
    margin-top: 12px;
    color: #fff;
    font-size: clamp(20px, 1.55vw, 26px);
    font-weight: 590;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.mega-business-card strong {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 620;
    line-height: 1.65;
}

.mega-business-card > p:not(.mega-business-card__category) {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 12px;
    line-height: 1.75;
}

.mega-menu__arrow {
    position: absolute;
    right: 24px;
    bottom: 24px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
    transition: color 160ms ease, transform 160ms ease;
}

.mega-business-card:hover .mega-menu__arrow,
.mega-business-card:focus-visible .mega-menu__arrow {
    color: #ff6a2a;
    transform: translateX(5px);
}

.mega-menu__feature {
    min-width: 0;
    padding-right: clamp(28px, 3vw, 48px);
    padding-left: clamp(28px, 3vw, 48px);
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.mega-menu__feature img {
    width: 100%;
    height: auto;
    max-height: 190px;
    margin-bottom: 26px;
    object-fit: cover;
    filter: saturate(0.78) contrast(1.05);
}

.mega-menu__feature h3 {
    margin-top: 18px;
    color: #fff;
    font-size: clamp(21px, 1.7vw, 28px);
    font-weight: 590;
    line-height: 1.25;
}

.mega-menu__feature > p:not(.mega-menu__section-label) {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.75;
}

.mega-menu__feature > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    color: #fff;
    font-size: 13px;
    font-weight: 650;
}

.mega-menu__feature > a span {
    color: #ff6a2a;
    font-size: 18px;
    transition: transform 160ms ease;
}

.mega-menu__feature > a:hover span,
.mega-menu__feature > a:focus-visible span {
    transform: translateX(5px);
}

.mega-technology-grid {
    display: grid;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mega-technology-grid > a {
    display: grid;
    min-height: 82px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 15px 18px 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    transition: background-color 180ms ease, padding-left 180ms ease;
}

.mega-technology-grid > a:hover,
.mega-technology-grid > a:focus-visible,
.mega-technology-grid > a[aria-current="page"] {
    padding-left: 14px;
    background: rgba(255, 255, 255, 0.07);
}

.mega-technology-grid > a > span {
    color: #ff6a2a;
    font-size: 10px;
    font-weight: 720;
    letter-spacing: 0.1em;
}

.mega-technology-grid h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 590;
    letter-spacing: -0.015em;
    line-height: 1.25;
}

.mega-technology-grid p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    line-height: 1.55;
}

.mega-technology-grid b {
    color: rgba(255, 255, 255, 0.62);
    font-size: 17px;
    font-weight: 400;
    transition: color 160ms ease, transform 160ms ease;
}

.mega-technology-grid > a:hover b,
.mega-technology-grid > a:focus-visible b {
    color: #ff6a2a;
    transform: translateX(4px);
}

.mega-menu__compact-link {
    display: none;
}

/* Mobile navigation groups */
.mobile-nav-group {
    border-bottom: 1px solid var(--line, rgba(11, 34, 51, 0.18));
}

.page-r02-review .mobile-menu {
    overscroll-behavior: contain;
}

.mobile-nav-parent {
    width: 100%;
    min-height: 66px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0;
    color: var(--ink, #0b2233);
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.mobile-nav-parent > span {
    color: var(--r02-orange, #ed570e);
    font-size: 11px;
    font-weight: 700;
}

.mobile-nav-parent strong {
    font-size: 21px;
    font-weight: 620;
}

.mobile-nav-chevron {
    width: 9px;
    height: 9px;
    margin-right: 4px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
    transition: transform 180ms ease;
}

.mobile-nav-parent[aria-expanded="true"] .mobile-nav-chevron {
    transform: translateY(2px) rotate(225deg);
}

.mobile-nav-group.is-current > .mobile-nav-parent strong,
.mobile-nav-parent[aria-expanded="true"] strong {
    color: var(--r02-orange, #ed570e);
}

.mobile-nav-submenu[hidden] {
    display: none;
}

.mobile-nav-submenu {
    display: grid;
    padding: 4px 0 16px 46px;
}

.mobile-nav-submenu a {
    display: grid;
    gap: 3px;
    padding: 13px 28px 13px 0;
    border-bottom: 1px solid rgba(11, 34, 51, 0.1);
}

.mobile-nav-submenu a:last-child {
    border-bottom: 0;
}

.mobile-nav-submenu a strong {
    color: var(--ink, #0b2233);
    font-size: 15px;
    font-weight: 620;
    line-height: 1.45;
}

.mobile-nav-submenu a small {
    color: var(--muted, #5b6871);
    font-size: 11px;
    line-height: 1.55;
}

.mobile-nav-submenu a[aria-current="page"] strong {
    color: var(--r02-orange, #ed570e);
}

.page-r02-review .mobile-menu-inner > .mobile-contact {
    margin-top: 28px;
}

.page-r02-review .mobile-menu-inner > .mobile-contact span {
    color: inherit;
}

.no-js .page-r02-review .site-header {
    position: relative;
    height: auto;
}

.no-js .page-r02-review .nav-shell {
    height: var(--nav-height);
}

.no-js .page-r02-review .desktop-nav,
.no-js .page-r02-review .nav-actions,
.no-js .page-r02-review .mega-menu,
.no-js .page-r02-review .mobile-menu {
    display: none !important;
}

.no-script-navigation {
    width: min(calc(100% - 96px), 1344px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding: 32px 0 42px;
    border-top: 1px solid var(--r02-line, rgba(11, 34, 51, 0.18));
}

.no-script-navigation > div {
    display: grid;
    align-content: start;
}

.no-script-navigation strong,
.no-script-navigation a {
    padding: 10px 0;
    border-bottom: 1px solid var(--r02-line, rgba(11, 34, 51, 0.14));
}

.no-script-navigation strong {
    color: var(--r02-orange, #ed570e);
    font-size: 13px;
}

.no-script-navigation a {
    color: var(--ink, #0b2233);
    font-size: 14px;
}

@media (max-width: 1260px) and (min-width: 1121px) {
    .page-r02-review .mega-menu__shell {
        grid-template-columns: minmax(220px, 0.75fr) minmax(0, 2.25fr);
    }

    .page-r02-review .mega-menu__feature {
        display: none;
    }

    .page-r02-review .mega-menu__compact-link {
        min-height: 68px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 18px;
        margin-top: 18px;
        padding: 12px 16px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.04);
    }

    .page-r02-review .mega-menu__compact-link span {
        display: grid;
        gap: 3px;
    }

    .page-r02-review .mega-menu__compact-link strong {
        font-size: 14px;
        font-weight: 620;
    }

    .page-r02-review .mega-menu__compact-link small {
        color: rgba(255, 255, 255, 0.52);
        font-size: 11px;
    }

    .page-r02-review .mega-menu__compact-link b {
        color: #ff6a2a;
        font-size: 18px;
        font-weight: 400;
    }
}

@media (max-width: 1120px) {
    .page-r02 .mega-menu {
        display: none;
    }

    .page-home-v15 .desktop-nav,
    .page-home-v15 .nav-contact,
    .page-home-v15 .mega-menu {
        display: none;
    }

    .page-home-v15 .menu-toggle {
        display: block;
    }

    .page-home-v15 .mobile-menu {
        position: fixed;
        z-index: 90;
        top: var(--nav-height);
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        overflow-y: auto;
        color: var(--ink);
        background: #fff;
        border-top: 1px solid rgba(11, 37, 77, 0.12);
    }

    .page-home-v15 .menu-open .mobile-menu {
        display: block;
    }

    .page-r02 .mobile-menu {
        transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
    }

    .page-r02 .menu-open .mobile-menu {
        transition-delay: 0s;
    }
}

@media (max-width: 1120px) {
    .page-home-v15 .mobile-menu-inner {
        display: grid;
        width: min(calc(100% - 48px), 680px);
        margin-inline: auto;
        padding: 30px 0 54px;
    }

    .page-home-v15 .mobile-menu-inner > a:not(.mobile-contact) {
        min-height: 62px;
        display: grid;
        grid-template-columns: 36px 1fr;
        align-items: center;
        padding: 0;
        color: var(--ink);
        border-bottom: 1px solid rgba(11, 37, 77, 0.14);
        font-size: 19px;
    }

    .page-home-v15 .mobile-menu-inner > a:not(.mobile-contact) > span {
        color: var(--accent);
        font-size: 11px;
        font-weight: 700;
    }

    .page-home-v15 .mobile-menu-inner > .mobile-contact {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 18px;
        color: #fff;
        background: var(--accent);
        border: 0;
        font-size: 16px;
        font-weight: 650;
    }

    .page-home-v15 .mobile-nav-group {
        border-bottom-color: rgba(11, 37, 77, 0.14);
    }
}

@media (max-width: 560px) {
    .mobile-nav-parent {
        min-height: 62px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .mobile-nav-parent strong {
        font-size: 19px;
    }

    .mobile-nav-submenu {
        padding-left: 36px;
    }

    .no-script-navigation {
        width: calc(100% - 48px);
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mega-menu,
    .page-r02-review .nav-mega-trigger .chevron,
    .mobile-nav-chevron {
        transition: none;
    }
}
