    @font-face {
      font-family: "Inter";
      src: url("fonts/inter-latin-variable.woff2") format("woff2");
      font-style: normal;
      font-weight: 400 700;
      font-display: swap;
    }

    @font-face {
      font-family: "Manrope";
      src: url("fonts/manrope-latin-variable.woff2") format("woff2");
      font-style: normal;
      font-weight: 600 800;
      font-display: swap;
    }

    body { margin: 0; }
    .b2b-home {
      --font-heading: "Manrope", "Segoe UI", Arial, sans-serif;
      --font-body: "Inter", "Segoe UI", Arial, sans-serif;
      font-family: var(--font-body);
    }

    .b2b-home h1,
    .b2b-home h2,
    .b2b-home h3,
    .b2b-home h4,
    .b2b-home h5,
    .b2b-home h6,
    .b2b-home .elementor-heading-title {
      font-family: var(--font-heading);
    }

    .b2b-home button,
    .b2b-home input,
    .b2b-home select,
    .b2b-home textarea {
      font-family: var(--font-body);
    }

    .elementor-button { display: inline-flex; align-items: center; }
    .elementor-widget-container { height: 100%; }

    /* Keep the primary navigation on the visual centerline while the logo and CTA anchor opposite edges. */
    .b2b-home .b2b-header-inner {
      grid-template-columns: minmax(180px, 1fr) auto minmax(230px, 1fr);
      gap: 32px;
    }

    .b2b-home .b2b-header-logo {
      justify-self: start;
    }

    .b2b-home .b2b-nav-wrap {
      justify-self: center;
    }

    .b2b-home .b2b-nav-desktop {
      justify-content: center;
    }

    .b2b-home .b2b-header-cta {
      justify-self: end;
    }

    /* Final full-width homepage banner. */
    .b2b-home .b2b-hero {
      position: relative;
      isolation: isolate;
      min-height: 710px;
      padding: 0 20px;
      background: #071a2d;
      overflow: hidden;
    }

    .b2b-home .b2b-hero::before {
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(3, 17, 31, 0.68) 0%, rgba(4, 25, 43, 0.56) 38%, rgba(5, 29, 49, 0.3) 64%, rgba(5, 25, 43, 0.08) 100%),
        linear-gradient(0deg, rgba(3, 17, 31, 0.62) 0%, rgba(3, 17, 31, 0.04) 46%, rgba(3, 17, 31, 0.16) 100%);
      content: "";
      pointer-events: none;
    }

    .b2b-home .b2b-hero-inner {
      position: static;
      z-index: auto;
      display: flex !important;
      min-height: 596px;
      align-items: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .b2b-home .b2b-hero-copy {
      position: relative;
      z-index: 2;
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
      width: min(680px, 58%);
      padding: 82px 0 72px;
    }

    .b2b-home .b2b-hero-copy > * {
      width: 100%;
      flex: 0 0 auto;
    }

.b2b-home .b2b-hero-copy .b2b-hero-badge,
.b2b-home .b2b-hero-copy .b2b-button-row {
  width: auto;
}

/* Keep the supporting copy in the inquiry section vertically ordered. */
.b2b-home .b2b-lead-copy {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}

.b2b-home .b2b-lead-copy > * {
  width: 100%;
  flex: 0 0 auto;
}

    .b2b-home .b2b-hero h1 {
      max-width: 680px;
      text-wrap: balance;
      text-shadow: 0 3px 22px rgba(0, 0, 0, 0.34);
    }

    .b2b-home .b2b-hero-text p {
      max-width: 620px;
      text-shadow: 0 2px 15px rgba(0, 0, 0, 0.26);
    }

    .b2b-home .b2b-hero-visual {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: block !important;
      min-height: 0;
      padding: 0;
      border: 0;
      background: transparent;
    }

    .b2b-home .b2b-visual-label {
      display: none;
    }

    .b2b-home .b2b-hero-media,
    .b2b-home .b2b-hero-media .elementor-widget-container {
      width: 100%;
      height: 100%;
    }

    .b2b-home .b2b-hero-media img {
      width: 100%;
      height: 100%;
      max-height: none;
      object-fit: cover;
      object-position: 50% 62%;
      filter: brightness(1.04) saturate(1.02);
    }

    .b2b-home .b2b-metric-grid {
      position: relative;
      z-index: 2;
      margin-top: 30px;
      margin-bottom: 32px;
      transform: translateY(14px);
      border: 1px solid rgba(164, 202, 222, 0.22);
      border-radius: 16px;
      background: linear-gradient(112deg, rgba(3, 18, 32, 0.96) 0%, rgba(8, 38, 62, 0.92) 100%);
      box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
      overflow: hidden;
    }

    .b2b-home .b2b-metric-grid::before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 2;
      height: 2px;
      background: linear-gradient(90deg, #52d5a1 0%, rgba(82, 213, 161, 0.42) 42%, transparent 84%);
      content: "";
      pointer-events: none;
    }

    .b2b-home .b2b-metric-item {
      position: relative;
      display: flex !important;
      min-height: 124px;
      flex-direction: column;
      justify-content: center;
      padding: 20px 30px 19px;
      border: 0;
      background: transparent;
    }

    .b2b-home .b2b-metric-item:not(:last-child)::after {
      position: absolute;
      top: 28px;
      right: 0;
      bottom: 28px;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(171, 203, 220, 0.3), transparent);
      content: "";
    }

    .b2b-home .b2b-metric-label {
      order: 1;
    }

    .b2b-home .b2b-metric-value {
      order: 2;
    }

    .b2b-home .b2b-metric-detail {
      order: 3;
    }

    .b2b-home .b2b-metric-label .elementor-heading-title {
      margin-bottom: 9px;
      color: #6fe0b3;
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.09em;
      line-height: 1.3;
      text-transform: uppercase;
    }

    .b2b-home .b2b-metric-value .elementor-heading-title {
      margin-bottom: 8px;
      color: #ffffff;
      font-size: 1.86rem;
      font-weight: 790;
      letter-spacing: -0.026em;
      line-height: 1;
    }

    .b2b-home .b2b-metric-detail .elementor-heading-title {
      color: #a7bdca;
      font-size: 0.72rem;
      font-weight: 560;
      line-height: 1.35;
    }

    .b2b-home .b2b-brand-partnership-section {
      position: relative;
      padding: 74px 0 70px;
      background: #f3f6f9;
      overflow: hidden;
    }

    .b2b-home .b2b-partner-shell {
      width: 100%;
      margin: 0 auto;
      display: flex !important;
      flex-direction: column;
      align-items: stretch;
    }

    .b2b-home .b2b-partner-heading {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      text-align: center;
    }

    .b2b-home .b2b-partner-heading h2 {
      margin: 0 auto;
      color: var(--navy);
      font-size: clamp(2.25rem, 4vw, 3.2rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.05;
    }

    .b2b-home .b2b-partner-marquee {
      width: 100%;
      margin-top: 42px;
      overflow: hidden;
      -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    }

    .b2b-home .b2b-partner-marquee-track {
      display: flex;
      width: max-content;
      align-items: stretch;
      animation: b2b-partner-scroll 28s linear infinite;
      will-change: transform;
    }

    .b2b-home .b2b-partner-marquee:hover .b2b-partner-marquee-track,
    .b2b-home .b2b-partner-marquee:focus-within .b2b-partner-marquee-track {
      animation-play-state: paused;
    }

    .b2b-home .b2b-partner-logo-list {
      display: flex;
      align-items: center;
      gap: 54px;
      margin: 0;
      padding: 16px 54px 16px 0;
      list-style: none;
    }

    .b2b-home .b2b-partner-logo-item {
      display: flex;
      width: 156px;
      height: 62px;
      flex: 0 0 156px;
      align-items: center;
      justify-content: center;
    }

    .b2b-home .b2b-partner-logo-item img {
      display: block;
      width: auto;
      max-width: 142px;
      height: auto;
      max-height: 44px;
      object-fit: contain;
      opacity: 0.92;
    }

    @keyframes b2b-partner-scroll {
      from { transform: translate3d(0, 0, 0); }
      to { transform: translate3d(-50%, 0, 0); }
    }

    .b2b-home .b2b-blog-section {
      padding: 112px 20px 108px;
      border-bottom: 1px solid var(--line);
      background: var(--paper);
    }

    .b2b-home .b2b-blog-header {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 18px;
      margin-bottom: 52px;
      text-align: center;
    }

    .b2b-home .b2b-blog-header h2 {
      margin: 0;
      color: var(--navy);
      font-size: clamp(2.8rem, 4.2vw, 3.8rem);
      font-weight: 820;
      letter-spacing: -0.03em;
      line-height: 1;
      text-align: center;
    }

    .b2b-home .b2b-blog-header p {
      max-width: 72ch;
      margin: 0 auto;
      color: var(--muted);
      font-size: 1.02rem;
      line-height: 1.7;
      text-align: center;
    }

    .b2b-home .b2b-blog-header-aside {
      width: 100%;
    }

    .b2b-home .b2b-blog-footer {
      display: flex;
      justify-content: flex-end;
      margin-top: 42px;
    }

    .b2b-home .b2b-blog-all {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      padding: 13px 22px;
      border: 1px solid var(--navy);
      border-radius: 7px;
      color: var(--paper);
      background: var(--navy);
      font-size: 0.82rem;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      transition: background-color 180ms ease, border-color 180ms ease;
    }

    .b2b-home .b2b-blog-all:hover,
    .b2b-home .b2b-blog-all:focus-visible {
      border-color: var(--green-dark);
      color: var(--paper);
      background: var(--green-dark);
    }

    .b2b-home .b2b-blog-all:focus-visible,
    .b2b-home .b2b-blog-card-link:focus-visible {
      outline: 3px solid rgba(31, 122, 90, 0.28);
      outline-offset: 4px;
    }

    .b2b-home .b2b-blog-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 28px;
    }

    .b2b-home .b2b-blog-card {
      min-width: 0;
    }

    .b2b-home .b2b-blog-card-link {
      display: flex;
      height: 100%;
      flex-direction: column;
      color: inherit;
      text-decoration: none;
    }

    .b2b-home .b2b-blog-card-media {
      position: relative;
      aspect-ratio: 16 / 11;
      margin: 0;
      overflow: hidden;
      border-radius: 12px;
      background: var(--line);
    }

    .b2b-home .b2b-blog-card-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .b2b-home .b2b-blog-card:hover .b2b-blog-card-media img {
      transform: scale(1.035);
    }

    .b2b-home .b2b-blog-card-body {
      display: flex;
      flex: 1;
      align-items: flex-start;
      flex-direction: column;
      padding-top: 20px;
    }

    .b2b-home .b2b-blog-meta {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      color: var(--green-dark);
      font-size: 0.67rem;
      font-weight: 700;
      letter-spacing: 0.11em;
      line-height: 1.4;
      text-transform: uppercase;
    }

    .b2b-home .b2b-blog-card h3 {
      margin: 0;
      color: var(--navy);
      font-size: 1.24rem;
      font-weight: 700;
      letter-spacing: -0.024em;
      line-height: 1.28;
      transition: color 180ms ease;
    }

    .b2b-home .b2b-blog-card:hover h3,
    .b2b-home .b2b-blog-card:focus-within h3 {
      color: var(--green-dark);
    }


    .b2b-home .b2b-product-section {
      padding-top: 104px;
      padding-bottom: 100px;
      background: #f5f7f8;
    }

    .b2b-home .b2b-product-section .b2b-section-heading {
      display: block !important;
      max-width: 860px;
      margin: 0 auto 52px;
      text-align: center;
    }

    .b2b-home .b2b-product-section h2 {
      color: #0b2239;
      font-size: clamp(2.7rem, 4vw, 3.75rem);
      letter-spacing: -0.032em;
      line-height: 1.05;
      text-align: center;
    }

    .b2b-home .b2b-product-intro {
      max-width: 66ch;
      margin: 18px auto 0;
      color: #526578;
      font-size: 1rem;
      line-height: 1.65;
      text-align: center;
    }

    .b2b-home .b2b-product-assurance {
      margin: 13px auto 0;
      color: #1f7a5a;
      font-size: 0.84rem;
      font-weight: 720;
      line-height: 1.5;
      text-align: center;
    }

    .b2b-home .b2b-product-grid {
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 28px;
      overflow: visible;
    }

    .b2b-home .b2b-product-card {
      --product-scale: 1;
      display: flex !important;
      min-width: 0;
      min-height: 0;
      flex-direction: column;
      padding: 0;
      border: 0;
      border-radius: 0;
      color: inherit;
      background: transparent;
      box-shadow: none;
      text-decoration: none;
      overflow: visible;
    }

    .b2b-home .b2b-product-card:focus-visible {
      border-radius: 14px;
      outline: 3px solid rgba(31, 122, 90, 0.3);
      outline-offset: 6px;
    }

    .b2b-home .b2b-product-media {
      position: relative;
      display: flex !important;
      width: 100%;
      min-width: 0;
      min-height: 0;
      aspect-ratio: 1 / 1;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 24px;
      border: 0;
      border-radius: 12px;
      background: #e7edef;
      overflow: hidden;
      transition: background-color 220ms ease;
    }

    .b2b-home .b2b-product-card:hover .b2b-product-media {
      background: #dde6e9;
    }

    .b2b-home .b2b-product-image {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      transform: scale(var(--product-scale));
      transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .b2b-home .b2b-product-image img {
      display: block;
      width: 100%;
      height: 100%;
      max-height: 230px;
      mix-blend-mode: multiply;
      object-fit: contain;
    }

    .b2b-home .b2b-product-card--floor {
      --product-scale: 1.03;
    }

    .b2b-home .b2b-product-card--wall {
      --product-scale: 1.05;
    }

    .b2b-home .b2b-product-card--rack {
      --product-scale: 1.07;
    }

    .b2b-home .b2b-product-card--stackable {
      --product-scale: 1.15;
    }

    .b2b-home .b2b-product-card:hover .b2b-product-image {
      transform: translateY(-4px) scale(var(--product-scale));
    }

    .b2b-home .b2b-product-body {
      display: flex !important;
      min-width: 0;
      min-height: 276px;
      flex: 1 1 auto;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 24px 2px 0;
    }

    .b2b-home .b2b-product-body h3 {
      color: #0b2239;
      font-size: 1.3rem;
      letter-spacing: -0.027em;
      line-height: 1.18;
      text-wrap: balance;
      transition: color 180ms ease;
    }

    .b2b-home .b2b-product-card:hover .b2b-product-body h3,
    .b2b-home .b2b-product-card:focus-visible .b2b-product-body h3 {
      color: #087a55;
    }

    .b2b-home .b2b-product-summary {
      margin-top: 13px;
      min-height: 2.7em;
    }

    .b2b-home .b2b-product-summary p {
      max-width: 34ch;
      color: #526578;
      font-size: 0.86rem;
      line-height: 1.56;
    }

    .b2b-home .b2b-product-capacity-block {
      margin-top: 20px;
    }

    .b2b-home .b2b-product-capacity-label {
      display: block;
      margin-bottom: 5px;
      color: #718093;
      font-size: 0.72rem;
      font-weight: 650;
      line-height: 1.4;
    }

    .b2b-home .b2b-product-capacity {
      display: block;
      color: #0b2239;
      font-family: var(--font-heading);
      font-size: 1.65rem;
      font-weight: 780;
      letter-spacing: -0.025em;
      line-height: 1.15;
    }

    .b2b-home .b2b-product-capacity span {
      color: #526578;
      font-size: 0.68rem;
      font-weight: 760;
      letter-spacing: 0.04em;
    }

    .b2b-home .b2b-product-action {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      margin-top: auto;
      padding: 11px 17px;
      border: 1px solid #a9bac8;
      border-radius: 8px;
      color: #0b2239;
      background: transparent;
      font-size: 0.8rem;
      font-weight: 780;
      line-height: 1.2;
      transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
    }

    .b2b-home .b2b-product-card:hover .b2b-product-action,
    .b2b-home .b2b-product-card:focus-visible .b2b-product-action {
      border-color: #087a55;
      color: #ffffff;
      background: #087a55;
    }

    .b2b-home .b2b-inline-proof {
      max-width: 100%;
      margin-top: 26px;
      border: 0;
      text-align: center;
    }

    .b2b-home .b2b-inline-proof p {
      color: #6b7c8d;
      font-size: 0.72rem;
      line-height: 1.55;
    }

    .b2b-home .b2b-product-cta {
      display: flex !important;
      align-items: center;
      justify-content: center;
      margin-top: 32px;
    }

    .b2b-home .b2b-product-cta .b2b-btn-primary {
      flex: 0 0 auto;
    }

    /* Preview-only production photo sequence. Replace illustrative scenes with verified factory photography before publishing. */
    .b2b-home .b2b-manufacturing-section {
      padding-top: 104px;
      padding-bottom: 100px;
      scroll-margin-top: 76px;
      color: #ffffff;
      background: #071a2d;
    }

    .b2b-home .b2b-manufacturing-header {
      display: block !important;
      max-width: 920px;
      margin: 0 auto 52px;
      text-align: center;
    }

    .b2b-home .b2b-manufacturing-header h2 {
      color: #ffffff;
      font-size: clamp(2.7rem, 4vw, 3.8rem);
      letter-spacing: -0.032em;
      line-height: 1.06;
      text-align: center;
      white-space: nowrap;
    }

    .b2b-home .b2b-manufacturing-intro {
      max-width: 66ch;
      margin: 18px auto 0;
      color: #c8d7e1;
      font-size: 1rem;
      line-height: 1.68;
      text-align: center;
    }

    .b2b-home .b2b-manufacturing-journey {
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
      align-items: start;
    }

    .b2b-home .b2b-manufacturing-step {
      display: flex !important;
      min-width: 0;
      flex-direction: column;
      padding: 0;
      border: 0;
      background: transparent;
    }

    .b2b-home .b2b-manufacturing-step-number {
      min-height: 0;
      margin-bottom: 16px;
      padding: 0 2px;
    }

    .b2b-home .b2b-manufacturing-step-number span {
      color: #63d7a7;
      font-family: var(--font-heading);
      font-size: 2.25rem;
      font-weight: 650;
      letter-spacing: -0.035em;
      line-height: 1;
    }

    .b2b-home .b2b-manufacturing-step-media {
      aspect-ratio: 4 / 3;
      margin: 0;
      border-radius: 12px;
      background: #0a2239;
      overflow: hidden;
    }

    .b2b-home .b2b-manufacturing-step-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 220ms ease;
    }

    .b2b-home .b2b-manufacturing-step:hover .b2b-manufacturing-step-media img {
      filter: brightness(1.04);
      transform: scale(1.025);
    }

    .b2b-home .b2b-manufacturing-step-copy {
      display: flex;
      min-height: 210px;
      flex-direction: column;
      padding: 22px 2px 0;
    }

    .b2b-home .b2b-manufacturing-step h3 {
      max-width: 21ch;
      color: #ffffff;
      font-size: 1.22rem;
      letter-spacing: -0.02em;
      line-height: 1.2;
      text-wrap: balance;
    }

    .b2b-home .b2b-manufacturing-step p {
      margin-top: 10px;
      color: #c8d7e1;
      font-size: 0.82rem;
      line-height: 1.62;
    }

    .b2b-home .b2b-manufacturing-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 44px;
    }

    .b2b-home .b2b-manufacturing-footer .b2b-btn-primary {
      flex: 0 0 auto;
    }

    /* Preview-only editorial application gallery. The installable plugin remains unchanged. */
    .b2b-home .b2b-applications-section {
      padding-top: 96px;
      padding-bottom: 104px;
      background: #f6f8fa;
    }

    .b2b-home .b2b-application-header {
      display: block !important;
      max-width: 920px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .b2b-home .b2b-application-header h2 {
      color: #0a1828;
      font-size: clamp(2.65rem, 4vw, 3.7rem);
      letter-spacing: -0.032em;
      line-height: 1.06;
      text-align: center;
      white-space: nowrap;
    }

    .b2b-home .b2b-application-intro {
      max-width: 62ch;
      margin: 20px auto 0;
      color: #526579;
      font-size: 1.03rem;
      line-height: 1.68;
      text-align: center;
    }

    .b2b-home .b2b-application-grid {
      display: grid !important;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-template-rows: auto;
      gap: 28px;
      align-items: start;
    }

    .b2b-home .b2b-application-card,
    .b2b-home .b2b-application-primary,
    .b2b-home .b2b-application-card.b2b-application-reverse {
      display: flex !important;
      min-width: 0;
      min-height: 0;
      flex-direction: column;
      grid-row: auto;
      padding: 0;
      border: 0;
      border-radius: 0;
      color: inherit;
      background: transparent;
      box-shadow: none;
      text-decoration: none;
      overflow: visible;
    }

    .b2b-home .b2b-application-card:focus-visible {
      border-radius: 16px;
      outline: 3px solid rgba(15, 82, 186, 0.34);
      outline-offset: 6px;
    }

    .b2b-home .b2b-application-image {
      position: relative;
      width: 100%;
      height: auto;
      margin: 0;
      aspect-ratio: 4 / 3;
      border-radius: 14px;
      background: #dfe7ec;
      overflow: hidden;
    }

    .b2b-home .b2b-application-image img,
    .b2b-home .b2b-application-primary .b2b-application-image img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 0;
      max-height: none;
      object-fit: cover;
      transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
    }

    .b2b-home .b2b-application-card:hover .b2b-application-image img {
      transform: scale(1.025);
    }

    .b2b-home .b2b-application-body {
      display: flex !important;
      min-height: 240px;
      flex-direction: column;
      align-items: flex-start;
      padding: 24px 4px 0;
    }

    .b2b-home .b2b-application-body h3 {
      max-width: 18ch;
      color: #0a1828;
      font-size: clamp(1.45rem, 2vw, 1.85rem);
      letter-spacing: -0.028em;
      line-height: 1.12;
      text-wrap: balance;
    }

    .b2b-home .b2b-application-body > p {
      max-width: 43ch;
      margin-top: 13px;
      color: #526579;
      font-size: 0.93rem;
      line-height: 1.66;
    }

    .b2b-home .b2b-application-action {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      margin-top: auto;
      padding: 11px 17px;
      border: 1px solid #a9bac8;
      border-radius: 8px;
      color: #0d2a46;
      background: transparent;
      font-size: 0.8rem;
      font-weight: 780;
      line-height: 1.2;
      transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
    }

    .b2b-home .b2b-application-card:hover .b2b-application-action,
    .b2b-home .b2b-application-card:focus-visible .b2b-application-action {
      border-color: #087a55;
      color: #ffffff;
      background: #087a55;
    }

    /* Preview-only grid-condition application matrix. */
    .b2b-home .b2b-application-framework-header {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
      gap: clamp(44px, 7vw, 92px);
      align-items: end;
      margin-bottom: 48px;
    }

    .b2b-home .b2b-application-framework-header h2 {
      max-width: 14ch;
      margin-top: 13px;
      color: #0a1828;
      font-size: clamp(2.55rem, 4.4vw, 4.2rem);
      letter-spacing: -0.036em;
      line-height: 1;
      text-wrap: balance;
    }

    .b2b-home .b2b-application-framework-copy {
      max-width: 58ch;
      color: #526579;
      font-size: 1rem;
      line-height: 1.65;
    }

    .b2b-home .b2b-mode-frame {
      border-radius: 14px;
      background: #071a2d;
      overflow: hidden;
    }

    .b2b-home .b2b-mode-axis {
      display: grid;
      grid-template-columns: auto minmax(120px, 1fr) auto;
      gap: 22px;
      align-items: center;
      min-height: 72px;
      padding: 0 30px;
      border-bottom: 1px solid rgba(171, 203, 220, 0.24);
      color: #a7bdca;
      font-size: 0.63rem;
      font-weight: 800;
      letter-spacing: 0.11em;
      line-height: 1.4;
      text-transform: uppercase;
    }

    .b2b-home .b2b-mode-axis-line {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 16px;
    }

    .b2b-home .b2b-mode-axis-line::before {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      height: 1px;
      background: rgba(171, 203, 220, 0.35);
      content: "";
    }

    .b2b-home .b2b-mode-axis-line i {
      position: relative;
      z-index: 1;
      width: 7px;
      height: 7px;
      border: 2px solid #071a2d;
      border-radius: 50%;
      background: #63d7a7;
    }

    .b2b-home .b2b-mode-grid {
      display: grid !important;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      background: #0d2a46;
    }

    .b2b-home .b2b-mode-card {
      display: flex !important;
      min-width: 0;
      flex-direction: column;
      background: #0d2a46;
    }

    .b2b-home .b2b-mode-card + .b2b-mode-card {
      border-left: 1px solid rgba(171, 203, 220, 0.24);
    }

    .b2b-home .b2b-mode-image {
      position: relative;
      height: 260px;
      margin: 0;
      background: #071a2d;
      overflow: hidden;
    }

    .b2b-home .b2b-mode-image::after {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(7, 26, 45, 0.02) 45%, rgba(7, 26, 45, 0.64) 100%);
      content: "";
      pointer-events: none;
    }

    .b2b-home .b2b-mode-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .b2b-home .b2b-mode-image figcaption {
      position: absolute;
      z-index: 2;
      right: 26px;
      bottom: 20px;
      left: 26px;
      color: #ffffff;
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      line-height: 1.4;
      text-transform: uppercase;
    }

    .b2b-home .b2b-mode-body {
      display: flex !important;
      min-height: 410px;
      flex: 1 1 auto;
      flex-direction: column;
      padding: 31px 29px 28px;
    }

    .b2b-home .b2b-mode-environment {
      color: #63d7a7;
      font-size: 0.69rem;
      font-weight: 820;
      letter-spacing: 0.12em;
      line-height: 1.4;
      text-transform: uppercase;
    }

    .b2b-home .b2b-mode-body h3 {
      max-width: 15ch;
      margin-top: 12px;
      color: #ffffff;
      font-size: clamp(1.65rem, 2.2vw, 2.25rem);
      letter-spacing: -0.028em;
      line-height: 1.08;
      text-wrap: balance;
    }

    .b2b-home .b2b-mode-body > p {
      max-width: 45ch;
      margin-top: 17px;
      color: #c8d7e1;
      font-size: 0.89rem;
      line-height: 1.64;
    }

    .b2b-home .b2b-mode-focus {
      margin-top: 24px;
      padding-top: 17px;
      border-top: 1px solid rgba(171, 203, 220, 0.24);
    }

    .b2b-home .b2b-mode-focus-title {
      display: block;
      margin-bottom: 10px;
      color: #92a9b9;
      font-size: 0.61rem;
      font-weight: 820;
      letter-spacing: 0.11em;
      line-height: 1.4;
      text-transform: uppercase;
    }

    .b2b-home .b2b-mode-focus ul {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 0;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .b2b-home .b2b-mode-focus li {
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .b2b-home .b2b-mode-focus li:not(:last-child)::after {
      display: inline-block;
      width: 1px;
      height: 12px;
      margin: 0 10px -2px;
      background: rgba(171, 203, 220, 0.34);
      content: "";
    }

    .b2b-home .b2b-mode-link {
      margin-top: auto;
      padding-top: 25px;
    }

    .b2b-home .b2b-mode-link .elementor-button {
      min-height: 44px;
      padding: 0 0 6px;
      border: 0;
      color: #ffffff;
      background-color: transparent;
      background-image: linear-gradient(#63d7a7, #63d7a7);
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 28px 1px;
      font-size: 0.8rem;
      font-weight: 780;
      transition: color 180ms ease, background-size 220ms ease;
    }

    .b2b-home .b2b-mode-link .elementor-button:hover,
    .b2b-home .b2b-mode-link .elementor-button:focus-visible {
      color: #63d7a7;
      background-color: transparent;
      background-size: 100% 1px;
    }

    .b2b-home .b2b-mode-link .elementor-button:focus-visible {
      outline: 3px solid rgba(99, 215, 167, 0.32);
      outline-offset: 4px;
    }

    .b2b-home .b2b-mode-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 25px 30px;
      border-top: 1px solid rgba(171, 203, 220, 0.24);
      background: #071a2d;
    }

    .b2b-home .b2b-mode-footer p {
      max-width: 76ch;
      color: #92a9b9;
      font-size: 0.72rem;
      line-height: 1.55;
    }

    .b2b-home .b2b-mode-footer .b2b-btn-primary {
      flex: 0 0 auto;
    }

    /* Installation case gallery. Images and countries remain replaceable from WordPress. */
    .b2b-home .b2b-case-gallery-section {
      position: relative;
      padding: 92px 0 82px;
      scroll-margin-top: 76px;
      background: #071a2d;
      overflow: hidden;
    }

    .b2b-home .b2b-case-header {
      max-width: 760px;
      margin: 0 auto 46px;
      padding: 0 20px;
      text-align: center;
    }

    .b2b-home .b2b-case-header h2 {
      margin: 0;
      color: #ffffff;
      font-size: clamp(2.7rem, 4.2vw, 3.9rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1;
      text-align: center;
    }

    .b2b-home .b2b-case-header p {
      max-width: 62ch;
      margin: 18px auto 0;
      color: #b9cad5;
      font-size: 1rem;
      line-height: 1.65;
      text-align: center;
    }

    .b2b-home .b2b-case-control-row {
      display: flex;
      width: min(1240px, calc(100% - 40px));
      align-items: center;
      justify-content: flex-end;
      margin: 0 auto 14px;
    }

    .b2b-home .b2b-case-toggle {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 4px;
      border: 0;
      color: #a8bbc8;
      background: transparent;
      font: inherit;
      font-size: 0.78rem;
      font-weight: 700;
      cursor: pointer;
      transition: color 180ms ease;
    }

    .b2b-home .b2b-case-toggle:hover {
      color: #ffffff;
    }

    .b2b-home .b2b-case-toggle:focus-visible {
      outline: 3px solid rgba(99, 215, 167, 0.35);
      outline-offset: 3px;
    }

    .b2b-home .b2b-case-toggle-icon {
      min-width: 12px;
      color: #63d7a7;
      font-size: 0.72rem;
      letter-spacing: -0.12em;
      text-align: center;
    }

    .b2b-home .b2b-case-viewport {
      position: relative;
      width: min(1320px, calc(100% - 40px));
      margin: 0 auto;
      overflow: hidden;
    }

    .b2b-home .b2b-case-viewport::before,
    .b2b-home .b2b-case-viewport::after {
      position: absolute;
      z-index: 3;
      top: 0;
      bottom: 0;
      width: clamp(18px, 4vw, 56px);
      content: "";
      pointer-events: none;
    }

    .b2b-home .b2b-case-viewport::before {
      left: 0;
      background: linear-gradient(90deg, #071a2d 0%, rgba(7, 26, 45, 0) 100%);
    }

    .b2b-home .b2b-case-viewport::after {
      right: 0;
      background: linear-gradient(270deg, #071a2d 0%, rgba(7, 26, 45, 0) 100%);
    }

    .b2b-home .b2b-case-track {
      display: flex;
      width: max-content;
      animation: b2b-case-marquee 52s linear infinite;
      will-change: transform;
    }

    .b2b-home .b2b-case-list {
      display: flex;
      gap: 24px;
      padding-right: 24px;
    }

    .b2b-home .b2b-case-card {
      width: clamp(320px, 31vw, 400px);
      flex: 0 0 auto;
      margin: 0;
    }

    .b2b-home .b2b-case-image {
      aspect-ratio: 16 / 11;
      border-radius: 14px;
      overflow: hidden;
      background: #0d2a46;
    }

    .b2b-home .b2b-case-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.01);
      transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .b2b-home .b2b-case-card:hover .b2b-case-image img {
      transform: scale(1.045);
    }

    .b2b-home .b2b-case-image--left img {
      object-position: 30% center;
    }

    .b2b-home .b2b-case-image--right img {
      object-position: 72% center;
    }

    .b2b-home .b2b-case-card figcaption {
      display: flex;
      align-items: center;
      padding: 16px 4px 0;
    }

    .b2b-home .b2b-case-location {
      color: #ffffff;
      font-size: 1rem;
      font-weight: 650;
      letter-spacing: -0.005em;
      line-height: 1.35;
    }

    .b2b-home .b2b-case-viewport:hover .b2b-case-track,
    .b2b-home .b2b-case-viewport:focus-within .b2b-case-track,
    .b2b-home .b2b-case-viewport.is-paused .b2b-case-track {
      animation-play-state: paused;
    }

    @keyframes b2b-case-marquee {
      to {
        transform: translateX(-50%);
      }
    }

    .b2b-home .b2b-case-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 44px;
    }

    .b2b-home .b2b-case-project-link {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      padding: 13px 22px;
      border-radius: 7px;
      color: #ffffff;
      background: #008052;
      font-size: 0.82rem;
      font-weight: 750;
      text-decoration: none;
      transition: background-color 180ms ease;
    }

    .b2b-home .b2b-case-project-link:hover,
    .b2b-home .b2b-case-project-link:focus-visible {
      color: #ffffff;
      background: #006f46;
    }

    .b2b-home .b2b-case-project-link:focus-visible {
      outline: 3px solid rgba(99, 215, 167, 0.35);
      outline-offset: 5px;
    }

    @media (max-width: 900px) {
      .b2b-home .b2b-header-inner {
        grid-template-columns: 1fr auto;
        gap: 16px;
      }

      .b2b-home .b2b-nav-wrap {
        justify-self: end;
      }

      .b2b-home .b2b-applications-section {
        padding-top: 82px;
        padding-bottom: 86px;
      }

      .b2b-home .b2b-application-header {
        margin-bottom: 42px;
      }

      .b2b-home .b2b-application-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 20px;
      }

      .b2b-home .b2b-application-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 10px);
        justify-self: center;
      }

      .b2b-home .b2b-application-body {
        min-height: 238px;
      }

      .b2b-home .b2b-hero {
        min-height: 0;
        padding: 0 20px;
      }

      .b2b-home .b2b-hero::before {
        background:
          linear-gradient(90deg, rgba(3, 17, 31, 0.76) 0%, rgba(3, 18, 32, 0.62) 66%, rgba(3, 18, 32, 0.42) 100%),
          linear-gradient(0deg, rgba(3, 17, 31, 0.72) 0%, rgba(3, 17, 31, 0.08) 48%, rgba(3, 17, 31, 0.22) 100%);
      }

      .b2b-home .b2b-hero-inner {
        min-height: 570px;
      }

      .b2b-home .b2b-hero-copy {
        width: min(620px, 88%);
        padding: 72px 0 62px;
      }

      .b2b-home .b2b-hero-media img {
        object-position: 58% center;
      }

      .b2b-home .b2b-brand-partnership-section {
        padding-top: 64px;
        padding-bottom: 60px;
      }

      .b2b-home .b2b-partner-marquee {
        margin-top: 36px;
      }

      .b2b-home .b2b-partner-logo-list {
        gap: 44px;
        padding-right: 44px;
      }

      .b2b-home .b2b-partner-logo-item {
        width: 146px;
        flex-basis: 146px;
      }

      .b2b-home .b2b-blog-section {
        padding-top: 84px;
        padding-bottom: 84px;
      }

      .b2b-home .b2b-blog-header {
        gap: 16px;
        margin-bottom: 44px;
      }

      .b2b-home .b2b-blog-header p {
        max-width: 66ch;
      }

      .b2b-home .b2b-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px 24px;
      }

      .b2b-home .b2b-blog-card {
        padding-bottom: 0;
      }

      .b2b-home .b2b-blog-footer {
        margin-top: 38px;
      }

      .b2b-home .b2b-product-section {
        padding-top: 82px;
        padding-bottom: 84px;
      }

      .b2b-home .b2b-product-section .b2b-section-heading {
        margin-bottom: 44px;
      }

      .b2b-home .b2b-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 20px;
      }

      .b2b-home .b2b-product-card,
      .b2b-home .b2b-product-card:nth-child(even),
      .b2b-home .b2b-product-card:nth-child(n + 3) {
        min-height: 0;
        border: 0;
      }

      .b2b-home .b2b-product-media {
        min-height: 0;
      }

      .b2b-home .b2b-product-body {
        min-height: 276px;
      }

      .b2b-home .b2b-manufacturing-section {
        padding-top: 82px;
        padding-bottom: 84px;
      }

      .b2b-home .b2b-manufacturing-header {
        margin-bottom: 44px;
      }

      .b2b-home .b2b-manufacturing-intro {
        max-width: 68ch;
      }

      .b2b-home .b2b-manufacturing-journey {
        grid-template-columns: 1fr;
        gap: 48px;
      }

      .b2b-home .b2b-manufacturing-step {
        display: grid !important;
        grid-template-columns: 64px minmax(0, 1fr);
      }

      .b2b-home .b2b-manufacturing-step-number {
        grid-row: 1 / span 2;
        margin: 0;
        padding-top: 2px;
      }

      .b2b-home .b2b-manufacturing-step-number span {
        font-size: 2rem;
      }

      .b2b-home .b2b-manufacturing-step-media,
      .b2b-home .b2b-manufacturing-step-copy {
        grid-column: 2;
      }

      .b2b-home .b2b-manufacturing-step-media {
        aspect-ratio: 16 / 9;
        border-radius: 12px;
      }

      .b2b-home .b2b-manufacturing-step-copy {
        min-height: 0;
        padding: 22px 2px 0;
      }

      .b2b-home .b2b-manufacturing-step h3 {
        max-width: none;
        font-size: 1.35rem;
      }

      .b2b-home .b2b-manufacturing-footer {
        margin-top: 8px;
      }
    }

    @media (max-width: 620px) {
      .b2b-home .b2b-hero {
        padding: 0 20px;
      }

      .b2b-home .b2b-hero::before {
        background:
          linear-gradient(90deg, rgba(3, 17, 31, 0.74) 0%, rgba(3, 18, 32, 0.58) 100%),
          linear-gradient(0deg, rgba(3, 17, 31, 0.78) 0%, rgba(3, 17, 31, 0.1) 52%, rgba(3, 17, 31, 0.28) 100%);
      }

      .b2b-home .b2b-hero-inner {
        min-height: 550px;
      }

      .b2b-home .b2b-hero-copy {
        width: 100%;
        padding: 54px 0 42px;
      }

      .b2b-home .b2b-hero-media img {
        object-position: 64% center;
      }

      .b2b-home .b2b-brand-partnership-section {
        padding: 52px 0 48px;
      }

      .b2b-home .b2b-partner-heading h2 {
        font-size: 2.25rem;
      }

      .b2b-home .b2b-partner-marquee {
        margin-top: 30px;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
      }

      .b2b-home .b2b-partner-marquee-track {
        animation-duration: 22s;
      }

      .b2b-home .b2b-partner-logo-list {
        gap: 32px;
        padding: 12px 32px 12px 0;
      }

      .b2b-home .b2b-partner-logo-item {
        width: 126px;
        height: 54px;
        flex-basis: 126px;
      }

      .b2b-home .b2b-partner-logo-item img {
        max-width: 116px;
        max-height: 36px;
      }

      .b2b-home .b2b-blog-section {
        padding-top: 70px;
        padding-bottom: 70px;
      }

      .b2b-home .b2b-blog-header {
        gap: 14px;
        margin-bottom: 34px;
      }

      .b2b-home .b2b-blog-header h2 {
        font-size: 2.55rem;
      }

      .b2b-home .b2b-blog-all {
        width: auto;
      }

      .b2b-home .b2b-blog-grid {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .b2b-home .b2b-blog-card {
        padding-bottom: 0;
      }

      .b2b-home .b2b-blog-footer {
        margin-top: 34px;
      }

      .b2b-home .b2b-blog-card h3 {
        font-size: 1.22rem;
      }

      .b2b-home .b2b-product-section {
        padding-top: 64px;
        padding-bottom: 64px;
      }

      .b2b-home .b2b-product-section .b2b-section-heading {
        gap: 20px;
        margin-bottom: 30px;
      }

      .b2b-home .b2b-product-section h2 {
        font-size: 2.35rem;
      }

      .b2b-home .b2b-product-grid {
        grid-template-columns: 1fr;
        gap: 42px;
      }

      .b2b-home .b2b-product-card,
      .b2b-home .b2b-product-card:nth-child(even),
      .b2b-home .b2b-product-card:nth-child(n + 3) {
        min-height: 0;
        border: 0;
      }

      .b2b-home .b2b-product-media {
        min-height: 0;
        aspect-ratio: 4 / 3;
        padding: 28px 24px;
      }

      .b2b-home .b2b-product-image img {
        max-height: 236px;
      }

      .b2b-home .b2b-product-body {
        min-height: 0;
        padding: 22px 2px 0;
      }

      .b2b-home .b2b-product-body h3 {
        font-size: 1.35rem;
      }

      .b2b-home .b2b-product-action {
        margin-top: 22px;
      }

      .b2b-home .b2b-inline-proof {
        margin-top: 24px;
      }

      .b2b-home .b2b-product-cta {
        margin-top: 26px;
      }

      .b2b-home .b2b-product-cta .b2b-btn-primary,
      .b2b-home .b2b-product-cta .elementor-button {
        width: 100%;
      }

      .b2b-home .b2b-manufacturing-section {
        padding-top: 72px;
        padding-bottom: 72px;
      }

      .b2b-home .b2b-manufacturing-header {
        margin-bottom: 36px;
      }

      .b2b-home .b2b-manufacturing-header h2 {
        font-size: 2.3rem;
        white-space: normal;
      }

      .b2b-home .b2b-manufacturing-journey {
        grid-template-columns: 1fr;
        gap: 42px;
      }

      .b2b-home .b2b-manufacturing-step {
        grid-template-columns: 1fr;
      }

      .b2b-home .b2b-manufacturing-step-number {
        grid-row: auto;
        margin-bottom: 13px;
        padding: 0 2px;
      }

      .b2b-home .b2b-manufacturing-step-number span {
        font-size: 1.9rem;
      }

      .b2b-home .b2b-manufacturing-step-media,
      .b2b-home .b2b-manufacturing-step-copy {
        grid-column: 1;
      }

      .b2b-home .b2b-manufacturing-step-media {
        aspect-ratio: 4 / 3;
      }

      .b2b-home .b2b-manufacturing-step-copy {
        padding: 20px 2px 0;
      }

      .b2b-home .b2b-manufacturing-step h3 {
        font-size: 1.2rem;
      }

      .b2b-home .b2b-manufacturing-footer {
        margin-top: 4px;
      }

      .b2b-home .b2b-manufacturing-footer .b2b-btn-primary,
      .b2b-home .b2b-manufacturing-footer .elementor-button {
        width: 100%;
      }

      .b2b-home .b2b-applications-section {
        padding-top: 78px;
        padding-bottom: 78px;
      }

      .b2b-home .b2b-application-header {
        margin-bottom: 38px;
      }

      .b2b-home .b2b-application-header h2 {
        max-width: none;
      }

      .b2b-home .b2b-application-grid {
        grid-template-columns: 1fr;
        gap: 42px;
      }

      .b2b-home .b2b-application-primary {
        grid-column: auto;
      }

      .b2b-home .b2b-application-card:last-child {
        width: auto;
        grid-column: auto;
      }

      .b2b-home .b2b-application-image {
        aspect-ratio: 16 / 9;
      }

      .b2b-home .b2b-application-body {
        min-height: 0;
        max-width: 650px;
        padding-top: 22px;
      }

      .b2b-home .b2b-application-action {
        margin-top: 22px;
      }

      .b2b-home .b2b-metric-grid {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 0;
        border: 1px solid rgba(164, 202, 222, 0.22);
        border-radius: 14px;
        transform: none;
      }

      .b2b-home .b2b-metric-item,
      .b2b-home .b2b-metric-item:nth-child(2) {
        min-height: 118px;
        padding: 21px 17px 19px;
        border-right: 0;
      }

      .b2b-home .b2b-metric-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(171, 203, 220, 0.2);
      }

      .b2b-home .b2b-metric-item:nth-child(odd)::after {
        top: 18px;
        bottom: 18px;
        background: linear-gradient(180deg, transparent, rgba(171, 203, 220, 0.28), transparent);
      }

      .b2b-home .b2b-metric-item:nth-child(even)::after {
        display: none;
      }

      .b2b-home .b2b-metric-label .elementor-heading-title {
        margin-bottom: 7px;
        font-size: 0.59rem;
      }

      .b2b-home .b2b-metric-value .elementor-heading-title {
        margin-bottom: 7px;
        font-size: 1.42rem;
      }

      .b2b-home .b2b-metric-detail .elementor-heading-title {
        font-size: 0.63rem;
      }

      .b2b-home .b2b-applications-section {
        padding-top: 64px;
        padding-bottom: 64px;
      }

      .b2b-home .b2b-application-header {
        margin-bottom: 32px;
      }

      .b2b-home .b2b-application-header h2 {
        font-size: 2.35rem;
        white-space: normal;
      }

      .b2b-home .b2b-application-intro {
        margin-top: 15px;
        font-size: 0.95rem;
      }

      .b2b-home .b2b-application-image {
        aspect-ratio: 4 / 3;
      }

      .b2b-home .b2b-application-primary .b2b-application-image {
        aspect-ratio: 4 / 3;
      }

      .b2b-home .b2b-application-body h3 {
        font-size: 1.55rem;
      }

      .b2b-home .b2b-application-body > p {
        margin-top: 11px;
        font-size: 0.94rem;
      }
    }

    @media (max-width: 1100px) {
      .b2b-home .b2b-mode-image {
        height: 230px;
      }

      .b2b-home .b2b-mode-body {
        min-height: 430px;
        padding: 27px 24px 25px;
      }

      .b2b-home .b2b-mode-body h3 {
        font-size: 1.85rem;
      }
    }

    @media (max-width: 900px) {
      .b2b-home .b2b-application-framework-header {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 36px;
      }

      .b2b-home .b2b-application-framework-header h2 {
        max-width: 16ch;
      }

      .b2b-home .b2b-mode-axis {
        display: none;
      }

      .b2b-home .b2b-mode-grid {
        grid-template-columns: 1fr;
      }

      .b2b-home .b2b-mode-card {
        display: grid !important;
        grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
      }

      .b2b-home .b2b-mode-card + .b2b-mode-card {
        border-top: 1px solid rgba(171, 203, 220, 0.24);
        border-left: 0;
      }

      .b2b-home .b2b-mode-card:nth-child(even) .b2b-mode-image {
        order: 2;
      }

      .b2b-home .b2b-mode-card:nth-child(even) .b2b-mode-body {
        order: 1;
      }

      .b2b-home .b2b-mode-image {
        height: 100%;
        min-height: 340px;
      }

      .b2b-home .b2b-mode-body {
        min-height: 340px;
        padding: 29px 28px 26px;
      }

      .b2b-home .b2b-mode-body h3 {
        font-size: 2rem;
      }

      .b2b-home .b2b-mode-footer {
        padding: 24px 28px;
      }
    }

    @media (max-width: 620px) {
      .b2b-home .b2b-application-framework-header {
        margin-bottom: 28px;
      }

      .b2b-home .b2b-application-framework-header h2 {
        font-size: 2.35rem;
      }

      .b2b-home .b2b-mode-card {
        grid-template-columns: 1fr;
      }

      .b2b-home .b2b-mode-card .b2b-mode-image,
      .b2b-home .b2b-mode-card:nth-child(even) .b2b-mode-image {
        order: 1;
      }

      .b2b-home .b2b-mode-card .b2b-mode-body,
      .b2b-home .b2b-mode-card:nth-child(even) .b2b-mode-body {
        order: 2;
      }

      .b2b-home .b2b-mode-image {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
      }

      .b2b-home .b2b-mode-body {
        min-height: 0;
        padding: 27px 22px 24px;
      }

      .b2b-home .b2b-mode-body h3 {
        font-size: 1.9rem;
      }

      .b2b-home .b2b-mode-focus ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
      }

      .b2b-home .b2b-mode-focus li:not(:last-child)::after {
        display: none;
      }

      .b2b-home .b2b-mode-link {
        margin-top: 19px;
        padding-top: 0;
      }

      .b2b-home .b2b-mode-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px 22px;
      }

      .b2b-home .b2b-mode-footer .b2b-btn-primary,
      .b2b-home .b2b-mode-footer .elementor-button {
        width: 100%;
      }

      .b2b-home .b2b-case-gallery-section {
        padding: 74px 0 64px;
      }

      .b2b-home .b2b-case-header {
        margin-bottom: 38px;
      }

      .b2b-home .b2b-case-card {
        width: min(82vw, 360px);
      }
    }

    @media (max-width: 620px) {
      .b2b-home .b2b-case-gallery-section {
        padding: 64px 0 56px;
      }

      .b2b-home .b2b-case-header {
        margin-bottom: 32px;
      }

      .b2b-home .b2b-case-header h2 {
        font-size: 2.55rem;
      }

      .b2b-home .b2b-case-header p {
        margin-top: 15px;
        font-size: 0.96rem;
      }

      .b2b-home .b2b-case-control-row {
        width: calc(100% - 40px);
        margin-bottom: 10px;
      }

      .b2b-home .b2b-case-viewport {
        width: 100%;
      }

      .b2b-home .b2b-case-card {
        width: 82vw;
        max-width: 326px;
      }

      .b2b-home .b2b-case-card figcaption {
        padding: 14px 2px 0;
      }

      .b2b-home .b2b-case-footer {
        margin-top: 36px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .b2b-home .b2b-partner-marquee {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
        scrollbar-width: thin;
      }

      .b2b-home .b2b-partner-marquee-track {
        animation: none;
        transform: none;
      }

      .b2b-home .b2b-partner-logo-list[aria-hidden="true"] {
        display: none;
      }

      .b2b-home .b2b-case-viewport {
        overflow-x: auto;
        scrollbar-width: thin;
      }

      .b2b-home .b2b-case-viewport::before,
      .b2b-home .b2b-case-viewport::after,
      .b2b-home .b2b-case-list[aria-hidden="true"],
      .b2b-home .b2b-case-toggle {
        display: none;
      }

      .b2b-home .b2b-case-track {
        animation: none;
        transform: none;
      }

      .b2b-home .b2b-product-media,
      .b2b-home .b2b-product-image img,
      .b2b-home .b2b-manufacturing-step-media img,
      .b2b-home .b2b-case-image img,
      .b2b-home .b2b-product-action,
      .b2b-home .b2b-application-image img,
      .b2b-home .b2b-mode-link .elementor-button,
      .b2b-home .b2b-case-project-link,
      .b2b-home .b2b-blog-card-media img,
      .b2b-home .b2b-blog-all,
      .b2b-home .b2b-blog-read-link {
        transition: none;
      }

      .b2b-home .b2b-product-card:hover .b2b-product-image img,
      .b2b-home .b2b-manufacturing-step:hover .b2b-manufacturing-step-media img,
      .b2b-home .b2b-application-card:hover .b2b-application-image img,
      .b2b-home .b2b-case-card:hover .b2b-case-image img,
      .b2b-home .b2b-blog-card:hover .b2b-blog-card-media img {
        transform: none;
      }
    }
