    :root {
      /* Typography scale */
      --fs-xs: 12px;
      --fs-sm: 14px;
      --fs-body: 16px;
      --fs-body-lg: 18px;
      --fs-card-title: 24px;
      --fs-sub-title: 32px;
      --fs-section-sm: 40px;
      --fs-section: 56px;
      --fs-hero: clamp(56px, 6vw, 96px);

      /* Black text */
      --text-black-strong: #1d1d1f;
      --text-black-body: #424245;
      --text-black-muted: #6e6e73;
      --text-black-soft: #86868b;

      /* White text */
      --text-white-strong: #ffffff;
      --text-white-body: rgba(255, 255, 255, 0.84);
      --text-white-muted: rgba(255, 255, 255, 0.68);
      --text-white-soft: rgba(255, 255, 255, 0.48);
      --type-strong: #1d1d1f;
      --type-body: #1d1d1f;
      --type-muted: #6e6e73;
      --type-soft: #6e6e73;
      --weight-display: 650;
      --weight-title: 650;
      --weight-body: 400;
      --weight-link: 600;
      --home-liquid-bg: rgba(255, 255, 255, 0.82);
      --home-liquid-filter: blur(24px) saturate(160%);
      --home-liquid-border: rgba(0, 0, 0, 0.08);
      --home-liquid-shadow: inset 0 -1px 0 var(--home-liquid-border);
    }

    .hero-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    html { scroll-behavior: smooth; }

    .hero-slider {
      width: 100%;
      min-height: 100vh;
      background: #0c1015;
      position: relative;
      overflow: hidden;
      margin-top: 0;
    }

    .main-hero-single.hero-slider {
      height: calc(100vh - 64px);
      min-height: 640px;
      background: #050505;
      color: #ffffff;
    }

    .slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      z-index: 1;
      transition: opacity 1.2s ease-in-out;
      display: flex;
      align-items: stretch;
    }

    .slide.active { opacity: 1; z-index: 2; }

    .main-hero-single > .slide {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: inherit;
      opacity: 1;
      z-index: 1;
    }

    .main-hero-single > .slide:not(:first-child) {
      display: none;
    }

    .slide-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      transform: scale(1.03);
      transition: transform 7s linear;
    }

    .slide.active .slide-bg { transform: scale(1); }

    .slide-bg::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.58) 100%);
    }

    .main-hero-single .slide-bg {
      transform: none;
      transition: none;
    }

    .main-hero-single .slide-bg::after {
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.62)),
        radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.58) 72%);
    }

    .slide-content {
      position: relative;
      z-index: 3;
      max-width: 1680px;
      padding: 0 var(--sp-19);
      width: 100%;
      margin: 0 auto;
      color: var(--text-white-strong);
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      min-height: 100vh;
    }

    .main-hero-single .slide-content {
      min-height: 100%;
      padding: 64px 0 var(--sp-19, 56px);
      justify-content: center;
    }

    .slide-copy {
      width: 100%;
      max-width: none;
      padding: calc(var(--sp-33) - var(--sp-4)) 0 var(--sp-19);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .main-hero-single .slide-copy {
      width: min(1180px, calc(100vw - 48px));
      padding: 0;
      margin: 0 auto;
    }

    .slide-hero-deck {
      width: 100%;
      max-width: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
    }

    .slide-main-card {
      width: 100%;
      min-height: auto;
      border-radius: 0;
      border: none;
      background: transparent;
    }

    .slide-main-inner {
      position: relative;
      z-index: 1;
      min-height: auto;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: var(--sp-16);
      width: 100%;
    }

    .slide-main-text {
      max-width: 1180px;
      text-align: center;
    }

    .slide-main-meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: var(--sp-5);
      font-size: 18px;
      line-height: 1.4;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: var(--text-white-body);
      filter: drop-shadow(0 0 70px #000);
    }

    .main-hero-single .slide-main-meta {
      color: rgba(255, 255, 255, 0.84);
    }

    .slide-main-eyebrow,
    .slide-main-title {
      margin: 0;
      color: inherit;
      font: inherit;
      letter-spacing: inherit;
    }

    .slide-main-copy {
      display: block;
      margin: 0;
      max-width: 1180px;
      font-size: 64px;
      line-height: 1.12;
      font-weight: 600;
      letter-spacing: -0.045em;
      color: var(--text-white-strong);
      text-wrap: balance;
      filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 110px rgba(0, 0, 0, 0.6));
    }

    .main-hero-single .slide-main-copy {
      max-width: 1180px;
      margin-inline: auto;
    }

    .slide-point-list {
      display: none;
    }

    .slide-point-item {
      width: 100%;
      display: grid;
      grid-template-columns: 124px minmax(0, 1fr);
      align-items: start;
      gap: var(--sp-8);
      padding-top: var(--sp-6);
      border-top: 1px solid rgba(255,255,255,0.1);
    }

    .slide-point-label {
      display: inline-flex;
      align-items: center;
      gap: var(--sp-3);
      font-size: var(--fs-xs);
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-white-muted);
    }

    .slide-point-label::before {
      content: "";
      width: 16px;
      height: 2px;
      border-radius: 999px;
      background: var(--main-color);
    }

    .slide-point-text strong {
      display: block;
      font-size: var(--fs-body-lg);
      line-height: 1.32;
      font-weight: 700;
      color: var(--text-white-strong);
    }

    .slide-point-text span {
      display: block;
      margin-top: calc(var(--sp-8) - var(--sp-3));
      font-size: var(--fs-body);
      line-height: 1.62;
      color: var(--text-white-body);
    }

    .slide-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: var(--sp-4);
      flex-wrap: wrap;
      flex: 0 0 auto;
      padding-bottom: var(--sp-2);
    }

    .slide-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: var(--sp-2);
      min-width: 0;
      min-height: 48px;
      padding: 0 var(--sp-9);
      border-radius: 999px;
      background: rgba(255,255,255,0.12);
      color: var(--text-black-strong);
      font-size: var(--fs-body);
      line-height: 1.4;
      font-weight: 400;
      letter-spacing: -0.01em;
      border: 1px solid rgba(255,255,255,0.7);
      transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .slide-btn::before {
      content: none !important;
    }

    .slide-btn:hover {
      border-color: #ffffff;
      color: var(--text-black-strong);
      background: rgba(255,255,255,0.92);
    }

    .hero-main {
      position: relative;
      margin-top: 0;
      background: #f5f5f7;
      overflow: hidden;
    }

    .hero-main-media {
      position: relative;
      min-height: 86vh;
      background: #f5f5f7;
    }

    .hero-main-media::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 28%;
      background: linear-gradient(180deg, rgba(245,245,247,0) 0%, rgba(245,245,247,0.78) 58%, #f5f5f7 100%);
      pointer-events: none;
    }

    .hero-main-visual {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-main-visual .hero-video {
      width: min(100%, 1640px);
      height: 100%;
      object-fit: cover;
      object-position: center center;
      filter: saturate(0.96) contrast(1.02);
    }

    .hero-main-inner {
      position: relative;
      z-index: 2;
      min-height: 86vh;
      max-width: 1680px;
      margin: 0 auto;
      padding: var(--sp-30) var(--sp-19) var(--sp-19);
      display: flex;
      align-items: flex-end;
    }

    .hero-main-content {
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: var(--sp-16);
    }

    .hero-main-copy {
      max-width: 860px;
      display: flex;
      flex-direction: column;
      gap: var(--sp-3);
    }

    .hero-main-eyebrow {
      font-size: var(--fs-card-title);
      line-height: 1.2;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: var(--text-black-strong);
    }

    .hero-main-title {
      font-size: var(--fs-hero);
      line-height: 1.02;
      font-weight: 600;
      letter-spacing: -0.04em;
      color: var(--text-black-strong);
    }

    .hero-main-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 54px;
      padding: 0 26px;
      border-radius: 999px;
      border: 1px solid var(--text-black-strong);
      background: rgba(255,255,255,0.82);
      color: var(--text-black-strong);
      font-size: var(--fs-body);
      line-height: 1.4;
      font-weight: 400;
      letter-spacing: -0.01em;
      transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      white-space: nowrap;
    }

    .hero-main-link:hover {
      border-color: var(--main-color);
      color: var(--main-color);
      background: rgba(255,255,255,0.92);
    }

    .energy-core {
      position: relative;
      padding: var(--sp-33) 0 calc(var(--sp-19) - var(--sp-2));
    }

    .energy-core::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(20,32,42,0.18), transparent);
    }

    .section-head-main {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: var(--sp-10);
      margin-bottom: calc(var(--sp-16) + var(--sp-5));
    }

    .section-copy-main .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: var(--sp-3);
      font-size: var(--fs-sm);
      font-weight: 900;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--main-color);
      margin-bottom: var(--sp-6);
    }

    .section-copy-main .eyebrow::before {
      content: "";
      width: 34px;
      height: 2px;
      border-radius: 999px;
      background: var(--main-color);
    }

    .section-copy-main h2 {
      font-size: clamp(48px, 4.8vw, 72px);
      line-height: 1.02;
      letter-spacing: -0.05em;
      color: var(--type-strong);
      font-weight: var(--weight-display);
      margin-bottom: var(--sp-6);
    }

    .section-copy-main p {
      max-width: 920px;
      font-size: var(--fs-body-lg);
      line-height: 1.72;
      color: var(--text-black-body);
      font-weight: var(--weight-body);
    }

    .section-link-main {
      display: inline-flex;
      align-items: center;
      gap: var(--sp-3);
      color: var(--type-strong);
      font-size: var(--fs-sm);
      font-weight: var(--weight-link);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .section-link-main::after {
      content: '↗';
      color: var(--main-color);
      font-size: var(--fs-body-lg);
    }

    .core-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: var(--sp-11);
    }

    .core-card {
      position: relative;
      padding: var(--sp-14) var(--sp-12) var(--sp-15);
      border-radius: 24px;
      background: #fff;
      border: 1px solid rgba(15,30,44,0.08);
      box-shadow: 0 12px 24px rgba(15, 30, 44, 0.04);
      overflow: hidden;
      min-height: 308px;
    }

    .core-icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      margin-bottom: var(--sp-9);
      background: linear-gradient(135deg, var(--main-color), #ff9a44);
      box-shadow: none;
    }

    .core-card span {
      display: inline-flex;
      align-items: center;
      gap: var(--sp-2);
      font-size: var(--fs-xs);
      font-weight: 900;
      letter-spacing: 0.12em;
      color: var(--main-color);
      text-transform: uppercase;
      margin-bottom: var(--sp-3);
    }

    .core-card h3 {
      font-size: var(--fs-card-title);
      line-height: 1.2;
      letter-spacing: -0.05em;
      color: var(--type-strong);
      font-weight: var(--weight-display);
      margin-bottom: var(--sp-4);
    }

    .core-card p {
      font-size: var(--fs-body);
      line-height: 1.72;
      color: var(--type-muted);
      font-weight: var(--weight-body);
      margin-bottom: var(--sp-6);
    }

    .core-card ul {
      display: flex;
      flex-direction: column;
      gap: var(--sp-3);
    }

    .core-card li {
      position: relative;
      padding-left: 14px;
      font-size: var(--fs-sm);
      line-height: 1.68;
      color: var(--type-muted);
      font-weight: var(--weight-body);
    }

    .core-card li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--main-color);
    }

    .business-spectrum {
      padding: var(--sp-23) 0 var(--sp-section-y-loose);
    }

    .spectrum-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: var(--sp-9);
    }

    .spectrum-card {
      position: relative;
      min-height: 260px;
      padding: var(--sp-12) var(--sp-11);
      border-radius: 24px;
      overflow: hidden;
      background: #fff;
      color: var(--type-strong);
      box-shadow: 0 12px 24px rgba(15,30,44,0.04);
      border: 1px solid rgba(15,30,44,0.08);
    }

    .spectrum-card .number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: #f4f7fa;
      border: 1px solid rgba(15,30,44,0.08);
      margin-bottom: var(--sp-7);
      font-weight: 900;
      color: var(--main-color);
    }

    .spectrum-card h3 {
      font-size: var(--fs-card-title);
      line-height: 1.22;
      letter-spacing: -0.05em;
      font-weight: var(--weight-display);
      margin-bottom: var(--sp-4);
    }

    .spectrum-card p {
      font-size: var(--fs-body);
      line-height: 1.72;
      color: var(--type-muted);
      font-weight: var(--weight-body);
      margin-bottom: var(--sp-7);
    }

    .spectrum-card a {
      display: inline-flex;
      align-items: center;
      gap: var(--sp-3);
      font-size: var(--fs-sm);
      font-weight: var(--weight-link);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--type-strong);
    }

    .spectrum-card a::after {
      content: '↗';
      color: var(--main-color);
    }

    .news-pr {
      padding: 0 0 var(--sp-section-y);
      background: transparent;
    }

    .news-grid-container {
      display: grid;
      grid-template-columns: 360px minmax(0, 1fr);
      gap: var(--sp-12);
    }

    .banner-col {
      display: flex;
      flex-direction: column;
      gap: var(--sp-10);
    }

    .banner-box {
      min-height: 320px;
      border-radius: 24px;
      padding: var(--sp-13) var(--sp-12);
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: var(--text-white-strong);
      box-shadow: 0 12px 24px rgba(15,30,44,0.04);
    }

    .banner-box::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 42%);
      pointer-events: none;
    }

    .banner-esg {
      background:
        linear-gradient(135deg, rgba(9, 18, 27, 0.72), rgba(9, 18, 27, 0.22)),
        url('https://cdn.mcbots.org/page-assets/main/main-esg-banner-1200x900.webp') center/cover;
      border: 1px solid rgba(15,30,44,0.08);
    }

    .banner-recruit {
      background: linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%);
      color: var(--type-strong);
      border: 1px solid rgba(15,30,44,0.08);
    }

    .banner-box h3 {
      position: relative;
      z-index: 1;
      font-size: var(--fs-sub-title);
      font-weight: 900;
      line-height: 1.08;
      letter-spacing: -0.06em;
    }

    .banner-box p {
      position: relative;
      z-index: 1;
      font-size: var(--fs-sm);
      line-height: 1.8;
      color: inherit;
      opacity: 0.8;
      max-width: 250px;
    }

    .btn-circle {
      width: 60px;
      height: 68px;
      background: var(--main-color);
      color: var(--text-white-strong);
      text-decoration: none;
      font-size: var(--fs-body-lg);
      position: relative;
      z-index: 1;
      border-radius: 24px;
    }

    .news-col {
      border-radius: 24px;
      padding: var(--sp-14);
      background: #fff;
      border: 1px solid rgba(15,30,44,0.08);
      box-shadow: 0 12px 24px rgba(15,30,44,0.04);
    }

    .news-header {
      display: flex;
      justify-content: space-between;
      align-items: end;
      margin-bottom: var(--sp-13);
      gap: var(--sp-10);
    }

    .news-header h2 {
      font-size: var(--fs-section-sm);
      font-weight: var(--weight-display);
      letter-spacing: -0.06em;
      color: var(--type-strong);
    }

    .news-header p {
      font-size: var(--fs-body);
      line-height: 1.72;
      color: var(--type-muted);
      font-weight: var(--weight-body);
      max-width: 540px;
    }

    .news-header .more {
      color: var(--type-strong);
      font-weight: var(--weight-link);
      text-decoration: none;
      font-size: var(--fs-sm);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .news-inner-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--sp-11);
    }

    .news-card {
      cursor: pointer;
      padding: var(--sp-8);
      border-radius: 20px;
      background: #f8fafc;
      border: 1px solid rgba(15,30,44,0.08);
      transition: var(--transition);
    }

    .news-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 22px rgba(15,30,44,0.08);
    }

    .news-img {
      width: 100%;
      height: 240px;
      background-size: cover;
      background-position: center;
      border-radius: 20px;
      margin-bottom: var(--sp-9);
      position: relative;
    }

    .news-card h4 {
      font-size: var(--fs-body-lg);
      font-weight: 800;
      line-height: 1.55;
      margin-bottom: var(--sp-7);
      min-height: 62px;
      color: var(--type-strong);
    }

    .news-btn {
      width: 44px;
      height: 50px;
      background: #dfe7ec;
      font-size: var(--fs-body);
      color: var(--main-color);
    }

    .main-showcase {
      background: #ffffff;
      padding: 120px 0 0;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .ui-section {
      margin-bottom: 120px;
    }

    .main-showcase > .ui-section:nth-of-type(1) { order: 4; }
    .main-showcase > .ui-section:nth-of-type(2) { order: 3; }
    .main-showcase > .ui-section:nth-of-type(3) { order: 1; }
    .main-showcase > .ui-section.core-stack-clean { order: 2; }
    .main-showcase > .ui-section:nth-of-type(3) {
      margin-bottom: 120px;
    }
    .main-showcase > .ui-section:nth-of-type(1) {
      margin-bottom: 0;
    }

    .main-showcase > .ui-section.business-showcase-section { order: 1; }
    .main-showcase > .ui-section.core-stack-clean { order: 2; }
    .main-showcase > .ui-section.home-proof-section { order: 3; }
    .main-showcase > .ui-section.ecosystem-scroll-section { order: 4; }
    .main-showcase > .ui-section.latest-news-section {
      order: 5;
      margin-bottom: 0;
    }

    .ui-head {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 18px;
      margin-bottom: 60px;
      text-align: center;
    }

    .ui-head-copy {
      display: flex;
      flex-direction: column;
      gap: var(--sp-4);
    }

    .ui-head h2 {
      color: var(--type-strong);
    }

    .ui-head h2 span {
      display: block;
      color: var(--type-strong);
      font-weight: var(--weight-title);
    }

    .ui-head h2 span:first-child {
      margin: 0;
    }

    .ui-head h2 span:last-child {
      margin-top: 12px;
    }

    .ui-head-subtitle {
      max-width: 860px;
      margin-inline: auto;
    }

    .ui-head-subtitle.type-section-desc {
      font-size: var(--type-section-desc-size);
      line-height: var(--type-section-desc-line);
      letter-spacing: var(--type-section-desc-tracking);
      font-weight: var(--type-section-desc-weight);
      color: var(--text-black-strong);
    }

    .ui-head p {
      max-width: 440px;
      font-size: var(--fs-body);
      line-height: 1.72;
      color: var(--type-muted);
      font-weight: var(--weight-body);
    }

    .ui-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      white-space: nowrap;
    }

    /* Component base coexistence: keep existing main page visuals */
    .main-showcase .type-section-title,
    .main-showcase .type-section-title.c-title {
      margin: 0;
      font-size: 48px;
      line-height: 1.1667;
      letter-spacing: normal;
      font-weight: 500;
    }

    .main-showcase .type-section-desc.c-desc {
      margin: 0;
      font-size: 18px;
      line-height: 1.4444;
      letter-spacing: normal;
      font-weight: 400;
    }

    .main-showcase .business-showcase-section .type-section-desc.c-desc,
    .main-showcase .core-stack-clean .type-section-desc.c-desc {
      margin-top: 12px;
    }

    .main-showcase .ui-link.c-link,
    .main-showcase .section-link-main.c-link {
      margin-top: 0;
      min-height: 46px;
      padding: 0 22px;
      border-radius: 999px;
      color: var(--text-black-strong);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 247, 250, 0.74));
      border: 1px solid rgba(255, 255, 255, 0.72);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -12px 24px rgba(29, 29, 31, 0.07),
        0 16px 38px rgba(29, 29, 31, 0.12);
      backdrop-filter: blur(20px) saturate(1.35);
      -webkit-backdrop-filter: blur(20px) saturate(1.35);
      transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
      overflow: hidden;
    }

    .main-showcase .ui-link.c-link:hover,
    .main-showcase .section-link-main.c-link:hover {
      transform: translateY(-2px);
      color: #ffffff;
      background:
        linear-gradient(180deg, rgba(255, 122, 24, 0.92), rgba(255, 122, 24, 0.74));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        inset 0 -12px 24px rgba(29, 29, 31, 0.12),
        0 18px 42px rgba(255, 122, 24, 0.24);
    }

    .main-showcase .ui-head.c-section-head {
      max-width: 1200px;
      margin-inline: auto;
      margin-bottom: 60px;
    }

    .main-showcase > .ui-section.c-section:not(.latest-news-section) {
      padding: 0;
    }

    .home-proof-section {
      color: var(--text-black-strong);
    }

    .proof-stack {
      display: flex;
      flex-direction: column;
      gap: 120px;
    }

    .proof-chapter {
      display: grid;
      grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
      gap: 60px;
      align-items: start;
    }

    .proof-chapter--spotlight {
      display: block;
    }

    .proof-chapter-head {
      position: sticky;
      top: 128px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }

    .proof-chapter--spotlight .proof-chapter-head {
      position: static;
      align-items: center;
      text-align: center;
      margin-bottom: 60px;
    }

    .proof-chapter--spotlight .proof-desc {
      max-width: 820px;
    }

    .proof-eyebrow {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 16px;
      border-radius: 999px;
      background: rgba(255, 122, 24, 0.1);
      color: var(--main-color);
      font-size: 14px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    .proof-title {
      margin: 0;
      font-size: 48px;
      line-height: 1.1667;
      font-weight: 500;
      letter-spacing: normal;
      color: var(--text-black-strong);
    }

    .proof-desc {
      margin: 0;
      max-width: 520px;
      font-size: 18px;
      line-height: 1.4444;
      font-weight: 400;
      letter-spacing: normal;
      color: var(--text-black-muted);
    }

    .proof-card-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .proof-card-grid--three {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .proof-card,
    .proof-note {
      position: relative;
      min-height: 300px;
      padding: 32px;
      border-radius: 32px;
      background: #ffffff;
      border: 1px solid rgba(206, 208, 212, 0.72);
      box-shadow: 0 24px 70px rgba(29, 29, 31, 0.08);
      overflow: hidden;
    }

    .proof-card::before,
    .proof-note::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 4px;
      background: var(--main-color);
    }

    .proof-card--feature {
      background:
        linear-gradient(135deg, rgba(255, 122, 24, 0.12), rgba(255, 255, 255, 0) 38%),
        #ffffff;
    }

    .proof-card-label {
      display: block;
      margin-bottom: 26px;
      color: var(--main-color);
      font-size: 14px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .proof-card h3,
    .proof-note strong {
      display: block;
      margin: 0 0 16px;
      font-size: 28px;
      line-height: 1.25;
      font-weight: 600;
      letter-spacing: normal;
      color: var(--text-black-strong);
    }

    .proof-card p,
    .proof-note p {
      margin: 0;
      font-size: 18px;
      line-height: 1.56;
      font-weight: 400;
      letter-spacing: normal;
      color: var(--text-black-muted);
    }

    .proof-note {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: #f7f8fa;
      box-shadow: none;
    }

    .proof-chapter--bio {
      display: block;
    }

    .proof-chapter--bio .proof-chapter-head {
      position: static;
      align-items: center;
      text-align: center;
      margin-bottom: 58px;
    }

    .proof-chapter--bio .proof-title {
      max-width: 1120px;
    }

    .proof-chapter--bio .proof-desc {
      max-width: 980px;
      font-weight: 300;
      line-height: 1.62;
    }

    .ui-slider-shell.bio-clinical-shell {
      position: relative;
      width: 100%;
      margin: 0;
      padding-inline: 0;
      box-sizing: border-box;
    }

    .bio-clinical-slider {
      padding-top: 0;
      padding-bottom: 8px;
    }

    .ui-slider-track.bio-clinical-track {
      gap: 32px;
      scroll-snap-type: x mandatory;
      padding-right: 0;
    }

    .bio-clinical-card {
      width: calc((100% - 64px) / 3);
      flex: 0 0 calc((100% - 64px) / 3);
      display: flex;
      flex-direction: column;
      border-radius: 30px;
      background: #ffffff;
      border: 1px solid rgba(29, 29, 31, 0.1);
      box-shadow: none;
      overflow: hidden;
      opacity: 0;
      transform: translateY(34px);
      transition:
        opacity 0.72s ease,
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .bio-clinical-card.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .bio-clinical-card:nth-child(2) { transition-delay: 0.08s; }
    .bio-clinical-card:nth-child(3) { transition-delay: 0.16s; }
    .bio-clinical-card:nth-child(4) { transition-delay: 0.24s; }

    .bio-clinical-media {
      min-height: 330px;
      aspect-ratio: 1.18 / 1;
      background: var(--bio-card-bg);
      background-size: cover;
      background-position: center;
      border-radius: 28px;
      margin: 0;
    }

    .bio-clinical-copy {
      padding: 28px 0 0;
      background: #ffffff;
    }

    .bio-clinical-label {
      display: block;
      margin-bottom: 16px;
      font-size: 15px;
      line-height: 1.35;
      font-weight: 700;
      letter-spacing: 0.03em;
      color: var(--home-muted);
    }

    .bio-clinical-card h3 {
      margin: 0 0 16px;
      font-size: 24px;
      line-height: 1.18;
      letter-spacing: normal;
      font-weight: 650;
      color: var(--home-strong);
      word-break: keep-all;
    }

    .bio-clinical-card p {
      margin: 0;
      font-size: 16px;
      line-height: 1.62;
      letter-spacing: normal;
      font-weight: 400;
      color: var(--home-muted);
      word-break: keep-all;
    }

    .bio-clinical-shell .ui-controls {
      position: absolute;
      inset: 0;
      z-index: 8;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      padding: 0 48px;
      pointer-events: none;
    }

    .bio-clinical-shell .ui-control {
      position: relative;
      width: 56px;
      height: 56px;
      border-radius: 999px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 247, 250, 0.72));
      color: var(--text-black-strong);
      border: 0;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -14px 26px rgba(29, 29, 31, 0.07),
        0 18px 44px rgba(29, 29, 31, 0.14);
      backdrop-filter: blur(24px) saturate(1.45);
      -webkit-backdrop-filter: blur(24px) saturate(1.45);
      pointer-events: auto;
      overflow: hidden;
      transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
    }

    .bio-clinical-shell .ui-control svg {
      position: relative;
      z-index: 1;
      width: 30px;
      height: 30px;
      stroke-width: 1.8;
    }

    .bio-clinical-shell .ui-control:hover {
      transform: translateY(-2px);
      background:
        linear-gradient(180deg, rgba(255, 122, 24, 0.95), rgba(255, 122, 24, 0.78));
      color: #ffffff;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        inset 0 -14px 26px rgba(29, 29, 31, 0.12),
        0 20px 50px rgba(255, 122, 24, 0.28);
    }

    .home-proof-section .business-background-slider {
      position: relative;
      display: block;
      aspect-ratio: 1440 / 672;
      margin-top: 0;
      border-radius: 32px;
      overflow: hidden;
      background: #050505;
    }

    .home-proof-section .business-background-track {
      height: 100%;
      display: flex;
      transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
      will-change: transform;
    }

    .home-proof-section .business-background-card {
      position: relative;
      min-width: 100%;
      min-height: 100%;
      padding: 0 48px 62px;
      border: 0;
      border-radius: 0;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      text-align: center;
      color: #ffffff;
      background: #050505;
      box-shadow: none;
    }

    .home-proof-section .business-background-card::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 45%;
      z-index: 1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.52));
      pointer-events: none;
    }

    .home-proof-section .business-background-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: cover;
      transform: scale(1.04);
      z-index: 0;
    }

    .home-proof-section .business-background-card .c-card-title,
    .home-proof-section .business-background-card .c-card-desc {
      position: relative;
      z-index: 2;
    }

    .home-proof-section .business-background-card .c-card-title {
      max-width: 860px;
      margin: 0 auto;
      font-size: 36px;
      line-height: 1.1667;
      letter-spacing: normal;
      font-weight: 600;
      color: #ffffff;
    }

    .home-proof-section .business-background-card .c-card-desc {
      max-width: 860px;
      margin: 18px auto 0;
      font-size: 18px;
      line-height: 1.55;
      letter-spacing: normal;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.9);
    }

    .home-proof-section .business-background-controls {
      position: absolute;
      z-index: 4;
      inset: 0;
      width: 100%;
      padding: 0 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      pointer-events: none;
    }

    .home-proof-section .business-background-arrow,
    .home-proof-section .business-background-dots {
      height: 42px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.88);
      border: 0;
    }

    .home-proof-section .business-background-arrow {
      position: relative;
      width: 42px;
      cursor: pointer;
      pointer-events: auto;
    }

    .home-proof-section .business-background-arrow::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 9px;
      height: 9px;
      border-left: 2px solid #1d1d1f;
      border-bottom: 2px solid #1d1d1f;
      transform: translate(-35%, -50%) rotate(45deg);
    }

    .home-proof-section .business-background-arrow--next::before {
      transform: translate(-65%, -50%) rotate(225deg);
    }

    .home-proof-section .business-background-dots {
      display: none;
      align-items: center;
      gap: 10px;
      padding: 0 16px;
    }

    .home-proof-section .business-background-dots button {
      width: 9px;
      height: 9px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(29, 29, 31, 0.4);
      cursor: pointer;
    }

    .home-proof-section .business-background-dots button.is-active {
      background: #1d1d1f;
    }

    .proof-chapter--media {
      display: block;
    }

    .proof-chapter--media .proof-chapter-head {
      position: static;
      align-items: center;
      text-align: center;
      margin-bottom: 60px;
    }

    .proof-chapter--media .proof-desc {
      max-width: 820px;
    }

    .proof-chapter--certification {
      display: block;
    }

    .proof-chapter--certification .proof-chapter-head {
      position: static;
      align-items: center;
      text-align: center;
      margin-bottom: 60px;
    }

    .proof-chapter--certification .proof-desc {
      max-width: 820px;
    }

    .core-tech-showcase.certification-showcase {
      min-height: 620px;
    }

    .core-tech-stage.certification-stage {
      min-height: 620px;
    }

    .core-tech-rail.certification-rail {
      width: min(560px, 100%);
    }

    .core-tech-pill.certification-pill {
      cursor: pointer;
    }

    .proof-media-grid {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px;
    }

    .proof-media-card {
      position: relative;
      aspect-ratio: 1.08 / 1;
      min-height: 0;
      padding: 56px 48px;
      border-radius: 28px;
      background: #0a1317;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      text-align: center;
      overflow: hidden;
      color: #ffffff;
    }

    .proof-media-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      background-image: var(--proof-media-bg);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .proof-media-card:hover .proof-media-bg {
      transform: scale(1.05);
    }

    .proof-media-card::before {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 45%;
      z-index: 1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      pointer-events: none;
    }

    .proof-media-copy {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 640px;
    }

    .proof-media-kicker {
      display: block;
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 1.44;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.85);
    }

    .proof-media-card h3 {
      max-width: 640px;
      margin: 0 auto 18px;
      font-size: 36px;
      line-height: 1.18;
      letter-spacing: normal;
      font-weight: 500;
      color: #ffffff;
      word-break: keep-all;
    }

    .proof-media-card p {
      max-width: 620px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.45;
      letter-spacing: normal;
      font-weight: 400;
      color: #ffffff;
      word-break: keep-all;
    }

    html:not([lang="ko"]) body.home-page .news-ui-card,
    html:not([lang="ko"]) body.home-page .news-ui-text,
    html:not([lang="ko"]) body.home-page .news-ui-line,
    html:not([lang="ko"]) body.home-page .proof-media-copy,
    html:not([lang="ko"]) body.home-page .proof-media-card h3,
    html:not([lang="ko"]) body.home-page .proof-media-card p,
    html:not([lang="ko"]) body.home-page .bio-clinical-copy,
    html:not([lang="ko"]) body.home-page .bio-clinical-card h3,
    html:not([lang="ko"]) body.home-page .bio-clinical-card p,
    html:not([lang="ko"]) body.home-page .home-proof-section .business-background-card .c-card-title,
    html:not([lang="ko"]) body.home-page .home-proof-section .business-background-card .c-card-desc {
      max-width: 100%;
      min-width: 0;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: normal;
      line-break: anywhere;
    }

    html:not([lang="ko"]) body.home-page .news-ui-card,
    html:not([lang="ko"]) body.home-page .proof-media-card,
    html:not([lang="ko"]) body.home-page .bio-clinical-card {
      height: auto;
      min-height: auto;
    }

    html:not([lang="ko"]) body.home-page .proof-media-card {
      aspect-ratio: auto;
      min-height: 520px;
    }

    html:not([lang="ko"]) body.home-page .home-proof-section .business-background-slider {
      aspect-ratio: auto;
      min-height: 672px;
    }

    html:not([lang="ko"]) body.home-page .home-proof-section .business-background-track {
      height: auto;
      min-height: inherit;
      align-items: stretch;
    }

    html:not([lang="ko"]) body.home-page .home-proof-section .business-background-card {
      height: auto;
      min-height: inherit;
      padding-top: 180px;
    }

    .proof-media-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 30px;
    }

    .proof-media-dots {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-height: 42px;
      padding: 0 20px;
      border-radius: 999px;
      background: #1d1d1f;
    }

    .proof-media-dots button {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.25);
      cursor: pointer;
      transition: width 0.24s ease, background 0.24s ease;
    }

    .proof-media-dots button.is-active {
      width: 42px;
      background: var(--main-color);
    }

    .proof-media-nav {
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 999px;
      background: #1d1d1f;
      color: var(--main-color);
      font-size: 22px;
      font-weight: 800;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .proof-media-nav:hover {
      background: #000000;
      transform: translateY(-1px);
    }

    .ui-slider-shell {
      padding-left: max(calc((100vw - var(--max-width)) / 2 + var(--side-padding)), var(--side-padding));
    }

    .ui-slider {
      position: relative;
      overflow: hidden;
      padding: var(--sp-2) 0 var(--sp-7);
    }

    .ui-slider-track {
      display: flex;
      flex-wrap: nowrap;
      gap: var(--sp-10);
      width: 100%;
      overflow-x: auto;
      scroll-snap-type: x proximity;
      scroll-behavior: smooth;
      scrollbar-width: none;
      padding-right: max(calc((100vw - var(--max-width)) / 2 + var(--side-padding)), var(--side-padding));
    }

    .ui-slider[data-autoscroll="logos"] .ui-slider-track {
      scroll-snap-type: none;
    }

    .ui-slider-track::-webkit-scrollbar { display: none; }

    .ui-controls {
      display: flex;
      justify-content: flex-end;
      gap: var(--sp-9);
      margin-top: 20px;
      padding-right: max(calc((100vw - var(--max-width)) / 2 + var(--side-padding)), var(--side-padding));
    }

    .ui-control {
      width: 44px;
      height: 44px;
      border-radius: 999px;
      background: transparent;
      color: var(--text-black-strong);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: none;
      transition: opacity 0.25s ease, transform 0.25s ease;
      padding: 0;
      cursor: pointer;
    }

    .ui-control:hover {
      opacity: 0.55;
      transform: translateX(1px);
    }

    .ui-card {
      position: relative;
      flex: 0 0 auto;
      scroll-snap-align: start;
      border-radius: 0;
      background: #fff;
      border: none;
      box-shadow: none;
      overflow: hidden;
    }

    .news-ui-card {
      width: calc((100vw - calc(var(--side-padding) * 2) - 32px) / 2);
      max-width: calc((var(--max-width) - calc(var(--side-padding) * 2) - 32px) / 2);
      flex: 0 0 calc((100vw - calc(var(--side-padding) * 2) - 32px) / 2);
      min-height: auto;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: inherit;
      border-radius: 0;
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      position: relative;
      z-index: 1;
      transform-origin: center center;
      overflow: visible;
    }

    .news-ui-card:hover {
      z-index: 6;
    }

    .news-ui-meta {
      display: inline-flex;
      align-self: flex-start;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
      font-size: var(--fs-xs);
      font-weight: 700;
      color: var(--text-black-muted);
      margin-bottom: var(--sp-5);
      line-height: 1;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .news-ui-card h3 {
      font-size: var(--fs-card-title);
      line-height: 1.2;
      letter-spacing: -0.03em;
      color: var(--type-strong);
      font-weight: 600;
      margin-bottom: var(--sp-5);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: none;
    }

    .news-ui-desc {
      font-size: var(--fs-body);
      line-height: 1.6;
      letter-spacing: -0.01em;
      color: var(--type-muted);
      font-weight: var(--weight-body);
      max-width: none;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    html:not([lang="ko"]) body.home-page .news-ui-card h3,
    html:not([lang="ko"]) body.home-page .news-ui-desc {
      display: block;
      overflow: visible;
      -webkit-line-clamp: unset;
      -webkit-box-orient: initial;
    }

    /* Component base coexistence for news card (class attach-ready) */
    .main-showcase .news-ui-card.c-card {
      border-radius: 30px;
      background: #fff;
      border: 1px solid rgba(29,29,31,0.04);
      box-shadow: none;
    }

    .main-showcase .news-ui-copy.c-card-body {
      padding: 0;
    }

    .main-showcase .news-ui-card h3.c-card-title {
      margin: 0 0 var(--sp-5);
      font-size: var(--fs-card-title);
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 600;
      color: var(--type-strong);
    }

    .main-showcase .news-ui-desc.c-card-desc {
      margin: 0;
      font-size: var(--fs-body);
      line-height: 1.6;
      letter-spacing: -0.01em;
      font-weight: var(--weight-body);
      color: var(--type-muted);
    }

    .news-ui-text {
      padding: 0;
      display: flex;
      flex-direction: column;
      flex: 1;
      min-height: 0;
    }

    .news-ui-copy {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .news-ui-line {
      margin: 24px 0 0;
      font-size: 18px;
      line-height: 1.4444;
      letter-spacing: normal;
      font-weight: 400;
      color: var(--text-black-muted);
    }

    .news-ui-line strong,
    .news-ui-category {
      font-weight: 700;
      color: var(--text-black-strong);
    }

    .news-site-footer {
      display: block;
      order: -1;
      padding-top: 0;
      border-radius: 28px;
      overflow: hidden;
    }

    .news-ui-image {
      width: 100%;
      aspect-ratio: 1.78 / 1;
      background-size: cover;
      background-position: center;
      border-radius: 0;
      margin-top: 0;
      transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
    }

    .news-ui-card:hover .news-ui-image {
      transform: scale(1.045);
    }

    .news-ui-action {
      display: flex;
      justify-content: flex-end;
      margin-top: var(--sp-5);
    }

    .news-ui-plus {
      position: relative;
      cursor: pointer;
      transition: transform 0.35s ease, background 0.35s ease;
    }

    .news-ui-card:hover .news-ui-plus {
      transform: scale(1.04);
    }

    .latest-news-link,
    .business-overview-link,
    .tech-overview-link {
      justify-content: flex-start;
    }

    .latest-news-section {
      background: #ffffff;
      color: var(--text-black-strong);
      padding-top: 0;
      padding-bottom: 0;
      border-radius: 0;
      overflow: hidden;
    }

    .latest-news-section .ui-head h2,
    .latest-news-section .news-ui-card,
    .latest-news-section .news-ui-copy,
    .latest-news-section .news-ui-card h3,
    .latest-news-section .news-ui-desc {
      color: var(--text-black-strong);
    }

    .latest-news-section .news-ui-meta {
      color: var(--text-black-muted);
    }

    .latest-news-section .news-ui-card {
      background: transparent;
      border: 0;
    }

    .latest-news-shell {
      position: relative;
      width: 100%;
      max-width: var(--max-width);
      margin-inline: auto;
      padding-inline: var(--side-padding);
      overflow: hidden;
    }

    .latest-news-shell .ui-slider-track {
      gap: 32px;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      scroll-snap-type: x mandatory;
    }

    .latest-news-shell .ui-slider {
      overflow: hidden;
    }

    .latest-news-shell .ui-controls {
      position: absolute;
      inset: 0;
      z-index: 8;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      padding: 0 48px;
      pointer-events: none;
    }

    .latest-news-shell .ui-control {
      position: relative;
      width: 56px;
      height: 56px;
      border-radius: 999px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 247, 250, 0.74));
      color: var(--text-black-strong);
      border: 0;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -14px 26px rgba(29, 29, 31, 0.07),
        0 18px 44px rgba(29, 29, 31, 0.14);
      backdrop-filter: blur(24px) saturate(1.45);
      -webkit-backdrop-filter: blur(24px) saturate(1.45);
      pointer-events: auto;
      overflow: hidden;
      transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
    }

    .latest-news-shell .ui-control svg {
      position: relative;
      z-index: 1;
      width: 30px;
      height: 30px;
      stroke-width: 1.8;
    }

    .latest-news-shell .ui-control:hover {
      transform: translateY(-2px);
      background:
        linear-gradient(180deg, rgba(255, 122, 24, 0.95), rgba(255, 122, 24, 0.78));
      color: #ffffff;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        inset 0 -14px 26px rgba(29, 29, 31, 0.12),
        0 20px 50px rgba(255, 122, 24, 0.28);
    }

    .logo-card {
      width: 236px;
      min-height: 152px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: var(--sp-7) var(--sp-3);
      background: transparent;
      border-radius: 0;
      border: none;
      box-shadow: none;
    }

    .logo-card img {
      max-width: 130px;
      max-height: 48px;
      object-fit: contain;
      filter: grayscale(1) contrast(1.05);
      opacity: 0.85;
    }

    .logo-word {
      text-align: center;
    }

    .logo-word strong {
      display: block;
      font-size: var(--fs-card-title);
      line-height: 1.1;
      letter-spacing: -0.04em;
      color: var(--type-strong);
      margin-bottom: var(--sp-2);
      font-weight: var(--weight-title);
    }

    .logo-word span {
      font-size: var(--fs-sm);
      color: var(--type-muted);
      line-height: 1.55;
      font-weight: var(--weight-body);
    }

    .business-ui-card {
      width: clamp(500px, calc((100vw - 168px) / 2.55), 620px);
      flex: 0 0 clamp(500px, calc((100vw - 168px) / 2.55), 620px);
      aspect-ratio: 1 / 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-size: cover;
      background-position: center;
      position: relative;
      border: 1px solid rgba(17, 22, 28, 0.06);
      overflow: hidden;
      border-radius: 32px;
      box-shadow: none;
      z-index: 1;
    }

    .business-ui-image {
      position: absolute;
      inset: 0;
      z-index: 0;
      background-position: center;
      background-size: cover;
      transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
    }

    .business-ui-card:hover .business-ui-image {
      transform: scale(1.03);
    }

    .business-ui-card-link {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      min-height: 100%;
      color: inherit;
      text-decoration: none;
    }

    .business-ui-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.44) 66%, rgba(0, 0, 0, 0.82) 100%);
      z-index: 1;
      pointer-events: none;
    }

    .business-ui-copy {
      padding: 48px;
      position: relative;
      z-index: 2;
      flex: 1;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      text-align: center;
    }

    .business-ui-copy .content-top {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-self: stretch;
      width: 100%;
      align-items: center;
    }

    .business-ui-copy .number {
      display: none;
    }

    .business-ui-copy h3 {
      color: #ffffff;
      font-size: 36px;
      line-height: 1.17;
      letter-spacing: -0.015em;
      font-weight: 500;
      margin-bottom: 0;
      opacity: 1;
      text-wrap: balance;
    }

    .business-ui-copy p {
      color: rgba(255, 255, 255, 0.9);
      font-size: 18px;
      line-height: 1.44;
      font-weight: 400;
      margin-bottom: 0;
      max-width: 360px;
    }

    .business-ui-liquid {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      gap: 28px;
      width: 100%;
      min-height: auto;
      flex: 0 0 auto;
      padding: 0;
      border-radius: 0;
      border: none;
      background: none;
      box-shadow: none;
    }

    .business-ui-card-link .cta-text {
      display: block;
    }

    .business-ui-action {
      width: auto;
      height: auto;
      margin: 0;
      padding-top: 0;
      margin-left: 0;
    }

    .business-ui-more {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 28px;
      border-radius: 999px;
      background: var(--main-color);
      color: #ffffff;
      font-size: 16px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: -0.01em;
      box-shadow: none;
      transition: background 0.24s ease, transform 0.24s ease;
    }

    .business-ui-card:hover .business-ui-more {
      transform: translateY(-2px);
      background: #e95f00;
    }

    .business-slider-shell {
      position: relative;
      width: 100%;
      max-width: var(--max-width);
      margin-inline: auto;
      padding-inline: var(--side-padding);
      overflow: hidden;
    }

    .business-slider-shell .ui-slider {
      overflow: hidden;
    }

    .business-slider-shell .ui-slider-track {
      padding-top: var(--sp-3);
      padding-bottom: var(--sp-3);
      padding-right: 0;
    }

    .business-slider-shell .ui-controls {
      position: absolute;
      inset: 0;
      z-index: 8;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      padding: 0 48px;
      pointer-events: none;
    }

    .business-slider-shell .ui-control {
      position: relative;
      width: 56px;
      height: 56px;
      border-radius: 999px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62));
      color: var(--text-black-strong);
      border: 0;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -14px 26px rgba(29, 29, 31, 0.08),
        0 18px 44px rgba(29, 29, 31, 0.18);
      backdrop-filter: blur(22px) saturate(1.4);
      -webkit-backdrop-filter: blur(22px) saturate(1.4);
      pointer-events: auto;
      overflow: hidden;
      transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
    }

    .business-slider-shell .ui-control svg {
      position: relative;
      z-index: 1;
      width: 30px;
      height: 30px;
      stroke-width: 1.8;
    }

    .business-slider-shell .ui-control:hover {
      transform: translateY(-2px);
      background:
        linear-gradient(180deg, rgba(255, 122, 24, 0.95), rgba(255, 122, 24, 0.78));
      color: #ffffff;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        inset 0 -14px 26px rgba(29, 29, 31, 0.12),
        0 20px 50px rgba(255, 122, 24, 0.28);
    }

    .business-slider-shell .ui-slider-track > .business-ui-card:first-child,
    .latest-news-shell .ui-slider-track > .news-ui-card:first-child {
      transform-origin: left center;
    }

    .business-ui-card-link:focus-visible {
      outline: 3px solid rgba(255,255,255,0.72);
      outline-offset: -6px;
      border-radius: 32px;
    }

    .core-stack-clean {
      padding-top: 8px;
    }

    .core-tech-showcase {
      position: relative;
      border-radius: 36px;
      overflow: hidden;
      background: #f5f5f7;
      min-height: 680px;
    }

    .core-tech-stage {
      position: relative;
      min-height: 680px;
      padding: 88px 72px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 40px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: background-image 0.45s ease, transform 0.45s ease;
    }

    .core-tech-stage::before {
      content: none;
    }

    .core-tech-rail {
      position: relative;
      z-index: 1;
    }

    .core-tech-rail {
      width: min(520px, 100%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 18px;
      padding-left: 0;
    }

    .core-tech-pill {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      min-height: 72px;
      width: min(320px, 100%);
      max-width: 100%;
      padding: 0;
      border: 1px solid var(--home-liquid-border);
      border-radius: 999px;
      background: var(--home-liquid-bg);
      color: var(--text-black-strong);
      cursor: pointer;
      transition:
        width 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.22s ease,
        background-color 0.22s ease,
        color 0.22s ease,
        border-radius 0.3s ease;
      box-shadow:
        var(--home-liquid-shadow),
        0 18px 42px rgba(29, 29, 31, 0.08);
      backdrop-filter: var(--home-liquid-filter);
      -webkit-backdrop-filter: var(--home-liquid-filter);
      text-align: left;
      overflow: hidden;
      will-change: transform;
      contain: layout paint;
    }

    .core-tech-pill:hover {
      transform: translateX(6px);
      background: var(--home-liquid-bg);
    }

    .core-tech-pill.is-active {
      background: var(--home-liquid-bg);
      width: min(520px, 100%);
      border-radius: 28px;
      box-shadow:
        var(--home-liquid-shadow),
        0 24px 62px rgba(29, 29, 31, 0.12);
    }

    .core-tech-pill-head {
      display: flex;
      align-items: center;
      gap: 14px;
      min-height: 72px;
      padding: 0 28px;
    }

    .core-tech-pill-arrow {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      border-radius: 50%;
      position: relative;
      background: #ffffff;
      box-shadow: 0 8px 20px rgba(29, 29, 31, 0.08);
    }

    .core-tech-pill-arrow::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      border-right: 2px solid var(--text-black-strong);
      border-bottom: 2px solid var(--text-black-strong);
      transform: translate(-60%, -50%) rotate(-45deg);
      transition: transform 0.3s ease;
    }

    .core-tech-pill.is-active .core-tech-pill-arrow::before {
      transform: translate(-50%, -65%) rotate(45deg);
    }

    .core-tech-pill-label {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.03em;
      color: var(--text-black-strong);
    }

    .core-tech-pill-body {
      max-height: 0;
      transition: max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .core-tech-pill.is-active .core-tech-pill-body {
      max-height: 320px;
    }

    .core-tech-pill-body-inner {
      overflow: hidden;
      padding: 0 18px 0 18px;
      transform: translateY(8px);
      opacity: 0;
      transition:
        transform 0.24s ease 0s,
        opacity 0.18s ease 0s,
        padding-bottom 0.34s cubic-bezier(0.22, 1, 0.36, 1);
      padding-bottom: 0;
    }

    .core-tech-pill.is-active .core-tech-pill-body-inner {
      transform: translateY(0);
      opacity: 1;
      padding-bottom: 0;
      transition-delay: 0.2s, 0.2s, 0s;
    }

    .core-tech-pill-detail {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-top: 0;
      padding: 2px 28px 10px;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .core-tech-pill-desc {
      font-size: var(--fs-body);
      line-height: 1.72;
      color: var(--text-black-body);
      margin-bottom: 0;
      font-weight: 600;
      display: block;
    }

    .main-showcase {
      --home-canvas: #ffffff;
      --home-surface: #f1f4f7;
      --home-border: #dee3e9;
      --home-strong: #1c1e21;
      --home-body: #444950;
      --home-muted: #5d6c7b;
      background: var(--home-canvas);
      color: var(--home-body);
    }

    .main-showcase::before {
      content: none;
    }

    .main-showcase .ui-section {
      color: var(--home-body);
    }

    .main-showcase .type-section-title,
    .main-showcase .type-section-desc,
    .main-showcase .ui-head h2,
    .main-showcase .ui-head h2 span,
    .main-showcase .ui-head-subtitle.type-section-desc {
      color: var(--home-strong);
    }

    .main-showcase .ui-head p {
      color: var(--home-muted);
    }

    .main-showcase .ui-link {
      color: var(--home-strong);
    }

    .main-showcase .ui-link:hover {
      color: var(--main-color);
    }

    .main-showcase .ui-control {
      color: var(--home-strong);
      background: var(--home-surface);
      border: 1px solid var(--home-border);
    }

    .main-showcase .ui-control.c-icon-btn {
      width: 44px;
      height: 44px;
    }

    .main-showcase .ui-control:hover {
      opacity: 1;
      background: #ffffff;
    }

    .main-showcase .latest-news-shell .ui-control,
    .main-showcase .business-slider-shell .ui-control {
      background: var(--home-liquid-bg);
      color: var(--text-black-strong);
      border: 1px solid var(--home-liquid-border);
      outline: 0;
      box-shadow:
        var(--home-liquid-shadow),
        0 18px 44px rgba(29, 29, 31, 0.08);
      backdrop-filter: var(--home-liquid-filter);
      -webkit-backdrop-filter: var(--home-liquid-filter);
    }

    .main-showcase .latest-news-shell .ui-control:hover,
    .main-showcase .business-slider-shell .ui-control:hover {
      transform: translateY(-2px);
      background: var(--home-liquid-bg);
      color: var(--text-black-strong);
      box-shadow:
        var(--home-liquid-shadow),
        0 20px 50px rgba(29, 29, 31, 0.12);
    }

    .main-showcase .latest-news-shell .ui-control:focus-visible,
    .main-showcase .business-slider-shell .ui-control:focus-visible {
      outline: 0;
    }

    .home-page .sitemap-footer {
      background: #ffffff;
      border-top: 0;
    }

    .home-page .main-showcase + .sitemap-footer {
      border-top: 0 !important;
    }

    .home-page .sitemap-footer,
    .home-page footer {
      border-top: 0 !important;
      box-shadow: none !important;
    }

    .home-page footer {
      background: #ffffff;
    }

    .latest-news-section {
      position: relative;
      z-index: 6;
      margin-top: -160px;
      background: #ffffff;
      color: var(--home-body);
      padding-top: 0;
      padding-bottom: 0;
      border-top: 0;
      border-bottom: 0;
    }

    .latest-news-section .ui-head h2,
    .latest-news-section .news-ui-card,
    .latest-news-section .news-ui-copy,
    .latest-news-section .news-ui-card h3,
    .latest-news-section .news-ui-desc {
      color: var(--home-strong);
    }

    .latest-news-section .news-ui-meta {
      color: var(--home-muted);
    }

    .main-showcase .news-ui-card {
      background: transparent;
      border: 0;
      color: var(--text-black-strong);
    }

    .main-showcase .news-ui-card h3,
    .main-showcase .news-ui-copy {
      color: var(--text-black-strong);
    }

    .main-showcase .news-ui-meta {
      color: var(--text-black-muted);
    }

    .main-showcase .news-ui-desc {
      color: var(--text-black-muted);
    }

    .main-showcase .news-ui-image {
      box-shadow: none;
    }

    .main-showcase .logo-card img {
      filter: grayscale(1) contrast(1.04);
      opacity: 0.88;
    }

    .main-showcase .logo-word strong {
      color: var(--home-strong);
    }

    .main-showcase .logo-word span {
      color: var(--home-muted);
    }

    .main-showcase .business-ui-card {
      border: none;
      box-shadow: none;
    }

    .main-showcase .business-ui-card::after {
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.44) 66%, rgba(0, 0, 0, 0.82) 100%);
    }

    .main-showcase .core-tech-showcase {
      background: #ffffff;
      border: 1px solid var(--home-border);
      box-shadow: none;
    }

    .main-showcase .core-tech-stage::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255,255,255,0.26), rgba(255,255,255,0) 55%);
      pointer-events: none;
    }

    .main-showcase .core-tech-rail {
      z-index: 2;
    }

    .main-showcase .core-tech-pill {
      background: var(--home-liquid-bg);
      color: var(--home-strong);
      border: 1px solid var(--home-liquid-border);
      box-shadow:
        var(--home-liquid-shadow),
        0 18px 42px rgba(29, 29, 31, 0.08);
      backdrop-filter: var(--home-liquid-filter);
      -webkit-backdrop-filter: var(--home-liquid-filter);
    }

    .main-showcase .core-tech-pill:hover {
      background: var(--home-liquid-bg);
      color: var(--home-strong);
    }

    .main-showcase .core-tech-pill.is-active {
      width: min(520px, 100%);
      min-height: auto;
      background: var(--home-liquid-bg);
      color: var(--home-strong);
      border-color: var(--home-liquid-border);
      box-shadow:
        var(--home-liquid-shadow),
        0 24px 62px rgba(29, 29, 31, 0.12);
      contain: none;
    }

    .main-showcase .core-tech-pill.is-active .core-tech-pill-head {
      display: none;
    }

    .main-showcase .core-tech-pill.is-active .core-tech-pill-body-inner {
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding: 32px 38px;
      overflow: visible;
    }

    .main-showcase .core-tech-pill.is-active .core-tech-pill-detail {
      display: block;
      padding: 0;
    }

    .main-showcase .core-tech-pill-label {
      color: currentColor;
    }

    .main-showcase .core-tech-pill-arrow {
      background: #ffffff;
    }

    .main-showcase .core-tech-pill-arrow::before {
      border-color: currentColor;
    }

    .main-showcase .core-tech-pill.is-active .core-tech-pill-arrow {
      background: #ffffff;
    }

    .main-showcase .core-tech-pill-desc {
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding: 2px 2px;
      color: var(--home-body);
    }

    .ecosystem-scroll-section {
      position: relative;
      min-height: calc(430vh - 600px);
      margin-bottom: 0;
      background: #ffffff;
      color: var(--home-body);
      order: 3;
      --eco-progress: 0;
      --eco-text-fade: 0;
      --eco-shrink: 0;
      --eco-summary-opacity: 0;
      --eco-summary-top: calc(100vh - 260px);
    }

    .ecosystem-scroll-stage {
      position: sticky;
      top: 0;
      height: 100vh;
      min-height: 760px;
      overflow: hidden;
      background: #ffffff;
    }

    .ecosystem-visual {
      position: absolute;
      left: 50%;
      top: calc(180px - (var(--eco-shrink, 0) * 20px));
      width: calc(100vw - (var(--eco-shrink, 0) * max(64px, calc(100vw - var(--container-max, 1440px)))));
      height: calc(100vh - 180px - (var(--eco-shrink, 0) * 230px));
      min-height: 520px;
      transform:
        translateX(-50%)
        translateY(calc(var(--eco-progress, 0) * -10px));
      transform-origin: center center;
      border-radius: calc(var(--eco-shrink, 0) * 28px);
      overflow: hidden;
      transition: border-radius 0.2s ease;
      will-change: transform, border-radius, width, height, top;
    }

    .ecosystem-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.18) 34%, rgba(0,0,0,0.74) 100%),
        url('https://cdn.mcbots.org/page-assets/main/main-ecosystem-2560x1440.webp') center center / cover no-repeat;
      transform: none;
    }

    .ecosystem-visual-video {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .ecosystem-visual:has(.ecosystem-visual-video)::before {
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.18) 34%, rgba(0,0,0,0.74) 100%);
    }

    .ecosystem-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(
          180deg,
          rgba(0,0,0, calc(0.18 + var(--eco-progress, 0) * 0.18)) 0%,
          rgba(0,0,0, calc(0.12 + var(--eco-progress, 0) * 0.16)) 34%,
          rgba(0,0,0, calc(0.30 + var(--eco-progress, 0) * 0.34)) 100%
        );
    }

    .ecosystem-copy {
      position: absolute;
      z-index: 4;
      top: 0;
      left: 50%;
      width: min(var(--container-max, 1440px), calc(100% - 64px));
      transform: translate(-50%, calc(var(--eco-text-fade, 0) * -42px));
      pointer-events: none;
      text-align: center;
      opacity: calc(1 - min(var(--eco-progress, 0) * 1.85, 1));
      transition: opacity 0.2s linear;
    }

    .ecosystem-kicker {
      display: block;
      margin-bottom: 12px;
      font-size: 18px;
      line-height: 1.4444;
      font-weight: 400;
      text-align: center;
      color: var(--text-black-muted);
    }

    .ecosystem-title {
      max-width: 1040px;
      margin: 0 auto;
      font-size: 48px;
      line-height: 1.1667;
      letter-spacing: normal;
      font-weight: 500;
      color: var(--home-strong);
    }

    .ecosystem-lead {
      max-width: 840px;
      margin: 22px auto 0;
      font-size: 18px;
      line-height: 1.62;
      letter-spacing: normal;
      font-weight: 300;
      color: var(--text-black-muted);
    }

    .ecosystem-steps {
      position: absolute;
      z-index: 4;
      left: 50%;
      top: calc(50% + 130px);
      width: min(var(--container-max, 1440px), calc(100% - 64px));
      min-height: 220px;
      transform: translate(-50%, -50%);
      pointer-events: none;
      text-align: center;
    }

    .ecosystem-step {
      position: absolute;
      left: 50%;
      top: 50%;
      width: min(1040px, 100%);
      opacity: 0;
      transform: translate(-50%, calc(-50% + 94px));
      transition:
        opacity 0.5s ease,
        transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .ecosystem-step.is-visible {
      opacity: 1;
      transform: translate(-50%, -50%);
    }

    .ecosystem-step.is-past {
      opacity: 0;
      transform: translate(-50%, calc(-50% - 108px));
    }

    .ecosystem-step h3 {
      margin-bottom: 14px;
      font-size: 36px;
      line-height: 1.1667;
      letter-spacing: normal;
      font-weight: 500;
      color: #ffffff;
    }

    .ecosystem-step p {
      max-width: 1100px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 1.4444;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.84);
    }

    .ecosystem-summary {
      position: absolute;
      z-index: 5;
      left: 50%;
      top: var(--eco-summary-top, calc(100vh - 260px));
      bottom: auto;
      width: min(var(--container-max, 1440px), calc(100% - 64px));
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(24px, 3vw, 46px);
      opacity: var(--eco-summary-opacity, 0);
      transform: translate(-50%, 0);
      pointer-events: none;
    }

    .ecosystem-summary-card {
      min-height: 0;
      padding: 0;
      background: transparent;
      border: 0;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .ecosystem-summary-card strong {
      display: inline;
      margin: 0 0.16em 0 0;
      font-size: var(--fs-body-lg);
      line-height: 1.28;
      letter-spacing: -0.03em;
      font-weight: 700;
      color: var(--home-strong);
    }

    .ecosystem-summary-card span {
      display: inline;
      font-size: 18px;
      line-height: 1.4444;
      letter-spacing: normal;
      font-weight: 400;
      color: var(--text-black-muted);
    }

    .partnership-scroll-section {
      min-height: calc(390vh - 520px);
    }

    .partnership-scroll-section .ecosystem-visual {
      top: calc(250px - (var(--eco-shrink, 0) * 90px));
      height: calc(100vh - 250px - (var(--eco-shrink, 0) * 160px));
    }

    .partnership-scroll-section .ecosystem-copy {
      top: 72px;
    }

    .partnership-scroll-section .ecosystem-visual::before {
      background:
        linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.08) 34%, rgba(0,0,0,0.42) 100%);
    }

    .partnership-scroll-section .ecosystem-visual:has(.ecosystem-visual-video)::before {
      content: none;
      background: none;
    }

    .partnership-scroll-section .ecosystem-visual:has(.ecosystem-visual-video)::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 46%;
      z-index: 2;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
      pointer-events: none;
    }

    .partnership-scroll-section .ecosystem-steps {
      top: auto;
      bottom: 74px;
      min-height: 160px;
      transform: translateX(-50%);
    }

    .partnership-scroll-section .ecosystem-step {
      width: min(1120px, 100%);
      top: auto;
      bottom: 0;
      transform: translate(-50%, 72px);
    }

    .partnership-scroll-section .ecosystem-step.is-visible {
      transform: translate(-50%, 0);
    }

    .partnership-scroll-section .ecosystem-step.is-past {
      transform: translate(-50%, -82px);
    }

    .partnership-summary {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(18px, 2.2vw, 34px);
    }

    @media (max-width: 1180px) {
      .slide-content {
        padding: 0 40px;
      }

      .slide-main-inner {
        gap: 28px;
      }

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

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

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

      .ui-head {
        flex-direction: column;
        align-items: center;
      }

      .news-ui-card {
        width: 360px;
      }

      .business-ui-card {
        width: 340px;
      }

      .core-tech-stage {
        min-height: 700px;
        padding: 42px;
      }

      .core-tech-rail {
        width: min(520px, 100%);
      }

      .core-tech-pill-title {
        font-size: var(--fs-body-lg);
      }

      .proof-chapter {
        grid-template-columns: 1fr;
        gap: 48px;
      }

      .proof-chapter-head {
        position: static;
        align-items: center;
        text-align: center;
      }

      .proof-desc {
        max-width: 760px;
      }

      .proof-card-grid--three {
        grid-template-columns: 1fr;
      }

      .proof-chapter--spotlight .proof-chapter-head {
        margin-bottom: 48px;
      }

      .proof-chapter--media .proof-chapter-head {
        margin-bottom: 48px;
      }

      .proof-media-card h3 {
        font-size: 36px;
      }

      .bio-clinical-card {
        width: min(460px, calc(100vw - 80px));
        flex-basis: min(460px, calc(100vw - 80px));
      }
    }

    @media (max-width: 768px) {
      .hero-slider { min-height: 100vh; }

      .main-hero-single.hero-slider {
        height: calc(100vh - 64px);
        min-height: 560px;
      }

      .main-hero-single .slide-content {
        min-height: 100%;
        padding: var(--sp-28) 0 var(--sp-15);
      }

      .hero-main-media,
      .hero-main-inner {
        min-height: 78vh;
      }

      .hero-main-inner {
        padding: var(--sp-28) var(--sp-8) var(--sp-15);
      }

      .hero-main-content {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sp-9);
      }

      .hero-main-copy {
        gap: 8px;
      }

      .hero-main-eyebrow {
        font-size: var(--fs-body-lg);
      }

      .hero-main-title {
        font-size: clamp(34px, 9vw, 52px);
        line-height: 1.06;
      }

      .hero-main-link {
        min-height: 48px;
        padding: 0 20px;
        font-size: var(--fs-body);
      }

      .slide-content {
        padding: 0 20px;
        min-height: 100vh;
      }

      .slide-copy {
        padding: var(--sp-28) 0 var(--sp-15);
        max-width: 100%;
      }

      .slide-main-inner {
        min-height: auto;
        padding: 0;
        gap: var(--sp-9);
        flex-direction: column;
        align-items: center;
      }

      .slide-main-text {
        max-width: 100%;
      }

      .slide-main-meta {
        flex-wrap: wrap;
        margin-top: 12px;
        font-size: 16px;
      }

      .slide-main-copy {
        font-size: clamp(36px, 10vw, 52px);
        line-height: 1.14;
      }

      .slide-point-list {
        margin-top: var(--sp-9);
        margin-bottom: var(--sp-7);
        gap: var(--sp-4);
      }

      .slide-point-item {
        grid-template-columns: 1fr;
        gap: 6px;
        padding-top: var(--sp-4);
      }

      .slide-point-text strong {
        font-size: var(--fs-body-lg);
      }

      .slide-point-text span {
        font-size: var(--fs-sm);
      }

      .section-head-main {
        flex-direction: column;
        align-items: flex-start;
      }

      .core-grid,
      .spectrum-grid,
      .news-inner-grid,
      .banner-col {
        grid-template-columns: 1fr;
      }

      .energy-core { padding-top: var(--sp-24); }
      .business-spectrum { padding: 70px 0 var(--sp-32); }
      .news-pr { padding-bottom: var(--sp-section-y-tight); }
      .news-col { padding: 24px 20px; }
      .news-header h2 { font-size: var(--fs-sub-title); }
      .banner-box { min-height: 260px; }
      .main-showcase {
        padding: 72px 0 0;
      }

      .ui-section {
        margin-bottom: 72px;
      }

      .proof-stack {
        gap: 72px;
      }

      .proof-chapter {
        gap: 40px;
      }

      .proof-title {
        font-size: 40px;
      }

      .proof-desc,
      .proof-card p,
      .proof-note p {
        font-size: 16px;
      }

      .proof-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .proof-media-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .proof-card,
      .proof-note {
        min-height: auto;
        padding: 28px 24px;
        border-radius: 24px;
      }

      .proof-card h3,
      .proof-note strong {
        font-size: 24px;
      }

      .proof-chapter--spotlight .proof-chapter-head {
        margin-bottom: 40px;
      }

      .home-proof-section .business-background-slider {
        aspect-ratio: auto;
        min-height: 420px;
        border-radius: 24px;
      }

      .home-proof-section .business-background-card {
        min-height: 420px;
        padding: 0 22px 54px;
        justify-content: flex-end;
      }

      .home-proof-section .business-background-card::after {
        height: 58%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62));
      }

      .home-proof-section .business-background-card img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transform: none;
      }

      .home-proof-section .business-background-card .c-card-title {
        max-width: 100%;
        font-size: 28px;
        line-height: 1.18;
      }

      .home-proof-section .business-background-card .c-card-desc {
        max-width: 100%;
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.48;
      }

      .home-proof-section .business-background-controls {
        padding: 0 22px;
      }

      .proof-media-card {
        aspect-ratio: 4 / 5;
        padding: 32px 24px;
        border-radius: 28px;
      }

      .proof-media-card h3 {
        font-size: 34px;
        line-height: 1.18;
      }

      .proof-media-card p {
        font-size: 15px;
      }

      .proof-media-kicker {
        font-size: 15px;
      }

      .proof-chapter--bio .proof-chapter-head {
        margin-bottom: 42px;
      }

      .proof-chapter--bio .proof-title {
        font-size: clamp(34px, 8.8vw, 44px);
      }

      .ui-slider-shell.bio-clinical-shell {
        width: 100%;
        padding-inline: 0;
      }

      .ui-slider-track.bio-clinical-track {
        gap: 32px;
        padding-right: 0;
      }

      .bio-clinical-card {
        width: 100%;
        flex-basis: 100%;
        border-radius: 24px;
      }

      .bio-clinical-shell .ui-controls {
        padding: 0 24px;
      }

      .bio-clinical-media {
        min-height: 260px;
        border-radius: 22px;
      }

      .bio-clinical-copy {
        padding-top: 24px;
      }

      .bio-clinical-card h3 {
        font-size: 24px;
      }

      .bio-clinical-card p {
        font-size: 16px;
      }

      .main-showcase > .ui-section:nth-of-type(3) {
        margin-bottom: 72px;
      }

      .main-showcase .ui-head.c-section-head {
        margin-bottom: 48px;
      }

      .ui-head h2 span:last-child {
        margin-top: 10px;
      }

      .ui-head p {
        font-size: var(--fs-body);
      }

      .ui-link {
        min-width: auto;
        padding: 14px 24px;
        font-size: var(--fs-body);
      }

      .ui-slider-shell {
        padding-left: 20px;
      }

      .latest-news-section {
        border-radius: 28px;
        margin-top: -96px;
        padding-top: 72px;
        padding-bottom: 0;
      }

      .ecosystem-scroll-section {
        min-height: calc(470vh - 520px);
        margin-bottom: 0;
      }

      .ecosystem-scroll-stage {
        min-height: 100svh;
      }

      .ecosystem-copy {
        top: 0;
        width: calc(100% - 40px);
        transform: translate(-50%, calc(var(--eco-text-fade, 0) * -28px));
        text-align: center;
      }

      .ecosystem-title {
        max-width: none;
        font-size: clamp(34px, 9vw, 48px);
        white-space: normal;
      }

      .ecosystem-visual {
        top: calc(146px - (var(--eco-shrink, 0) * 36px));
        width: calc(100vw - (var(--eco-shrink, 0) * 24px));
        height: calc(100svh - 146px - (var(--eco-shrink, 0) * 310px));
        min-height: 260px;
      }

      .ecosystem-steps {
        top: calc(50% + 98px);
        width: calc(100% - 40px);
        min-height: 280px;
      }

      .ecosystem-step h3 {
        font-size: clamp(30px, 8.4vw, 36px);
      }

      .ecosystem-step p {
        font-size: 16px;
      }

      .ecosystem-summary {
        width: calc(100% - 40px);
        top: var(--eco-summary-top, calc(100svh - 260px));
        bottom: auto;
        grid-template-columns: 1fr;
        gap: var(--sp-6);
      }

      .ecosystem-summary-card {
        min-height: auto;
      }

      .ecosystem-summary-card strong {
        font-size: var(--fs-body-lg);
      }

      .ecosystem-summary-card span {
        font-size: 18px;
      }

      .partnership-scroll-section {
        min-height: calc(440vh - 500px);
      }

      .partnership-scroll-section .ecosystem-visual {
        top: calc(220px - (var(--eco-shrink, 0) * 110px));
        height: calc(100svh - 220px - (var(--eco-shrink, 0) * 236px));
      }

      .ecosystem-lead {
        max-width: 680px;
        font-size: 16px;
      }

      .partnership-summary {
        grid-template-columns: 1fr;
      }

      .latest-news-shell {
        padding-inline: 20px;
      }

      .ui-slider-track {
        gap: var(--sp-6);
        padding-right: 20px;
      }

      .ui-controls {
        padding-right: 20px;
      }

      .ui-control {
        width: 46px;
        height: 34px;
        font-size: 32px;
      }

      .news-ui-card,
      .business-ui-card {
        width: calc(100vw - 40px);
        flex-basis: calc(100vw - 40px);
        max-width: none;
      }

      .business-ui-card {
        width: calc(100vw - 72px);
        border-radius: 22px;
      }

      .business-slider-shell {
        padding-inline: 20px;
      }

      .business-slider-shell .ui-controls {
        padding: 0 26px;
      }

      .business-slider-shell .ui-control {
        width: 48px;
        height: 48px;
      }

      .business-slider-shell .ui-control svg {
        width: 26px;
        height: 26px;
      }

      .business-ui-copy {
        padding: var(--sp-9) var(--sp-8) var(--sp-8);
      }

      .business-overview-link,
      .tech-overview-link,
      .latest-news-link {
        padding: 0;
        font-size: var(--fs-body);
      }

      .logo-card {
        width: 190px;
        min-height: 132px;
      }

      .news-ui-card {
        min-height: auto;
        padding: 0;
      }

      .news-ui-card h3,
      .business-ui-copy h3 {
        font-size: var(--fs-sub-title, 32px);
      }

      .news-ui-desc,
      .business-ui-copy p,
      .core-tech-pill-desc {
        font-size: var(--fs-body);
      }

      .core-tech-showcase,
      .core-tech-stage {
        min-height: auto;
      }

      .core-tech-stage {
        padding: var(--sp-10) var(--sp-8) var(--sp-11);
        flex-direction: column;
        gap: 20px;
      }

      .core-tech-rail {
        width: 100%;
        gap: 10px;
        padding-left: 0;
      }

      .core-tech-pill,
      .core-tech-pill.is-active {
        width: 100%;
      }

      .core-tech-pill-head {
        min-height: 54px;
        padding: 0 18px;
      }

      .core-tech-pill-label {
        font-size: var(--fs-body);
      }

      .core-tech-pill-body-inner {
        padding: 0 var(--sp-3) 0 var(--sp-3);
      }

      .core-tech-pill.is-active .core-tech-pill-body {
        max-height: 420px;
      }

      .core-tech-pill-detail {
        padding: var(--sp-7) var(--sp-7) var(--sp-8);
        border-radius: 22px;
      }

      .core-tech-pill-meta {
        margin: 4px 0 14px;
      }

      .core-tech-specs {
        gap: 10px;
        padding: var(--sp-6) 0 var(--sp-9);
      }

      .core-tech-specs > span {
        font-size: var(--fs-sm);
      }

      .tech-overview-link,
      .latest-news-link,
      .business-overview-link {
        font-size: var(--fs-body);
        gap: 6px;
      }

      .news-ui-image {
        margin-top: 0;
      }

      .news-site-footer {
        border-radius: 22px;
      }

      .news-ui-line {
        margin-top: 18px;
        font-size: 16px;
      }

      .latest-news-shell .ui-slider-track {
        gap: var(--sp-7);
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
      }

      .latest-news-shell .ui-controls {
        padding: 0 26px;
      }

      .latest-news-shell .ui-control {
        width: 48px;
        height: 48px;
      }

      .latest-news-shell .ui-control svg {
        width: 26px;
        height: 26px;
      }

      .slide-actions {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 0;
      }

      .slide-btn {
        min-width: 0;
        min-height: 44px;
        padding: 0 18px;
        font-size: var(--fs-sm);
      }
    }

