.site-header .official-logo {
  width: auto !important;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  background: transparent !important;
}

.site-header .brand {
  background: transparent !important;
}

.statement > div > .company-intro {
  max-width: 1050px;
}

.company-intro > span {
  white-space: nowrap;
}

.section-top-link {
  display: none !important;
}

.mobile-title-break {
  display: none;
}

.back-to-top {
  position: fixed;
  top: 108px;
  right: 28px;
  z-index: 30;
  width: 72px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 23px;
  background: linear-gradient(135deg, #145cff, #0a3fc4);
  color: #fff;
  box-shadow: 0 12px 28px rgba(20, 92, 255, 0.28);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, box-shadow 0.22s ease;
}

.back-to-top span {
  color: #73e5ff;
  font-size: 16px;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 15px 34px rgba(20, 92, 255, 0.42);
}

@media (min-width: 901px) {
  .business .section-heading,
  .lifecycle .section-heading {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 50px;
  }

  .business .section-heading h2,
  .lifecycle .section-heading h2 {
    width: auto;
    text-align: left;
  }

  .site-header > nav a:not(.nav-contact) {
    width: 120px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.03em;
  }

  .site-header > nav a[href="#brands"] {
    margin-left: 36px;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .site-header > nav a:not(.nav-contact) {
    width: 104px;
    font-size: 14px;
  }

  .site-header > nav a[href="#brands"] {
    margin-left: 28px;
  }
}

@media (max-width: 900px) {
  .back-to-top {
    top: 92px;
    right: 18px;
    width: 66px;
    height: 42px;
  }
}

@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    padding-inline: clamp(16px, 5vw, 22px);
  }

  .site-header .brand {
    width: clamp(142px, 46vw, 182px);
    height: 38px;
  }

  .hero {
    min-height: clamp(620px, 170vw, 680px);
    padding: 132px clamp(18px, 5.5vw, 22px) 64px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 38px) !important;
    line-height: 1.22;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .hero-text {
    font-size: clamp(16px, 4.5vw, 18px) !important;
    line-height: 1.75;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .statement > div > p {
    font-size: clamp(16px, 4.5vw, 18px) !important;
    line-height: 1.75;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .statement,
  .why,
  .process,
  .business,
  .lifecycle,
  .circular {
    padding-left: clamp(18px, 5.5vw, 22px);
    padding-right: clamp(18px, 5.5vw, 22px);
  }

  .statement h2,
  .section-heading h2,
  .why h2,
  .process h2,
  .circular h2 {
    font-size: clamp(26px, 7.7vw, 29px);
    line-height: 1.38;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .contact h2 {
    font-size: clamp(27px, 8vw, 30px);
    line-height: 1.38;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .circular-intro > p:last-child,
  .contact > p {
    font-size: clamp(16px, 4.5vw, 18px) !important;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .mobile-title-break {
    display: block;
  }

  .company-intro > span {
    white-space: normal !important;
  }

  .company-intro > br {
    display: none;
  }

  .back-to-top {
    top: 82px;
    right: clamp(12px, 4vw, 18px);
    width: 58px;
    height: 38px;
    font-size: 11px;
  }
}

.process .manufacturer-grid > .flip-card {
  padding: 0;
  cursor: pointer;
  perspective: 900px;
  overflow: visible;
  background: transparent;
  border: 0;
}

.process .manufacturer-grid > .flip-card:hover {
  transform: none;
  box-shadow: none;
}

.process .manufacturer-grid > .flip-card:focus-visible {
  outline: 3px solid rgba(20, 92, 255, .28);
  outline-offset: 3px;
}

.process .manufacturer-grid .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block !important;
  margin: 0 !important;
  transform-style: preserve-3d;
  transition: transform .48s cubic-bezier(.2, .75, .25, 1);
}

.process .manufacturer-grid .is-flipped .flip-inner {
  transform: rotateY(180deg);
}

.process .manufacturer-grid .flip-face {
  position: absolute;
  inset: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin: 0 !important;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #fff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.process .manufacturer-grid .flip-back {
  border-color: color-mix(in srgb, var(--brand-color) 35%, #dbe4ef);
  background: color-mix(in srgb, var(--brand-color) 5%, #fff);
  transform: rotateY(180deg);
}

.process .manufacturer-grid .flip-logo-image {
  width: auto;
  max-width: 38px;
  height: 30px;
  max-height: 30px;
  margin: 0;
  filter: none;
  opacity: 1;
}

.process .manufacturer-grid .flip-logo-label {
  display: block !important;
  margin: 0 !important;
  color: var(--brand-color);
  font-size: 11px !important;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: 0 !important;
  text-align: center;
}

.process .manufacturer-grid .flip-wordmark {
  display: block !important;
  margin: 0 !important;
  color: var(--brand-color);
  font-size: 17px !important;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em !important;
  text-align: center;
}

/* Manufacturer logo wall: isolate it from the legacy .process span rules. */
.brands .manufacturer-content {
  min-width: 0;
}

.brands .manufacturer-content h2 {
  margin-bottom: 42px;
}

.brands .manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.process .manufacturer-grid > .vendor-item {
  width: 100% !important;
  min-width: 0;
  height: 92px;
  margin: 0 !important;
  padding: 18px 14px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #fff;
  font-size: inherit !important;
  letter-spacing: normal !important;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.process .manufacturer-grid > .vendor-item:hover {
  border-color: #aec1dd;
  box-shadow: 0 10px 24px rgba(7, 22, 41, .08);
  transform: translateY(-2px);
}

.process .manufacturer-grid > .vendor-item img {
  display: block;
  width: auto;
  max-width: 34px;
  height: 28px;
  max-height: 28px;
  margin: 0;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(19%) saturate(1452%) hue-rotate(175deg) brightness(91%) contrast(92%);
  opacity: 1;
}

.process .manufacturer-grid .vendor-name {
  display: block !important;
  max-width: 100%;
  margin: 0 !important;
  color: #18304f;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.01em !important;
  text-align: center;
  overflow-wrap: normal;
  word-break: keep-all;
}

.process .manufacturer-grid .vendor-text .vendor-name {
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

.process .manufacturer-grid .hpe-wordmark {
  padding: 4px 12px;
  border: 2px solid #18304f;
  color: #18304f;
  letter-spacing: .08em !important;
}

.process .manufacturer-grid .ibm-wordmark {
  font-size: 20px !important;
  letter-spacing: .12em !important;
}

.brands .manufacturer-note {
  margin: 20px 0 0;
  color: #738196;
  font-size: 13px !important;
  line-height: 1.6;
  text-align: right;
}

@media (max-width: 1180px) {
  .brands .manufacturer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .brands .manufacturer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .brands .manufacturer-content h2 {
    margin-bottom: 30px;
  }

  .brands .manufacturer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(7px, 2.4vw, 9px);
  }

  .process .manufacturer-grid > .vendor-item {
    height: clamp(76px, 23vw, 84px);
    padding: 12px clamp(7px, 2.5vw, 10px);
  }

  .process .manufacturer-grid .vendor-name {
    font-size: clamp(11px, 3.2vw, 12px) !important;
  }

  .process .manufacturer-grid .vendor-text .vendor-name,
  .process .manufacturer-grid .flip-wordmark {
    font-size: clamp(13px, 4vw, 15px) !important;
  }

  .process .manufacturer-grid .flip-logo-image {
    max-width: clamp(30px, 10vw, 38px);
    height: clamp(24px, 8vw, 30px);
  }
}

@media (max-width: 350px) {
  .brands .manufacturer-grid {
    grid-template-columns: 1fr;
  }

  .process .manufacturer-grid > .vendor-item {
    height: 74px;
  }
}

.business .service-wide {
  background: #fff !important;
  color: var(--ink) !important;
}

.business .service-wide p {
  color: var(--muted) !important;
}

.business .service-wide .service-icon {
  background: linear-gradient(145deg, #fff, #edf4ff) !important;
  border-color: #cbd9ee !important;
  color: var(--blue) !important;
  box-shadow: 0 10px 24px rgba(20, 92, 255, 0.08) !important;
}

.business .service-wide .service-icon svg {
  stroke: var(--blue) !important;
}

.business .service-wide a {
  color: #fff !important;
}

.business .service-wide .process-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  margin-right: 4px;
  padding: 0 20px;
  border-radius: 5px;
  background: #0d49c7;
  box-shadow: 0 10px 24px rgba(13, 73, 199, 0.2);
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.business .service-wide .process-button:hover {
  background: #073998;
  transform: translateY(-2px);
}

.logo-brand-list {
  grid-column: 2;
  display: grid;
  gap: 0;
  border-top: 2px solid #13243a;
}

.brands .logo-brand-list article {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 22px 0;
  border-bottom: 1px solid #d7e0eb;
}

.logo-brand-list b {
  margin: 0;
  padding-right: 20px;
  color: #13243a;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.brand-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.brand-logo {
  width: auto;
  min-width: 0;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  border: 1px solid #e0e7f0;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brand-logo:hover {
  border-color: #b8c9e2;
  box-shadow: 0 9px 22px rgba(7, 22, 41, 0.08);
  transform: translateY(-2px);
}

.brand-logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 25px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.brand-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.brand-name {
  color: #34455a;
  font-size: 11px !important;
  font-weight: 650;
  line-height: 1.25;
  text-align: left;
}

.brand-wordmark {
  color: #27384d;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.2;
}

.hpe-wordmark {
  padding: 4px 10px;
  border: 2px solid #01a982;
  color: #01a982;
  letter-spacing: 0.08em;
}

.ibm-wordmark {
  font-size: 19px !important;
  letter-spacing: 0.12em;
}

@media (max-width: 1180px) {
  .brands .logo-brand-list article {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .brand-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .logo-brand-list {
    grid-column: 1;
  }

  .brands .logo-brand-list article {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 560px) {
  .brands .logo-brand-list article {
    padding: 22px 20px 24px;
  }

  .brand-logo {
    height: 66px;
    padding: 10px 8px;
  }

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

  .business .service-wide .process-button {
    justify-self: start;
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .menu-button {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 10px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    width: 27px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background: currentColor;
    transition: transform .22s ease, opacity .18s ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (max-width: 560px) {
  .business .service-grid .service-wide {
    display: block;
    min-height: 320px !important;
    padding: 30px !important;
  }

  .business .service-grid .service-wide > span {
    display: block;
  }

  .business .service-grid .service-wide .service-icon {
    display: flex !important;
    width: 76px !important;
    height: 76px !important;
    margin: 40px 0 30px !important;
  }

  .business .service-grid .service-wide > div:not(.service-icon),
  .business .service-grid .service-wide .process-button {
    grid-column: auto;
  }

  .business .service-grid .service-wide .process-button {
    display: inline-flex;
    margin-top: 18px;
  }
}