body.home-page .main-showcase,
body.home-page .latest-news-section,
body.home-page .latest-news-section.c-section,
body.home-page .main-showcase + .sitemap-footer,
body.home-page .sitemap-footer,
body.home-page footer {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.home-page .latest-news-section::before,
body.home-page .latest-news-section::after,
body.home-page .main-showcase::before,
body.home-page .main-showcase::after,
body.home-page .sitemap-footer::before,
body.home-page .sitemap-footer::after,
body.home-page footer::before,
body.home-page footer::after {
  border: 0 !important;
  box-shadow: none !important;
}

.home-page .bio-clinical-shell .ui-control,
.home-page .latest-news-shell .ui-control,
.home-page .business-slider-shell .ui-control,
.home-page .home-proof-section .business-background-arrow {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-black-strong, #1d1d1f);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.home-page .bio-clinical-shell .ui-control svg,
.home-page .latest-news-shell .ui-control svg,
.home-page .business-slider-shell .ui-control svg {
  display: none;
}

.home-page .bio-clinical-shell .ui-control::before,
.home-page .latest-news-shell .ui-control::before,
.home-page .business-slider-shell .ui-control::before,
.home-page .home-proof-section .business-background-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.home-page .bio-clinical-shell .ui-control[data-next]::before,
.home-page .latest-news-shell .ui-control[data-next]::before,
.home-page .business-slider-shell .ui-control[data-next]::before,
.home-page .home-proof-section .business-background-arrow--next::before {
  left: 48%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.home-page .bio-clinical-shell .ui-control:hover,
.home-page .latest-news-shell .ui-control:hover,
.home-page .business-slider-shell .ui-control:hover,
.home-page .home-proof-section .business-background-arrow:hover {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-black-strong, #1d1d1f);
  box-shadow: none;
  transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
  .home-page .bio-clinical-shell .ui-control,
  .home-page .latest-news-shell .ui-control,
  .home-page .business-slider-shell .ui-control,
  .home-page .home-proof-section .business-background-arrow {
    opacity: 0;
  }

  .home-page .bio-clinical-shell:hover .ui-control,
  .home-page .bio-clinical-shell:focus-within .ui-control,
  .home-page .latest-news-shell:hover .ui-control,
  .home-page .latest-news-shell:focus-within .ui-control,
  .home-page .business-slider-shell:hover .ui-control,
  .home-page .business-slider-shell:focus-within .ui-control,
  .home-page .home-proof-section .business-background-slider:hover .business-background-arrow,
  .home-page .home-proof-section .business-background-slider:focus-within .business-background-arrow {
    opacity: 1;
  }
}
